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 |
|---|---|---|---|---|
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html, body {
margin: 0px;
font-family: Open Sans, Arial, sans-serif;
font-size: 14px;
height: 100vh;
}
* {
@include box-sizing(border-box);
}
edit-in-place {
height: 35px;
display: block;
text-align: center;
}
edit-in-place + span {
height: 10px;
line-height: 10px;
vertical-align: middle;
font-size: 2em;
cursor: pointer;
position: absolute;
top: 0px;
right: 5px;
}
#boardName {
font-size: 2rem;
weigth: bold;
}
#boardName > span {
text-shadow: 3px 3px 8px #222222;
}
md-toolbar {
font-family: museo-slab;
}
/*
#sidemenu a,
#sidemenu a:visited {
color: white;
text-decoration: none
}
#sidemenu a:hover {
text-decoration: underline;
}
select.boardSelect {
width: 180px;
margin: 5px;
border-radius: 10px;
height: 22px;
border: 1px white solid;
padding: 0px 7px;
}
div#content {
margin: 15px 10px 0px 230px;
background-color: white;
border: 1px solid #4472B9;
background: #4472B9;
height: 95vh;
border-radius: 5px;
display: inline-block;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
max-width: calc(100vw - 240px);
}
div#boardHeader {
padding: 5px 0px;
text-shadow: 3px 3px 8px #222222;
border-bottom: 1px solid #4472B9;
background: #4472B9;
color: white;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 2rem;
position: relative;
}
.header,
.lane,
.laneHeader {
text-align: center;
margin-right: 1px;
}
.lane,
.laneHeader {
width: 250px;
display: inline-block;
}
.lane:last-of-type,
.laneHeader:last-of-type {
margin-right: 0px;
}
.lane {
overflow: auto;
height: calc(100% - 51px - 35px);
background-color: white;
vertical-align: top;
}
.laneHeader,
.header {
font-size: 1.15rem;
font-weight: bold;
text-shadow: 2px 2px 4px #222222;
background: #4472B9;
color: white;
min-height: 25px;
line-height: 25px;
vertical-align: middle;
white-space: normal;
padding: 5px 0px;
position: relative;
}
.card {
white-space: normal;
margin: 10px 15px;
border: 1px solid #4288bb;
max-width: 275px;
border-radius: 5px;
background: white;
text-align: left;
position: relative;
overflow: hidden;
}
.cardDescription {
display: block;
display: -webkit-box;
padding: 5px;
height: calc(2rem);
font-size: 0.8rem;
line-height: 1rem;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.cardTitle {
padding: 0px 5px 5px 5px;
background: #4288bb;
text-align: center;
font-weight: bold;
color: white;
text-shadow: 3px 3px 2px #222222;
display: block;
display: -webkit-box;
height: calc(1rem + 10px);
font-size: 1rem;
line-height: 2rem;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.rightCornerButtonBar {
position: absolute;
right: 1px;
top: 50%;
-ms-transform: translate(0px, -50%);
-webkit-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.smallRoundButton {
width: 17px;
margin-right: 5px;
font-size: 17px;
padding: 0px 1px 1px 0px;
border-radius: 100%;
}
.roundButton {
padding: 5px 10px;
border-radius: 17px;
}
.roundButton,
.smallRoundButton {
display: inline-block;
height: 17px;
line-height: 17px;
color: white;
font-weight: bold;
background: #4288bb;
border: 1px solid white;
text-shadow: 2px 2px 4px #222222;
box-shadow: 2px 2px 4px #222222;
vertical-align: middle;
text-align: center;
}
.roundButton:hover,
.smallRoundButton:hover {
cursor: pointer;
}
.blockScreen {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: #333333;
opacity: 0.8;
z-index: 5;
}
#newCard,
#newLane {
position: fixed;
opacity: initial;
width: 500px;
background-color: white;
border: 1px solid #4472B9;
border-radius: 5px;
z-index: 6;
}
#newCard {
height: 350px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#newLane {
height: 70px;
overflow: hidden;
top: 100;
left: 50%;
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.newCardTitle {
background: #4472B9;
color: white;
}
input[type="text"] {
padding: 0px;
display: block;
text-align: center;
width: 100%;
height: 35px;
line-height: 34px;
vertical-align: middle;
font-weight: bold;
margin: 0px;
}
.newCardText {
height: calc(100% - 35px);
width: 100%;
display: block;
padding: 5px;
resize: none;
overflow: auto;
}
.ng-invalid.ng-touched {
box-shadow: 2px 2px 12px red;
}
*/ | src/main/webapp/css/yaks.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html, body {
margin: 0px;
font-family: Open Sans, Arial, sans-serif;
font-size: 14px;
height: 100vh;
}
* {
@include box-sizing(border-box);
}
edit-in-place {
height: 35px;
display: block;
text-align: center;
}
edit-in-place + span {
height: 10px;
line-height: 10px;
vertical-align: middle;
font-size: 2em;
cursor: pointer;
position: absolute;
top: 0px;
right: 5px;
}
#boardName {
font-size: 2rem;
weigth: bold;
}
#boardName > span {
text-shadow: 3px 3px 8px #222222;
}
md-toolbar {
font-family: museo-slab;
}
/*
#sidemenu a,
#sidemenu a:visited {
color: white;
text-decoration: none
}
#sidemenu a:hover {
text-decoration: underline;
}
select.boardSelect {
width: 180px;
margin: 5px;
border-radius: 10px;
height: 22px;
border: 1px white solid;
padding: 0px 7px;
}
div#content {
margin: 15px 10px 0px 230px;
background-color: white;
border: 1px solid #4472B9;
background: #4472B9;
height: 95vh;
border-radius: 5px;
display: inline-block;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
max-width: calc(100vw - 240px);
}
div#boardHeader {
padding: 5px 0px;
text-shadow: 3px 3px 8px #222222;
border-bottom: 1px solid #4472B9;
background: #4472B9;
color: white;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 2rem;
position: relative;
}
.header,
.lane,
.laneHeader {
text-align: center;
margin-right: 1px;
}
.lane,
.laneHeader {
width: 250px;
display: inline-block;
}
.lane:last-of-type,
.laneHeader:last-of-type {
margin-right: 0px;
}
.lane {
overflow: auto;
height: calc(100% - 51px - 35px);
background-color: white;
vertical-align: top;
}
.laneHeader,
.header {
font-size: 1.15rem;
font-weight: bold;
text-shadow: 2px 2px 4px #222222;
background: #4472B9;
color: white;
min-height: 25px;
line-height: 25px;
vertical-align: middle;
white-space: normal;
padding: 5px 0px;
position: relative;
}
.card {
white-space: normal;
margin: 10px 15px;
border: 1px solid #4288bb;
max-width: 275px;
border-radius: 5px;
background: white;
text-align: left;
position: relative;
overflow: hidden;
}
.cardDescription {
display: block;
display: -webkit-box;
padding: 5px;
height: calc(2rem);
font-size: 0.8rem;
line-height: 1rem;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.cardTitle {
padding: 0px 5px 5px 5px;
background: #4288bb;
text-align: center;
font-weight: bold;
color: white;
text-shadow: 3px 3px 2px #222222;
display: block;
display: -webkit-box;
height: calc(1rem + 10px);
font-size: 1rem;
line-height: 2rem;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.rightCornerButtonBar {
position: absolute;
right: 1px;
top: 50%;
-ms-transform: translate(0px, -50%);
-webkit-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.smallRoundButton {
width: 17px;
margin-right: 5px;
font-size: 17px;
padding: 0px 1px 1px 0px;
border-radius: 100%;
}
.roundButton {
padding: 5px 10px;
border-radius: 17px;
}
.roundButton,
.smallRoundButton {
display: inline-block;
height: 17px;
line-height: 17px;
color: white;
font-weight: bold;
background: #4288bb;
border: 1px solid white;
text-shadow: 2px 2px 4px #222222;
box-shadow: 2px 2px 4px #222222;
vertical-align: middle;
text-align: center;
}
.roundButton:hover,
.smallRoundButton:hover {
cursor: pointer;
}
.blockScreen {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: #333333;
opacity: 0.8;
z-index: 5;
}
#newCard,
#newLane {
position: fixed;
opacity: initial;
width: 500px;
background-color: white;
border: 1px solid #4472B9;
border-radius: 5px;
z-index: 6;
}
#newCard {
height: 350px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#newLane {
height: 70px;
overflow: hidden;
top: 100;
left: 50%;
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.newCardTitle {
background: #4472B9;
color: white;
}
input[type="text"] {
padding: 0px;
display: block;
text-align: center;
width: 100%;
height: 35px;
line-height: 34px;
vertical-align: middle;
font-weight: bold;
margin: 0px;
}
.newCardText {
height: calc(100% - 35px);
width: 100%;
display: block;
padding: 5px;
resize: none;
overflow: auto;
}
.ng-invalid.ng-touched {
box-shadow: 2px 2px 12px red;
}
*/ | 0.190009 | 0.048226 |
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Josefin+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
* {
margin:0;
padding:0;
text-decoration: none;
list-style: none;
}
:root {
--font-primary:"Baloo Da 2", serif;
--font-secundary:"Josefin Slab", serif;
--font-action: "Mulish", serif;
}
html {
scroll-behavior: smooth;
}
header {
width:100%;
height:100vh;
overflow:hidden;
position:relative;
}
.img-wrapper {
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.8)
}
.img-wrapper img {
width:100%;
height:100%;
object-fit:cover;
opacity: .6;
animation: zoom 25s;
}
@keyframes zoom {
0%{
transform: scale(1.3);
}
100%{
transform: scale(1);
}
}
.banner {
position:absolute;
top: 30%;
left:15%;
}
.banner h1 {
color: #fff;
font-size:3.5rem;
font-family: var(--font-primary);
font-weight: 200;
text-shadow: .3rem .4rem 2px black;
line-height:3.5rem;
margin-bottom:2rem;
opacity: 0;
animation:moveBanner 1s 0.5s forwards;
}
.banner p {
font-family: var(--font-secundary);
color: #fff;
font-size:2rem;
text-shadow:.2rem .2rem rgba(0, 0, 0, 0.4);
margin-bottom: 2rem;
opacity: 0;
animation:moveBanner 1s 0.6s forwards;
}
.banner button {
font-family: var(--font-action);
color: #fffd;
text-transform: uppercase;
letter-spacing: .1rem;
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
padding:1rem 3rem;
border:none;
border-radius:5px;
cursor:pointer;
opacity: 0;
animation:moveBanner 1s 0.7s forwards;
}
@keyframes moveBanner {
0% {
transform: translateY(10rem) rotateY(-30deg);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.hamburguer {
width: 2rem;
height: 2rem;
position:fixed;
z-index:100;
right:2rem;
top:2rem;
display:flex;
flex-direction: column;
justify-content: space-evenly;
cursor:pointer;
transition:.8s;
}
.show-menu .hamburguer {
right:20rem;
transition:1s;
}
.hamburguer span {
width:6rem;
height: 2rem;
background-color:#a044ff;
color:#fff;
display:flex;
justify-content: center;
align-items: center;
position:absolute;
left:3rem;
font-family:var(--font-action);
opacity:0;
}
.hamburguer span::before {
content: "";
border-right:.5rem solid #a044ff;
border-top:.5rem solid transparent;
border-left:.5rem solid transparent;
border-bottom:.5rem solid transparent;
position:absolute;
left:-1rem;
}
.show-menu .hamburguer:hover span {
opacity:1;
}
.line {
width:100%;
height:.1rem;
background-color:#fff;
box-shadow:.1rem .1rem 1px #000;
transition: transform 1s;
}
.show-menu #line1 {
transform: rotate(45deg) translate(.3rem, .39rem);
}
.show-menu #line2 {
opacity:0;
visibility:hidden;
}
.show-menu #line3 {
transform: rotate(-45deg) translate(.2rem, -.43rem);
}
.sidebar {
width:25rem;
height:100vh;
background-color:#fff;
position:fixed;
top: 0;
right: -25rem;
transition:all 1s;
z-index:50;
}
.show-menu .sidebar {
right:0;
}
.menu {
position:absolute;
top:40%;
left:50%;
transform: translate(-50%, -50%);
}
.menu-item {
text-align:center;
margin-bottom:.5rem;
}
.menu-link {
font-family: var(--font-action) ;
font-size:2rem;
color:#555;
transition:color 1s;
}
.menu-link:hover {
color:#6a3093;
}
.social-media {
width:100%;
position:absolute;
bottom:2rem;
display:flex;
justify-content:space-evenly;
}
.social-media i {
width:2.5rem;
height:2.5rem;
background-color: #6a3093;
color: rgba(255, 255, 255, 1);
font-size:2rem;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
transition:background-color 1s;
}
.social-media i:hover {
background-color: #a044ff;
}
.conhecimentos {
display:grid;
grid-template-columns: repeat(16, 1fr);
grid-template-rows: repeat(6, 6rem);
row-gap: .5rem;
}
.conhecimento:nth-child(1) {
grid-column: 4 / 7 ;
grid-row: 1 / 3 ;
}
.conhecimento:nth-child(2) {
grid-column: 3 / 6 ;
grid-row: 3 / 5 ;
}
.conhecimento:nth-child(3) {
grid-column: 4 / 7 ;
grid-row: 5 / -1 ;
}
.conhecimento:nth-child(4) {
grid-column: 11 / 14 ;
grid-row: 1 / 3 ;
}
.conhecimento:nth-child(5) {
grid-column: 12 / 15 ;
grid-row: 3 / 5 ;
}
.conhecimento:nth-child(6) {
grid-column: 11 / 14 ;
grid-row: 5 / -1 ;
}
.sessao-conhecimentos {
background-color:#f5f5f5;
}
.sessao-header {
display:flex;
justify-content:center;
align-items:center;
}
.sessao-header h1 {
font-family: var(--font-primary);
font-size:3rem;
color:#4b4b4b;
border-bottom:solid 3px #6a3093;
margin-bottom:1.5rem;
}
.conhecimento-header {
display:flex;
align-items:center;
color:#4b4b4b;
}
.conhecimento-header i {
font-size:2.5rem;
}
.conhecimento-header h3 {
font-family: var(--font-secundary);
font-size:2rem;
padding-left: 1rem;
}
.conhecimento-text {
font-family:var(--font-secundary);
margin-top:1rem;
}
.conhecimentos-img-wrapper {
width:100%;
grid-column:7 / 11;
grid-row: 2 / 6;
}
.conhecimentos-img-wrapper img{
width:100%;
object-fit:cover;
}
.projetos {
display:flex;
justify-content:space-evenly;
margin-bottom: 3rem;
}
.card {
width:18rem;
height:25rem;
position:relative;
}
.card-img-wrapper {
width:100%;
height:100%;
background-color: #262626;
border-radius:.5rem;
}
.card-img-wrapper img {
width:100%;
height:100%;
object-fit:cover;
opacity: .8;
border-radius:.5rem;
transition: opacity .3s;
}
.card:hover .card-img-wrapper img {
opacity: .5;
}
.card-info {
text-shadow:0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.8);
padding:2rem;
opacity: 0;
visibility: hidden;
position:absolute;
bottom:0;
transition:all .3;
}
.card-info h2 {
font-family: var(--font-secundary);
font-size:2rem;
font-weight:500;
color:#eee;
}
.card-info h3 {
font-family:var(--font-secundary);
font-weight:bolder;
color:#ff4881;
margin-bottom:1.5rem;
}
.card-info p {
width:80%;
font-family: var(--font-secundary);
font-weight: 400;
color: #eee;
margin-bottom:2rem;
}
.btn {
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
font-family: var(--font-action);
color: #eee;
border-radius:.5rem;
border:none;
box-shadow:0 .1rem .8rem rgba(0, 0, 0, 0.4);
cursor:pointer;
}
.btn:hover {
background: #9738f6;
background: -webkit-linear-gradient(to left, #e732ff, #a956fc);
background: linear-gradient(to left, #e732ff, #a956fc);
}
.card-info button {
width:8rem;
height:2.5rem;
}
.card:hover .card-info {
bottom:2rem;
opacity: 1;
visibility: visible;
}
.sessao-contato {
width:100%;
height:100vh;
background-color:#272727;
display:flex;
align-items: center;
justify-content:center;
}
.contato-wrapper {
width:60%;
height:30rem;
display:flex;
box-shadow:0 2rem 3rem rgba(0, 0, 0, 0.5);
}
.contato-left {
width:35%;
background:
linear-gradient(rgba(15,15,15,.6),rgba(22,22,22,.9)),
url("./img/contato.jpg");
background-size:cover;
}
.contato-right {
width:65%;
background-color: #eee;
padding: 1rem 3rem 3rem 3rem;
}
.sessao-contato h1 {
width:100%;
color: #272727;
font-family:var(--font-primary );
font-size:3rem;
font-weight: lighter;
text-align:center;
}
.sessao-contato form {
width:100%;
display:flex;
flex-direction:column;
align-items:center;
}
.input-group {
position:relative;
}
.field {
width:20rem;
height:3rem;
background: transparent;
border: none;
font-size:1.5rem;
font-family:var(--font-secundary);
border-bottom: 2px dashed #636363;
outline:none;
margin:1rem 0;
}
.input-group textarea {
max-width:25rem;
max-height:3rem;
padding-top: 1rem;
}
.field-label{
font-family: var(--font-secundary);
font-size:1.2rem;
text-transform: uppercase;
position:absolute;
left:0;
top:0;
transition: all .3s;
}
.field:focus ~ label {
top:0;
font-size:1rem;
}
.field:focus {
border-bottom: 1px solid;
}
.btn-submit {
width:100%;
height:2rem;
font-size:1.2rem;
text-transform: uppercase;
}
.sessao-orcamento {
width:100%;
height:100vh;
background: url("./img/bg-orcamento.jpg");
object-fit:cover;
display: flex;
justify-content:center;
align-items:center;
}
.orcamento-wrapper {
width:60%;
height:80%;
background-color:#ffffff99;
border-radius:10px;
box-shadow:0 0.1rem .3 rgba(0, 0, 0,0.5);
position:relative;
}
.sessao-orcamento h1 {
position:absolute;
top: -2.5rem;
left: 2rem;
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
padding:0 3rem;
color:#fff;
font-family:var(--font-primary);
font-size:3rem;
font-weight:lighter;
box-shadow:0 .1rem .3rem rgba(0, 0, 0, 0.5);
border-radius:10px;
}
.sessao-orcamento form {
margin:7rem;
display: grid;
grid-template-columns: auto 1fr;
column-gap: 2rem;
row-gap: 2rem;
}
.sessao-orcamento label {
font-family:var(--font-secundary);
font-size:1.5rem;
font-weight:bold;
}
.sessao-orcamento input[type="number"]{
width:4rem;
font-size:2rem;
font-family: var(--font-secundary);
outline:none;
border-radius: 10px;
border:none;
padding: 0.3rem;
}
.btn-orcamento {
text-decoration:uppercase;
padding:1rem;
grid-column:2;
cursor:pointer;
}
footer {
width:100%;
height:7rem;
background-color:#17181b;
display:flex;
justify-content:center;
align-items:center;
}
.footer-content{
width:46%;
display:flex;
justify-content: space-between;
}
.footer-content p{
font-family:var(--font-secundary);
color:#a7a7a7;
font-size: 1.6rem;
}
.social-list a {
margin:0 2rem;
color: #a7a7a7;
font-size:1.3rem;
}
.social-list ul {
display:flex;
}
#link-topo {
width:3rem;
height:3rem;
display:flex;
justify-content:center;
align-items:center;
position:fixed;
right:3rem;
bottom:3rem;
color:#fff;
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
box-shadow:0 0.1rem 0.6rem #00000009;
z-index:5;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Josefin+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
* {
margin:0;
padding:0;
text-decoration: none;
list-style: none;
}
:root {
--font-primary:"Baloo Da 2", serif;
--font-secundary:"Josefin Slab", serif;
--font-action: "Mulish", serif;
}
html {
scroll-behavior: smooth;
}
header {
width:100%;
height:100vh;
overflow:hidden;
position:relative;
}
.img-wrapper {
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.8)
}
.img-wrapper img {
width:100%;
height:100%;
object-fit:cover;
opacity: .6;
animation: zoom 25s;
}
@keyframes zoom {
0%{
transform: scale(1.3);
}
100%{
transform: scale(1);
}
}
.banner {
position:absolute;
top: 30%;
left:15%;
}
.banner h1 {
color: #fff;
font-size:3.5rem;
font-family: var(--font-primary);
font-weight: 200;
text-shadow: .3rem .4rem 2px black;
line-height:3.5rem;
margin-bottom:2rem;
opacity: 0;
animation:moveBanner 1s 0.5s forwards;
}
.banner p {
font-family: var(--font-secundary);
color: #fff;
font-size:2rem;
text-shadow:.2rem .2rem rgba(0, 0, 0, 0.4);
margin-bottom: 2rem;
opacity: 0;
animation:moveBanner 1s 0.6s forwards;
}
.banner button {
font-family: var(--font-action);
color: #fffd;
text-transform: uppercase;
letter-spacing: .1rem;
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
padding:1rem 3rem;
border:none;
border-radius:5px;
cursor:pointer;
opacity: 0;
animation:moveBanner 1s 0.7s forwards;
}
@keyframes moveBanner {
0% {
transform: translateY(10rem) rotateY(-30deg);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.hamburguer {
width: 2rem;
height: 2rem;
position:fixed;
z-index:100;
right:2rem;
top:2rem;
display:flex;
flex-direction: column;
justify-content: space-evenly;
cursor:pointer;
transition:.8s;
}
.show-menu .hamburguer {
right:20rem;
transition:1s;
}
.hamburguer span {
width:6rem;
height: 2rem;
background-color:#a044ff;
color:#fff;
display:flex;
justify-content: center;
align-items: center;
position:absolute;
left:3rem;
font-family:var(--font-action);
opacity:0;
}
.hamburguer span::before {
content: "";
border-right:.5rem solid #a044ff;
border-top:.5rem solid transparent;
border-left:.5rem solid transparent;
border-bottom:.5rem solid transparent;
position:absolute;
left:-1rem;
}
.show-menu .hamburguer:hover span {
opacity:1;
}
.line {
width:100%;
height:.1rem;
background-color:#fff;
box-shadow:.1rem .1rem 1px #000;
transition: transform 1s;
}
.show-menu #line1 {
transform: rotate(45deg) translate(.3rem, .39rem);
}
.show-menu #line2 {
opacity:0;
visibility:hidden;
}
.show-menu #line3 {
transform: rotate(-45deg) translate(.2rem, -.43rem);
}
.sidebar {
width:25rem;
height:100vh;
background-color:#fff;
position:fixed;
top: 0;
right: -25rem;
transition:all 1s;
z-index:50;
}
.show-menu .sidebar {
right:0;
}
.menu {
position:absolute;
top:40%;
left:50%;
transform: translate(-50%, -50%);
}
.menu-item {
text-align:center;
margin-bottom:.5rem;
}
.menu-link {
font-family: var(--font-action) ;
font-size:2rem;
color:#555;
transition:color 1s;
}
.menu-link:hover {
color:#6a3093;
}
.social-media {
width:100%;
position:absolute;
bottom:2rem;
display:flex;
justify-content:space-evenly;
}
.social-media i {
width:2.5rem;
height:2.5rem;
background-color: #6a3093;
color: rgba(255, 255, 255, 1);
font-size:2rem;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
transition:background-color 1s;
}
.social-media i:hover {
background-color: #a044ff;
}
.conhecimentos {
display:grid;
grid-template-columns: repeat(16, 1fr);
grid-template-rows: repeat(6, 6rem);
row-gap: .5rem;
}
.conhecimento:nth-child(1) {
grid-column: 4 / 7 ;
grid-row: 1 / 3 ;
}
.conhecimento:nth-child(2) {
grid-column: 3 / 6 ;
grid-row: 3 / 5 ;
}
.conhecimento:nth-child(3) {
grid-column: 4 / 7 ;
grid-row: 5 / -1 ;
}
.conhecimento:nth-child(4) {
grid-column: 11 / 14 ;
grid-row: 1 / 3 ;
}
.conhecimento:nth-child(5) {
grid-column: 12 / 15 ;
grid-row: 3 / 5 ;
}
.conhecimento:nth-child(6) {
grid-column: 11 / 14 ;
grid-row: 5 / -1 ;
}
.sessao-conhecimentos {
background-color:#f5f5f5;
}
.sessao-header {
display:flex;
justify-content:center;
align-items:center;
}
.sessao-header h1 {
font-family: var(--font-primary);
font-size:3rem;
color:#4b4b4b;
border-bottom:solid 3px #6a3093;
margin-bottom:1.5rem;
}
.conhecimento-header {
display:flex;
align-items:center;
color:#4b4b4b;
}
.conhecimento-header i {
font-size:2.5rem;
}
.conhecimento-header h3 {
font-family: var(--font-secundary);
font-size:2rem;
padding-left: 1rem;
}
.conhecimento-text {
font-family:var(--font-secundary);
margin-top:1rem;
}
.conhecimentos-img-wrapper {
width:100%;
grid-column:7 / 11;
grid-row: 2 / 6;
}
.conhecimentos-img-wrapper img{
width:100%;
object-fit:cover;
}
.projetos {
display:flex;
justify-content:space-evenly;
margin-bottom: 3rem;
}
.card {
width:18rem;
height:25rem;
position:relative;
}
.card-img-wrapper {
width:100%;
height:100%;
background-color: #262626;
border-radius:.5rem;
}
.card-img-wrapper img {
width:100%;
height:100%;
object-fit:cover;
opacity: .8;
border-radius:.5rem;
transition: opacity .3s;
}
.card:hover .card-img-wrapper img {
opacity: .5;
}
.card-info {
text-shadow:0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.8);
padding:2rem;
opacity: 0;
visibility: hidden;
position:absolute;
bottom:0;
transition:all .3;
}
.card-info h2 {
font-family: var(--font-secundary);
font-size:2rem;
font-weight:500;
color:#eee;
}
.card-info h3 {
font-family:var(--font-secundary);
font-weight:bolder;
color:#ff4881;
margin-bottom:1.5rem;
}
.card-info p {
width:80%;
font-family: var(--font-secundary);
font-weight: 400;
color: #eee;
margin-bottom:2rem;
}
.btn {
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
font-family: var(--font-action);
color: #eee;
border-radius:.5rem;
border:none;
box-shadow:0 .1rem .8rem rgba(0, 0, 0, 0.4);
cursor:pointer;
}
.btn:hover {
background: #9738f6;
background: -webkit-linear-gradient(to left, #e732ff, #a956fc);
background: linear-gradient(to left, #e732ff, #a956fc);
}
.card-info button {
width:8rem;
height:2.5rem;
}
.card:hover .card-info {
bottom:2rem;
opacity: 1;
visibility: visible;
}
.sessao-contato {
width:100%;
height:100vh;
background-color:#272727;
display:flex;
align-items: center;
justify-content:center;
}
.contato-wrapper {
width:60%;
height:30rem;
display:flex;
box-shadow:0 2rem 3rem rgba(0, 0, 0, 0.5);
}
.contato-left {
width:35%;
background:
linear-gradient(rgba(15,15,15,.6),rgba(22,22,22,.9)),
url("./img/contato.jpg");
background-size:cover;
}
.contato-right {
width:65%;
background-color: #eee;
padding: 1rem 3rem 3rem 3rem;
}
.sessao-contato h1 {
width:100%;
color: #272727;
font-family:var(--font-primary );
font-size:3rem;
font-weight: lighter;
text-align:center;
}
.sessao-contato form {
width:100%;
display:flex;
flex-direction:column;
align-items:center;
}
.input-group {
position:relative;
}
.field {
width:20rem;
height:3rem;
background: transparent;
border: none;
font-size:1.5rem;
font-family:var(--font-secundary);
border-bottom: 2px dashed #636363;
outline:none;
margin:1rem 0;
}
.input-group textarea {
max-width:25rem;
max-height:3rem;
padding-top: 1rem;
}
.field-label{
font-family: var(--font-secundary);
font-size:1.2rem;
text-transform: uppercase;
position:absolute;
left:0;
top:0;
transition: all .3s;
}
.field:focus ~ label {
top:0;
font-size:1rem;
}
.field:focus {
border-bottom: 1px solid;
}
.btn-submit {
width:100%;
height:2rem;
font-size:1.2rem;
text-transform: uppercase;
}
.sessao-orcamento {
width:100%;
height:100vh;
background: url("./img/bg-orcamento.jpg");
object-fit:cover;
display: flex;
justify-content:center;
align-items:center;
}
.orcamento-wrapper {
width:60%;
height:80%;
background-color:#ffffff99;
border-radius:10px;
box-shadow:0 0.1rem .3 rgba(0, 0, 0,0.5);
position:relative;
}
.sessao-orcamento h1 {
position:absolute;
top: -2.5rem;
left: 2rem;
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
padding:0 3rem;
color:#fff;
font-family:var(--font-primary);
font-size:3rem;
font-weight:lighter;
box-shadow:0 .1rem .3rem rgba(0, 0, 0, 0.5);
border-radius:10px;
}
.sessao-orcamento form {
margin:7rem;
display: grid;
grid-template-columns: auto 1fr;
column-gap: 2rem;
row-gap: 2rem;
}
.sessao-orcamento label {
font-family:var(--font-secundary);
font-size:1.5rem;
font-weight:bold;
}
.sessao-orcamento input[type="number"]{
width:4rem;
font-size:2rem;
font-family: var(--font-secundary);
outline:none;
border-radius: 10px;
border:none;
padding: 0.3rem;
}
.btn-orcamento {
text-decoration:uppercase;
padding:1rem;
grid-column:2;
cursor:pointer;
}
footer {
width:100%;
height:7rem;
background-color:#17181b;
display:flex;
justify-content:center;
align-items:center;
}
.footer-content{
width:46%;
display:flex;
justify-content: space-between;
}
.footer-content p{
font-family:var(--font-secundary);
color:#a7a7a7;
font-size: 1.6rem;
}
.social-list a {
margin:0 2rem;
color: #a7a7a7;
font-size:1.3rem;
}
.social-list ul {
display:flex;
}
#link-topo {
width:3rem;
height:3rem;
display:flex;
justify-content:center;
align-items:center;
position:fixed;
right:3rem;
bottom:3rem;
color:#fff;
background: #7F00FF;
background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
box-shadow:0 0.1rem 0.6rem #00000009;
z-index:5;
} | 0.5144 | 0.07403 |
body {
margin-left: 45px !important;
font-family: 'Open Sans', sans-serif;}
.epub-hide {
display: none; }
.clearfix:after {
content: "";
display: table;
clear: both; }
/* MUST NOT BE DELETED, allows the page numbers and image sizing to work in the ENRICHMENT TOOL */
.enrichapps-epubContainer {
width: 630px;
position: relative;
font-family: Arial !important;}
.epub-epubContainer {
font-size: 15px;
font-weight: normal;
color: #333;
line-height: 19px;
text-align: justify; }
.epub-contentContainer {
padding-right: 50px; }
.epub-coverimage {
text-align: center;
margin-bottom: 30px; }
/* <blob>, <img> */
.epub-text-para {
margin-right: 45px; }
.epub-text-para.left {
float: none !important;
text-align: left; }
.epub-text-para.center {
float: none !important;
text-align: center; }
.epub-text-para.right {
float: none !important;
text-align: right; }
.epub-text-para.epub-continue-para {
text-indent: 0px; }
.epub-epubContainer .epub-sidebar-icon, .epub-epubContainer .epub-sidebar-icon-alt {
float: right;
display: block;
padding: 2px;
margin-left: 10px; }
.epub-epubContainer .epub-sidebar-icon {
width: 40px; }
.epub-epubContainer .epub-sidebar-icon img {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.epub-epubContainer .epub-heading > p {
font-size: inherit;
line-height: inherit;
margin-bottom: 0;
font-weight: inherit;
font-style: inherit;
text-indent: 0px; }
.epub-epubContainer a {
color: #007aC3;
text-decoration: none; }
.epub-epubContainer p {
margin: 0 0 25px 0;
line-height: 19px;
font-size: 15px;
text-indent: 0px; }
.epub-epubContainer p.epub-indent-indent {
text-indent: 0px; }
.epub-epubContainer p.epub-indent-source {
margin-left: 20px;
text-indent: -20px; }
.epub-epubContainer p.epub-indent-flush {
text-indent: 0px; }
.epub-epubContainer li > p {
margin: 0 0 10px 0;
line-height: 19px;
font-size: 15px;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
.epub-epubContainer .epub-double-underline {
text-decoration: underline;
border-bottom: 1px solid #000; }
.epub-epubContainer .epub-strikethrough {
text-decoration: line-through; }
.epub-epubContainer .epub-small-caps {
font-variant: small-caps; }
.epub-epubContainer .epub-question-container > .epub-question-icon {
float: left;
margin-right: 20px;
margin-bottom: 10px;
float: left; }
.epub-epubContainer .epub-answer-container > .epub-answer-content {
padding: 0 0 0 5px;
border-left: 1px solid #ccc;
margin-left: 45px; }
.epub-epubContainer .epub-answer-container .epub-answer-icon {
float: left; }
.epub-epubContainer .epub-theme {
float: right;
display: block;
font-weight: bold;
border: 2px solid #95b378;
padding: 15px 18px;
margin-left: 10px;
max-width: 180px;
text-align: left; }
/*https://issues.wrycan.com/browse/GIRAFFE-567*/
.epub-feature-header-image {
float: left;
margin-right: 20px; }
.epub-image-container {
margin: 15px auto 0 auto;
text-align: center; }
.epub-image {
margin: 0 0 15px 0;
text-align: center; }
.epub-image img {
margin: 0px auto;
width: 100%;
height: auto; }
p.epub-image-title {
font-size: 15px;
line-height: 19px;
text-align: left;
font-weight: bold;
margin-bottom: 5px; }
p.epub-image-credit {
font-size: 11px;
line-height: 15px;
text-align: left;
margin-bottom: 5px; }
.epub-image-caption p {
font-size: 13px;
line-height: 17px;
text-align: left;
font-weight: bold;
margin-bottom: 5px; }
/* <ftnote> */
.epub-footnotenum-ref {
font-size: 13px; }
.epub-footnotenum-ref a {
color: #007aC3;
text-decoration: none; }
.epub-footnotenum {
font-size: 11px;
line-height: 0em;
vertical-align: super;
text-align: left;
color: #007aC3; }
.epub-footnotenum:hover {
cursor: pointer; }
.epub-footnotenum a {
color: #007aC3;
text-decoration: none; }
p.epub-footnote-text {
/*https://issues.wrycan.com/browse/GIRAFFE-545*/
font-size: 13px !important;
color: #333;
line-height: 17px;
text-align: left;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
/*dialog*/
div.epub-dialog-block {
padding-left: 35px;
margin-bottom: 20px; }
p.epub-para-hanging {
text-align: left;
margin-left: 25px;
text-indent: -25px; }
p.epub-para-nogutter {
margin-bottom: 5px; }
p.epub-para-nogutter .dialog-label {
font-weight: bold; }
/* <xref> */
a.epub-externalref, a.epub-externalref:visited {
color: #4997ca;
text-decoration: none; }
/* <block-quote> */
.epub-blockquote {
padding: 0 35px; }
.epub-blockquote .epub-attrib {
font-size: 15px;
text-align: right;
font-style: italic;
margin: 0 0 25px 0; }
.epub-blockquote > .epub-heading > p {
font-size: 15px;
line-height: 19px;
margin-bottom: 13px;
font-weight: bold; }
.epub-blockquote p {
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
.epub-transcript {
padding: 0 35px; }
.epub-question-group {
margin-left: 50px; }
.epub-question-container > .epub-question-icon {
float: left;
margin-right: 20px;
margin-bottom: 10px;
float: left; }
.epub-answer-container > .epub-answer-content {
padding: 0 0 0 5px;
border-left: 1px solid #ccc;
margin-left: 45px; }
.epub-answer-container .epub-answer-icon {
float: left; }
.epub-text-left {
text-align: left; }
.epub-text-center {
text-align: center; }
.epub-text-right {
text-align: right; }
.epub-text-runInHeader {
font-weight: bold;
font-style: italic; }
.epub-text-smallcaps {
font-variant: small-caps; }
/*added to lessen left indent from lists in cells*/
.epub-epubContainer td ul, .epub-epubContainer td ol {
/*https://issues.wrycan.com/browse/GIRAFFE-395*/
margin: 0 0 20px 15px; }
.epub-epubContainer ul, .epub-epubContainer ol {
margin: 0 0 20px 40px;
padding: 0px; }
/* ol list general styles */
ol.epub-boldtoken > li:before {
font-weight: bold; }
ol.epub-italictoken > li:before {
font-style: italic; }
ul.epub-none {
list-style-type: none; }
/* generate ol.epub-list-reset1 { counter-reset: item 0; } up to 100 */
ol.epub-list-reset1 {
counter-reset: item 0; }
ol.epub-list-reset2 {
counter-reset: item 1; }
ol.epub-list-reset3 {
counter-reset: item 2; }
ol.epub-list-reset4 {
counter-reset: item 3; }
ol.epub-list-reset5 {
counter-reset: item 4; }
ol.epub-list-reset6 {
counter-reset: item 5; }
ol.epub-list-reset7 {
counter-reset: item 6; }
ol.epub-list-reset8 {
counter-reset: item 7; }
ol.epub-list-reset9 {
counter-reset: item 8; }
ol.epub-list-reset10 {
counter-reset: item 9; }
ol.epub-list-reset11 {
counter-reset: item 10; }
ol.epub-list-reset12 {
counter-reset: item 11; }
ol.epub-list-reset13 {
counter-reset: item 12; }
ol.epub-list-reset14 {
counter-reset: item 13; }
ol.epub-list-reset15 {
counter-reset: item 14; }
ol.epub-list-reset16 {
counter-reset: item 15; }
ol.epub-list-reset17 {
counter-reset: item 16; }
ol.epub-list-reset18 {
counter-reset: item 17; }
ol.epub-list-reset19 {
counter-reset: item 18; }
ol.epub-list-reset20 {
counter-reset: item 19; }
ol.epub-list-reset21 {
counter-reset: item 20; }
ol.epub-list-reset22 {
counter-reset: item 21; }
ol.epub-list-reset23 {
counter-reset: item 22; }
ol.epub-list-reset24 {
counter-reset: item 23; }
ol.epub-list-reset25 {
counter-reset: item 24; }
ol.epub-list-reset26 {
counter-reset: item 25; }
ol.epub-list-reset27 {
counter-reset: item 26; }
ol.epub-list-reset28 {
counter-reset: item 27; }
ol.epub-list-reset29 {
counter-reset: item 28; }
ol.epub-list-reset30 {
counter-reset: item 29; }
ol.epub-list-reset31 {
counter-reset: item 30; }
ol.epub-list-reset32 {
counter-reset: item 31; }
ol.epub-list-reset33 {
counter-reset: item 32; }
ol.epub-list-reset34 {
counter-reset: item 33; }
ol.epub-list-reset35 {
counter-reset: item 34; }
ol.epub-list-reset36 {
counter-reset: item 35; }
ol.epub-list-reset37 {
counter-reset: item 36; }
ol.epub-list-reset38 {
counter-reset: item 37; }
ol.epub-list-reset39 {
counter-reset: item 38; }
ol.epub-list-reset40 {
counter-reset: item 39; }
ol.epub-list-reset41 {
counter-reset: item 40; }
ol.epub-list-reset42 {
counter-reset: item 41; }
ol.epub-list-reset43 {
counter-reset: item 42; }
ol.epub-list-reset44 {
counter-reset: item 43; }
ol.epub-list-reset45 {
counter-reset: item 44; }
ol.epub-list-reset46 {
counter-reset: item 45; }
ol.epub-list-reset47 {
counter-reset: item 46; }
ol.epub-list-reset48 {
counter-reset: item 47; }
ol.epub-list-reset49 {
counter-reset: item 48; }
ol.epub-list-reset50 {
counter-reset: item 49; }
ol.epub-list-reset51 {
counter-reset: item 50; }
ol.epub-list-reset52 {
counter-reset: item 51; }
ol.epub-list-reset53 {
counter-reset: item 52; }
ol.epub-list-reset54 {
counter-reset: item 53; }
ol.epub-list-reset55 {
counter-reset: item 54; }
ol.epub-list-reset56 {
counter-reset: item 55; }
ol.epub-list-reset57 {
counter-reset: item 56; }
ol.epub-list-reset58 {
counter-reset: item 57; }
ol.epub-list-reset59 {
counter-reset: item 58; }
ol.epub-list-reset60 {
counter-reset: item 59; }
ol.epub-list-reset61 {
counter-reset: item 60; }
ol.epub-list-reset62 {
counter-reset: item 61; }
ol.epub-list-reset63 {
counter-reset: item 62; }
ol.epub-list-reset64 {
counter-reset: item 63; }
ol.epub-list-reset65 {
counter-reset: item 64; }
ol.epub-list-reset66 {
counter-reset: item 65; }
ol.epub-list-reset67 {
counter-reset: item 66; }
ol.epub-list-reset68 {
counter-reset: item 67; }
ol.epub-list-reset69 {
counter-reset: item 68; }
ol.epub-list-reset70 {
counter-reset: item 69; }
ol.epub-list-reset71 {
counter-reset: item 70; }
ol.epub-list-reset72 {
counter-reset: item 71; }
ol.epub-list-reset73 {
counter-reset: item 72; }
ol.epub-list-reset74 {
counter-reset: item 73; }
ol.epub-list-reset75 {
counter-reset: item 74; }
ol.epub-list-reset76 {
counter-reset: item 75; }
ol.epub-list-reset77 {
counter-reset: item 76; }
ol.epub-list-reset78 {
counter-reset: item 77; }
ol.epub-list-reset79 {
counter-reset: item 78; }
ol.epub-list-reset80 {
counter-reset: item 79; }
ol.epub-list-reset81 {
counter-reset: item 80; }
ol.epub-list-reset82 {
counter-reset: item 81; }
ol.epub-list-reset83 {
counter-reset: item 82; }
ol.epub-list-reset84 {
counter-reset: item 83; }
ol.epub-list-reset85 {
counter-reset: item 84; }
ol.epub-list-reset86 {
counter-reset: item 85; }
ol.epub-list-reset87 {
counter-reset: item 86; }
ol.epub-list-reset88 {
counter-reset: item 87; }
ol.epub-list-reset89 {
counter-reset: item 88; }
ol.epub-list-reset90 {
counter-reset: item 89; }
ol.epub-list-reset91 {
counter-reset: item 90; }
ol.epub-list-reset92 {
counter-reset: item 91; }
ol.epub-list-reset93 {
counter-reset: item 92; }
ol.epub-list-reset94 {
counter-reset: item 93; }
ol.epub-list-reset95 {
counter-reset: item 94; }
ol.epub-list-reset96 {
counter-reset: item 95; }
ol.epub-list-reset97 {
counter-reset: item 96; }
ol.epub-list-reset98 {
counter-reset: item 97; }
ol.epub-list-reset99 {
counter-reset: item 98; }
ol.epub-list-reset100 {
counter-reset: item 99; }
ol.epub-list-reset101 {
counter-reset: item 100; }
ol.epub-list-reset102 {
counter-reset: item 101; }
ol.epub-list-reset103 {
counter-reset: item 102; }
ol.epub-list-reset104 {
counter-reset: item 103; }
ol.epub-list-reset105 {
counter-reset: item 104; }
ol.epub-list-reset106 {
counter-reset: item 105; }
ol.epub-list-reset107 {
counter-reset: item 106; }
ol.epub-list-reset108 {
counter-reset: item 107; }
ol.epub-list-reset109 {
counter-reset: item 108; }
ol.epub-list-reset110 {
counter-reset: item 109; }
ol.epub-list-reset111 {
counter-reset: item 110; }
ol.epub-list-reset112 {
counter-reset: item 111; }
ol.epub-list-reset113 {
counter-reset: item 112; }
ol.epub-list-reset114 {
counter-reset: item 113; }
ol.epub-list-reset115 {
counter-reset: item 114; }
ol.epub-list-reset116 {
counter-reset: item 115; }
ol.epub-list-reset117 {
counter-reset: item 116; }
ol.epub-list-reset118 {
counter-reset: item 117; }
ol.epub-list-reset119 {
counter-reset: item 118; }
ol.epub-list-reset120 {
counter-reset: item 119; }
ol.epub-list-reset121 {
counter-reset: item 120; }
ol.epub-list-reset122 {
counter-reset: item 121; }
ol.epub-list-reset123 {
counter-reset: item 122; }
ol.epub-list-reset124 {
counter-reset: item 123; }
ol.epub-list-reset125 {
counter-reset: item 124; }
ol.epub-list-reset126 {
counter-reset: item 125; }
ol.epub-list-reset127 {
counter-reset: item 126; }
ol.epub-list-reset128 {
counter-reset: item 127; }
ol.epub-list-reset129 {
counter-reset: item 128; }
ol.epub-list-reset130 {
counter-reset: item 129; }
ol.epub-list-reset131 {
counter-reset: item 130; }
ol.epub-list-reset132 {
counter-reset: item 131; }
ol.epub-list-reset133 {
counter-reset: item 132; }
ol.epub-list-reset134 {
counter-reset: item 133; }
ol.epub-list-reset135 {
counter-reset: item 134; }
ol.epub-list-reset136 {
counter-reset: item 135; }
ol.epub-list-reset137 {
counter-reset: item 136; }
ol.epub-list-reset138 {
counter-reset: item 137; }
ol.epub-list-reset139 {
counter-reset: item 138; }
ol.epub-list-reset140 {
counter-reset: item 139; }
ol.epub-list-reset141 {
counter-reset: item 140; }
ol.epub-list-reset142 {
counter-reset: item 141; }
ol.epub-list-reset143 {
counter-reset: item 142; }
ol.epub-list-reset144 {
counter-reset: item 143; }
ol.epub-list-reset145 {
counter-reset: item 144; }
ol.epub-list-reset146 {
counter-reset: item 145; }
ol.epub-list-reset147 {
counter-reset: item 146; }
ol.epub-list-reset148 {
counter-reset: item 147; }
ol.epub-list-reset149 {
counter-reset: item 148; }
ol.epub-list-reset150 {
counter-reset: item 149; }
ol.epub-list-reset151 {
counter-reset: item 150; }
ol.epub-list-reset152 {
counter-reset: item 151; }
ol.epub-list-reset153 {
counter-reset: item 152; }
ol.epub-list-reset154 {
counter-reset: item 153; }
ol.epub-list-reset155 {
counter-reset: item 154; }
ol.epub-list-reset156 {
counter-reset: item 155; }
ol.epub-list-reset157 {
counter-reset: item 156; }
ol.epub-list-reset158 {
counter-reset: item 157; }
ol.epub-list-reset159 {
counter-reset: item 158; }
ol.epub-list-reset160 {
counter-reset: item 159; }
ol.epub-list-reset161 {
counter-reset: item 160; }
ol.epub-list-reset162 {
counter-reset: item 161; }
ol.epub-list-reset163 {
counter-reset: item 162; }
ol.epub-list-reset164 {
counter-reset: item 163; }
ol.epub-list-reset165 {
counter-reset: item 164; }
ol.epub-list-reset166 {
counter-reset: item 165; }
ol.epub-list-reset167 {
counter-reset: item 166; }
ol.epub-list-reset168 {
counter-reset: item 167; }
ol.epub-list-reset169 {
counter-reset: item 168; }
ol.epub-list-reset170 {
counter-reset: item 169; }
ol.epub-list-reset171 {
counter-reset: item 170; }
ol.epub-list-reset172 {
counter-reset: item 171; }
ol.epub-list-reset173 {
counter-reset: item 172; }
ol.epub-list-reset174 {
counter-reset: item 173; }
ol.epub-list-reset175 {
counter-reset: item 174; }
ol.epub-list-reset176 {
counter-reset: item 175; }
ol.epub-list-reset177 {
counter-reset: item 176; }
ol.epub-list-reset178 {
counter-reset: item 177; }
ol.epub-list-reset179 {
counter-reset: item 178; }
ol.epub-list-reset180 {
counter-reset: item 179; }
ol.epub-list-reset181 {
counter-reset: item 180; }
ol.epub-list-reset182 {
counter-reset: item 181; }
ol.epub-list-reset183 {
counter-reset: item 182; }
ol.epub-list-reset184 {
counter-reset: item 183; }
ol.epub-list-reset185 {
counter-reset: item 184; }
ol.epub-list-reset186 {
counter-reset: item 185; }
ol.epub-list-reset187 {
counter-reset: item 186; }
ol.epub-list-reset188 {
counter-reset: item 187; }
ol.epub-list-reset189 {
counter-reset: item 188; }
ol.epub-list-reset190 {
counter-reset: item 189; }
ol.epub-list-reset191 {
counter-reset: item 190; }
ol.epub-list-reset192 {
counter-reset: item 191; }
ol.epub-list-reset193 {
counter-reset: item 192; }
ol.epub-list-reset194 {
counter-reset: item 193; }
ol.epub-list-reset195 {
counter-reset: item 194; }
ol.epub-list-reset196 {
counter-reset: item 195; }
ol.epub-list-reset197 {
counter-reset: item 196; }
ol.epub-list-reset198 {
counter-reset: item 197; }
ol.epub-list-reset199 {
counter-reset: item 198; }
ol.epub-list-reset200 {
counter-reset: item 199; }
ol.epub-list-reset201 {
counter-reset: item 200; }
ol.epub-list-reset202 {
counter-reset: item 201; }
ol.epub-list-reset203 {
counter-reset: item 202; }
ol.epub-list-reset204 {
counter-reset: item 203; }
ol.epub-list-reset205 {
counter-reset: item 204; }
ol.epub-list-reset206 {
counter-reset: item 205; }
ol.epub-list-reset207 {
counter-reset: item 206; }
ol.epub-list-reset208 {
counter-reset: item 207; }
ol.epub-list-reset209 {
counter-reset: item 208; }
ol.epub-list-reset210 {
counter-reset: item 209; }
ol.epub-list-reset211 {
counter-reset: item 210; }
ol.epub-list-reset212 {
counter-reset: item 211; }
ol.epub-list-reset213 {
counter-reset: item 212; }
ol.epub-list-reset214 {
counter-reset: item 213; }
ol.epub-list-reset215 {
counter-reset: item 214; }
ol.epub-list-reset216 {
counter-reset: item 215; }
ol.epub-list-reset217 {
counter-reset: item 216; }
ol.epub-list-reset218 {
counter-reset: item 217; }
ol.epub-list-reset219 {
counter-reset: item 218; }
ol.epub-list-reset220 {
counter-reset: item 219; }
ol.epub-list-reset221 {
counter-reset: item 220; }
ol.epub-list-reset222 {
counter-reset: item 221; }
ol.epub-list-reset223 {
counter-reset: item 222; }
ol.epub-list-reset224 {
counter-reset: item 223; }
ol.epub-list-reset225 {
counter-reset: item 224; }
ol.epub-list-reset226 {
counter-reset: item 225; }
ol.epub-list-reset227 {
counter-reset: item 226; }
ol.epub-list-reset228 {
counter-reset: item 227; }
ol.epub-list-reset229 {
counter-reset: item 228; }
ol.epub-list-reset230 {
counter-reset: item 229; }
ol.epub-list-reset231 {
counter-reset: item 230; }
ol.epub-list-reset232 {
counter-reset: item 231; }
ol.epub-list-reset233 {
counter-reset: item 232; }
ol.epub-list-reset234 {
counter-reset: item 233; }
ol.epub-list-reset235 {
counter-reset: item 234; }
ol.epub-list-reset236 {
counter-reset: item 235; }
ol.epub-list-reset237 {
counter-reset: item 236; }
ol.epub-list-reset238 {
counter-reset: item 237; }
ol.epub-list-reset239 {
counter-reset: item 238; }
ol.epub-list-reset240 {
counter-reset: item 239; }
ol.epub-list-reset241 {
counter-reset: item 240; }
ol.epub-list-reset242 {
counter-reset: item 241; }
ol.epub-list-reset243 {
counter-reset: item 242; }
ol.epub-list-reset244 {
counter-reset: item 243; }
ol.epub-list-reset245 {
counter-reset: item 244; }
ol.epub-list-reset246 {
counter-reset: item 245; }
ol.epub-list-reset247 {
counter-reset: item 246; }
ol.epub-list-reset248 {
counter-reset: item 247; }
ol.epub-list-reset249 {
counter-reset: item 248; }
ol.epub-list-reset250 {
counter-reset: item 249; }
ol.epub-list-reset251 {
counter-reset: item 250; }
ol.epub-list-reset252 {
counter-reset: item 251; }
ol.epub-list-reset253 {
counter-reset: item 252; }
ol.epub-list-reset254 {
counter-reset: item 253; }
ol.epub-list-reset255 {
counter-reset: item 254; }
ol.epub-list-reset256 {
counter-reset: item 255; }
ol.epub-list-reset257 {
counter-reset: item 256; }
ol.epub-list-reset258 {
counter-reset: item 257; }
ol.epub-list-reset259 {
counter-reset: item 258; }
ol.epub-list-reset260 {
counter-reset: item 259; }
ol.epub-list-reset261 {
counter-reset: item 260; }
ol.epub-list-reset262 {
counter-reset: item 261; }
ol.epub-list-reset263 {
counter-reset: item 262; }
ol.epub-list-reset264 {
counter-reset: item 263; }
ol.epub-list-reset265 {
counter-reset: item 264; }
ol.epub-list-reset266 {
counter-reset: item 265; }
ol.epub-list-reset267 {
counter-reset: item 266; }
ol.epub-list-reset268 {
counter-reset: item 267; }
ol.epub-list-reset269 {
counter-reset: item 268; }
ol.epub-list-reset270 {
counter-reset: item 269; }
ol.epub-list-reset271 {
counter-reset: item 270; }
ol.epub-list-reset272 {
counter-reset: item 271; }
ol.epub-list-reset273 {
counter-reset: item 272; }
ol.epub-list-reset274 {
counter-reset: item 273; }
ol.epub-list-reset275 {
counter-reset: item 274; }
ol.epub-list-reset276 {
counter-reset: item 275; }
ol.epub-list-reset277 {
counter-reset: item 276; }
ol.epub-list-reset278 {
counter-reset: item 277; }
ol.epub-list-reset279 {
counter-reset: item 278; }
ol.epub-list-reset280 {
counter-reset: item 279; }
ol.epub-list-reset281 {
counter-reset: item 280; }
ol.epub-list-reset282 {
counter-reset: item 281; }
ol.epub-list-reset283 {
counter-reset: item 282; }
ol.epub-list-reset284 {
counter-reset: item 283; }
ol.epub-list-reset285 {
counter-reset: item 284; }
ol.epub-list-reset286 {
counter-reset: item 285; }
ol.epub-list-reset287 {
counter-reset: item 286; }
ol.epub-list-reset288 {
counter-reset: item 287; }
ol.epub-list-reset289 {
counter-reset: item 288; }
ol.epub-list-reset290 {
counter-reset: item 289; }
ol.epub-list-reset291 {
counter-reset: item 290; }
ol.epub-list-reset292 {
counter-reset: item 291; }
ol.epub-list-reset293 {
counter-reset: item 292; }
ol.epub-list-reset294 {
counter-reset: item 293; }
ol.epub-list-reset295 {
counter-reset: item 294; }
ol.epub-list-reset296 {
counter-reset: item 295; }
ol.epub-list-reset297 {
counter-reset: item 296; }
ol.epub-list-reset298 {
counter-reset: item 297; }
ol.epub-list-reset299 {
counter-reset: item 298; }
ol.epub-list-reset300 {
counter-reset: item 299; }
ol.epub-list-reset301 {
counter-reset: item 300; }
ol.epub-list-reset302 {
counter-reset: item 301; }
ol.epub-list-reset303 {
counter-reset: item 302; }
ol.epub-list-reset304 {
counter-reset: item 303; }
ol.epub-list-reset305 {
counter-reset: item 304; }
ol.epub-list-reset306 {
counter-reset: item 305; }
ol.epub-list-reset307 {
counter-reset: item 306; }
ol.epub-list-reset308 {
counter-reset: item 307; }
ol.epub-list-reset309 {
counter-reset: item 308; }
ol.epub-list-reset310 {
counter-reset: item 309; }
ol.epub-list-reset311 {
counter-reset: item 310; }
ol.epub-list-reset312 {
counter-reset: item 311; }
ol.epub-list-reset313 {
counter-reset: item 312; }
ol.epub-list-reset314 {
counter-reset: item 313; }
ol.epub-list-reset315 {
counter-reset: item 314; }
ol.epub-list-reset316 {
counter-reset: item 315; }
ol.epub-list-reset317 {
counter-reset: item 316; }
ol.epub-list-reset318 {
counter-reset: item 317; }
ol.epub-list-reset319 {
counter-reset: item 318; }
ol.epub-list-reset320 {
counter-reset: item 319; }
ol.epub-list-reset321 {
counter-reset: item 320; }
ol.epub-list-reset322 {
counter-reset: item 321; }
ol.epub-list-reset323 {
counter-reset: item 322; }
ol.epub-list-reset324 {
counter-reset: item 323; }
ol.epub-list-reset325 {
counter-reset: item 324; }
ol.epub-list-reset326 {
counter-reset: item 325; }
ol.epub-list-reset327 {
counter-reset: item 326; }
ol.epub-list-reset328 {
counter-reset: item 327; }
ol.epub-list-reset329 {
counter-reset: item 328; }
ol.epub-list-reset330 {
counter-reset: item 329; }
ol.epub-list-reset331 {
counter-reset: item 330; }
ol.epub-list-reset332 {
counter-reset: item 331; }
ol.epub-list-reset333 {
counter-reset: item 332; }
ol.epub-list-reset334 {
counter-reset: item 333; }
ol.epub-list-reset335 {
counter-reset: item 334; }
ol.epub-list-reset336 {
counter-reset: item 335; }
ol.epub-list-reset337 {
counter-reset: item 336; }
ol.epub-list-reset338 {
counter-reset: item 337; }
ol.epub-list-reset339 {
counter-reset: item 338; }
ol.epub-list-reset340 {
counter-reset: item 339; }
ol.epub-list-reset341 {
counter-reset: item 340; }
ol.epub-list-reset342 {
counter-reset: item 341; }
ol.epub-list-reset343 {
counter-reset: item 342; }
ol.epub-list-reset344 {
counter-reset: item 343; }
ol.epub-list-reset345 {
counter-reset: item 344; }
ol.epub-list-reset346 {
counter-reset: item 345; }
ol.epub-list-reset347 {
counter-reset: item 346; }
ol.epub-list-reset348 {
counter-reset: item 347; }
ol.epub-list-reset349 {
counter-reset: item 348; }
ol.epub-list-reset350 {
counter-reset: item 349; }
ol.epub-list-reset351 {
counter-reset: item 350; }
ol.epub-list-reset352 {
counter-reset: item 351; }
ol.epub-list-reset353 {
counter-reset: item 352; }
ol.epub-list-reset354 {
counter-reset: item 353; }
ol.epub-list-reset355 {
counter-reset: item 354; }
ol.epub-list-reset356 {
counter-reset: item 355; }
ol.epub-list-reset357 {
counter-reset: item 356; }
ol.epub-list-reset358 {
counter-reset: item 357; }
ol.epub-list-reset359 {
counter-reset: item 358; }
ol.epub-list-reset360 {
counter-reset: item 359; }
ol.epub-list-reset361 {
counter-reset: item 360; }
ol.epub-list-reset362 {
counter-reset: item 361; }
ol.epub-list-reset363 {
counter-reset: item 362; }
ol.epub-list-reset364 {
counter-reset: item 363; }
ol.epub-list-reset365 {
counter-reset: item 364; }
ol.epub-list-reset366 {
counter-reset: item 365; }
ol.epub-list-reset367 {
counter-reset: item 366; }
ol.epub-list-reset368 {
counter-reset: item 367; }
ol.epub-list-reset369 {
counter-reset: item 368; }
ol.epub-list-reset370 {
counter-reset: item 369; }
ol.epub-list-reset371 {
counter-reset: item 370; }
ol.epub-list-reset372 {
counter-reset: item 371; }
ol.epub-list-reset373 {
counter-reset: item 372; }
ol.epub-list-reset374 {
counter-reset: item 373; }
ol.epub-list-reset375 {
counter-reset: item 374; }
ol.epub-list-reset376 {
counter-reset: item 375; }
ol.epub-list-reset377 {
counter-reset: item 376; }
ol.epub-list-reset378 {
counter-reset: item 377; }
ol.epub-list-reset379 {
counter-reset: item 378; }
ol.epub-list-reset380 {
counter-reset: item 379; }
ol.epub-list-reset381 {
counter-reset: item 380; }
ol.epub-list-reset382 {
counter-reset: item 381; }
ol.epub-list-reset383 {
counter-reset: item 382; }
ol.epub-list-reset384 {
counter-reset: item 383; }
ol.epub-list-reset385 {
counter-reset: item 384; }
ol.epub-list-reset386 {
counter-reset: item 385; }
ol.epub-list-reset387 {
counter-reset: item 386; }
ol.epub-list-reset388 {
counter-reset: item 387; }
ol.epub-list-reset389 {
counter-reset: item 388; }
ol.epub-list-reset390 {
counter-reset: item 389; }
ol.epub-list-reset391 {
counter-reset: item 390; }
ol.epub-list-reset392 {
counter-reset: item 391; }
ol.epub-list-reset393 {
counter-reset: item 392; }
ol.epub-list-reset394 {
counter-reset: item 393; }
ol.epub-list-reset395 {
counter-reset: item 394; }
ol.epub-list-reset396 {
counter-reset: item 395; }
ol.epub-list-reset397 {
counter-reset: item 396; }
ol.epub-list-reset398 {
counter-reset: item 397; }
ol.epub-list-reset399 {
counter-reset: item 398; }
ol.epub-list-reset400 {
counter-reset: item 399; }
ol.epub-list-reset401 {
counter-reset: item 400; }
ol.epub-list-reset402 {
counter-reset: item 401; }
ol.epub-list-reset403 {
counter-reset: item 402; }
ol.epub-list-reset404 {
counter-reset: item 403; }
ol.epub-list-reset405 {
counter-reset: item 404; }
ol.epub-list-reset406 {
counter-reset: item 405; }
ol.epub-list-reset407 {
counter-reset: item 406; }
ol.epub-list-reset408 {
counter-reset: item 407; }
ol.epub-list-reset409 {
counter-reset: item 408; }
ol.epub-list-reset410 {
counter-reset: item 409; }
ol.epub-list-reset411 {
counter-reset: item 410; }
ol.epub-list-reset412 {
counter-reset: item 411; }
ol.epub-list-reset413 {
counter-reset: item 412; }
ol.epub-list-reset414 {
counter-reset: item 413; }
ol.epub-list-reset415 {
counter-reset: item 414; }
ol.epub-list-reset416 {
counter-reset: item 415; }
ol.epub-list-reset417 {
counter-reset: item 416; }
ol.epub-list-reset418 {
counter-reset: item 417; }
ol.epub-list-reset419 {
counter-reset: item 418; }
ol.epub-list-reset420 {
counter-reset: item 419; }
ol.epub-list-reset421 {
counter-reset: item 420; }
ol.epub-list-reset422 {
counter-reset: item 421; }
ol.epub-list-reset423 {
counter-reset: item 422; }
ol.epub-list-reset424 {
counter-reset: item 423; }
ol.epub-list-reset425 {
counter-reset: item 424; }
ol.epub-list-reset426 {
counter-reset: item 425; }
ol.epub-list-reset427 {
counter-reset: item 426; }
ol.epub-list-reset428 {
counter-reset: item 427; }
ol.epub-list-reset429 {
counter-reset: item 428; }
ol.epub-list-reset430 {
counter-reset: item 429; }
ol.epub-list-reset431 {
counter-reset: item 430; }
ol.epub-list-reset432 {
counter-reset: item 431; }
ol.epub-list-reset433 {
counter-reset: item 432; }
ol.epub-list-reset434 {
counter-reset: item 433; }
ol.epub-list-reset435 {
counter-reset: item 434; }
ol.epub-list-reset436 {
counter-reset: item 435; }
ol.epub-list-reset437 {
counter-reset: item 436; }
ol.epub-list-reset438 {
counter-reset: item 437; }
ol.epub-list-reset439 {
counter-reset: item 438; }
ol.epub-list-reset440 {
counter-reset: item 439; }
ol.epub-list-reset441 {
counter-reset: item 440; }
ol.epub-list-reset442 {
counter-reset: item 441; }
ol.epub-list-reset443 {
counter-reset: item 442; }
ol.epub-list-reset444 {
counter-reset: item 443; }
ol.epub-list-reset445 {
counter-reset: item 444; }
ol.epub-list-reset446 {
counter-reset: item 445; }
ol.epub-list-reset447 {
counter-reset: item 446; }
ol.epub-list-reset448 {
counter-reset: item 447; }
ol.epub-list-reset449 {
counter-reset: item 448; }
ol.epub-list-reset450 {
counter-reset: item 449; }
ol.epub-list-reset451 {
counter-reset: item 450; }
ol.epub-list-reset452 {
counter-reset: item 451; }
ol.epub-list-reset453 {
counter-reset: item 452; }
ol.epub-list-reset454 {
counter-reset: item 453; }
ol.epub-list-reset455 {
counter-reset: item 454; }
ol.epub-list-reset456 {
counter-reset: item 455; }
ol.epub-list-reset457 {
counter-reset: item 456; }
ol.epub-list-reset458 {
counter-reset: item 457; }
ol.epub-list-reset459 {
counter-reset: item 458; }
ol.epub-list-reset460 {
counter-reset: item 459; }
ol.epub-list-reset461 {
counter-reset: item 460; }
ol.epub-list-reset462 {
counter-reset: item 461; }
ol.epub-list-reset463 {
counter-reset: item 462; }
ol.epub-list-reset464 {
counter-reset: item 463; }
ol.epub-list-reset465 {
counter-reset: item 464; }
ol.epub-list-reset466 {
counter-reset: item 465; }
ol.epub-list-reset467 {
counter-reset: item 466; }
ol.epub-list-reset468 {
counter-reset: item 467; }
ol.epub-list-reset469 {
counter-reset: item 468; }
ol.epub-list-reset470 {
counter-reset: item 469; }
ol.epub-list-reset471 {
counter-reset: item 470; }
ol.epub-list-reset472 {
counter-reset: item 471; }
ol.epub-list-reset473 {
counter-reset: item 472; }
ol.epub-list-reset474 {
counter-reset: item 473; }
ol.epub-list-reset475 {
counter-reset: item 474; }
ol.epub-list-reset476 {
counter-reset: item 475; }
ol.epub-list-reset477 {
counter-reset: item 476; }
ol.epub-list-reset478 {
counter-reset: item 477; }
ol.epub-list-reset479 {
counter-reset: item 478; }
ol.epub-list-reset480 {
counter-reset: item 479; }
ol.epub-list-reset481 {
counter-reset: item 480; }
ol.epub-list-reset482 {
counter-reset: item 481; }
ol.epub-list-reset483 {
counter-reset: item 482; }
ol.epub-list-reset484 {
counter-reset: item 483; }
ol.epub-list-reset485 {
counter-reset: item 484; }
ol.epub-list-reset486 {
counter-reset: item 485; }
ol.epub-list-reset487 {
counter-reset: item 486; }
ol.epub-list-reset488 {
counter-reset: item 487; }
ol.epub-list-reset489 {
counter-reset: item 488; }
ol.epub-list-reset490 {
counter-reset: item 489; }
ol.epub-list-reset491 {
counter-reset: item 490; }
ol.epub-list-reset492 {
counter-reset: item 491; }
ol.epub-list-reset493 {
counter-reset: item 492; }
ol.epub-list-reset494 {
counter-reset: item 493; }
ol.epub-list-reset495 {
counter-reset: item 494; }
ol.epub-list-reset496 {
counter-reset: item 495; }
ol.epub-list-reset497 {
counter-reset: item 496; }
ol.epub-list-reset498 {
counter-reset: item 497; }
ol.epub-list-reset499 {
counter-reset: item 498; }
ol.epub-list-reset500 {
counter-reset: item 499; }
/*
ol.epub-list-reset1 { counter-reset: item 0; }
ol.epub-list-reset2 { counter-reset: item 1; }
ol.epub-list-reset3 { counter-reset: item 2; }
ol.epub-list-reset4 { counter-reset: item 3; }
ol.epub-list-reset5 { counter-reset: item 4; }
ol.epub-list-reset6 { counter-reset: item 5; }
ol.epub-list-reset7 { counter-reset: item 6; }
ol.epub-list-reset8 { counter-reset: item 7; }
ol.epub-list-reset9 { counter-reset: item 8; }
ol.epub-list-reset10 { counter-reset: item 9; }
*/
/*for lists with letters with periods, e.g. a. */
ol.epub-lcletter > li {
list-style: none;
position: relative; }
ol.epub-lcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. a) */
ol.epub-parenrightlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistlcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. a] */
ol.epub-bracketrightlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistlcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in braces, e.g. a} */
ol.epub-bracerightlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistlcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. (a) */
ol.epub-parenlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-parenlistlcletter > li:before {
counter-increment: item;
content: "(" counter(item,lower-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. [a] */
ol.epub-bracketlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracketlistlcletter > li:before {
counter-increment: item;
content: "[" counter(item,lower-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in braces, e.g. {a} */
ol.epub-bracelistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracelistlcletter > li:before {
counter-increment: item;
content: "{" counter(item,lower-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with letters with periods, e.g. A. */
ol.epub-ucletter > li {
list-style: none;
position: relative; }
ol.epub-ucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. A) */
ol.epub-parenrightlistucletter > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in brackets, e.g. A] */
ol.epub-bracketrightlistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in breaces, e.g. A} */
ol.epub-bracerightlistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. (A) */
ol.epub-parenlistucletter > li {
list-style: none;
position: relative; }
ol.epub-parenlistucletter > li:before {
counter-increment: item;
content: "(" counter(item,upper-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in brackets, e.g. [A] */
ol.epub-bracketlistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracketlistucletter > li:before {
counter-increment: item;
content: "[" counter(item,upper-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in breaces, e.g. {A} */
ol.epub-bracelistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracelistucletter > li:before {
counter-increment: item;
content: "{" counter(item,upper-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with numbers with periods, e.g. 1. */
ol.epub-decimal > li {
list-style: none;
position: relative; }
ol.epub-decimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -1.65em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-decimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.2em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in parens, e.g. 1) */
ol.epub-parenrightlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ") ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-parenrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brackets, e.g. 1] */
ol.epub-bracketrightlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) "] ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracketrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brace, e.g. 1} */
ol.epub-bracerightlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) "} ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracerightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in parens, e.g. (1) */
ol.epub-parenlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-parenlistdecimal > li:before {
counter-increment: item;
content: "(" counter(item,decimal) ") ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-parenlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brackets, e.g. [1] */
ol.epub-bracketlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracketlistdecimal > li:before {
counter-increment: item;
content: "[" counter(item,decimal) "] ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracketlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brace, e.g. {1} */
ol.epub-bracelistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracelistdecimal > li:before {
counter-increment: item;
content: "{" counter(item,decimal) "} ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracelistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with periods, e.g. I. */
ol.epub-ucroman > li {
list-style: none;
position: relative; }
ol.epub-ucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with parens, e.g. I) */
ol.epub-parenrightlistucroman > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) ") ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with brackets, e.g. I] */
ol.epub-bracketrightlistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) "] ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with braces, e.g. I} */
ol.epub-bracerightlistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) "} ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with parens, e.g. (I) */
ol.epub-parenlistucroman > li {
list-style: none;
position: relative; }
ol.epub-parenlistucroman > li:before {
counter-increment: item;
content: "(" counter(item,upper-roman) ") ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with brackets, e.g. [I] */
ol.epub-bracketlistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracketlistucroman > li:before {
counter-increment: item;
content: "[" counter(item,upper-roman) "] ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with braces, e.g. {I} */
ol.epub-bracelistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracelistucroman > li:before {
counter-increment: item;
content: "{" counter(item,upper-roman) "} ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with periods, e.g. i. */
ol.epub-lcroman > li {
list-style: none;
position: relative; }
ol.epub-lcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with parens, e.g. i) */
ol.epub-parenrightlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistlcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with brackets, e.g. i] */
ol.epub-bracketrightlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistlcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with braces, e.g. i} */
ol.epub-bracerightlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistlcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with parens, e.g. (i) */
ol.epub-parenlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-parenlistlcroman > li:before {
counter-increment: item;
content: "(" counter(item,lower-roman) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with brackets, e.g. [i] */
ol.epub-bracketlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracketlistlcroman > li:before {
counter-increment: item;
content: "[" counter(item,lower-roman) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with braces, e.g. {i} */
ol.epub-bracelistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracelistlcroman > li:before {
counter-increment: item;
content: "{" counter(item,lower-roman) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/* this is style for term used in backmatter glossary */
div.epub-glossary-term p.epub-glossary-term-para {
margin-left: 20px;
text-indent: -20px; }
div.epub-glossary-term p.epub-glossary-term-para span.epub-glossary-term {
font-weight: bold; }
div.epub-glossary-term p.epub-glossary-para {
margin-left: 20px; }
/* inline */
span.epub-glossary-term {
font-weight: bold; }
/* end glossary/term */
.epub-toctable tr td {
padding: 5px 0px; }
/* table */
.epub-table-caption {
font-weight: bold; }
.epub-table-caption p {
margin-bottom: 10px;
font-weight: inherit;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
table.epub-table-layoutonly tr th.epub-cell-valign-top, table.epub-table-layoutonly tr td.epub-cell-valign-top, table.epub-table tr th.epub-cell-valign-top, table.epub-table tr td.epub-cell-valign-top {
vertical-align: top; }
table.epub-table-layoutonly tr th.epub-cell-valign-middle, table.epub-table-layoutonly tr td.epub-cell-valign-middle, table.epub-table tr th.epub-cell-valign-middle, table.epub-table tr td.epub-cell-valign-middle {
vertical-align: middle; }
table.epub-table-layoutonly tr th.epub-cell-valign-bottom, table.epub-table-layoutonly tr td.epub-cell-valign-bottom, table.epub-table tr th.epub-cell-valign-bottom, table.epub-table tr td.epub-cell-valign-bottom {
vertical-align: bottom; }
.epub-table-container {
/*this is used for the overflow scroll*/
margin: 0 0 30px 0; }
.epub-table-container .epub-table {
margin: 5px 0px; }
.epub-table-container.epub-pagewide {
overflow-x: scroll; }
.epub-table-layoutonly {
padding: 10px 0 20px 0;
margin: 30px 0 0 0;
width: 100%;
border: 0px; }
.epub-table-layoutonly tr {
background: #fff; }
.epub-table-layoutonly tr:nth-child(even), .epub-table-layoutonly tr:nth-child(odd) {
background: #fff; }
.epub-table-layoutonly th {
border: 0px;
font-size: 13px;
line-height: 19px;
color: #333;
background-color: #fff;
vertical-align: bottom;
padding: 0 10px; }
.epub-table-layoutonly th p {
font-weight: bold;
text-align: left;
text-indent: 0px; }
.epub-table-layoutonly th p:last-child {
margin-bottom: 5px; }
.epub-table-layoutonly td {
border: 0px;
font-size: 13px;
line-height: 13px;
color: #333;
vertical-align: top;
padding: 7px 10px; }
.epub-table-layoutonly td p {
text-align: left;
text-indent: 0px; }
.epub-table-layoutonly td p:last-child {
margin-bottom: 5px; }
table.epub-table tr th, table.epub-table tr td {
border: 1px solid #ccc;
border-collapse: collapse; }
.epub-table {
border-collapse: collapse;
border-top: 5px solid #799d57;
padding: 10px 0 20px 0;
border-bottom: 5px solid #799d57;
margin: 30px 0 0 0;
width: 100%; }
.epub-table tr {
background: #fff; }
.epub-table tr:nth-child(even), .epub-table tr:nth-child(odd) {
background: #fff; }
.epub-table th {
font-size: 13px;
line-height: 19px;
color: #333;
vertical-align: bottom;
padding: 0 10px;
font-weight: bold; }
.epub-table th p {
font-weight: bold;
text-align: left;
text-indent: 0px; }
.epub-table th p:last-child {
margin-bottom: 5px; }
.epub-table td {
font-size: 13px;
line-height: 13px;
color: #333;
vertical-align: top;
padding: 7px 10px; }
.epub-table td p {
text-align: left;
text-indent: 0px; }
.epub-table td p:last-child {
margin-bottom: 5px; }
.epub-supplemental-content p {
font-size: 14px; }
.epub-supplemental-heading h2 > p {
font-size: 23px;
line-height: 29px;
margin-bottom: 15px; }
.epub-supplemental-subheading h3 > p {
font-size: 15px;
line-height: 19px;
margin-bottom: 15px; }
.epub-frontmatter-advisor {
margin-bottom: 15px; }
.epub-frontmatter-advisor .name {
font-weight: bold; }
.epub-frontmatter-author {
margin-bottom: 15px; }
.epub-frontmatter-author .name {
font-weight: bold; }
.epub-frontmatter-author .bio {
font-style: italic; }
.epub-dedication > p {
text-align: center;
font-style: italic;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
/* generic spacing for a section */
.epub-section {
margin: 10px 0px; }
.epub-outline {
margin-left: 24px; }
.epub-outline .epub-label {
display: block;
float: left;
margin-left: -24px; }
.epub-heading.left {
float: none !important;
text-align: left; }
.epub-heading.center {
float: none !important;
text-align: center; }
.epub-heading.right {
float: none !important;
text-align: right; }
.epub-heading p {
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
.epub-heading p {
text-indent: 0px; }
/* A-Head*/
.epub-ahead {
margin-top: 27px; }
.epub-ahead .epub-heading h2 > p {
font-size: 23px;
line-height: 27px;
margin-bottom: 15px; }
.epub-ahead.epub-override > .epub-heading > p {
font-size: 23px;
line-height: 27px;
margin-bottom: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-416*/
.epub-bhead {
margin-top: 23px; }
.epub-bhead > .epub-heading h3 > p {
font-size: 19px;
line-height: 23px;
margin-bottom: 13px;
font-weight: bold; }
.epub-bhead.epub-override > .epub-heading > p {
font-size: 19px;
line-height: 23px;
margin-bottom: 13px;
font-weight: bold; }
.epub-anyhead > .epub-heading {
font-size: 15px;
line-height: 19px;
margin-bottom: 13px;
font-weight: bold; }
.epub-ahead > .epub-anyhead > .epub-heading {
font-size: 17px; }
.epub-nepq > .epub-heading h3 > p {
font-size: 23px;
line-height: 29px;
margin-bottom: 15px;
font-weight: normal; }
.epub-footnoteSection {
margin: 15px 0 0 0;
text-align: left;
border-top: solid 5px #CCCCCC; }
.epub-footnoteSection .epub-heading {
margin: 10px 0;
font-size: 23px;
color: #333;
font-weight: normal; }
/* TOC elements */
.epub-toc-part {
font-size: 1.5em; }
.epub-toc-part td {
padding: 5px 0; }
.epub-toc-chapter {
font-size: 1.25em; }
.epub-toc-chapter td {
padding: 5px 0; }
.epub-toc-case td {
font-style: italic;
padding: 5px 0; }
.epub-toc-entry td {
padding: 2px 0; }
.epub-tocContainer {
margin-bottom: 10px; }
.epub-tocContainer .epub-tocSupplemental {
font-style: italic;
margin: 0 0 5px 0; }
.epub-tocContainer .epub-tocSupplemental a {
text-decoration: none;
color: #333; }
.epub-tocContainer .epub-tocSupplemental .epub-pageNumberRef {
float: right; }
.epub-tocContainer .epub-tocSupplemental h2 {
font-size: 23px;
line-height: 27px;
margin-bottom: 15px; }
.epub-tocChapter {
margin: 0 0 10px 0;
font-size: 1.25em;
font-weight: bold; }
.epub-tocChapter a {
text-decoration: none;
color: #333; }
.epub-index-main {
margin-bottom: 10px;
text-indent: -36px;
margin-left: 36px; }
.epub-index-main .epub-index-sub {
margin-top: 6px;
margin-left: 24px;
text-indent: -12px;
margin-left: 12px; }
.epub-feature {
/*This should stay here, after all the feature box declarations... margins need to override to have proper sidebar spacing*/
/*https://issues.wrycan.com/browse/GIRAFFE-611*/ }
.epub-feature.epub-featureBoxless {
margin: 10px 0px; }
.epub-feature.epub-featureBoxless > .epub-feature-heading2 > p {
font-size: 23px;
line-height: 29px;
margin-bottom: 15px;
font-weight: normal; }
.epub-feature.epub-feature1 {
padding: 15px 18px 15px 18px;
margin: 20px 0px 20px 0;
border-top: 10px solid #799d57;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ededed;
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #ededed));
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: linear-gradient(to top, #FFFFFF 0%, #ededed 100%); }
.epub-feature.epub-feature3 {
margin: 20px 0px 20px 0;
padding: 15px 18px 15px 18px;
background-color: #e8e8e8;
border: 1px solid #ccc; }
.epub-feature.epub-feature2 {
margin: 20px 0px 20px 0;
padding: 15px 18px 15px 18px;
border: 2px solid #95b378; }
.epub-feature.epub-feature-sidebar {
min-height: 10px;
width: 230px;
margin-top: 0px; }
.epub-feature.epub-feature-sidebar.epub-sidebar-right {
margin-left: 15px;
float: right; }
.epub-feature.epub-feature-sidebar.epub-sidebar-left {
margin-right: 15px;
float: left; }
.epub-feature ul {
margin-left: 20px; }
.epub-feature ol {
margin-left: 20px; }
.epub-feature p {
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px;
/*https://issues.wrycan.com/browse/GIRAFFE-595*/
text-align: left; }
.epub-feature .epub-blockquote {
margin-bottom: 20px; }
.epub-feature p:last-child {
margin-bottom: 5px; }
.epub-feature .epub-feature-heading {
font-size: 23px;
line-height: 29px;
/*text-align:left; removed for https://issues.wrycan.com/browse/GIRAFFE-426*/
margin-bottom: 15px; }
.epub-feature .epub-feature-heading > p, .epub-feature .epub-feature-heading > div.clearfix p {
font-size: inherit;
line-height: inherit;
text-align: left;
margin-bottom: inherit; }
.epub-feature .epub-feature-heading2 {
font-size: 19px;
line-height: 23px;
/*text-align:left; removed for https://issues.wrycan.com/browse/GIRAFFE-426*/
margin-bottom: 15px;
font-weight: bold; }
.epub-feature .epub-feature-heading2 > p, .epub-feature .epub-feature-heading2 > div.clearfix p {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
text-align: left;
margin-bottom: inherit; }
/* replaced, never used
.epub-feature-sidebar {
padding:5px 10px;
width:300px;
float:left;
margin: 16px 15px 16px 0px;
@include featureBorder();
@include featureBackground();
.epub-heading {
text-align:center;
font-weight:bold;
}
}*/
.epub-feature-dm {
padding: 5px 10px;
margin: 16px 0px 16px 0;
border-top: 10px solid #799d57;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ededed;
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #ededed));
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: linear-gradient(to top, #FFFFFF 0%, #ededed 100%); }
.epub-feature-dm .epub-heading {
font-weight: bold;
font-size: 1.25em;
font-style: italic; }
.epub-feature-dm .epub-link {
margin: 4px 0 0 15px; }
.epub-feature-dm .epub-link a, .epub-feature-dm .epub-link a:visited {
color: blue; }
.epub-cn-localtoc .epub-cn-localtoc-pageheader {
text-transform: uppercase;
font-size: 11px;
text-align: right; }
.epub-cn-localtoc .epub-cn-entry .epub-cn-page {
float: right;
width: 60px;
text-align: right;
font-style: italic;
font-size: 13px;
line-height: 19px; }
.epub-cn-localtoc .epub-cn-entry .epub-cn-position {
float: left;
width: 30px;
font-weight: 700;
font-size: 13px;
line-height: 19px; }
.epub-cn-localtoc .epub-cn-entry .epub-cn-content {
margin: 0 70px 0 40px; }
.epub-cn-casenote .epub-cn-parties {
font-size: 24px;
line-height: 29px; }
.epub-cn-casenote .epub-cn-citation {
margin-top: 10px;
margin-bottom: 20px; }
.epub-cn-casenote .epub-cn-section {
margin-bottom: 15px; }
.epub-cn-casenote .epub-cn-section ol {
margin-bottom: 5px; }
.epub-cn-casenote .epub-cn-section .epub-text-para {
margin-bottom: 5px; }
.epub-cn-casenote .epub-cn-section.epub-sn-section-noc, .epub-cn-casenote .epub-cn-section.epub-sn-section-fs, .epub-cn-casenote .epub-cn-section.epub-sn-section-rol {
font-weight: 700; }
.epub-cn-casenote .epub-cn-section.epub-sn-section-rol {
padding: 8px 15px 8px 8px;
background-color: #eee;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
-webkit-border-top-right-radius: 25px;
-moz-border-top-right-radius: 25px;
border-top-right-radius: 25px; }
.epub-cn-casenote .epub-cn-section.epub-sn-section-analysis {
padding-right: 15px;
border-top: 1px solid #333;
border-right: 1px solid #333;
padding-top: 8px;
-webkit-border-top-right-radius: 25px;
-moz-border-top-right-radius: 25px;
border-top-right-radius: 25px; }
.epub-cn-casenote .epub-cn-section .epub-cn-sectiontitle {
font-size: 20px;
line-height: 25px;
letter-spacing: -1px;
margin-bottom: 5px;
font-weight: bold;
text-transform: uppercase; }
.epub-cn-casenote .epub-cn-section .epub-cn-sectiontitle.epub-cn-sectiontitle-qn {
text-transform: capitalize; }
.epub-cn-casenote .epub-cn-section .epub-cn-term {
text-transform: uppercase;
letter-spacing: -1px;
font-weight: bold; }
.epub-law-case {
border-bottom: 5px solid #95b378; }
.epub-law-case .epub-law-heading-container {
position: relative;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/ }
.epub-law-case .epub-law-heading-container p {
text-indent: 0px; }
.epub-law-case .epub-law-heading-container .epub-law-case-marker {
position: absolute;
left: -32px;
float: left;
height: 95%;
width: 23px;
background-color: #95b378;
color: #95b378; }
.epub-law-case .epub-law-heading-container .epub-law-heading h3 > p {
font-size: 17px;
line-height: 19px;
text-align: left;
margin-bottom: 0px;
font-weight: bold;
color: #333; }
.epub-law-case .epub-law-heading-container .epub-law-casecitation {
font-size: 13px;
line-height: 19px;
margin-top: 0px; }
.epub-law-pexcerpt .epub-law-heading-container {
position: relative;
margin-bottom: 25px; }
.epub-law-pexcerpt .epub-law-heading-container .epub-law-pexcerpt-marker {
position: absolute;
left: -32px;
float: left;
height: 95%;
width: 23px;
background-color: #95b378;
color: #95b378; }
.epub-law-pexcerpt .epub-law-heading-container .epub-heading h3 > p {
font-size: 17px;
line-height: 19px;
/*text-align:left; https://issues.wrycan.com/browse/GIRAFFE-426*/
margin-bottom: 0px;
font-weight: bold;
color: #333; }
.epub-law-pexcerpt .epub-law-heading-container .epub-casecitation {
font-size: 13px;
line-height: 19px;
margin-top: 0px; }
.epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: 0%;
line-height: 14px;
text-indent: 0px; }
ol > li .epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: -50px; }
.epub-feature ol > li .epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: -68px; }
.epub-blockquote ol > li .epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: -85px; }
/* local chapter/chunk TOC */
.epub-localToc {
margin: 0px 0 10px 25px; }
.epub-localToc .epub-localtoc-entry {
text-align: left;
padding: 2px 0; }
.epub-localToc .epub-localtoc-entry.epub-localtoc-case {
margin-left: 25px; }
.epub-localToc .epub-localtoc-entry.epub-localtoc-case .epub-casename {
font-style: italic; }
.epub-localToc .epub-localtoc-entry a {
color: #333;
text-decoration: none; }
.epub-tableofcontents-container {
/* FM/BM stuff */
/* part stuff */
/* chapter stuff */
/* ahead stuff */
/* bhead stuff */
/* chead stuff */
/* dhead stuff */
/* ehead stuff */
/* case stuff */
/* misc stuff */ }
.epub-tableofcontents-container a, .epub-tableofcontents-container a:hover, .epub-tableofcontents-container a:visited {
text-decoration: none;
color: #333; }
.epub-tableofcontents-container .epub-tocentry-fmbm {
margin: 0 0 5px 20px;
font-style: italic;
font-size: 12px;
line-height: 18px; }
.epub-tableofcontents-container .epub-tocentry-fmbm .epub-tocentry-page {
width: 40px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-part1 {
margin: 20px 0 30px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; }
.epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
font-size: 16px;
line-height: 18px;
text-transform: uppercase;
color: #fff;
background-color: #799d57;
padding-left: 20px;
padding-right: 10px;
font-weight: bold;
padding-top: 7px;
text-align: left;
padding-bottom: 5px; }
.epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 .epub-toclabel {
font-weight: bold; }
.epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 a, .epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 a:hover, .epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 a:visited {
text-decoration: none;
color: #fff; }
.epub-tableofcontents-container .epub-tocentry-chapter-container {
margin-bottom: 40px; }
.epub-tableofcontents-container .epub-tocentry-chapter-container a, .epub-tableofcontents-container .epub-tocentry-chapter-container a:hover, .epub-tableofcontents-container .epub-tocentry-chapter-container a:visited {
text-decoration: none;
color: #333; }
.epub-tableofcontents-container .epub-tocentry-chapter-container .epub-tocentry-chapter {
font-size: 18px;
color: #333;
margin-bottom: 20px;
padding-left: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-chapter-container .epub-tocentry-chapter .epub-toclabel {
font-weight: bold; }
.epub-tableofcontents-container .epub-tocentry-chapter-container .epub-tocentry-chapter .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-ahead {
font-weight: bold;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 50px; }
.epub-tableofcontents-container .epub-tocentry-ahead .epub-toclabel {
float: left;
width: 25px;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-ahead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-ahead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-bhead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 80px; }
.epub-tableofcontents-container .epub-tocentry-bhead .epub-toclabel {
float: left;
width: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-bhead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-bhead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-chead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 110px; }
.epub-tableofcontents-container .epub-tocentry-chead .epub-toclabel {
float: left;
width: 10px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-chead .epub-tocentry-title {
text-align: left;
margin-left: 20px; }
.epub-tableofcontents-container .epub-tocentry-chead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-dhead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 130px; }
.epub-tableofcontents-container .epub-tocentry-dhead .epub-toclabel {
float: left;
width: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-dhead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-dhead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-ehead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 150px; }
.epub-tableofcontents-container .epub-tocentry-ehead .epub-toclabel {
float: left;
width: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-ehead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-ehead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-case {
font-style: italic; }
.epub-tableofcontents-container .epub-toc-divider {
margin-bottom: 30px; }
.epub-tableofcontents-container .epub-toc-divider hr {
border: 0;
height: 1px;
background: #333; }
.epub-index-entry {
text-align: left; }
.epub-index-entry.epub-index-indent {
margin-left: 30px; }
.epub-index-entry p {
text-indent: -90px;
padding-left: 90px;
margin-bottom: 15px; }
.epub-index-group {
margin-bottom: 25px; }
.epub-index-group-header {
font-size: 15px;
line-height: 19px; }
.semantic-tag.label {
padding: 0px 5px 1px 5px;
margin: 0;
font-size: 0.85em; }
/* these needs to be after the imports for proper precedence */
.epub-chunkHeader {
/*used in frontmatter*/ }
.epub-chunkHeader h1 > p {
font-size: 32px;
line-height: 39px;
margin-bottom: 35px;
font-weight: normal;
text-align: left;
text-indent: 0px; }
.epub-chunkHeader > h2 {
font-size: 32px;
line-height: 39px;
margin-bottom: 35px;
font-weight: normal;
text-align: left; }
.epub-chunkHeader > h3 {
font-size: 14px;
line-height: 20px;
margin-bottom: 35px;
font-weight: normal;
text-align: left; }
.epub-chunkDesignation {
font-size: 12px;
color: #333;
font-weight: bold; }
.epub-chunkDesignation > p {
font-size: inherit;
color: inherit;
font-weight: inherit;
margin-bottom: inherit;
text-indent: 0px; }
/*# sourceMappingURL=epub.css.map */ | style.css | body {
margin-left: 45px !important;
font-family: 'Open Sans', sans-serif;}
.epub-hide {
display: none; }
.clearfix:after {
content: "";
display: table;
clear: both; }
/* MUST NOT BE DELETED, allows the page numbers and image sizing to work in the ENRICHMENT TOOL */
.enrichapps-epubContainer {
width: 630px;
position: relative;
font-family: Arial !important;}
.epub-epubContainer {
font-size: 15px;
font-weight: normal;
color: #333;
line-height: 19px;
text-align: justify; }
.epub-contentContainer {
padding-right: 50px; }
.epub-coverimage {
text-align: center;
margin-bottom: 30px; }
/* <blob>, <img> */
.epub-text-para {
margin-right: 45px; }
.epub-text-para.left {
float: none !important;
text-align: left; }
.epub-text-para.center {
float: none !important;
text-align: center; }
.epub-text-para.right {
float: none !important;
text-align: right; }
.epub-text-para.epub-continue-para {
text-indent: 0px; }
.epub-epubContainer .epub-sidebar-icon, .epub-epubContainer .epub-sidebar-icon-alt {
float: right;
display: block;
padding: 2px;
margin-left: 10px; }
.epub-epubContainer .epub-sidebar-icon {
width: 40px; }
.epub-epubContainer .epub-sidebar-icon img {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.epub-epubContainer .epub-heading > p {
font-size: inherit;
line-height: inherit;
margin-bottom: 0;
font-weight: inherit;
font-style: inherit;
text-indent: 0px; }
.epub-epubContainer a {
color: #007aC3;
text-decoration: none; }
.epub-epubContainer p {
margin: 0 0 25px 0;
line-height: 19px;
font-size: 15px;
text-indent: 0px; }
.epub-epubContainer p.epub-indent-indent {
text-indent: 0px; }
.epub-epubContainer p.epub-indent-source {
margin-left: 20px;
text-indent: -20px; }
.epub-epubContainer p.epub-indent-flush {
text-indent: 0px; }
.epub-epubContainer li > p {
margin: 0 0 10px 0;
line-height: 19px;
font-size: 15px;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
.epub-epubContainer .epub-double-underline {
text-decoration: underline;
border-bottom: 1px solid #000; }
.epub-epubContainer .epub-strikethrough {
text-decoration: line-through; }
.epub-epubContainer .epub-small-caps {
font-variant: small-caps; }
.epub-epubContainer .epub-question-container > .epub-question-icon {
float: left;
margin-right: 20px;
margin-bottom: 10px;
float: left; }
.epub-epubContainer .epub-answer-container > .epub-answer-content {
padding: 0 0 0 5px;
border-left: 1px solid #ccc;
margin-left: 45px; }
.epub-epubContainer .epub-answer-container .epub-answer-icon {
float: left; }
.epub-epubContainer .epub-theme {
float: right;
display: block;
font-weight: bold;
border: 2px solid #95b378;
padding: 15px 18px;
margin-left: 10px;
max-width: 180px;
text-align: left; }
/*https://issues.wrycan.com/browse/GIRAFFE-567*/
.epub-feature-header-image {
float: left;
margin-right: 20px; }
.epub-image-container {
margin: 15px auto 0 auto;
text-align: center; }
.epub-image {
margin: 0 0 15px 0;
text-align: center; }
.epub-image img {
margin: 0px auto;
width: 100%;
height: auto; }
p.epub-image-title {
font-size: 15px;
line-height: 19px;
text-align: left;
font-weight: bold;
margin-bottom: 5px; }
p.epub-image-credit {
font-size: 11px;
line-height: 15px;
text-align: left;
margin-bottom: 5px; }
.epub-image-caption p {
font-size: 13px;
line-height: 17px;
text-align: left;
font-weight: bold;
margin-bottom: 5px; }
/* <ftnote> */
.epub-footnotenum-ref {
font-size: 13px; }
.epub-footnotenum-ref a {
color: #007aC3;
text-decoration: none; }
.epub-footnotenum {
font-size: 11px;
line-height: 0em;
vertical-align: super;
text-align: left;
color: #007aC3; }
.epub-footnotenum:hover {
cursor: pointer; }
.epub-footnotenum a {
color: #007aC3;
text-decoration: none; }
p.epub-footnote-text {
/*https://issues.wrycan.com/browse/GIRAFFE-545*/
font-size: 13px !important;
color: #333;
line-height: 17px;
text-align: left;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
/*dialog*/
div.epub-dialog-block {
padding-left: 35px;
margin-bottom: 20px; }
p.epub-para-hanging {
text-align: left;
margin-left: 25px;
text-indent: -25px; }
p.epub-para-nogutter {
margin-bottom: 5px; }
p.epub-para-nogutter .dialog-label {
font-weight: bold; }
/* <xref> */
a.epub-externalref, a.epub-externalref:visited {
color: #4997ca;
text-decoration: none; }
/* <block-quote> */
.epub-blockquote {
padding: 0 35px; }
.epub-blockquote .epub-attrib {
font-size: 15px;
text-align: right;
font-style: italic;
margin: 0 0 25px 0; }
.epub-blockquote > .epub-heading > p {
font-size: 15px;
line-height: 19px;
margin-bottom: 13px;
font-weight: bold; }
.epub-blockquote p {
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
.epub-transcript {
padding: 0 35px; }
.epub-question-group {
margin-left: 50px; }
.epub-question-container > .epub-question-icon {
float: left;
margin-right: 20px;
margin-bottom: 10px;
float: left; }
.epub-answer-container > .epub-answer-content {
padding: 0 0 0 5px;
border-left: 1px solid #ccc;
margin-left: 45px; }
.epub-answer-container .epub-answer-icon {
float: left; }
.epub-text-left {
text-align: left; }
.epub-text-center {
text-align: center; }
.epub-text-right {
text-align: right; }
.epub-text-runInHeader {
font-weight: bold;
font-style: italic; }
.epub-text-smallcaps {
font-variant: small-caps; }
/*added to lessen left indent from lists in cells*/
.epub-epubContainer td ul, .epub-epubContainer td ol {
/*https://issues.wrycan.com/browse/GIRAFFE-395*/
margin: 0 0 20px 15px; }
.epub-epubContainer ul, .epub-epubContainer ol {
margin: 0 0 20px 40px;
padding: 0px; }
/* ol list general styles */
ol.epub-boldtoken > li:before {
font-weight: bold; }
ol.epub-italictoken > li:before {
font-style: italic; }
ul.epub-none {
list-style-type: none; }
/* generate ol.epub-list-reset1 { counter-reset: item 0; } up to 100 */
ol.epub-list-reset1 {
counter-reset: item 0; }
ol.epub-list-reset2 {
counter-reset: item 1; }
ol.epub-list-reset3 {
counter-reset: item 2; }
ol.epub-list-reset4 {
counter-reset: item 3; }
ol.epub-list-reset5 {
counter-reset: item 4; }
ol.epub-list-reset6 {
counter-reset: item 5; }
ol.epub-list-reset7 {
counter-reset: item 6; }
ol.epub-list-reset8 {
counter-reset: item 7; }
ol.epub-list-reset9 {
counter-reset: item 8; }
ol.epub-list-reset10 {
counter-reset: item 9; }
ol.epub-list-reset11 {
counter-reset: item 10; }
ol.epub-list-reset12 {
counter-reset: item 11; }
ol.epub-list-reset13 {
counter-reset: item 12; }
ol.epub-list-reset14 {
counter-reset: item 13; }
ol.epub-list-reset15 {
counter-reset: item 14; }
ol.epub-list-reset16 {
counter-reset: item 15; }
ol.epub-list-reset17 {
counter-reset: item 16; }
ol.epub-list-reset18 {
counter-reset: item 17; }
ol.epub-list-reset19 {
counter-reset: item 18; }
ol.epub-list-reset20 {
counter-reset: item 19; }
ol.epub-list-reset21 {
counter-reset: item 20; }
ol.epub-list-reset22 {
counter-reset: item 21; }
ol.epub-list-reset23 {
counter-reset: item 22; }
ol.epub-list-reset24 {
counter-reset: item 23; }
ol.epub-list-reset25 {
counter-reset: item 24; }
ol.epub-list-reset26 {
counter-reset: item 25; }
ol.epub-list-reset27 {
counter-reset: item 26; }
ol.epub-list-reset28 {
counter-reset: item 27; }
ol.epub-list-reset29 {
counter-reset: item 28; }
ol.epub-list-reset30 {
counter-reset: item 29; }
ol.epub-list-reset31 {
counter-reset: item 30; }
ol.epub-list-reset32 {
counter-reset: item 31; }
ol.epub-list-reset33 {
counter-reset: item 32; }
ol.epub-list-reset34 {
counter-reset: item 33; }
ol.epub-list-reset35 {
counter-reset: item 34; }
ol.epub-list-reset36 {
counter-reset: item 35; }
ol.epub-list-reset37 {
counter-reset: item 36; }
ol.epub-list-reset38 {
counter-reset: item 37; }
ol.epub-list-reset39 {
counter-reset: item 38; }
ol.epub-list-reset40 {
counter-reset: item 39; }
ol.epub-list-reset41 {
counter-reset: item 40; }
ol.epub-list-reset42 {
counter-reset: item 41; }
ol.epub-list-reset43 {
counter-reset: item 42; }
ol.epub-list-reset44 {
counter-reset: item 43; }
ol.epub-list-reset45 {
counter-reset: item 44; }
ol.epub-list-reset46 {
counter-reset: item 45; }
ol.epub-list-reset47 {
counter-reset: item 46; }
ol.epub-list-reset48 {
counter-reset: item 47; }
ol.epub-list-reset49 {
counter-reset: item 48; }
ol.epub-list-reset50 {
counter-reset: item 49; }
ol.epub-list-reset51 {
counter-reset: item 50; }
ol.epub-list-reset52 {
counter-reset: item 51; }
ol.epub-list-reset53 {
counter-reset: item 52; }
ol.epub-list-reset54 {
counter-reset: item 53; }
ol.epub-list-reset55 {
counter-reset: item 54; }
ol.epub-list-reset56 {
counter-reset: item 55; }
ol.epub-list-reset57 {
counter-reset: item 56; }
ol.epub-list-reset58 {
counter-reset: item 57; }
ol.epub-list-reset59 {
counter-reset: item 58; }
ol.epub-list-reset60 {
counter-reset: item 59; }
ol.epub-list-reset61 {
counter-reset: item 60; }
ol.epub-list-reset62 {
counter-reset: item 61; }
ol.epub-list-reset63 {
counter-reset: item 62; }
ol.epub-list-reset64 {
counter-reset: item 63; }
ol.epub-list-reset65 {
counter-reset: item 64; }
ol.epub-list-reset66 {
counter-reset: item 65; }
ol.epub-list-reset67 {
counter-reset: item 66; }
ol.epub-list-reset68 {
counter-reset: item 67; }
ol.epub-list-reset69 {
counter-reset: item 68; }
ol.epub-list-reset70 {
counter-reset: item 69; }
ol.epub-list-reset71 {
counter-reset: item 70; }
ol.epub-list-reset72 {
counter-reset: item 71; }
ol.epub-list-reset73 {
counter-reset: item 72; }
ol.epub-list-reset74 {
counter-reset: item 73; }
ol.epub-list-reset75 {
counter-reset: item 74; }
ol.epub-list-reset76 {
counter-reset: item 75; }
ol.epub-list-reset77 {
counter-reset: item 76; }
ol.epub-list-reset78 {
counter-reset: item 77; }
ol.epub-list-reset79 {
counter-reset: item 78; }
ol.epub-list-reset80 {
counter-reset: item 79; }
ol.epub-list-reset81 {
counter-reset: item 80; }
ol.epub-list-reset82 {
counter-reset: item 81; }
ol.epub-list-reset83 {
counter-reset: item 82; }
ol.epub-list-reset84 {
counter-reset: item 83; }
ol.epub-list-reset85 {
counter-reset: item 84; }
ol.epub-list-reset86 {
counter-reset: item 85; }
ol.epub-list-reset87 {
counter-reset: item 86; }
ol.epub-list-reset88 {
counter-reset: item 87; }
ol.epub-list-reset89 {
counter-reset: item 88; }
ol.epub-list-reset90 {
counter-reset: item 89; }
ol.epub-list-reset91 {
counter-reset: item 90; }
ol.epub-list-reset92 {
counter-reset: item 91; }
ol.epub-list-reset93 {
counter-reset: item 92; }
ol.epub-list-reset94 {
counter-reset: item 93; }
ol.epub-list-reset95 {
counter-reset: item 94; }
ol.epub-list-reset96 {
counter-reset: item 95; }
ol.epub-list-reset97 {
counter-reset: item 96; }
ol.epub-list-reset98 {
counter-reset: item 97; }
ol.epub-list-reset99 {
counter-reset: item 98; }
ol.epub-list-reset100 {
counter-reset: item 99; }
ol.epub-list-reset101 {
counter-reset: item 100; }
ol.epub-list-reset102 {
counter-reset: item 101; }
ol.epub-list-reset103 {
counter-reset: item 102; }
ol.epub-list-reset104 {
counter-reset: item 103; }
ol.epub-list-reset105 {
counter-reset: item 104; }
ol.epub-list-reset106 {
counter-reset: item 105; }
ol.epub-list-reset107 {
counter-reset: item 106; }
ol.epub-list-reset108 {
counter-reset: item 107; }
ol.epub-list-reset109 {
counter-reset: item 108; }
ol.epub-list-reset110 {
counter-reset: item 109; }
ol.epub-list-reset111 {
counter-reset: item 110; }
ol.epub-list-reset112 {
counter-reset: item 111; }
ol.epub-list-reset113 {
counter-reset: item 112; }
ol.epub-list-reset114 {
counter-reset: item 113; }
ol.epub-list-reset115 {
counter-reset: item 114; }
ol.epub-list-reset116 {
counter-reset: item 115; }
ol.epub-list-reset117 {
counter-reset: item 116; }
ol.epub-list-reset118 {
counter-reset: item 117; }
ol.epub-list-reset119 {
counter-reset: item 118; }
ol.epub-list-reset120 {
counter-reset: item 119; }
ol.epub-list-reset121 {
counter-reset: item 120; }
ol.epub-list-reset122 {
counter-reset: item 121; }
ol.epub-list-reset123 {
counter-reset: item 122; }
ol.epub-list-reset124 {
counter-reset: item 123; }
ol.epub-list-reset125 {
counter-reset: item 124; }
ol.epub-list-reset126 {
counter-reset: item 125; }
ol.epub-list-reset127 {
counter-reset: item 126; }
ol.epub-list-reset128 {
counter-reset: item 127; }
ol.epub-list-reset129 {
counter-reset: item 128; }
ol.epub-list-reset130 {
counter-reset: item 129; }
ol.epub-list-reset131 {
counter-reset: item 130; }
ol.epub-list-reset132 {
counter-reset: item 131; }
ol.epub-list-reset133 {
counter-reset: item 132; }
ol.epub-list-reset134 {
counter-reset: item 133; }
ol.epub-list-reset135 {
counter-reset: item 134; }
ol.epub-list-reset136 {
counter-reset: item 135; }
ol.epub-list-reset137 {
counter-reset: item 136; }
ol.epub-list-reset138 {
counter-reset: item 137; }
ol.epub-list-reset139 {
counter-reset: item 138; }
ol.epub-list-reset140 {
counter-reset: item 139; }
ol.epub-list-reset141 {
counter-reset: item 140; }
ol.epub-list-reset142 {
counter-reset: item 141; }
ol.epub-list-reset143 {
counter-reset: item 142; }
ol.epub-list-reset144 {
counter-reset: item 143; }
ol.epub-list-reset145 {
counter-reset: item 144; }
ol.epub-list-reset146 {
counter-reset: item 145; }
ol.epub-list-reset147 {
counter-reset: item 146; }
ol.epub-list-reset148 {
counter-reset: item 147; }
ol.epub-list-reset149 {
counter-reset: item 148; }
ol.epub-list-reset150 {
counter-reset: item 149; }
ol.epub-list-reset151 {
counter-reset: item 150; }
ol.epub-list-reset152 {
counter-reset: item 151; }
ol.epub-list-reset153 {
counter-reset: item 152; }
ol.epub-list-reset154 {
counter-reset: item 153; }
ol.epub-list-reset155 {
counter-reset: item 154; }
ol.epub-list-reset156 {
counter-reset: item 155; }
ol.epub-list-reset157 {
counter-reset: item 156; }
ol.epub-list-reset158 {
counter-reset: item 157; }
ol.epub-list-reset159 {
counter-reset: item 158; }
ol.epub-list-reset160 {
counter-reset: item 159; }
ol.epub-list-reset161 {
counter-reset: item 160; }
ol.epub-list-reset162 {
counter-reset: item 161; }
ol.epub-list-reset163 {
counter-reset: item 162; }
ol.epub-list-reset164 {
counter-reset: item 163; }
ol.epub-list-reset165 {
counter-reset: item 164; }
ol.epub-list-reset166 {
counter-reset: item 165; }
ol.epub-list-reset167 {
counter-reset: item 166; }
ol.epub-list-reset168 {
counter-reset: item 167; }
ol.epub-list-reset169 {
counter-reset: item 168; }
ol.epub-list-reset170 {
counter-reset: item 169; }
ol.epub-list-reset171 {
counter-reset: item 170; }
ol.epub-list-reset172 {
counter-reset: item 171; }
ol.epub-list-reset173 {
counter-reset: item 172; }
ol.epub-list-reset174 {
counter-reset: item 173; }
ol.epub-list-reset175 {
counter-reset: item 174; }
ol.epub-list-reset176 {
counter-reset: item 175; }
ol.epub-list-reset177 {
counter-reset: item 176; }
ol.epub-list-reset178 {
counter-reset: item 177; }
ol.epub-list-reset179 {
counter-reset: item 178; }
ol.epub-list-reset180 {
counter-reset: item 179; }
ol.epub-list-reset181 {
counter-reset: item 180; }
ol.epub-list-reset182 {
counter-reset: item 181; }
ol.epub-list-reset183 {
counter-reset: item 182; }
ol.epub-list-reset184 {
counter-reset: item 183; }
ol.epub-list-reset185 {
counter-reset: item 184; }
ol.epub-list-reset186 {
counter-reset: item 185; }
ol.epub-list-reset187 {
counter-reset: item 186; }
ol.epub-list-reset188 {
counter-reset: item 187; }
ol.epub-list-reset189 {
counter-reset: item 188; }
ol.epub-list-reset190 {
counter-reset: item 189; }
ol.epub-list-reset191 {
counter-reset: item 190; }
ol.epub-list-reset192 {
counter-reset: item 191; }
ol.epub-list-reset193 {
counter-reset: item 192; }
ol.epub-list-reset194 {
counter-reset: item 193; }
ol.epub-list-reset195 {
counter-reset: item 194; }
ol.epub-list-reset196 {
counter-reset: item 195; }
ol.epub-list-reset197 {
counter-reset: item 196; }
ol.epub-list-reset198 {
counter-reset: item 197; }
ol.epub-list-reset199 {
counter-reset: item 198; }
ol.epub-list-reset200 {
counter-reset: item 199; }
ol.epub-list-reset201 {
counter-reset: item 200; }
ol.epub-list-reset202 {
counter-reset: item 201; }
ol.epub-list-reset203 {
counter-reset: item 202; }
ol.epub-list-reset204 {
counter-reset: item 203; }
ol.epub-list-reset205 {
counter-reset: item 204; }
ol.epub-list-reset206 {
counter-reset: item 205; }
ol.epub-list-reset207 {
counter-reset: item 206; }
ol.epub-list-reset208 {
counter-reset: item 207; }
ol.epub-list-reset209 {
counter-reset: item 208; }
ol.epub-list-reset210 {
counter-reset: item 209; }
ol.epub-list-reset211 {
counter-reset: item 210; }
ol.epub-list-reset212 {
counter-reset: item 211; }
ol.epub-list-reset213 {
counter-reset: item 212; }
ol.epub-list-reset214 {
counter-reset: item 213; }
ol.epub-list-reset215 {
counter-reset: item 214; }
ol.epub-list-reset216 {
counter-reset: item 215; }
ol.epub-list-reset217 {
counter-reset: item 216; }
ol.epub-list-reset218 {
counter-reset: item 217; }
ol.epub-list-reset219 {
counter-reset: item 218; }
ol.epub-list-reset220 {
counter-reset: item 219; }
ol.epub-list-reset221 {
counter-reset: item 220; }
ol.epub-list-reset222 {
counter-reset: item 221; }
ol.epub-list-reset223 {
counter-reset: item 222; }
ol.epub-list-reset224 {
counter-reset: item 223; }
ol.epub-list-reset225 {
counter-reset: item 224; }
ol.epub-list-reset226 {
counter-reset: item 225; }
ol.epub-list-reset227 {
counter-reset: item 226; }
ol.epub-list-reset228 {
counter-reset: item 227; }
ol.epub-list-reset229 {
counter-reset: item 228; }
ol.epub-list-reset230 {
counter-reset: item 229; }
ol.epub-list-reset231 {
counter-reset: item 230; }
ol.epub-list-reset232 {
counter-reset: item 231; }
ol.epub-list-reset233 {
counter-reset: item 232; }
ol.epub-list-reset234 {
counter-reset: item 233; }
ol.epub-list-reset235 {
counter-reset: item 234; }
ol.epub-list-reset236 {
counter-reset: item 235; }
ol.epub-list-reset237 {
counter-reset: item 236; }
ol.epub-list-reset238 {
counter-reset: item 237; }
ol.epub-list-reset239 {
counter-reset: item 238; }
ol.epub-list-reset240 {
counter-reset: item 239; }
ol.epub-list-reset241 {
counter-reset: item 240; }
ol.epub-list-reset242 {
counter-reset: item 241; }
ol.epub-list-reset243 {
counter-reset: item 242; }
ol.epub-list-reset244 {
counter-reset: item 243; }
ol.epub-list-reset245 {
counter-reset: item 244; }
ol.epub-list-reset246 {
counter-reset: item 245; }
ol.epub-list-reset247 {
counter-reset: item 246; }
ol.epub-list-reset248 {
counter-reset: item 247; }
ol.epub-list-reset249 {
counter-reset: item 248; }
ol.epub-list-reset250 {
counter-reset: item 249; }
ol.epub-list-reset251 {
counter-reset: item 250; }
ol.epub-list-reset252 {
counter-reset: item 251; }
ol.epub-list-reset253 {
counter-reset: item 252; }
ol.epub-list-reset254 {
counter-reset: item 253; }
ol.epub-list-reset255 {
counter-reset: item 254; }
ol.epub-list-reset256 {
counter-reset: item 255; }
ol.epub-list-reset257 {
counter-reset: item 256; }
ol.epub-list-reset258 {
counter-reset: item 257; }
ol.epub-list-reset259 {
counter-reset: item 258; }
ol.epub-list-reset260 {
counter-reset: item 259; }
ol.epub-list-reset261 {
counter-reset: item 260; }
ol.epub-list-reset262 {
counter-reset: item 261; }
ol.epub-list-reset263 {
counter-reset: item 262; }
ol.epub-list-reset264 {
counter-reset: item 263; }
ol.epub-list-reset265 {
counter-reset: item 264; }
ol.epub-list-reset266 {
counter-reset: item 265; }
ol.epub-list-reset267 {
counter-reset: item 266; }
ol.epub-list-reset268 {
counter-reset: item 267; }
ol.epub-list-reset269 {
counter-reset: item 268; }
ol.epub-list-reset270 {
counter-reset: item 269; }
ol.epub-list-reset271 {
counter-reset: item 270; }
ol.epub-list-reset272 {
counter-reset: item 271; }
ol.epub-list-reset273 {
counter-reset: item 272; }
ol.epub-list-reset274 {
counter-reset: item 273; }
ol.epub-list-reset275 {
counter-reset: item 274; }
ol.epub-list-reset276 {
counter-reset: item 275; }
ol.epub-list-reset277 {
counter-reset: item 276; }
ol.epub-list-reset278 {
counter-reset: item 277; }
ol.epub-list-reset279 {
counter-reset: item 278; }
ol.epub-list-reset280 {
counter-reset: item 279; }
ol.epub-list-reset281 {
counter-reset: item 280; }
ol.epub-list-reset282 {
counter-reset: item 281; }
ol.epub-list-reset283 {
counter-reset: item 282; }
ol.epub-list-reset284 {
counter-reset: item 283; }
ol.epub-list-reset285 {
counter-reset: item 284; }
ol.epub-list-reset286 {
counter-reset: item 285; }
ol.epub-list-reset287 {
counter-reset: item 286; }
ol.epub-list-reset288 {
counter-reset: item 287; }
ol.epub-list-reset289 {
counter-reset: item 288; }
ol.epub-list-reset290 {
counter-reset: item 289; }
ol.epub-list-reset291 {
counter-reset: item 290; }
ol.epub-list-reset292 {
counter-reset: item 291; }
ol.epub-list-reset293 {
counter-reset: item 292; }
ol.epub-list-reset294 {
counter-reset: item 293; }
ol.epub-list-reset295 {
counter-reset: item 294; }
ol.epub-list-reset296 {
counter-reset: item 295; }
ol.epub-list-reset297 {
counter-reset: item 296; }
ol.epub-list-reset298 {
counter-reset: item 297; }
ol.epub-list-reset299 {
counter-reset: item 298; }
ol.epub-list-reset300 {
counter-reset: item 299; }
ol.epub-list-reset301 {
counter-reset: item 300; }
ol.epub-list-reset302 {
counter-reset: item 301; }
ol.epub-list-reset303 {
counter-reset: item 302; }
ol.epub-list-reset304 {
counter-reset: item 303; }
ol.epub-list-reset305 {
counter-reset: item 304; }
ol.epub-list-reset306 {
counter-reset: item 305; }
ol.epub-list-reset307 {
counter-reset: item 306; }
ol.epub-list-reset308 {
counter-reset: item 307; }
ol.epub-list-reset309 {
counter-reset: item 308; }
ol.epub-list-reset310 {
counter-reset: item 309; }
ol.epub-list-reset311 {
counter-reset: item 310; }
ol.epub-list-reset312 {
counter-reset: item 311; }
ol.epub-list-reset313 {
counter-reset: item 312; }
ol.epub-list-reset314 {
counter-reset: item 313; }
ol.epub-list-reset315 {
counter-reset: item 314; }
ol.epub-list-reset316 {
counter-reset: item 315; }
ol.epub-list-reset317 {
counter-reset: item 316; }
ol.epub-list-reset318 {
counter-reset: item 317; }
ol.epub-list-reset319 {
counter-reset: item 318; }
ol.epub-list-reset320 {
counter-reset: item 319; }
ol.epub-list-reset321 {
counter-reset: item 320; }
ol.epub-list-reset322 {
counter-reset: item 321; }
ol.epub-list-reset323 {
counter-reset: item 322; }
ol.epub-list-reset324 {
counter-reset: item 323; }
ol.epub-list-reset325 {
counter-reset: item 324; }
ol.epub-list-reset326 {
counter-reset: item 325; }
ol.epub-list-reset327 {
counter-reset: item 326; }
ol.epub-list-reset328 {
counter-reset: item 327; }
ol.epub-list-reset329 {
counter-reset: item 328; }
ol.epub-list-reset330 {
counter-reset: item 329; }
ol.epub-list-reset331 {
counter-reset: item 330; }
ol.epub-list-reset332 {
counter-reset: item 331; }
ol.epub-list-reset333 {
counter-reset: item 332; }
ol.epub-list-reset334 {
counter-reset: item 333; }
ol.epub-list-reset335 {
counter-reset: item 334; }
ol.epub-list-reset336 {
counter-reset: item 335; }
ol.epub-list-reset337 {
counter-reset: item 336; }
ol.epub-list-reset338 {
counter-reset: item 337; }
ol.epub-list-reset339 {
counter-reset: item 338; }
ol.epub-list-reset340 {
counter-reset: item 339; }
ol.epub-list-reset341 {
counter-reset: item 340; }
ol.epub-list-reset342 {
counter-reset: item 341; }
ol.epub-list-reset343 {
counter-reset: item 342; }
ol.epub-list-reset344 {
counter-reset: item 343; }
ol.epub-list-reset345 {
counter-reset: item 344; }
ol.epub-list-reset346 {
counter-reset: item 345; }
ol.epub-list-reset347 {
counter-reset: item 346; }
ol.epub-list-reset348 {
counter-reset: item 347; }
ol.epub-list-reset349 {
counter-reset: item 348; }
ol.epub-list-reset350 {
counter-reset: item 349; }
ol.epub-list-reset351 {
counter-reset: item 350; }
ol.epub-list-reset352 {
counter-reset: item 351; }
ol.epub-list-reset353 {
counter-reset: item 352; }
ol.epub-list-reset354 {
counter-reset: item 353; }
ol.epub-list-reset355 {
counter-reset: item 354; }
ol.epub-list-reset356 {
counter-reset: item 355; }
ol.epub-list-reset357 {
counter-reset: item 356; }
ol.epub-list-reset358 {
counter-reset: item 357; }
ol.epub-list-reset359 {
counter-reset: item 358; }
ol.epub-list-reset360 {
counter-reset: item 359; }
ol.epub-list-reset361 {
counter-reset: item 360; }
ol.epub-list-reset362 {
counter-reset: item 361; }
ol.epub-list-reset363 {
counter-reset: item 362; }
ol.epub-list-reset364 {
counter-reset: item 363; }
ol.epub-list-reset365 {
counter-reset: item 364; }
ol.epub-list-reset366 {
counter-reset: item 365; }
ol.epub-list-reset367 {
counter-reset: item 366; }
ol.epub-list-reset368 {
counter-reset: item 367; }
ol.epub-list-reset369 {
counter-reset: item 368; }
ol.epub-list-reset370 {
counter-reset: item 369; }
ol.epub-list-reset371 {
counter-reset: item 370; }
ol.epub-list-reset372 {
counter-reset: item 371; }
ol.epub-list-reset373 {
counter-reset: item 372; }
ol.epub-list-reset374 {
counter-reset: item 373; }
ol.epub-list-reset375 {
counter-reset: item 374; }
ol.epub-list-reset376 {
counter-reset: item 375; }
ol.epub-list-reset377 {
counter-reset: item 376; }
ol.epub-list-reset378 {
counter-reset: item 377; }
ol.epub-list-reset379 {
counter-reset: item 378; }
ol.epub-list-reset380 {
counter-reset: item 379; }
ol.epub-list-reset381 {
counter-reset: item 380; }
ol.epub-list-reset382 {
counter-reset: item 381; }
ol.epub-list-reset383 {
counter-reset: item 382; }
ol.epub-list-reset384 {
counter-reset: item 383; }
ol.epub-list-reset385 {
counter-reset: item 384; }
ol.epub-list-reset386 {
counter-reset: item 385; }
ol.epub-list-reset387 {
counter-reset: item 386; }
ol.epub-list-reset388 {
counter-reset: item 387; }
ol.epub-list-reset389 {
counter-reset: item 388; }
ol.epub-list-reset390 {
counter-reset: item 389; }
ol.epub-list-reset391 {
counter-reset: item 390; }
ol.epub-list-reset392 {
counter-reset: item 391; }
ol.epub-list-reset393 {
counter-reset: item 392; }
ol.epub-list-reset394 {
counter-reset: item 393; }
ol.epub-list-reset395 {
counter-reset: item 394; }
ol.epub-list-reset396 {
counter-reset: item 395; }
ol.epub-list-reset397 {
counter-reset: item 396; }
ol.epub-list-reset398 {
counter-reset: item 397; }
ol.epub-list-reset399 {
counter-reset: item 398; }
ol.epub-list-reset400 {
counter-reset: item 399; }
ol.epub-list-reset401 {
counter-reset: item 400; }
ol.epub-list-reset402 {
counter-reset: item 401; }
ol.epub-list-reset403 {
counter-reset: item 402; }
ol.epub-list-reset404 {
counter-reset: item 403; }
ol.epub-list-reset405 {
counter-reset: item 404; }
ol.epub-list-reset406 {
counter-reset: item 405; }
ol.epub-list-reset407 {
counter-reset: item 406; }
ol.epub-list-reset408 {
counter-reset: item 407; }
ol.epub-list-reset409 {
counter-reset: item 408; }
ol.epub-list-reset410 {
counter-reset: item 409; }
ol.epub-list-reset411 {
counter-reset: item 410; }
ol.epub-list-reset412 {
counter-reset: item 411; }
ol.epub-list-reset413 {
counter-reset: item 412; }
ol.epub-list-reset414 {
counter-reset: item 413; }
ol.epub-list-reset415 {
counter-reset: item 414; }
ol.epub-list-reset416 {
counter-reset: item 415; }
ol.epub-list-reset417 {
counter-reset: item 416; }
ol.epub-list-reset418 {
counter-reset: item 417; }
ol.epub-list-reset419 {
counter-reset: item 418; }
ol.epub-list-reset420 {
counter-reset: item 419; }
ol.epub-list-reset421 {
counter-reset: item 420; }
ol.epub-list-reset422 {
counter-reset: item 421; }
ol.epub-list-reset423 {
counter-reset: item 422; }
ol.epub-list-reset424 {
counter-reset: item 423; }
ol.epub-list-reset425 {
counter-reset: item 424; }
ol.epub-list-reset426 {
counter-reset: item 425; }
ol.epub-list-reset427 {
counter-reset: item 426; }
ol.epub-list-reset428 {
counter-reset: item 427; }
ol.epub-list-reset429 {
counter-reset: item 428; }
ol.epub-list-reset430 {
counter-reset: item 429; }
ol.epub-list-reset431 {
counter-reset: item 430; }
ol.epub-list-reset432 {
counter-reset: item 431; }
ol.epub-list-reset433 {
counter-reset: item 432; }
ol.epub-list-reset434 {
counter-reset: item 433; }
ol.epub-list-reset435 {
counter-reset: item 434; }
ol.epub-list-reset436 {
counter-reset: item 435; }
ol.epub-list-reset437 {
counter-reset: item 436; }
ol.epub-list-reset438 {
counter-reset: item 437; }
ol.epub-list-reset439 {
counter-reset: item 438; }
ol.epub-list-reset440 {
counter-reset: item 439; }
ol.epub-list-reset441 {
counter-reset: item 440; }
ol.epub-list-reset442 {
counter-reset: item 441; }
ol.epub-list-reset443 {
counter-reset: item 442; }
ol.epub-list-reset444 {
counter-reset: item 443; }
ol.epub-list-reset445 {
counter-reset: item 444; }
ol.epub-list-reset446 {
counter-reset: item 445; }
ol.epub-list-reset447 {
counter-reset: item 446; }
ol.epub-list-reset448 {
counter-reset: item 447; }
ol.epub-list-reset449 {
counter-reset: item 448; }
ol.epub-list-reset450 {
counter-reset: item 449; }
ol.epub-list-reset451 {
counter-reset: item 450; }
ol.epub-list-reset452 {
counter-reset: item 451; }
ol.epub-list-reset453 {
counter-reset: item 452; }
ol.epub-list-reset454 {
counter-reset: item 453; }
ol.epub-list-reset455 {
counter-reset: item 454; }
ol.epub-list-reset456 {
counter-reset: item 455; }
ol.epub-list-reset457 {
counter-reset: item 456; }
ol.epub-list-reset458 {
counter-reset: item 457; }
ol.epub-list-reset459 {
counter-reset: item 458; }
ol.epub-list-reset460 {
counter-reset: item 459; }
ol.epub-list-reset461 {
counter-reset: item 460; }
ol.epub-list-reset462 {
counter-reset: item 461; }
ol.epub-list-reset463 {
counter-reset: item 462; }
ol.epub-list-reset464 {
counter-reset: item 463; }
ol.epub-list-reset465 {
counter-reset: item 464; }
ol.epub-list-reset466 {
counter-reset: item 465; }
ol.epub-list-reset467 {
counter-reset: item 466; }
ol.epub-list-reset468 {
counter-reset: item 467; }
ol.epub-list-reset469 {
counter-reset: item 468; }
ol.epub-list-reset470 {
counter-reset: item 469; }
ol.epub-list-reset471 {
counter-reset: item 470; }
ol.epub-list-reset472 {
counter-reset: item 471; }
ol.epub-list-reset473 {
counter-reset: item 472; }
ol.epub-list-reset474 {
counter-reset: item 473; }
ol.epub-list-reset475 {
counter-reset: item 474; }
ol.epub-list-reset476 {
counter-reset: item 475; }
ol.epub-list-reset477 {
counter-reset: item 476; }
ol.epub-list-reset478 {
counter-reset: item 477; }
ol.epub-list-reset479 {
counter-reset: item 478; }
ol.epub-list-reset480 {
counter-reset: item 479; }
ol.epub-list-reset481 {
counter-reset: item 480; }
ol.epub-list-reset482 {
counter-reset: item 481; }
ol.epub-list-reset483 {
counter-reset: item 482; }
ol.epub-list-reset484 {
counter-reset: item 483; }
ol.epub-list-reset485 {
counter-reset: item 484; }
ol.epub-list-reset486 {
counter-reset: item 485; }
ol.epub-list-reset487 {
counter-reset: item 486; }
ol.epub-list-reset488 {
counter-reset: item 487; }
ol.epub-list-reset489 {
counter-reset: item 488; }
ol.epub-list-reset490 {
counter-reset: item 489; }
ol.epub-list-reset491 {
counter-reset: item 490; }
ol.epub-list-reset492 {
counter-reset: item 491; }
ol.epub-list-reset493 {
counter-reset: item 492; }
ol.epub-list-reset494 {
counter-reset: item 493; }
ol.epub-list-reset495 {
counter-reset: item 494; }
ol.epub-list-reset496 {
counter-reset: item 495; }
ol.epub-list-reset497 {
counter-reset: item 496; }
ol.epub-list-reset498 {
counter-reset: item 497; }
ol.epub-list-reset499 {
counter-reset: item 498; }
ol.epub-list-reset500 {
counter-reset: item 499; }
/*
ol.epub-list-reset1 { counter-reset: item 0; }
ol.epub-list-reset2 { counter-reset: item 1; }
ol.epub-list-reset3 { counter-reset: item 2; }
ol.epub-list-reset4 { counter-reset: item 3; }
ol.epub-list-reset5 { counter-reset: item 4; }
ol.epub-list-reset6 { counter-reset: item 5; }
ol.epub-list-reset7 { counter-reset: item 6; }
ol.epub-list-reset8 { counter-reset: item 7; }
ol.epub-list-reset9 { counter-reset: item 8; }
ol.epub-list-reset10 { counter-reset: item 9; }
*/
/*for lists with letters with periods, e.g. a. */
ol.epub-lcletter > li {
list-style: none;
position: relative; }
ol.epub-lcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. a) */
ol.epub-parenrightlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistlcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. a] */
ol.epub-bracketrightlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistlcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in braces, e.g. a} */
ol.epub-bracerightlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistlcletter > li:before {
counter-increment: item;
content: counter(item,lower-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. (a) */
ol.epub-parenlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-parenlistlcletter > li:before {
counter-increment: item;
content: "(" counter(item,lower-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. [a] */
ol.epub-bracketlistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracketlistlcletter > li:before {
counter-increment: item;
content: "[" counter(item,lower-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in braces, e.g. {a} */
ol.epub-bracelistlcletter > li {
list-style: none;
position: relative; }
ol.epub-bracelistlcletter > li:before {
counter-increment: item;
content: "{" counter(item,lower-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with letters with periods, e.g. A. */
ol.epub-ucletter > li {
list-style: none;
position: relative; }
ol.epub-ucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. A) */
ol.epub-parenrightlistucletter > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in brackets, e.g. A] */
ol.epub-bracketrightlistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in breaces, e.g. A} */
ol.epub-bracerightlistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistucletter > li:before {
counter-increment: item;
content: counter(item,upper-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in parens, e.g. (A) */
ol.epub-parenlistucletter > li {
list-style: none;
position: relative; }
ol.epub-parenlistucletter > li:before {
counter-increment: item;
content: "(" counter(item,upper-alpha) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in brackets, e.g. [A] */
ol.epub-bracketlistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracketlistucletter > li:before {
counter-increment: item;
content: "[" counter(item,upper-alpha) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower case in breaces, e.g. {A} */
ol.epub-bracelistucletter > li {
list-style: none;
position: relative; }
ol.epub-bracelistucletter > li:before {
counter-increment: item;
content: "{" counter(item,upper-alpha) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with numbers with periods, e.g. 1. */
ol.epub-decimal > li {
list-style: none;
position: relative; }
ol.epub-decimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -1.65em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-decimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.2em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in parens, e.g. 1) */
ol.epub-parenrightlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ") ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-parenrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brackets, e.g. 1] */
ol.epub-bracketrightlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) "] ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracketrightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brace, e.g. 1} */
ol.epub-bracerightlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) "} ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracerightlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in parens, e.g. (1) */
ol.epub-parenlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-parenlistdecimal > li:before {
counter-increment: item;
content: "(" counter(item,decimal) ") ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-parenlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brackets, e.g. [1] */
ol.epub-bracketlistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracketlistdecimal > li:before {
counter-increment: item;
content: "[" counter(item,decimal) "] ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracketlistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with decimals in brace, e.g. {1} */
ol.epub-bracelistdecimal > li {
list-style: none;
position: relative; }
ol.epub-bracelistdecimal > li:before {
counter-increment: item;
content: "{" counter(item,decimal) "} ";
position: absolute;
left: -2em;
line-height: 19px;
font-size: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-589*/
ol.epub-list-before-wider.epub-bracelistdecimal > li:before {
counter-increment: item;
content: counter(item,decimal) ". ";
position: absolute;
left: -2.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with periods, e.g. I. */
ol.epub-ucroman > li {
list-style: none;
position: relative; }
ol.epub-ucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with parens, e.g. I) */
ol.epub-parenrightlistucroman > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) ") ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with brackets, e.g. I] */
ol.epub-bracketrightlistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) "] ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with braces, e.g. I} */
ol.epub-bracerightlistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistucroman > li:before {
counter-increment: item;
content: counter(item,upper-roman) "} ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with parens, e.g. (I) */
ol.epub-parenlistucroman > li {
list-style: none;
position: relative; }
ol.epub-parenlistucroman > li:before {
counter-increment: item;
content: "(" counter(item,upper-roman) ") ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with brackets, e.g. [I] */
ol.epub-bracketlistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracketlistucroman > li:before {
counter-increment: item;
content: "[" counter(item,upper-roman) "] ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with uppercase roman with braces, e.g. {I} */
ol.epub-bracelistucroman > li {
list-style: none;
position: relative; }
ol.epub-bracelistucroman > li:before {
counter-increment: item;
content: "{" counter(item,upper-roman) "} ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with periods, e.g. i. */
ol.epub-lcroman > li {
list-style: none;
position: relative; }
ol.epub-lcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) ". ";
position: absolute;
left: -1.4em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with parens, e.g. i) */
ol.epub-parenrightlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-parenrightlistlcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with brackets, e.g. i] */
ol.epub-bracketrightlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracketrightlistlcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with braces, e.g. i} */
ol.epub-bracerightlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracerightlistlcroman > li:before {
counter-increment: item;
content: counter(item,lower-roman) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with parens, e.g. (i) */
ol.epub-parenlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-parenlistlcroman > li:before {
counter-increment: item;
content: "(" counter(item,lower-roman) ") ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with brackets, e.g. [i] */
ol.epub-bracketlistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracketlistlcroman > li:before {
counter-increment: item;
content: "[" counter(item,lower-roman) "] ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/*for lists with lower roman with braces, e.g. {i} */
ol.epub-bracelistlcroman > li {
list-style: none;
position: relative; }
ol.epub-bracelistlcroman > li:before {
counter-increment: item;
content: "{" counter(item,lower-roman) "} ";
position: absolute;
left: -1.6em;
line-height: 19px;
font-size: 15px; }
/* this is style for term used in backmatter glossary */
div.epub-glossary-term p.epub-glossary-term-para {
margin-left: 20px;
text-indent: -20px; }
div.epub-glossary-term p.epub-glossary-term-para span.epub-glossary-term {
font-weight: bold; }
div.epub-glossary-term p.epub-glossary-para {
margin-left: 20px; }
/* inline */
span.epub-glossary-term {
font-weight: bold; }
/* end glossary/term */
.epub-toctable tr td {
padding: 5px 0px; }
/* table */
.epub-table-caption {
font-weight: bold; }
.epub-table-caption p {
margin-bottom: 10px;
font-weight: inherit;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
table.epub-table-layoutonly tr th.epub-cell-valign-top, table.epub-table-layoutonly tr td.epub-cell-valign-top, table.epub-table tr th.epub-cell-valign-top, table.epub-table tr td.epub-cell-valign-top {
vertical-align: top; }
table.epub-table-layoutonly tr th.epub-cell-valign-middle, table.epub-table-layoutonly tr td.epub-cell-valign-middle, table.epub-table tr th.epub-cell-valign-middle, table.epub-table tr td.epub-cell-valign-middle {
vertical-align: middle; }
table.epub-table-layoutonly tr th.epub-cell-valign-bottom, table.epub-table-layoutonly tr td.epub-cell-valign-bottom, table.epub-table tr th.epub-cell-valign-bottom, table.epub-table tr td.epub-cell-valign-bottom {
vertical-align: bottom; }
.epub-table-container {
/*this is used for the overflow scroll*/
margin: 0 0 30px 0; }
.epub-table-container .epub-table {
margin: 5px 0px; }
.epub-table-container.epub-pagewide {
overflow-x: scroll; }
.epub-table-layoutonly {
padding: 10px 0 20px 0;
margin: 30px 0 0 0;
width: 100%;
border: 0px; }
.epub-table-layoutonly tr {
background: #fff; }
.epub-table-layoutonly tr:nth-child(even), .epub-table-layoutonly tr:nth-child(odd) {
background: #fff; }
.epub-table-layoutonly th {
border: 0px;
font-size: 13px;
line-height: 19px;
color: #333;
background-color: #fff;
vertical-align: bottom;
padding: 0 10px; }
.epub-table-layoutonly th p {
font-weight: bold;
text-align: left;
text-indent: 0px; }
.epub-table-layoutonly th p:last-child {
margin-bottom: 5px; }
.epub-table-layoutonly td {
border: 0px;
font-size: 13px;
line-height: 13px;
color: #333;
vertical-align: top;
padding: 7px 10px; }
.epub-table-layoutonly td p {
text-align: left;
text-indent: 0px; }
.epub-table-layoutonly td p:last-child {
margin-bottom: 5px; }
table.epub-table tr th, table.epub-table tr td {
border: 1px solid #ccc;
border-collapse: collapse; }
.epub-table {
border-collapse: collapse;
border-top: 5px solid #799d57;
padding: 10px 0 20px 0;
border-bottom: 5px solid #799d57;
margin: 30px 0 0 0;
width: 100%; }
.epub-table tr {
background: #fff; }
.epub-table tr:nth-child(even), .epub-table tr:nth-child(odd) {
background: #fff; }
.epub-table th {
font-size: 13px;
line-height: 19px;
color: #333;
vertical-align: bottom;
padding: 0 10px;
font-weight: bold; }
.epub-table th p {
font-weight: bold;
text-align: left;
text-indent: 0px; }
.epub-table th p:last-child {
margin-bottom: 5px; }
.epub-table td {
font-size: 13px;
line-height: 13px;
color: #333;
vertical-align: top;
padding: 7px 10px; }
.epub-table td p {
text-align: left;
text-indent: 0px; }
.epub-table td p:last-child {
margin-bottom: 5px; }
.epub-supplemental-content p {
font-size: 14px; }
.epub-supplemental-heading h2 > p {
font-size: 23px;
line-height: 29px;
margin-bottom: 15px; }
.epub-supplemental-subheading h3 > p {
font-size: 15px;
line-height: 19px;
margin-bottom: 15px; }
.epub-frontmatter-advisor {
margin-bottom: 15px; }
.epub-frontmatter-advisor .name {
font-weight: bold; }
.epub-frontmatter-author {
margin-bottom: 15px; }
.epub-frontmatter-author .name {
font-weight: bold; }
.epub-frontmatter-author .bio {
font-style: italic; }
.epub-dedication > p {
text-align: center;
font-style: italic;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
/* generic spacing for a section */
.epub-section {
margin: 10px 0px; }
.epub-outline {
margin-left: 24px; }
.epub-outline .epub-label {
display: block;
float: left;
margin-left: -24px; }
.epub-heading.left {
float: none !important;
text-align: left; }
.epub-heading.center {
float: none !important;
text-align: center; }
.epub-heading.right {
float: none !important;
text-align: right; }
.epub-heading p {
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px; }
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
.epub-heading p {
text-indent: 0px; }
/* A-Head*/
.epub-ahead {
margin-top: 27px; }
.epub-ahead .epub-heading h2 > p {
font-size: 23px;
line-height: 27px;
margin-bottom: 15px; }
.epub-ahead.epub-override > .epub-heading > p {
font-size: 23px;
line-height: 27px;
margin-bottom: 15px; }
/*https://issues.wrycan.com/browse/GIRAFFE-416*/
.epub-bhead {
margin-top: 23px; }
.epub-bhead > .epub-heading h3 > p {
font-size: 19px;
line-height: 23px;
margin-bottom: 13px;
font-weight: bold; }
.epub-bhead.epub-override > .epub-heading > p {
font-size: 19px;
line-height: 23px;
margin-bottom: 13px;
font-weight: bold; }
.epub-anyhead > .epub-heading {
font-size: 15px;
line-height: 19px;
margin-bottom: 13px;
font-weight: bold; }
.epub-ahead > .epub-anyhead > .epub-heading {
font-size: 17px; }
.epub-nepq > .epub-heading h3 > p {
font-size: 23px;
line-height: 29px;
margin-bottom: 15px;
font-weight: normal; }
.epub-footnoteSection {
margin: 15px 0 0 0;
text-align: left;
border-top: solid 5px #CCCCCC; }
.epub-footnoteSection .epub-heading {
margin: 10px 0;
font-size: 23px;
color: #333;
font-weight: normal; }
/* TOC elements */
.epub-toc-part {
font-size: 1.5em; }
.epub-toc-part td {
padding: 5px 0; }
.epub-toc-chapter {
font-size: 1.25em; }
.epub-toc-chapter td {
padding: 5px 0; }
.epub-toc-case td {
font-style: italic;
padding: 5px 0; }
.epub-toc-entry td {
padding: 2px 0; }
.epub-tocContainer {
margin-bottom: 10px; }
.epub-tocContainer .epub-tocSupplemental {
font-style: italic;
margin: 0 0 5px 0; }
.epub-tocContainer .epub-tocSupplemental a {
text-decoration: none;
color: #333; }
.epub-tocContainer .epub-tocSupplemental .epub-pageNumberRef {
float: right; }
.epub-tocContainer .epub-tocSupplemental h2 {
font-size: 23px;
line-height: 27px;
margin-bottom: 15px; }
.epub-tocChapter {
margin: 0 0 10px 0;
font-size: 1.25em;
font-weight: bold; }
.epub-tocChapter a {
text-decoration: none;
color: #333; }
.epub-index-main {
margin-bottom: 10px;
text-indent: -36px;
margin-left: 36px; }
.epub-index-main .epub-index-sub {
margin-top: 6px;
margin-left: 24px;
text-indent: -12px;
margin-left: 12px; }
.epub-feature {
/*This should stay here, after all the feature box declarations... margins need to override to have proper sidebar spacing*/
/*https://issues.wrycan.com/browse/GIRAFFE-611*/ }
.epub-feature.epub-featureBoxless {
margin: 10px 0px; }
.epub-feature.epub-featureBoxless > .epub-feature-heading2 > p {
font-size: 23px;
line-height: 29px;
margin-bottom: 15px;
font-weight: normal; }
.epub-feature.epub-feature1 {
padding: 15px 18px 15px 18px;
margin: 20px 0px 20px 0;
border-top: 10px solid #799d57;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ededed;
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #ededed));
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: linear-gradient(to top, #FFFFFF 0%, #ededed 100%); }
.epub-feature.epub-feature3 {
margin: 20px 0px 20px 0;
padding: 15px 18px 15px 18px;
background-color: #e8e8e8;
border: 1px solid #ccc; }
.epub-feature.epub-feature2 {
margin: 20px 0px 20px 0;
padding: 15px 18px 15px 18px;
border: 2px solid #95b378; }
.epub-feature.epub-feature-sidebar {
min-height: 10px;
width: 230px;
margin-top: 0px; }
.epub-feature.epub-feature-sidebar.epub-sidebar-right {
margin-left: 15px;
float: right; }
.epub-feature.epub-feature-sidebar.epub-sidebar-left {
margin-right: 15px;
float: left; }
.epub-feature ul {
margin-left: 20px; }
.epub-feature ol {
margin-left: 20px; }
.epub-feature p {
/*https://issues.wrycan.com/browse/GIRAFFE-417*/
text-indent: 0px;
/*https://issues.wrycan.com/browse/GIRAFFE-595*/
text-align: left; }
.epub-feature .epub-blockquote {
margin-bottom: 20px; }
.epub-feature p:last-child {
margin-bottom: 5px; }
.epub-feature .epub-feature-heading {
font-size: 23px;
line-height: 29px;
/*text-align:left; removed for https://issues.wrycan.com/browse/GIRAFFE-426*/
margin-bottom: 15px; }
.epub-feature .epub-feature-heading > p, .epub-feature .epub-feature-heading > div.clearfix p {
font-size: inherit;
line-height: inherit;
text-align: left;
margin-bottom: inherit; }
.epub-feature .epub-feature-heading2 {
font-size: 19px;
line-height: 23px;
/*text-align:left; removed for https://issues.wrycan.com/browse/GIRAFFE-426*/
margin-bottom: 15px;
font-weight: bold; }
.epub-feature .epub-feature-heading2 > p, .epub-feature .epub-feature-heading2 > div.clearfix p {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
text-align: left;
margin-bottom: inherit; }
/* replaced, never used
.epub-feature-sidebar {
padding:5px 10px;
width:300px;
float:left;
margin: 16px 15px 16px 0px;
@include featureBorder();
@include featureBackground();
.epub-heading {
text-align:center;
font-weight:bold;
}
}*/
.epub-feature-dm {
padding: 5px 10px;
margin: 16px 0px 16px 0;
border-top: 10px solid #799d57;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ededed;
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #ededed));
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ededed 100%);
background-image: linear-gradient(to top, #FFFFFF 0%, #ededed 100%); }
.epub-feature-dm .epub-heading {
font-weight: bold;
font-size: 1.25em;
font-style: italic; }
.epub-feature-dm .epub-link {
margin: 4px 0 0 15px; }
.epub-feature-dm .epub-link a, .epub-feature-dm .epub-link a:visited {
color: blue; }
.epub-cn-localtoc .epub-cn-localtoc-pageheader {
text-transform: uppercase;
font-size: 11px;
text-align: right; }
.epub-cn-localtoc .epub-cn-entry .epub-cn-page {
float: right;
width: 60px;
text-align: right;
font-style: italic;
font-size: 13px;
line-height: 19px; }
.epub-cn-localtoc .epub-cn-entry .epub-cn-position {
float: left;
width: 30px;
font-weight: 700;
font-size: 13px;
line-height: 19px; }
.epub-cn-localtoc .epub-cn-entry .epub-cn-content {
margin: 0 70px 0 40px; }
.epub-cn-casenote .epub-cn-parties {
font-size: 24px;
line-height: 29px; }
.epub-cn-casenote .epub-cn-citation {
margin-top: 10px;
margin-bottom: 20px; }
.epub-cn-casenote .epub-cn-section {
margin-bottom: 15px; }
.epub-cn-casenote .epub-cn-section ol {
margin-bottom: 5px; }
.epub-cn-casenote .epub-cn-section .epub-text-para {
margin-bottom: 5px; }
.epub-cn-casenote .epub-cn-section.epub-sn-section-noc, .epub-cn-casenote .epub-cn-section.epub-sn-section-fs, .epub-cn-casenote .epub-cn-section.epub-sn-section-rol {
font-weight: 700; }
.epub-cn-casenote .epub-cn-section.epub-sn-section-rol {
padding: 8px 15px 8px 8px;
background-color: #eee;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
-webkit-border-top-right-radius: 25px;
-moz-border-top-right-radius: 25px;
border-top-right-radius: 25px; }
.epub-cn-casenote .epub-cn-section.epub-sn-section-analysis {
padding-right: 15px;
border-top: 1px solid #333;
border-right: 1px solid #333;
padding-top: 8px;
-webkit-border-top-right-radius: 25px;
-moz-border-top-right-radius: 25px;
border-top-right-radius: 25px; }
.epub-cn-casenote .epub-cn-section .epub-cn-sectiontitle {
font-size: 20px;
line-height: 25px;
letter-spacing: -1px;
margin-bottom: 5px;
font-weight: bold;
text-transform: uppercase; }
.epub-cn-casenote .epub-cn-section .epub-cn-sectiontitle.epub-cn-sectiontitle-qn {
text-transform: capitalize; }
.epub-cn-casenote .epub-cn-section .epub-cn-term {
text-transform: uppercase;
letter-spacing: -1px;
font-weight: bold; }
.epub-law-case {
border-bottom: 5px solid #95b378; }
.epub-law-case .epub-law-heading-container {
position: relative;
/*https://issues.wrycan.com/browse/GIRAFFE-417*/ }
.epub-law-case .epub-law-heading-container p {
text-indent: 0px; }
.epub-law-case .epub-law-heading-container .epub-law-case-marker {
position: absolute;
left: -32px;
float: left;
height: 95%;
width: 23px;
background-color: #95b378;
color: #95b378; }
.epub-law-case .epub-law-heading-container .epub-law-heading h3 > p {
font-size: 17px;
line-height: 19px;
text-align: left;
margin-bottom: 0px;
font-weight: bold;
color: #333; }
.epub-law-case .epub-law-heading-container .epub-law-casecitation {
font-size: 13px;
line-height: 19px;
margin-top: 0px; }
.epub-law-pexcerpt .epub-law-heading-container {
position: relative;
margin-bottom: 25px; }
.epub-law-pexcerpt .epub-law-heading-container .epub-law-pexcerpt-marker {
position: absolute;
left: -32px;
float: left;
height: 95%;
width: 23px;
background-color: #95b378;
color: #95b378; }
.epub-law-pexcerpt .epub-law-heading-container .epub-heading h3 > p {
font-size: 17px;
line-height: 19px;
/*text-align:left; https://issues.wrycan.com/browse/GIRAFFE-426*/
margin-bottom: 0px;
font-weight: bold;
color: #333; }
.epub-law-pexcerpt .epub-law-heading-container .epub-casecitation {
font-size: 13px;
line-height: 19px;
margin-top: 0px; }
.epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: 0%;
line-height: 14px;
text-indent: 0px; }
ol > li .epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: -50px; }
.epub-feature ol > li .epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: -68px; }
.epub-blockquote ol > li .epub-pageBreak {
text-align: right;
font-size: 10px;
color: #666;
width: 40px;
border-top: 1px #ccc solid;
font-weight: normal;
font-style: normal;
position: absolute;
right: -85px; }
/* local chapter/chunk TOC */
.epub-localToc {
margin: 0px 0 10px 25px; }
.epub-localToc .epub-localtoc-entry {
text-align: left;
padding: 2px 0; }
.epub-localToc .epub-localtoc-entry.epub-localtoc-case {
margin-left: 25px; }
.epub-localToc .epub-localtoc-entry.epub-localtoc-case .epub-casename {
font-style: italic; }
.epub-localToc .epub-localtoc-entry a {
color: #333;
text-decoration: none; }
.epub-tableofcontents-container {
/* FM/BM stuff */
/* part stuff */
/* chapter stuff */
/* ahead stuff */
/* bhead stuff */
/* chead stuff */
/* dhead stuff */
/* ehead stuff */
/* case stuff */
/* misc stuff */ }
.epub-tableofcontents-container a, .epub-tableofcontents-container a:hover, .epub-tableofcontents-container a:visited {
text-decoration: none;
color: #333; }
.epub-tableofcontents-container .epub-tocentry-fmbm {
margin: 0 0 5px 20px;
font-style: italic;
font-size: 12px;
line-height: 18px; }
.epub-tableofcontents-container .epub-tocentry-fmbm .epub-tocentry-page {
width: 40px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-part1 {
margin: 20px 0 30px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; }
.epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
font-size: 16px;
line-height: 18px;
text-transform: uppercase;
color: #fff;
background-color: #799d57;
padding-left: 20px;
padding-right: 10px;
font-weight: bold;
padding-top: 7px;
text-align: left;
padding-bottom: 5px; }
.epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 .epub-toclabel {
font-weight: bold; }
.epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 a, .epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 a:hover, .epub-tableofcontents-container .epub-tocentry-part1 .epub-tocentry-part2 a:visited {
text-decoration: none;
color: #fff; }
.epub-tableofcontents-container .epub-tocentry-chapter-container {
margin-bottom: 40px; }
.epub-tableofcontents-container .epub-tocentry-chapter-container a, .epub-tableofcontents-container .epub-tocentry-chapter-container a:hover, .epub-tableofcontents-container .epub-tocentry-chapter-container a:visited {
text-decoration: none;
color: #333; }
.epub-tableofcontents-container .epub-tocentry-chapter-container .epub-tocentry-chapter {
font-size: 18px;
color: #333;
margin-bottom: 20px;
padding-left: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-chapter-container .epub-tocentry-chapter .epub-toclabel {
font-weight: bold; }
.epub-tableofcontents-container .epub-tocentry-chapter-container .epub-tocentry-chapter .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-ahead {
font-weight: bold;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 50px; }
.epub-tableofcontents-container .epub-tocentry-ahead .epub-toclabel {
float: left;
width: 25px;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-ahead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-ahead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-bhead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 80px; }
.epub-tableofcontents-container .epub-tocentry-bhead .epub-toclabel {
float: left;
width: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-bhead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-bhead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-chead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 110px; }
.epub-tableofcontents-container .epub-tocentry-chead .epub-toclabel {
float: left;
width: 10px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-chead .epub-tocentry-title {
text-align: left;
margin-left: 20px; }
.epub-tableofcontents-container .epub-tocentry-chead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-dhead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 130px; }
.epub-tableofcontents-container .epub-tocentry-dhead .epub-toclabel {
float: left;
width: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-dhead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-dhead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-ehead {
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #333;
margin-left: 150px; }
.epub-tableofcontents-container .epub-tocentry-ehead .epub-toclabel {
float: left;
width: 20px;
text-align: left; }
.epub-tableofcontents-container .epub-tocentry-ehead .epub-tocentry-title {
text-align: left;
margin-left: 30px; }
.epub-tableofcontents-container .epub-tocentry-ehead .epub-tocentry-page {
width: 50px;
float: right;
text-align: right; }
.epub-tableofcontents-container .epub-tocentry-case {
font-style: italic; }
.epub-tableofcontents-container .epub-toc-divider {
margin-bottom: 30px; }
.epub-tableofcontents-container .epub-toc-divider hr {
border: 0;
height: 1px;
background: #333; }
.epub-index-entry {
text-align: left; }
.epub-index-entry.epub-index-indent {
margin-left: 30px; }
.epub-index-entry p {
text-indent: -90px;
padding-left: 90px;
margin-bottom: 15px; }
.epub-index-group {
margin-bottom: 25px; }
.epub-index-group-header {
font-size: 15px;
line-height: 19px; }
.semantic-tag.label {
padding: 0px 5px 1px 5px;
margin: 0;
font-size: 0.85em; }
/* these needs to be after the imports for proper precedence */
.epub-chunkHeader {
/*used in frontmatter*/ }
.epub-chunkHeader h1 > p {
font-size: 32px;
line-height: 39px;
margin-bottom: 35px;
font-weight: normal;
text-align: left;
text-indent: 0px; }
.epub-chunkHeader > h2 {
font-size: 32px;
line-height: 39px;
margin-bottom: 35px;
font-weight: normal;
text-align: left; }
.epub-chunkHeader > h3 {
font-size: 14px;
line-height: 20px;
margin-bottom: 35px;
font-weight: normal;
text-align: left; }
.epub-chunkDesignation {
font-size: 12px;
color: #333;
font-weight: bold; }
.epub-chunkDesignation > p {
font-size: inherit;
color: inherit;
font-weight: inherit;
margin-bottom: inherit;
text-indent: 0px; }
/*# sourceMappingURL=epub.css.map */ | 0.33372 | 0.102529 |
.bg-1-color-dark {
background-color: #353b4a;
}
.dark-page #preloader {
background-color: #353b4a;
}
.dark-page {
background-color: #353b4a;
}
.dark-page #preloader div {
border-color: #f3f3f3!important;
}
.dark-page #preloader div div {
background-color: #f3f3f3!important;
}
.bg-1-color-light {
background-color: #ffffff;
}
.light-page #preloader {
background-color: #ffffff;
}
.light-page {
background-color: #ffffff;
}
.light-page #preloader div {
border-color: #888888!important;
}
.light-page #preloader div div {
background-color: #888888!important;
}
.dark {
color: #ffffff;
}
.dark mark {
color: #000000;
}
.dark mark {
background-color: #ffff60;
}
.dark h1 {
color: #ffffff;
}
.dark h2 {
color: #ffffff;
}
.dark h3 {
color: #ffffff;
}
.dark h4 {
color: #ffffff;
}
.dark.sep-b:after {
border-color: #777777;
}
.dark.sep-full-b:after {
border-color: #777777;
}
.dark hr {
border-color: #777777;
}
.dark .border-box {
border-color: #777777;
}
.dark a:not(.btn):not(.gallery-box):not(.goodshare) {
color: #ffffff;
}
.dark a.btn-link {
color: #ffffff;
}
.dark a:not(.btn):not(.gallery-box):not(.goodshare):hover {
color: #f4f4f4;
}
.dark .btn-primary {
background-color: #07bcf7;
border-color: #07bcf7;
}
.dark .btn-primary:hover {
background-color: #039dd0;
border-color: #039dd0;
}
.dark .btn-default {
color: #ffffff;
border-color: #ffffff;
}
.dark .btn-default:hover {
color: #eeeeee;
border-color: #eeeeee;
}
.dark i.icon-color {
color: #ffffff;
}
.dark .owl-next {
border-color: #ffffff;
}
.dark .owl-prev {
border-color: #ffffff;
}
.dark .owl-dot {
border-color: #ffffff;
}
.dark .gallery-box {
background: #353b4a;
}
.dark .gallery-box {
color: #ffffff;
}
.light {
color: #444444;
}
.light mark {
color: #000000;
}
.light mark {
background-color: #ffff60;
}
.light h1 {
color: #222222;
}
.light h2 {
color: #444444;
}
.light h3 {
color: #444444;
}
.light h4 {
color: #555555;
}
.light.sep-b:after {
border-color: #eeeeee;
}
.light.sep-full-b:after {
border-color: #eeeeee;
}
.light hr {
border-color: #eeeeee;
}
.light .border-box {
border-color: #eeeeee;
}
.light a:not(.btn):not(.gallery-box):not(.goodshare) {
color: #222222;
}
.light a.btn-link {
color: #222222;
}
.light a:not(.btn):not(.gallery-box):not(.goodshare):hover {
color: #00a7ff;
}
.light .btn-primary {
background-color: #07bcf7;
border-color: #07bcf7;
}
.light .btn-primary:hover {
background-color: #039dd0;
border-color: #039dd0;
}
.light .btn-default {
color: #555555;
border-color: #555555;
}
.light .btn-default:hover {
color: #222222;
border-color: #222222;
}
.light i.icon-color {
color: #aaaaaa;
}
.light .owl-next {
border-color: #444444;
}
.light .owl-prev {
border-color: #444444;
}
.light .owl-dot {
border-color: #444444;
}
.light .gallery-box {
background: #ffffff;
}
.light .gallery-box {
color: #222222;
}
/* ------------------ Typography --------------------- */
body {
font-family: 'Open Sans';
font-size: 15px;
font-style: inherit;
font-weight: 400;
text-transform: inherit;
}
h1 {
font-family: 'Roboto';
font-size: 44px;
font-style: inherit;
font-weight: 100;
text-transform: inherit;
}
h2 {
font-family: 'Roboto';
font-size: 36px;
font-style: inherit;
font-weight: 300;
text-transform: inherit;
}
h3 {
font-family: 'Nunito Sans';
font-size: 26px;
font-style: inherit;
font-weight: 300;
text-transform: inherit;
}
h4 {
font-family: 'Nunito Sans';
font-size: 20px;
font-style: inherit;
font-weight: 300;
text-transform: inherit;
}
#header-form-slogan .col-md-5{
}
#header-form-slogan .col-md-5 .form-container.bg-1-color-light.light{
background-color: rgba(255,255,255,.9);
}
#header-form-slogan .row.flex-md-vmiddle{
height: 550px;
} | css/custom.css | .bg-1-color-dark {
background-color: #353b4a;
}
.dark-page #preloader {
background-color: #353b4a;
}
.dark-page {
background-color: #353b4a;
}
.dark-page #preloader div {
border-color: #f3f3f3!important;
}
.dark-page #preloader div div {
background-color: #f3f3f3!important;
}
.bg-1-color-light {
background-color: #ffffff;
}
.light-page #preloader {
background-color: #ffffff;
}
.light-page {
background-color: #ffffff;
}
.light-page #preloader div {
border-color: #888888!important;
}
.light-page #preloader div div {
background-color: #888888!important;
}
.dark {
color: #ffffff;
}
.dark mark {
color: #000000;
}
.dark mark {
background-color: #ffff60;
}
.dark h1 {
color: #ffffff;
}
.dark h2 {
color: #ffffff;
}
.dark h3 {
color: #ffffff;
}
.dark h4 {
color: #ffffff;
}
.dark.sep-b:after {
border-color: #777777;
}
.dark.sep-full-b:after {
border-color: #777777;
}
.dark hr {
border-color: #777777;
}
.dark .border-box {
border-color: #777777;
}
.dark a:not(.btn):not(.gallery-box):not(.goodshare) {
color: #ffffff;
}
.dark a.btn-link {
color: #ffffff;
}
.dark a:not(.btn):not(.gallery-box):not(.goodshare):hover {
color: #f4f4f4;
}
.dark .btn-primary {
background-color: #07bcf7;
border-color: #07bcf7;
}
.dark .btn-primary:hover {
background-color: #039dd0;
border-color: #039dd0;
}
.dark .btn-default {
color: #ffffff;
border-color: #ffffff;
}
.dark .btn-default:hover {
color: #eeeeee;
border-color: #eeeeee;
}
.dark i.icon-color {
color: #ffffff;
}
.dark .owl-next {
border-color: #ffffff;
}
.dark .owl-prev {
border-color: #ffffff;
}
.dark .owl-dot {
border-color: #ffffff;
}
.dark .gallery-box {
background: #353b4a;
}
.dark .gallery-box {
color: #ffffff;
}
.light {
color: #444444;
}
.light mark {
color: #000000;
}
.light mark {
background-color: #ffff60;
}
.light h1 {
color: #222222;
}
.light h2 {
color: #444444;
}
.light h3 {
color: #444444;
}
.light h4 {
color: #555555;
}
.light.sep-b:after {
border-color: #eeeeee;
}
.light.sep-full-b:after {
border-color: #eeeeee;
}
.light hr {
border-color: #eeeeee;
}
.light .border-box {
border-color: #eeeeee;
}
.light a:not(.btn):not(.gallery-box):not(.goodshare) {
color: #222222;
}
.light a.btn-link {
color: #222222;
}
.light a:not(.btn):not(.gallery-box):not(.goodshare):hover {
color: #00a7ff;
}
.light .btn-primary {
background-color: #07bcf7;
border-color: #07bcf7;
}
.light .btn-primary:hover {
background-color: #039dd0;
border-color: #039dd0;
}
.light .btn-default {
color: #555555;
border-color: #555555;
}
.light .btn-default:hover {
color: #222222;
border-color: #222222;
}
.light i.icon-color {
color: #aaaaaa;
}
.light .owl-next {
border-color: #444444;
}
.light .owl-prev {
border-color: #444444;
}
.light .owl-dot {
border-color: #444444;
}
.light .gallery-box {
background: #ffffff;
}
.light .gallery-box {
color: #222222;
}
/* ------------------ Typography --------------------- */
body {
font-family: 'Open Sans';
font-size: 15px;
font-style: inherit;
font-weight: 400;
text-transform: inherit;
}
h1 {
font-family: 'Roboto';
font-size: 44px;
font-style: inherit;
font-weight: 100;
text-transform: inherit;
}
h2 {
font-family: 'Roboto';
font-size: 36px;
font-style: inherit;
font-weight: 300;
text-transform: inherit;
}
h3 {
font-family: 'Nunito Sans';
font-size: 26px;
font-style: inherit;
font-weight: 300;
text-transform: inherit;
}
h4 {
font-family: 'Nunito Sans';
font-size: 20px;
font-style: inherit;
font-weight: 300;
text-transform: inherit;
}
#header-form-slogan .col-md-5{
}
#header-form-slogan .col-md-5 .form-container.bg-1-color-light.light{
background-color: rgba(255,255,255,.9);
}
#header-form-slogan .row.flex-md-vmiddle{
height: 550px;
} | 0.386763 | 0.124559 |
body {
color: #000;
font: normal 14px/1.5 'Lucida Grande', 'Verdana', 'Arial', sans-serif;
}
:focus {
outline: 1px dotted #ccc;
}
a {
color: #666;
text-decoration: none;
}
a:hover,
a:active {
text-decoration: underline;
}
#main {
max-width: 580px;
margin: 0 auto;
padding: 2em 0;
}
#main > header {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
margin-bottom: 2em;
padding: 1em 0;
text-align: center;
text-transform: lowercase;
}
#main > header h1 {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 5.5em;
font-weight: bold;
line-height: 1em;
}
#main > header h1 a {
color: #000;
text-decoration: none;
}
#main > header h2 {
color: #999;
font-size: 1.75em;
font-weight: normal;
line-height: 1.25em;
}
#main > footer {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
margin-top: 2em;
padding: 0.5em 0;
text-align: center;
text-transform: lowercase;
}
#main > footer a {
color: #000;
text-decoration: none;
}
.copyright {
color: #999;
font-size: 1.5em;
}
.ribbon {
background-color: #ccc;
bottom: 3em;
font-size: 1.35em;
left: -3.75em;
overflow: hidden;
position: fixed;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ribbon a {
color: #fff;
display: block;
margin: 0.05em 0 0.075em 0;
padding: 0.35em 3.5em;
}
.status {
overflow: hidden;
padding: 0.35em 0;
}
.status .author {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
border: 0.25em solid #eee;
border-color: rgba(238, 238, 238, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
float: left;
-webkit-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;
transition: all 0.5s ease-in-out;
}
.status:hover .author {
background-color: #fff;
border-color: #ccc;
border-color: rgba(204, 204, 204, 0.85);
}
.status .author a {
display: block;
height: 48px;
width: 48px;
}
.status .data {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
border: 0.25em solid #eee;
border-color: rgba(238, 238, 238, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
margin-left: 62px;
padding: 0.45em 0.75em;
-webkit-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;
transition: all 0.5s ease-in-out;
}
.status:hover .data {
background-color: #fff;
border-color: #ccc;
border-color: rgba(204, 204, 204, 0.85);
}
.status .data .meta {
padding-bottom: 0.15em;
}
.status .data .meta .name {
font-weight: bold;
margin-right: 0.5em;
}
@-webkit-keyframes fade-in {
from {
opacity: 0.0;
}
to {
opacity: 1.0;
}
}
.status {
-webkit-animation-name: fade-in;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: 1;
} | styles/style.css | body {
color: #000;
font: normal 14px/1.5 'Lucida Grande', 'Verdana', 'Arial', sans-serif;
}
:focus {
outline: 1px dotted #ccc;
}
a {
color: #666;
text-decoration: none;
}
a:hover,
a:active {
text-decoration: underline;
}
#main {
max-width: 580px;
margin: 0 auto;
padding: 2em 0;
}
#main > header {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
margin-bottom: 2em;
padding: 1em 0;
text-align: center;
text-transform: lowercase;
}
#main > header h1 {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 5.5em;
font-weight: bold;
line-height: 1em;
}
#main > header h1 a {
color: #000;
text-decoration: none;
}
#main > header h2 {
color: #999;
font-size: 1.75em;
font-weight: normal;
line-height: 1.25em;
}
#main > footer {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
margin-top: 2em;
padding: 0.5em 0;
text-align: center;
text-transform: lowercase;
}
#main > footer a {
color: #000;
text-decoration: none;
}
.copyright {
color: #999;
font-size: 1.5em;
}
.ribbon {
background-color: #ccc;
bottom: 3em;
font-size: 1.35em;
left: -3.75em;
overflow: hidden;
position: fixed;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ribbon a {
color: #fff;
display: block;
margin: 0.05em 0 0.075em 0;
padding: 0.35em 3.5em;
}
.status {
overflow: hidden;
padding: 0.35em 0;
}
.status .author {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
border: 0.25em solid #eee;
border-color: rgba(238, 238, 238, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
float: left;
-webkit-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;
transition: all 0.5s ease-in-out;
}
.status:hover .author {
background-color: #fff;
border-color: #ccc;
border-color: rgba(204, 204, 204, 0.85);
}
.status .author a {
display: block;
height: 48px;
width: 48px;
}
.status .data {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
border: 0.25em solid #eee;
border-color: rgba(238, 238, 238, 0.85);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
margin-left: 62px;
padding: 0.45em 0.75em;
-webkit-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;
transition: all 0.5s ease-in-out;
}
.status:hover .data {
background-color: #fff;
border-color: #ccc;
border-color: rgba(204, 204, 204, 0.85);
}
.status .data .meta {
padding-bottom: 0.15em;
}
.status .data .meta .name {
font-weight: bold;
margin-right: 0.5em;
}
@-webkit-keyframes fade-in {
from {
opacity: 0.0;
}
to {
opacity: 1.0;
}
}
.status {
-webkit-animation-name: fade-in;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: 1;
} | 0.428233 | 0.118589 |
*{
margin: 0;
padding: 0;
}
.nav-link {
color: white !important;
font-family: "Poppins" sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 36px;
letter-spacing: 0em;
text-align: left;
scroll-behavior: smooth;
}
.navbar {
background-color: #abeb45;
}
.navbar-nav :visited a,
.navbar-nav :hover a,
.navbar-nav :active a,
.navbar-nav:focus a,
.navbar-nav :link a{
color: red !important;
}
.options {
background-image: url("https://static01.nyt.com/images/2018/03/07/dining/00IMPORTS/00IMPORTS-articleLarge.gif?quality=75&auto=webp&disable=upscale");
height: 100vh;
}
#deliveryoptions {
padding: 20%;
text-align: center;
color: white;
font-size: x-large;
font-weight: bolder;
}
.flex-parent {
display: flex;
}
.jc-center {
justify-content: center;
}
.deliversection {
display: none;
}
#pickup {
background-color: #ABEB45;
margin-right: 20px;
color: white;
font-weight: bolder;
}
#deliver {
background-color: #ABEB45;
margin-left: 20px;
color: white;
font-weight: bolder;
}
.mask {
background-image: url("https://images.pexels.com/photos/264537/pexels-photo-264537.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
max-width: 100%;
position: relative;
}
.title-style{
font-family: 'Poppins';
font-weight: bolder;
font-size: xx-large;
color: white;
background-color: black;
}
.title-quote{
font-family: 'Poppins';
font-weight: bolder;
color: white;
font-size: large;
}
.delivery-details {
color: black;
font-weight: bolder;
}
#deliverysubmitbutton {
background-color: #ABEB45;
font-weight: bolder;
}
.card-delivery{
position: relative;
background-image: url("../images/delivery-gif.gif");
height: 100vh;
display: none;
}
.delivery-feedback {
background-color: rgba(171, 235, 69, 0.7);
position: absolute;
color: white;
font-weight: bolder;
text-align: center;
font-size: x-large;
}
#pickup-button, #pickup-btn {
justify-content: center;
}
.pickup-feedback {
position: relative;
text-align: center;
display: none;
background-image: url("../images/delivery-gif.gif");
height: 100vh;
justify-content: center;
}
.card-pickup {
display: none;
overflow: hidden;
}
.p1{
position: absolute;
background-color: rgba(171, 235, 69, 0.7);
color: white;
font-weight: bolder;
font-size: x-large;
text-align: center;
padding: 10px;
margin-top: 20%;
margin-left: 35%;
margin-right: 30%;
} | delivery/css/delivery.css | *{
margin: 0;
padding: 0;
}
.nav-link {
color: white !important;
font-family: "Poppins" sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 36px;
letter-spacing: 0em;
text-align: left;
scroll-behavior: smooth;
}
.navbar {
background-color: #abeb45;
}
.navbar-nav :visited a,
.navbar-nav :hover a,
.navbar-nav :active a,
.navbar-nav:focus a,
.navbar-nav :link a{
color: red !important;
}
.options {
background-image: url("https://static01.nyt.com/images/2018/03/07/dining/00IMPORTS/00IMPORTS-articleLarge.gif?quality=75&auto=webp&disable=upscale");
height: 100vh;
}
#deliveryoptions {
padding: 20%;
text-align: center;
color: white;
font-size: x-large;
font-weight: bolder;
}
.flex-parent {
display: flex;
}
.jc-center {
justify-content: center;
}
.deliversection {
display: none;
}
#pickup {
background-color: #ABEB45;
margin-right: 20px;
color: white;
font-weight: bolder;
}
#deliver {
background-color: #ABEB45;
margin-left: 20px;
color: white;
font-weight: bolder;
}
.mask {
background-image: url("https://images.pexels.com/photos/264537/pexels-photo-264537.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
max-width: 100%;
position: relative;
}
.title-style{
font-family: 'Poppins';
font-weight: bolder;
font-size: xx-large;
color: white;
background-color: black;
}
.title-quote{
font-family: 'Poppins';
font-weight: bolder;
color: white;
font-size: large;
}
.delivery-details {
color: black;
font-weight: bolder;
}
#deliverysubmitbutton {
background-color: #ABEB45;
font-weight: bolder;
}
.card-delivery{
position: relative;
background-image: url("../images/delivery-gif.gif");
height: 100vh;
display: none;
}
.delivery-feedback {
background-color: rgba(171, 235, 69, 0.7);
position: absolute;
color: white;
font-weight: bolder;
text-align: center;
font-size: x-large;
}
#pickup-button, #pickup-btn {
justify-content: center;
}
.pickup-feedback {
position: relative;
text-align: center;
display: none;
background-image: url("../images/delivery-gif.gif");
height: 100vh;
justify-content: center;
}
.card-pickup {
display: none;
overflow: hidden;
}
.p1{
position: absolute;
background-color: rgba(171, 235, 69, 0.7);
color: white;
font-weight: bolder;
font-size: x-large;
text-align: center;
padding: 10px;
margin-top: 20%;
margin-left: 35%;
margin-right: 30%;
} | 0.461745 | 0.088583 |
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: left;
}
.box-header.with-border {
border-bottom: 1px solid #3c8dbc;
background-color: #3c8dbc;
}
.scrollbar {
overflow-x: auto;
padding-bottom:10px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border: 1px solid #d2d1d1!important;
}
td {
font-weight: normal;
}
.table{
background-color:white;
}
thead{
background-color:#EAE9E9;
}
#newform .col-sm-2.control-label.required {
margin-left: 31px;
margin-right: -37px;
}
.skin-blue .main-header .logo {
background-color: #e25754 !important;
}
.skin-blue .main-header .navbar {
background-color: #e25754 !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
background-color: #2a3143 !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
color: #e25754 !important;
background: #ffffff !important;
border: none !important;
margin-left: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-left-radius: 10px !important;
}
.content-wrapper, .right-side {
background-color: #ffffff;
}
.skin-blue .sidebar a {
color: #ffffff !important;
}
.skin-blue .treeview-menu>li>a {
color: #ffffff !important;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
margin: 0 1px !important;
background: #192034 !important;
border-right: 2px solid #e25754 !important;
margin-left: 10px !important;
border-bottom-left-radius: 10px !important;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
color: #e25754 !important;
}
.box-header.with-border {
border-bottom: 1px solid #dddddd;
background-color: #edeef3;
}
.table.table-bordered {
border-top: 2px solid #e25754;
}
.skin-blue .main-header .logo:hover {
background-color: #ff6461 !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
background-color: #ff6461 !important;
}
.box.box-info {
border-top-color: #e25754 !important;
} | public/dist/css/style.css | .form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: left;
}
.box-header.with-border {
border-bottom: 1px solid #3c8dbc;
background-color: #3c8dbc;
}
.scrollbar {
overflow-x: auto;
padding-bottom:10px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border: 1px solid #d2d1d1!important;
}
td {
font-weight: normal;
}
.table{
background-color:white;
}
thead{
background-color:#EAE9E9;
}
#newform .col-sm-2.control-label.required {
margin-left: 31px;
margin-right: -37px;
}
.skin-blue .main-header .logo {
background-color: #e25754 !important;
}
.skin-blue .main-header .navbar {
background-color: #e25754 !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
background-color: #2a3143 !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
color: #e25754 !important;
background: #ffffff !important;
border: none !important;
margin-left: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-left-radius: 10px !important;
}
.content-wrapper, .right-side {
background-color: #ffffff;
}
.skin-blue .sidebar a {
color: #ffffff !important;
}
.skin-blue .treeview-menu>li>a {
color: #ffffff !important;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
margin: 0 1px !important;
background: #192034 !important;
border-right: 2px solid #e25754 !important;
margin-left: 10px !important;
border-bottom-left-radius: 10px !important;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
color: #e25754 !important;
}
.box-header.with-border {
border-bottom: 1px solid #dddddd;
background-color: #edeef3;
}
.table.table-bordered {
border-top: 2px solid #e25754;
}
.skin-blue .main-header .logo:hover {
background-color: #ff6461 !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
background-color: #ff6461 !important;
}
.box.box-info {
border-top-color: #e25754 !important;
} | 0.334589 | 0.100172 |
.base ul {
margin: auto;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
}
.base a {
text-decoration: none;
display: block;
width: 100%;
height: 100%;
padding: 10px;
}
.base ul > li {
margin: 20px 10px;
min-width: 150px;
min-height: 150px;
max-width: 150px;
max-height: 150px;
transition: .3s;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: var(--ui-color-beta);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
}
.base[data-view*='css'] ul > li.css,
.base ul > li.css:hover {
background: var(--css-color);
}
.base[data-view*='html'] ul > li.html,
.base ul > li.html:hover {
background: var(--html-color);
}
.base[data-view*='javascript'] ul > li.js,
.base ul > li.js:hover {
background: var(--js-color);
}
.base[data-view*='javascript'] ul > li.js a,
.base ul > li.js:hover a {
color: var(--ui-color-beta);
}
.base ul > li svg[class*='svg'] {
display: block;
margin: auto;
font-size: 7em;
}
.base:before {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
height: 5px;
transition: .5s;
background: var(--ui-color-beta);
z-index: 9;
}
.base[data-view='css']:before {
background: #16a1dc;
}
.base[data-view='html']:before {
background: #e34f26;
}
.base[data-view='javascript']:before {
background: #f0db4f;
}
@media(max-width: 650px) {
.base ul > li {
min-width: initial;
min-height: initial;
flex: 1;
margin: 10px 10px;
}
.base ul {
flex-wrap: wrap;
}
}
@media(max-width: 450px) {
.base ul {
flex-direction: column;
}
.base ul > li {
max-width: none;
}
} | src/styles/Nav.module.css | .base ul {
margin: auto;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
}
.base a {
text-decoration: none;
display: block;
width: 100%;
height: 100%;
padding: 10px;
}
.base ul > li {
margin: 20px 10px;
min-width: 150px;
min-height: 150px;
max-width: 150px;
max-height: 150px;
transition: .3s;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: var(--ui-color-beta);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
}
.base[data-view*='css'] ul > li.css,
.base ul > li.css:hover {
background: var(--css-color);
}
.base[data-view*='html'] ul > li.html,
.base ul > li.html:hover {
background: var(--html-color);
}
.base[data-view*='javascript'] ul > li.js,
.base ul > li.js:hover {
background: var(--js-color);
}
.base[data-view*='javascript'] ul > li.js a,
.base ul > li.js:hover a {
color: var(--ui-color-beta);
}
.base ul > li svg[class*='svg'] {
display: block;
margin: auto;
font-size: 7em;
}
.base:before {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
height: 5px;
transition: .5s;
background: var(--ui-color-beta);
z-index: 9;
}
.base[data-view='css']:before {
background: #16a1dc;
}
.base[data-view='html']:before {
background: #e34f26;
}
.base[data-view='javascript']:before {
background: #f0db4f;
}
@media(max-width: 650px) {
.base ul > li {
min-width: initial;
min-height: initial;
flex: 1;
margin: 10px 10px;
}
.base ul {
flex-wrap: wrap;
}
}
@media(max-width: 450px) {
.base ul {
flex-direction: column;
}
.base ul > li {
max-width: none;
}
} | 0.443841 | 0.069668 |
body {
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 1px;
height: 100%;
font-family: 'Raleway', sans-serif;
color: #666;
}
html,
body {
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
a {
font-family: "Montserrat", sans-serif;
text-decoration: none;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}
ul,
li {
margin: 0;
padding: 0;
}
fieldset {
border: 0 none;
margin: 0 auto;
padding: 0;
}
.no-padding {
padding: 0;
}
/*SRAERT PRELOADER DESIGN*/
.preloader {
background: #fff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}
.status,
.status-mes {
background-image: url(img/ajax-loader.gif);
background-position: center;
background-repeat: no-repeat;
height: 200px;
left: 50%;
margin: -100px 0 0 -100px;
position: absolute;
top: 50%;
width: 200px;
}
.status-mes h4 {
color: #fff;
margin-top: 30px;
text-transform: uppercase;
}
/*END PRELOADER DESIGN*/
/*START SCROLL TO UP DESIGN*/
.scrollup {
background: #23d175 none repeat scroll 0 0;
border-radius: 50%;
bottom: 30px;
color: #fff;
cursor: pointer;
float: right;
font-size: 25px;
height: 40px;
line-height: 35px;
position: fixed;
right: 30px;
text-align: center;
width: 40px;
z-index: 9;
}
.scrollup:hover {
background: #17a158;
-webkit-transition: .5s;
transition: .5s;
}
/*END SCROLL TO UP DESIGN*/
/*START SECTION TITLE DESIGN*/
.section-title {
margin-bottom: 50px;
}
.section-title h2 {
font-size: 30px;
font-weight: 600;
}
.section-title span {
background: #00bcd4 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 15px auto;
width: 80px;
}
.section-padding {
padding: 60px 0;
}
.gry-bg {
background: #f6f6f6;
}
.footer-bg {
background: #333;
}
.footer-bottom-bg {
background: #222;
}
/*END SECTION TITLE DESIGN*/
/*01.END GENERAL STYLE*/
/*02.START MENU DESIGN AREA*/
.header-top-area {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
-webkit-transition: .4s;
transition: .4s;
}
.logo a {
font-size: 24px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}
.logo {
padding-top: 29px;
}
.mainmenu .navbar-nav li a {
color: #fff;
font-weight: 400;
padding: 30px 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
font-size: 13px;
}
.mainmenu .navbar-nav li a:hover {
background: none;
color: #23d175;
-webkit-transition: .3s;
transition: .3s;
}
.nav li a:hover,
.nav li a:focus {
background: none;
color: #23d175;
}
.menu-bg .navbar-nav li a:hover,
.menu-bg .navbar-nav li.active a {
color: #23d175;
-webkit-transition: .3s;
transition: .3s;
}
.navbar {
margin: 0;
}
.menu-bg {
background: rgba(0, 0, 0, 0.7);
z-index: 999;
}
.menu-bg .navbar-nav li a {
color: #fff;
}
.menu-bg .mainmenu .navbar-nav li a {
padding: 20px 15px;
-webkit-transition: .3s;
transition: .3s;
}
.menu-bg .logo {
padding-top: 18px;
-webkit-transition: .3s;
transition: .3s;
}
.menu-bg .logo a {
color: #23d175;
}
.menu-bg .mainmenu .navbar-nav li a:hover {
color: #23d175;
}
/*02. END MENU DESIGN AREA*/
/*03.START HOME DESIGN AREA*/
.welcome-hero-area,
.welcome-slider-area,
.welcome-hero-area,
.welcome-slider-area div {
height: 100%;
}
.welcome-hero-area div.single-slide-item-table-cell,
.welcome-hero-area div.single-slide-item-table-cell div {
height: auto;
}
.single-slide-item-table-cell {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.single-slide-item-table {
display: table;
width: 100%;
}
a.slide-btn {
background: #23d175;
color: #fff;
display: inline-block;
font-weight: 400;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
padding: 12px 20px;
text-transform: uppercase;
width: 160px;
transition: .5s;
border-radius: 4px;
}
a.slide-btn:hover {
background: #17a158;
color: #fff;
border: none;
}
.single-slide-item h2 {
font-size: 50px;
color: #fff;
line-height: 50px;
margin-bottom: 20px;
}
.single-slide-item h2 span {
color: #2980b9;
}
.single-slide-item p {
color: #fff;
}
.slide-1 {
background:url(../img/bg/slide-1.jpg);
background-size: cover;
}
.slide-2 {
background:url(../img/bg/slide-2.jpg);
background-size: cover;
}
.slide-3 {
background:url(../img/bg/slide-3.jpg);
background-size: cover;
}
.single-slide-item {
position: relative;
z-index: 1;
}
.single-slide-item:after {
background: rgba(0, 0, 0, 0.50);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
a.welcome-control:hover i,
a.welcome-control:focus {
color: #23d175;
}
.single-slide-item p {
color: #fff;
margin-bottom: 20px;
}
.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
}
.welcome-control {
background: transparent none repeat scroll 0 0 !important;
border: 1px solid #ddd;
border-radius: 50%;
color: #fff;
font-size: 24px;
height: 50px;
left: 0;
line-height: 50px;
position: absolute;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 50px;
z-index: 20;
}
.right.welcome-control {
left: auto;
right: -52px;
}
.left.welcome-control {
left: -52px;
}
.welcome-slider-area:hover .right.welcome-control {
right: 30px;
transition: .25s;
-webkit-transition: .25s
}
.welcome-slider-area:hover .left.welcome-control {
left: 30px;
transition: .25s;
-webkit-transition: .25s
}
/*03.END HOME DESIGN AREA*/
/*04.START ABOUT DESIGN AREA*/
.featured-area {
overflow: hidden;
}
.single-featured {
cursor: pointer;
}
.single-featured h4 {
cursor: pointer;
margin-top: 20px;
margin-bottom: 10px;
}
.single-featured i {
background: #687074 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
font-size: 35px;
height: 80px;
line-height: 80px;
margin: 0 auto 10px;
text-align: center;
width: 80px;
}
.single-featured:hover i {
background: #23d175;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.about-text h4,
.our-Expertise h4 {
margin-bottom: 20px;
margin-top: 50px;
}
.about-text span {
color: #23d175;
}
.about-text > p {
margin-bottom: 20px;
}
a.about-btn {
background: #23d175;
color: #fff;
display: inline-block;
font-size: 12px;
letter-spacing: 2px;
padding: 8px 16px;
position: relative;
text-align: center;
text-transform: uppercase;
}
a.about-btn:hover {
background: #17a158;
color: #fff;
transition: .5s;
-webkit-transition: .5s;
}
.progress-bar-text > span {
float: right;
}
.progress-bar-text {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 16px;
}
.progress-bar {
background: #ddd none repeat scroll 0 0;
box-shadow: 0 0 0;
height: 10px;
margin: 0 0 15px;
position: relative;
width: 100%;
}
.progress-bar > span {
background: #23d175;
display: block;
height: 100%;
}
/*04.END ABOUT DESIGN AREA*/
/*05.START SERVICE DESIGN AREA*/
.single-service-box {
background: #fff none repeat scroll 0 0;
margin-top: 30px;
padding: 30px;
text-align: center;
transition: .4s;
cursor: pointer;
}
.service-content h4 {
color: #666;
letter-spacing: 2px;
position: relative;
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}
.service-icon i {
background: #687074 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 25px;
height: 62px;
line-height: 62px;
margin-bottom: 10px;
text-align: center;
width: 62px;
-webkit-transition: .4s;
transition: .4s;
}
.single-service-box:hover {
background: #23d175;
color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
.single-service-box:hover .service-icon i {
background: #fff;
color: #23d175;
-webkit-transition: .4s;
transition: .4s;
}
.single-service-box:hover .service-content h4 {
color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
/*05.END SERVICE DESIGN AREA*/
/*06. START GET-STRETED AREA*/
.great-started-text h4 {
color: #fff;
font-size: 16px;
}
.great-started {
background: rgba(0, 0, 0, 0) url("img/bg/get-started-bg.jpg") repeat fixed 0 0 / cover;
position: relative;
z-index: 1;
}
.great-started-text > h2 {
color: #fff;
font-size: 20px;
margin-top: 25px;
}
a.get-start-btn {
background: #23d175 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 400;
margin-top: 20px;
padding: 12px 15px;
text-transform: uppercase;
}
a.get-start-btn:hover {
background: #17a158;
-webkit-transition: .5s;
transition: .5s;
}
.great-started:after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
/*06. END GET-STRETED AREA*/
/*07. START TEAM DESIGN AREA*/
.single-team {
background: #f6f6f6 none repeat scroll 0 0;
border: 1px solid #f6f6f6;
margin-top: 30px;
text-align: center;
padding: 30px 20px;
}
.single-team:hover {
box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
-webkit-transition: .5s;
transition: .5s;
}
.single-team h6 {
color: #666;
margin: 15px 0;
}
ul.team-social {
list-style: outside none none;
}
ul.team-social > li {
display: inline-block;
}
ul.team-social i {
color: #666;
font-size: 16px;
margin: 0 10px;
}
.single-team h4 {
color: #23d175;
margin-top: 20px;
}
ul.team-social i:hover {
color: #23d175;
}
/*07. END TEAM AREA*/
/*08.START FUN FACT DESIGN AREA*/
.project-complete-area {
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0);
background-image: url("img/bg/counter-bg.jpg");
background-size: cover;
padding: 60px 0;
position: relative;
z-index: 1;
}
.project-complete-area:after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.single-project-complete {
margin-top: 30px;
}
.single-project-complete h2 {
color: #fff;
font-size: 36px;
font-weight: 400;
margin: 20px 0;
}
.single-project-complete i {
color: #23d175;
font-size: 45px;
}
/*08.START FUN FACT DESIGN AREA*/
/*09.START WORK DESIGN AREA*/
ul.work {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
}
ul.work li {
display: inline-block;
font-size: 14px;
padding: 8px 12px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #23d175;
margin: 0 2px;
}
.single-work {
margin-top: 30px;
position: relative;
}
ul.work li.active,
ul.work li:hover {
background: #23d175;
color: #fff;
border: 1px solid #fff;
transition: .5s;
-webkit-transition: .5s;
}
.work-details {
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: scale(0);
transform: scale(0);
}
.overlay {
background: rgba(1, 3, 7, 0.8);
content: "";
height: 100%;
left: 0;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
position: absolute;
top: 0;
width: 100%;
z-index: -1;
-webkit-transition: .5s;
transition: .5s;
}
.work-info-text {
margin-top: 32%;
color: #fff;
}
.work-info-text h5 {
margin: 0 0 5px;
color: #fff;
}
.work-info-text p {
font-size: 12px;
text-transform: uppercase;
}
.single-work:hover .work-details {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .5s;
transition: .5s;
}
.work-inner .mix {
display: none;
}
/*09.END WORK DESIGN AREA*/
/*10.START TESTIMONIAL DESIGN AREA*/
.what-client-say-area {
background: rgba(0, 0, 0, 0) url("img/bg/testimonial-bg.jpg") repeat scroll 0 0 / cover;
position: relative;
z-index: 1;
background-attachment: fixed;
}
.what-client-say-area::after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.testimonial-list {
margin-top: 30px;
}
.testimonial-section-inner {
display: block;
vertical-align: middle;
}
.testimonial-list {
margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
.testimonial-author {
margin-bottom: 20px;
}
.testimonial-author img {
border: 3px solid #23d175;
border-radius: 50%;
height: auto;
width: 100px;
}
.single-testimonial p {
padding: 0 15px;
color: #fff;
}
.single-testimonial > h5 {
color: #fff;
margin-top: 15px;
}
.single-testimonial h6 {
color: #23d175;
font-style: italic;
font-weight: 700;
}
.single-testimonial h6 {
color: #1da;
}
.testimonial-list .owl-pagination {
margin-top: 10px;
}
.owl-carousel .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
;
}
.owl-carousel .owl-controls {
text-align: center;
}
.owl-carousel .owl-page span {
display: block;
background: #fff;
width: 10px;
height: 10px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
border-radius: 20px;
color: #fff;
}
.owl-carousel .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
background: #23d175;
filter: Alpha(Opacity=100);
/*IE7 fix*/
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*10.END TESTIMONIAL DESIGN AREA*/
/*11. START PRICE PLAN DESIGN AREA */
.single-price-box {
border: 1px solid #f0f0f0;
margin-top: 30px;
transition: background 0.5s ease 0s;
-webkit-transition: background 0.5s ease 0s;
}
.package-title {
background: #f7f7f7 none repeat scroll 0 0;
display: block;
font-size: 20px;
font-weight: 700;
padding: 30px 20px;
text-transform: uppercase;
}
.package-value {
background: #ddd;
padding: 20px;
}
.package-price {
color: #1ac6ff;
font-family: Montserrat;
font-size: 50px;
font-weight: 400;
line-height: 50px;
}
.package-price sub {
font-size: 26px;
left: 10px;
margin: 0;
padding: 0;
top: -15px;
}
.plan-month span {
font-size: 18px;
text-transform: lowarecase;
}
.package-detail {
padding: 20px 20px 30px;
background: #f7f7f7;
}
.package-detail li {
border-bottom: 1px dashed #ddd;
padding: 10px 0;
}
.package-detail ul.list-unstyled {
margin-bottom: 30px;
}
.package-btn {
background: transparent none repeat scroll 0 0 !important;
border: 1px solid #1ac6ff;
color: #1ac6ff;
display: inline-block;
font-size: 14px;
padding: 8px 20px;
text-transform: uppercase;
}
.package-btn:hover {
background: #fff !important;
color: #23acdb !important;
}
.single-price-box:hover .package-title,
.single-price-box:hover .package-detail {
background: #23d175;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.single-price-box:hover .package-value {
background: #23d175;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.single-price-box:hover .package-price,
.single-price-box:hover .package-btn {
color: #fff;
transition: .5s;
border-color: #fff;
}
/*11.END PRICE PLAN DESIGN AREA */
/*12.START BLOG DESIGN AREA*/
ul.post-meta {
list-style: outside none none;
}
ul.post-meta li {
display: inline-block;
}
.post-meta a {
color: #666;
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}
.post-meta i {
color: #23d175;
margin-right: 5px;
}
.single-blog-post {
margin-top: 30px
}
.single-post-content {
background: #fff;
}
.single-post-content a {
color: #666;
}
.single-post-content h4 {
margin-top: 15px;
}
.single-post-content h4:hover a {
color: #23d175;
}
a.blog-btn {
background: #23d175 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 8px 12px;
text-transform: uppercase;
}
.blog-btn:hover {
background: #00b8ff;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.single-post-content {
padding: 20px;
}
.single-blog-post:hover {
box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
-webkit-transition: .5s;
transition: .5s;
}
.single-post-content p {
margin-bottom: 20px;
}
/*12.END BLOG DESIGN AREA*/
/*13.START CONTACT DESIGN AREA*/
.contact-from {
margin-top: 30px;
}
.contact-from .form-control {
background-color: #fff;
background-image: none;
border-radius: 4px;
color: #555;
display: block;
font-size: 18px;
height: 50px;
line-height: 1.42857;
padding: 6px 12px;
-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;
}
.contact-from textarea.form-control {
height: 200px;
resize: none;
}
.contact-from button {
background: #23d175;
border: medium none;
box-shadow: 0 0 0;
color: #fff;
display: block;
padding: 8px 12px;
text-transform: uppercase;
border: 1px solid #23d175;
}
.contact-from button:hover {
background: #00b8ff;
color: #fff;
transition: .5s;
}
.contact-from input {
font-size: 14px;
}
.success {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #fff;
margin-left:15px;
margin-right:15px;
background-color: #00a774;
border: 1px solid #d6e9c6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.error {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #b94a48;
margin-left:15px;
margin-right:15px;
background-color: #f2dede;
border: 1px solid rgba(185, 74, 72, 0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/*13.END CONTACT DESIGN AREA*/
/*14.START MAP DESIGN AREA*/
.map {
height: 386px;
margin-top: 30px;
max-width: 100%;
overflow: hidden;
}
/*14.END MAP DESIGN AREA*/
/*15.START FOOTER DESIGN AREA*/
.footer-widget h4 {
margin: 20px 0;
}
.footer-widget p {
color: #fff;
}
.footer-widget span {
color: #23d175;
}
.single-post h4 a {
color: #666;
font-size: 12px;
line-height: 20px;
margin-bottom: 0;
}
.single-post span {
margin: 0;
}
.contact-list ul {
list-style: outside none none;
}
ul.contact-list {
list-style: outside none none;
}
ul.contact-list li {
display: block;
margin-top: 10px;
}
ul.contact-list i {
display: inline-block;
font-size: 25px;
line-height: 25px;
margin-right: 10px;
}
.footer-menu ul {
list-style: outside none none;
}
.footer-menu li a {
border-bottom: 1px solid #ddd;
color: #fff;
display: block;
font-size: 12px;
padding: 10px 0;
text-transform: uppercase;
}
.footer-menu li a:hover {
color: #23d175;
}
.footer-menu i {
margin-right: 3px;
}
.single-latest-post img {
float: left;
margin-right: 10px;
padding: 3px;
width: 30%;
}
.single-latest-post h2 {
font-size: 12px;
margin: 5px 0;
cursor: pointer;
color: #fff;
}
.footer-widget h4 {
color: #fff;
}
.single-latest-post h2:hover {
color: #23d175;
transition: .5s;
}
.single-latest-post span {
color: #e7e7e7;
font-size: 12px;
}
.single-latest-post i {
margin-right: 2px;
}
.single-latest-post {
margin-bottom: 10px;
overflow: hidden;
}
.single-latest-post img:hover {
opacity: .5;
}
.footer-social {
margin-top: 20px;
}
.footer-social ul {
list-style: outside none none;
}
.footer-social li {
display: inline-block;
}
.footer-social a {
background: #666 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 18px;
height: 35px;
line-height: 35px;
margin-right: 5px;
text-align: center;
width: 35px;
}
.footer-social a:hover {
background: #23d175;
color: #fff;
transition: .5s;
}
.single-contact-info i {
background: #666 none repeat scroll 0 0;
color: #fff;
float: left;
font-size: 20px;
height: 35px;
line-height: 35px;
margin-right: 10px;
text-align: center;
width: 35px;
}
.single-contact-info {
margin-bottom: 15px;
overflow: hidden;
}
.single-contact-info > p {
color: #e7e7e7;
font-size: 12px;
}
.single-contact-info h6 {
margin: 0;
color: #fff;
}
.footer-bottom-area {
padding: 30px 0;
}
.footer-bottom-area p {
margin-bottom: 0;
}
.text-muted {
color: #ddd;
}
.text-muted span {
color: #23d175;
}
/*15.END FOOTER DESIGN AREA*/ | public/frontend/assets/css/style.css |
body {
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 1px;
height: 100%;
font-family: 'Raleway', sans-serif;
color: #666;
}
html,
body {
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
a {
font-family: "Montserrat", sans-serif;
text-decoration: none;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}
ul,
li {
margin: 0;
padding: 0;
}
fieldset {
border: 0 none;
margin: 0 auto;
padding: 0;
}
.no-padding {
padding: 0;
}
/*SRAERT PRELOADER DESIGN*/
.preloader {
background: #fff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}
.status,
.status-mes {
background-image: url(img/ajax-loader.gif);
background-position: center;
background-repeat: no-repeat;
height: 200px;
left: 50%;
margin: -100px 0 0 -100px;
position: absolute;
top: 50%;
width: 200px;
}
.status-mes h4 {
color: #fff;
margin-top: 30px;
text-transform: uppercase;
}
/*END PRELOADER DESIGN*/
/*START SCROLL TO UP DESIGN*/
.scrollup {
background: #23d175 none repeat scroll 0 0;
border-radius: 50%;
bottom: 30px;
color: #fff;
cursor: pointer;
float: right;
font-size: 25px;
height: 40px;
line-height: 35px;
position: fixed;
right: 30px;
text-align: center;
width: 40px;
z-index: 9;
}
.scrollup:hover {
background: #17a158;
-webkit-transition: .5s;
transition: .5s;
}
/*END SCROLL TO UP DESIGN*/
/*START SECTION TITLE DESIGN*/
.section-title {
margin-bottom: 50px;
}
.section-title h2 {
font-size: 30px;
font-weight: 600;
}
.section-title span {
background: #00bcd4 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 15px auto;
width: 80px;
}
.section-padding {
padding: 60px 0;
}
.gry-bg {
background: #f6f6f6;
}
.footer-bg {
background: #333;
}
.footer-bottom-bg {
background: #222;
}
/*END SECTION TITLE DESIGN*/
/*01.END GENERAL STYLE*/
/*02.START MENU DESIGN AREA*/
.header-top-area {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
-webkit-transition: .4s;
transition: .4s;
}
.logo a {
font-size: 24px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}
.logo {
padding-top: 29px;
}
.mainmenu .navbar-nav li a {
color: #fff;
font-weight: 400;
padding: 30px 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
font-size: 13px;
}
.mainmenu .navbar-nav li a:hover {
background: none;
color: #23d175;
-webkit-transition: .3s;
transition: .3s;
}
.nav li a:hover,
.nav li a:focus {
background: none;
color: #23d175;
}
.menu-bg .navbar-nav li a:hover,
.menu-bg .navbar-nav li.active a {
color: #23d175;
-webkit-transition: .3s;
transition: .3s;
}
.navbar {
margin: 0;
}
.menu-bg {
background: rgba(0, 0, 0, 0.7);
z-index: 999;
}
.menu-bg .navbar-nav li a {
color: #fff;
}
.menu-bg .mainmenu .navbar-nav li a {
padding: 20px 15px;
-webkit-transition: .3s;
transition: .3s;
}
.menu-bg .logo {
padding-top: 18px;
-webkit-transition: .3s;
transition: .3s;
}
.menu-bg .logo a {
color: #23d175;
}
.menu-bg .mainmenu .navbar-nav li a:hover {
color: #23d175;
}
/*02. END MENU DESIGN AREA*/
/*03.START HOME DESIGN AREA*/
.welcome-hero-area,
.welcome-slider-area,
.welcome-hero-area,
.welcome-slider-area div {
height: 100%;
}
.welcome-hero-area div.single-slide-item-table-cell,
.welcome-hero-area div.single-slide-item-table-cell div {
height: auto;
}
.single-slide-item-table-cell {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.single-slide-item-table {
display: table;
width: 100%;
}
a.slide-btn {
background: #23d175;
color: #fff;
display: inline-block;
font-weight: 400;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
padding: 12px 20px;
text-transform: uppercase;
width: 160px;
transition: .5s;
border-radius: 4px;
}
a.slide-btn:hover {
background: #17a158;
color: #fff;
border: none;
}
.single-slide-item h2 {
font-size: 50px;
color: #fff;
line-height: 50px;
margin-bottom: 20px;
}
.single-slide-item h2 span {
color: #2980b9;
}
.single-slide-item p {
color: #fff;
}
.slide-1 {
background:url(../img/bg/slide-1.jpg);
background-size: cover;
}
.slide-2 {
background:url(../img/bg/slide-2.jpg);
background-size: cover;
}
.slide-3 {
background:url(../img/bg/slide-3.jpg);
background-size: cover;
}
.single-slide-item {
position: relative;
z-index: 1;
}
.single-slide-item:after {
background: rgba(0, 0, 0, 0.50);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
a.welcome-control:hover i,
a.welcome-control:focus {
color: #23d175;
}
.single-slide-item p {
color: #fff;
margin-bottom: 20px;
}
.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
}
.welcome-control {
background: transparent none repeat scroll 0 0 !important;
border: 1px solid #ddd;
border-radius: 50%;
color: #fff;
font-size: 24px;
height: 50px;
left: 0;
line-height: 50px;
position: absolute;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 50px;
z-index: 20;
}
.right.welcome-control {
left: auto;
right: -52px;
}
.left.welcome-control {
left: -52px;
}
.welcome-slider-area:hover .right.welcome-control {
right: 30px;
transition: .25s;
-webkit-transition: .25s
}
.welcome-slider-area:hover .left.welcome-control {
left: 30px;
transition: .25s;
-webkit-transition: .25s
}
/*03.END HOME DESIGN AREA*/
/*04.START ABOUT DESIGN AREA*/
.featured-area {
overflow: hidden;
}
.single-featured {
cursor: pointer;
}
.single-featured h4 {
cursor: pointer;
margin-top: 20px;
margin-bottom: 10px;
}
.single-featured i {
background: #687074 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
font-size: 35px;
height: 80px;
line-height: 80px;
margin: 0 auto 10px;
text-align: center;
width: 80px;
}
.single-featured:hover i {
background: #23d175;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.about-text h4,
.our-Expertise h4 {
margin-bottom: 20px;
margin-top: 50px;
}
.about-text span {
color: #23d175;
}
.about-text > p {
margin-bottom: 20px;
}
a.about-btn {
background: #23d175;
color: #fff;
display: inline-block;
font-size: 12px;
letter-spacing: 2px;
padding: 8px 16px;
position: relative;
text-align: center;
text-transform: uppercase;
}
a.about-btn:hover {
background: #17a158;
color: #fff;
transition: .5s;
-webkit-transition: .5s;
}
.progress-bar-text > span {
float: right;
}
.progress-bar-text {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 16px;
}
.progress-bar {
background: #ddd none repeat scroll 0 0;
box-shadow: 0 0 0;
height: 10px;
margin: 0 0 15px;
position: relative;
width: 100%;
}
.progress-bar > span {
background: #23d175;
display: block;
height: 100%;
}
/*04.END ABOUT DESIGN AREA*/
/*05.START SERVICE DESIGN AREA*/
.single-service-box {
background: #fff none repeat scroll 0 0;
margin-top: 30px;
padding: 30px;
text-align: center;
transition: .4s;
cursor: pointer;
}
.service-content h4 {
color: #666;
letter-spacing: 2px;
position: relative;
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}
.service-icon i {
background: #687074 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 25px;
height: 62px;
line-height: 62px;
margin-bottom: 10px;
text-align: center;
width: 62px;
-webkit-transition: .4s;
transition: .4s;
}
.single-service-box:hover {
background: #23d175;
color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
.single-service-box:hover .service-icon i {
background: #fff;
color: #23d175;
-webkit-transition: .4s;
transition: .4s;
}
.single-service-box:hover .service-content h4 {
color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
/*05.END SERVICE DESIGN AREA*/
/*06. START GET-STRETED AREA*/
.great-started-text h4 {
color: #fff;
font-size: 16px;
}
.great-started {
background: rgba(0, 0, 0, 0) url("img/bg/get-started-bg.jpg") repeat fixed 0 0 / cover;
position: relative;
z-index: 1;
}
.great-started-text > h2 {
color: #fff;
font-size: 20px;
margin-top: 25px;
}
a.get-start-btn {
background: #23d175 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 400;
margin-top: 20px;
padding: 12px 15px;
text-transform: uppercase;
}
a.get-start-btn:hover {
background: #17a158;
-webkit-transition: .5s;
transition: .5s;
}
.great-started:after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
/*06. END GET-STRETED AREA*/
/*07. START TEAM DESIGN AREA*/
.single-team {
background: #f6f6f6 none repeat scroll 0 0;
border: 1px solid #f6f6f6;
margin-top: 30px;
text-align: center;
padding: 30px 20px;
}
.single-team:hover {
box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
-webkit-transition: .5s;
transition: .5s;
}
.single-team h6 {
color: #666;
margin: 15px 0;
}
ul.team-social {
list-style: outside none none;
}
ul.team-social > li {
display: inline-block;
}
ul.team-social i {
color: #666;
font-size: 16px;
margin: 0 10px;
}
.single-team h4 {
color: #23d175;
margin-top: 20px;
}
ul.team-social i:hover {
color: #23d175;
}
/*07. END TEAM AREA*/
/*08.START FUN FACT DESIGN AREA*/
.project-complete-area {
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0);
background-image: url("img/bg/counter-bg.jpg");
background-size: cover;
padding: 60px 0;
position: relative;
z-index: 1;
}
.project-complete-area:after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.single-project-complete {
margin-top: 30px;
}
.single-project-complete h2 {
color: #fff;
font-size: 36px;
font-weight: 400;
margin: 20px 0;
}
.single-project-complete i {
color: #23d175;
font-size: 45px;
}
/*08.START FUN FACT DESIGN AREA*/
/*09.START WORK DESIGN AREA*/
ul.work {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
}
ul.work li {
display: inline-block;
font-size: 14px;
padding: 8px 12px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #23d175;
margin: 0 2px;
}
.single-work {
margin-top: 30px;
position: relative;
}
ul.work li.active,
ul.work li:hover {
background: #23d175;
color: #fff;
border: 1px solid #fff;
transition: .5s;
-webkit-transition: .5s;
}
.work-details {
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: scale(0);
transform: scale(0);
}
.overlay {
background: rgba(1, 3, 7, 0.8);
content: "";
height: 100%;
left: 0;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
position: absolute;
top: 0;
width: 100%;
z-index: -1;
-webkit-transition: .5s;
transition: .5s;
}
.work-info-text {
margin-top: 32%;
color: #fff;
}
.work-info-text h5 {
margin: 0 0 5px;
color: #fff;
}
.work-info-text p {
font-size: 12px;
text-transform: uppercase;
}
.single-work:hover .work-details {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .5s;
transition: .5s;
}
.work-inner .mix {
display: none;
}
/*09.END WORK DESIGN AREA*/
/*10.START TESTIMONIAL DESIGN AREA*/
.what-client-say-area {
background: rgba(0, 0, 0, 0) url("img/bg/testimonial-bg.jpg") repeat scroll 0 0 / cover;
position: relative;
z-index: 1;
background-attachment: fixed;
}
.what-client-say-area::after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.testimonial-list {
margin-top: 30px;
}
.testimonial-section-inner {
display: block;
vertical-align: middle;
}
.testimonial-list {
margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
.testimonial-author {
margin-bottom: 20px;
}
.testimonial-author img {
border: 3px solid #23d175;
border-radius: 50%;
height: auto;
width: 100px;
}
.single-testimonial p {
padding: 0 15px;
color: #fff;
}
.single-testimonial > h5 {
color: #fff;
margin-top: 15px;
}
.single-testimonial h6 {
color: #23d175;
font-style: italic;
font-weight: 700;
}
.single-testimonial h6 {
color: #1da;
}
.testimonial-list .owl-pagination {
margin-top: 10px;
}
.owl-carousel .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
;
}
.owl-carousel .owl-controls {
text-align: center;
}
.owl-carousel .owl-page span {
display: block;
background: #fff;
width: 10px;
height: 10px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
border-radius: 20px;
color: #fff;
}
.owl-carousel .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
background: #23d175;
filter: Alpha(Opacity=100);
/*IE7 fix*/
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*10.END TESTIMONIAL DESIGN AREA*/
/*11. START PRICE PLAN DESIGN AREA */
.single-price-box {
border: 1px solid #f0f0f0;
margin-top: 30px;
transition: background 0.5s ease 0s;
-webkit-transition: background 0.5s ease 0s;
}
.package-title {
background: #f7f7f7 none repeat scroll 0 0;
display: block;
font-size: 20px;
font-weight: 700;
padding: 30px 20px;
text-transform: uppercase;
}
.package-value {
background: #ddd;
padding: 20px;
}
.package-price {
color: #1ac6ff;
font-family: Montserrat;
font-size: 50px;
font-weight: 400;
line-height: 50px;
}
.package-price sub {
font-size: 26px;
left: 10px;
margin: 0;
padding: 0;
top: -15px;
}
.plan-month span {
font-size: 18px;
text-transform: lowarecase;
}
.package-detail {
padding: 20px 20px 30px;
background: #f7f7f7;
}
.package-detail li {
border-bottom: 1px dashed #ddd;
padding: 10px 0;
}
.package-detail ul.list-unstyled {
margin-bottom: 30px;
}
.package-btn {
background: transparent none repeat scroll 0 0 !important;
border: 1px solid #1ac6ff;
color: #1ac6ff;
display: inline-block;
font-size: 14px;
padding: 8px 20px;
text-transform: uppercase;
}
.package-btn:hover {
background: #fff !important;
color: #23acdb !important;
}
.single-price-box:hover .package-title,
.single-price-box:hover .package-detail {
background: #23d175;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.single-price-box:hover .package-value {
background: #23d175;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.single-price-box:hover .package-price,
.single-price-box:hover .package-btn {
color: #fff;
transition: .5s;
border-color: #fff;
}
/*11.END PRICE PLAN DESIGN AREA */
/*12.START BLOG DESIGN AREA*/
ul.post-meta {
list-style: outside none none;
}
ul.post-meta li {
display: inline-block;
}
.post-meta a {
color: #666;
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}
.post-meta i {
color: #23d175;
margin-right: 5px;
}
.single-blog-post {
margin-top: 30px
}
.single-post-content {
background: #fff;
}
.single-post-content a {
color: #666;
}
.single-post-content h4 {
margin-top: 15px;
}
.single-post-content h4:hover a {
color: #23d175;
}
a.blog-btn {
background: #23d175 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 8px 12px;
text-transform: uppercase;
}
.blog-btn:hover {
background: #00b8ff;
color: #fff;
-webkit-transition: .5s;
transition: .5s;
}
.single-post-content {
padding: 20px;
}
.single-blog-post:hover {
box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
-webkit-transition: .5s;
transition: .5s;
}
.single-post-content p {
margin-bottom: 20px;
}
/*12.END BLOG DESIGN AREA*/
/*13.START CONTACT DESIGN AREA*/
.contact-from {
margin-top: 30px;
}
.contact-from .form-control {
background-color: #fff;
background-image: none;
border-radius: 4px;
color: #555;
display: block;
font-size: 18px;
height: 50px;
line-height: 1.42857;
padding: 6px 12px;
-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;
}
.contact-from textarea.form-control {
height: 200px;
resize: none;
}
.contact-from button {
background: #23d175;
border: medium none;
box-shadow: 0 0 0;
color: #fff;
display: block;
padding: 8px 12px;
text-transform: uppercase;
border: 1px solid #23d175;
}
.contact-from button:hover {
background: #00b8ff;
color: #fff;
transition: .5s;
}
.contact-from input {
font-size: 14px;
}
.success {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #fff;
margin-left:15px;
margin-right:15px;
background-color: #00a774;
border: 1px solid #d6e9c6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.error {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #b94a48;
margin-left:15px;
margin-right:15px;
background-color: #f2dede;
border: 1px solid rgba(185, 74, 72, 0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/*13.END CONTACT DESIGN AREA*/
/*14.START MAP DESIGN AREA*/
.map {
height: 386px;
margin-top: 30px;
max-width: 100%;
overflow: hidden;
}
/*14.END MAP DESIGN AREA*/
/*15.START FOOTER DESIGN AREA*/
.footer-widget h4 {
margin: 20px 0;
}
.footer-widget p {
color: #fff;
}
.footer-widget span {
color: #23d175;
}
.single-post h4 a {
color: #666;
font-size: 12px;
line-height: 20px;
margin-bottom: 0;
}
.single-post span {
margin: 0;
}
.contact-list ul {
list-style: outside none none;
}
ul.contact-list {
list-style: outside none none;
}
ul.contact-list li {
display: block;
margin-top: 10px;
}
ul.contact-list i {
display: inline-block;
font-size: 25px;
line-height: 25px;
margin-right: 10px;
}
.footer-menu ul {
list-style: outside none none;
}
.footer-menu li a {
border-bottom: 1px solid #ddd;
color: #fff;
display: block;
font-size: 12px;
padding: 10px 0;
text-transform: uppercase;
}
.footer-menu li a:hover {
color: #23d175;
}
.footer-menu i {
margin-right: 3px;
}
.single-latest-post img {
float: left;
margin-right: 10px;
padding: 3px;
width: 30%;
}
.single-latest-post h2 {
font-size: 12px;
margin: 5px 0;
cursor: pointer;
color: #fff;
}
.footer-widget h4 {
color: #fff;
}
.single-latest-post h2:hover {
color: #23d175;
transition: .5s;
}
.single-latest-post span {
color: #e7e7e7;
font-size: 12px;
}
.single-latest-post i {
margin-right: 2px;
}
.single-latest-post {
margin-bottom: 10px;
overflow: hidden;
}
.single-latest-post img:hover {
opacity: .5;
}
.footer-social {
margin-top: 20px;
}
.footer-social ul {
list-style: outside none none;
}
.footer-social li {
display: inline-block;
}
.footer-social a {
background: #666 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 18px;
height: 35px;
line-height: 35px;
margin-right: 5px;
text-align: center;
width: 35px;
}
.footer-social a:hover {
background: #23d175;
color: #fff;
transition: .5s;
}
.single-contact-info i {
background: #666 none repeat scroll 0 0;
color: #fff;
float: left;
font-size: 20px;
height: 35px;
line-height: 35px;
margin-right: 10px;
text-align: center;
width: 35px;
}
.single-contact-info {
margin-bottom: 15px;
overflow: hidden;
}
.single-contact-info > p {
color: #e7e7e7;
font-size: 12px;
}
.single-contact-info h6 {
margin: 0;
color: #fff;
}
.footer-bottom-area {
padding: 30px 0;
}
.footer-bottom-area p {
margin-bottom: 0;
}
.text-muted {
color: #ddd;
}
.text-muted span {
color: #23d175;
}
/*15.END FOOTER DESIGN AREA*/ | 0.294316 | 0.055081 |
* {
font-family: "Helvetica",sans-serif;
box-sizing: border-box;
}
#addProjectButton {
background-color: #d4d4d4;
width: auto;
text-decoration: none;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 50%;
}
body, html {
min-height: 100%;
padding: 0;
}
body {
font-size: 16px;
display: flex;
flex-direction: column;
}
.form-group {
margin-bottom: auto;
}
footer {
background: white;
}
.form-container {
margin: auto;
background: white;
max-width: 45rem;
width: 90%;
border-radius: 16px;
}
.form-content {
margin: auto;
padding: 0.7rem;
display: flex;
justify-content: flex-start;
flex-direction: column;
}
.links {
display: flex;
justify-content: flex-end;
flex-direction: column;
align-items: flex-end;
}
.form-content input {
padding: 0.5rem;
margin: .5rem 0 .5rem 0;
border: none;
width: 100%;
border-bottom: 1px solid #99A2EA;
}
.form-content input:focus {
border: none;
border-bottom: 1px solid #4E6AD7;
}
.form-content h1 {
margin-top: 0;
font-size: 2rem;
font-weight: normal;
}
.form-content h2 {
font-size: 1.5rem;
font-weight: lighter;
color: #838592;
}
.form-content button {
max-width: 10rem;
border-radius: 60px;
background-color: #54BDD6;
color: white;
border: none;
padding: .5rem 2.5rem;
margin: 4rem 0 .5rem 0;
}
.form-content a {
margin: .5rem 0 .5rem 0;
color: rgb(20, 20, 240)
}
.form-content a:hover {
text-decoration: underline;
}
#error-message {
color: red;
}
@media only screen and (max-width: 890px) {
.form-container {
min-width: 90%;
}
}
.add-btn-img {
width: 3rem;
height: 2rem;
display: flex;
justify-self: flex-start;
}
/* Modal Content */
.modal-contentProj {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.closeProj {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.closeProj:hover,
..closeProj:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* The Modal (background) */
.modalProj {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#backlogs {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#backlogs td, #backlogs th {
border: 1px solid #ddd;
padding: 8px;
}
#backlogs tr:hover {
background-color: #ddd;
}
#backlogs th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #788c87;
color: white;
}
tr {
cursor: pointer;
transition: all .25s ease-in-out
}
.selected {
background-color: #b2a0d8;
font-weight: bold;
color: #fff;
} | Time_Sheet_Buddy/wwwroot/css/BacklogIndexStyle.css | * {
font-family: "Helvetica",sans-serif;
box-sizing: border-box;
}
#addProjectButton {
background-color: #d4d4d4;
width: auto;
text-decoration: none;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 50%;
}
body, html {
min-height: 100%;
padding: 0;
}
body {
font-size: 16px;
display: flex;
flex-direction: column;
}
.form-group {
margin-bottom: auto;
}
footer {
background: white;
}
.form-container {
margin: auto;
background: white;
max-width: 45rem;
width: 90%;
border-radius: 16px;
}
.form-content {
margin: auto;
padding: 0.7rem;
display: flex;
justify-content: flex-start;
flex-direction: column;
}
.links {
display: flex;
justify-content: flex-end;
flex-direction: column;
align-items: flex-end;
}
.form-content input {
padding: 0.5rem;
margin: .5rem 0 .5rem 0;
border: none;
width: 100%;
border-bottom: 1px solid #99A2EA;
}
.form-content input:focus {
border: none;
border-bottom: 1px solid #4E6AD7;
}
.form-content h1 {
margin-top: 0;
font-size: 2rem;
font-weight: normal;
}
.form-content h2 {
font-size: 1.5rem;
font-weight: lighter;
color: #838592;
}
.form-content button {
max-width: 10rem;
border-radius: 60px;
background-color: #54BDD6;
color: white;
border: none;
padding: .5rem 2.5rem;
margin: 4rem 0 .5rem 0;
}
.form-content a {
margin: .5rem 0 .5rem 0;
color: rgb(20, 20, 240)
}
.form-content a:hover {
text-decoration: underline;
}
#error-message {
color: red;
}
@media only screen and (max-width: 890px) {
.form-container {
min-width: 90%;
}
}
.add-btn-img {
width: 3rem;
height: 2rem;
display: flex;
justify-self: flex-start;
}
/* Modal Content */
.modal-contentProj {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.closeProj {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.closeProj:hover,
..closeProj:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* The Modal (background) */
.modalProj {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#backlogs {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#backlogs td, #backlogs th {
border: 1px solid #ddd;
padding: 8px;
}
#backlogs tr:hover {
background-color: #ddd;
}
#backlogs th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #788c87;
color: white;
}
tr {
cursor: pointer;
transition: all .25s ease-in-out
}
.selected {
background-color: #b2a0d8;
font-weight: bold;
color: #fff;
} | 0.484624 | 0.077343 |
.m-datatable {
display: block;
float: left;
width: 98%;
margin-left: 1%;
}
.m-datatable a {
text-decoration: none;
margin: 0;
padding: 0;
}
.m-datatable-view-options {
display: block;
float: left;
width: 100%;
}
.m-datatable table {
width: 100%;
border-collapse: collapse;
border: 0;
margin: 0;
padding: 0;
}
/* === THEMES === */
/* Theme: Default */
.m-datatable-default {
margin-top: 10px;
margin-bottom: 10px;
}
.m-datatable-default table {
box-shadow: 0px 0px 2px #7f7f7f;
}
.m-datatable-default * {
font-family: Arial;
font-size: 11px;
}
.m-datatable-default table {
background: #fff;
vertical-align: middle;
}
.m-datatable-default table td, .m-datatable-default table th {
vertical-align: middle;
}
.m-datatable-default table th {
line-height: 24px;
background: #dedede;
text-align: center;
padding: 0;
font-size: 10px;
border-right: 1px solid #fff;
margin: 0;
}
.m-datatable-default table th a {
float: none;
color: #1d5987;
font-size: 10px;
text-decoration: none;
}
.m-datatable-default table th a img.order-by-img {
float: left;
}
.m-datatable-default table th a:hover {
text-decoration: underline;
}
.m-datatable-default table th:last-child {
border: none;
}
.m-datatable-default table tr.m-datatable-filters td {
border-right: 1px solid #dfdfdf;
text-align: center;
padding: 3px 0px;
}
.m-datatable-default table tr.m-datatable-filters td:last-child {
border: none;
}
.m-datatable-default table tr.m-datatable-filters td input {
width: 90%;
}
.m-datatable-default table tr.m-datatable-row td {
padding: 0 !important;
margin: 0;
line-height: 20px;
background: #efefef;
text-align: center;
border-right: 1px solid #fff;
color: #3f3f3f;
}
.m-datatable-default table tr.m-datatable-noitems td {
text-align: center;
color: #4c4c4c;
font-style: italic;
line-height: 30px;
border-top: 1px solid #dfdfdf;
}
.m-datatable-default table tr.m-datatable-row:nth-child(2n) td {
background: #fff;
border-right: 1px solid #dfdfdf;
}
.m-datatable-default table tr.m-datatable-row td:last-child, .m-datatable-default table tr.m-datatable-row:nth-child(2n) td:last-child {
border: none;
}
.m-datatable-default table tr.m-datatable-row:hover td {
color: #222;
text-shadow: 0px 0px 2px #afafaf;
}
.m-datatable-default table tr.selected td, .m-datatable-default table tr.selected:nth-child(2n) td {
background: #cecede;
}
.m-datatable-default table a {
float: left;
margin-right: 2px;
margin-left: 2px;
}
.m-datatable-default table td.inline-edit-column .inline-edit-column-edit-link{
cursor: pointer;
float: none;
}
.m-datatable-default table img {
max-height: 16px;
margin-top: 3px;
}
.m-datatable-default .m-datatable-view-options {
display: block;
float: right;
width: auto;
height: 24px;
margin: 10px 5px;
background: #dfdfdf;
border-radius: 5px;
color: #4c4c4c;
line-height: 24px;
box-shadow: 0px 0px 5px #bfbfbf;
border: 1px solid #fff;
padding: 0px 5px;
}
.m-datatable-default .m-datatable-view-options a {
float: left;
display: block;
padding-left: 3px;
padding-right: 3px;
font-size: 11px;
font-family: 'Courier New', Monospace
}
.m-datatable-default .m-datatable-view-options span, .m-datatable-default .m-datatable-view-options input, .m-datatable-default .m-datatable-view-options select {
float: left;
margin-right: 3px;
margin-left: 3px;
display: block;
font-size: 11px;
font-family: 'Courier New', Monospace
}
.m-datatable-default .m-datatable-view-options img {
margin-top: 4px;
}
.m-datatable-default .m-datatable-view-options input {
width: 40px;
text-align: center;
margin-top: 1px;
}
.m-datatable-default .m-datatable-view-options select {
width: 55px;
text-align: center;
margin-top: 1px;
}
.m-datatable-default .m-datatable-multiactions {
display: block;
float: left;
width: auto;
height: 24px;
margin: 10px 5px;
line-height: 24px;
padding: 0px 5px;
}
.m-datatable-default .m-datatable-multiactions a {
display: block;
float: left;
padding-right: 5px;
padding-left: 5px;
margin-right: 5px;
color: #58acfa;
}
.m-datatable-default .m-datatable-multiactions a * {
float: left;
}
.m-datatable-default .m-datatable-multiactions a img {
max-height: 16px;
margin-top: 4px;
margin-right: 3px;
}
.m-datatable-default .m-datatable-multiactions a:hover {
color: #1d5987;
} | datatable/assets/style.css |
.m-datatable {
display: block;
float: left;
width: 98%;
margin-left: 1%;
}
.m-datatable a {
text-decoration: none;
margin: 0;
padding: 0;
}
.m-datatable-view-options {
display: block;
float: left;
width: 100%;
}
.m-datatable table {
width: 100%;
border-collapse: collapse;
border: 0;
margin: 0;
padding: 0;
}
/* === THEMES === */
/* Theme: Default */
.m-datatable-default {
margin-top: 10px;
margin-bottom: 10px;
}
.m-datatable-default table {
box-shadow: 0px 0px 2px #7f7f7f;
}
.m-datatable-default * {
font-family: Arial;
font-size: 11px;
}
.m-datatable-default table {
background: #fff;
vertical-align: middle;
}
.m-datatable-default table td, .m-datatable-default table th {
vertical-align: middle;
}
.m-datatable-default table th {
line-height: 24px;
background: #dedede;
text-align: center;
padding: 0;
font-size: 10px;
border-right: 1px solid #fff;
margin: 0;
}
.m-datatable-default table th a {
float: none;
color: #1d5987;
font-size: 10px;
text-decoration: none;
}
.m-datatable-default table th a img.order-by-img {
float: left;
}
.m-datatable-default table th a:hover {
text-decoration: underline;
}
.m-datatable-default table th:last-child {
border: none;
}
.m-datatable-default table tr.m-datatable-filters td {
border-right: 1px solid #dfdfdf;
text-align: center;
padding: 3px 0px;
}
.m-datatable-default table tr.m-datatable-filters td:last-child {
border: none;
}
.m-datatable-default table tr.m-datatable-filters td input {
width: 90%;
}
.m-datatable-default table tr.m-datatable-row td {
padding: 0 !important;
margin: 0;
line-height: 20px;
background: #efefef;
text-align: center;
border-right: 1px solid #fff;
color: #3f3f3f;
}
.m-datatable-default table tr.m-datatable-noitems td {
text-align: center;
color: #4c4c4c;
font-style: italic;
line-height: 30px;
border-top: 1px solid #dfdfdf;
}
.m-datatable-default table tr.m-datatable-row:nth-child(2n) td {
background: #fff;
border-right: 1px solid #dfdfdf;
}
.m-datatable-default table tr.m-datatable-row td:last-child, .m-datatable-default table tr.m-datatable-row:nth-child(2n) td:last-child {
border: none;
}
.m-datatable-default table tr.m-datatable-row:hover td {
color: #222;
text-shadow: 0px 0px 2px #afafaf;
}
.m-datatable-default table tr.selected td, .m-datatable-default table tr.selected:nth-child(2n) td {
background: #cecede;
}
.m-datatable-default table a {
float: left;
margin-right: 2px;
margin-left: 2px;
}
.m-datatable-default table td.inline-edit-column .inline-edit-column-edit-link{
cursor: pointer;
float: none;
}
.m-datatable-default table img {
max-height: 16px;
margin-top: 3px;
}
.m-datatable-default .m-datatable-view-options {
display: block;
float: right;
width: auto;
height: 24px;
margin: 10px 5px;
background: #dfdfdf;
border-radius: 5px;
color: #4c4c4c;
line-height: 24px;
box-shadow: 0px 0px 5px #bfbfbf;
border: 1px solid #fff;
padding: 0px 5px;
}
.m-datatable-default .m-datatable-view-options a {
float: left;
display: block;
padding-left: 3px;
padding-right: 3px;
font-size: 11px;
font-family: 'Courier New', Monospace
}
.m-datatable-default .m-datatable-view-options span, .m-datatable-default .m-datatable-view-options input, .m-datatable-default .m-datatable-view-options select {
float: left;
margin-right: 3px;
margin-left: 3px;
display: block;
font-size: 11px;
font-family: 'Courier New', Monospace
}
.m-datatable-default .m-datatable-view-options img {
margin-top: 4px;
}
.m-datatable-default .m-datatable-view-options input {
width: 40px;
text-align: center;
margin-top: 1px;
}
.m-datatable-default .m-datatable-view-options select {
width: 55px;
text-align: center;
margin-top: 1px;
}
.m-datatable-default .m-datatable-multiactions {
display: block;
float: left;
width: auto;
height: 24px;
margin: 10px 5px;
line-height: 24px;
padding: 0px 5px;
}
.m-datatable-default .m-datatable-multiactions a {
display: block;
float: left;
padding-right: 5px;
padding-left: 5px;
margin-right: 5px;
color: #58acfa;
}
.m-datatable-default .m-datatable-multiactions a * {
float: left;
}
.m-datatable-default .m-datatable-multiactions a img {
max-height: 16px;
margin-top: 4px;
margin-right: 3px;
}
.m-datatable-default .m-datatable-multiactions a:hover {
color: #1d5987;
} | 0.558568 | 0.183118 |
header {
width: 100%;
height: 200px;
}
header .head_top {
width: 100%;
height: 46px;
line-height: 46px;
color: #7E7E7E;
background-color: #F0F0F0;
}
header .head_top a {
color: #7E7E7E;
}
header .head_top .HT_left {
text-align: center;
float: left;
}
header .head_top .HT_left .HT_left_l {
position: relative;
}
header .head_top .HT_left > li {
float: left;
font-size: 15px;
margin-right: 20px;
}
header .head_top .HT_left > li > ul {
width: 150px;
border: 1px solid #ccc;
position: absolute;
display: none;
background-color: #fff;
}
header .head_top .HT_left > li > ul > li {
height: 40px;
border-bottom: 1px solid #ccc;
font-size: 14px;
}
header .head_top .HT_left > li:nth-child(1):hover > ul {
display: block;
}
header .head_top .HT_right {
float: right;
}
header .head_top .HT_right > li {
float: left;
font-size: 15px;
margin-left: 20px;
color: #C81417;
}
header .head_top .HT_right > li input {
display: inline-block;
width: 30px;
color: #C81417;
font-weight: bold;
background-color: #F0F0F0;
}
header .cart_header_bottom {
height: 74px;
margin-top: 20px;
}
header .cart_header_bottom .cart_header_bottom_l {
display: inline-block;
}
header .cart_header_bottom .cart_header_bottom_r {
display: inline-block;
margin-left: 190px;
}
header .cart_header_bottom .cart_header_bottom_r input {
width: 380px;
height: 38px;
border: 1px solid #C81417;
border-radius: 5px;
vertical-align: bottom;
}
header .cart_header_bottom .cart_header_bottom_r .btn {
display: inline-block;
width: 80px;
height: 38px;
background-color: #C81417;
text-align: center;
line-height: 38px;
margin-left: -4px;
border-radius: 5px;
font-size: 24px;
color: #fff;
cursor: pointer;
}
.cart_main .cart_main_top {
display: block;
width: 122px;
text-align: center;
border-bottom: 4px solid #D61417;
}
.cart_main .cart_main_center > table {
width: 1100px;
border: 1px solid #ccc;
margin: 20px 0;
}
.cart_main .cart_main_center > table tbody tr {
text-align: center;
border-bottom: 1px solid #FAFAFA;
}
.cart_main .cart_main_center > table tbody tr .td_two {
text-align: left;
}
.cart_main .cart_main_center > table tbody tr .td_two #cart_img {
width: 60px;
height: 60px;
display: inline-block;
}
.cart_main .cart_main_center > table tbody tr .td_two > p {
display: inline-block;
margin-right: 50px;
}
.cart_main .cart_main_center > table tbody tr td {
font-size: 14px;
}
.cart_main .cart_main_center > table tbody tr td p {
margin: 10px 0;
}
.cart_main .cart_main_center > table tbody tr td span {
color: #999999;
}
.cart_main .cart_main_center > table tbody tr td a {
display: inline-block;
margin-right: 10px;
float: left;
}
.cart_main .cart_main_center > table tbody tr td button {
width: 50px;
height: 30px;
color: #fff;
background-color: #FF3344;
border-radius: 10px;
cursor: pointer;
}
.cart_main .cart_main_center > table tbody .tr {
background-color: #FFF6EB;
box-shadow: 0 0.5px 2px 1px #FF3344;
}
.cart_main .cart_main_bottom {
height: 90px;
background-color: #F5F5F5;
text-align: center;
line-height: 90px;
font-size: 14px;
}
.cart_main .cart_main_bottom > input {
margin-right: 20px;
}
.cart_main .cart_main_bottom span {
margin: 0 50px;
font-weight: bold;
font-size: 20px;
}
.cart_main .cart_main_bottom span em {
font-size: 20px;
font-weight: bold;
color: #C81417;
}
.cart_main .cart_main_bottom > button {
width: 120px;
height: 45px;
line-height: 45px;
font-size: 18px;
color: #fff;
background-color: #FF3344;
margin-left: 32px;
border-radius: 10px;
} | src/css/cart.css | header {
width: 100%;
height: 200px;
}
header .head_top {
width: 100%;
height: 46px;
line-height: 46px;
color: #7E7E7E;
background-color: #F0F0F0;
}
header .head_top a {
color: #7E7E7E;
}
header .head_top .HT_left {
text-align: center;
float: left;
}
header .head_top .HT_left .HT_left_l {
position: relative;
}
header .head_top .HT_left > li {
float: left;
font-size: 15px;
margin-right: 20px;
}
header .head_top .HT_left > li > ul {
width: 150px;
border: 1px solid #ccc;
position: absolute;
display: none;
background-color: #fff;
}
header .head_top .HT_left > li > ul > li {
height: 40px;
border-bottom: 1px solid #ccc;
font-size: 14px;
}
header .head_top .HT_left > li:nth-child(1):hover > ul {
display: block;
}
header .head_top .HT_right {
float: right;
}
header .head_top .HT_right > li {
float: left;
font-size: 15px;
margin-left: 20px;
color: #C81417;
}
header .head_top .HT_right > li input {
display: inline-block;
width: 30px;
color: #C81417;
font-weight: bold;
background-color: #F0F0F0;
}
header .cart_header_bottom {
height: 74px;
margin-top: 20px;
}
header .cart_header_bottom .cart_header_bottom_l {
display: inline-block;
}
header .cart_header_bottom .cart_header_bottom_r {
display: inline-block;
margin-left: 190px;
}
header .cart_header_bottom .cart_header_bottom_r input {
width: 380px;
height: 38px;
border: 1px solid #C81417;
border-radius: 5px;
vertical-align: bottom;
}
header .cart_header_bottom .cart_header_bottom_r .btn {
display: inline-block;
width: 80px;
height: 38px;
background-color: #C81417;
text-align: center;
line-height: 38px;
margin-left: -4px;
border-radius: 5px;
font-size: 24px;
color: #fff;
cursor: pointer;
}
.cart_main .cart_main_top {
display: block;
width: 122px;
text-align: center;
border-bottom: 4px solid #D61417;
}
.cart_main .cart_main_center > table {
width: 1100px;
border: 1px solid #ccc;
margin: 20px 0;
}
.cart_main .cart_main_center > table tbody tr {
text-align: center;
border-bottom: 1px solid #FAFAFA;
}
.cart_main .cart_main_center > table tbody tr .td_two {
text-align: left;
}
.cart_main .cart_main_center > table tbody tr .td_two #cart_img {
width: 60px;
height: 60px;
display: inline-block;
}
.cart_main .cart_main_center > table tbody tr .td_two > p {
display: inline-block;
margin-right: 50px;
}
.cart_main .cart_main_center > table tbody tr td {
font-size: 14px;
}
.cart_main .cart_main_center > table tbody tr td p {
margin: 10px 0;
}
.cart_main .cart_main_center > table tbody tr td span {
color: #999999;
}
.cart_main .cart_main_center > table tbody tr td a {
display: inline-block;
margin-right: 10px;
float: left;
}
.cart_main .cart_main_center > table tbody tr td button {
width: 50px;
height: 30px;
color: #fff;
background-color: #FF3344;
border-radius: 10px;
cursor: pointer;
}
.cart_main .cart_main_center > table tbody .tr {
background-color: #FFF6EB;
box-shadow: 0 0.5px 2px 1px #FF3344;
}
.cart_main .cart_main_bottom {
height: 90px;
background-color: #F5F5F5;
text-align: center;
line-height: 90px;
font-size: 14px;
}
.cart_main .cart_main_bottom > input {
margin-right: 20px;
}
.cart_main .cart_main_bottom span {
margin: 0 50px;
font-weight: bold;
font-size: 20px;
}
.cart_main .cart_main_bottom span em {
font-size: 20px;
font-weight: bold;
color: #C81417;
}
.cart_main .cart_main_bottom > button {
width: 120px;
height: 45px;
line-height: 45px;
font-size: 18px;
color: #fff;
background-color: #FF3344;
margin-left: 32px;
border-radius: 10px;
} | 0.516595 | 0.062646 |
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqJ2nOeZ.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqt2nOeZ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqB2nOeZ.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqF2nOeZ.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoq92nA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0CoqJ2nOeZ.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Coqt2nOeZ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0CoqB2nOeZ.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0CoqF2nOeZ.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Coq92nA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJMkq1umA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJFkq1umA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJOkq1umA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJPkq1umA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkq0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJMkq1umA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJFkq1umA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJOkq1umA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJPkq1umA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJBkq0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | public/css/fonts/lora.css | @font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqJ2nOeZ.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqt2nOeZ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqB2nOeZ.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqF2nOeZ.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoq92nA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0CoqJ2nOeZ.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Coqt2nOeZ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0CoqB2nOeZ.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0CoqF2nOeZ.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Coq92nA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJMkq1umA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJFkq1umA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJOkq1umA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJPkq1umA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkq0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJMkq1umA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJFkq1umA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJOkq1umA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJPkq1umA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJBkq0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | 0.376623 | 0.12943 |
* {
margin: 0;
padding: 0;
}
.bg-blue-dark {
background-color: #39315C;
}
.bg-blue-medium {
background-color: #7E84C9;
}
.bg-blue-light {
background-color: #E5EDFA;
}
.bg-white {
background-color: white;
}
.fc-blue-dark {
color: #39315C;
}
.fc-blue-medium {
color: #7E84C9;
}
.fc-blue-light {
color: #E5EDFA;
}
.fc-white {
color: white;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #11171a;
border-radius: 10px;
}
.btn-send {
background-color: #39315C;
color: white;
width: 100%;
border-radius: 20px;
margin-top: 20px;
font-weight: 500;
}
.btn-send:hover {
background-color: #E5EDFA;
font-weight: 700;
color: #39315C !important;
}
body {
background-image: url("../images/background.png");
background-size: cover;
overflow-y: hidden;
}
@-webkit-keyframes fade-in {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
@keyframes fade-in {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
.form-sender {
-webkit-animation: fade-in 1s linear alternate;
animation: fade-in 1s linear alternate;
}
.form-sender .card {
width: 600px;
min-height: 400px;
margin: 0;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form-sender .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: large;
}
.form-sender .card .form-input {
margin: 50px;
}
.form-sender .card .form-input .form-control {
border-radius: 10px;
}
@media (max-width: 500px) {
.form-sender .card {
width: auto;
margin-left: 20px;
margin-right: 20px;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form-sender .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: large;
margin-left: 20px;
margin-right: 20px;
}
.form-sender .card .form-input {
margin: 20px;
}
.form-sender .card .form-input .form-control {
border-radius: 10px;
}
}
.success .card {
width: 600px;
min-height: 400px;
margin: 0;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.success .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: 25px;
}
.success .card .description {
font-size: 20px;
margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 500px) {
.success .card {
width: auto;
margin-left: 20px;
margin-right: 20px;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.success .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: 25px;
margin-left: 20px;
margin-right: 20px;
}
.success .card .description {
font-size: 18px;
margin-left: 25px;
margin-right: 25px;
}
}
.twitter-card {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.twitter-card .control-back .txt-control {
font-size: 17px;
font-weight: 500;
color: white;
}
.twitter-card .card {
border-radius: 15px;
min-height: 100px;
width: 700px;
background-color: rgba(255, 255, 255, 0.123);
color: white;
}
.twitter-card .card .head-card {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .head-card .profile {
width: 50px;
height: 50px;
}
.twitter-card .card .head-card .twitter {
margin-top: 2px;
width: 35px;
height: 35px;
}
.twitter-card .card .head-card p {
margin-top: 10px;
margin-left: 15px;
font-weight: 700;
}
.twitter-card .card .text-sender {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .time-stamp {
margin-top: 15px;
margin-left: 25px;
margin-right: 25px;
font-weight: 100;
font-size: 12px;
}
.twitter-card .card .twit-stats {
margin-top: -10px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .twit-stats p {
font-size: 12px;
}
@media (max-width: 500px) {
.twitter-card .card {
border-radius: 15px;
min-height: 100px;
width: 400px;
}
.twitter-card .card .head-card {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .head-card .profile {
width: 50px;
height: 50px;
}
.twitter-card .card .head-card .twitter {
margin-top: 2px;
width: 35px;
height: 35px;
}
.twitter-card .card .head-card p {
margin-top: 10px;
margin-left: 15px;
font-weight: 700;
}
.twitter-card .card .text-sender {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .time-stamp {
margin-top: 15px;
margin-left: 25px;
margin-right: 25px;
font-weight: 100;
font-size: 12px;
}
.twitter-card .card .twit-stats {
margin-top: -10px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .twit-stats p {
font-size: 12px;
}
}
.twit-timeline {
width: 100%;
min-height: 2000px;
padding-bottom: 15px;
color: white !important;
}
.twit-timeline .timeline-heading {
background-color: rgba(57, 49, 92, 0.87) !important;
}
.twit-timeline .write-post img {
width: 40px;
height: 40px;
}
.twit-timeline .write-post textarea {
width: 100%;
border: none;
background-color: #39315C;
outline: none;
}
.twit-timeline .twitter {
width: 35px;
height: 35px;
}
@media (max-width: 500px) {
.twit-timeline .twitter {
width: 35px;
height: 35px;
}
}
.twit-timeline .command .btn-tweet {
background-color: #7E84C9;
color: white;
border-radius: 50px;
width: 150px;
}
.twit-timeline .command .btn-tweet:hover {
background-color: #E5EDFA;
color: #39315C;
}
.twit-timeline .timeline-body .head-card {
margin-top: 20px;
}
.twit-timeline .timeline-body .head-card .profile {
width: 50px;
}
.twit-timeline .timeline-body .head-card p {
margin-top: 10px;
margin-left: 15px;
font-weight: 700;
}
.twit-timeline .timeline-body .text-sender {
margin-top: 20px;
}
.twit-timeline .timeline-body .time-stamp {
margin-top: 15px;
font-weight: 100;
font-size: 12px;
}
.twit-timeline .timeline-body .twit-stats {
margin-top: -10px;
}
.twit-timeline .timeline-body .twit-stats p {
font-size: 12px;
}
.twit-timeline .timeline-body .btn-tweet {
background-color: #7E84C9;
color: white;
border-radius: 50px;
width: 150px;
}
.twit-timeline .timeline-body .btn-tweet:hover {
background-color: #E5EDFA;
color: #39315C;
}
.side-menu {
min-height: 900px;
}
.side-menu .list-group {
background-color: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: auto;
}
.side-menu .list-group .list-group-item {
margin-left: -20px;
font-weight: 500;
border: none;
font-size: 17px;
background-color: #39315C !important;
color: white !important;
}
.side-menu .twitter {
width: 35px;
height: 35px;
}
@media (max-width: 500px) {
.side-menu .twitter {
width: 20px;
height: 20px;
}
}
.side-menu .profile-bar {
margin-top: 270px;
font-size: 15px;
}
@media (max-width: 1400px) {
.side-menu .profile-bar {
margin-top: 200px;
font-size: 15px;
}
}
.highlight-tweets {
width: 100%;
height: 800px;
}
.highlight-tweets .input-search input {
background-color: #39315C;
color: white;
}
.highlight-tweets .highlighted .card-tweets {
background-color: #645897;
max-height: 400px;
border-radius: 15px;
overflow-y: scroll;
padding-bottom: 20px;
}
.highlight-tweets .highlighted .card-tweets .tweet {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-decoration: none;
background-color: #e5edfa8c;
color: #39315C;
height: auto;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
border-radius: 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.highlight-tweets .highlighted .card-tweets .tweet img {
width: 40px;
height: 40px;
}
.highlight-tweets .highlighted .card-tweets .tweet p {
font-size: 12px;
margin-left: 15px;
font-weight: 700;
}
.highlight-tweets .highlighted .card-tweets .tweet:hover {
background-color: #E5EDFA;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.highlight-tweets .highlighted .card-trends {
background-color: #645897;
max-height: 300px;
border-radius: 15px;
overflow-y: scroll;
padding-bottom: 20px;
}
.highlight-tweets .highlighted .card-trends .tweet {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-decoration: none;
background-color: #e5edfa8c;
color: #39315C;
height: auto;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
border-radius: 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.highlight-tweets .highlighted .card-trends .tweet img {
width: 40px;
height: 40px;
}
.highlight-tweets .highlighted .card-trends .tweet p {
font-size: 12px;
margin-left: 15px;
font-weight: 700;
}
.highlight-tweets .highlighted .card-trends .tweet:hover {
background-color: #E5EDFA;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
/*# sourceMappingURL=style.css.map */ | public/styles/style.css | * {
margin: 0;
padding: 0;
}
.bg-blue-dark {
background-color: #39315C;
}
.bg-blue-medium {
background-color: #7E84C9;
}
.bg-blue-light {
background-color: #E5EDFA;
}
.bg-white {
background-color: white;
}
.fc-blue-dark {
color: #39315C;
}
.fc-blue-medium {
color: #7E84C9;
}
.fc-blue-light {
color: #E5EDFA;
}
.fc-white {
color: white;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #11171a;
border-radius: 10px;
}
.btn-send {
background-color: #39315C;
color: white;
width: 100%;
border-radius: 20px;
margin-top: 20px;
font-weight: 500;
}
.btn-send:hover {
background-color: #E5EDFA;
font-weight: 700;
color: #39315C !important;
}
body {
background-image: url("../images/background.png");
background-size: cover;
overflow-y: hidden;
}
@-webkit-keyframes fade-in {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
@keyframes fade-in {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
.form-sender {
-webkit-animation: fade-in 1s linear alternate;
animation: fade-in 1s linear alternate;
}
.form-sender .card {
width: 600px;
min-height: 400px;
margin: 0;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form-sender .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: large;
}
.form-sender .card .form-input {
margin: 50px;
}
.form-sender .card .form-input .form-control {
border-radius: 10px;
}
@media (max-width: 500px) {
.form-sender .card {
width: auto;
margin-left: 20px;
margin-right: 20px;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form-sender .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: large;
margin-left: 20px;
margin-right: 20px;
}
.form-sender .card .form-input {
margin: 20px;
}
.form-sender .card .form-input .form-control {
border-radius: 10px;
}
}
.success .card {
width: 600px;
min-height: 400px;
margin: 0;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.success .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: 25px;
}
.success .card .description {
font-size: 20px;
margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 500px) {
.success .card {
width: auto;
margin-left: 20px;
margin-right: 20px;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.success .card .heading {
margin-top: 50px;
text-align: center;
font-weight: 700;
font-size: 25px;
margin-left: 20px;
margin-right: 20px;
}
.success .card .description {
font-size: 18px;
margin-left: 25px;
margin-right: 25px;
}
}
.twitter-card {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.twitter-card .control-back .txt-control {
font-size: 17px;
font-weight: 500;
color: white;
}
.twitter-card .card {
border-radius: 15px;
min-height: 100px;
width: 700px;
background-color: rgba(255, 255, 255, 0.123);
color: white;
}
.twitter-card .card .head-card {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .head-card .profile {
width: 50px;
height: 50px;
}
.twitter-card .card .head-card .twitter {
margin-top: 2px;
width: 35px;
height: 35px;
}
.twitter-card .card .head-card p {
margin-top: 10px;
margin-left: 15px;
font-weight: 700;
}
.twitter-card .card .text-sender {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .time-stamp {
margin-top: 15px;
margin-left: 25px;
margin-right: 25px;
font-weight: 100;
font-size: 12px;
}
.twitter-card .card .twit-stats {
margin-top: -10px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .twit-stats p {
font-size: 12px;
}
@media (max-width: 500px) {
.twitter-card .card {
border-radius: 15px;
min-height: 100px;
width: 400px;
}
.twitter-card .card .head-card {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .head-card .profile {
width: 50px;
height: 50px;
}
.twitter-card .card .head-card .twitter {
margin-top: 2px;
width: 35px;
height: 35px;
}
.twitter-card .card .head-card p {
margin-top: 10px;
margin-left: 15px;
font-weight: 700;
}
.twitter-card .card .text-sender {
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .time-stamp {
margin-top: 15px;
margin-left: 25px;
margin-right: 25px;
font-weight: 100;
font-size: 12px;
}
.twitter-card .card .twit-stats {
margin-top: -10px;
margin-left: 25px;
margin-right: 25px;
}
.twitter-card .card .twit-stats p {
font-size: 12px;
}
}
.twit-timeline {
width: 100%;
min-height: 2000px;
padding-bottom: 15px;
color: white !important;
}
.twit-timeline .timeline-heading {
background-color: rgba(57, 49, 92, 0.87) !important;
}
.twit-timeline .write-post img {
width: 40px;
height: 40px;
}
.twit-timeline .write-post textarea {
width: 100%;
border: none;
background-color: #39315C;
outline: none;
}
.twit-timeline .twitter {
width: 35px;
height: 35px;
}
@media (max-width: 500px) {
.twit-timeline .twitter {
width: 35px;
height: 35px;
}
}
.twit-timeline .command .btn-tweet {
background-color: #7E84C9;
color: white;
border-radius: 50px;
width: 150px;
}
.twit-timeline .command .btn-tweet:hover {
background-color: #E5EDFA;
color: #39315C;
}
.twit-timeline .timeline-body .head-card {
margin-top: 20px;
}
.twit-timeline .timeline-body .head-card .profile {
width: 50px;
}
.twit-timeline .timeline-body .head-card p {
margin-top: 10px;
margin-left: 15px;
font-weight: 700;
}
.twit-timeline .timeline-body .text-sender {
margin-top: 20px;
}
.twit-timeline .timeline-body .time-stamp {
margin-top: 15px;
font-weight: 100;
font-size: 12px;
}
.twit-timeline .timeline-body .twit-stats {
margin-top: -10px;
}
.twit-timeline .timeline-body .twit-stats p {
font-size: 12px;
}
.twit-timeline .timeline-body .btn-tweet {
background-color: #7E84C9;
color: white;
border-radius: 50px;
width: 150px;
}
.twit-timeline .timeline-body .btn-tweet:hover {
background-color: #E5EDFA;
color: #39315C;
}
.side-menu {
min-height: 900px;
}
.side-menu .list-group {
background-color: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: auto;
}
.side-menu .list-group .list-group-item {
margin-left: -20px;
font-weight: 500;
border: none;
font-size: 17px;
background-color: #39315C !important;
color: white !important;
}
.side-menu .twitter {
width: 35px;
height: 35px;
}
@media (max-width: 500px) {
.side-menu .twitter {
width: 20px;
height: 20px;
}
}
.side-menu .profile-bar {
margin-top: 270px;
font-size: 15px;
}
@media (max-width: 1400px) {
.side-menu .profile-bar {
margin-top: 200px;
font-size: 15px;
}
}
.highlight-tweets {
width: 100%;
height: 800px;
}
.highlight-tweets .input-search input {
background-color: #39315C;
color: white;
}
.highlight-tweets .highlighted .card-tweets {
background-color: #645897;
max-height: 400px;
border-radius: 15px;
overflow-y: scroll;
padding-bottom: 20px;
}
.highlight-tweets .highlighted .card-tweets .tweet {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-decoration: none;
background-color: #e5edfa8c;
color: #39315C;
height: auto;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
border-radius: 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.highlight-tweets .highlighted .card-tweets .tweet img {
width: 40px;
height: 40px;
}
.highlight-tweets .highlighted .card-tweets .tweet p {
font-size: 12px;
margin-left: 15px;
font-weight: 700;
}
.highlight-tweets .highlighted .card-tweets .tweet:hover {
background-color: #E5EDFA;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.highlight-tweets .highlighted .card-trends {
background-color: #645897;
max-height: 300px;
border-radius: 15px;
overflow-y: scroll;
padding-bottom: 20px;
}
.highlight-tweets .highlighted .card-trends .tweet {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-decoration: none;
background-color: #e5edfa8c;
color: #39315C;
height: auto;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
border-radius: 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.highlight-tweets .highlighted .card-trends .tweet img {
width: 40px;
height: 40px;
}
.highlight-tweets .highlighted .card-trends .tweet p {
font-size: 12px;
margin-left: 15px;
font-weight: 700;
}
.highlight-tweets .highlighted .card-trends .tweet:hover {
background-color: #E5EDFA;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
/*# sourceMappingURL=style.css.map */ | 0.418222 | 0.081593 |
body{
padding:0;
margin:0;
background:#fff;
position:relative;
font-family: 'Source Sans Pro', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Montserrat', sans-serif;
}
p{
margin:0;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
.Main-agile {
position: relative;
}
.sub-agile{
position: absolute;
z-index: 999;
width: 100%;
top: 4%;
}
/*-- banner --*/
.banner{
background:url(../images/img2.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:848px;
}
.banner-2{
background:url(../images/img3.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:848px;
}
.banner-3{
background:url(../images/img1.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:848px;
}
/*-- navigation section --*/
section p button {
top: 28px;
left: 80px;
width: 50px;
padding: 0.8em;
position: fixed;
border: none;
background: rgba(29, 27, 27, 0.38);
}
section p button img {
color:#fff;
font-size:1em;
}
/*-- //navigation section --*/
.logo {
text-align: center;
}
.logo-w3l {
font-size: 3em;
color:#fff;
}
.logo h1 a {
font-size: 1.2em;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.logo h1 a span {
display: block;
font-size: 14px;
line-height: 1;
margin-top: 0.5em;
}
.ph-agile {
text-align:right;
right: 4%;
}
.ph-agile i {
font-size: 1.5em;
color: #fff;
padding-top: 10px;
}
.ph-agile p span {
font-size: 1.1em;
color: #fff;
margin-left: 0.5em;
letter-spacing: 1px;
}
.ph-agile p{
width: 170px;
height: 46px;
line-height: 2.5;
display: inline-block;
text-align: center;
}
/*-- banner-text --*/
.header-w3layouts{
position: absolute;
top: 0;
z-index: 99;
text-align: center;
left: 0;
width: 100%;
}
.agileits-banner-info h3 {
color: #fff;
font-size: 4em;
margin: 0;
letter-spacing: 6px;
text-transform: uppercase;
font-weight: 700;
}
.agileits-banner-info h3 span {
background: #fff;
padding: 0 15px;
color: #0099e5;
}
.agileits-banner-info {
text-align: center;
margin-top: 20.5em;
}
.agileits-banner-info p {
color: #fff;
font-size: 1.1em;
line-height: 1.9em;
letter-spacing: 7px;
margin: 2em auto;
font-weight: 500;
position:relative;
text-transform: uppercase;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
content: '';
background: #ff4c4c;
height: 11px;
width: 5%;
position: absolute;
top: 33%;
}
.agileits-banner-info p:before{
left: 31%;
}
.agileits-banner-info p:after{
right: 31%;
}
.agileits-banner-info h5 a {
color: #fff;
font-size: 1.2em;
letter-spacing: 1px;
background: #0099e5;
padding: 1em 0em;
width: 17%;
display: inherit;
margin: 6em auto 0em;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.agileits-banner-info h5 a:hover{
color:#ff4c4c;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.agileits-banner-info h5 a span{
padding-right:1em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
content: '';
background: #ff4c4c;
height: 2px;
width: 43.9%;
position: absolute;
bottom: 36.5%;
}
.agileits-banner-info h5:after{
right: 0%;
}
.agileits-banner-info h5:before {
left:0%;
}
/*-- model --*/
.modal-header h4{
color: #111;
font-size: 2em;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
font-weight: bold;
}
.modal-header h5 {
color: #0099e5;
font-size: 1.3em;
letter-spacing: 1px;
text-align: center;
margin: 0.3em 0 1em;
}
.modal-header span {
font-size: 1.1em;
color: #777;
letter-spacing: 1px;
line-height: 33px;
padding-bottom: 16px;
display:inline-block;
margin-top:1em;
}
.modal-header img{
float: left;
width: 100%;
}
/*-- //model --*/
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:55%;
left: 40px;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 34px;
width: 34px;
background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
left: auto;
background: url(../images/right.png) no-repeat 0px 0px;
right: -62px;
}
.callbacks_nav.prev {
left: auto;
background: url(../images/left.png) no-repeat 0px 0px;
left: -58px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display:block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs {
list-style: none;
position: absolute;
top: 75%;
left: 46%;
padding: 0;
margin: 0;
display: block;
z-index: 99;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li {
display: inline-block;
margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height:15px;
width:15px;
display: inline-block;
background: #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #ff4c4c;
}
/*-- //slider --*/
/*-- //banner-text --*/
/*-- //banner --*/
/*-- header --*/
.header{
position: absolute;
z-index: 99;
width: 100%;
bottom: 8%;
}
.w3l_header_left {
left: 5%;
}
.w3l_header_right {
right: 5%;
margin-top: 1em;
}
.header {
padding: 1em 0;
background: transparent !important;
}
.w3l_header_left p {
display: inline-block;
font-size: 1.1em;
color: #fff;
font-weight: 400;
letter-spacing: 1px;
background: #ff4c4c;
padding: 1em;
}
.w3l_header_left p span{
padding-right:1em;
}
.w3l_header_left p a{
color:#fff;
text-decoration:none;
}
.w3l_header_left p a:hover{
color:#999;
}
.w3l_header_left {
padding-top: 1.1em;
}
/*-- social-icons --*/
.social-icons ul li {
display: inline-block;
list-style: none;
}
.social-icons ul li a.fa {
font-size: 1em;
color: #fff;
line-height: 2.8em;
text-align: center;
vertical-align: top;
overflow: hidden;
margin: 8px 5px;
width: 38px;
height: 38px;
}
.icon-border {
position: relative;
}
.icon-border::before,
.icon-border::after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.icon-border::before {
z-index: 1;
-webkit-transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
-ms-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
/* facebook */
.icon-border.facebook:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #3b5998;
-moz-box-shadow: inset 0 0 0 48px #3b5998;
-o-box-shadow: inset 0 0 0 48px #3b5998;
-ms-box-shadow: inset 0 0 0 48px #3b5998;
box-shadow: inset 0 0 0 48px #3b5998;
}
/* twitter */
.icon-border.twitter:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #4099ff;
-moz-box-shadow: inset 0 0 0 48px #4099ff;
-o-box-shadow: inset 0 0 0 48px #4099ff;
-ms-box-shadow: inset 0 0 0 48px #4099ff;
box-shadow: inset 0 0 0 48px #4099ff;
}
/* google plus */
.icon-border.googleplus:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #d34836;
-moz-box-shadow: inset 0 0 0 48px #d34836;
-o-box-shadow: inset 0 0 0 48px #d34836;
-ms-box-shadow: inset 0 0 0 48px #d34836;
box-shadow: inset 0 0 0 48px #d34836;
}
/* rss */
.icon-border.rss:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #ee802f;
-moz-box-shadow: inset 0 0 0 48px #ee802f;
-o-box-shadow: inset 0 0 0 48px #ee802f;
-ms-box-shadow: inset 0 0 0 48px #ee802f;
box-shadow: inset 0 0 0 48px #ee802f;
}
/*-- //social-icons --*/
/*-- About --*/
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 5em 0em;
text-align: center;
}
.about-bottom-w3l, .team-grids, .w3agile_gallery_grids, .contact-grid1{
margin-top:3em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3{
font-size: 2.5em;
color: #0099e5;
text-transform: uppercase;
position: relative;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span{
color: #000;
font-size: 1em;
letter-spacing: 5px;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
content: '';
background: #ff4c4c;
height: 6px;
width: 4%;
position: absolute;
top: 42%;
}
.about-top-w3l h3:after, .team h3:after, .gallery h3:after{
right: 36%;
}
.about-top-w3l h3:before, .team h3:before, .gallery h3:before{
left: 36%;
}
.testimonials h3:after, .contact h3:after{
right: 33%;
}
.testimonials h3:before, .contact h3:before{
left: 33%;
}
.about-top-w3l p {
font-size: 1.3em;
color: #444;
margin: 2em auto 0em;
width: 64%;
line-height: 1.8em;
}
.about-grid-main {
background: #fff;
padding: 4em 2em;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.25);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.about-grid-main:hover {
background: #ff4c4c;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
color: #0099e5;
}
.about-grid-main:hover h4{
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*-- w3layouts --*/
.about-grid-main h4 {
font-size: 1.4em;
color: #ff4c4c;
margin: 2em 0em 1em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.about-grid-main p {
font-size: 1.1em;
color: #555;
line-height: 1.9em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.about-grid-main:hover p {
color: #960808;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*-- About --*/
/*-- Team --*/
.team{
background:#f5f5f5;
}
.team-grid{
text-align:center;
}
.team-grid h4 {
font-size: 1.3em;
color: #0099e5;
margin: 1em 0 0.5em;
text-transform: uppercase;
}
.team-grid p {
color: #777;
font-size: 1em;
}
/*-- img-hovers --*/
.pic {
max-width: 300px;
max-height: 300px;
position: relative;
overflow: hidden;
display: inline-block;
animation: anima 2s;
-webkit-animation: anima 2s;
-moz-animation: anima 2s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.pic-image {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.pic-caption {
position: absolute;
width: 100%;
height: 100%;
background:rgba(30, 30, 30, 0.42);
padding: 4.5em 1em 0;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.top-to-bottom {
bottom: 50%;
left: 0;
}
.team-grid:hover .pic .top-to-bottom {
left: 0;
bottom: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 9999;
}
.pic-caption h5 {
font-size: 1.5em;
color: #fff;
margin: 1.1em 0 .8em;
text-transform: uppercase;
}
.pic-caption p{
line-height:1.9em;
color:#E4E4E4;
font-size:1em;
}
.icon-border-2::before, .icon-border-2::after {
display: block;
position: absolute;
top:8px;
left: -1px;
width: 100%;
height: 100%;
content: "";
}
/*--//img-hovers--*/
.social-nav {
padding: 0;
list-style: none;
display: inline-block;
margin:2em 0 0;
}
.social-nav li {
display: inline-block;
}
.social-nav a {
display: inline-block;
float: none;
width: 30px;
height: 30px;
text-decoration: none;
cursor: pointer;
text-align: center;
line-height: 30px;
background: #000;
position: relative;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.model-3d-0 a {
background:#5C5B5B;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
width: 30px;
height: 30px;
font-size:1em;
color:#fff;
background:#ff4c4c;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateZ(18px);
-moz-transform: translateZ(18px);
-ms-transform: translateZ(18px);
-o-transform: translateZ(18px);
transform: translateZ(18px);
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.model-3d-0 .back {
font-size: 1em;
color:#fff;
-webkit-transform: rotateX(90deg) translateZ(18px);
-moz-transform: rotateX(90deg) translateZ(18px);
-ms-transform: rotateX(90deg) translateZ(18px);
-o-transform: rotateX(90deg) translateZ(18px);
transform: rotateX(90deg) translateZ(18px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
background:#0099e5;
}
.model-3d-0 a:hover {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.stack img { width: 100%; height: auto; vertical-align: bottom; border: 10px solid #fff; border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type { margin-right: 0; }
/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
transform: rotate(4deg);
-moz-transform: rotate(4deg);
-o-transform: rotate(4deg);
}
.stack.twisted:after {
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);
transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
}
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after { content: ""; border-radius: 3px; width: 100%; height: 100%; position: absolute; border: 10px solid #fff; left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: 0.3s all ease-out;
-moz-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
-o-transition: 0.3s all ease-out;
-ms-transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */
.stack { float: none; width: 92%;
margin:3% 0% 8% 4%; position: relative; z-index: 1; }
/*-- //Team --*/
/*-- Counter --*/
.counter-agile {
border: 4px solid #fff;
padding: 2em 1em;
position:relative;
}
.counter-subw3l p {
position: absolute;
top: -12%;
left: 2.5%;
color: #fff;
font-size: 1.5em;
background: #0099e5;
padding: 0.4em 0em;
width: 19%;
text-align: center;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 700;
}
.services-bottom {
background: #0099e5;
padding: 5em 0;
}
.agileits_w3layouts_about_counter_left p {
font-size: 3em;
font-weight: bold;
color: #fff;
margin: 0.5em 0 1em;
background: #066a9c;
text-align: center;
line-height: 1.9;
}
.agileits_w3layouts_about_counter_left {
text-align: center;
}
.agileits_w3layouts_about_counter_left h3 {
color: #fff;
font-size: 1.3em;
margin: .5em 0 0;
text-transform: uppercase;
}
/*-- //Counter --*/
/*-- Middle_Section --*/
.agile-w3 {
padding: 5em 0em;
}
.w3-nature p {
font-size: 3.2em;
color: #000;
letter-spacing: 4px;
text-transform: uppercase;
font-weight: 600;
}
.agileits_w3layouts ul li {
font-size: 1.2em;
color: #000;
line-height: 2;
padding-left: 1em;
}
.agileits-w3 {
padding: 5em 0em;
}
.wthree_banner_info_left_grid1 {
width: 65px;
height: 65px;
background: #ff4c4c;
text-align: center;
margin: 0 auto;
overflow: hidden;
display: inline-block;
}
.wthree_banner_info_left_grid1 i {
font-size: 1.5em;
color: #ffffff;
line-height: 2.9;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid1{
-webkit-transform: scale(1.25) translateZ(0px);
transform: scale(1.25) translateZ(0px);
-moz-transform: scale(1.25) translateZ(0px);
-o-transform: scale(1.25) translateZ(0px);
-ms-transform: scale(1.25) translateZ(0px);
background: #12A7CA;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.5em;
color: #000;
text-decoration: none;
text-transform: capitalize;
line-height: 1.5;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid_left h3 ,.wthree_banner_info_left_grid_left h3 :hover{
color:#0099e5;
/*-- w3layouts --*/
}
.wthree_banner_info_left_grid_left p {
font-size: 1em;
color: #777;
font-weight: 400;
margin-top: 0.5em;
}
.wthree_banner_info {
padding: 5em 0 0em;
}
.wthree_banner_info_left_grid_left h3 a,.wthree_banner_info_left_grid1{
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-o-transition: .5s ease-in;
-ms-transition: .5s ease-in;
}
.agileits_service_grid_btm_left2 h5{
margin:0em 0 .5em;
color:#12A7CA;
font-size:1.5em;
text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p{
color:#999;
line-height:2em;
}
.agileits_service_grid_btm_left2 {
padding: 2em 1em;
border: 1px solid #c69c6c;
border-top: none;
background: #fff;
}
/*-- //Middle_Section --*/
/*-- Gallery --*/
.gallery {
background: #F7F7F7;
}
.w3agile_gallery_grid {
padding: 0;
}
.w3agile_gallery_grid figure {
margin: 0;
padding: 0;
position: relative;
display: block;
cursor: pointer;
overflow: hidden;
}
.w3agile_gallery_grid figure:hover figcaption {
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
top: 0;
}
.w3agile_gallery_grid figcaption {
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
top: -100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.w3agile_gallery_grid figcaption h4 {
color: #ff4c4c;
padding: 0px 20px;
letter-spacing: 3px;
margin-bottom: 0;
position: relative;
left: 100%;
font-size: 2em;
margin: 3em 0 1em;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
text-align: center;
text-transform: Uppercase;
}
.w3agile_gallery_grid figcaption p {
line-height: 1.8em;
text-align: center;
padding: 0px 20px;
margin-bottom: 0;
position: relative;
left: 100%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1.3s;
-moz-transition-delay: 1.3s;
-o-transition-delay: 1.3s;
-ms-transition-delay: 1.3s;
transition-delay: 1.3s;
}
.w3agile_gallery_grid figure:hover h4,.w3agile_gallery_grid figure:hover p {
left: 0;
}
/*-- //Gallery --*/
/*-- Testimonials --*/
.testimonials {
background: url(../images/bgte.jpg)no-repeat center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.testimonials span {
color: #fff;
}
.w3_testimonials_grids{
margin:3em auto 0;
width:80%;
text-align:center;
}
.w3_testimonials_grid h4{
font-size: 1.2em;
color: #d8d8d8;
line-height: 1.8em;
margin: 1em auto;
padding-left: 2.5em;
position: relative;
width: 80%;
}
.w3_testimonials_grid h5{
font-weight:600;
color:#fff;
font-size:1em;
}
.w3_testimonials_grid p {
color: #ff4c4c;
line-height: 1.9em;
margin: .5em 0 0;
font-size: 1em;
}
.w3_testimonials_grid img {
margin: 0 auto;
}
.w3_testimonials_grid {
padding-bottom: 4em;
}
.w3_testimonials_grid h4 i img {
margin: 0 10px!important;
box-shadow: none;
}
/*-- //Testimonials --*/
/*-- Contact --*/
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"],.contact-grid1 textarea{
width: 100%;
padding: .8em;
font-size: 1em;
border: none;
outline: none;
}
.contact-grid1 textarea{
height:140px;
resize:none;
}
.contact-top1 label {
font-size: 1.1em;
font-weight: 600;
color: #fff;
text-align: left;
display: inherit;
margin-bottom: 0.5em;
}
.contact-top1 {
background: rgba(0, 0, 0, 0.85);
padding: 3em 3em 4em;
}
.contact-grid1 input[type="submit"] {
font-size: 1.1em;
outline: none;
border: none;
text-transform: uppercase;
background: #ff4c4c;
padding: 0.7em 0;
letter-spacing: 1px;
color: #fff;
display: block;
width: 18%;
margin: 1.5em auto 0;
transition: 0.5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.contact-grid1 input[type="submit"]:hover{
background:#0099e5;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.google-map iframe {
width: 100%;
height: 500px;
border: none;
}
/*-- //Contact --*/
/*-- News_Letter --*/
.subscribe {
padding:6em 0;
background: #0099e5;
}
.subscribe form input.user {
width: 68%;
padding: 1em;
outline: none;
font-size: 1em;
color: #000!important;
letter-spacing: 1px;
border: none;
}
.subscribe form input[type="submit"] {
border: none;
font-size: 1em;
text-transform: uppercase;
padding: 1em;
color: #fff;
background: #000;
letter-spacing: 1px;
font-weight: 600;
outline: none;
width: 19%;
}
.subscribe form input[type="submit"]:hover {
background:#ff4c4c;
}
.title h3 {
color: #000;
font-size: 1.6em;
text-transform: uppercase;
margin-bottom: 0.5em;
text-align: left;
}
.title h3 span {
padding-left: 0.5em;
vertical-align: top;
}
.title p {
color: #fff;
font-size: 1em;
text-align: left;
}
/*-- //News_Letter --*/
/*-- Footer --*/
.w3ls-footer-grids{
background: #282828;
padding: 50px 0;
}
p.footer-gd {
color: #ffffff;
font-size: 1em;
letter-spacing: 2px;
}
p.footer-gd a {
color: #0099e5;
}
.w3l-footer{
float:left;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.6em;
color: #ff4c4c;
margin-bottom: 1.5em;
text-transform: uppercase;
}
p.adam{
float:right;
color:#6F6E6E !important;
font-size:13px !important;
margin-top:20px;
}
.w3l-footer.one p{
color: #828282;
line-height: 28px;
font-size: 13px;
}
.w3l-footer.two ul{
margin:0;
padding:0;
}
.w3l-footer.two ul li{
list-style-type:none;
display:block;
line-height: 1.5em;
font-size:14px;
margin: 18px 0;
}
.w3l-footer.three {
list-style-type: none;
}
.w3l-footer.two ul li i {
font-size: 13px;
margin-right: 15px;
width: 30px;
text-align: center;
color: #fff;
background: #6E65F1;
padding: 9px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
width: 30px;
height: 30px;
}
.w3l-footer.two ul li i.fa.fa-facebook {
background:#5d82d2;
}
.w3l-footer.two ul li i.fa.fa-twitter {
background:#3bbef5;
}
.w3l-footer.two ul li i.fa.fa-google-plus {
background:#ea5d4b;
}
.w3l-footer.two ul li i.fa.fa-dribbble {
background:#f7659b;
}
.w3l-footer.two ul li i.fa.fa-pinterest-p {
background:#e23139;
}
.w3l-footer.two ul li a{
color: #908F8F;
display: block;
text-decoration: none;
font-size: 13px;
font-family: 'Source Sans Pro', sans-serif;
}
.w3l-footer.three ul li {
margin-bottom: 15px;
list-style: none;
}
.w3l-footer.three ul li i {
float: left;
font-size: 18px;
color: #fff;
line-height: 1.8;
}
.w3l-footer.three ul li p {
list-style-type: none;
display: block;
color: #908F8F;
font-size: 13px;
line-height: 32px;
float: left;
margin-left: 15px;
}
.w3l-footer.three ul li span {
display: block;
}
.w3l-footer.one {
padding-right: 40px;
}
.w3l-footer.three ul li a {
display: block;
color:#908F8F;
float: left;
margin-lefT: 15px;
margin-top: 5px;
}
i.fa-envelope-o {
float:left;
}
.copy-right-grids {
padding: 20px 0px;
background: #211E1E;
}
.copy-left{
text-align:center;
}
.copy-right ul li a:hover,.w3l-footer.three ul li a:hover{
color:#0099e5;
}
.w3l-footer.two ul li:nth-child(1) a:hover {
color:#5D82D2;
}
.w3l-footer.two ul li:nth-child(2) a:hover {
color:#3bbef5;
}
.w3l-footer.two ul li:nth-child(3) a:hover {
color:#ea5d4b;
}
.w3l-footer.two ul li:nth-child(4) a:hover {
color:#f7659b;
}
.w3l-footer.two ul li:nth-child(5) a:hover {
color:#e23139;
}
.agileinfo_footer_grid ul li{
list-style-type: none;
margin-bottom: 1em;
font-size: 14px;
line-height: 1.8em;
color: #999;
list-style: none;
padding-left: 1em;
}
.agileinfo_footer_grid ul li span{
left:-1em;
}
.agileinfo_footer_grid ul li a{
color:#999;
text-decoration:none;
font-family: 'Source Sans Pro', sans-serif;
}
.agileinfo_footer_grid ul li a:hover{
color:#fff;
}
.agileinfo_footer_grid1{
float:left;
width:31.45%;
margin:0 0.3em .3em 0em;
}
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 1%;
overflow: hidden;
z-index: 999;
width: 64px;
height: 64px;
border: none;
text-indent: 100%;
background: url("../images/up.png") no-repeat 0px 0px;
}
#toTopHover {
width: 64px;
height: 64px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/*--responsive--*/
@media(max-width: 1680px){
}
@media(max-width: 1600px){
}
@media(max-width: 1440px){
.agileits-banner-info {
margin-top: 17em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 43.2%;
bottom: 37.5%;
}
.callbacks_tabs {
top: 73.5%;
left: 45.5%;
}
.banner, .banner-2, .banner-3 {
min-height: 748px;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2.5em 0 1em;
}
.agileits-banner-info h5 a {
margin: 5em auto 0em;
}
.agileits-banner-info h3 {
font-size: 3.8em;
}
}
@media(max-width: 1366px){
.agileits-banner-info h3 {
font-size: 3.7em;
letter-spacing: 5px;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 42.85%;
bottom: 37.6%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2em 0 1em;
}
}
@media(max-width: 1280px){
.logo h1 a {
font-size: 1.1em;
}
.agileits-banner-info h3 {
font-size: 3.5em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 42.4%;
bottom: 38%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.4em;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 4.5em 0em;
}
.gallery h3:before {
left: 34.5%;
}
.gallery h3:after {
right: 34.5%;
}
.w3-nature p {
font-size: 3.1em;
}
.w3agile_gallery_grid figcaption h4 {
letter-spacing: 1px;
font-size: 1.9em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.95em;
}
.google-map iframe {
height: 400px;
}
}
@media(max-width: 1080px){
.banner, .banner-2, .banner-3 {
min-height: 648px;
}
.logo h1 a {
font-size: 1.05em;
}
.agileits-banner-info h3 {
font-size: 3.3em;
letter-spacing:4px;
}
.agileits-banner-info {
margin-top: 14em;
}
.agileits-banner-info p {
font-size: 1em;
}
.agileits-banner-info p:before {
left: 29%;
}
.callbacks_tabs {
left: 45%;
}
.agileits-banner-info p:after {
right: 29%;
}
.agileits-banner-info h5 a {
font-size: 1.1em;
width: 19%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 41.6%;
}
.w3l_header_left p {
font-size: 1em;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 4em 0em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.3em;
}
.about-top-w3l h3:before, .team h3:before {
left: 35%;
}
.about-top-w3l h3:after, .team h3:after{
right: 35%;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.9em;
}
.about-top-w3l p {
font-size: 1.2em;
width: 77%;
}
.about-grid-main {
padding: 3.5em 1em;
}
.about-grid-main h4 {
font-size: 1.3em;
}
.about-grid-main p {
font-size: 1em;
}
.counter-subw3l p {
width: 23%;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.8em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.19em;
}
.services-bottom {
padding: 4.5em 0;
}
.w3-nature p {
font-size: 2.8em;
}
.agile-w3 {
padding: 4.5em 0em;
}
.gallery h3:before, .contact h3:before {
left: 34%;
}
.gallery h3:after, .contact h3:after {
right: 34%;
}
.w3agile_gallery_grid figcaption h4 {
letter-spacing: 0px;
font-size: 1.6em;
margin: 1.5em 0 1em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.9em;
}
.testimonials h3:before{
left: 31%;
}
.testimonials h3:after{
right: 31%;
}
.w3_testimonials_grid h4 {
width: 92%;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.5em;
}
.pic-caption h5 {
font-size: 1.3em;
margin: 0.5em 0 .8em;
}
.pic-caption p {
font-size: 0.9em;
}
}
@media(max-width: 1050px){
}
@media(max-width: 1024px){
.logo h1 a {
letter-spacing: 1px;
}
.agileits-banner-info h3 {
font-size: 3.2em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 41%;
}
.callbacks_tabs {
left: 44%;
}
.gallery h3:before, .contact h3:before {
left: 33%;
}
.gallery h3:after, .contact h3:after {
right: 33%;
}
}
@media(max-width: 991px){
section p button {
top: 29px;
left: 126px;
}
.agile1 {
float: left;
width: 33%;
}
.logo {
float: left;
width: 36%;
}
.ph-agile {
float: left;
width: 30%;
right: 7%;
}
.logo h1 a {
font-size: 1em;
}
.agileits-banner-info h3 {
font-size: 2.8em;
}
.agileits-banner-info p:before {
left: 23%;
}
.agileits-banner-info p:after {
right: 23%;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
width: 6%;
}
.agileits-banner-info h5 a {
font-size: 1em;
width: 23%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 41.5%;
bottom: 40%;
}
.w3l_header_left p span {
padding-right: 0.5em;
}
.w3l_header_left {
float: left;
width: 50%;
}
.w3l_header_right{
float:right;
width: 50%;
}
.callbacks_tabs a:after {
height: 13px;
width: 13px;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.2em;
}
.about-top-w3l h3:before, .team h3:before {
left: 31%;
}
.about-top-w3l h3:after, .team h3:after {
right: 31%;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
width: 5%;
}
.gallery h3:before{
left: 32%;
}
.gallery h3:after{
right: 32%;
}
.about-top-w3l p {
width: 90%;
}
.about-grid {
float: left;
width: 33%;
padding: 0 8px 0 8px;
}
.team-grid {
float: left;
width: 50%;
}
.team-grid:nth-child(3), .team-grid:nth-child(4) {
margin-top:3em;
}
.w3l_header_left {
left: 11.5%;
}
.w3l_header_right {
right: 10%;
}
.pic-caption h5 {
font-size: 1.5em;
margin: 1.1em 0 .8em;
}
.pic-caption {
padding: 6em 1em 0;
}
.agileits_w3layouts_about_counter_left {
float: left;
width: 50%;
}
.c3, .c4 {
margin-top:1.5em;
}
.counter-subw3l p {
top: -8%;
left: 4%;
width: 30%;
letter-spacing: 3px;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.9em;
margin: 0.5em 0 0.5em;
padding: 0.2em 0em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.25em;
letter-spacing:1px;
}
.w3-nature {
float: left;
width: 67%;
}
.agileits_w3layouts {
float: right;
width: 33%;
}
.agileits_w3layouts ul li {
font-size: 1.1em;
}
.w3-nature p {
font-size: 2.6em;
}
.wthree_banner_info_left {
float: left;
width: 33%;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.35em;
}
.wthree_banner_info_left_grid1 {
width: 55px;
height: 55px;
}
.wthree_banner_info_left_grid1 i {
font-size: 1.3em;
}
.w3agile_gallery_grid {
float: left;
width: 25%;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.45em;
margin: 1.8em 0 0.8em;
}
.testimonials h3:before {
left: 26%;
}
.testimonials h3:after {
right: 26%;
}
.w3_testimonials_grid h4 {
width: 100%;
font-size: 1em;
}
.w3_testimonials_grid p {
font-size: 0.9em;
}
.contact h3:before {
left: 28%;
}
.contact h3:after {
right: 28%;
}
.contact-grid1 input[type="submit"] {
width: 24%;
}
.google-map iframe {
height: 358px;
}
.title {
float: left;
width: 35%;
}
.title-w3l {
float: right;
width: 65%;
}
.title h3 {
font-size: 1.4em;
}
.title p {
font-size: 0.95em;
letter-spacing: 0px;
}
.subscribe form input.user {
font-size: 0.95em;
}
.subscribe form input[type="submit"] {
font-size: 0.9em;
width: 24%;
}
.w3l-footer.one {
float: left;
width: 100%;
}
.w3l-footer {
float: left;
width: 33%;
margin-top:2em;
}
.subscribe {
padding: 5.5em 0;
}
}
@media(max-width: 900px){
}
@media(max-width: 800px){
.banner, .banner-2, .banner-3 {
min-height: 548px;
}
section p button {
top: 22px;
left: 40px;
}
.agile1 {
width: 30%;
}
.logo h1 a {
font-size: 0.9em;
}
.logo {
width: 40%;
}
.ph-agile {
width: 26%;
right: -3%;
}
.agileits-banner-info h3 {
font-size: 2.5em;
letter-spacing: 3px;
}
.agileits-banner-info p {
font-size: 0.95em;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
height: 9px;
top: 36%;
}
.agileits-banner-info {
margin-top: 11em;
}
.agileits-banner-info h5 a {
font-size: 0.95em;
width: 22%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 39.9%;
bottom: 39%;
}
.callbacks_tabs {
left: 42.4%;
top: 72%;
}
.w3l_header_left p {
font-size: 0.95em;
}
.w3l_header_left {
left: 3%;
}
.w3l_header_right {
right: 4%;
}
.header {
bottom: 5%;
}
.about-grid-main p {
font-size: 0.95em;
}
.about-grid-main {
padding: 3em 1em;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.6em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.2em;
}
.agile-w3 {
padding: 4em 0em;
}
.w3-nature p {
font-size: 2.5em;
letter-spacing: 3px;
}
.gallery h3:before {
left: 28%;
}
.gallery h3:after {
right: 28%;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.25em;
margin: 1.5em 0 0.8em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.7em;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
font-size: 0.95em;
}
.google-map iframe {
height: 320px;
}
.subscribe {
padding: 5em 0;
}
.w3ls-footer-grids {
padding: 25px 0;
}
}
@media(max-width: 768px){
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 39.4%;
}
}
@media(max-width: 767px){
}
@media(max-width: 736px){
.agile1 {
width: 28%;
}
.logo {
width: 43%;
}
.ph-agile {
right: -1%;
}
.w3l_header_right {
right: 2%;
text-align: right;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.4em;
margin: 1.7em 0 0.8em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 3.5em 0em;
}
.w3agile_gallery_grid {
width: 33%;
}
.title p {
font-size: 0.9em;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.4em;
}
}
@media(max-width: 667px){
.logo h1 a {
font-size: 0.85em;
}
.ph-agile p span {
font-size: 1em;
}
.ph-agile {
right: 1%;
}
.agileits-banner-info h3 {
font-size: 2.4em;
}
.callbacks_tabs {
left: 41%;
top: 71%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.1em;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.85em;
}
.about-top-w3l p {
font-size: 1.15em;
margin: 1.5em auto 0em;
}
.about-grid-main h4 {
font-size: 1.2em;
}
.about-grid-main p {
font-size: 0.9em;
}
.about-grid-main {
padding: 2.5em 1em;
}
.agileits_w3layouts ul li {
font-size: 1em;
}
.w3-nature p {
font-size: 2.3em;
letter-spacing: 2px;
}
.wthree_banner_info_left {
width: 100%;
}
.wthree_banner_info_left_grid, .w3l_banner_info_left_grid{
float: left;
width: 15%;
}
.wthree_banner_info_left:nth-child(2), .wthree_banner_info_left:nth-child(3) {
margin-top: 1.5em;
}
.wthree_banner_info {
padding: 3.5em 0 0em;
}
.contact-top1 {
padding: 2.5em 3em 3.5em;
}
.contact-top1 label {
font-size: 1em;
}
.contact-grid1 input[type="submit"] {
width: 25%;
font-size: 1em;
}
.google-map iframe {
height: 280px;
}
.title {
width: 100%;
}
.title-w3l {
width: 100%;
margin-top: 2em;
}
.title h3 {
font-size: 1.5em;
text-align: center;
}
.title p {
font-size: 0.95em;
text-align: center;
letter-spacing: 1px;
}
.subscribe {
padding: 4em 0;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.25em;
}
p.adam {
margin-top: 5px;
}
.subscribe form input.user {
width: 74%;
}
.agileits-banner-info p:before {
left: 20%;
}
.agileits-banner-info p:after {
right: 20%;
}
}
@media(max-width: 640px){
.logo h1 a {
font-size: 0.8em;
}
.logo h1 a span {
font-size: 13px;
}
.agileits-banner-info h3 {
font-size: 2.3em;
}
.agileits-banner-info p {
font-size: 0.9em;
}
.agileits-banner-info h5 a {
font-size: 0.9em;
width: 25%;
}
.agileits-banner-info h5 a {
padding: 1.1em 0em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 38%;
bottom: 41%;
}
.callbacks_tabs a:after {
height: 12px;
width: 12px;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2em;
}
.about-top-w3l p {
font-size: 1.1em;
}
.about-grid {
width: 64%;
padding: 0 8px 0 8px;
margin: 0em 8em 0em 8em;
text-align: center;
}
.about-grid-main {
padding: 4em 2em;
}
.about-grid-main h4 {
font-size: 1.4em;
}
.about-grid-main p {
font-size: 1em;
}
.about-grid:nth-child(2), .about-grid:nth-child(3) {
margin-top: 2em;
}
.w3agile_gallery_grid figcaption h4 {
margin: 1.2em 0 0.8em;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.2em;
}
}
@media(max-width: 600px){
.banner, .banner-2, .banner-3 {
min-height: 450px;
}
.logo h1 a {
font-size: 0.75em;
}
.agileits-banner-info h3 {
font-size: 2.1em;
letter-spacing: 2px;
}
.agileits-banner-info p {
font-size: 0.8em;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
height: 7px;
}
.agileits-banner-info {
margin-top: 9em;
}
section p button {
top: 18px;
left: 27px;
}
.sub-agile {
top: 3%;
}
.agileits-banner-info h5 a {
font-size: 0.8em;
}
.agileits-banner-info h5 a {
margin: 4em auto 0em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 40.5%;
}
.w3l_header_left p {
font-size: 0.9em;
}
.ph-agile {
right: 3%;
}
.callbacks_tabs {
top: 70%;
}
.header {
bottom: 3%;
}
.about-top-w3l h3:before, .team h3:before {
left: 29%;
}
.about-top-w3l h3:after, .team h3:after {
right: 29%;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.8em;
}
.about-top-w3l p {
font-size: 1em;
}
.counter-subw3l p {
width: 38%;
font-size: 1.4em;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.4em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.15em;
}
.agile-w3 {
padding: 3.5em 0em;
}
.w3-nature p {
font-size: 2.2em;
letter-spacing: 1px;
}
.w3-nature {
width: 64%;
}
.agileits_w3layouts {
width: 36%;
}
.agileits_w3layouts ul li {
font-size: 0.95em;
}
.pic-caption {
padding: 4.5em 1em 0;
}
.gallery h3:before {
left: 25%;
}
.gallery h3:after {
right: 25%;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.7em;
}
.testimonials h3:before {
left: 23%;
}
.testimonials h3:after {
right: 23%;
}
.w3_testimonials_grid h4 {
font-size: 0.9em;
margin: 1em auto 2em;
}
.w3_testimonials_grid h5 {
font-size: 0.95em;
}
.w3_testimonials_grid p {
font-size: 0.85em;
}
.contact-top1 {
padding: 2em 2.5em 3em;
}
.contact-grid1 input[type="submit"] {
width: 27%;
font-size: 0.95em;
}
.w3l-footer.one {
float: left;
width: 50%;
}
.w3l-footer.agileinfo_footer_grid {
float: right;
width: 50%;
}
.w3l-footer.two {
float: left;
width: 50%;
}
.w3l-footer.three {
float: right;
width: 50%;
}
.w3l-footer h3, .w3l-footer h2 {
margin-bottom: 1.3em;
}
.w3l-footer.one p {
line-height: 27px;
}
.contact h3:before {
left: 26%;
}
.contact h3:after {
right: 26%;
}
}
@media(max-width: 568px){
.logo h1 a {
font-size: 0.7em;
}
.ph-agile {
right: 5%;
}
.agileits-banner-info h3 {
font-size: 1.9em;
}
.agileits-banner-info p {
font-size: 0.75em;
}
.agileits-banner-info p:before {
left: 18%;
}
.agileits-banner-info p:after {
right: 18%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 42%;
width: 38.2%;
}
.w3l_header_left p {
font-size: 0.85em;
}
.callbacks_tabs {
top: 69%;
left: 40%;
}
.header {
bottom: 2%;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 2.5em 0em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.9em;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.75em;
}
.about-grid-main p {
font-size: 0.95em;
}
.about-grid-main h4 {
font-size: 1.3em;
}
.pic-caption h5 {
font-size: 1.35em;
}
.pic-caption p {
font-size: 0.8em;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.2em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.1em;
}
.w3-nature p {
font-size: 2em;
}
.agileits_w3layouts ul li {
font-size: 0.9em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.2em;
}
.w3agile_gallery_grid {
width: 50%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2.5em 0 0.8em;
font-size: 1.5em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.w3l-footer.one p {
line-height: 24px;
margin-top: 0px;
}
p.footer-gd {
letter-spacing: 1px;
}
}
@media(max-width: 480px){
.agile1 {
width: 22%;
}
.logo {
width: 51%;
}
.ph-agile p span {
font-size: 0.95em;
letter-spacing: 0px;
}
.ph-agile {
right: 14%;
width: 24%;
}
.ph-agile i {
font-size: 1.1em;
padding-top: 12px;
padding-left: 2.8em;
}
section p button {
top: 18px;
left: 24px;
width: 43px;
padding: 0.7em;
}
.banner, .banner-2, .banner-3 {
min-height: 410px;
}
.agileits-banner-info h3 {
font-size: 1.6em;
}
.agileits-banner-info p {
font-size: 0.7em;
letter-spacing:6px;
}
.agileits-banner-info {
margin-top: 8em;
}
.agileits-banner-info h5 a {
font-size: 0.75em;
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.social-icons ul li a.fa {
font-size: 0.9em;
margin: 8px 2px;
}
.callbacks_tabs {
top: 67%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.8em;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
width: 6%;
}
.about-top-w3l h3:before, .team h3:before {
left: 26%;
}
.about-top-w3l h3:after, .team h3:after {
right: 26%;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.7em;
}
.about-top-w3l p {
font-size: 0.95em;
width: 100%;
}
.about-grid {
width: 75%;
margin: 0em 4em 0em 4em;
}
.team-grid h4 {
font-size: 1.2em;
}
.pic-caption h5 {
font-size: 1.2em;
}
.pic-caption {
padding: 3.5em 1em 0;
}
.team-grid p {
font-size: 0.9em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1em;
letter-spacing: 0px;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2em;
}
.counter-subw3l p {
width: 40%;
font-size: 1.3em;
letter-spacing: 2px;
}
.agile-w3 {
padding: 2.5em 0em;
}
.w3-nature p {
font-size: 1.9em;
}
.agileits_w3layouts ul li {
font-size: 0.85em;
padding-left: 0em;
}
.w3-nature {
width: 60%;
}
.agileits_w3layouts {
width: 40%;
}
.wthree_banner_info_left_grid, .w3l_banner_info_left_grid {
width: 20%;
}
.gallery h3:before {
left: 21%;
}
.gallery h3:after {
right: 21%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 1.5em 0 0.8em;
}
.testimonials h3:before {
left: 18%;
}
.testimonials h3:after {
right: 18%;
}
.w3_testimonials_grid h4 {
font-size: 0.85em;
margin: 0.5em auto 1em;
}
.contact h3:before {
left: 22%;
}
.contact h3:after {
right: 22%;
}
.contact-top1 {
padding: 2em 2em 3em;
}
.contact-grid1 textarea {
height: 126px;
}
.contact-grid1 input[type="submit"] {
width: 31%;
font-size: 0.9em;
}
.google-map iframe {
height: 255px;
}
.title h3 {
font-size: 1.4em;
}
.subscribe {
padding: 3em 0;
}
.w3l-footer.one {
float: left;
width: 100%;
}
.w3l-footer.agileinfo_footer_grid {
float: LEFT;
width: 50%;
}
p.footer-gd {
font-size: 0.95em;
}
.w3l-footer.three {
float: LEFT;
width: 50%;
}
.counter-subw3l p {
width: 40%;
font-size: 1.2em;
}
.w3-nature p {
font-size: 1.8em;
}
.wthree_banner_info_left_grid_left p {
font-size: 0.9em;
}
.callbacks_tabs li {
margin: 0px 5px;
}
}
@media(max-width: 414px){
.logo {
width: 100%;
}
.ph-agile {
right: 6%;
TEXT-ALIGN: CENTER;
width: 100%;
}
.ph-agile i {
padding-top: 0px;
}
.agileits-banner-info h3 {
font-size: 1.5em;
}
.agileits-banner-info p {
letter-spacing: 5px;
}
.agileits-banner-info p:before {
left: 15%;
}
.agileits-banner-info p:after {
right: 15%;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
top: 28%;
}
.agileits-banner-info h5 a {
width: 33%;
}
.banner, .banner-2, .banner-3 {
min-height: 370px;
}
.agileits-banner-info {
margin-top: 9em;
}
.w3l_header_left p {
font-size: 0.8em;
}
.social-icons ul li a.fa {
width: 35px;
height: 35px;
}
.header {
bottom: 0%;
}
.agileits-banner-info h5 a {
margin: 2em auto 0em;
}
.agileits-banner-info h5 a {
padding: 1em 0em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 39%;
width: 34.5%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.6em;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
width: 7%;
height: 4px;
}
.about-top-w3l h3:before, .team h3:before {
left: 23%;
}
.about-top-w3l h3:after, .team h3:after {
right: 23%;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 2em 0em;
}
.about-top-w3l p {
font-size: 0.9em;
}
.about-grid-main {
padding: 3.5em 1em;
}
.about-grid {
width: 79%;
margin: 0em 3em 0em 3em;
}
.about-grid-main h4 {
font-size: 1.2em;
}
.about-grid-main p {
font-size: 0.85em;
}
.pic-caption h5 {
font-size: 1em;
}
.pic-caption p {
font-size: 0.75em;
}
.pic-caption {
padding: 2.5em 1em 0;
}
.team-grid h4 {
font-size: 1.1em;
}
.team-grid p {
font-size: 0.75em;
}
.agileits_w3layouts_about_counter_left {
width: 100%;
}
.c3, .c4, .c2 {
margin-top: 1.5em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.1em;
letter-spacing: 1px;
}
.counter-subw3l p {
width: 43%;
top: -4%;
}
.w3-nature {
width: 100%;
}
.agileits_w3layouts ul li {
font-size: 0.9em;
padding-left: 1em;
letter-spacing: 1px;
}
.agileits_w3layouts {
width: 100%;
margin-top: 1em;
padding-left: 2.5em;
}
.wthree_banner_info_left_grid, .w3l_banner_info_left_grid {
width: 27%;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.05em;
}
.w3agile_gallery_grid figcaption h4 {
margin: 1.3em 0 0.5em;
font-size: 1.35em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.75em;
}
.w3_testimonials_grid h4 {
font-size: 0.75em;
}
.contact h3:before {
left: 20%;
}
.contact h3:after {
right: 20%;
}
.contact-top1 label {
font-size: 0.95em;
}
.subscribe form input[type="submit"] {
font-size: 0.85em;
width: 27%;
}
.subscribe form input.user {
width: 71%;
font-size: 0.85em;
}
.title h3 {
font-size: 1.3em;
}
.subscribe {
padding: 2.5em 0;
}
.w3l-footer.two {
width: 100%;
}
.w3l-footer.three {
width: 100%;
}
p.footer-gd {
font-size: 0.9em;
line-height: 1.9em;
}
.w3ls-footer-grids {
padding: 12px 0;
}
.contact-grid1 textarea {
height: 115px;
}
.contact-grid1 input[type="submit"] {
width: 35%;
}
.agile1 {
width: 100%;
z-index: 999;
}
}
@media(max-width: 384px){
.social-icons ul li a.fa {
width: 32px;
height: 32px;
}
.agileits-banner-info h3 {
font-size: 1.45em;
}
.callbacks_tabs {
left: 38%;
}
.gallery h3:before {
left: 19%;
}
.gallery h3:after {
right: 19%;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 0.98em;
}
.about-top-w3l h3:before, .team h3:before {
left: 22%;
}
.about-top-w3l h3:after, .team h3:after {
right: 23%;
}
.subscribe form input[type="submit"] {
width: 28%;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.7em;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.2em;
}
.w3_testimonials_grids {
width: 88%;
}
.testimonials h3:before {
left: 15%;
}
.testimonials h3:after {
right: 15%;
}
}
@media(max-width: 375px){
.w3l_header_left p span {
padding-right: 0.3em;
}
.social-icons ul li a.fa {
font-size: 0.85em;
margin: 8px 1px;
}
.banner, .banner-2, .banner-3 {
min-height: 330px;
}
.agileits-banner-info h3 {
font-size: 1.3em;
}
.agileits-banner-info p {
margin: 1.2em auto;
}
.agileits-banner-info {
margin-top: 8em;
}
.sub-agile {
top: 2%;
}
.header {
bottom: -1%;
}
.callbacks_tabs {
top: 67%;
}
.about-bottom-w3l, .team-grids, .w3agile_gallery_grids, .contact-grid1 {
margin-top: 2em;
}
.about-grid {
width: 81%;
margin: 0em 2em 0em 2.5em;
}
.counter-subw3l p {
width: 51%;
}
.services-bottom {
padding: 3.5em 0;
}
.agileits_w3layouts_about_counter_left p {
font-size: 1.95em;
}
.wthree_banner_info_left_grid_left {
width: 72%;
}
.agileits-banner-info p:before {
left: 11%;
}
.agileits-banner-info p:after {
right: 11%;
}
.google-map iframe {
height: 228px;
}
}
@media(max-width: 320px){
.logo h1 a {
font-size: 0.6em;
}
section p button {
top: 14px;
left: 14px;
width: 37px;
}
.ph-agile p span {
font-size: 0.8em;
letter-spacing: 1px;
}
.agileits-banner-info h3 {
font-size: 1.15em;
}
.agileits-banner-info p {
margin: 1em auto;
letter-spacing: 4px;
}
.agileits-banner-info h5 a {
width: 40%;
font-size: 0.7em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 41.5%;
width: 32%;
}
.w3l_header_left p {
padding: 1em 0.5em;
font-size: 0.7em;
}
.w3l_header_left p span {
padding-right: 0.2em;
}
.social-icons ul li a.fa {
width: 26px;
height: 26px;
font-size: 0.75em;
}
.callbacks_tabs {
top: 68%;
left: 36%;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 1.5em 0em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.4em;
}
.about-top-w3l h3:before, .team h3:before {
left: 20%;
}
.about-top-w3l h3:after, .team h3:after {
right: 20%;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
height: 6px;
width: 8%;
}
.agileits-banner-info p:before {
left: 6%;
}
.agileits-banner-info p:after {
right: 6%;
}
.about-grid-main {
padding: 3em 1em;
}
.about-grid {
width: 89%;
margin: 0em 1.5em 0em 1.3em;
}
.about-grid-main h4 {
font-size: 1.15em;
}
.team-grid {
width: 100%;
}
.pic-caption h5 {
font-size: 1.4em;
}
.team-grid p {
font-size: 0.8em;
}
.pic-caption {
padding: 4.8em 1em 0;
}
.team-grid h4 {
font-size: 1.3em;
}
.team-grid:nth-child(3), .team-grid:nth-child(4), .team-grid:nth-child(2) {
margin-top: 2em;
}
.counter-subw3l p {
width: 59%;
}
.services-bottom {
padding: 3em 0;
}
.w3-nature p {
font-size: 1.7em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 0.79em;
}
.gallery h3:before {
left: 16%;
}
.gallery h3:after {
right: 16%;
}
.w3agile_gallery_grid {
width: 100%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2.8em 0 0.5em;
font-size: 1.6em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.testimonials h3:before {
left: 12%;
}
.testimonials h3:after {
right: 12%;
}
.w3_testimonials_grid h4 {
font-size: 0.7em;
}
.w3_testimonials_grid p {
font-size: 0.8em;
}
.contact h3:before {
left: 15%;
}
.contact h3:after {
right: 15%;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
font-size: 0.9em;
padding: .65em;
}
.contact-grid1 textarea {
height: 92px;
}
.contact-top1 label {
font-size: 0.9em;
}
.contact-grid1 input[type="submit"] {
width: 45%;
font-size: 0.85em;
}
.google-map iframe {
height: 201px;
}
.title h3 {
font-size: 1.2em;
}
.title p {
font-size: 0.8em;;
}
.subscribe form input.user {
width: 65%;
font-size: 0.8em;
}
.subscribe form input[type="submit"] {
width: 33%;
font-size: 0.8em;
}
.agile-w3 {
padding: 2em 0em;
}
.wthree_banner_info {
padding: 2.5em 0 0em;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.15em;
}
.w3l-footer {
margin-top: 1.5em;
}
p.footer-gd {
font-size: 0.85em;
}
}
/*--//responsive--*/ | css/style.css | body{
padding:0;
margin:0;
background:#fff;
position:relative;
font-family: 'Source Sans Pro', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Montserrat', sans-serif;
}
p{
margin:0;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
.Main-agile {
position: relative;
}
.sub-agile{
position: absolute;
z-index: 999;
width: 100%;
top: 4%;
}
/*-- banner --*/
.banner{
background:url(../images/img2.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:848px;
}
.banner-2{
background:url(../images/img3.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:848px;
}
.banner-3{
background:url(../images/img1.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
min-height:848px;
}
/*-- navigation section --*/
section p button {
top: 28px;
left: 80px;
width: 50px;
padding: 0.8em;
position: fixed;
border: none;
background: rgba(29, 27, 27, 0.38);
}
section p button img {
color:#fff;
font-size:1em;
}
/*-- //navigation section --*/
.logo {
text-align: center;
}
.logo-w3l {
font-size: 3em;
color:#fff;
}
.logo h1 a {
font-size: 1.2em;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.logo h1 a span {
display: block;
font-size: 14px;
line-height: 1;
margin-top: 0.5em;
}
.ph-agile {
text-align:right;
right: 4%;
}
.ph-agile i {
font-size: 1.5em;
color: #fff;
padding-top: 10px;
}
.ph-agile p span {
font-size: 1.1em;
color: #fff;
margin-left: 0.5em;
letter-spacing: 1px;
}
.ph-agile p{
width: 170px;
height: 46px;
line-height: 2.5;
display: inline-block;
text-align: center;
}
/*-- banner-text --*/
.header-w3layouts{
position: absolute;
top: 0;
z-index: 99;
text-align: center;
left: 0;
width: 100%;
}
.agileits-banner-info h3 {
color: #fff;
font-size: 4em;
margin: 0;
letter-spacing: 6px;
text-transform: uppercase;
font-weight: 700;
}
.agileits-banner-info h3 span {
background: #fff;
padding: 0 15px;
color: #0099e5;
}
.agileits-banner-info {
text-align: center;
margin-top: 20.5em;
}
.agileits-banner-info p {
color: #fff;
font-size: 1.1em;
line-height: 1.9em;
letter-spacing: 7px;
margin: 2em auto;
font-weight: 500;
position:relative;
text-transform: uppercase;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
content: '';
background: #ff4c4c;
height: 11px;
width: 5%;
position: absolute;
top: 33%;
}
.agileits-banner-info p:before{
left: 31%;
}
.agileits-banner-info p:after{
right: 31%;
}
.agileits-banner-info h5 a {
color: #fff;
font-size: 1.2em;
letter-spacing: 1px;
background: #0099e5;
padding: 1em 0em;
width: 17%;
display: inherit;
margin: 6em auto 0em;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.agileits-banner-info h5 a:hover{
color:#ff4c4c;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.agileits-banner-info h5 a span{
padding-right:1em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
content: '';
background: #ff4c4c;
height: 2px;
width: 43.9%;
position: absolute;
bottom: 36.5%;
}
.agileits-banner-info h5:after{
right: 0%;
}
.agileits-banner-info h5:before {
left:0%;
}
/*-- model --*/
.modal-header h4{
color: #111;
font-size: 2em;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
font-weight: bold;
}
.modal-header h5 {
color: #0099e5;
font-size: 1.3em;
letter-spacing: 1px;
text-align: center;
margin: 0.3em 0 1em;
}
.modal-header span {
font-size: 1.1em;
color: #777;
letter-spacing: 1px;
line-height: 33px;
padding-bottom: 16px;
display:inline-block;
margin-top:1em;
}
.modal-header img{
float: left;
width: 100%;
}
/*-- //model --*/
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:55%;
left: 40px;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 34px;
width: 34px;
background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
left: auto;
background: url(../images/right.png) no-repeat 0px 0px;
right: -62px;
}
.callbacks_nav.prev {
left: auto;
background: url(../images/left.png) no-repeat 0px 0px;
left: -58px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display:block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs {
list-style: none;
position: absolute;
top: 75%;
left: 46%;
padding: 0;
margin: 0;
display: block;
z-index: 99;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li {
display: inline-block;
margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height:15px;
width:15px;
display: inline-block;
background: #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #ff4c4c;
}
/*-- //slider --*/
/*-- //banner-text --*/
/*-- //banner --*/
/*-- header --*/
.header{
position: absolute;
z-index: 99;
width: 100%;
bottom: 8%;
}
.w3l_header_left {
left: 5%;
}
.w3l_header_right {
right: 5%;
margin-top: 1em;
}
.header {
padding: 1em 0;
background: transparent !important;
}
.w3l_header_left p {
display: inline-block;
font-size: 1.1em;
color: #fff;
font-weight: 400;
letter-spacing: 1px;
background: #ff4c4c;
padding: 1em;
}
.w3l_header_left p span{
padding-right:1em;
}
.w3l_header_left p a{
color:#fff;
text-decoration:none;
}
.w3l_header_left p a:hover{
color:#999;
}
.w3l_header_left {
padding-top: 1.1em;
}
/*-- social-icons --*/
.social-icons ul li {
display: inline-block;
list-style: none;
}
.social-icons ul li a.fa {
font-size: 1em;
color: #fff;
line-height: 2.8em;
text-align: center;
vertical-align: top;
overflow: hidden;
margin: 8px 5px;
width: 38px;
height: 38px;
}
.icon-border {
position: relative;
}
.icon-border::before,
.icon-border::after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.icon-border::before {
z-index: 1;
-webkit-transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
-ms-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
/* facebook */
.icon-border.facebook:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #3b5998;
-moz-box-shadow: inset 0 0 0 48px #3b5998;
-o-box-shadow: inset 0 0 0 48px #3b5998;
-ms-box-shadow: inset 0 0 0 48px #3b5998;
box-shadow: inset 0 0 0 48px #3b5998;
}
/* twitter */
.icon-border.twitter:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #4099ff;
-moz-box-shadow: inset 0 0 0 48px #4099ff;
-o-box-shadow: inset 0 0 0 48px #4099ff;
-ms-box-shadow: inset 0 0 0 48px #4099ff;
box-shadow: inset 0 0 0 48px #4099ff;
}
/* google plus */
.icon-border.googleplus:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #d34836;
-moz-box-shadow: inset 0 0 0 48px #d34836;
-o-box-shadow: inset 0 0 0 48px #d34836;
-ms-box-shadow: inset 0 0 0 48px #d34836;
box-shadow: inset 0 0 0 48px #d34836;
}
/* rss */
.icon-border.rss:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #ee802f;
-moz-box-shadow: inset 0 0 0 48px #ee802f;
-o-box-shadow: inset 0 0 0 48px #ee802f;
-ms-box-shadow: inset 0 0 0 48px #ee802f;
box-shadow: inset 0 0 0 48px #ee802f;
}
/*-- //social-icons --*/
/*-- About --*/
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 5em 0em;
text-align: center;
}
.about-bottom-w3l, .team-grids, .w3agile_gallery_grids, .contact-grid1{
margin-top:3em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3{
font-size: 2.5em;
color: #0099e5;
text-transform: uppercase;
position: relative;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span{
color: #000;
font-size: 1em;
letter-spacing: 5px;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
content: '';
background: #ff4c4c;
height: 6px;
width: 4%;
position: absolute;
top: 42%;
}
.about-top-w3l h3:after, .team h3:after, .gallery h3:after{
right: 36%;
}
.about-top-w3l h3:before, .team h3:before, .gallery h3:before{
left: 36%;
}
.testimonials h3:after, .contact h3:after{
right: 33%;
}
.testimonials h3:before, .contact h3:before{
left: 33%;
}
.about-top-w3l p {
font-size: 1.3em;
color: #444;
margin: 2em auto 0em;
width: 64%;
line-height: 1.8em;
}
.about-grid-main {
background: #fff;
padding: 4em 2em;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 4px 16px 0 rgba(0, 0, 0, 0.25);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.about-grid-main:hover {
background: #ff4c4c;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
color: #0099e5;
}
.about-grid-main:hover h4{
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*-- w3layouts --*/
.about-grid-main h4 {
font-size: 1.4em;
color: #ff4c4c;
margin: 2em 0em 1em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.about-grid-main p {
font-size: 1.1em;
color: #555;
line-height: 1.9em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.about-grid-main:hover p {
color: #960808;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*-- About --*/
/*-- Team --*/
.team{
background:#f5f5f5;
}
.team-grid{
text-align:center;
}
.team-grid h4 {
font-size: 1.3em;
color: #0099e5;
margin: 1em 0 0.5em;
text-transform: uppercase;
}
.team-grid p {
color: #777;
font-size: 1em;
}
/*-- img-hovers --*/
.pic {
max-width: 300px;
max-height: 300px;
position: relative;
overflow: hidden;
display: inline-block;
animation: anima 2s;
-webkit-animation: anima 2s;
-moz-animation: anima 2s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.pic-image {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.pic-caption {
position: absolute;
width: 100%;
height: 100%;
background:rgba(30, 30, 30, 0.42);
padding: 4.5em 1em 0;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.top-to-bottom {
bottom: 50%;
left: 0;
}
.team-grid:hover .pic .top-to-bottom {
left: 0;
bottom: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 9999;
}
.pic-caption h5 {
font-size: 1.5em;
color: #fff;
margin: 1.1em 0 .8em;
text-transform: uppercase;
}
.pic-caption p{
line-height:1.9em;
color:#E4E4E4;
font-size:1em;
}
.icon-border-2::before, .icon-border-2::after {
display: block;
position: absolute;
top:8px;
left: -1px;
width: 100%;
height: 100%;
content: "";
}
/*--//img-hovers--*/
.social-nav {
padding: 0;
list-style: none;
display: inline-block;
margin:2em 0 0;
}
.social-nav li {
display: inline-block;
}
.social-nav a {
display: inline-block;
float: none;
width: 30px;
height: 30px;
text-decoration: none;
cursor: pointer;
text-align: center;
line-height: 30px;
background: #000;
position: relative;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.model-3d-0 a {
background:#5C5B5B;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
width: 30px;
height: 30px;
font-size:1em;
color:#fff;
background:#ff4c4c;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateZ(18px);
-moz-transform: translateZ(18px);
-ms-transform: translateZ(18px);
-o-transform: translateZ(18px);
transform: translateZ(18px);
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.model-3d-0 .back {
font-size: 1em;
color:#fff;
-webkit-transform: rotateX(90deg) translateZ(18px);
-moz-transform: rotateX(90deg) translateZ(18px);
-ms-transform: rotateX(90deg) translateZ(18px);
-o-transform: rotateX(90deg) translateZ(18px);
transform: rotateX(90deg) translateZ(18px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
background:#0099e5;
}
.model-3d-0 a:hover {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.stack img { width: 100%; height: auto; vertical-align: bottom; border: 10px solid #fff; border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type { margin-right: 0; }
/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
transform: rotate(4deg);
-moz-transform: rotate(4deg);
-o-transform: rotate(4deg);
}
.stack.twisted:after {
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);
transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
}
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after { content: ""; border-radius: 3px; width: 100%; height: 100%; position: absolute; border: 10px solid #fff; left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: 0.3s all ease-out;
-moz-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
-o-transition: 0.3s all ease-out;
-ms-transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */
.stack { float: none; width: 92%;
margin:3% 0% 8% 4%; position: relative; z-index: 1; }
/*-- //Team --*/
/*-- Counter --*/
.counter-agile {
border: 4px solid #fff;
padding: 2em 1em;
position:relative;
}
.counter-subw3l p {
position: absolute;
top: -12%;
left: 2.5%;
color: #fff;
font-size: 1.5em;
background: #0099e5;
padding: 0.4em 0em;
width: 19%;
text-align: center;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 700;
}
.services-bottom {
background: #0099e5;
padding: 5em 0;
}
.agileits_w3layouts_about_counter_left p {
font-size: 3em;
font-weight: bold;
color: #fff;
margin: 0.5em 0 1em;
background: #066a9c;
text-align: center;
line-height: 1.9;
}
.agileits_w3layouts_about_counter_left {
text-align: center;
}
.agileits_w3layouts_about_counter_left h3 {
color: #fff;
font-size: 1.3em;
margin: .5em 0 0;
text-transform: uppercase;
}
/*-- //Counter --*/
/*-- Middle_Section --*/
.agile-w3 {
padding: 5em 0em;
}
.w3-nature p {
font-size: 3.2em;
color: #000;
letter-spacing: 4px;
text-transform: uppercase;
font-weight: 600;
}
.agileits_w3layouts ul li {
font-size: 1.2em;
color: #000;
line-height: 2;
padding-left: 1em;
}
.agileits-w3 {
padding: 5em 0em;
}
.wthree_banner_info_left_grid1 {
width: 65px;
height: 65px;
background: #ff4c4c;
text-align: center;
margin: 0 auto;
overflow: hidden;
display: inline-block;
}
.wthree_banner_info_left_grid1 i {
font-size: 1.5em;
color: #ffffff;
line-height: 2.9;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid1{
-webkit-transform: scale(1.25) translateZ(0px);
transform: scale(1.25) translateZ(0px);
-moz-transform: scale(1.25) translateZ(0px);
-o-transform: scale(1.25) translateZ(0px);
-ms-transform: scale(1.25) translateZ(0px);
background: #12A7CA;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.5em;
color: #000;
text-decoration: none;
text-transform: capitalize;
line-height: 1.5;
}
.wthree_banner_info_left:hover .wthree_banner_info_left_grid_left h3 ,.wthree_banner_info_left_grid_left h3 :hover{
color:#0099e5;
/*-- w3layouts --*/
}
.wthree_banner_info_left_grid_left p {
font-size: 1em;
color: #777;
font-weight: 400;
margin-top: 0.5em;
}
.wthree_banner_info {
padding: 5em 0 0em;
}
.wthree_banner_info_left_grid_left h3 a,.wthree_banner_info_left_grid1{
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-o-transition: .5s ease-in;
-ms-transition: .5s ease-in;
}
.agileits_service_grid_btm_left2 h5{
margin:0em 0 .5em;
color:#12A7CA;
font-size:1.5em;
text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p{
color:#999;
line-height:2em;
}
.agileits_service_grid_btm_left2 {
padding: 2em 1em;
border: 1px solid #c69c6c;
border-top: none;
background: #fff;
}
/*-- //Middle_Section --*/
/*-- Gallery --*/
.gallery {
background: #F7F7F7;
}
.w3agile_gallery_grid {
padding: 0;
}
.w3agile_gallery_grid figure {
margin: 0;
padding: 0;
position: relative;
display: block;
cursor: pointer;
overflow: hidden;
}
.w3agile_gallery_grid figure:hover figcaption {
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
top: 0;
}
.w3agile_gallery_grid figcaption {
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
top: -100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.w3agile_gallery_grid figcaption h4 {
color: #ff4c4c;
padding: 0px 20px;
letter-spacing: 3px;
margin-bottom: 0;
position: relative;
left: 100%;
font-size: 2em;
margin: 3em 0 1em;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
text-align: center;
text-transform: Uppercase;
}
.w3agile_gallery_grid figcaption p {
line-height: 1.8em;
text-align: center;
padding: 0px 20px;
margin-bottom: 0;
position: relative;
left: 100%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1.3s;
-moz-transition-delay: 1.3s;
-o-transition-delay: 1.3s;
-ms-transition-delay: 1.3s;
transition-delay: 1.3s;
}
.w3agile_gallery_grid figure:hover h4,.w3agile_gallery_grid figure:hover p {
left: 0;
}
/*-- //Gallery --*/
/*-- Testimonials --*/
.testimonials {
background: url(../images/bgte.jpg)no-repeat center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.testimonials span {
color: #fff;
}
.w3_testimonials_grids{
margin:3em auto 0;
width:80%;
text-align:center;
}
.w3_testimonials_grid h4{
font-size: 1.2em;
color: #d8d8d8;
line-height: 1.8em;
margin: 1em auto;
padding-left: 2.5em;
position: relative;
width: 80%;
}
.w3_testimonials_grid h5{
font-weight:600;
color:#fff;
font-size:1em;
}
.w3_testimonials_grid p {
color: #ff4c4c;
line-height: 1.9em;
margin: .5em 0 0;
font-size: 1em;
}
.w3_testimonials_grid img {
margin: 0 auto;
}
.w3_testimonials_grid {
padding-bottom: 4em;
}
.w3_testimonials_grid h4 i img {
margin: 0 10px!important;
box-shadow: none;
}
/*-- //Testimonials --*/
/*-- Contact --*/
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"],.contact-grid1 textarea{
width: 100%;
padding: .8em;
font-size: 1em;
border: none;
outline: none;
}
.contact-grid1 textarea{
height:140px;
resize:none;
}
.contact-top1 label {
font-size: 1.1em;
font-weight: 600;
color: #fff;
text-align: left;
display: inherit;
margin-bottom: 0.5em;
}
.contact-top1 {
background: rgba(0, 0, 0, 0.85);
padding: 3em 3em 4em;
}
.contact-grid1 input[type="submit"] {
font-size: 1.1em;
outline: none;
border: none;
text-transform: uppercase;
background: #ff4c4c;
padding: 0.7em 0;
letter-spacing: 1px;
color: #fff;
display: block;
width: 18%;
margin: 1.5em auto 0;
transition: 0.5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.contact-grid1 input[type="submit"]:hover{
background:#0099e5;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.google-map iframe {
width: 100%;
height: 500px;
border: none;
}
/*-- //Contact --*/
/*-- News_Letter --*/
.subscribe {
padding:6em 0;
background: #0099e5;
}
.subscribe form input.user {
width: 68%;
padding: 1em;
outline: none;
font-size: 1em;
color: #000!important;
letter-spacing: 1px;
border: none;
}
.subscribe form input[type="submit"] {
border: none;
font-size: 1em;
text-transform: uppercase;
padding: 1em;
color: #fff;
background: #000;
letter-spacing: 1px;
font-weight: 600;
outline: none;
width: 19%;
}
.subscribe form input[type="submit"]:hover {
background:#ff4c4c;
}
.title h3 {
color: #000;
font-size: 1.6em;
text-transform: uppercase;
margin-bottom: 0.5em;
text-align: left;
}
.title h3 span {
padding-left: 0.5em;
vertical-align: top;
}
.title p {
color: #fff;
font-size: 1em;
text-align: left;
}
/*-- //News_Letter --*/
/*-- Footer --*/
.w3ls-footer-grids{
background: #282828;
padding: 50px 0;
}
p.footer-gd {
color: #ffffff;
font-size: 1em;
letter-spacing: 2px;
}
p.footer-gd a {
color: #0099e5;
}
.w3l-footer{
float:left;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.6em;
color: #ff4c4c;
margin-bottom: 1.5em;
text-transform: uppercase;
}
p.adam{
float:right;
color:#6F6E6E !important;
font-size:13px !important;
margin-top:20px;
}
.w3l-footer.one p{
color: #828282;
line-height: 28px;
font-size: 13px;
}
.w3l-footer.two ul{
margin:0;
padding:0;
}
.w3l-footer.two ul li{
list-style-type:none;
display:block;
line-height: 1.5em;
font-size:14px;
margin: 18px 0;
}
.w3l-footer.three {
list-style-type: none;
}
.w3l-footer.two ul li i {
font-size: 13px;
margin-right: 15px;
width: 30px;
text-align: center;
color: #fff;
background: #6E65F1;
padding: 9px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
width: 30px;
height: 30px;
}
.w3l-footer.two ul li i.fa.fa-facebook {
background:#5d82d2;
}
.w3l-footer.two ul li i.fa.fa-twitter {
background:#3bbef5;
}
.w3l-footer.two ul li i.fa.fa-google-plus {
background:#ea5d4b;
}
.w3l-footer.two ul li i.fa.fa-dribbble {
background:#f7659b;
}
.w3l-footer.two ul li i.fa.fa-pinterest-p {
background:#e23139;
}
.w3l-footer.two ul li a{
color: #908F8F;
display: block;
text-decoration: none;
font-size: 13px;
font-family: 'Source Sans Pro', sans-serif;
}
.w3l-footer.three ul li {
margin-bottom: 15px;
list-style: none;
}
.w3l-footer.three ul li i {
float: left;
font-size: 18px;
color: #fff;
line-height: 1.8;
}
.w3l-footer.three ul li p {
list-style-type: none;
display: block;
color: #908F8F;
font-size: 13px;
line-height: 32px;
float: left;
margin-left: 15px;
}
.w3l-footer.three ul li span {
display: block;
}
.w3l-footer.one {
padding-right: 40px;
}
.w3l-footer.three ul li a {
display: block;
color:#908F8F;
float: left;
margin-lefT: 15px;
margin-top: 5px;
}
i.fa-envelope-o {
float:left;
}
.copy-right-grids {
padding: 20px 0px;
background: #211E1E;
}
.copy-left{
text-align:center;
}
.copy-right ul li a:hover,.w3l-footer.three ul li a:hover{
color:#0099e5;
}
.w3l-footer.two ul li:nth-child(1) a:hover {
color:#5D82D2;
}
.w3l-footer.two ul li:nth-child(2) a:hover {
color:#3bbef5;
}
.w3l-footer.two ul li:nth-child(3) a:hover {
color:#ea5d4b;
}
.w3l-footer.two ul li:nth-child(4) a:hover {
color:#f7659b;
}
.w3l-footer.two ul li:nth-child(5) a:hover {
color:#e23139;
}
.agileinfo_footer_grid ul li{
list-style-type: none;
margin-bottom: 1em;
font-size: 14px;
line-height: 1.8em;
color: #999;
list-style: none;
padding-left: 1em;
}
.agileinfo_footer_grid ul li span{
left:-1em;
}
.agileinfo_footer_grid ul li a{
color:#999;
text-decoration:none;
font-family: 'Source Sans Pro', sans-serif;
}
.agileinfo_footer_grid ul li a:hover{
color:#fff;
}
.agileinfo_footer_grid1{
float:left;
width:31.45%;
margin:0 0.3em .3em 0em;
}
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 1%;
overflow: hidden;
z-index: 999;
width: 64px;
height: 64px;
border: none;
text-indent: 100%;
background: url("../images/up.png") no-repeat 0px 0px;
}
#toTopHover {
width: 64px;
height: 64px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/*--responsive--*/
@media(max-width: 1680px){
}
@media(max-width: 1600px){
}
@media(max-width: 1440px){
.agileits-banner-info {
margin-top: 17em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 43.2%;
bottom: 37.5%;
}
.callbacks_tabs {
top: 73.5%;
left: 45.5%;
}
.banner, .banner-2, .banner-3 {
min-height: 748px;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2.5em 0 1em;
}
.agileits-banner-info h5 a {
margin: 5em auto 0em;
}
.agileits-banner-info h3 {
font-size: 3.8em;
}
}
@media(max-width: 1366px){
.agileits-banner-info h3 {
font-size: 3.7em;
letter-spacing: 5px;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 42.85%;
bottom: 37.6%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2em 0 1em;
}
}
@media(max-width: 1280px){
.logo h1 a {
font-size: 1.1em;
}
.agileits-banner-info h3 {
font-size: 3.5em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 42.4%;
bottom: 38%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.4em;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 4.5em 0em;
}
.gallery h3:before {
left: 34.5%;
}
.gallery h3:after {
right: 34.5%;
}
.w3-nature p {
font-size: 3.1em;
}
.w3agile_gallery_grid figcaption h4 {
letter-spacing: 1px;
font-size: 1.9em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.95em;
}
.google-map iframe {
height: 400px;
}
}
@media(max-width: 1080px){
.banner, .banner-2, .banner-3 {
min-height: 648px;
}
.logo h1 a {
font-size: 1.05em;
}
.agileits-banner-info h3 {
font-size: 3.3em;
letter-spacing:4px;
}
.agileits-banner-info {
margin-top: 14em;
}
.agileits-banner-info p {
font-size: 1em;
}
.agileits-banner-info p:before {
left: 29%;
}
.callbacks_tabs {
left: 45%;
}
.agileits-banner-info p:after {
right: 29%;
}
.agileits-banner-info h5 a {
font-size: 1.1em;
width: 19%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 41.6%;
}
.w3l_header_left p {
font-size: 1em;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 4em 0em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.3em;
}
.about-top-w3l h3:before, .team h3:before {
left: 35%;
}
.about-top-w3l h3:after, .team h3:after{
right: 35%;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.9em;
}
.about-top-w3l p {
font-size: 1.2em;
width: 77%;
}
.about-grid-main {
padding: 3.5em 1em;
}
.about-grid-main h4 {
font-size: 1.3em;
}
.about-grid-main p {
font-size: 1em;
}
.counter-subw3l p {
width: 23%;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.8em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.19em;
}
.services-bottom {
padding: 4.5em 0;
}
.w3-nature p {
font-size: 2.8em;
}
.agile-w3 {
padding: 4.5em 0em;
}
.gallery h3:before, .contact h3:before {
left: 34%;
}
.gallery h3:after, .contact h3:after {
right: 34%;
}
.w3agile_gallery_grid figcaption h4 {
letter-spacing: 0px;
font-size: 1.6em;
margin: 1.5em 0 1em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.9em;
}
.testimonials h3:before{
left: 31%;
}
.testimonials h3:after{
right: 31%;
}
.w3_testimonials_grid h4 {
width: 92%;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.5em;
}
.pic-caption h5 {
font-size: 1.3em;
margin: 0.5em 0 .8em;
}
.pic-caption p {
font-size: 0.9em;
}
}
@media(max-width: 1050px){
}
@media(max-width: 1024px){
.logo h1 a {
letter-spacing: 1px;
}
.agileits-banner-info h3 {
font-size: 3.2em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 41%;
}
.callbacks_tabs {
left: 44%;
}
.gallery h3:before, .contact h3:before {
left: 33%;
}
.gallery h3:after, .contact h3:after {
right: 33%;
}
}
@media(max-width: 991px){
section p button {
top: 29px;
left: 126px;
}
.agile1 {
float: left;
width: 33%;
}
.logo {
float: left;
width: 36%;
}
.ph-agile {
float: left;
width: 30%;
right: 7%;
}
.logo h1 a {
font-size: 1em;
}
.agileits-banner-info h3 {
font-size: 2.8em;
}
.agileits-banner-info p:before {
left: 23%;
}
.agileits-banner-info p:after {
right: 23%;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
width: 6%;
}
.agileits-banner-info h5 a {
font-size: 1em;
width: 23%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 41.5%;
bottom: 40%;
}
.w3l_header_left p span {
padding-right: 0.5em;
}
.w3l_header_left {
float: left;
width: 50%;
}
.w3l_header_right{
float:right;
width: 50%;
}
.callbacks_tabs a:after {
height: 13px;
width: 13px;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.2em;
}
.about-top-w3l h3:before, .team h3:before {
left: 31%;
}
.about-top-w3l h3:after, .team h3:after {
right: 31%;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
width: 5%;
}
.gallery h3:before{
left: 32%;
}
.gallery h3:after{
right: 32%;
}
.about-top-w3l p {
width: 90%;
}
.about-grid {
float: left;
width: 33%;
padding: 0 8px 0 8px;
}
.team-grid {
float: left;
width: 50%;
}
.team-grid:nth-child(3), .team-grid:nth-child(4) {
margin-top:3em;
}
.w3l_header_left {
left: 11.5%;
}
.w3l_header_right {
right: 10%;
}
.pic-caption h5 {
font-size: 1.5em;
margin: 1.1em 0 .8em;
}
.pic-caption {
padding: 6em 1em 0;
}
.agileits_w3layouts_about_counter_left {
float: left;
width: 50%;
}
.c3, .c4 {
margin-top:1.5em;
}
.counter-subw3l p {
top: -8%;
left: 4%;
width: 30%;
letter-spacing: 3px;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.9em;
margin: 0.5em 0 0.5em;
padding: 0.2em 0em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.25em;
letter-spacing:1px;
}
.w3-nature {
float: left;
width: 67%;
}
.agileits_w3layouts {
float: right;
width: 33%;
}
.agileits_w3layouts ul li {
font-size: 1.1em;
}
.w3-nature p {
font-size: 2.6em;
}
.wthree_banner_info_left {
float: left;
width: 33%;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.35em;
}
.wthree_banner_info_left_grid1 {
width: 55px;
height: 55px;
}
.wthree_banner_info_left_grid1 i {
font-size: 1.3em;
}
.w3agile_gallery_grid {
float: left;
width: 25%;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.45em;
margin: 1.8em 0 0.8em;
}
.testimonials h3:before {
left: 26%;
}
.testimonials h3:after {
right: 26%;
}
.w3_testimonials_grid h4 {
width: 100%;
font-size: 1em;
}
.w3_testimonials_grid p {
font-size: 0.9em;
}
.contact h3:before {
left: 28%;
}
.contact h3:after {
right: 28%;
}
.contact-grid1 input[type="submit"] {
width: 24%;
}
.google-map iframe {
height: 358px;
}
.title {
float: left;
width: 35%;
}
.title-w3l {
float: right;
width: 65%;
}
.title h3 {
font-size: 1.4em;
}
.title p {
font-size: 0.95em;
letter-spacing: 0px;
}
.subscribe form input.user {
font-size: 0.95em;
}
.subscribe form input[type="submit"] {
font-size: 0.9em;
width: 24%;
}
.w3l-footer.one {
float: left;
width: 100%;
}
.w3l-footer {
float: left;
width: 33%;
margin-top:2em;
}
.subscribe {
padding: 5.5em 0;
}
}
@media(max-width: 900px){
}
@media(max-width: 800px){
.banner, .banner-2, .banner-3 {
min-height: 548px;
}
section p button {
top: 22px;
left: 40px;
}
.agile1 {
width: 30%;
}
.logo h1 a {
font-size: 0.9em;
}
.logo {
width: 40%;
}
.ph-agile {
width: 26%;
right: -3%;
}
.agileits-banner-info h3 {
font-size: 2.5em;
letter-spacing: 3px;
}
.agileits-banner-info p {
font-size: 0.95em;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
height: 9px;
top: 36%;
}
.agileits-banner-info {
margin-top: 11em;
}
.agileits-banner-info h5 a {
font-size: 0.95em;
width: 22%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 39.9%;
bottom: 39%;
}
.callbacks_tabs {
left: 42.4%;
top: 72%;
}
.w3l_header_left p {
font-size: 0.95em;
}
.w3l_header_left {
left: 3%;
}
.w3l_header_right {
right: 4%;
}
.header {
bottom: 5%;
}
.about-grid-main p {
font-size: 0.95em;
}
.about-grid-main {
padding: 3em 1em;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.6em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.2em;
}
.agile-w3 {
padding: 4em 0em;
}
.w3-nature p {
font-size: 2.5em;
letter-spacing: 3px;
}
.gallery h3:before {
left: 28%;
}
.gallery h3:after {
right: 28%;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.25em;
margin: 1.5em 0 0.8em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.7em;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
font-size: 0.95em;
}
.google-map iframe {
height: 320px;
}
.subscribe {
padding: 5em 0;
}
.w3ls-footer-grids {
padding: 25px 0;
}
}
@media(max-width: 768px){
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 39.4%;
}
}
@media(max-width: 767px){
}
@media(max-width: 736px){
.agile1 {
width: 28%;
}
.logo {
width: 43%;
}
.ph-agile {
right: -1%;
}
.w3l_header_right {
right: 2%;
text-align: right;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.4em;
margin: 1.7em 0 0.8em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 3.5em 0em;
}
.w3agile_gallery_grid {
width: 33%;
}
.title p {
font-size: 0.9em;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.4em;
}
}
@media(max-width: 667px){
.logo h1 a {
font-size: 0.85em;
}
.ph-agile p span {
font-size: 1em;
}
.ph-agile {
right: 1%;
}
.agileits-banner-info h3 {
font-size: 2.4em;
}
.callbacks_tabs {
left: 41%;
top: 71%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2.1em;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.85em;
}
.about-top-w3l p {
font-size: 1.15em;
margin: 1.5em auto 0em;
}
.about-grid-main h4 {
font-size: 1.2em;
}
.about-grid-main p {
font-size: 0.9em;
}
.about-grid-main {
padding: 2.5em 1em;
}
.agileits_w3layouts ul li {
font-size: 1em;
}
.w3-nature p {
font-size: 2.3em;
letter-spacing: 2px;
}
.wthree_banner_info_left {
width: 100%;
}
.wthree_banner_info_left_grid, .w3l_banner_info_left_grid{
float: left;
width: 15%;
}
.wthree_banner_info_left:nth-child(2), .wthree_banner_info_left:nth-child(3) {
margin-top: 1.5em;
}
.wthree_banner_info {
padding: 3.5em 0 0em;
}
.contact-top1 {
padding: 2.5em 3em 3.5em;
}
.contact-top1 label {
font-size: 1em;
}
.contact-grid1 input[type="submit"] {
width: 25%;
font-size: 1em;
}
.google-map iframe {
height: 280px;
}
.title {
width: 100%;
}
.title-w3l {
width: 100%;
margin-top: 2em;
}
.title h3 {
font-size: 1.5em;
text-align: center;
}
.title p {
font-size: 0.95em;
text-align: center;
letter-spacing: 1px;
}
.subscribe {
padding: 4em 0;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.25em;
}
p.adam {
margin-top: 5px;
}
.subscribe form input.user {
width: 74%;
}
.agileits-banner-info p:before {
left: 20%;
}
.agileits-banner-info p:after {
right: 20%;
}
}
@media(max-width: 640px){
.logo h1 a {
font-size: 0.8em;
}
.logo h1 a span {
font-size: 13px;
}
.agileits-banner-info h3 {
font-size: 2.3em;
}
.agileits-banner-info p {
font-size: 0.9em;
}
.agileits-banner-info h5 a {
font-size: 0.9em;
width: 25%;
}
.agileits-banner-info h5 a {
padding: 1.1em 0em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
width: 38%;
bottom: 41%;
}
.callbacks_tabs a:after {
height: 12px;
width: 12px;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 2em;
}
.about-top-w3l p {
font-size: 1.1em;
}
.about-grid {
width: 64%;
padding: 0 8px 0 8px;
margin: 0em 8em 0em 8em;
text-align: center;
}
.about-grid-main {
padding: 4em 2em;
}
.about-grid-main h4 {
font-size: 1.4em;
}
.about-grid-main p {
font-size: 1em;
}
.about-grid:nth-child(2), .about-grid:nth-child(3) {
margin-top: 2em;
}
.w3agile_gallery_grid figcaption h4 {
margin: 1.2em 0 0.8em;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.2em;
}
}
@media(max-width: 600px){
.banner, .banner-2, .banner-3 {
min-height: 450px;
}
.logo h1 a {
font-size: 0.75em;
}
.agileits-banner-info h3 {
font-size: 2.1em;
letter-spacing: 2px;
}
.agileits-banner-info p {
font-size: 0.8em;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
height: 7px;
}
.agileits-banner-info {
margin-top: 9em;
}
section p button {
top: 18px;
left: 27px;
}
.sub-agile {
top: 3%;
}
.agileits-banner-info h5 a {
font-size: 0.8em;
}
.agileits-banner-info h5 a {
margin: 4em auto 0em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 40.5%;
}
.w3l_header_left p {
font-size: 0.9em;
}
.ph-agile {
right: 3%;
}
.callbacks_tabs {
top: 70%;
}
.header {
bottom: 3%;
}
.about-top-w3l h3:before, .team h3:before {
left: 29%;
}
.about-top-w3l h3:after, .team h3:after {
right: 29%;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.8em;
}
.about-top-w3l p {
font-size: 1em;
}
.counter-subw3l p {
width: 38%;
font-size: 1.4em;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.4em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.15em;
}
.agile-w3 {
padding: 3.5em 0em;
}
.w3-nature p {
font-size: 2.2em;
letter-spacing: 1px;
}
.w3-nature {
width: 64%;
}
.agileits_w3layouts {
width: 36%;
}
.agileits_w3layouts ul li {
font-size: 0.95em;
}
.pic-caption {
padding: 4.5em 1em 0;
}
.gallery h3:before {
left: 25%;
}
.gallery h3:after {
right: 25%;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.7em;
}
.testimonials h3:before {
left: 23%;
}
.testimonials h3:after {
right: 23%;
}
.w3_testimonials_grid h4 {
font-size: 0.9em;
margin: 1em auto 2em;
}
.w3_testimonials_grid h5 {
font-size: 0.95em;
}
.w3_testimonials_grid p {
font-size: 0.85em;
}
.contact-top1 {
padding: 2em 2.5em 3em;
}
.contact-grid1 input[type="submit"] {
width: 27%;
font-size: 0.95em;
}
.w3l-footer.one {
float: left;
width: 50%;
}
.w3l-footer.agileinfo_footer_grid {
float: right;
width: 50%;
}
.w3l-footer.two {
float: left;
width: 50%;
}
.w3l-footer.three {
float: right;
width: 50%;
}
.w3l-footer h3, .w3l-footer h2 {
margin-bottom: 1.3em;
}
.w3l-footer.one p {
line-height: 27px;
}
.contact h3:before {
left: 26%;
}
.contact h3:after {
right: 26%;
}
}
@media(max-width: 568px){
.logo h1 a {
font-size: 0.7em;
}
.ph-agile {
right: 5%;
}
.agileits-banner-info h3 {
font-size: 1.9em;
}
.agileits-banner-info p {
font-size: 0.75em;
}
.agileits-banner-info p:before {
left: 18%;
}
.agileits-banner-info p:after {
right: 18%;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 42%;
width: 38.2%;
}
.w3l_header_left p {
font-size: 0.85em;
}
.callbacks_tabs {
top: 69%;
left: 40%;
}
.header {
bottom: 2%;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 2.5em 0em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.9em;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.75em;
}
.about-grid-main p {
font-size: 0.95em;
}
.about-grid-main h4 {
font-size: 1.3em;
}
.pic-caption h5 {
font-size: 1.35em;
}
.pic-caption p {
font-size: 0.8em;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2.2em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.1em;
}
.w3-nature p {
font-size: 2em;
}
.agileits_w3layouts ul li {
font-size: 0.9em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.2em;
}
.w3agile_gallery_grid {
width: 50%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2.5em 0 0.8em;
font-size: 1.5em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.w3l-footer.one p {
line-height: 24px;
margin-top: 0px;
}
p.footer-gd {
letter-spacing: 1px;
}
}
@media(max-width: 480px){
.agile1 {
width: 22%;
}
.logo {
width: 51%;
}
.ph-agile p span {
font-size: 0.95em;
letter-spacing: 0px;
}
.ph-agile {
right: 14%;
width: 24%;
}
.ph-agile i {
font-size: 1.1em;
padding-top: 12px;
padding-left: 2.8em;
}
section p button {
top: 18px;
left: 24px;
width: 43px;
padding: 0.7em;
}
.banner, .banner-2, .banner-3 {
min-height: 410px;
}
.agileits-banner-info h3 {
font-size: 1.6em;
}
.agileits-banner-info p {
font-size: 0.7em;
letter-spacing:6px;
}
.agileits-banner-info {
margin-top: 8em;
}
.agileits-banner-info h5 a {
font-size: 0.75em;
}
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.social-icons ul li a.fa {
font-size: 0.9em;
margin: 8px 2px;
}
.callbacks_tabs {
top: 67%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.8em;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
width: 6%;
}
.about-top-w3l h3:before, .team h3:before {
left: 26%;
}
.about-top-w3l h3:after, .team h3:after {
right: 26%;
}
.about-top-w3l span, .team span, .gallery span, .testimonials span, .contact span {
font-size: 0.7em;
}
.about-top-w3l p {
font-size: 0.95em;
width: 100%;
}
.about-grid {
width: 75%;
margin: 0em 4em 0em 4em;
}
.team-grid h4 {
font-size: 1.2em;
}
.pic-caption h5 {
font-size: 1.2em;
}
.pic-caption {
padding: 3.5em 1em 0;
}
.team-grid p {
font-size: 0.9em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1em;
letter-spacing: 0px;
}
.agileits_w3layouts_about_counter_left p {
font-size: 2em;
}
.counter-subw3l p {
width: 40%;
font-size: 1.3em;
letter-spacing: 2px;
}
.agile-w3 {
padding: 2.5em 0em;
}
.w3-nature p {
font-size: 1.9em;
}
.agileits_w3layouts ul li {
font-size: 0.85em;
padding-left: 0em;
}
.w3-nature {
width: 60%;
}
.agileits_w3layouts {
width: 40%;
}
.wthree_banner_info_left_grid, .w3l_banner_info_left_grid {
width: 20%;
}
.gallery h3:before {
left: 21%;
}
.gallery h3:after {
right: 21%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 1.5em 0 0.8em;
}
.testimonials h3:before {
left: 18%;
}
.testimonials h3:after {
right: 18%;
}
.w3_testimonials_grid h4 {
font-size: 0.85em;
margin: 0.5em auto 1em;
}
.contact h3:before {
left: 22%;
}
.contact h3:after {
right: 22%;
}
.contact-top1 {
padding: 2em 2em 3em;
}
.contact-grid1 textarea {
height: 126px;
}
.contact-grid1 input[type="submit"] {
width: 31%;
font-size: 0.9em;
}
.google-map iframe {
height: 255px;
}
.title h3 {
font-size: 1.4em;
}
.subscribe {
padding: 3em 0;
}
.w3l-footer.one {
float: left;
width: 100%;
}
.w3l-footer.agileinfo_footer_grid {
float: LEFT;
width: 50%;
}
p.footer-gd {
font-size: 0.95em;
}
.w3l-footer.three {
float: LEFT;
width: 50%;
}
.counter-subw3l p {
width: 40%;
font-size: 1.2em;
}
.w3-nature p {
font-size: 1.8em;
}
.wthree_banner_info_left_grid_left p {
font-size: 0.9em;
}
.callbacks_tabs li {
margin: 0px 5px;
}
}
@media(max-width: 414px){
.logo {
width: 100%;
}
.ph-agile {
right: 6%;
TEXT-ALIGN: CENTER;
width: 100%;
}
.ph-agile i {
padding-top: 0px;
}
.agileits-banner-info h3 {
font-size: 1.5em;
}
.agileits-banner-info p {
letter-spacing: 5px;
}
.agileits-banner-info p:before {
left: 15%;
}
.agileits-banner-info p:after {
right: 15%;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
top: 28%;
}
.agileits-banner-info h5 a {
width: 33%;
}
.banner, .banner-2, .banner-3 {
min-height: 370px;
}
.agileits-banner-info {
margin-top: 9em;
}
.w3l_header_left p {
font-size: 0.8em;
}
.social-icons ul li a.fa {
width: 35px;
height: 35px;
}
.header {
bottom: 0%;
}
.agileits-banner-info h5 a {
margin: 2em auto 0em;
}
.agileits-banner-info h5 a {
padding: 1em 0em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 39%;
width: 34.5%;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.6em;
}
.about-top-w3l h3:after, .about-top-w3l h3:before, .team h3:after, .team h3:before, .gallery h3:after, .gallery h3:before, .contact h3:after, .contact h3:before, .testimonials h3:after, .testimonials h3:before {
width: 7%;
height: 4px;
}
.about-top-w3l h3:before, .team h3:before {
left: 23%;
}
.about-top-w3l h3:after, .team h3:after {
right: 23%;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 2em 0em;
}
.about-top-w3l p {
font-size: 0.9em;
}
.about-grid-main {
padding: 3.5em 1em;
}
.about-grid {
width: 79%;
margin: 0em 3em 0em 3em;
}
.about-grid-main h4 {
font-size: 1.2em;
}
.about-grid-main p {
font-size: 0.85em;
}
.pic-caption h5 {
font-size: 1em;
}
.pic-caption p {
font-size: 0.75em;
}
.pic-caption {
padding: 2.5em 1em 0;
}
.team-grid h4 {
font-size: 1.1em;
}
.team-grid p {
font-size: 0.75em;
}
.agileits_w3layouts_about_counter_left {
width: 100%;
}
.c3, .c4, .c2 {
margin-top: 1.5em;
}
.agileits_w3layouts_about_counter_left h3 {
font-size: 1.1em;
letter-spacing: 1px;
}
.counter-subw3l p {
width: 43%;
top: -4%;
}
.w3-nature {
width: 100%;
}
.agileits_w3layouts ul li {
font-size: 0.9em;
padding-left: 1em;
letter-spacing: 1px;
}
.agileits_w3layouts {
width: 100%;
margin-top: 1em;
padding-left: 2.5em;
}
.wthree_banner_info_left_grid, .w3l_banner_info_left_grid {
width: 27%;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 1.05em;
}
.w3agile_gallery_grid figcaption h4 {
margin: 1.3em 0 0.5em;
font-size: 1.35em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.75em;
}
.w3_testimonials_grid h4 {
font-size: 0.75em;
}
.contact h3:before {
left: 20%;
}
.contact h3:after {
right: 20%;
}
.contact-top1 label {
font-size: 0.95em;
}
.subscribe form input[type="submit"] {
font-size: 0.85em;
width: 27%;
}
.subscribe form input.user {
width: 71%;
font-size: 0.85em;
}
.title h3 {
font-size: 1.3em;
}
.subscribe {
padding: 2.5em 0;
}
.w3l-footer.two {
width: 100%;
}
.w3l-footer.three {
width: 100%;
}
p.footer-gd {
font-size: 0.9em;
line-height: 1.9em;
}
.w3ls-footer-grids {
padding: 12px 0;
}
.contact-grid1 textarea {
height: 115px;
}
.contact-grid1 input[type="submit"] {
width: 35%;
}
.agile1 {
width: 100%;
z-index: 999;
}
}
@media(max-width: 384px){
.social-icons ul li a.fa {
width: 32px;
height: 32px;
}
.agileits-banner-info h3 {
font-size: 1.45em;
}
.callbacks_tabs {
left: 38%;
}
.gallery h3:before {
left: 19%;
}
.gallery h3:after {
right: 19%;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 0.98em;
}
.about-top-w3l h3:before, .team h3:before {
left: 22%;
}
.about-top-w3l h3:after, .team h3:after {
right: 23%;
}
.subscribe form input[type="submit"] {
width: 28%;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.7em;
}
.w3agile_gallery_grid figcaption h4 {
font-size: 1.2em;
}
.w3_testimonials_grids {
width: 88%;
}
.testimonials h3:before {
left: 15%;
}
.testimonials h3:after {
right: 15%;
}
}
@media(max-width: 375px){
.w3l_header_left p span {
padding-right: 0.3em;
}
.social-icons ul li a.fa {
font-size: 0.85em;
margin: 8px 1px;
}
.banner, .banner-2, .banner-3 {
min-height: 330px;
}
.agileits-banner-info h3 {
font-size: 1.3em;
}
.agileits-banner-info p {
margin: 1.2em auto;
}
.agileits-banner-info {
margin-top: 8em;
}
.sub-agile {
top: 2%;
}
.header {
bottom: -1%;
}
.callbacks_tabs {
top: 67%;
}
.about-bottom-w3l, .team-grids, .w3agile_gallery_grids, .contact-grid1 {
margin-top: 2em;
}
.about-grid {
width: 81%;
margin: 0em 2em 0em 2.5em;
}
.counter-subw3l p {
width: 51%;
}
.services-bottom {
padding: 3.5em 0;
}
.agileits_w3layouts_about_counter_left p {
font-size: 1.95em;
}
.wthree_banner_info_left_grid_left {
width: 72%;
}
.agileits-banner-info p:before {
left: 11%;
}
.agileits-banner-info p:after {
right: 11%;
}
.google-map iframe {
height: 228px;
}
}
@media(max-width: 320px){
.logo h1 a {
font-size: 0.6em;
}
section p button {
top: 14px;
left: 14px;
width: 37px;
}
.ph-agile p span {
font-size: 0.8em;
letter-spacing: 1px;
}
.agileits-banner-info h3 {
font-size: 1.15em;
}
.agileits-banner-info p {
margin: 1em auto;
letter-spacing: 4px;
}
.agileits-banner-info h5 a {
width: 40%;
font-size: 0.7em;
}
.agileits-banner-info h5:after, .agileits-banner-info h5:before {
bottom: 41.5%;
width: 32%;
}
.w3l_header_left p {
padding: 1em 0.5em;
font-size: 0.7em;
}
.w3l_header_left p span {
padding-right: 0.2em;
}
.social-icons ul li a.fa {
width: 26px;
height: 26px;
font-size: 0.75em;
}
.callbacks_tabs {
top: 68%;
left: 36%;
}
.about-w3l, .team, .gallery, .testimonials, .contact {
padding: 1.5em 0em;
}
.about-top-w3l h3, .team h3, .gallery h3, .testimonials h3, .contact h3 {
font-size: 1.4em;
}
.about-top-w3l h3:before, .team h3:before {
left: 20%;
}
.about-top-w3l h3:after, .team h3:after {
right: 20%;
}
.agileits-banner-info p:after, .agileits-banner-info p:before {
height: 6px;
width: 8%;
}
.agileits-banner-info p:before {
left: 6%;
}
.agileits-banner-info p:after {
right: 6%;
}
.about-grid-main {
padding: 3em 1em;
}
.about-grid {
width: 89%;
margin: 0em 1.5em 0em 1.3em;
}
.about-grid-main h4 {
font-size: 1.15em;
}
.team-grid {
width: 100%;
}
.pic-caption h5 {
font-size: 1.4em;
}
.team-grid p {
font-size: 0.8em;
}
.pic-caption {
padding: 4.8em 1em 0;
}
.team-grid h4 {
font-size: 1.3em;
}
.team-grid:nth-child(3), .team-grid:nth-child(4), .team-grid:nth-child(2) {
margin-top: 2em;
}
.counter-subw3l p {
width: 59%;
}
.services-bottom {
padding: 3em 0;
}
.w3-nature p {
font-size: 1.7em;
}
.wthree_banner_info_left_grid_left h3 {
font-size: 0.79em;
}
.gallery h3:before {
left: 16%;
}
.gallery h3:after {
right: 16%;
}
.w3agile_gallery_grid {
width: 100%;
}
.w3agile_gallery_grid figcaption h4 {
margin: 2.8em 0 0.5em;
font-size: 1.6em;
}
.w3agile_gallery_grid figcaption p {
font-size: 0.8em;
}
.testimonials h3:before {
left: 12%;
}
.testimonials h3:after {
right: 12%;
}
.w3_testimonials_grid h4 {
font-size: 0.7em;
}
.w3_testimonials_grid p {
font-size: 0.8em;
}
.contact h3:before {
left: 15%;
}
.contact h3:after {
right: 15%;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
font-size: 0.9em;
padding: .65em;
}
.contact-grid1 textarea {
height: 92px;
}
.contact-top1 label {
font-size: 0.9em;
}
.contact-grid1 input[type="submit"] {
width: 45%;
font-size: 0.85em;
}
.google-map iframe {
height: 201px;
}
.title h3 {
font-size: 1.2em;
}
.title p {
font-size: 0.8em;;
}
.subscribe form input.user {
width: 65%;
font-size: 0.8em;
}
.subscribe form input[type="submit"] {
width: 33%;
font-size: 0.8em;
}
.agile-w3 {
padding: 2em 0em;
}
.wthree_banner_info {
padding: 2.5em 0 0em;
}
.w3l-footer h3, .w3l-footer h2 {
font-size: 1.15em;
}
.w3l-footer {
margin-top: 1.5em;
}
p.footer-gd {
font-size: 0.85em;
}
}
/*--//responsive--*/ | 0.249264 | 0.049314 |
background-color: #f51127;
color: white;
font-weight: normal
}
#link a{
transition:0.2s ease-in-out
}
#link a:hover{
transform: scale(1.1);
font-weight: normal;
color:#f51127;
z-index: 100;
border: 0px;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
background-color: white
}
.anfont{
color:#80ccd6
}
#main1{
animation: animation 15s ease-in-out infinite alternate
}
.option{
opacity: 0.75;
}
.option:first-child{
}
.option:hover{
opacity: 1
}
.option img{
transition: 0.5s ease-in-out
}
.option:hover img{
transform: rotate(60deg)
}
.option p{
transition: 0.5s ease-in-out;opacity: 0;width: 0px
}
.option:hover p{
opacity:1;
width: 35px
}
.quan{
animation: info 5s ease-in-out infinite alternate;
animation-iteration-count:3;
}
#ipad{
animation: heart 2.5s ease-in-out infinite alternate;
}
.text-ddd{
color: #dddddd
}
@keyframes animation {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg)
}
}
@-moz-keyframes animation {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg)
}
}
@-o-keyframes animation{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg)
}
}
@keyframes info {
0%{
transform: rotate(0deg) scale(0.8);
}
100%{
transform: rotate(360deg) scale(1.1);
}
}
@-moz-keyframes info{
0%{
transform: rotate(0deg) scale(0.8);
}
100%{
transform: rotate(360deg) scale(1.1);
}
}
@-o-keyframes info{
0%{
transform: rotate(0deg) scale(0.8);
}
100%{
transform: rotate(360deg) scale(1.1);
}
}
@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,5px)}
}
@-moz-keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,5px)}
}
@-o-keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,5px)}
} | public/images/hcy/css/index.css | background-color: #f51127;
color: white;
font-weight: normal
}
#link a{
transition:0.2s ease-in-out
}
#link a:hover{
transform: scale(1.1);
font-weight: normal;
color:#f51127;
z-index: 100;
border: 0px;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
background-color: white
}
.anfont{
color:#80ccd6
}
#main1{
animation: animation 15s ease-in-out infinite alternate
}
.option{
opacity: 0.75;
}
.option:first-child{
}
.option:hover{
opacity: 1
}
.option img{
transition: 0.5s ease-in-out
}
.option:hover img{
transform: rotate(60deg)
}
.option p{
transition: 0.5s ease-in-out;opacity: 0;width: 0px
}
.option:hover p{
opacity:1;
width: 35px
}
.quan{
animation: info 5s ease-in-out infinite alternate;
animation-iteration-count:3;
}
#ipad{
animation: heart 2.5s ease-in-out infinite alternate;
}
.text-ddd{
color: #dddddd
}
@keyframes animation {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg)
}
}
@-moz-keyframes animation {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg)
}
}
@-o-keyframes animation{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg)
}
}
@keyframes info {
0%{
transform: rotate(0deg) scale(0.8);
}
100%{
transform: rotate(360deg) scale(1.1);
}
}
@-moz-keyframes info{
0%{
transform: rotate(0deg) scale(0.8);
}
100%{
transform: rotate(360deg) scale(1.1);
}
}
@-o-keyframes info{
0%{
transform: rotate(0deg) scale(0.8);
}
100%{
transform: rotate(360deg) scale(1.1);
}
}
@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,5px)}
}
@-moz-keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,5px)}
}
@-o-keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,5px)}
} | 0.768733 | 0.230595 |
body {
background-color: darkgray;
font-family: garamond;
margin: 0px;
z-index: -2;
position: sticky;
}
main {
background-color: white;
width: 66vw;
margin: auto;
height: 100vh;
box-shadow: 0px 0px 3px 3px gray;
padding: 0em 1em 0em 1em;
position: relative;
transition: visibility 6s;
}
#title {
width: 100%;
text-align: center;
padding-top: 5vh;
font-size: 44px;
letter-spacing: 5pt;
}
#title h2 {
font-weight: normal;
margin-top: 0vh;
padding-top: 0vh;
font-size: 16px;
}
a:any-link {
color: inherit;
text-decoration: none;
}
:not(li, td)>a:hover {
text-decoration: underline;
}
#navbar li a {
display: inline-block;
padding: 5px 15px 5px 15px;
}
li .current {
color: grey;
}
#navbar li a:hover:not(.current){
background-color: whitesmoke;
}
#navbar ul {
list-style-type: none;
display: flex;
justify-content: center;
align-items: center;
padding: 0px;
margin: 0px;
}
#navbar hr {
height: 1px;
background-color: gray;
border-width: 0px;
margin: 0px;
}
#menu-boxes {
margin: auto;
border-spacing: 20px;
}
#menu-boxes td {
width: 15vw;
text-align: center;
height: 9vw;
border: 0.5vw solid rgba(0,0,0,.25);
box-shadow: 0px 0px 2px 2px gray;
font-size: 2em;
font-weight: bold;
color: black;
text-shadow: -.5px -.5px white, .5px -.5px white, -.5px .5px white, .5px .5px white;
box-sizing: border-box;
background-size: cover;
background-origin: border-box;
transition: all .6s;
}
#menu-boxes td:hover {
border: 0vw solid rgba(0,0,0,.25);
transform: scale(1.1)
}
#quote {
margin: auto;
text-align: center;
font-style: oblique;
font-size: 2em;
}
#quote p {
font-style: normal;
text-align: right;
width: 60%;
margin: auto;
font-size: .75em;
}
div[src="footer.html"] {
text-align: center;
position: absolute;
margin-left: auto;
margin-right: auto;
bottom: 2vh;
left: 0;
right: 0;
}
#bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#bg .cells[data-status="dead"] {
fill: darkgrey;
}
#bg .cells {
transition: fill .25s;
position: fixed;
}
#bg .cells:hover {
stroke: lightgrey !important;
}
#bg .cells[data-status="alive"] {
fill: lightgrey;
}
#hide-main-btn {
position: absolute;
top: 0;
right: 16vw;
padding: 5pt;
z-index: 2;
}
.arrow {
fill: lightgrey;
transition: fill .6s;
transform-origin: inherit;
}
.arrow:hover{
fill: grey;
}
.arrow.flipped {
transform: rotate(-180deg);
} | style.css | body {
background-color: darkgray;
font-family: garamond;
margin: 0px;
z-index: -2;
position: sticky;
}
main {
background-color: white;
width: 66vw;
margin: auto;
height: 100vh;
box-shadow: 0px 0px 3px 3px gray;
padding: 0em 1em 0em 1em;
position: relative;
transition: visibility 6s;
}
#title {
width: 100%;
text-align: center;
padding-top: 5vh;
font-size: 44px;
letter-spacing: 5pt;
}
#title h2 {
font-weight: normal;
margin-top: 0vh;
padding-top: 0vh;
font-size: 16px;
}
a:any-link {
color: inherit;
text-decoration: none;
}
:not(li, td)>a:hover {
text-decoration: underline;
}
#navbar li a {
display: inline-block;
padding: 5px 15px 5px 15px;
}
li .current {
color: grey;
}
#navbar li a:hover:not(.current){
background-color: whitesmoke;
}
#navbar ul {
list-style-type: none;
display: flex;
justify-content: center;
align-items: center;
padding: 0px;
margin: 0px;
}
#navbar hr {
height: 1px;
background-color: gray;
border-width: 0px;
margin: 0px;
}
#menu-boxes {
margin: auto;
border-spacing: 20px;
}
#menu-boxes td {
width: 15vw;
text-align: center;
height: 9vw;
border: 0.5vw solid rgba(0,0,0,.25);
box-shadow: 0px 0px 2px 2px gray;
font-size: 2em;
font-weight: bold;
color: black;
text-shadow: -.5px -.5px white, .5px -.5px white, -.5px .5px white, .5px .5px white;
box-sizing: border-box;
background-size: cover;
background-origin: border-box;
transition: all .6s;
}
#menu-boxes td:hover {
border: 0vw solid rgba(0,0,0,.25);
transform: scale(1.1)
}
#quote {
margin: auto;
text-align: center;
font-style: oblique;
font-size: 2em;
}
#quote p {
font-style: normal;
text-align: right;
width: 60%;
margin: auto;
font-size: .75em;
}
div[src="footer.html"] {
text-align: center;
position: absolute;
margin-left: auto;
margin-right: auto;
bottom: 2vh;
left: 0;
right: 0;
}
#bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#bg .cells[data-status="dead"] {
fill: darkgrey;
}
#bg .cells {
transition: fill .25s;
position: fixed;
}
#bg .cells:hover {
stroke: lightgrey !important;
}
#bg .cells[data-status="alive"] {
fill: lightgrey;
}
#hide-main-btn {
position: absolute;
top: 0;
right: 16vw;
padding: 5pt;
z-index: 2;
}
.arrow {
fill: lightgrey;
transition: fill .6s;
transform-origin: inherit;
}
.arrow:hover{
fill: grey;
}
.arrow.flipped {
transform: rotate(-180deg);
} | 0.427755 | 0.095856 |
@import url(organize.css);
@import url(center.css);
@import url(heart.css);
@import url(stop.css);
@import url(notice.css);
@import url(specialActivity.css);
@import url(activity.css);
@import url(login.css);
/* @import url(../font/iconfont.css); */
@import url(organize.css);
@import url(center.css);
@import url(heart.css);
@import url(stop.css);
@import url(notice.css);
@import url(specialActivity.css);
@import url(activity.css);
@import url(login.css);
* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
body,
html {
height: 100%;
font-family: 'Arial', 'Microsoft YaHei';
}
body {
background-color: #eceeee;
}
img {
border: none;
}
a {
text-decoration: none;
}
.banner {
position: relative;
background: url(../img/banner.png) no-repeat center top;
background-size: 100% 100%;
height: 102px;
width: 100%;
overflow: hidden;
clear: both;
}
.banner .b-img-wrap {
position: absolute;
right: 63px;
top: 28px;
width: 147px;
height: 37px;
}
.banner .b-img-wrap img {
display: inline-block;
width: 100%;
height: 100%;
}
.wrapper {
position: relative;
width: 100%;
min-height: 100%;
height: auto;
margin: 0 auto;
overflow: hidden;
background: #f0f0f0;
}
.content {
position: relative;
}
.sidebar {
width: 156px;
font-size: 16px;
overflow: hidden;
height: calc(100% - 210px);
background-color: #fff;
}
main {
margin-left: 156px;
min-height: 500px;
height: auto;
overflow: hidden;
background: #ffffff;
}
main.outline {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #edf0fa;
}
.sidebar .member-info {
color: #93a8df;
line-height: 1;
}
.sidebar .m-photo {
width: 80px;
height: 80px;
border-radius: 80px;
margin: 50px auto 6px;
overflow: hidden;
background: #5e8df7;
}
.sidebar .m-photo img {
width: 100%;
height: 100%;
display: inline-block;
}
.sidebar .m-name {
font-size: 20px;
margin-bottom: 20px;
}
.sidebar .m-login-date {
margin: 12px 0 8px;
}
.sidebar ul {
height: 770px;
overflow-y: scroll;
}
.sidebar .nav {
height: 136px;
width: 100%;
text-align: center;
line-height: 1;
box-sizing: border-box;
margin: 20px 0;
}
.sidebar .nav .nav-name {
font-size: 16px;
color: #bdcbf5;
text-align: center;
}
.sidebar .nav .nav-name.active {
color: #5e8df7;
}
.sidebar .nav.active {
border-left: 6px solid #5e8df7;
background: rgba(189, 203, 245, .2);
}
.sidebar .organize-icon {
display: inline-block;
width: 68px;
height: 68px;
margin: 22px auto 10px;
background: url(../img/organize-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .organize-icon.active {
background: url(../img/organize.png) no-repeat;
}
.sidebar .center-icon {
display: inline-block;
width: 50px;
height: 68px;
margin: 22px auto 10px;
background: url(../img/center-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .center-icon.active {
background: url(../img/center.png) no-repeat;
}
.sidebar .heart-icon {
display: inline-block;
width: 66px;
height: 54px;
margin: 22px auto 10px;
background: url(../img/heart-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .heart-icon.active {
background: url(../img/heart.png) no-repeat;
}
.sidebar .stop-icon {
display: inline-block;
width: 71px;
height: 55px;
margin: 22px auto 10px;
background: url(../img/stop-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .stop-icon.active {
background: url(../img/stop.png) no-repeat;
}
.sidebar .activity-icon {
display: inline-block;
width: 71px;
height: 55px;
margin: 22px auto 10px;
background: url(../img/huodong.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .activity-icon.active {
background: url(../img/choosehuodong.png) no-repeat;
width: 109px;
}
.sidebar .special-icon {
background: url(../img/tese.png) no-repeat;
display: inline-block;
width: 71px;
height: 66px;
margin: 22px auto 10px;
background-size: 100% 100%;
}
.sidebar .special-icon.active {
background: url(../img/choose-tese.png) no-repeat;
height: 55px;
}
.sidebar .notice-icon {
background: url(../img/notice-icon.png) no-repeat;
display: inline-block;
width: 71px;
height: 55px;
margin: 22px auto 10px;
background-size: 100% 100%;
}
.sidebar .notice-icon.active {
background: url(../img/choose-notice.png) no-repeat;
}
.sidebar .system-icon {
background: url(../img/system_active.png) no-repeat;
display: inline-block;
width: 72px;
height: 72px;
margin: 22px auto 10px;
background-size: 100% 100%;
}
.sidebar .system-icon.active {
background: url(../img/system.png) no-repeat;
}
/*公共样式*/
.tr {
text-align: center;
}
.mask {
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
}
.alert {
z-index: 999;
}
.alert-cnt {
position: absolute;
top: 10%;
left: 0;
right: 0;
margin: auto;
width: 600px;
background: #ECEEF4;
text-align: center;
box-sizing: border-box;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.alert-header{
text-align: right;
padding:15px;
border-bottom: 1px solid #ddd;
}
.alert-header .alert-close{
background: #ECEEF4;
color: #333;
}
.alert-body{
padding:15px;
margin-right:20px;
}
.alert-text{
/*color: #006eff;*/
/*background-color: #d7e6f8;*/
padding: 15px;
/*border: 1px solid transparent;*/
/*border-radius: 4px;*/
/*border-color: #00a4ff;*/
font-weight: normal;
font-size: 20px;
}
.alert-footer{
padding:15px;
border-top: 1px solid #ddd;
}
.alert-close {
width: 72px;
line-height: 1;
/*background: #5E87EB;*/
background: #006eff;
color: #fff;
text-align: center;
padding: 6px 12px;
cursor: pointer;
margin: 0px auto;
}
input[type='text']{
height: 30px;
line-height: 30px;
padding: 0 28px 0 10px;
border: 1px solid #ddd;
width:275px;
color:#333;
font-size:14px;
padding:0 10px;
}
input[type='text']:focus,
select:focus{
border: 1px solid #006eff;
outline: 0;
}
select{
width: 298px !important;
padding: 0 10px;
color:#333;
}
.btn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
outline: none;
}
.btn-primary{
color: #fff;
background-color: #7E95DA;
border-color: #7E95DA;
width: 100px;
border-radius: 20px;
} | src/css/index.css | @import url(organize.css);
@import url(center.css);
@import url(heart.css);
@import url(stop.css);
@import url(notice.css);
@import url(specialActivity.css);
@import url(activity.css);
@import url(login.css);
/* @import url(../font/iconfont.css); */
@import url(organize.css);
@import url(center.css);
@import url(heart.css);
@import url(stop.css);
@import url(notice.css);
@import url(specialActivity.css);
@import url(activity.css);
@import url(login.css);
* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
body,
html {
height: 100%;
font-family: 'Arial', 'Microsoft YaHei';
}
body {
background-color: #eceeee;
}
img {
border: none;
}
a {
text-decoration: none;
}
.banner {
position: relative;
background: url(../img/banner.png) no-repeat center top;
background-size: 100% 100%;
height: 102px;
width: 100%;
overflow: hidden;
clear: both;
}
.banner .b-img-wrap {
position: absolute;
right: 63px;
top: 28px;
width: 147px;
height: 37px;
}
.banner .b-img-wrap img {
display: inline-block;
width: 100%;
height: 100%;
}
.wrapper {
position: relative;
width: 100%;
min-height: 100%;
height: auto;
margin: 0 auto;
overflow: hidden;
background: #f0f0f0;
}
.content {
position: relative;
}
.sidebar {
width: 156px;
font-size: 16px;
overflow: hidden;
height: calc(100% - 210px);
background-color: #fff;
}
main {
margin-left: 156px;
min-height: 500px;
height: auto;
overflow: hidden;
background: #ffffff;
}
main.outline {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #edf0fa;
}
.sidebar .member-info {
color: #93a8df;
line-height: 1;
}
.sidebar .m-photo {
width: 80px;
height: 80px;
border-radius: 80px;
margin: 50px auto 6px;
overflow: hidden;
background: #5e8df7;
}
.sidebar .m-photo img {
width: 100%;
height: 100%;
display: inline-block;
}
.sidebar .m-name {
font-size: 20px;
margin-bottom: 20px;
}
.sidebar .m-login-date {
margin: 12px 0 8px;
}
.sidebar ul {
height: 770px;
overflow-y: scroll;
}
.sidebar .nav {
height: 136px;
width: 100%;
text-align: center;
line-height: 1;
box-sizing: border-box;
margin: 20px 0;
}
.sidebar .nav .nav-name {
font-size: 16px;
color: #bdcbf5;
text-align: center;
}
.sidebar .nav .nav-name.active {
color: #5e8df7;
}
.sidebar .nav.active {
border-left: 6px solid #5e8df7;
background: rgba(189, 203, 245, .2);
}
.sidebar .organize-icon {
display: inline-block;
width: 68px;
height: 68px;
margin: 22px auto 10px;
background: url(../img/organize-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .organize-icon.active {
background: url(../img/organize.png) no-repeat;
}
.sidebar .center-icon {
display: inline-block;
width: 50px;
height: 68px;
margin: 22px auto 10px;
background: url(../img/center-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .center-icon.active {
background: url(../img/center.png) no-repeat;
}
.sidebar .heart-icon {
display: inline-block;
width: 66px;
height: 54px;
margin: 22px auto 10px;
background: url(../img/heart-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .heart-icon.active {
background: url(../img/heart.png) no-repeat;
}
.sidebar .stop-icon {
display: inline-block;
width: 71px;
height: 55px;
margin: 22px auto 10px;
background: url(../img/stop-gray.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .stop-icon.active {
background: url(../img/stop.png) no-repeat;
}
.sidebar .activity-icon {
display: inline-block;
width: 71px;
height: 55px;
margin: 22px auto 10px;
background: url(../img/huodong.png) no-repeat;
background-size: 100% 100%;
}
.sidebar .activity-icon.active {
background: url(../img/choosehuodong.png) no-repeat;
width: 109px;
}
.sidebar .special-icon {
background: url(../img/tese.png) no-repeat;
display: inline-block;
width: 71px;
height: 66px;
margin: 22px auto 10px;
background-size: 100% 100%;
}
.sidebar .special-icon.active {
background: url(../img/choose-tese.png) no-repeat;
height: 55px;
}
.sidebar .notice-icon {
background: url(../img/notice-icon.png) no-repeat;
display: inline-block;
width: 71px;
height: 55px;
margin: 22px auto 10px;
background-size: 100% 100%;
}
.sidebar .notice-icon.active {
background: url(../img/choose-notice.png) no-repeat;
}
.sidebar .system-icon {
background: url(../img/system_active.png) no-repeat;
display: inline-block;
width: 72px;
height: 72px;
margin: 22px auto 10px;
background-size: 100% 100%;
}
.sidebar .system-icon.active {
background: url(../img/system.png) no-repeat;
}
/*公共样式*/
.tr {
text-align: center;
}
.mask {
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
}
.alert {
z-index: 999;
}
.alert-cnt {
position: absolute;
top: 10%;
left: 0;
right: 0;
margin: auto;
width: 600px;
background: #ECEEF4;
text-align: center;
box-sizing: border-box;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.alert-header{
text-align: right;
padding:15px;
border-bottom: 1px solid #ddd;
}
.alert-header .alert-close{
background: #ECEEF4;
color: #333;
}
.alert-body{
padding:15px;
margin-right:20px;
}
.alert-text{
/*color: #006eff;*/
/*background-color: #d7e6f8;*/
padding: 15px;
/*border: 1px solid transparent;*/
/*border-radius: 4px;*/
/*border-color: #00a4ff;*/
font-weight: normal;
font-size: 20px;
}
.alert-footer{
padding:15px;
border-top: 1px solid #ddd;
}
.alert-close {
width: 72px;
line-height: 1;
/*background: #5E87EB;*/
background: #006eff;
color: #fff;
text-align: center;
padding: 6px 12px;
cursor: pointer;
margin: 0px auto;
}
input[type='text']{
height: 30px;
line-height: 30px;
padding: 0 28px 0 10px;
border: 1px solid #ddd;
width:275px;
color:#333;
font-size:14px;
padding:0 10px;
}
input[type='text']:focus,
select:focus{
border: 1px solid #006eff;
outline: 0;
}
select{
width: 298px !important;
padding: 0 10px;
color:#333;
}
.btn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
outline: none;
}
.btn-primary{
color: #fff;
background-color: #7E95DA;
border-color: #7E95DA;
width: 100px;
border-radius: 20px;
} | 0.173884 | 0.038322 |
.l-lessonDetail {
border-bottom: #F6F5F7 1px solid
}
.l-lessonDetail__browsing {
padding: 24px 0 0
}
@media screen and (max-width: 897px) {
.l-lessonDetail__browsing .l-allWrapper {
padding: 0 20px
}
}
@media screen and (min-width: 896px) {
.l-lessonDetail__browsing .l-allWrapper {
width: 600px;
margin: auto
}
}
.l-lessonDetail__browsing a {
display: block;
padding: 15px 0;
text-align: center;
background: #fff;
border-radius: 3px;
border: 1px solid #3188FF;
color: #3188FF;
transition: .3s all
}
@media screen and (min-width: 896px) {
.l-lessonDetail__browsing a {
padding: 20px 0
}
}
.l-lessonDetail__browsing a:hover {
background: #3188FF;
color: #fff
}
.l-lessonDetail__browsing p {
padding: 15px 0;
text-align: center;
border-radius: 3px
}
@media screen and (min-width: 896px) {
.l-lessonDetail__browsing p {
padding: 20px 0
}
}
.l-lessonDetail__browsing p.lesson-fin {
background: #9D9D9D;
color: #fff
}
.l-lessonDetail__browsing p.lesson-wait {
background: #fff;
border: 1px solid #ED6C73;
color: #ED6C73
}
.l-lessonDetail__header {
padding: 24px 0 0
}
@media screen and (min-width: 896px) {
.l-lessonDetail__header {
padding: 42px 0
}
}
@media screen and (min-width: 896px) {
.l-lessonDetail__header__inner {
height: 295px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__img {
width: 100%;
padding: 0 20px
}
}
@media screen and (min-width: 896px) {
.c-lessonDetail__img {
float: left;
width: 365px;
margin-right: 24px
}
}
.c-lessonDetail__img .c-lessonDetail__img__thumb {
width: 100%
}
@media screen and (min-width: 896px) {
.c-lessonDetail__img .c-lessonDetail__img__thumb {
width: 295px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__img .c-lessonDetail__img__thumb {
margin-bottom: 10px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__img__list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
cursor:pointer;
}
}
.c-lessonDetail__img__list li {
width: 55px;
margin-bottom: 5px;
position: relative;
cursor:pointer;
}
.c-lessonDetail__img__list li:before {
content: "";
display: block;
padding-top: 100%;
cursor:pointer;
}
.c-lessonDetail__img__list li:last-child {
margin-bottom: 0;
cursor:pointer;
}
.c-lessonDetail__img__list li>img {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
cursor:pointer;
transform: translate(-50%, -50%);
object-fit: cover;
font-family: 'object-fit: cover;'
}
@media screen and (min-width: 896px) {
.c-lessonDetail__headline {
width: 611px;
float: right;
margin-right: 0;
margin-left: auto
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__headline {
padding: 0 20px
}
}
.c-lessonDetail__headline .title {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px
}
.c-lessonDetail__headline .sub {
margin-bottom: 12px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__headline .sub {
margin-bottom: 40px
}
}
.c-lessonDetail__headline .sub span {
display: inline-block;
background: #fff;
border-radius: 10px;
padding: 5px 20px;
font-size: 12px
}
.c-lessonDetail__headline .sub .application {
color: #9D9D9D;
margin-right: 5px
}
.c-lessonDetail__headline .sub .evaluation img {
vertical-align: middle;
width: 10px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info {
width: 611px;
margin-right: 0;
margin-left: auto;
float: right
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__info {
background: #fff;
padding: 20px
}
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info .other {
height: 76px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__info .other .other__price {
width: 100%;
background: #F8F8F8;
text-align: center;
padding: 15px 0;
margin-bottom: 15px
}
}
.c-lessonDetail__info .other .other__price .price {
font-size: 20px;
font-weight: 700
}
.c-lessonDetail__info .other .other__price .cancel {
font-size: 12px;
color: #9D9D9D
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info .other .other__date {
height: 76px;
width: 197px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6
}
}
.c-lessonDetail__info .other .other__date p {
text-align: left;
font-size: 16px;
font-weight: 700
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info .other .other__date p {
font-size: 20px
}
}
.c-lessonDetail__info .other .other__date .week {
font-size: 14px
}
.c-lessonDetail__info .other .other_reserve a {
display: block;
width: 160px;
height: 43px;
line-height: 43px;
background: #ED6C73;
color: #fff;
text-align: center
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body {
background: #fff;
padding: 42px 0
}
}
.l-lessonDetail__body__main {
flex: 1
}
.c-lessonDetail__content {
margin-top: 24px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__content:not(:last-child) {
padding-bottom: 48px;
margin-bottom: 48px;
border-bottom: 1px solid #F0F0F0
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__content__title {
padding: 0 20px
}
}
.c-lessonDetail__content__title h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__content__title h2 {
font-size: 20px;
margin-bottom: 24px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__content__wrap {
background: #fff;
padding: 20px
}
}
.c-lessonDetail__content__wrap.lesson-detail .detail {
margin-bottom: 24px;
line-height: 1.5;
font-size: 13px
}
.c-lessonDetail__content__wrap.lesson-detail table {
width: 100%;
word-break: break-all;
word-wrap: break-all
}
.c-lessonDetail__content__wrap.lesson-detail table * {
font-size: inherit
}
.c-lessonDetail__content__wrap.lesson-detail table th,
.c-lessonDetail__content__wrap.lesson-detail table td {
padding: 15px;
text-align: left;
border: solid 1px #F0F0F0
}
.c-lessonDetail__content__wrap.lesson-detail table th {
width: 110px;
border: solid 1px #F0F0F0;
vertical-align: middle;
font-weight: 600;
background: #FAFAFA
}
@media screen and (min-width: 896px) {
.c-lessonDetail__content__wrap.lesson-detail table th {
width: 170px
}
}
.c-lessonDetail__content__wrap.lesson-detail table td {
padding: 15px;
background: #fff;
vertical-align: top
}
.c-lessonDetail__content__wrap.lesson-detail table td .category {
color: #ED6C73;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
padding: 3px 10px;
border: 1px solid #ED6C73;
border-radius: 30px
}
.c-userComment__box:not(:last-child) {
margin-bottom: 24px
}
.c-userComment__human {
margin-bottom: 12px
}
.c-userComment__human>.img {
border-radius: 50%;
background: #fff;
padding: 3px;
margin-right: 20px;
width: 75px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
z-index: 1
}
.c-userComment__human>.info .name {
font-size: 12px;
margin-bottom: 3px
}
.c-userComment__human>.info .other {
vertical-align: middle;
font-size: 12px
}
.c-userComment__human>.info .other .evaluation img {
width: 12px;
height: 12px;
vertical-align: middle
}
.c-userComment__human>.info .other .date {
color: #9D9D9D
}
.c-userComment__content {
background: #FAFAFA;
padding: 10px;
font-size: 13px;
line-height: 1.6
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar {
border-left: 1px solid #F0F0F0;
width: 280px;
margin-left: 42px;
padding-left: 42px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar {
width: 100%
}
.l-lessonDetail__body__sidebar .l-lessonDetail__body__sidebar__title {
margin-top: 24px;
padding: 0 20px
}
.l-lessonDetail__body__sidebar .l-lessonDetail__body__sidebar__title h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .l-lessonDetail__body__sidebar__wrap {
background: #fff;
padding: 20px
}
}
.l-lessonDetail__body__sidebar .teacher__img {
border-radius: 50%;
background: #fff;
padding: 3px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
z-index: 1;
width: 120px;
margin-right: 10px;
margin: auto auto 15px
}
.l-lessonDetail__body__sidebar .teacher__profile {
text-align: center;
margin-bottom: 10px
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar .teacher__profile {
margin-bottom: 15px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .teacher__profile .teacher__profile__detail {
font-size: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center
}
}
.l-lessonDetail__body__sidebar .teacher__profile .name {
font-weight: 700
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar .teacher__profile .name {
margin-bottom: 5px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .teacher__profile .name {
margin-right: 5px
}
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar .teacher__profile .evaluation {
margin-bottom: 5px
}
}
.l-lessonDetail__body__sidebar .teacher__profile .evaluation img {
width: 10px;
vertical-align: middle
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .teacher__profile .c-teacher--box__category {
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
}
.l-lessonDetail__body__sidebar .techer__detail {
font-size: 13px;
line-height: 1.5;
background: #FAFAFA;
padding: 10px
}
@media screen and (max-width: 897px) {
.l-scroll.lessonDetailVersion {
background: transparent
}
}
@media screen and (max-width: 897px) {
.l-scroll.lessonDetailVersion .l-scroll__box {
padding-top: 24px
}
}
/* Image fade-in */
.fade-in-image {
opacity: 50%;
animation: fadeIn 3s;
}
.fade-in-image:hover {
opacity:100%;
transition:opacity 2s
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
/*# sourceMappingURL=lessonDetail.css.map */ | public/css/foundation/single/lessonDetail.css | .l-lessonDetail {
border-bottom: #F6F5F7 1px solid
}
.l-lessonDetail__browsing {
padding: 24px 0 0
}
@media screen and (max-width: 897px) {
.l-lessonDetail__browsing .l-allWrapper {
padding: 0 20px
}
}
@media screen and (min-width: 896px) {
.l-lessonDetail__browsing .l-allWrapper {
width: 600px;
margin: auto
}
}
.l-lessonDetail__browsing a {
display: block;
padding: 15px 0;
text-align: center;
background: #fff;
border-radius: 3px;
border: 1px solid #3188FF;
color: #3188FF;
transition: .3s all
}
@media screen and (min-width: 896px) {
.l-lessonDetail__browsing a {
padding: 20px 0
}
}
.l-lessonDetail__browsing a:hover {
background: #3188FF;
color: #fff
}
.l-lessonDetail__browsing p {
padding: 15px 0;
text-align: center;
border-radius: 3px
}
@media screen and (min-width: 896px) {
.l-lessonDetail__browsing p {
padding: 20px 0
}
}
.l-lessonDetail__browsing p.lesson-fin {
background: #9D9D9D;
color: #fff
}
.l-lessonDetail__browsing p.lesson-wait {
background: #fff;
border: 1px solid #ED6C73;
color: #ED6C73
}
.l-lessonDetail__header {
padding: 24px 0 0
}
@media screen and (min-width: 896px) {
.l-lessonDetail__header {
padding: 42px 0
}
}
@media screen and (min-width: 896px) {
.l-lessonDetail__header__inner {
height: 295px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__img {
width: 100%;
padding: 0 20px
}
}
@media screen and (min-width: 896px) {
.c-lessonDetail__img {
float: left;
width: 365px;
margin-right: 24px
}
}
.c-lessonDetail__img .c-lessonDetail__img__thumb {
width: 100%
}
@media screen and (min-width: 896px) {
.c-lessonDetail__img .c-lessonDetail__img__thumb {
width: 295px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__img .c-lessonDetail__img__thumb {
margin-bottom: 10px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__img__list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
cursor:pointer;
}
}
.c-lessonDetail__img__list li {
width: 55px;
margin-bottom: 5px;
position: relative;
cursor:pointer;
}
.c-lessonDetail__img__list li:before {
content: "";
display: block;
padding-top: 100%;
cursor:pointer;
}
.c-lessonDetail__img__list li:last-child {
margin-bottom: 0;
cursor:pointer;
}
.c-lessonDetail__img__list li>img {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
cursor:pointer;
transform: translate(-50%, -50%);
object-fit: cover;
font-family: 'object-fit: cover;'
}
@media screen and (min-width: 896px) {
.c-lessonDetail__headline {
width: 611px;
float: right;
margin-right: 0;
margin-left: auto
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__headline {
padding: 0 20px
}
}
.c-lessonDetail__headline .title {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px
}
.c-lessonDetail__headline .sub {
margin-bottom: 12px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__headline .sub {
margin-bottom: 40px
}
}
.c-lessonDetail__headline .sub span {
display: inline-block;
background: #fff;
border-radius: 10px;
padding: 5px 20px;
font-size: 12px
}
.c-lessonDetail__headline .sub .application {
color: #9D9D9D;
margin-right: 5px
}
.c-lessonDetail__headline .sub .evaluation img {
vertical-align: middle;
width: 10px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info {
width: 611px;
margin-right: 0;
margin-left: auto;
float: right
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__info {
background: #fff;
padding: 20px
}
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info .other {
height: 76px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__info .other .other__price {
width: 100%;
background: #F8F8F8;
text-align: center;
padding: 15px 0;
margin-bottom: 15px
}
}
.c-lessonDetail__info .other .other__price .price {
font-size: 20px;
font-weight: 700
}
.c-lessonDetail__info .other .other__price .cancel {
font-size: 12px;
color: #9D9D9D
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info .other .other__date {
height: 76px;
width: 197px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6
}
}
.c-lessonDetail__info .other .other__date p {
text-align: left;
font-size: 16px;
font-weight: 700
}
@media screen and (min-width: 896px) {
.c-lessonDetail__info .other .other__date p {
font-size: 20px
}
}
.c-lessonDetail__info .other .other__date .week {
font-size: 14px
}
.c-lessonDetail__info .other .other_reserve a {
display: block;
width: 160px;
height: 43px;
line-height: 43px;
background: #ED6C73;
color: #fff;
text-align: center
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body {
background: #fff;
padding: 42px 0
}
}
.l-lessonDetail__body__main {
flex: 1
}
.c-lessonDetail__content {
margin-top: 24px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__content:not(:last-child) {
padding-bottom: 48px;
margin-bottom: 48px;
border-bottom: 1px solid #F0F0F0
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__content__title {
padding: 0 20px
}
}
.c-lessonDetail__content__title h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px
}
@media screen and (min-width: 896px) {
.c-lessonDetail__content__title h2 {
font-size: 20px;
margin-bottom: 24px
}
}
@media screen and (max-width: 897px) {
.c-lessonDetail__content__wrap {
background: #fff;
padding: 20px
}
}
.c-lessonDetail__content__wrap.lesson-detail .detail {
margin-bottom: 24px;
line-height: 1.5;
font-size: 13px
}
.c-lessonDetail__content__wrap.lesson-detail table {
width: 100%;
word-break: break-all;
word-wrap: break-all
}
.c-lessonDetail__content__wrap.lesson-detail table * {
font-size: inherit
}
.c-lessonDetail__content__wrap.lesson-detail table th,
.c-lessonDetail__content__wrap.lesson-detail table td {
padding: 15px;
text-align: left;
border: solid 1px #F0F0F0
}
.c-lessonDetail__content__wrap.lesson-detail table th {
width: 110px;
border: solid 1px #F0F0F0;
vertical-align: middle;
font-weight: 600;
background: #FAFAFA
}
@media screen and (min-width: 896px) {
.c-lessonDetail__content__wrap.lesson-detail table th {
width: 170px
}
}
.c-lessonDetail__content__wrap.lesson-detail table td {
padding: 15px;
background: #fff;
vertical-align: top
}
.c-lessonDetail__content__wrap.lesson-detail table td .category {
color: #ED6C73;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
padding: 3px 10px;
border: 1px solid #ED6C73;
border-radius: 30px
}
.c-userComment__box:not(:last-child) {
margin-bottom: 24px
}
.c-userComment__human {
margin-bottom: 12px
}
.c-userComment__human>.img {
border-radius: 50%;
background: #fff;
padding: 3px;
margin-right: 20px;
width: 75px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
z-index: 1
}
.c-userComment__human>.info .name {
font-size: 12px;
margin-bottom: 3px
}
.c-userComment__human>.info .other {
vertical-align: middle;
font-size: 12px
}
.c-userComment__human>.info .other .evaluation img {
width: 12px;
height: 12px;
vertical-align: middle
}
.c-userComment__human>.info .other .date {
color: #9D9D9D
}
.c-userComment__content {
background: #FAFAFA;
padding: 10px;
font-size: 13px;
line-height: 1.6
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar {
border-left: 1px solid #F0F0F0;
width: 280px;
margin-left: 42px;
padding-left: 42px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar {
width: 100%
}
.l-lessonDetail__body__sidebar .l-lessonDetail__body__sidebar__title {
margin-top: 24px;
padding: 0 20px
}
.l-lessonDetail__body__sidebar .l-lessonDetail__body__sidebar__title h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .l-lessonDetail__body__sidebar__wrap {
background: #fff;
padding: 20px
}
}
.l-lessonDetail__body__sidebar .teacher__img {
border-radius: 50%;
background: #fff;
padding: 3px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
z-index: 1;
width: 120px;
margin-right: 10px;
margin: auto auto 15px
}
.l-lessonDetail__body__sidebar .teacher__profile {
text-align: center;
margin-bottom: 10px
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar .teacher__profile {
margin-bottom: 15px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .teacher__profile .teacher__profile__detail {
font-size: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center
}
}
.l-lessonDetail__body__sidebar .teacher__profile .name {
font-weight: 700
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar .teacher__profile .name {
margin-bottom: 5px
}
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .teacher__profile .name {
margin-right: 5px
}
}
@media screen and (min-width: 896px) {
.l-lessonDetail__body__sidebar .teacher__profile .evaluation {
margin-bottom: 5px
}
}
.l-lessonDetail__body__sidebar .teacher__profile .evaluation img {
width: 10px;
vertical-align: middle
}
@media screen and (max-width: 897px) {
.l-lessonDetail__body__sidebar .teacher__profile .c-teacher--box__category {
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
}
.l-lessonDetail__body__sidebar .techer__detail {
font-size: 13px;
line-height: 1.5;
background: #FAFAFA;
padding: 10px
}
@media screen and (max-width: 897px) {
.l-scroll.lessonDetailVersion {
background: transparent
}
}
@media screen and (max-width: 897px) {
.l-scroll.lessonDetailVersion .l-scroll__box {
padding-top: 24px
}
}
/* Image fade-in */
.fade-in-image {
opacity: 50%;
animation: fadeIn 3s;
}
.fade-in-image:hover {
opacity:100%;
transition:opacity 2s
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
/*# sourceMappingURL=lessonDetail.css.map */ | 0.374448 | 0.100879 |
.top_tips{width:100%;min-width:1100px; height:24px;background-color:#fff5d3; border:1px solid #feb654;border-left:0 solid #feb654;border-right:0 solid #feb654;}
.top_box{ margin:0 auto; width:1100px;line-height:22px;overflow:hidden; font-size:12px;white-space:nowrap; }
.top_tips .icons{ background: url(../images/icon_toptips.png) no-repeat scroll 0 0;}
.top_tips .icon_tip1{background-position:0 -4px; height:12px; margin: 5px 10px 0;width:17px;}
.top_tips .icon_close{background-position:0 -26px; height:15px; margin:3px 10px 0 10px;width:15px; text-indent:-999em;}
.top_tips .icon_close:hover{background-position:0 -51px; }
.top_tips a{ text-decoration:none; cursor:pointer; color:#333;}
.top_tips a:hover{text-decoration:underline;color:#F30;}
#show_buyer_agreement:hover{
color: #00a0e9;
}
#buy_button{
display: block;
width: 180px;
height: 30px;
background-color:#ff800f;
color: #fff;
border-radius:4px;
}
#pay_password .text{ width:154px; border:solid 1px #d3d3d3; height:5px; padding:8px 0; padding-left:10px;}
#confirm_pay_pass{width:66px; height:28px; background-color:#f77e2e; display:inline-block; color:#fff; font-family:"微软雅黑"; font-size:16px; line-height:28px; text-align:center;}
.center_top{ width:100%; height:36px; background-color:#f4f4f4;}
.center_top_box{ width:1100px; margin:0 auto;}
.center_top_box .center_top_left{ float:left; height:36px; line-height:36px;}
.center_top_box .center_top_left span{ display:inline-block; font-size:14px; color:#575757; margin-right:22px;}
.center_top_box .center_top_left span a{ color:#1668ba; text-decoration:underline;}
.center_top_box .center_top_right{ float:right; height:36px; line-height:36px;position:relative; z-index:1000;}
.center_top_box .center_top_right a{ float:left; font-size:14px; color:#575757;}
.center_top_box .center_top_right span{float:left; font-size:14px; color:#575757;}
.center_top_box .center_top_right span em{ display:inline-block; background:url(../images/center/icon01.png) no-repeat; width:7px; height:6px; margin-left:5px; vertical-align:middle;}
.center_top_box .center_top_right span i{ color:#dc7700; margin:0 3px;}
.center_top_box .center_top_right .sd01{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:86px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd01 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd01 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd02{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:172px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd02 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd02 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd03{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:258px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd03 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd03 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd04{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:344px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd04 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd04 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd05{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:431px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd05 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd05 a:hover{ color:#ff6600; background-color:#f4f4f4;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
.w_1000{ width:1100px; margin:0 auto;}
.left{ float:left;}
.right{ float:right;}
header{ height:160px;}
header .header_box{ clear:both; position:relative; z-index:99;}
header .header_box .logo a{width:324px; height:106px;margin-top:35px; display:block; }
header .header_box .search{height:100px; padding-top:45px; position:relative;}
header .header_box .search .tab_menu{ width:650px; height:24px;}
header .header_box .search .tab_menu a{ width:70px; height:26px; display:block; line-height:24px; text-align:center;}
header .header_box .search .tab_menu .ahover{ width:70px; height:26px; display:block; line-height:24px; background-color:#e3e3e3; text-align:center;}
header .header_box .SearchSmall{ width:690px;}
header .header_box .SearchBig{ width:733px;}
header .header_box .search .tab_menu .gj{ width:70px; height:26px; }
header .header_box .search .tab_menu .pt{ color:#3781e8; width:70px; height:26px;}
header .header_box .SearchBig .tab_menu .pt_blue{ background-color:#079eed; color:#fff;}
header .header_box .SearchBig .tab_menu .gj_red{ background-color:#3781e8;color:#fff;}
header .header_box .SearchSmall .hot-search{ padding-top:3px;}
.header_box .SearchBig .tab_box{width:720px; height:32px; background-color:#fff; }
.header_box .SearchSmall .tab_box ul, .header_box .SearchSmall .pt_box{ width:590px; height:30px; background-color:#fff; border:4px solid #e2e6e7; margin:0; padding:0; position:relative;}
.header_box .SearchSmall .tab_box ul li.area{ width:57px;}
.header_box .SearchSmall .tab_box ul li.server{ width:65px;}
.header_box .SearchSmall .tab_box ul li.type{ width:70px;}
.header_box .SearchSmall .tab_box ul li.all{ width:70px;}
.header_box .SearchSmall .tab_box ul li.search_item{ width:170px;}
.header_box .SearchSmall .tab_box ul li{ cursor:pointer; color:#333; text-align:left; overflow:hidden; height:35px; }
.header_box .SearchSmall .tab_box ul li.name{ width:65px;}
.header_box .SearchSmall .tab_box ul li.name, .tab_box ul li.area, .tab_box ul li.server, .tab_box ul li.type, .tab_box ul li.all{ line-height:28px; text-indent:0.6em; padding:0px 10px 0px 0px; background:url(http://cdnimg.dd373.com/file/general/images/arrow.jpg) no-repeat right center;}
.header_box .SearchSmall .tab_box ul li.server{ width:80px;}
.header_box .SearchSmall .tab_box ul li.search_item .search_input{ width:178px; height:25px; color:#999999; border:0px; line-height:25px; padding:0px 0px 0px 5px;}
.header_box .SearchSmall .button{ width:82px; height:38px; margin-left:5px; background-color:#09f; text-align:center; font-weight:bold; line-height:35px;}
.header_box .SearchSmall .button a{ font-size:14px; color:#fff; }
.header_box .SearchSmall .pt_box ul li.search_item .search_input{ width:560px; height:25px; color:#999999; border:0px; padding:2px 0px 0px 5px;}
.header_box .SearchSmall .pt_box .pt-kuang{ height:36px; background-color:#fff; border:3px solid #e2e6e7;}
.header_box .SearchSmall .pt_box ul{ height:36px;}
.header_box .SearchSmall .pt_box ul li.text .search-box{ width:618px; _width:590px; outline:none; height:34px; border:1px solid #fff; color:#999; line-height:12px; font-size:14px; text-indent:0.4em;}
/*----------------------------------hot-search----------------------------------*/
header .header_box .search .hot-search ul{ width:650px; height:16px; margin-top:8px; padding-left:8px; background:url(../images/shop/index_hot_search.jpg) no-repeat 0px center;}
header .header_box .search .hot-search ul li{ margin-left:10px;}
header .header_box .search .hot-search ul li a{ color:#999999; white-space:nowrap;}
header li{float:left;}/*头部的li都向左浮动*/
header .header_box .SearchBig .tab_box ul li.arrow{ cursor:pointer; padding-right:12px; height:30px; _height:28px; overflow:hidden; line-height:30px; text-indent:0.6em; color:#333; background:url(http://cdnimg.dd373.com/file/general/images/arrow.jpg) no-repeat 100% center;}
.header_box .SearchBig .tab_box ul li.name{ width:66px;}
.header_box .SearchBig .tab_box ul li.area{ width:57px;}
.header_box .SearchBig .tab_box ul li.server{ width:65px;}
.header_box .SearchBig .tab_box ul li.type{ width:70px;}
.header_box .SearchBig .tab_box ul li.all{ width:70px;}
.header_box .SearchBig .tab_box ul li.search_item{ width:170px;}
header .header_box .SearchBig .tab_box ul li.search_item{ width:230px;}
header .header_box .SearchBig .tab_box ul li.search_item .search_input{ width:210px; height:25px; background-image:none; line-height:24px; outline:none; color:#999999; border:0px; padding:0px 0px 0px 5px; *line-height:33px; text-indent:0.4em;}
#select_ul{ border:2px solid #3781e8;float: left;height: 28px;}
header .header_box .SearchBig .tab_box .button{ width:92px; height:32px; float:right; background: url("../images/shop/bt.jpg") center no-repeat;}
header .header_box .SearchBig .tab_box .button a{ color:#fff; line-height:32px; font-weight:bold; text-align:center;width: 100%; font-size:14px; display:block;}
header .header_box .search .blue_box{ width:720px; height:32px; background-color:#fff; }
header .header_box .search .blue_box ul{ height:28px;border:2px solid #3781e8;float: left; width:618px;}
header .header_box .search .blue_box ul li.text{ width:616px;}
header .header_box .search .blue_box ul li.text .search-box{ width:616px; outline:none; height:26px; border:1px solid #fff; color:#999; line-height:25px; font-size:14px; text-indent:0.4em;}
header .header_box .search .blue_box .button_blue{ width:92px; height:32px; float:right; background: url("../images/shop/bt.jpg") center no-repeat;}
header .header_box .search .blue_box .button_blue a{ color:#fff; line-height:32px; font-weight:bold; text-align:center;width: 100%; font-size:14px; display:block;}
.indexnav_wrap{height:37px; width:100%;min-width:1100px; background-color:#3781e8;}
.indexnav{height:37px;width:1100px;margin:0 auto;clear:both;position:relative;}
.indexnav ul{ width:1100px; height:37px;}
.indexnav ul li{ vertical-align:top;float: left;}
.indexnav ul li.line_l, nav ul li.line_none{ width:136px; height:37px; font-size:14px; text-align:center;}
.indexnav ul li.line_l a{ color:#fff; width:100%; display:block; height:37px; line-height: 37px; background:url(../images/shop/index_line.jpg) no-repeat right center;}
.indexnav ul li.line_none a{ background:none; color:#fff; width:100%;height:37px; line-height: 37px;display:block; }
.indexnav ul li a:hover{ color:#fff; height:37px; background-color:#17acfa; text-decoration:none; }
.indexnav ul li.line_none a:hover{ color:#fff; height:37px; background-color:#17acfa; text-decoration:none; }
.main-box{padding-top: 15px;}
.recharge-box{width: 262px; height: 256px; border: 1px solid #bbbbbb; border-top: 0px;float: left;}
.recharge-box .shop_tb{width: 100%; height: 38px; line-height: 38px;background-color: #eaeaea;}
.recharge-box .shop_tb li{color: #5f5f5f; cursor: pointer; font-size: 16px;float: left; background: url("../images/shop/shop01.jpg") right no-repeat; width: 70px; text-align: center; line-height: 38px;}
.recharge-box .shop_tb li.last{background: none;}
.shop-banner{margin-left: 10px; float: left;width: 560px; height: 256px;}
.shop-right{border: 1px solid #bebebe; width: 250px; height: 256px;float: right;}
.shop-box{padding: 20px;}
.shop-box table tr td{color: #5f5f5f;padding: 12px 0px;font-size: 14px;}
.hide{display: none;}
.shop-box table select{border: 1px solid #c0c0c0; width: 133px;}
.shop-box table tr td.red{color: #ff5a00}
.shop-box .btn{ width: 100px; height: 26px; line-height: 26px; text-align: center; color: #ffffff; background-color: #ff0f1b;}
.shop_tb2{border-bottom: 1px solid #bbbbbb; height: 32px;}
.shop_tb2 li{line-height: 32px;float: left;width: 82px; border-right: 1px solid #bbbbbb;text-align: center; color: #404040; font-size: 14px; cursor: pointer;}
.shop_tb2 li.current{border-bottom: 2px solid #3781e8; color: #3781e8;}
.shop_tb2 li.last{border-right: 0px;}
.shop-new{clear: both;padding: 10px 5px;}
.shop-new ul li{color: #4a4545; font-size: 14px; overflow: hidden; padding: 5px 5px;}
.shop-new ul li a{float: left;color: #4a4545;}
.shop-new ul li a:hover{text-decoration: underline;color: #ff6600}
.shop-new ul li span{float: right;}
.gamelist{ width:830px; height:440px; border:1px solid #dfdfdf; float: left;}
.gamelist .gamelist-top{ width:100%; height:34px; background-color: #f3f3f3; border-bottom:1px solid #e9e9e9;position: relative}
.gamelist .title{ width:100px; height:34px; line-height:34px; text-align: center; font-weight:bold; background-color: #ffffff;border-right: 1px solid #e9e9e9;z-index: 100;position: relative}
.gamelist .title a{color: #ff0f1b;}
.gamelist .letter-nav{ position:relative;height:35px;}
.gamelist .letter-nav ul{ height:35px; }
.gamelist .letter-nav ul li{float: left;line-height:34px;}
.gamelist .letter-nav ul.gamenamebyfirst { display: none; border:#099bee 1px solid; background-color:#FFFFFF; position:absolute; top:34px; left:0; height:auto; list-style:none; width:723px; z-index:99;}
.gamelist .letter-nav ul.gamenamebyfirst li{float:left; width:100px; height:31px; line-height:31px; margin-bottom:8px; text-align:center;}
.gamelist .letter-nav ul.gamenamebyfirst li a{width:auto;color:#333;}
.gamelist .letter-nav ul.gamenamebyfirst li a:hover{color:#ff6600;text-decoration: underline}
.gamelist .letter-nav ul li a{ width:25px; display:block; text-align:center; color:#666666; }
.gamelist .letter-nav .current{ width:25px;line-height: 32px; border-top:2px solid #ce0c0c; background-color: #ffffff;}
.gamelist .letter-nav ul.gamenamebyfirst li a.redgame{color:#FF6600;}
.gamelist .letter-nav ul.top0{top:0;}
a{cursor: pointer;}
/*dk-box*/
.dk-box{ padding: 0 0 0 20px; height:405px;}
.dk-box ul{ width:100%;}
.dk-box ul li{ width:130px; float: left; height:160px; margin-top: 30px;border:1px solid #fff}
.dk-box ul li:hover{border:1px solid #e7e7e7}
.dk-box dt{ height:50px;}
.dk-box dd.hide{display: none;}
.dk-box dd.red{color: #ce0c0c;}
.dk-box dt a.pic{ width:100px; height:50px; display:block; margin:10px auto 0 auto;}
.dk-box dd{ text-align:center;overflow:hidden;padding-top: 5px; line-height: 22px;}
.dk-box dd a.btn{ width:70px; height:25px; margin:5px auto 15px auto; background-color:#ce0c0c; display:block; color:#fff;}
.dk-box dt{ height:75px;}
.dk-box dt a.pic{ width:75px; height:75px; margin:4px auto 0 auto;}
.dk-box dd{ height:20px; line-height:23px; }
.dk-box dd a.btn{height:25px; margin:0 auto 5px auto; }
.shop-search{border-bottom: 2px solid #3c5d9e; padding-bottom: 5px;margin-bottom: 5px;width: 830px;}
.shop-search .txt{border: 1px solid #c0c0c0; width: 170px; height: 30px; line-height: 30px; text-indent: 5px;}
.shop-search .btn{border: 1px solid #1967ba; width: 75px; background-color: #1967ba; height: 30px; line-height: 28px; text-align: center; color: #ffffff;}
/*hot-product*/
.hot-product{ width:248px; height:440px; border:1px solid #dfdfdf;float: right;}
.hot-product .hot-pro-title{ width:248px; height:36px; border-bottom:1px solid #dfdfdf; font-weight:bold; background-color: #cc0000; color: #ffffff; text-indent:1em; line-height:35px; font-size:14px;}
.hot-product .hot-pro-ner{ width:248px;}
.hot-product .hot-pro-ner ul{ width:248px;padding-top: 5px;}
.hot-product .hot-pro-ner ul li, .hot-product .hot-pro-ner .wrap { width:248px; height:74px;margin-top: 5px;}
.hot-product .hot-pro-ner ul li.bj-grey{ background-color:#f6f6f6;}
.hot-product .hot-pro-ner .wrap .tp{ margin:10px 0 0 15px;}
.hot-product .hot-pro-ner .wrap .wz{ margin:8px 0 0 20px;}
.hot-product .hot-pro-ner .wrap .wz p{ color:#666666; line-height:20px;}
.hot-product .hot-pro-ner .wrap .wz p.red{ color:#ff6600;}
/*求购*/
.buying-left{margin: 45px 0px;width: 810px;border: 1px solid #3781e8;float: left;}
.buying-title{background-color: #3781e8; line-height: 38px; text-indent: 20px; color: #ffffff;font-size: 20px;font-weight: bold;}
.buying-theme{margin: 25px 20px;background: url("../images/shop/buy1.jpg") left no-repeat;line-height: 32px;color: #ff6000; font-size: 18px; padding-left: 40px;font-weight: bold}
.buying-info{margin-left: 60px;background: url("../images/shop/buy3.jpg") center no-repeat; width: 714px; height: 189px; color: #4a4a4a; font-size: 14px;}
.buying-info .one{padding-left: 80px;padding-top: 8px; height: 22px;}
.buying-info .two{padding-top: 43px;overflow: hidden;}
.buying-info .two p{padding-top: 8px;}
.buying-info .three{padding-top: 38px;overflow: hidden;}
.buying-info span{color: #ffffff; font-size: 18px; float: left; display: block; width: 220px; line-height: 38px; text-align: right;}
.buying-info p{margin-left: 270px;padding-top: 0;}
.buying-info-line{border-top: 1px solid #b7b7b7; margin: 40px 0px; width: 100%; height: 2px;}
.buying-process{background: url("../images/shop/buy4.jpg") center no-repeat; width: 761px; height: 107px;margin: 10px 0px 40px 28px; position: relative;}
.buying-process ul{position: absolute; left: 0px; bottom: 0px; width: 100%;}
.buying-process ul li{width: 20%; float: left; text-align: center;color: #ff6000; line-height: 26px;}
.buying-theme.green{background: url("../images/shop/buy2.jpg") left no-repeat;color: #73d163;}
.buying-process.green{background: url("../images/shop/buy5.jpg") center no-repeat;}
.buying-process.green ul li{color: #73d163;}
.buying-right{width: 256px;margin: 45px 0px; float: right;}
.buying-title.red{background-color: #ff6000;overflow: hidden;}
.buying-title.red span{float: left;color: #fff}
.buying-title.red a{float: right; font-weight: normal; font-size: 14px; padding-right: 10px; color: #ffffff;}
.buying-box1{border: 1px solid #ff6000; margin-bottom: 25px;}
.buying-box1 ul li{border-bottom: 1px solid #b7b7b7; padding: 10px;line-height: 30px;color: #4a4a4a; font-size: 14px;}
.buying-box1 ul li .red{color: #ff6000;}
.buying-box1 ul li .blue{color: #3781e8;}
.buying-box1 ul li .blue a{color: #3781e8;}
.buying-box1 ul li.last{border-bottom: 0px;}
.buying-box2{border: 1px solid #3781e8;}
.buying-box2 ul{padding: 10px;margin-left: 20px;}
.buying-box2 ul li{line-height: 32px; list-style: disc;}
/*账号交易*/
.account-banner{padding: 20px 0px 0px; float: left;width: 800px; height: 297px;}
.account-buy{width: 265px;float: right;padding-top: 20px;}
.account-buy .box{width: 100%;height: 120px;}
.account-buy .box-tab{background: url("../images/shop/accout2.jpg") center no-repeat; width: 100%; height: 40px;}
.account-buy .box-tab li{width: 50%; float: left;line-height: 40px; cursor: pointer; text-align: center;color: #ffffff; font-size: 16px;}
.account-buy .box-tab a{width: 100%; float: left;line-height: 40px; cursor: pointer; text-align: center;color: #ffffff; font-size: 16px;display: inline-block}
.account-buy .sbox{background-color: #f5f5f5; height: 80px;}
.account-buy .sbox ul li{width: 50%; float: left;padding: 10px 0px;}
.account-buy .sbox ul li a{display: block; overflow: hidden; padding-left: 30px;line-height: 20px;}
.account-buy .sbox ul li a img{float: left; margin-right: 5px;}
.account-buy .sbox ul li a span{float: left;}
.account-buy .box2{border: 1px solid #bebebe; margin-top: 12px;height: 162px;}
.account-buy .box2 .shop-new ul li{padding: 6px 5px;}
.account-main{clear: both; padding-top: 35px;}
.account-main .title{color: #1f1f1f; font-size: 25px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout6.jpg") left no-repeat; padding-left: 25px;margin-bottom: 20px;}
.account-tab{border-bottom: 1px solid #f68438;border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; border-top: 1px solid #efefef;background-color: #f6f6f6; line-height: 34px;}
.account-tab ul li{float: left;padding: 0px 20px;line-height: 34px;cursor: pointer;font-size: 14px;}
.account-tab ul li.current{background: url("../images/shop/accout7.png") bottom center no-repeat; font-weight: bold;font-size: 14px;}
.account-list{border: 1px solid #eeeeee; border-top: 0px;padding-bottom: 40px;}
.account-list ul{overflow: hidden;}
.account-list ul li{width: 20%;float: left;padding-top: 45px;}
.account-list ul li .item{width: 143px; margin: 0 auto;position: relative;font-size: 14px;}
.account-list ul li .item img{width: 143px; height: 143px;}
.account-list ul li .devel{background: url("../images/shop/accout9.png") center no-repeat;width: 100%; height: 25px; overflow: hidden; line-height: 25px; position: absolute; top: 118px; left: 0px;z-index: 1;}
.account-list ul li .devel label{color: #ffffff;padding-left: 5px; float: left;}
.account-list ul li .devel span{background: url("../images/shop/accout10.png") center repeat-x; width: 75px; height: 13px; display: block; float: left;margin-top: 6px;margin-left: 5px;}
.account-list ul li p{padding-top: 5px;padding-left: 5px;}
.account-list ul li a{color: #0066cc;line-height: 22px; height: 22px; overflow: hidden;}
.account-list ul li .c-gary{color: #828282;}
.account-list ul li .orange{color: #ff6000; font-size: 18px;}
.account-main .title.success{background: url("../images/shop/accout11.jpg") left no-repeat;}
.account-case{width: 855px; height: 310px; border: 1px solid #EEEEEE;float: left;}
.account-case ul{overflow: hidden;}
.account-case ul li{width: 50%;float: left;padding-top: 20px;}
.account-case ul li .item{font-size: 14px; padding-left: 10px; overflow: hidden;}
.account-case ul li .pic{float: left;width: 105px; height: 105px;}
.account-case ul li .pic img{width: 105px; height: 105px;}
.account-case ul li .info{line-height: 35px;}
.account-case ul li p{color: #777777;}
.account-case ul li .box{float: left;width: 250px; margin-left: 20px;}
.account-case ul li a{color: #0066cc;}
.account-case ul li .orange{color: #ff6000; font-size: 18px;}
.account-hot{width: 228px; height: 310px; border: 1px solid #EEEEEE;float: right;}
.account-hot .theme{background-color: #eaeaea;color: #404040; font-size: 16px; line-height: 33px; text-indent: 20px; font-weight: bold;}
.hot-hot{overflow: hidden;}
.hot-hot li{width: 50%;height: 27px;float: left; line-height: 27px;border-bottom: 1px solid #eaeaea; text-align: center; cursor: pointer;}
.hot-hot li.current{border-bottom: 1px solid #ff6000;color: #3a83e8;}
.account-hot .sbox{padding: 10px 12px;clear: both;}
.account-hot .sbox ul li{line-height: 30px;color: #747575;font-size: 14px;}
.account-hot .sbox ul li span{color: #ff6000;}
.account-hot .sbox ul li a{color: #747575;}
.case{padding-top: 20px;}
.slideBox{ width:800px; height:297px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#3781E8; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:800px; height:297px; display:block; }
.shop-banner .slideBox{width: 560px;height:256px;}
.shop-banner .slideBox .bd img{width: 560px;height:256px;}
/*列表页*/
.position{color: #323232; font-size: 16px; padding-bottom: 15px;}
.position a{color: #3781e8;}
.list-category{background-color: #f4f4f4;padding:20px;}
.list-category dl{overflow: hidden;font-size: 16px;}
.list-category dl dt{width: 150px; float: left; padding: 20px 0px 0px;}
.list-category dl dt span{background-color: #ff5c00; color: #ffffff; padding: 3px 10px;}
.list-category dl dt span.blue{background-color: #1668ba;}
.list-category dl dd{float: left; width: 850px; border-bottom: 2px solid #dcdcdc;overflow: hidden;padding: 10px 0px;}
.list-category dl dd li{width: 120px; margin-left: 20px;float: left;padding-bottom: 10px; padding-top: 5px;}
.list-category dl dd li.current a{color: #3781e8;display: inline-block;text-decoration: underline}
.list-category dl dd li.red a{color: #ff5c00;}
.list-category dl dd.last{border-bottom: 0px;}
.list-wrapper{clear: both; padding-top: 45px;}
.list-tab{background-color: #295aa5; line-height: 36px; height: 36px;padding-left: 28px;}
.list-tab li{float: left; cursor: pointer; line-height: 36px; text-align: center; width: 136px; color: #ffffff; font-size: 18px;}
.list-tab li a{color: #ffffff; display: inline-block;width: 100%}
.list-tab li.current{color: #ffad6b; background-color: #f4f4f4;}
.list-tab li.current a{color: #ffad6b; background-color: #f4f4f4;}
.list-main{clear: both;}
.list-main .order-by{background-color: #e6f0e9; height: 28px;line-height: 28px; overflow: hidden; color: #323232; font-size: 14px; padding-left: 20px;}
.list-main .order-by select{background-color: #ffffff; border: 0px; width: 100px;}
.list-main .tb table{width: 100%;border-collapse: collapse;}
table{border-collapse: collapse;}
.list-main .tb table tr th{color: #323232; font-size: 14px; padding: 15px 0px; font-weight: normal;}
.list-main .tb table tr th select{border: 1px solid #e1e1e1; width: 110px;}
.list-main .tb table tr td{border-top: 1px dashed #d2d2d2; vertical-align: top; padding: 35px 0px; text-align: center;color: #323232; font-size: 14px;}
.list-main .tb table tr .box{width: 395px;text-align: left;}
.list-main .tb table tr .box p{padding:5px 0px;}
.list-main .tb table tr .box .title{ padding-bottom:15px;}
.list-main .tb table tr .box .title a{color: #1668ba;font-weight: bold;}
.list-main .tb table tr td.red{color: #ff5c00; font-weight: bold;}
.page{padding: 20px 0px; text-align: center;}
.page ul{text-align: center;}
.page li{ display: inline-block;}
.page a,.page li span{border: 1px solid #dfdfdf;background-color: #f7f7f7;color: #1668ba; width: 40px; height: 36px; line-height: 36px; display: inline-block; margin: 0px 4px;}
.page span{background-color: #1668ba; color: #ffffff;}
.page .active span{background-color: #1668ba; color: #ffffff;}
li.select{
font-weight: normal;border: 1px solid #f90;color: #f90;border-radius: 3px;
padding: 2px 5px;margin-left: 3px;margin-right: 3px;width: auto !important; padding-bottom:0 !important; padding-top: 0 !important;}
li.select:hover{background: #f90;color: #fff;}
li.select a{color: #f90}
li.select:hover a{color: #fff;}
/*购买*/
.buy-process{background: url("../images/shop/buy1.jpg") center no-repeat; width: 824px; height: 79px; margin:30px auto;}
.buy-title{color: #575757; font-size: 18px; font-weight: bold; padding: 8px 0px; border-bottom: 1px solid #e0e0e0;}
.buy-tip{border: 1px solid #ff800f; padding: 15px 20px; margin-top: 20px; background-color: #fdfaf1; color: #ff0000; font-size: 14px;}
.order-info{padding-top: 20px; overflow: hidden; padding-bottom: 40px;}
.order-info dl dt{color: #323232; font-size: 16px; width: 110px; margin-right: 10px; text-align: right;float: left;}
.order-info dl dd{float: left;}
.order-info table{width: 870px;}
.order-info table tr th{border: 1px solid #d6d6d6; color: #575757; font-size: 14px;font-weight: bold; background-color: #f0f0f0; line-height: 44px;}
.order-info table tr td{border: 1px solid #d6d6d6; color: #575757; font-size: 14px; text-align: center; padding: 15px 0px;}
.order-info table tr td p{text-align: left; padding-left: 20px; line-height: 28px;}
.order-list{padding-top: 10px; overflow: hidden;}
.order-list ul li{width: 14.28%; height:178px; color:#575757; font-size:14px; float: left; text-align: center; padding-bottom: 10px;}
.order-list ul li p{padding-top: 6px;}
.order-list ul li span{color: #ff6c00;}
.order-list ul li .btn{background-color: #f8a024;width: 128px; line-height:24px; color:#FFF;cursor: pointer; display: none;}
.order-list ul li:hover .btn{display: inline-block;}
.fill-info{padding-top: 20px; overflow: hidden; padding-bottom: 10px;}
.fill-info dl dt{color: #323232; font-size: 16px; width: 110px; margin-right: 10px; text-align: right;float: left;}
.fill-info dl dd{margin-left: 120px;border:1px solid #d3d3d3;padding: 10px 0px 30px;}
.fill-info table{width: 100%;}
.fill-info table th{color: #363636; padding:20px 0px; font-weight: normal; font-size: 14px;width: 220px; text-align: right;}
.fill-info table td{padding: 20px 0px; font-size: 14px;}
.fill-info table td span{color: #ff6c00;}
.fill-info table td select{border: 1px solid #d5d5d5;width:230px; line-height: 28px; height:28px;text-indent: 5px;}
.fill-info table td .txt{border: 1px solid #d5d5d5;width:230px; line-height: 28px; height:28px;text-indent: 5px;}
.fill-info table td .line{border-bottom: 1px solid #d3d3d3;margin: 10px 0px;width: 100%;height:1px;}
.fill-info table td .tip{color: #a6a6a6;}
.buy-theme{border-bottom: 1px solid #dedede;color: #323232; font-size: 20px; text-align: center; padding: 15px 0px;}
.buy-detail-img{padding:34px 0px 0px 24px; float: left;width:300px;}
.buy-detail-img img{width: 300px; height:270px;}
.buy-detail-box{padding: 20px 0px 0px 50px;width: 430px; float:left;color:#323232;}
.buy-detail-box p{color: #323232; font-size: 14px; padding: 10px 0px;}
.buy-detail-box p span{color: #ff6000;}
.buy-detail-box p span.big{font-size: 18px;}
.buy-detail-box .action{padding-top: 10px;}
.buy-detail-box .action input{margin-right: 20px;width: 145px; height: 34px;line-height: 34px;color:#fff;font-size: 16px; text-align: center; cursor: pointer; border-radius: 4px;}
.buy-detail-box .btn-orange{ background-color: #fd9b27; }
.buy-detail-box .btn-blue{ background-color: #4e8efd;}
.buy-detail-right{width: 270px; height: 290px;font-size: 14px; border: 1px solid #dddcdc; float: right;margin-top: 13px;}
.buy-detail-right .title{background-color: #ececec; line-height: 35px;color: #323232; font-size: 16px; text-indent: 20px;}
.buy-detail-right .box{color: #9b9b9b;border: 1px solid #ededed; padding: 10px 15px; line-height: 28px;}
.buy-detail-right .box span{color: #5a5a5a;}
.buy-detail-right .box2{padding: 10px 15px;color: #9b9b9b;}
.buy-detail-right .box2 .stitle{padding: 8px 0px 16px;}
.buy-detail-right .box2 .stitle span{color: #323232; font-size:15px;}
.buy-detail-right .box2 p{padding-top: 10px;line-height: 20px;}
.buy-detail-right .box2 p span{color: #fd9b27;display: inline-block; }
.buy-detail-right .box2 p label{background-color: #b51102; display: inline-block; padding: 0px 8px; color: #ffffff; margin: 0px 5px;}
.buy-detail-right .box2 p i{color: #b51102;}
.buy-detail{min-height: 200px;}
.buy-detail span{color: #323232; font-size: 14px; padding:0px 25px;}
.buy-detail .goods_content{color: #323232; font-size: 16px; padding:10px 25px;}
.buy-detail-zn{padding: 45px 60px;}
/*金钱交易*/
.Popular_box{ padding-top:15px;}
.Popular{ width:253px; border: 1px solid #e4e4e4; float:left;}
.Popular h3{width:223px; line-height:43px; background-color:#e5e5e5; font-size:16px; color:#424242; font-weight:bold; padding:0 15px;}
.Popular h3 a{ float:right; font-size:14px; color:#999; font-weight:normal;}
.Popular .gamees{ overflow:hidden;}
.Popular .gamees a{ width:126px; height:82px; float:left; border-bottom:1px solid #e4e4e4; text-align:center;}
.Popular .gamees a img{ margin-top:10px; width:100px; height:60px;}
.Popular .gamees a.current{ border-right:1px solid #e4e4e4;}
.reco{ overflow:hidden; width:1100px; margin-top:40px; margin-bottom:30px;}
.reco_left{ width:805px; float:left;}
.reco_box{width:805px;}
.reco_box .title{color:#1f1f1f; font-size: 25px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout6.jpg") left no-repeat; padding-left: 25px;margin-bottom: 20px;}
.reco_box .title.success{background: url("../images/shop/accout11.jpg") left no-repeat; margin-top:20px;}
.reco_box .reco_list{ width:803px; border:solid 1px #eee; height:580px; padding-top:30px;}
.reco_box .reco_list ul{ overflow:hidden;}
.reco_box .reco_list ul li{ float:left; width:165px; margin-left:28px; height:250px; margin-bottom:20px;}
.reco_box .reco_list ul li .pic{ width:163px;border:solid 1px #eee; text-align:center; font-size:14px; color:#404040; padding-bottom:10px;}
.reco_box .reco_list ul li .pic .pic_img{ text-align:center; padding:10px 0;border-bottom:solid 1px #eee;}
.reco_box .reco_list ul li .pic p{ margin-top:10px;}
.reco_box .reco_list ul li .pic .qu{ margin-top:8px;}
.reco_box .reco_list ul li .pac{text-align:center; font-size:14px; color:#404040; margin-top:10px;}
.reco_box .reco_list ul li .pac span{ font-size:18px; color:#ff6000; display:block; margin:5px 0;}
.reco_box .reco_list ul li .pac a{ display: none; width:116px; height:30px;text-align:center; line-height:30px; font-size:14px; color:#fff; background-color:#f77e2e;}
.reco_box .reco_list ul li:hover .pac a{ display:inline-block; }
.reco_box .recoo_list{ width:803px; border:solid 1px #eee; height:500px;}
.reco_box .recoo_list .sdd{ overflow:hidden;}
.reco_box .recoo_list .sdd a{ float:left; width:60px; height:20px; color:#404040; font-size:14px; margin:10px 0;margin-left:10px; line-height:20px; text-align:center;}
.reco_box .recoo_list .sdd a.current{ background-color:#f77e2e; color:#fff;}
.reco_box .recoo_list ul{ overflow:hidden;}
.reco_box .recoo_list ul li{ float:left; width:165px; margin-left:28px; height:190px; margin-bottom:20px;}
.reco_box .recoo_list ul li .pic{ width:163px;border:solid 1px #eee; text-align:center; font-size:14px; color:#404040; padding-bottom:10px;}
.reco_box .recoo_list ul li .pic .pic_img{ text-align:center; padding:10px 0;}
.reco_box .recoo_list ul li .pic p{ margin-top:10px;}
.reco_box .recoo_list ul li .pic .qu{ margin-top:8px;}
.reco_box .recoo_list ul li .pac{text-align:center; font-size:14px; color:#404040; margin-top:10px;}
.reco_box .recoo_list ul li .pac span{ font-size:18px; color:#ff6000; display:block; margin:5px 0;}
.reco_box .recoo_list ul li .pac a{ width:116px; height:30px; display:none; text-align:center; line-height:30px; font-size:14px; color:#fff; background-color:#f77e2e;}
.reco_box .recoo_list ul li:hover .pac a{display:inline-block;}
.reco_right{ width:262px; float:right;}
.zone{width:260px;border:solid 1px #eee; margin-top:48px;}
.zone h3{ line-height:35px; background-color:#cc0000; color:#fff; font-size:16px; font-weight:bold; padding-left:20px; margin-bottom:30px;}
.zone ul li{ padding-left:20px;font-size:14px; color:#4a4545; margin-bottom:25px;}
.zone_img{ margin-top:10px;}
.zone_img a{ display:inline-block; margin-bottom:20px;}
/*游戏*/
.main_top_l .wrap .icon{ background:url(../images/shop/index_icon.jpg) no-repeat; width:30px; height:30px;}
.main_top_l .wrap .icon-red{ background:url(../images/shop/index_icon-red.jpg) no-repeat; width:30px; height:30px;}
.main_top{float: left;width:250px;position: relative;}
.main_top .main_top_l{ width:250px; height:268px;}
.main_top .main_top_l .wrap{ width:250px; height:93px;}
.main_top .main_top_l .hh{ margin-top:10px;}
.main_top .main_top_l .wrap .m_r_12{ margin-right:12px; }
.main_top .main_top_l .wrap .common{ width:73px; height:85px; border:1px solid #dddddd; background-color:#FFF; cursor:pointer;position: relative;}
.main_top .main_top_l .wrap .common-red{ width:73px; height:85px; background-color:#fff; cursor:pointer; border:1px solid #ff6600; border-bottom:0 none; position:relative; z-index:100;}
.main_top .main_top_l .wrap .common .hot_tip2{position:absolute;top:6px;left:40px;}
.main_top .main_top_l .dk_nr{ height:185px; padding-top:20px;}
.main_top .main_top_l .QQ_nr{ height:195px; padding-top:10px;}
.main_top .main_top_l .QQ_nr .ts, .main_top_l .iphone_nr .ts{ height:22px; line-height:22px; margin:0px 0px 0px 70px;}
.main_top .main_top_l .iphone_nr{ height:195px; padding-top:10px;}
.main_top .main_top_l .dk_nr, .main_top .main_top_l .QQ_nr, .main_top .main_top_l .iphone_nr{ width:247px; border:1px solid #ff6600; position:absolute; top:85px; background-color:#fff;}
.main_top .main_top_l .QQ_nr .name-l, .main_top .main_top_l .iphone_nr .name-l{ width:74px; line-height:26px;}
.main_top .main_top_l select{ width:80px; height:20px; margin-top:3px;}
.main_top .main_top_l .name{ width:240px; height:28px; margin-bottom:6px;}
.main_top .main_top_l .mr-t{ margin-top:8px;}
.main_top .main_top_l .name-l{ width:74px; height:20px; text-align:right; padding-right:5px;}
.main_top .main_top_l .name-r.kuang{ font-size:12px;}
.main_top .main_top_l .name-r select{width:110px; height:20px;}
.main_top .main_top_l .iphone_nr .name-r{ margin-top:4px;}
.main_top .main_top_l .jiage{ width:240px; height:24px;}
.main_top .main_top_l .jiage .jine{ line-height:26px; color:#ff6600;}
.main_top .main_top_l .button a.red_btn{ width:86px; height:28px; cursor:pointer; text-align:center; line-height:25px; color:#fff; margin:0 auto;}
.main_top .main_top_l .dk_nr .dk_nr_b .button{ width:86px; height:28px; cursor:pointer; background-color:#079eed; text-align:center; line-height:25px; color:#fff; margin:0 auto; margin-top:10px;}
.main_top .main_top_l .wrap .icon_dk{ background-position:-20px -248px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_qq{ background-position:-20px -361px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_hf{ background-position:-20px -300px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_jb{ background-position:-18px -302px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_zb{ background-position:-19px -189px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_zh{ background-position:-19px -130px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_wz{ background-position:-18px -71px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_mail{ background-position:-16px -11px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_zzfw{ background-position:-21px -470px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_sy{margin:23px 0 10px 20px;}
.main_top .main_top_l .wrap .icon_sc{margin:18px 0 7px 24px;}
.main_top .main_top_l .wrap .icon_lb{margin:15px 0 3px 20px;}
.main_top .main_top_l .wrap .text{ color:#9c9c9c; font-size:12px; text-align:center; padding:0px 0px 0px 5px;}
.main_top .main_top_l .wrap .text-red{ color:#f99831; font-size:12px; text-align:center; padding:0px 0px 0px 5px;}
.main_top .main_top_l .wrap .text a{ color:#9c9c9c;}
a.red_btn{ display:block; background-color:#ff6600; border:1px solid #F99B31; color:#fff; text-align:center;border-radius:4px;font-size:14px;padding:4px 0;}
a.red_btn:hover{ background-color:#FE8534; text-decoration:none;}
.red {color: #ff6600;}
.game-right{padding-top: 0px;}
.game-right .box{height: 40px;}
.box .tempWrap{top:8px;}
.game-right .box2{height: 238px;}
.game-right .box-tab{background: url("../images/shop/yx2.jpg") center no-repeat;}
.game-right .box-tab li{width: 25%;}
.game-title{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout6.jpg") left no-repeat; padding-left: 28px;margin-bottom: 20px;}
.game-hot{width: 100%;height: auto;}
.game-hot .title a{color: #1b1b1b;}
.game-hot .letter-nav ul li a{width: 35px;}
.game-hot .letter-nav .current{width: 35px;}
.game-hot .dk-box{width: 100%;padding: 0px;height: auto;}
.game-hot .dk-box ul{margin-left: -1px;}
.game-hot .dk-box ul li{width: 16.66%;padding: 0;height: 130px;border: none;margin-top: 0}
.game-hot .dk-box ul li:last-child .item{border-right: none}
.game-hot .dk-box ul li .item{height: 130px;text-align: center; border-right: 1px solid transparent;border-left: 1px solid transparent;}
.game-hot .dk-box ul li.current .item{border-color: #e7e7e7;}
.game-hot .dk-box ul li .item .pic{padding: 10px 0;}
.game-hot .dk-box ul li .item .pic img{width: 100px; height: 63px;}
.game-hot .dk-box ul li .item .box{overflow: hidden;color: #848484;}
.game-hot .dk-box ul li .item .box a{display: inline-block; line-height: 22px;padding: 0px 5px; margin: 0px 2px;}
.game-hot .dk-box ul li .item .box a:hover{background-color: #e8cfa6; color: #ffffff;}
.game-box{padding-top: 10px; clear: both;}
.game-box dt{border: 1px solid #f3ece2;background-color: #f9f9f9;width: 249px;height:62px;float: left;margin-right: 10px;}
.game-box dt p{background: url("../images/shop/yx5.jpg") left no-repeat; padding-left: 20px; margin: 5px 0 5px 35px; color: #1b1b1b; font-size: 14px;}
.game-box dt p span{color: #7b6849; margin-left: 5px;font-size: 12px;}
.game-box dt .txt{border: 1px solid #cfcfcf; margin-left: 30px;width: 130px; height: 23px; line-height: 23px;text-indent: 5px;}
.game-box dt .btn{border: 1px solid #e7d6cc;background-color: #fbf6ed; width: 48px; text-align: center; line-height: 23px;}
.game-box dd{margin-left: 200px;}
.game-box dd .box{border: 1px solid #d9d9d9;background-color: #eeeeee;height: 62px;overflow: hidden;margin-left: 10px;}
.game-box dd .box .left{background: url("../images/shop/yx6.jpg") center no-repeat; width: 82px; height: 29px;margin-top: 17px; color: #1b1b1b; font-size: 14px; text-indent: 10px; line-height: 29px;}
.game-box dd .box .info{background-color: #ffffff;margin: 10px 5px 5px 130px; position: relative;padding: 5px 10px 5px 10px; line-height: 23px;}
.game-box dd .box .info .blue{margin-right:5px;display:inline-block;background-color: #3d86ea;border: 1px solid #1364d2;color: #ffffff; width: 36px; height: 18px; line-height: 18px; text-align: center; top: 0px; left: 0px;}
.game-box dd .box .info .red{margin-right:5px;display:inline-block;background-color: #e00515;border: 1px solid #8c0000;color: #ffffff; width: 36px; height: 18px; line-height: 18px; text-align: center; top: 25px; left: 0px;}
.game-hot .letter-nav ul.gamenamebyfirst{width: 1030px;position: absolute;left: -101px;}
.gamelist .letter-nav .active{border: #099bee 1px solid;border-bottom: 1px solid #fff;background-color: #ffffff; position: relative; z-index: 100;}
.game_list{ width:1100px; margin-top:30px;}
.game-titlee{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout12.png") left no-repeat; padding-left: 28px;margin-bottom: 20px;}
.game_list_box{ width:1100px; overflow:hidden;}
.game_list_left{ float:left; width:803px; border:solid 1px #e7e7e7; position:relative;}
.game_list_left .game_top{ width:803px; height:34px;background-color: #f3f3f3;}
.game_list_left .game_top ul{ border-top:solid 1px #425591;}
.game_list_left .game_top ul li{ float:left;}
.game_list_left .game_top ul li a{ display:block; width:30.8px; line-height:33px; text-align:center; font-size:14px; color:#5d5d5d; border-bottom:solid 1px #e7e7e7;}
.game_list_left .game_top ul li a.current{ border-top:solid 2px #F00; line-height:31px;background-color:#fff;border-bottom:none;}
.game_list_left .zb_box ul{ overflow:hidden; width:803px;border-bottom:solid 1px #e7e7e7;}
.game_list_left .zb_box ul li{ float:left; width:159px; height:94px;border-right:solid 1px #e7e7e7;}
.game_list_left .zb_box ul li:last-child{border-right: none}
.game_list_left .zb_box ul li .zb_img{ text-align:center;padding-top: 4px;min-height: 73px;}
.game_list_left .zb_box ul li .zb_box{ text-align:center;}
.game_list_left .zb_box ul li .zb_box a{ color:#425591; font-size:12px; margin-right:5px;}
.game_list_left .zb_box ul li .zb_box a:hover{background-color: #e8cfa6; color: #ffffff;}
.game_list_left .gl_game{width:780px; padding-left:23px;}
.game_list_left .gl_game .gl_box h3{ font-size:16px; color:#323232; font-weight:bold; margin:10px 0;}
.game_list_left .gl_game .gl_box ul{ overflow:hidden;}
.game_list_left .gl_game .gl_box ul li{ width:390px; float:left; margin-bottom:13px;}
.game_list_left .gl_game .gl_box ul li span{ display:inline-block; font-size:14px; color:#3781e8; margin-right:25px;}
.game_list_left .gl_game .gl_box ul li a{display:inline-block; font-size:12px; color:#323232; margin-right:25px;}
.game_list_left .gl_game .gl_box ul li a.col{ color:#ff8400;}
.game_list_left .gl_game .gl_box ul li a:hover{color: #ff6600;text-decoration: underline;}
.game_list_left .warriors{ position:absolute; top:35px; left:0;}
.game_list_left .warriors .warr{ width:783px; padding:10px 12px 0; background-color:#fff; border-bottom:solid 1px #e7e7e7;}
.game_list_left .warriors .warr ul{ overflow:hidden;}
.game_list_left .warriors .warr ul li{ float:left; width:140px; text-align:center; margin-bottom:15px;}
.game_list_left .warriors .warr ul li a{ font-size:14px; color:#323232;}
.game_list_left .warriors .warr ul li a:hover{color:#ff6600;text-decoration: underline}
.game_list_right{ float:right; width:260px;}
.game_list_right .phb_box{ width:258px;border:solid 1px #e7e7e7; margin-bottom:55px;}
.game_list_right .phb_box h3{ background-color:#cc0000;line-height:35px; font-size:16px; color:#fff; font-weight:bold; padding-left:20px;}
.game_list_right .phb_box h3 a{ float:right; color:#fff; margin-right:5px;}
.game_list_right .phb_box .phb_img{ text-align:center; margin-top:16px;}
.game_list_right .phb_box .pbbs{ padding:0 15px; padding-bottom:10px;}
.game_list_right .phb_box .pbbs ul li{ overflow:hidden; margin-top:10px;}
.game_list_right .phb_box .pbbs ul li a{ float:left; font-size:12px; color:#d60b0f;}
.game_list_right .phb_box .pbbs ul li a:hover{text-decoration: underline}
.game_list_right .phb_box .pbbs ul li a.flr{ float:right; width:70px; text-align:left;}
.game_list_right .phb_box .pbbs ul li span{ float:right;font-size:12px; color:#323232;}
#free_game{height: 168px;}
#free_game li{width: 114px;float: left}
.dk_box{width:1100px; margin-top:30px;}
.game-tit{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout13.png") left no-repeat; padding-left: 30px;margin-bottom: 20px;}
.dk_cent{width:1100px; overflow:hidden;}
.dk_cent_left{ float:left;width:803px; border:solid 1px #e7e7e7;}
.dk_cent_left .zqz_img{ float:left; width:190px;}
.dk_cent_left .ckk_box{ float:left; width:613px;}
.dk_cent_left .ckk_box .ckk .asdd{width:613px; overflow:hidden; margin-top:10px;}
.dk_cent_left .ckk_box .ckk .asdd span{ float:left; width:74px; height:30px; text-align:center; line-height:20px; color:5d5d5d; font-size:14px; margin-left:15px;}
.dk_cent_left .ckk_box .ckk .asdd span.curren{ background:url(../images/shop/dk_bg.jpg) no-repeat; color:#fff;}
.dk_cent_left .ckk_box .ckk ul{ overflow:hidden; margin-top:20px;}
.dk_cent_left .ckk_box .ckk ul li{ width:110px; float:left; text-align:center; height:135px; margin-left:30px; margin-bottom:10px;}
.dk_cent_left .ckk_box .ckk ul li p{ font-size:12px; color:#5d5d5d;}
.dk_cent_left .ckk_box .ckk ul li span{ font-size:12px; color:#ff6000; display:block; margin:5px 0;}
.dk_cent_left .ckk_box .ckk ul li a{ width:64px; height:17px; display:none; text-align:center; line-height:17px; font-size:12px; color:#fff; background-color:#ff0f1b;}
.dk_cent_left .ckk_box .ckk ul li:hover a{display:inline-block}
.dk_cent_right{ float:right;width:260px;}
.dk_cent_right .consulting{width:238px;border:solid 1px #e7e7e7; height:386px; padding:0 10px;}
.dk_cent_right .consulting h3{ font-size:14px; color:#323232; padding-top:15px;}
.dk_cent_right .consulting ul li{width:238px; margin-top:15px;border-bottom: 1px solid #e7e7e7}
.dk_cent_right .consulting ul li .consulting_text i{ display:inline-block; background:url(../images/shop/wd_bg.jpg) no-repeat 0 0; width:17px; height:16px; vertical-align:middle; margin-right:10px;}
.dk_cent_right .consulting ul li .consulting_text{ margin-bottom:10px;}
.dk_cent_right .consulting ul li .consulting_text i.cur{ background:url(../images/shop/wd_bg.jpg) no-repeat -18px 0;}
.dk_cent_right .consulting ul li .consulting_text a{ font-size:12px; color:#8c8c8c; display:inline-block; width:211px; height:17px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;vertical-align:middle;}
.dk_cent_right .consulting ul li .consulting_text a:hover{color: #ff6600;text-decoration: underline}
.dk_cent_right .consulting .consulting_btn{ margin-top:30px; text-align:center;}
.dk_cent_right .consulting .consulting_btn a{width:71px; height:24px; display:inline-block; text-align:center; line-height:24px; font-size:12px; color:#fff; background-color:#e7cea5; margin-right:8px;}
.dk_cent_right .consulting .consulting_btn a.cec{background-color:#ffb63e;}
.dk_cent_right .consulting .consulting_btn a.csc{background-color:#3ec2ff; margin-right:0;}
.trading{width:1100px; margin-top:30px; margin-bottom:30px;}
.game-titc{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout14.png") left no-repeat; padding-left: 30px;margin-bottom: 20px;}
.trading_box{width:1100px; overflow:hidden;}
.trading_left{float:left;width:803px; border:solid 1px #e7e7e7;padding-bottom:30px;}
.trading_left .yield{ padding-left:40px; width:763px; height:300px;}
.trading_left .yield ul{ overflow:hidden;}
.trading_left .yield ul li{ float:left; font-size:14px; color:#3b5998; margin-top:35px; text-align:left; margin-right:60px;}
.trading_left .yield ul li a{ font-size:14px; color:#666;}
.trading_left .yield ul li a:hover{ color:#ff6600;text-decoration: underline}
.trading_left .yield ul li.curr{ margin-right:120px;}
.trading_left .yield ul li h3{ font-weight:bold; margin-bottom:30px;}
.trading_left .yield ul li p{ line-height:26px;color: #333}
.trading_left .yield ul li p.cdsl{ line-height:26px; color:#F00;}
.trading_right{float:right;width:260px;}
.trading_right .reliable{width:258px;border:solid 1px #e7e7e7; }
.trading_right .reliable h3{background-color:#3b5998;line-height:32px; font-size:16px; color:#fff; font-weight:bold; padding-left:20px;}
.trading_right .reliable ul{padding:0 15px;}
.trading_right .reliable ul li{ font-size:12px; color:#5d5d5d; padding-bottom:15px; border-bottom:solid 1px #e7e7e7;}
.trading_right .reliable ul li p{ margin:20px 0 12px 0;}
.trading_right .reliable ul li .mpren{ text-align:right; color:#F00; margin-top:4px;}
.tb .current_no{width:102px; height:22px; margin:0 auto; border:1px solid #e1e1e1;}
.tb .current{width:110px; height:22px; margin:0 auto; border:1px solid #ff5c00;}
.jiage .text, .danjia .text{ margin-top:4px; margin-left:4px; _margin-left:3px;}
.jiage .up{ height:22px; background:url(../images/shop/priceArrow.gif) no-repeat 92px 2px;}
.jiage .down{ height:22px; background:url(../images/shop/priceArrow.gif) no-repeat 92px -17px;}
.up .line,.down .line{ width:19px; height:22px; border-left:1px solid #dddddd;} | public/home_style/css/shop.css | .top_tips{width:100%;min-width:1100px; height:24px;background-color:#fff5d3; border:1px solid #feb654;border-left:0 solid #feb654;border-right:0 solid #feb654;}
.top_box{ margin:0 auto; width:1100px;line-height:22px;overflow:hidden; font-size:12px;white-space:nowrap; }
.top_tips .icons{ background: url(../images/icon_toptips.png) no-repeat scroll 0 0;}
.top_tips .icon_tip1{background-position:0 -4px; height:12px; margin: 5px 10px 0;width:17px;}
.top_tips .icon_close{background-position:0 -26px; height:15px; margin:3px 10px 0 10px;width:15px; text-indent:-999em;}
.top_tips .icon_close:hover{background-position:0 -51px; }
.top_tips a{ text-decoration:none; cursor:pointer; color:#333;}
.top_tips a:hover{text-decoration:underline;color:#F30;}
#show_buyer_agreement:hover{
color: #00a0e9;
}
#buy_button{
display: block;
width: 180px;
height: 30px;
background-color:#ff800f;
color: #fff;
border-radius:4px;
}
#pay_password .text{ width:154px; border:solid 1px #d3d3d3; height:5px; padding:8px 0; padding-left:10px;}
#confirm_pay_pass{width:66px; height:28px; background-color:#f77e2e; display:inline-block; color:#fff; font-family:"微软雅黑"; font-size:16px; line-height:28px; text-align:center;}
.center_top{ width:100%; height:36px; background-color:#f4f4f4;}
.center_top_box{ width:1100px; margin:0 auto;}
.center_top_box .center_top_left{ float:left; height:36px; line-height:36px;}
.center_top_box .center_top_left span{ display:inline-block; font-size:14px; color:#575757; margin-right:22px;}
.center_top_box .center_top_left span a{ color:#1668ba; text-decoration:underline;}
.center_top_box .center_top_right{ float:right; height:36px; line-height:36px;position:relative; z-index:1000;}
.center_top_box .center_top_right a{ float:left; font-size:14px; color:#575757;}
.center_top_box .center_top_right span{float:left; font-size:14px; color:#575757;}
.center_top_box .center_top_right span em{ display:inline-block; background:url(../images/center/icon01.png) no-repeat; width:7px; height:6px; margin-left:5px; vertical-align:middle;}
.center_top_box .center_top_right span i{ color:#dc7700; margin:0 3px;}
.center_top_box .center_top_right .sd01{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:86px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd01 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd01 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd02{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:172px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd02 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd02 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd03{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:258px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd03 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd03 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd04{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:344px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd04 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd04 a:hover{ color:#ff6600; background-color:#f4f4f4;}
.center_top_box .center_top_right .sd05{display: none; width:84px;border:solid 1px #dfdfdf; background-color:#fff; position:absolute; left:431px; top:36px; padding:5px 0;}
.center_top_box .center_top_right .sd05 a{ display:block; width:79px; line-height:20px; font-size:12px; color:#666; padding-left:5px;}
.center_top_box .center_top_right .sd05 a:hover{ color:#ff6600; background-color:#f4f4f4;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
.w_1000{ width:1100px; margin:0 auto;}
.left{ float:left;}
.right{ float:right;}
header{ height:160px;}
header .header_box{ clear:both; position:relative; z-index:99;}
header .header_box .logo a{width:324px; height:106px;margin-top:35px; display:block; }
header .header_box .search{height:100px; padding-top:45px; position:relative;}
header .header_box .search .tab_menu{ width:650px; height:24px;}
header .header_box .search .tab_menu a{ width:70px; height:26px; display:block; line-height:24px; text-align:center;}
header .header_box .search .tab_menu .ahover{ width:70px; height:26px; display:block; line-height:24px; background-color:#e3e3e3; text-align:center;}
header .header_box .SearchSmall{ width:690px;}
header .header_box .SearchBig{ width:733px;}
header .header_box .search .tab_menu .gj{ width:70px; height:26px; }
header .header_box .search .tab_menu .pt{ color:#3781e8; width:70px; height:26px;}
header .header_box .SearchBig .tab_menu .pt_blue{ background-color:#079eed; color:#fff;}
header .header_box .SearchBig .tab_menu .gj_red{ background-color:#3781e8;color:#fff;}
header .header_box .SearchSmall .hot-search{ padding-top:3px;}
.header_box .SearchBig .tab_box{width:720px; height:32px; background-color:#fff; }
.header_box .SearchSmall .tab_box ul, .header_box .SearchSmall .pt_box{ width:590px; height:30px; background-color:#fff; border:4px solid #e2e6e7; margin:0; padding:0; position:relative;}
.header_box .SearchSmall .tab_box ul li.area{ width:57px;}
.header_box .SearchSmall .tab_box ul li.server{ width:65px;}
.header_box .SearchSmall .tab_box ul li.type{ width:70px;}
.header_box .SearchSmall .tab_box ul li.all{ width:70px;}
.header_box .SearchSmall .tab_box ul li.search_item{ width:170px;}
.header_box .SearchSmall .tab_box ul li{ cursor:pointer; color:#333; text-align:left; overflow:hidden; height:35px; }
.header_box .SearchSmall .tab_box ul li.name{ width:65px;}
.header_box .SearchSmall .tab_box ul li.name, .tab_box ul li.area, .tab_box ul li.server, .tab_box ul li.type, .tab_box ul li.all{ line-height:28px; text-indent:0.6em; padding:0px 10px 0px 0px; background:url(http://cdnimg.dd373.com/file/general/images/arrow.jpg) no-repeat right center;}
.header_box .SearchSmall .tab_box ul li.server{ width:80px;}
.header_box .SearchSmall .tab_box ul li.search_item .search_input{ width:178px; height:25px; color:#999999; border:0px; line-height:25px; padding:0px 0px 0px 5px;}
.header_box .SearchSmall .button{ width:82px; height:38px; margin-left:5px; background-color:#09f; text-align:center; font-weight:bold; line-height:35px;}
.header_box .SearchSmall .button a{ font-size:14px; color:#fff; }
.header_box .SearchSmall .pt_box ul li.search_item .search_input{ width:560px; height:25px; color:#999999; border:0px; padding:2px 0px 0px 5px;}
.header_box .SearchSmall .pt_box .pt-kuang{ height:36px; background-color:#fff; border:3px solid #e2e6e7;}
.header_box .SearchSmall .pt_box ul{ height:36px;}
.header_box .SearchSmall .pt_box ul li.text .search-box{ width:618px; _width:590px; outline:none; height:34px; border:1px solid #fff; color:#999; line-height:12px; font-size:14px; text-indent:0.4em;}
/*----------------------------------hot-search----------------------------------*/
header .header_box .search .hot-search ul{ width:650px; height:16px; margin-top:8px; padding-left:8px; background:url(../images/shop/index_hot_search.jpg) no-repeat 0px center;}
header .header_box .search .hot-search ul li{ margin-left:10px;}
header .header_box .search .hot-search ul li a{ color:#999999; white-space:nowrap;}
header li{float:left;}/*头部的li都向左浮动*/
header .header_box .SearchBig .tab_box ul li.arrow{ cursor:pointer; padding-right:12px; height:30px; _height:28px; overflow:hidden; line-height:30px; text-indent:0.6em; color:#333; background:url(http://cdnimg.dd373.com/file/general/images/arrow.jpg) no-repeat 100% center;}
.header_box .SearchBig .tab_box ul li.name{ width:66px;}
.header_box .SearchBig .tab_box ul li.area{ width:57px;}
.header_box .SearchBig .tab_box ul li.server{ width:65px;}
.header_box .SearchBig .tab_box ul li.type{ width:70px;}
.header_box .SearchBig .tab_box ul li.all{ width:70px;}
.header_box .SearchBig .tab_box ul li.search_item{ width:170px;}
header .header_box .SearchBig .tab_box ul li.search_item{ width:230px;}
header .header_box .SearchBig .tab_box ul li.search_item .search_input{ width:210px; height:25px; background-image:none; line-height:24px; outline:none; color:#999999; border:0px; padding:0px 0px 0px 5px; *line-height:33px; text-indent:0.4em;}
#select_ul{ border:2px solid #3781e8;float: left;height: 28px;}
header .header_box .SearchBig .tab_box .button{ width:92px; height:32px; float:right; background: url("../images/shop/bt.jpg") center no-repeat;}
header .header_box .SearchBig .tab_box .button a{ color:#fff; line-height:32px; font-weight:bold; text-align:center;width: 100%; font-size:14px; display:block;}
header .header_box .search .blue_box{ width:720px; height:32px; background-color:#fff; }
header .header_box .search .blue_box ul{ height:28px;border:2px solid #3781e8;float: left; width:618px;}
header .header_box .search .blue_box ul li.text{ width:616px;}
header .header_box .search .blue_box ul li.text .search-box{ width:616px; outline:none; height:26px; border:1px solid #fff; color:#999; line-height:25px; font-size:14px; text-indent:0.4em;}
header .header_box .search .blue_box .button_blue{ width:92px; height:32px; float:right; background: url("../images/shop/bt.jpg") center no-repeat;}
header .header_box .search .blue_box .button_blue a{ color:#fff; line-height:32px; font-weight:bold; text-align:center;width: 100%; font-size:14px; display:block;}
.indexnav_wrap{height:37px; width:100%;min-width:1100px; background-color:#3781e8;}
.indexnav{height:37px;width:1100px;margin:0 auto;clear:both;position:relative;}
.indexnav ul{ width:1100px; height:37px;}
.indexnav ul li{ vertical-align:top;float: left;}
.indexnav ul li.line_l, nav ul li.line_none{ width:136px; height:37px; font-size:14px; text-align:center;}
.indexnav ul li.line_l a{ color:#fff; width:100%; display:block; height:37px; line-height: 37px; background:url(../images/shop/index_line.jpg) no-repeat right center;}
.indexnav ul li.line_none a{ background:none; color:#fff; width:100%;height:37px; line-height: 37px;display:block; }
.indexnav ul li a:hover{ color:#fff; height:37px; background-color:#17acfa; text-decoration:none; }
.indexnav ul li.line_none a:hover{ color:#fff; height:37px; background-color:#17acfa; text-decoration:none; }
.main-box{padding-top: 15px;}
.recharge-box{width: 262px; height: 256px; border: 1px solid #bbbbbb; border-top: 0px;float: left;}
.recharge-box .shop_tb{width: 100%; height: 38px; line-height: 38px;background-color: #eaeaea;}
.recharge-box .shop_tb li{color: #5f5f5f; cursor: pointer; font-size: 16px;float: left; background: url("../images/shop/shop01.jpg") right no-repeat; width: 70px; text-align: center; line-height: 38px;}
.recharge-box .shop_tb li.last{background: none;}
.shop-banner{margin-left: 10px; float: left;width: 560px; height: 256px;}
.shop-right{border: 1px solid #bebebe; width: 250px; height: 256px;float: right;}
.shop-box{padding: 20px;}
.shop-box table tr td{color: #5f5f5f;padding: 12px 0px;font-size: 14px;}
.hide{display: none;}
.shop-box table select{border: 1px solid #c0c0c0; width: 133px;}
.shop-box table tr td.red{color: #ff5a00}
.shop-box .btn{ width: 100px; height: 26px; line-height: 26px; text-align: center; color: #ffffff; background-color: #ff0f1b;}
.shop_tb2{border-bottom: 1px solid #bbbbbb; height: 32px;}
.shop_tb2 li{line-height: 32px;float: left;width: 82px; border-right: 1px solid #bbbbbb;text-align: center; color: #404040; font-size: 14px; cursor: pointer;}
.shop_tb2 li.current{border-bottom: 2px solid #3781e8; color: #3781e8;}
.shop_tb2 li.last{border-right: 0px;}
.shop-new{clear: both;padding: 10px 5px;}
.shop-new ul li{color: #4a4545; font-size: 14px; overflow: hidden; padding: 5px 5px;}
.shop-new ul li a{float: left;color: #4a4545;}
.shop-new ul li a:hover{text-decoration: underline;color: #ff6600}
.shop-new ul li span{float: right;}
.gamelist{ width:830px; height:440px; border:1px solid #dfdfdf; float: left;}
.gamelist .gamelist-top{ width:100%; height:34px; background-color: #f3f3f3; border-bottom:1px solid #e9e9e9;position: relative}
.gamelist .title{ width:100px; height:34px; line-height:34px; text-align: center; font-weight:bold; background-color: #ffffff;border-right: 1px solid #e9e9e9;z-index: 100;position: relative}
.gamelist .title a{color: #ff0f1b;}
.gamelist .letter-nav{ position:relative;height:35px;}
.gamelist .letter-nav ul{ height:35px; }
.gamelist .letter-nav ul li{float: left;line-height:34px;}
.gamelist .letter-nav ul.gamenamebyfirst { display: none; border:#099bee 1px solid; background-color:#FFFFFF; position:absolute; top:34px; left:0; height:auto; list-style:none; width:723px; z-index:99;}
.gamelist .letter-nav ul.gamenamebyfirst li{float:left; width:100px; height:31px; line-height:31px; margin-bottom:8px; text-align:center;}
.gamelist .letter-nav ul.gamenamebyfirst li a{width:auto;color:#333;}
.gamelist .letter-nav ul.gamenamebyfirst li a:hover{color:#ff6600;text-decoration: underline}
.gamelist .letter-nav ul li a{ width:25px; display:block; text-align:center; color:#666666; }
.gamelist .letter-nav .current{ width:25px;line-height: 32px; border-top:2px solid #ce0c0c; background-color: #ffffff;}
.gamelist .letter-nav ul.gamenamebyfirst li a.redgame{color:#FF6600;}
.gamelist .letter-nav ul.top0{top:0;}
a{cursor: pointer;}
/*dk-box*/
.dk-box{ padding: 0 0 0 20px; height:405px;}
.dk-box ul{ width:100%;}
.dk-box ul li{ width:130px; float: left; height:160px; margin-top: 30px;border:1px solid #fff}
.dk-box ul li:hover{border:1px solid #e7e7e7}
.dk-box dt{ height:50px;}
.dk-box dd.hide{display: none;}
.dk-box dd.red{color: #ce0c0c;}
.dk-box dt a.pic{ width:100px; height:50px; display:block; margin:10px auto 0 auto;}
.dk-box dd{ text-align:center;overflow:hidden;padding-top: 5px; line-height: 22px;}
.dk-box dd a.btn{ width:70px; height:25px; margin:5px auto 15px auto; background-color:#ce0c0c; display:block; color:#fff;}
.dk-box dt{ height:75px;}
.dk-box dt a.pic{ width:75px; height:75px; margin:4px auto 0 auto;}
.dk-box dd{ height:20px; line-height:23px; }
.dk-box dd a.btn{height:25px; margin:0 auto 5px auto; }
.shop-search{border-bottom: 2px solid #3c5d9e; padding-bottom: 5px;margin-bottom: 5px;width: 830px;}
.shop-search .txt{border: 1px solid #c0c0c0; width: 170px; height: 30px; line-height: 30px; text-indent: 5px;}
.shop-search .btn{border: 1px solid #1967ba; width: 75px; background-color: #1967ba; height: 30px; line-height: 28px; text-align: center; color: #ffffff;}
/*hot-product*/
.hot-product{ width:248px; height:440px; border:1px solid #dfdfdf;float: right;}
.hot-product .hot-pro-title{ width:248px; height:36px; border-bottom:1px solid #dfdfdf; font-weight:bold; background-color: #cc0000; color: #ffffff; text-indent:1em; line-height:35px; font-size:14px;}
.hot-product .hot-pro-ner{ width:248px;}
.hot-product .hot-pro-ner ul{ width:248px;padding-top: 5px;}
.hot-product .hot-pro-ner ul li, .hot-product .hot-pro-ner .wrap { width:248px; height:74px;margin-top: 5px;}
.hot-product .hot-pro-ner ul li.bj-grey{ background-color:#f6f6f6;}
.hot-product .hot-pro-ner .wrap .tp{ margin:10px 0 0 15px;}
.hot-product .hot-pro-ner .wrap .wz{ margin:8px 0 0 20px;}
.hot-product .hot-pro-ner .wrap .wz p{ color:#666666; line-height:20px;}
.hot-product .hot-pro-ner .wrap .wz p.red{ color:#ff6600;}
/*求购*/
.buying-left{margin: 45px 0px;width: 810px;border: 1px solid #3781e8;float: left;}
.buying-title{background-color: #3781e8; line-height: 38px; text-indent: 20px; color: #ffffff;font-size: 20px;font-weight: bold;}
.buying-theme{margin: 25px 20px;background: url("../images/shop/buy1.jpg") left no-repeat;line-height: 32px;color: #ff6000; font-size: 18px; padding-left: 40px;font-weight: bold}
.buying-info{margin-left: 60px;background: url("../images/shop/buy3.jpg") center no-repeat; width: 714px; height: 189px; color: #4a4a4a; font-size: 14px;}
.buying-info .one{padding-left: 80px;padding-top: 8px; height: 22px;}
.buying-info .two{padding-top: 43px;overflow: hidden;}
.buying-info .two p{padding-top: 8px;}
.buying-info .three{padding-top: 38px;overflow: hidden;}
.buying-info span{color: #ffffff; font-size: 18px; float: left; display: block; width: 220px; line-height: 38px; text-align: right;}
.buying-info p{margin-left: 270px;padding-top: 0;}
.buying-info-line{border-top: 1px solid #b7b7b7; margin: 40px 0px; width: 100%; height: 2px;}
.buying-process{background: url("../images/shop/buy4.jpg") center no-repeat; width: 761px; height: 107px;margin: 10px 0px 40px 28px; position: relative;}
.buying-process ul{position: absolute; left: 0px; bottom: 0px; width: 100%;}
.buying-process ul li{width: 20%; float: left; text-align: center;color: #ff6000; line-height: 26px;}
.buying-theme.green{background: url("../images/shop/buy2.jpg") left no-repeat;color: #73d163;}
.buying-process.green{background: url("../images/shop/buy5.jpg") center no-repeat;}
.buying-process.green ul li{color: #73d163;}
.buying-right{width: 256px;margin: 45px 0px; float: right;}
.buying-title.red{background-color: #ff6000;overflow: hidden;}
.buying-title.red span{float: left;color: #fff}
.buying-title.red a{float: right; font-weight: normal; font-size: 14px; padding-right: 10px; color: #ffffff;}
.buying-box1{border: 1px solid #ff6000; margin-bottom: 25px;}
.buying-box1 ul li{border-bottom: 1px solid #b7b7b7; padding: 10px;line-height: 30px;color: #4a4a4a; font-size: 14px;}
.buying-box1 ul li .red{color: #ff6000;}
.buying-box1 ul li .blue{color: #3781e8;}
.buying-box1 ul li .blue a{color: #3781e8;}
.buying-box1 ul li.last{border-bottom: 0px;}
.buying-box2{border: 1px solid #3781e8;}
.buying-box2 ul{padding: 10px;margin-left: 20px;}
.buying-box2 ul li{line-height: 32px; list-style: disc;}
/*账号交易*/
.account-banner{padding: 20px 0px 0px; float: left;width: 800px; height: 297px;}
.account-buy{width: 265px;float: right;padding-top: 20px;}
.account-buy .box{width: 100%;height: 120px;}
.account-buy .box-tab{background: url("../images/shop/accout2.jpg") center no-repeat; width: 100%; height: 40px;}
.account-buy .box-tab li{width: 50%; float: left;line-height: 40px; cursor: pointer; text-align: center;color: #ffffff; font-size: 16px;}
.account-buy .box-tab a{width: 100%; float: left;line-height: 40px; cursor: pointer; text-align: center;color: #ffffff; font-size: 16px;display: inline-block}
.account-buy .sbox{background-color: #f5f5f5; height: 80px;}
.account-buy .sbox ul li{width: 50%; float: left;padding: 10px 0px;}
.account-buy .sbox ul li a{display: block; overflow: hidden; padding-left: 30px;line-height: 20px;}
.account-buy .sbox ul li a img{float: left; margin-right: 5px;}
.account-buy .sbox ul li a span{float: left;}
.account-buy .box2{border: 1px solid #bebebe; margin-top: 12px;height: 162px;}
.account-buy .box2 .shop-new ul li{padding: 6px 5px;}
.account-main{clear: both; padding-top: 35px;}
.account-main .title{color: #1f1f1f; font-size: 25px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout6.jpg") left no-repeat; padding-left: 25px;margin-bottom: 20px;}
.account-tab{border-bottom: 1px solid #f68438;border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; border-top: 1px solid #efefef;background-color: #f6f6f6; line-height: 34px;}
.account-tab ul li{float: left;padding: 0px 20px;line-height: 34px;cursor: pointer;font-size: 14px;}
.account-tab ul li.current{background: url("../images/shop/accout7.png") bottom center no-repeat; font-weight: bold;font-size: 14px;}
.account-list{border: 1px solid #eeeeee; border-top: 0px;padding-bottom: 40px;}
.account-list ul{overflow: hidden;}
.account-list ul li{width: 20%;float: left;padding-top: 45px;}
.account-list ul li .item{width: 143px; margin: 0 auto;position: relative;font-size: 14px;}
.account-list ul li .item img{width: 143px; height: 143px;}
.account-list ul li .devel{background: url("../images/shop/accout9.png") center no-repeat;width: 100%; height: 25px; overflow: hidden; line-height: 25px; position: absolute; top: 118px; left: 0px;z-index: 1;}
.account-list ul li .devel label{color: #ffffff;padding-left: 5px; float: left;}
.account-list ul li .devel span{background: url("../images/shop/accout10.png") center repeat-x; width: 75px; height: 13px; display: block; float: left;margin-top: 6px;margin-left: 5px;}
.account-list ul li p{padding-top: 5px;padding-left: 5px;}
.account-list ul li a{color: #0066cc;line-height: 22px; height: 22px; overflow: hidden;}
.account-list ul li .c-gary{color: #828282;}
.account-list ul li .orange{color: #ff6000; font-size: 18px;}
.account-main .title.success{background: url("../images/shop/accout11.jpg") left no-repeat;}
.account-case{width: 855px; height: 310px; border: 1px solid #EEEEEE;float: left;}
.account-case ul{overflow: hidden;}
.account-case ul li{width: 50%;float: left;padding-top: 20px;}
.account-case ul li .item{font-size: 14px; padding-left: 10px; overflow: hidden;}
.account-case ul li .pic{float: left;width: 105px; height: 105px;}
.account-case ul li .pic img{width: 105px; height: 105px;}
.account-case ul li .info{line-height: 35px;}
.account-case ul li p{color: #777777;}
.account-case ul li .box{float: left;width: 250px; margin-left: 20px;}
.account-case ul li a{color: #0066cc;}
.account-case ul li .orange{color: #ff6000; font-size: 18px;}
.account-hot{width: 228px; height: 310px; border: 1px solid #EEEEEE;float: right;}
.account-hot .theme{background-color: #eaeaea;color: #404040; font-size: 16px; line-height: 33px; text-indent: 20px; font-weight: bold;}
.hot-hot{overflow: hidden;}
.hot-hot li{width: 50%;height: 27px;float: left; line-height: 27px;border-bottom: 1px solid #eaeaea; text-align: center; cursor: pointer;}
.hot-hot li.current{border-bottom: 1px solid #ff6000;color: #3a83e8;}
.account-hot .sbox{padding: 10px 12px;clear: both;}
.account-hot .sbox ul li{line-height: 30px;color: #747575;font-size: 14px;}
.account-hot .sbox ul li span{color: #ff6000;}
.account-hot .sbox ul li a{color: #747575;}
.case{padding-top: 20px;}
.slideBox{ width:800px; height:297px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#3781E8; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:800px; height:297px; display:block; }
.shop-banner .slideBox{width: 560px;height:256px;}
.shop-banner .slideBox .bd img{width: 560px;height:256px;}
/*列表页*/
.position{color: #323232; font-size: 16px; padding-bottom: 15px;}
.position a{color: #3781e8;}
.list-category{background-color: #f4f4f4;padding:20px;}
.list-category dl{overflow: hidden;font-size: 16px;}
.list-category dl dt{width: 150px; float: left; padding: 20px 0px 0px;}
.list-category dl dt span{background-color: #ff5c00; color: #ffffff; padding: 3px 10px;}
.list-category dl dt span.blue{background-color: #1668ba;}
.list-category dl dd{float: left; width: 850px; border-bottom: 2px solid #dcdcdc;overflow: hidden;padding: 10px 0px;}
.list-category dl dd li{width: 120px; margin-left: 20px;float: left;padding-bottom: 10px; padding-top: 5px;}
.list-category dl dd li.current a{color: #3781e8;display: inline-block;text-decoration: underline}
.list-category dl dd li.red a{color: #ff5c00;}
.list-category dl dd.last{border-bottom: 0px;}
.list-wrapper{clear: both; padding-top: 45px;}
.list-tab{background-color: #295aa5; line-height: 36px; height: 36px;padding-left: 28px;}
.list-tab li{float: left; cursor: pointer; line-height: 36px; text-align: center; width: 136px; color: #ffffff; font-size: 18px;}
.list-tab li a{color: #ffffff; display: inline-block;width: 100%}
.list-tab li.current{color: #ffad6b; background-color: #f4f4f4;}
.list-tab li.current a{color: #ffad6b; background-color: #f4f4f4;}
.list-main{clear: both;}
.list-main .order-by{background-color: #e6f0e9; height: 28px;line-height: 28px; overflow: hidden; color: #323232; font-size: 14px; padding-left: 20px;}
.list-main .order-by select{background-color: #ffffff; border: 0px; width: 100px;}
.list-main .tb table{width: 100%;border-collapse: collapse;}
table{border-collapse: collapse;}
.list-main .tb table tr th{color: #323232; font-size: 14px; padding: 15px 0px; font-weight: normal;}
.list-main .tb table tr th select{border: 1px solid #e1e1e1; width: 110px;}
.list-main .tb table tr td{border-top: 1px dashed #d2d2d2; vertical-align: top; padding: 35px 0px; text-align: center;color: #323232; font-size: 14px;}
.list-main .tb table tr .box{width: 395px;text-align: left;}
.list-main .tb table tr .box p{padding:5px 0px;}
.list-main .tb table tr .box .title{ padding-bottom:15px;}
.list-main .tb table tr .box .title a{color: #1668ba;font-weight: bold;}
.list-main .tb table tr td.red{color: #ff5c00; font-weight: bold;}
.page{padding: 20px 0px; text-align: center;}
.page ul{text-align: center;}
.page li{ display: inline-block;}
.page a,.page li span{border: 1px solid #dfdfdf;background-color: #f7f7f7;color: #1668ba; width: 40px; height: 36px; line-height: 36px; display: inline-block; margin: 0px 4px;}
.page span{background-color: #1668ba; color: #ffffff;}
.page .active span{background-color: #1668ba; color: #ffffff;}
li.select{
font-weight: normal;border: 1px solid #f90;color: #f90;border-radius: 3px;
padding: 2px 5px;margin-left: 3px;margin-right: 3px;width: auto !important; padding-bottom:0 !important; padding-top: 0 !important;}
li.select:hover{background: #f90;color: #fff;}
li.select a{color: #f90}
li.select:hover a{color: #fff;}
/*购买*/
.buy-process{background: url("../images/shop/buy1.jpg") center no-repeat; width: 824px; height: 79px; margin:30px auto;}
.buy-title{color: #575757; font-size: 18px; font-weight: bold; padding: 8px 0px; border-bottom: 1px solid #e0e0e0;}
.buy-tip{border: 1px solid #ff800f; padding: 15px 20px; margin-top: 20px; background-color: #fdfaf1; color: #ff0000; font-size: 14px;}
.order-info{padding-top: 20px; overflow: hidden; padding-bottom: 40px;}
.order-info dl dt{color: #323232; font-size: 16px; width: 110px; margin-right: 10px; text-align: right;float: left;}
.order-info dl dd{float: left;}
.order-info table{width: 870px;}
.order-info table tr th{border: 1px solid #d6d6d6; color: #575757; font-size: 14px;font-weight: bold; background-color: #f0f0f0; line-height: 44px;}
.order-info table tr td{border: 1px solid #d6d6d6; color: #575757; font-size: 14px; text-align: center; padding: 15px 0px;}
.order-info table tr td p{text-align: left; padding-left: 20px; line-height: 28px;}
.order-list{padding-top: 10px; overflow: hidden;}
.order-list ul li{width: 14.28%; height:178px; color:#575757; font-size:14px; float: left; text-align: center; padding-bottom: 10px;}
.order-list ul li p{padding-top: 6px;}
.order-list ul li span{color: #ff6c00;}
.order-list ul li .btn{background-color: #f8a024;width: 128px; line-height:24px; color:#FFF;cursor: pointer; display: none;}
.order-list ul li:hover .btn{display: inline-block;}
.fill-info{padding-top: 20px; overflow: hidden; padding-bottom: 10px;}
.fill-info dl dt{color: #323232; font-size: 16px; width: 110px; margin-right: 10px; text-align: right;float: left;}
.fill-info dl dd{margin-left: 120px;border:1px solid #d3d3d3;padding: 10px 0px 30px;}
.fill-info table{width: 100%;}
.fill-info table th{color: #363636; padding:20px 0px; font-weight: normal; font-size: 14px;width: 220px; text-align: right;}
.fill-info table td{padding: 20px 0px; font-size: 14px;}
.fill-info table td span{color: #ff6c00;}
.fill-info table td select{border: 1px solid #d5d5d5;width:230px; line-height: 28px; height:28px;text-indent: 5px;}
.fill-info table td .txt{border: 1px solid #d5d5d5;width:230px; line-height: 28px; height:28px;text-indent: 5px;}
.fill-info table td .line{border-bottom: 1px solid #d3d3d3;margin: 10px 0px;width: 100%;height:1px;}
.fill-info table td .tip{color: #a6a6a6;}
.buy-theme{border-bottom: 1px solid #dedede;color: #323232; font-size: 20px; text-align: center; padding: 15px 0px;}
.buy-detail-img{padding:34px 0px 0px 24px; float: left;width:300px;}
.buy-detail-img img{width: 300px; height:270px;}
.buy-detail-box{padding: 20px 0px 0px 50px;width: 430px; float:left;color:#323232;}
.buy-detail-box p{color: #323232; font-size: 14px; padding: 10px 0px;}
.buy-detail-box p span{color: #ff6000;}
.buy-detail-box p span.big{font-size: 18px;}
.buy-detail-box .action{padding-top: 10px;}
.buy-detail-box .action input{margin-right: 20px;width: 145px; height: 34px;line-height: 34px;color:#fff;font-size: 16px; text-align: center; cursor: pointer; border-radius: 4px;}
.buy-detail-box .btn-orange{ background-color: #fd9b27; }
.buy-detail-box .btn-blue{ background-color: #4e8efd;}
.buy-detail-right{width: 270px; height: 290px;font-size: 14px; border: 1px solid #dddcdc; float: right;margin-top: 13px;}
.buy-detail-right .title{background-color: #ececec; line-height: 35px;color: #323232; font-size: 16px; text-indent: 20px;}
.buy-detail-right .box{color: #9b9b9b;border: 1px solid #ededed; padding: 10px 15px; line-height: 28px;}
.buy-detail-right .box span{color: #5a5a5a;}
.buy-detail-right .box2{padding: 10px 15px;color: #9b9b9b;}
.buy-detail-right .box2 .stitle{padding: 8px 0px 16px;}
.buy-detail-right .box2 .stitle span{color: #323232; font-size:15px;}
.buy-detail-right .box2 p{padding-top: 10px;line-height: 20px;}
.buy-detail-right .box2 p span{color: #fd9b27;display: inline-block; }
.buy-detail-right .box2 p label{background-color: #b51102; display: inline-block; padding: 0px 8px; color: #ffffff; margin: 0px 5px;}
.buy-detail-right .box2 p i{color: #b51102;}
.buy-detail{min-height: 200px;}
.buy-detail span{color: #323232; font-size: 14px; padding:0px 25px;}
.buy-detail .goods_content{color: #323232; font-size: 16px; padding:10px 25px;}
.buy-detail-zn{padding: 45px 60px;}
/*金钱交易*/
.Popular_box{ padding-top:15px;}
.Popular{ width:253px; border: 1px solid #e4e4e4; float:left;}
.Popular h3{width:223px; line-height:43px; background-color:#e5e5e5; font-size:16px; color:#424242; font-weight:bold; padding:0 15px;}
.Popular h3 a{ float:right; font-size:14px; color:#999; font-weight:normal;}
.Popular .gamees{ overflow:hidden;}
.Popular .gamees a{ width:126px; height:82px; float:left; border-bottom:1px solid #e4e4e4; text-align:center;}
.Popular .gamees a img{ margin-top:10px; width:100px; height:60px;}
.Popular .gamees a.current{ border-right:1px solid #e4e4e4;}
.reco{ overflow:hidden; width:1100px; margin-top:40px; margin-bottom:30px;}
.reco_left{ width:805px; float:left;}
.reco_box{width:805px;}
.reco_box .title{color:#1f1f1f; font-size: 25px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout6.jpg") left no-repeat; padding-left: 25px;margin-bottom: 20px;}
.reco_box .title.success{background: url("../images/shop/accout11.jpg") left no-repeat; margin-top:20px;}
.reco_box .reco_list{ width:803px; border:solid 1px #eee; height:580px; padding-top:30px;}
.reco_box .reco_list ul{ overflow:hidden;}
.reco_box .reco_list ul li{ float:left; width:165px; margin-left:28px; height:250px; margin-bottom:20px;}
.reco_box .reco_list ul li .pic{ width:163px;border:solid 1px #eee; text-align:center; font-size:14px; color:#404040; padding-bottom:10px;}
.reco_box .reco_list ul li .pic .pic_img{ text-align:center; padding:10px 0;border-bottom:solid 1px #eee;}
.reco_box .reco_list ul li .pic p{ margin-top:10px;}
.reco_box .reco_list ul li .pic .qu{ margin-top:8px;}
.reco_box .reco_list ul li .pac{text-align:center; font-size:14px; color:#404040; margin-top:10px;}
.reco_box .reco_list ul li .pac span{ font-size:18px; color:#ff6000; display:block; margin:5px 0;}
.reco_box .reco_list ul li .pac a{ display: none; width:116px; height:30px;text-align:center; line-height:30px; font-size:14px; color:#fff; background-color:#f77e2e;}
.reco_box .reco_list ul li:hover .pac a{ display:inline-block; }
.reco_box .recoo_list{ width:803px; border:solid 1px #eee; height:500px;}
.reco_box .recoo_list .sdd{ overflow:hidden;}
.reco_box .recoo_list .sdd a{ float:left; width:60px; height:20px; color:#404040; font-size:14px; margin:10px 0;margin-left:10px; line-height:20px; text-align:center;}
.reco_box .recoo_list .sdd a.current{ background-color:#f77e2e; color:#fff;}
.reco_box .recoo_list ul{ overflow:hidden;}
.reco_box .recoo_list ul li{ float:left; width:165px; margin-left:28px; height:190px; margin-bottom:20px;}
.reco_box .recoo_list ul li .pic{ width:163px;border:solid 1px #eee; text-align:center; font-size:14px; color:#404040; padding-bottom:10px;}
.reco_box .recoo_list ul li .pic .pic_img{ text-align:center; padding:10px 0;}
.reco_box .recoo_list ul li .pic p{ margin-top:10px;}
.reco_box .recoo_list ul li .pic .qu{ margin-top:8px;}
.reco_box .recoo_list ul li .pac{text-align:center; font-size:14px; color:#404040; margin-top:10px;}
.reco_box .recoo_list ul li .pac span{ font-size:18px; color:#ff6000; display:block; margin:5px 0;}
.reco_box .recoo_list ul li .pac a{ width:116px; height:30px; display:none; text-align:center; line-height:30px; font-size:14px; color:#fff; background-color:#f77e2e;}
.reco_box .recoo_list ul li:hover .pac a{display:inline-block;}
.reco_right{ width:262px; float:right;}
.zone{width:260px;border:solid 1px #eee; margin-top:48px;}
.zone h3{ line-height:35px; background-color:#cc0000; color:#fff; font-size:16px; font-weight:bold; padding-left:20px; margin-bottom:30px;}
.zone ul li{ padding-left:20px;font-size:14px; color:#4a4545; margin-bottom:25px;}
.zone_img{ margin-top:10px;}
.zone_img a{ display:inline-block; margin-bottom:20px;}
/*游戏*/
.main_top_l .wrap .icon{ background:url(../images/shop/index_icon.jpg) no-repeat; width:30px; height:30px;}
.main_top_l .wrap .icon-red{ background:url(../images/shop/index_icon-red.jpg) no-repeat; width:30px; height:30px;}
.main_top{float: left;width:250px;position: relative;}
.main_top .main_top_l{ width:250px; height:268px;}
.main_top .main_top_l .wrap{ width:250px; height:93px;}
.main_top .main_top_l .hh{ margin-top:10px;}
.main_top .main_top_l .wrap .m_r_12{ margin-right:12px; }
.main_top .main_top_l .wrap .common{ width:73px; height:85px; border:1px solid #dddddd; background-color:#FFF; cursor:pointer;position: relative;}
.main_top .main_top_l .wrap .common-red{ width:73px; height:85px; background-color:#fff; cursor:pointer; border:1px solid #ff6600; border-bottom:0 none; position:relative; z-index:100;}
.main_top .main_top_l .wrap .common .hot_tip2{position:absolute;top:6px;left:40px;}
.main_top .main_top_l .dk_nr{ height:185px; padding-top:20px;}
.main_top .main_top_l .QQ_nr{ height:195px; padding-top:10px;}
.main_top .main_top_l .QQ_nr .ts, .main_top_l .iphone_nr .ts{ height:22px; line-height:22px; margin:0px 0px 0px 70px;}
.main_top .main_top_l .iphone_nr{ height:195px; padding-top:10px;}
.main_top .main_top_l .dk_nr, .main_top .main_top_l .QQ_nr, .main_top .main_top_l .iphone_nr{ width:247px; border:1px solid #ff6600; position:absolute; top:85px; background-color:#fff;}
.main_top .main_top_l .QQ_nr .name-l, .main_top .main_top_l .iphone_nr .name-l{ width:74px; line-height:26px;}
.main_top .main_top_l select{ width:80px; height:20px; margin-top:3px;}
.main_top .main_top_l .name{ width:240px; height:28px; margin-bottom:6px;}
.main_top .main_top_l .mr-t{ margin-top:8px;}
.main_top .main_top_l .name-l{ width:74px; height:20px; text-align:right; padding-right:5px;}
.main_top .main_top_l .name-r.kuang{ font-size:12px;}
.main_top .main_top_l .name-r select{width:110px; height:20px;}
.main_top .main_top_l .iphone_nr .name-r{ margin-top:4px;}
.main_top .main_top_l .jiage{ width:240px; height:24px;}
.main_top .main_top_l .jiage .jine{ line-height:26px; color:#ff6600;}
.main_top .main_top_l .button a.red_btn{ width:86px; height:28px; cursor:pointer; text-align:center; line-height:25px; color:#fff; margin:0 auto;}
.main_top .main_top_l .dk_nr .dk_nr_b .button{ width:86px; height:28px; cursor:pointer; background-color:#079eed; text-align:center; line-height:25px; color:#fff; margin:0 auto; margin-top:10px;}
.main_top .main_top_l .wrap .icon_dk{ background-position:-20px -248px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_qq{ background-position:-20px -361px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_hf{ background-position:-20px -300px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_jb{ background-position:-18px -302px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_zb{ background-position:-19px -189px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_zh{ background-position:-19px -130px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_wz{ background-position:-18px -71px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_mail{ background-position:-16px -11px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_zzfw{ background-position:-21px -470px; margin:17px 0px 6px 24px;}
.main_top .main_top_l .wrap .icon_sy{margin:23px 0 10px 20px;}
.main_top .main_top_l .wrap .icon_sc{margin:18px 0 7px 24px;}
.main_top .main_top_l .wrap .icon_lb{margin:15px 0 3px 20px;}
.main_top .main_top_l .wrap .text{ color:#9c9c9c; font-size:12px; text-align:center; padding:0px 0px 0px 5px;}
.main_top .main_top_l .wrap .text-red{ color:#f99831; font-size:12px; text-align:center; padding:0px 0px 0px 5px;}
.main_top .main_top_l .wrap .text a{ color:#9c9c9c;}
a.red_btn{ display:block; background-color:#ff6600; border:1px solid #F99B31; color:#fff; text-align:center;border-radius:4px;font-size:14px;padding:4px 0;}
a.red_btn:hover{ background-color:#FE8534; text-decoration:none;}
.red {color: #ff6600;}
.game-right{padding-top: 0px;}
.game-right .box{height: 40px;}
.box .tempWrap{top:8px;}
.game-right .box2{height: 238px;}
.game-right .box-tab{background: url("../images/shop/yx2.jpg") center no-repeat;}
.game-right .box-tab li{width: 25%;}
.game-title{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout6.jpg") left no-repeat; padding-left: 28px;margin-bottom: 20px;}
.game-hot{width: 100%;height: auto;}
.game-hot .title a{color: #1b1b1b;}
.game-hot .letter-nav ul li a{width: 35px;}
.game-hot .letter-nav .current{width: 35px;}
.game-hot .dk-box{width: 100%;padding: 0px;height: auto;}
.game-hot .dk-box ul{margin-left: -1px;}
.game-hot .dk-box ul li{width: 16.66%;padding: 0;height: 130px;border: none;margin-top: 0}
.game-hot .dk-box ul li:last-child .item{border-right: none}
.game-hot .dk-box ul li .item{height: 130px;text-align: center; border-right: 1px solid transparent;border-left: 1px solid transparent;}
.game-hot .dk-box ul li.current .item{border-color: #e7e7e7;}
.game-hot .dk-box ul li .item .pic{padding: 10px 0;}
.game-hot .dk-box ul li .item .pic img{width: 100px; height: 63px;}
.game-hot .dk-box ul li .item .box{overflow: hidden;color: #848484;}
.game-hot .dk-box ul li .item .box a{display: inline-block; line-height: 22px;padding: 0px 5px; margin: 0px 2px;}
.game-hot .dk-box ul li .item .box a:hover{background-color: #e8cfa6; color: #ffffff;}
.game-box{padding-top: 10px; clear: both;}
.game-box dt{border: 1px solid #f3ece2;background-color: #f9f9f9;width: 249px;height:62px;float: left;margin-right: 10px;}
.game-box dt p{background: url("../images/shop/yx5.jpg") left no-repeat; padding-left: 20px; margin: 5px 0 5px 35px; color: #1b1b1b; font-size: 14px;}
.game-box dt p span{color: #7b6849; margin-left: 5px;font-size: 12px;}
.game-box dt .txt{border: 1px solid #cfcfcf; margin-left: 30px;width: 130px; height: 23px; line-height: 23px;text-indent: 5px;}
.game-box dt .btn{border: 1px solid #e7d6cc;background-color: #fbf6ed; width: 48px; text-align: center; line-height: 23px;}
.game-box dd{margin-left: 200px;}
.game-box dd .box{border: 1px solid #d9d9d9;background-color: #eeeeee;height: 62px;overflow: hidden;margin-left: 10px;}
.game-box dd .box .left{background: url("../images/shop/yx6.jpg") center no-repeat; width: 82px; height: 29px;margin-top: 17px; color: #1b1b1b; font-size: 14px; text-indent: 10px; line-height: 29px;}
.game-box dd .box .info{background-color: #ffffff;margin: 10px 5px 5px 130px; position: relative;padding: 5px 10px 5px 10px; line-height: 23px;}
.game-box dd .box .info .blue{margin-right:5px;display:inline-block;background-color: #3d86ea;border: 1px solid #1364d2;color: #ffffff; width: 36px; height: 18px; line-height: 18px; text-align: center; top: 0px; left: 0px;}
.game-box dd .box .info .red{margin-right:5px;display:inline-block;background-color: #e00515;border: 1px solid #8c0000;color: #ffffff; width: 36px; height: 18px; line-height: 18px; text-align: center; top: 25px; left: 0px;}
.game-hot .letter-nav ul.gamenamebyfirst{width: 1030px;position: absolute;left: -101px;}
.gamelist .letter-nav .active{border: #099bee 1px solid;border-bottom: 1px solid #fff;background-color: #ffffff; position: relative; z-index: 100;}
.game_list{ width:1100px; margin-top:30px;}
.game-titlee{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout12.png") left no-repeat; padding-left: 28px;margin-bottom: 20px;}
.game_list_box{ width:1100px; overflow:hidden;}
.game_list_left{ float:left; width:803px; border:solid 1px #e7e7e7; position:relative;}
.game_list_left .game_top{ width:803px; height:34px;background-color: #f3f3f3;}
.game_list_left .game_top ul{ border-top:solid 1px #425591;}
.game_list_left .game_top ul li{ float:left;}
.game_list_left .game_top ul li a{ display:block; width:30.8px; line-height:33px; text-align:center; font-size:14px; color:#5d5d5d; border-bottom:solid 1px #e7e7e7;}
.game_list_left .game_top ul li a.current{ border-top:solid 2px #F00; line-height:31px;background-color:#fff;border-bottom:none;}
.game_list_left .zb_box ul{ overflow:hidden; width:803px;border-bottom:solid 1px #e7e7e7;}
.game_list_left .zb_box ul li{ float:left; width:159px; height:94px;border-right:solid 1px #e7e7e7;}
.game_list_left .zb_box ul li:last-child{border-right: none}
.game_list_left .zb_box ul li .zb_img{ text-align:center;padding-top: 4px;min-height: 73px;}
.game_list_left .zb_box ul li .zb_box{ text-align:center;}
.game_list_left .zb_box ul li .zb_box a{ color:#425591; font-size:12px; margin-right:5px;}
.game_list_left .zb_box ul li .zb_box a:hover{background-color: #e8cfa6; color: #ffffff;}
.game_list_left .gl_game{width:780px; padding-left:23px;}
.game_list_left .gl_game .gl_box h3{ font-size:16px; color:#323232; font-weight:bold; margin:10px 0;}
.game_list_left .gl_game .gl_box ul{ overflow:hidden;}
.game_list_left .gl_game .gl_box ul li{ width:390px; float:left; margin-bottom:13px;}
.game_list_left .gl_game .gl_box ul li span{ display:inline-block; font-size:14px; color:#3781e8; margin-right:25px;}
.game_list_left .gl_game .gl_box ul li a{display:inline-block; font-size:12px; color:#323232; margin-right:25px;}
.game_list_left .gl_game .gl_box ul li a.col{ color:#ff8400;}
.game_list_left .gl_game .gl_box ul li a:hover{color: #ff6600;text-decoration: underline;}
.game_list_left .warriors{ position:absolute; top:35px; left:0;}
.game_list_left .warriors .warr{ width:783px; padding:10px 12px 0; background-color:#fff; border-bottom:solid 1px #e7e7e7;}
.game_list_left .warriors .warr ul{ overflow:hidden;}
.game_list_left .warriors .warr ul li{ float:left; width:140px; text-align:center; margin-bottom:15px;}
.game_list_left .warriors .warr ul li a{ font-size:14px; color:#323232;}
.game_list_left .warriors .warr ul li a:hover{color:#ff6600;text-decoration: underline}
.game_list_right{ float:right; width:260px;}
.game_list_right .phb_box{ width:258px;border:solid 1px #e7e7e7; margin-bottom:55px;}
.game_list_right .phb_box h3{ background-color:#cc0000;line-height:35px; font-size:16px; color:#fff; font-weight:bold; padding-left:20px;}
.game_list_right .phb_box h3 a{ float:right; color:#fff; margin-right:5px;}
.game_list_right .phb_box .phb_img{ text-align:center; margin-top:16px;}
.game_list_right .phb_box .pbbs{ padding:0 15px; padding-bottom:10px;}
.game_list_right .phb_box .pbbs ul li{ overflow:hidden; margin-top:10px;}
.game_list_right .phb_box .pbbs ul li a{ float:left; font-size:12px; color:#d60b0f;}
.game_list_right .phb_box .pbbs ul li a:hover{text-decoration: underline}
.game_list_right .phb_box .pbbs ul li a.flr{ float:right; width:70px; text-align:left;}
.game_list_right .phb_box .pbbs ul li span{ float:right;font-size:12px; color:#323232;}
#free_game{height: 168px;}
#free_game li{width: 114px;float: left}
.dk_box{width:1100px; margin-top:30px;}
.game-tit{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout13.png") left no-repeat; padding-left: 30px;margin-bottom: 20px;}
.dk_cent{width:1100px; overflow:hidden;}
.dk_cent_left{ float:left;width:803px; border:solid 1px #e7e7e7;}
.dk_cent_left .zqz_img{ float:left; width:190px;}
.dk_cent_left .ckk_box{ float:left; width:613px;}
.dk_cent_left .ckk_box .ckk .asdd{width:613px; overflow:hidden; margin-top:10px;}
.dk_cent_left .ckk_box .ckk .asdd span{ float:left; width:74px; height:30px; text-align:center; line-height:20px; color:5d5d5d; font-size:14px; margin-left:15px;}
.dk_cent_left .ckk_box .ckk .asdd span.curren{ background:url(../images/shop/dk_bg.jpg) no-repeat; color:#fff;}
.dk_cent_left .ckk_box .ckk ul{ overflow:hidden; margin-top:20px;}
.dk_cent_left .ckk_box .ckk ul li{ width:110px; float:left; text-align:center; height:135px; margin-left:30px; margin-bottom:10px;}
.dk_cent_left .ckk_box .ckk ul li p{ font-size:12px; color:#5d5d5d;}
.dk_cent_left .ckk_box .ckk ul li span{ font-size:12px; color:#ff6000; display:block; margin:5px 0;}
.dk_cent_left .ckk_box .ckk ul li a{ width:64px; height:17px; display:none; text-align:center; line-height:17px; font-size:12px; color:#fff; background-color:#ff0f1b;}
.dk_cent_left .ckk_box .ckk ul li:hover a{display:inline-block}
.dk_cent_right{ float:right;width:260px;}
.dk_cent_right .consulting{width:238px;border:solid 1px #e7e7e7; height:386px; padding:0 10px;}
.dk_cent_right .consulting h3{ font-size:14px; color:#323232; padding-top:15px;}
.dk_cent_right .consulting ul li{width:238px; margin-top:15px;border-bottom: 1px solid #e7e7e7}
.dk_cent_right .consulting ul li .consulting_text i{ display:inline-block; background:url(../images/shop/wd_bg.jpg) no-repeat 0 0; width:17px; height:16px; vertical-align:middle; margin-right:10px;}
.dk_cent_right .consulting ul li .consulting_text{ margin-bottom:10px;}
.dk_cent_right .consulting ul li .consulting_text i.cur{ background:url(../images/shop/wd_bg.jpg) no-repeat -18px 0;}
.dk_cent_right .consulting ul li .consulting_text a{ font-size:12px; color:#8c8c8c; display:inline-block; width:211px; height:17px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;vertical-align:middle;}
.dk_cent_right .consulting ul li .consulting_text a:hover{color: #ff6600;text-decoration: underline}
.dk_cent_right .consulting .consulting_btn{ margin-top:30px; text-align:center;}
.dk_cent_right .consulting .consulting_btn a{width:71px; height:24px; display:inline-block; text-align:center; line-height:24px; font-size:12px; color:#fff; background-color:#e7cea5; margin-right:8px;}
.dk_cent_right .consulting .consulting_btn a.cec{background-color:#ffb63e;}
.dk_cent_right .consulting .consulting_btn a.csc{background-color:#3ec2ff; margin-right:0;}
.trading{width:1100px; margin-top:30px; margin-bottom:30px;}
.game-titc{color: #1f1f1f; font-size: 20px;font-weight: bold;line-height: 28px;background: url("../images/shop/accout14.png") left no-repeat; padding-left: 30px;margin-bottom: 20px;}
.trading_box{width:1100px; overflow:hidden;}
.trading_left{float:left;width:803px; border:solid 1px #e7e7e7;padding-bottom:30px;}
.trading_left .yield{ padding-left:40px; width:763px; height:300px;}
.trading_left .yield ul{ overflow:hidden;}
.trading_left .yield ul li{ float:left; font-size:14px; color:#3b5998; margin-top:35px; text-align:left; margin-right:60px;}
.trading_left .yield ul li a{ font-size:14px; color:#666;}
.trading_left .yield ul li a:hover{ color:#ff6600;text-decoration: underline}
.trading_left .yield ul li.curr{ margin-right:120px;}
.trading_left .yield ul li h3{ font-weight:bold; margin-bottom:30px;}
.trading_left .yield ul li p{ line-height:26px;color: #333}
.trading_left .yield ul li p.cdsl{ line-height:26px; color:#F00;}
.trading_right{float:right;width:260px;}
.trading_right .reliable{width:258px;border:solid 1px #e7e7e7; }
.trading_right .reliable h3{background-color:#3b5998;line-height:32px; font-size:16px; color:#fff; font-weight:bold; padding-left:20px;}
.trading_right .reliable ul{padding:0 15px;}
.trading_right .reliable ul li{ font-size:12px; color:#5d5d5d; padding-bottom:15px; border-bottom:solid 1px #e7e7e7;}
.trading_right .reliable ul li p{ margin:20px 0 12px 0;}
.trading_right .reliable ul li .mpren{ text-align:right; color:#F00; margin-top:4px;}
.tb .current_no{width:102px; height:22px; margin:0 auto; border:1px solid #e1e1e1;}
.tb .current{width:110px; height:22px; margin:0 auto; border:1px solid #ff5c00;}
.jiage .text, .danjia .text{ margin-top:4px; margin-left:4px; _margin-left:3px;}
.jiage .up{ height:22px; background:url(../images/shop/priceArrow.gif) no-repeat 92px 2px;}
.jiage .down{ height:22px; background:url(../images/shop/priceArrow.gif) no-repeat 92px -17px;}
.up .line,.down .line{ width:19px; height:22px; border-left:1px solid #dddddd;} | 0.376852 | 0.107907 |
@font-face {
font-family: 'Aero';
src: url('../fonts/Aero.ttf') format('truetype'); /* Legacy iOS */
}
html{
width: 100%;
height: 100%;
}
html body{
width: 100%;
height: 100%;
background: url('../images/bg_nuestroequipo_portal_cero.png');
/*background: #000428;
background: -webkit-linear-gradient(to top, #004e92, #000428);
background: linear-gradient(to top, #004e92, #000428);*/
}
header{
width: 100%;
height: 80px;
position: fixed;
top: 0;
z-index: 1000;
}
ul{
padding: 0;
}
.aero-font{
font-family: 'Aero', Fallback, sans-serif;
}
.title-absolute-bottom-left{
position: absolute;
bottom: 5px;
left: 25px;
color: #fff;
font-size: 1.6em;
}
.divider{
border-bottom: 2px solid rgba(255,255,255,0.6);
}
.no-round{
border-radius: 0 !important;
}
.btn-app{
padding: 10px 18px;
margin-top: 15px;
}
.btn-app-outline{
border-bottom-left-radius: 18px;
border-top-right-radius: 18px;
padding: 10px 18px;
margin-top: 15px;
border:2px solid #fff;
color: #fff;
display: block;
text-align: center;
}
.btn-white{
background: #fff;
color: #6409e3 !important;
}
.btn-purple{
color: #fff;
background: #6409e3 !important;
}
.rtl{
border-top-left-radius: 18px;
}
.rtr{
border-top-right-radius: 18px;
}
.rbl{
border-bottom-left-radius: 18px;
}
.rbr{
border-bottom-right-radius: 18px;
}
.bg-white{
background: #fff;
padding: 20px 30px;
}
.bg-white p, .bg-white label, .bg-white h2, .bg-white h5, .bg-white small{
color: #6409e3 !important;
}
.bg-white label{
font-size: 0.8em;
}
.bg-white .form-control{
border: 2px solid #6409e3 !important;
}
.bg-purple{
background: #6409e3;
padding: 20px 30px;
}
.bg-purple p, .bg-purple label, .bg-purple h2{
color: #fff !important;
}
.bg-purple .form-control{
border: 2px solid #fff !important;
}
.bg-purple label{
font-size: 0.8em;
}
.modal{
background: url(../images/bg_nuestroequipo_portal_cero.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#loginModal .modal-dialog{
width: 70%;
max-width: 70%;
height: 420px;
top: 17.5%;
}
#loginModal .modal-dialog .modal-content{
width: 100%;
height: 100%;
background: transparent;
}
#loginModal .modal-dialog .modal-content .modal-body{
padding: 0 1rem;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:first-child{
background: #6409e3;
width:100%;
height: 100%;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:first-child h2{
color: #fff;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:last-child h2{
color: #6409e3;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:first-child label{
color: #fff;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:last-child label{
color: #6409e3;
}
#loginModal .modal-dialog .modal-content .modal-body .row div.white-box{
background: #fff;
width:100%;
height: 100%;
}
.title{
text-align: center;
color: #fff;
}
.text-content{
text-align: center;
color: #fff;
}
.no-corner-radius{
border-radius: 0 !important;
}
.btn-uncorner{
border: 2px solid #fff;
border-top-right-radius: 18px;
border-bottom-left-radius: 18px;
color: #fff;
padding: 8px 12px;
font-weight: bold;
}
.btn-uncorner.double-padding{
padding: 10px 25px;
}
.double-padding{
padding: 10px 45px;
}
.btn-secondary{
background: #fff;
color: #9238ff;
}
.no-padding{
padding: 0 !important;
}
.breadcrums{
list-style: none;
padding: 0;
}
.breadcrums li{
display: inline-block;
color: #fff;
padding: 0px 1px;
font-size: 1em;
}
.breadcrums li.link{
text-decoration: underline;
cursor: pointer;
}
.breadcrums li:before{
content: "/";
color: #fff;
margin-right: 4px;
}
.breadcrums li:first-child:before{
content: "";
}
.navbar{
padding: 0px;
}
.navbar .btn-navbar{
background: rgba(0,0,0,0.6);
height: 100px;
width: 100px;
border-radius: 0;
}
.navbar .btn-navbar i{
color: #fff !important;
}
.navbar .navbar-inner{
width: 100%;
}
.navbar .navbar-inner .container{
width: 100% !important;
max-width: 100%;
margin: auto;
padding: 0;
}
.navbar .nav-collapse{
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.5);
height: auto;
width: 130px;
}
.navbar .nav-collapse ul{
list-style: none;
padding: 8px 5px;
}
.navbar .nav-collapse ul li{
height: 40px;
}
.navbar .nav-collapse ul li a{
color: #fff;
font-size: 11px;
text-decoration: none;
}
.navbar .nav-collapse ul li a img{
height: 35px;
float: left;
margin-right: 5px;
}
.navbar .nav-collapse ul li.login-link{
height: 100px;
margin-bottom: 20px;
}
.navbar .nav-collapse ul li.login-link a:hover{
color: #fff;
}
.navbar .nav-collapse ul li.login-link a img{
height: 80px;
display: block;
margin: 10px auto 0px;
float: none;
}
.navbar .nav-collapse ul li:last-child{
text-align: center;
}
.navbar .nav-collapse ul li:last-child a{
color: white;
float: none;
text-shadow: none;
}
.brand img{
height: 90%;
}
.menu ul{
list-style: none;
}
.menu ul li{
display: inline-block;
line-height: 40px;
}
.menu ul li a{
color: #fff;
padding: 0px 12px;
text-decoration: none;
}
.menu ul li a.active{
font-weight: bold;
}
.menu ul li a:hover{
}
.menu ul li a img{
height: 100%;
}
.main{
width: 100%;
height: 100%;
}
.main .welcome-box{
background: url(../images/bg_home_portal.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
}
.main .welcome-box .content{
position: absolute;
/* move the element half way across the screen */
left: 50%;
top: 45%;
/* allow the width to be calculated dynamically */
width: auto;
/* then move the element back again using a transform */
transform: translateX(-50%);
}
.main .welcome-box .title{
font-size: 3em;
}
.main .details-box{
background: green;
width: 100%;
height: 100%;
}
.main .details-box .left-box{
background: url(https://i.pinimg.com/originals/2f/c5/60/2fc56028f786a131c72e6ae4ddd00890.jpg);
width: 50%;
height: 100%;
float: left;
}
.main .details-box .right-box{
/*background: #1b3bbb;*/
background: url('../images/bg_nuestroequipo_portal_cero.png');
width: 50%;
height: 100%;
float: right;
}
.main .details-box .right-box .content{
margin-top: 150px;
padding: 10px 15px;
}
.main .details-box .right-box .content .title{
color: #fff;
}
.main .details-box .right-box .content .details{
color: #ccc;
}
.main .details-box .right-box .content .box-submenu{
list-style: none;
width: 100%;
}
.main .details-box .right-box .content .box-submenu li{
display: inline-block;
}
.main .details-box .right-box .content .box-submenu li img{
width: 45px;
}
.main .details-box .right-box .content .box-submenu li .purple-box{
border: 2px #9238ff solid;
height: 40px;
min-width: 40px;
}
.main .details-box .right-box .content .box-submenu li .purple-box:hover{
background: #9238ff;
}
.main .details-box .right-box .content .btn-uncorner{
border: 2px solid #fff;
border-top-right-radius: 18px;
border-bottom-left-radius: 18px;
color: #fff;
padding: 8px 12px;
}
.main .details-box .right-box .content .gray-box{
width: 100%;
height: 140px;
background: #bdc3c7; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #bdc3c7, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main .store-box{
width: 100%;
height: 100%;
}
.main .store-box .left-box{
background: #cccdce;
width: 50%;
height: 100%;
float: left;
position: relative;
}
.main .store-box .left-box .middle-box{
width: 60%;
height: 60%;
background: #696969;
position: absolute;
top: 15%;
left: 15%;
}
.main .store-box .right-box{
background: url(../images/bg_nuestroequipo_portal_cero.png);
width: 50%;
height: 100%;
float: right;
}
.main .store-box .right-box .content{
margin-top: 150px;
padding: 10px 15px;
}
.main .store-box .right-box .content .title{
color: #fff;
text-align: left;
font-weight: bold;
}
.main .store-box .right-box .content .price{
color: #a323f4;
font-weight: bold;
text-align: left;
}
.main .store-box .right-box .content .details{
color: #ccc;
}
.main .store-box .right-box .content .box-submenu{
list-style: none;
width: 100%;
}
.main .store-box .right-box .content .box-submenu li{
display: inline-block;
}
.main .store-box .right-box .content .box-submenu li .purple-box{
border: 2px #9238ff solid;
height: 40px;
min-width: 40px;
}
.main .store-box .right-box .content .box-submenu li .purple-box:hover{
background: #9238ff;
}
.main .store-box .right-box .content .btn-uncorner{
border: 2px solid #fff;
border-top-right-radius: 18px;
border-bottom-left-radius: 18px;
color: #fff;
padding: 8px 12px;
}
.main .store-box .right-box .content .gray-box{
width: 100%;
height: 140px;
background: #bdc3c7; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #bdc3c7, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-header{
width:100%;
height: 180px;
background: url(../images/bg_header.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.search-menu{
width: 100%;
height: 60px;
}
.search-menu ul{
padding: 0;
}
.search-menu ul li{
display: inline-block;
color: #fff;
vertical-align: middle;
line-height: 60px;
}
.search-menu ul li span{
padding: 0 15px;
}
.search-menu ul li select{
background: rgba(255,255,255,0.4);
color: #fff;
border-radius: 0 !important;
padding: 10px 15px;
min-width: 150px;
height: 40px;
}
.search-menu ul li input{
background: rgba(255,255,255,0.4);
color: #fff;
border-radius: 0 !important;
padding: 10px 15px;
min-width: 350px;
height: 40px;
border: 0;
}
.search-menu ul li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
.search-menu ul li input::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
.search-menu ul li input:-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
.search-menu ul li input:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
#blue_template{
background: #000428; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #004e92, #000428); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header-designer{
width: 100%;
height: 320px;
background: url(https://s3-us-west-2.amazonaws.com/zakukashi/codecanyon/expander/images/img.jpg?1546992000030) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}
.header-designer h3{
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
font-size: 1.8em;
}
.header-profile{
width: 100%;
height: 320px;
background: #555555;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
text-align: center;
display: flex;
align-items:center;
}
.header-profile i{
color: #fff;
font-size: 6em;
}
.header-profile h3{
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
font-size: 1.8em;
}
.purple-bar{
display: flex;
}
.purple-bar .aside{
width: 18%;
position:relative;
}
.purple-bar .aside .box{
position: absolute;
top: -70px;
width: 180px;
height: 180px;
left: 50px;
margin: 0 auto;
background: #555;
border: 4px solid #fff;
border-radius: 5px;
text-align: center;
display: flex;
align-items:center;
flex-direction: column;
}
.purple-bar .aside .box i{
color: #fff;
font-size: 3em;
margin-top: 40px;
}
.purple-bar .body{
width: 50%
}
.purple-bar .body{
width: 50%;
}
.purple-bar .body ul{
display:flex;
justify-content: space-around;
list-style: none;
padding: 0;
margin: 0;
}
.purple-bar .body ul li{}
.purple-bar .body ul li a{
color: #fff;
font-size: 1.2em;
}
.purple-bar .body ul li.active a{
font-weight: bold;
}
.white-body{
width: 100%;
height: calc(100% - 380px);
background: #fff;
padding: 20px 30px;
display: flex;
}
.white-body .aside{
width: 18%
}
.white-body .aside ul{
list-style: none;
padding: 0;
margin-top: 60px;
}
.white-body .aside ul li{
padding: 10px 0;
}
.white-body .aside ul li a{
color: #555555;
}
.white-body .aside ul li.active a{
padding: 10px 0;
color: #6420e3;
font-weight: bold;
}
.white-body .body{
width: 50%
}
.white-body .body label{
color: #6420e3 !important;
margin-left: 15px;
}
.white-body .body .form-group label{
color: #6420e3 !important;
margin-left: 15px;
}
.white-body .body .form-check span{
color: #999 !important;
}
.white-body .body .form-group input{
border-radius: 0 !important;
}
.white-body .append{
display: flex;
align-items: flex-end;
justify-content: center;
text-align: center;
width: 32%;
}
.white-body .append a{
margin-bottom: 40px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.container-login{
width: 700px;
margin: auto;
height: 500px;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
color:#fff;
}
.container-cart{
width: 90%;
margin: auto;
height: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
color:#fff;
margin-top: 50px;
}
.designers-box{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;;
}
.designers-box .designer-box{
width: 22%;
height: auto;
padding: 10px;
position: relative;
background: #6409e3;
}
.designers-box .designer-box img{
width: 70px;
display: block;
margin: 10px auto;
}
.designers-box .designer-box p{
font-weight: normal;
font-size: 0.7em;
}
.designers-box .designer-box span{
font-weight: bolder;
font-size: 0.75em;
position: relative;
top: 5px;
left: 5px;
color: #fff;
}
.universes{
width: 100%;
height: auto;
}
.profile-content{
position: relative;
}
.profile-content:before{
position: absolute;
width: 100%;
height: 100%;
content: "";
display: none;
background: rgba(0,0,0,0.4);
}
.profile-content:hover:before{
display: block;
}
.profile-content:hover > .profile{
visibility: visible;
}
.profile{
position: absolute;
top: 0;
width: calc(100% - 30px);
height: 100%;
display: flex;
flex-direction:column;
justify-content:center;
align-items: center;
visibility: hidden;
}
.profile img{
width: 70px;
height: 70px;
border: 3px solid #fff;
border-radius: 10px;
margin: 10px auto;
}
.profile h1{
font-size: 1.5em;
color: #fff;
} | assets/css/style.css | @font-face {
font-family: 'Aero';
src: url('../fonts/Aero.ttf') format('truetype'); /* Legacy iOS */
}
html{
width: 100%;
height: 100%;
}
html body{
width: 100%;
height: 100%;
background: url('../images/bg_nuestroequipo_portal_cero.png');
/*background: #000428;
background: -webkit-linear-gradient(to top, #004e92, #000428);
background: linear-gradient(to top, #004e92, #000428);*/
}
header{
width: 100%;
height: 80px;
position: fixed;
top: 0;
z-index: 1000;
}
ul{
padding: 0;
}
.aero-font{
font-family: 'Aero', Fallback, sans-serif;
}
.title-absolute-bottom-left{
position: absolute;
bottom: 5px;
left: 25px;
color: #fff;
font-size: 1.6em;
}
.divider{
border-bottom: 2px solid rgba(255,255,255,0.6);
}
.no-round{
border-radius: 0 !important;
}
.btn-app{
padding: 10px 18px;
margin-top: 15px;
}
.btn-app-outline{
border-bottom-left-radius: 18px;
border-top-right-radius: 18px;
padding: 10px 18px;
margin-top: 15px;
border:2px solid #fff;
color: #fff;
display: block;
text-align: center;
}
.btn-white{
background: #fff;
color: #6409e3 !important;
}
.btn-purple{
color: #fff;
background: #6409e3 !important;
}
.rtl{
border-top-left-radius: 18px;
}
.rtr{
border-top-right-radius: 18px;
}
.rbl{
border-bottom-left-radius: 18px;
}
.rbr{
border-bottom-right-radius: 18px;
}
.bg-white{
background: #fff;
padding: 20px 30px;
}
.bg-white p, .bg-white label, .bg-white h2, .bg-white h5, .bg-white small{
color: #6409e3 !important;
}
.bg-white label{
font-size: 0.8em;
}
.bg-white .form-control{
border: 2px solid #6409e3 !important;
}
.bg-purple{
background: #6409e3;
padding: 20px 30px;
}
.bg-purple p, .bg-purple label, .bg-purple h2{
color: #fff !important;
}
.bg-purple .form-control{
border: 2px solid #fff !important;
}
.bg-purple label{
font-size: 0.8em;
}
.modal{
background: url(../images/bg_nuestroequipo_portal_cero.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#loginModal .modal-dialog{
width: 70%;
max-width: 70%;
height: 420px;
top: 17.5%;
}
#loginModal .modal-dialog .modal-content{
width: 100%;
height: 100%;
background: transparent;
}
#loginModal .modal-dialog .modal-content .modal-body{
padding: 0 1rem;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:first-child{
background: #6409e3;
width:100%;
height: 100%;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:first-child h2{
color: #fff;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:last-child h2{
color: #6409e3;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:first-child label{
color: #fff;
}
#loginModal .modal-dialog .modal-content .modal-body .row div:last-child label{
color: #6409e3;
}
#loginModal .modal-dialog .modal-content .modal-body .row div.white-box{
background: #fff;
width:100%;
height: 100%;
}
.title{
text-align: center;
color: #fff;
}
.text-content{
text-align: center;
color: #fff;
}
.no-corner-radius{
border-radius: 0 !important;
}
.btn-uncorner{
border: 2px solid #fff;
border-top-right-radius: 18px;
border-bottom-left-radius: 18px;
color: #fff;
padding: 8px 12px;
font-weight: bold;
}
.btn-uncorner.double-padding{
padding: 10px 25px;
}
.double-padding{
padding: 10px 45px;
}
.btn-secondary{
background: #fff;
color: #9238ff;
}
.no-padding{
padding: 0 !important;
}
.breadcrums{
list-style: none;
padding: 0;
}
.breadcrums li{
display: inline-block;
color: #fff;
padding: 0px 1px;
font-size: 1em;
}
.breadcrums li.link{
text-decoration: underline;
cursor: pointer;
}
.breadcrums li:before{
content: "/";
color: #fff;
margin-right: 4px;
}
.breadcrums li:first-child:before{
content: "";
}
.navbar{
padding: 0px;
}
.navbar .btn-navbar{
background: rgba(0,0,0,0.6);
height: 100px;
width: 100px;
border-radius: 0;
}
.navbar .btn-navbar i{
color: #fff !important;
}
.navbar .navbar-inner{
width: 100%;
}
.navbar .navbar-inner .container{
width: 100% !important;
max-width: 100%;
margin: auto;
padding: 0;
}
.navbar .nav-collapse{
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.5);
height: auto;
width: 130px;
}
.navbar .nav-collapse ul{
list-style: none;
padding: 8px 5px;
}
.navbar .nav-collapse ul li{
height: 40px;
}
.navbar .nav-collapse ul li a{
color: #fff;
font-size: 11px;
text-decoration: none;
}
.navbar .nav-collapse ul li a img{
height: 35px;
float: left;
margin-right: 5px;
}
.navbar .nav-collapse ul li.login-link{
height: 100px;
margin-bottom: 20px;
}
.navbar .nav-collapse ul li.login-link a:hover{
color: #fff;
}
.navbar .nav-collapse ul li.login-link a img{
height: 80px;
display: block;
margin: 10px auto 0px;
float: none;
}
.navbar .nav-collapse ul li:last-child{
text-align: center;
}
.navbar .nav-collapse ul li:last-child a{
color: white;
float: none;
text-shadow: none;
}
.brand img{
height: 90%;
}
.menu ul{
list-style: none;
}
.menu ul li{
display: inline-block;
line-height: 40px;
}
.menu ul li a{
color: #fff;
padding: 0px 12px;
text-decoration: none;
}
.menu ul li a.active{
font-weight: bold;
}
.menu ul li a:hover{
}
.menu ul li a img{
height: 100%;
}
.main{
width: 100%;
height: 100%;
}
.main .welcome-box{
background: url(../images/bg_home_portal.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
}
.main .welcome-box .content{
position: absolute;
/* move the element half way across the screen */
left: 50%;
top: 45%;
/* allow the width to be calculated dynamically */
width: auto;
/* then move the element back again using a transform */
transform: translateX(-50%);
}
.main .welcome-box .title{
font-size: 3em;
}
.main .details-box{
background: green;
width: 100%;
height: 100%;
}
.main .details-box .left-box{
background: url(https://i.pinimg.com/originals/2f/c5/60/2fc56028f786a131c72e6ae4ddd00890.jpg);
width: 50%;
height: 100%;
float: left;
}
.main .details-box .right-box{
/*background: #1b3bbb;*/
background: url('../images/bg_nuestroequipo_portal_cero.png');
width: 50%;
height: 100%;
float: right;
}
.main .details-box .right-box .content{
margin-top: 150px;
padding: 10px 15px;
}
.main .details-box .right-box .content .title{
color: #fff;
}
.main .details-box .right-box .content .details{
color: #ccc;
}
.main .details-box .right-box .content .box-submenu{
list-style: none;
width: 100%;
}
.main .details-box .right-box .content .box-submenu li{
display: inline-block;
}
.main .details-box .right-box .content .box-submenu li img{
width: 45px;
}
.main .details-box .right-box .content .box-submenu li .purple-box{
border: 2px #9238ff solid;
height: 40px;
min-width: 40px;
}
.main .details-box .right-box .content .box-submenu li .purple-box:hover{
background: #9238ff;
}
.main .details-box .right-box .content .btn-uncorner{
border: 2px solid #fff;
border-top-right-radius: 18px;
border-bottom-left-radius: 18px;
color: #fff;
padding: 8px 12px;
}
.main .details-box .right-box .content .gray-box{
width: 100%;
height: 140px;
background: #bdc3c7; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #bdc3c7, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main .store-box{
width: 100%;
height: 100%;
}
.main .store-box .left-box{
background: #cccdce;
width: 50%;
height: 100%;
float: left;
position: relative;
}
.main .store-box .left-box .middle-box{
width: 60%;
height: 60%;
background: #696969;
position: absolute;
top: 15%;
left: 15%;
}
.main .store-box .right-box{
background: url(../images/bg_nuestroequipo_portal_cero.png);
width: 50%;
height: 100%;
float: right;
}
.main .store-box .right-box .content{
margin-top: 150px;
padding: 10px 15px;
}
.main .store-box .right-box .content .title{
color: #fff;
text-align: left;
font-weight: bold;
}
.main .store-box .right-box .content .price{
color: #a323f4;
font-weight: bold;
text-align: left;
}
.main .store-box .right-box .content .details{
color: #ccc;
}
.main .store-box .right-box .content .box-submenu{
list-style: none;
width: 100%;
}
.main .store-box .right-box .content .box-submenu li{
display: inline-block;
}
.main .store-box .right-box .content .box-submenu li .purple-box{
border: 2px #9238ff solid;
height: 40px;
min-width: 40px;
}
.main .store-box .right-box .content .box-submenu li .purple-box:hover{
background: #9238ff;
}
.main .store-box .right-box .content .btn-uncorner{
border: 2px solid #fff;
border-top-right-radius: 18px;
border-bottom-left-radius: 18px;
color: #fff;
padding: 8px 12px;
}
.main .store-box .right-box .content .gray-box{
width: 100%;
height: 140px;
background: #bdc3c7; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #bdc3c7, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-header{
width:100%;
height: 180px;
background: url(../images/bg_header.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.search-menu{
width: 100%;
height: 60px;
}
.search-menu ul{
padding: 0;
}
.search-menu ul li{
display: inline-block;
color: #fff;
vertical-align: middle;
line-height: 60px;
}
.search-menu ul li span{
padding: 0 15px;
}
.search-menu ul li select{
background: rgba(255,255,255,0.4);
color: #fff;
border-radius: 0 !important;
padding: 10px 15px;
min-width: 150px;
height: 40px;
}
.search-menu ul li input{
background: rgba(255,255,255,0.4);
color: #fff;
border-radius: 0 !important;
padding: 10px 15px;
min-width: 350px;
height: 40px;
border: 0;
}
.search-menu ul li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
.search-menu ul li input::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
.search-menu ul li input:-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
.search-menu ul li input:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
#blue_template{
background: #000428; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #004e92, #000428); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header-designer{
width: 100%;
height: 320px;
background: url(https://s3-us-west-2.amazonaws.com/zakukashi/codecanyon/expander/images/img.jpg?1546992000030) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}
.header-designer h3{
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
font-size: 1.8em;
}
.header-profile{
width: 100%;
height: 320px;
background: #555555;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
text-align: center;
display: flex;
align-items:center;
}
.header-profile i{
color: #fff;
font-size: 6em;
}
.header-profile h3{
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
font-size: 1.8em;
}
.purple-bar{
display: flex;
}
.purple-bar .aside{
width: 18%;
position:relative;
}
.purple-bar .aside .box{
position: absolute;
top: -70px;
width: 180px;
height: 180px;
left: 50px;
margin: 0 auto;
background: #555;
border: 4px solid #fff;
border-radius: 5px;
text-align: center;
display: flex;
align-items:center;
flex-direction: column;
}
.purple-bar .aside .box i{
color: #fff;
font-size: 3em;
margin-top: 40px;
}
.purple-bar .body{
width: 50%
}
.purple-bar .body{
width: 50%;
}
.purple-bar .body ul{
display:flex;
justify-content: space-around;
list-style: none;
padding: 0;
margin: 0;
}
.purple-bar .body ul li{}
.purple-bar .body ul li a{
color: #fff;
font-size: 1.2em;
}
.purple-bar .body ul li.active a{
font-weight: bold;
}
.white-body{
width: 100%;
height: calc(100% - 380px);
background: #fff;
padding: 20px 30px;
display: flex;
}
.white-body .aside{
width: 18%
}
.white-body .aside ul{
list-style: none;
padding: 0;
margin-top: 60px;
}
.white-body .aside ul li{
padding: 10px 0;
}
.white-body .aside ul li a{
color: #555555;
}
.white-body .aside ul li.active a{
padding: 10px 0;
color: #6420e3;
font-weight: bold;
}
.white-body .body{
width: 50%
}
.white-body .body label{
color: #6420e3 !important;
margin-left: 15px;
}
.white-body .body .form-group label{
color: #6420e3 !important;
margin-left: 15px;
}
.white-body .body .form-check span{
color: #999 !important;
}
.white-body .body .form-group input{
border-radius: 0 !important;
}
.white-body .append{
display: flex;
align-items: flex-end;
justify-content: center;
text-align: center;
width: 32%;
}
.white-body .append a{
margin-bottom: 40px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.container-login{
width: 700px;
margin: auto;
height: 500px;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
color:#fff;
}
.container-cart{
width: 90%;
margin: auto;
height: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
color:#fff;
margin-top: 50px;
}
.designers-box{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;;
}
.designers-box .designer-box{
width: 22%;
height: auto;
padding: 10px;
position: relative;
background: #6409e3;
}
.designers-box .designer-box img{
width: 70px;
display: block;
margin: 10px auto;
}
.designers-box .designer-box p{
font-weight: normal;
font-size: 0.7em;
}
.designers-box .designer-box span{
font-weight: bolder;
font-size: 0.75em;
position: relative;
top: 5px;
left: 5px;
color: #fff;
}
.universes{
width: 100%;
height: auto;
}
.profile-content{
position: relative;
}
.profile-content:before{
position: absolute;
width: 100%;
height: 100%;
content: "";
display: none;
background: rgba(0,0,0,0.4);
}
.profile-content:hover:before{
display: block;
}
.profile-content:hover > .profile{
visibility: visible;
}
.profile{
position: absolute;
top: 0;
width: calc(100% - 30px);
height: 100%;
display: flex;
flex-direction:column;
justify-content:center;
align-items: center;
visibility: hidden;
}
.profile img{
width: 70px;
height: 70px;
border: 3px solid #fff;
border-radius: 10px;
margin: 10px auto;
}
.profile h1{
font-size: 1.5em;
color: #fff;
} | 0.213869 | 0.043305 |
.header-wrapper {
background: rgba(0, 0, 0, 1);
}
.header {
padding-top: 16px;
padding-bottom: 16px;
}
.arterecords-logo {
float: left;
margin: 0;
}
/**
* ————————-
* @section Content
* ————————-
*/
.content-wrapper {
background: #f9f9f9;
}
.artist-content-wrapper {
background-attachment: scroll;
background-repeat: no-repeat;
background-size: 100% auto;
padding: 400px 0 48px 0;
}
.artist-content-wrapper.absintheminded {
background-image: url("../images/absynthe_minded_large.jpg?2");
}
.artist-content-container {
padding-top: 16px;
padding-bottom: 16px;
background: #fff;
-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
border-radius: 8px;
}
.artist-content-container a {
text-decoration: none;
color: hsl(213, 41%, 44%);
border-bottom: 1px dotted hsl(213, 41%, 44%);
}
.artist-content-container a:hover,
.artist-content-container a:focus,
.artist-content-container a:link {
color: hsl(233, 41%, 44%);
border-bottom-color: hsl(233, 41%, 44%);
}
.breadcrumb {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 13px;
color: #666;
}
.breadcrumb__item {
float: left;
margin-right: 10px;
}
.breadcrumb__item a {
color: inherit;
}
.breadcrumb__item::after {
content: "›";
margin-left: 10px;
}
.sidebar img {
width: 100%;
}
.bandmembers__figure {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.bandmembers__figure > figcaption {
position: absolute;
left: 0;
bottom: 16px;
padding: 8px 16px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
}
.table {
border: solid 1px #999;
border-collapse: collapse;
}
.table td, .table th {
border: solid 1px #999;
border-collapse: collapse;
padding: 8px;
text-align: left;
}
/**
* ————————-
* @section Artist
* ————————-
*/
.artists-content-wrapper {
background-attachment: scroll;
background-repeat: no-repeat;
background-size: 100% auto;
padding: 260px 0 48px 0;
}
.artists-content-wrapper.drdynscript {
background-image: url("../images/drdynscript_hero3.jpg?2");
}
.artists-content-container {
padding-top: 16px;
padding-bottom: 16px;
background: #fff;
-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
border-radius: 8px;
}
.artists-content-container a {
text-decoration: none;
color: hsl(213, 41%, 44%);
border-bottom: 1px dotted hsl(213, 41%, 44%);
}
.artists-content-container a:hover,
.artists-content-container a:focus,
.artists-content-container a:link {
color: hsl(233, 41%, 44%);
border-bottom-color: hsl(233, 41%, 44%);
}
.artist {
position: relative;
margin-bottom: 16px;
}
.artist a {
display: block;
}
.artist a figure {
display: block;
margin: 0;
padding: 0;
}
.artist a figure img{
width: 100%;
opacity: 0.68;
transition: all 268ms ease-out 0s;
}
.artist a figure > figcaption {
position: absolute;
left: 0;
bottom: 16px;
padding: 8px 16px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
}
.artist a:hover figure img{
opacity: 1;
transition: all 268ms ease-out 0s;
}
/**
* ————————-
* @section Footer
* ————————-
*/
.footer-wrapper {
background: rgba(33, 33, 33, 1);
color: #fff;
}
.footer {
padding-top: 16px;
padding-bottom: 16px;
}
.footer a {
text-decoration: none;
color: #fff;
border-bottom: 1px dotted #fff;
}
.footer a:hover,
.footer a:focus,
.footer a:visited {
color: hsl(213, 41%, 44%);
border-bottom-color: hsl(213, 41%, 44%);
}
/**
* ————————-
* @section Navigation
* ————————-
*/
.nav-primary {
display: block;
float: none;
color: #a4a4a4;
font-weight: 300;
}
.nav-primary > .nav__list {
float: right;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.nav-primary .nav__item {
float: left;
line-height: 99px;
}
.nav-primary .nav__item > span {
display: inline;
margin-left: 16px;
margin-right: 16px;
}
.nav-primary .nav__item-link {
display: block;
padding-left: 16px;
padding-right: 16px;
text-decoration: none;
color: #a4a4a4;
}
.nav-primary .nav__item-link:hover {
color: hsl(213, 41%, 44%);
}
.nav-primary .nav__item-link--active {
color: hsl(213, 41%, 44%);
}
.nav-primary .nav__item-link--outline {
display: inline-block;
height: 48px;
border: solid 1px hsl(213, 41%, 44%);
border-radius: 4px;
line-height: 48px;
}
.nav-primary .nav__item-link--outline:hover {
background: hsl(213, 41%, 44%);
color: #fff;
} | arterec/css/app.css | .header-wrapper {
background: rgba(0, 0, 0, 1);
}
.header {
padding-top: 16px;
padding-bottom: 16px;
}
.arterecords-logo {
float: left;
margin: 0;
}
/**
* ————————-
* @section Content
* ————————-
*/
.content-wrapper {
background: #f9f9f9;
}
.artist-content-wrapper {
background-attachment: scroll;
background-repeat: no-repeat;
background-size: 100% auto;
padding: 400px 0 48px 0;
}
.artist-content-wrapper.absintheminded {
background-image: url("../images/absynthe_minded_large.jpg?2");
}
.artist-content-container {
padding-top: 16px;
padding-bottom: 16px;
background: #fff;
-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
border-radius: 8px;
}
.artist-content-container a {
text-decoration: none;
color: hsl(213, 41%, 44%);
border-bottom: 1px dotted hsl(213, 41%, 44%);
}
.artist-content-container a:hover,
.artist-content-container a:focus,
.artist-content-container a:link {
color: hsl(233, 41%, 44%);
border-bottom-color: hsl(233, 41%, 44%);
}
.breadcrumb {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 13px;
color: #666;
}
.breadcrumb__item {
float: left;
margin-right: 10px;
}
.breadcrumb__item a {
color: inherit;
}
.breadcrumb__item::after {
content: "›";
margin-left: 10px;
}
.sidebar img {
width: 100%;
}
.bandmembers__figure {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.bandmembers__figure > figcaption {
position: absolute;
left: 0;
bottom: 16px;
padding: 8px 16px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
}
.table {
border: solid 1px #999;
border-collapse: collapse;
}
.table td, .table th {
border: solid 1px #999;
border-collapse: collapse;
padding: 8px;
text-align: left;
}
/**
* ————————-
* @section Artist
* ————————-
*/
.artists-content-wrapper {
background-attachment: scroll;
background-repeat: no-repeat;
background-size: 100% auto;
padding: 260px 0 48px 0;
}
.artists-content-wrapper.drdynscript {
background-image: url("../images/drdynscript_hero3.jpg?2");
}
.artists-content-container {
padding-top: 16px;
padding-bottom: 16px;
background: #fff;
-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
border-radius: 8px;
}
.artists-content-container a {
text-decoration: none;
color: hsl(213, 41%, 44%);
border-bottom: 1px dotted hsl(213, 41%, 44%);
}
.artists-content-container a:hover,
.artists-content-container a:focus,
.artists-content-container a:link {
color: hsl(233, 41%, 44%);
border-bottom-color: hsl(233, 41%, 44%);
}
.artist {
position: relative;
margin-bottom: 16px;
}
.artist a {
display: block;
}
.artist a figure {
display: block;
margin: 0;
padding: 0;
}
.artist a figure img{
width: 100%;
opacity: 0.68;
transition: all 268ms ease-out 0s;
}
.artist a figure > figcaption {
position: absolute;
left: 0;
bottom: 16px;
padding: 8px 16px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
}
.artist a:hover figure img{
opacity: 1;
transition: all 268ms ease-out 0s;
}
/**
* ————————-
* @section Footer
* ————————-
*/
.footer-wrapper {
background: rgba(33, 33, 33, 1);
color: #fff;
}
.footer {
padding-top: 16px;
padding-bottom: 16px;
}
.footer a {
text-decoration: none;
color: #fff;
border-bottom: 1px dotted #fff;
}
.footer a:hover,
.footer a:focus,
.footer a:visited {
color: hsl(213, 41%, 44%);
border-bottom-color: hsl(213, 41%, 44%);
}
/**
* ————————-
* @section Navigation
* ————————-
*/
.nav-primary {
display: block;
float: none;
color: #a4a4a4;
font-weight: 300;
}
.nav-primary > .nav__list {
float: right;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.nav-primary .nav__item {
float: left;
line-height: 99px;
}
.nav-primary .nav__item > span {
display: inline;
margin-left: 16px;
margin-right: 16px;
}
.nav-primary .nav__item-link {
display: block;
padding-left: 16px;
padding-right: 16px;
text-decoration: none;
color: #a4a4a4;
}
.nav-primary .nav__item-link:hover {
color: hsl(213, 41%, 44%);
}
.nav-primary .nav__item-link--active {
color: hsl(213, 41%, 44%);
}
.nav-primary .nav__item-link--outline {
display: inline-block;
height: 48px;
border: solid 1px hsl(213, 41%, 44%);
border-radius: 4px;
line-height: 48px;
}
.nav-primary .nav__item-link--outline:hover {
background: hsl(213, 41%, 44%);
color: #fff;
} | 0.494873 | 0.144028 |
body {
font-family: Myriad, "Trebuchet MS", Futura, Arial, Sans-serif;
font-size: 11px;
vertical-align: middle;
text-align: center;
background-color: #3366cc;
}
DIV {
background-color: white;
width: 100%;
// border: 1px solid black;
padding: 10px;
text-align: left;
}
.title {
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid black;
}
.t {
font-weight: bold;
border-right: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px dashed black;
padding: 10px;
background-color: white;
}
.l {
border-right: 1px solid black;
// border-top: 1px solid black;
border-left: 1px solid black;
padding: 10px;
background-color: white;
}
.r {
border-left: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
}
.next {
font-size: 18px;
width: 350px;
float: right;
text-align: center;
margin: 20px;
}
.subtitle {
font-size: 14px;
font-weight: bold;
}
.theirs {
background-color: white;
border: 1px solid black;
width: 400px;
text-align: left;
float: center;
margin-right: 20px;
margin-left: 20px;
padding: 10px;
}
.ours {
background-color: white;
border: 1px solid black;
width: 400px;
text-align: left;
float: center;
padding: 10px;
}
.highlight {
background-color: yellow;
}
.commentPop {
position: absolute;
visibility: hidden;
left: 100;
width: 300px;
background-color: #ffff99;
}
.green {
width: 100px;
background-color: green;
border: 1px solid black;
}
.yellow {
width: 100px;
background-color: yellow;
border: 1px solid black;
}
.red {
width: 100px;
background-color: red;
border: 1px solid black;
}
.notificationPanel {
background-color: white;
border: 1px solid black;
}
.limitPanel {
padding: 10px;
}
.warning {
color: red;
font-weight: bold;
}
.prodButton {
border: 1px solid black;
width: 200px;
text-align: center;
padding: 10px;
background-color: #cccccc;
}
#auction {
width: 450px;
float: left;
margin-left: 20px;
margin-right: 20px;
border: 0px;
padding: 0px;
}
#bidding {
width: 450px;
float: left;
border: 0px;
padding: 0px;
}
#w2e {
border: 1px solid black;
background-color: white;
font-size: 11px;
}
.heads {
border-bottom: 1px solid black;
}
.w2erow {
border-bottom: 1px solid black;
width: 500px;
}
.w2erow td {
width: 100px;
text-align: left;
}
#status {
text-align: center;
vertical-align: middle;
widt: 150px;
}
#store {
width: 590px;
float: left;
margin-left: 20px;
margin-right: 20px;
border: 1px solid black;
padding: 10px;
} | js_pubsub/samples/field/field_style.css | body {
font-family: Myriad, "Trebuchet MS", Futura, Arial, Sans-serif;
font-size: 11px;
vertical-align: middle;
text-align: center;
background-color: #3366cc;
}
DIV {
background-color: white;
width: 100%;
// border: 1px solid black;
padding: 10px;
text-align: left;
}
.title {
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid black;
}
.t {
font-weight: bold;
border-right: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px dashed black;
padding: 10px;
background-color: white;
}
.l {
border-right: 1px solid black;
// border-top: 1px solid black;
border-left: 1px solid black;
padding: 10px;
background-color: white;
}
.r {
border-left: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
}
.next {
font-size: 18px;
width: 350px;
float: right;
text-align: center;
margin: 20px;
}
.subtitle {
font-size: 14px;
font-weight: bold;
}
.theirs {
background-color: white;
border: 1px solid black;
width: 400px;
text-align: left;
float: center;
margin-right: 20px;
margin-left: 20px;
padding: 10px;
}
.ours {
background-color: white;
border: 1px solid black;
width: 400px;
text-align: left;
float: center;
padding: 10px;
}
.highlight {
background-color: yellow;
}
.commentPop {
position: absolute;
visibility: hidden;
left: 100;
width: 300px;
background-color: #ffff99;
}
.green {
width: 100px;
background-color: green;
border: 1px solid black;
}
.yellow {
width: 100px;
background-color: yellow;
border: 1px solid black;
}
.red {
width: 100px;
background-color: red;
border: 1px solid black;
}
.notificationPanel {
background-color: white;
border: 1px solid black;
}
.limitPanel {
padding: 10px;
}
.warning {
color: red;
font-weight: bold;
}
.prodButton {
border: 1px solid black;
width: 200px;
text-align: center;
padding: 10px;
background-color: #cccccc;
}
#auction {
width: 450px;
float: left;
margin-left: 20px;
margin-right: 20px;
border: 0px;
padding: 0px;
}
#bidding {
width: 450px;
float: left;
border: 0px;
padding: 0px;
}
#w2e {
border: 1px solid black;
background-color: white;
font-size: 11px;
}
.heads {
border-bottom: 1px solid black;
}
.w2erow {
border-bottom: 1px solid black;
width: 500px;
}
.w2erow td {
width: 100px;
text-align: left;
}
#status {
text-align: center;
vertical-align: middle;
widt: 150px;
}
#store {
width: 590px;
float: left;
margin-left: 20px;
margin-right: 20px;
border: 1px solid black;
padding: 10px;
} | 0.610453 | 0.141608 |
@charset "UTF-8";
/* CSS Document */
html {
-webkit-user-select: none;
}
.marginTop{
height:1%;
}
.title1{
background-color: #fff;
height: 9%;
padding-right: 2%;
}
.title2{
background-color: #fff;
height: 16%;
}
.content1{
background-color: #fddfad;
height: 9%;
padding-left: 25% !important;
padding-right: 25% !important;
}
.content1nocolor{
height: 18%;
}
.content1-5{
background-color: #fddfad;
height: 17.5%;
margin-top: -0.1px;/*to solve a little problem in chrome*/
}
.content2{
background-color: #fddfad;
height: 16%;
}
.content3{
background-color: #fddfad;
height: 27%;
}
.contentNull{
background: url('/img/srcWeb/patterns/pattern1.png');
height: 27%;
}
.contentNull1{
background: url('/img/srcWeb/patterns/pattern1.png');
height: 9%;
padding-left: 25% !important;
padding-right: 25% !important;
}
.content4{
height: 35%;
}
.backgroundImgEdit{
height: 100%;
width: 100%;
border-radius: 10px;
background: white;
position: absolute;
}
.backgroundImgPicto{
height: 100%;
width: 100%;
border-radius: 10px;
background: white;
position: absolute;
padding: 5vh 5vw;
}
.ImgEdit{
display: block;
max-width: 50%;
height: auto;
max-height: 50%;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 10px;
position: absolute;
}
.borderImgEdit{
border-radius: 10px;
border: 5px solid #75ced6;
height: 75%;
width: 75%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
z-index: 4;
}
.buttonAddPhoto{
display: block;
max-width: 100%;
height: auto;
max-height: 100%;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 10px;
position: absolute;
z-index: 5;
cursor: pointer;
}
.buttonRemovePhoto{
display: block;
max-width: 20%;
height: auto;
max-height: 20%;
width: auto;
top: 15%;
left: 85%;
transform: translate(-50%,-50%);
border-radius: 10px;
position: absolute;
z-index: 5;
cursor: pointer;
}
.buttonInfoPhoto{
display: block;
max-width: 20%;
height: auto;
max-height: 20%;
width: auto;
top: 5%;
left: 8%;
position: absolute;
z-index: 5;
cursor: pointer;
}
.saveEdit{
padding-left: 1vh;
border-radius: 150px;
height: 100%;
}
.saveImg{
background-image: url('/img/srcWeb/Edit/guardar.png');
background-size: 100% 100%;
height: 100%;
width: 100%;
}
.saveImg:active{
background-image: url('/img/srcWeb/Edit/guardar_pulsado.png');
background-size: 100% 100%;
height: 100%;
width: 100%;
}
.paddingEditcell{
padding-left: 2vh;
}
.titleTextTypus{
font-weight: bold;
padding-left: 5% !important;
margin-top: 3%;
}
.titleText{
font-weight: bold;
padding-left: 5%;
/*vertical align*/
top: 50%;
transform:translate(0%,-50%);
}
.numberText{
font-weight: bold;
padding-left: 0%;
}
.scanText{
font-weight: bold;
padding-left: 0%;
padding-top: 4.5%;
padding-bottom: 1%;
}
.scanText2{
font-weight: bold;
padding-left: 0%;
padding-top: 1%;
padding-bottom: 1%;
}
.buttonTitle{
padding-right: 5% !important;
top: 50%;
transform:translate(0%,-50%);
}
.scanCentered{
padding-right: 5% !important;
}
.colorTitle{
padding-right: 0% !important;
top: 50%;
transform:translate(0%,-50%);
}
.typeCellText{
text-align: center;
}
.boxEdit{
width: 90%;
margin-left: 5%;
margin-right: 5%;
height: 4vh;
margin-top: 2%;
border: none;
padding-left: 5px;
}
.folderBox{
width: 100%;
height: 3vh;
border: none;
padding-left: 5px;
}
.cellEditSearch{
width: 75%;
height: 75%;
margin: 5% 10% 5% 10%;
}
.pictoEditSearch{
margin-left: 5%
}
.imgResponsiveSentence{
display: block;
max-width: 100%;
height: auto;
max-height: 100%;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: relative;
z-index: 2;
}
.editTitle{
position: relative;
color: #fff;
height: 75%;
float: left;
top: 50%;
transform: translate(0%,-50%);
margin-left: 2em;
font-weight: bold;
font-size: 2.5vh;
padding-top: 5px;
width: 57%;
}
#sentenceSearchContent{
position:relative;
top:0px;
bottom:0px;
left:0px;
right:0px;
}
.boxEditTrash{
height: 100%;
}
.editTrash25{
height: 25%;
margin-bottom: 1.5vh;
}
.editTrash4{
height: 4vh;
margin-bottom: 1.5vh;
}
.dropdown-arrow {
background-size: 3vh 4vh;
height: 4vh;
}
.textTrash{
height: 3vh;
margin-left: 5%;
margin-bottom: 1vh;
}
.editTrashYellow{
background-color: #fac659;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.rowText{
margin-right: -5px;
}
.columnText{
margin-right: -5px;
margin-left: 10px;
}
.backgroundFolderWhite{
background: url('/img/folder.png') no-repeat;
background-size: 100% 100%;
padding: 10%;
height: 75%;
}
.backgroundFolderBlue{
background: url('/img/folderblue.png') no-repeat;
background-size: 100% 100%;
padding: 10px;
height: 100%;
width: 25%;
}
.folderContent{
margin: 2vh 3%;
height: 75%;
}
.textBlue{
background: #79d2da;
padding-left: 5%;
padding-right: 5%;
}
.textWhite{
background: #ffffff;
padding-left: 5%;
padding-right: 5%;
background-clip: content-box;
margin-bottom: 2.5%;
margin-top: 2.5%;
}
.editTextInput{
height: 4vh;
border-radius: 7px;
}
.imgSearchView{
height: 63%;
}
.buttonsSearchView{
height: 15%;
}
.imgSearchCell{
height: 70%;
}
#file-input{
display: none !important;
}
.btn-save {
height: 100%;
width: 100%;
border-radius: 5px;
color: white;
background: -moz-linear-gradient(top, rgba(46, 46, 46,0) 0%, rgba(46, 46, 46,0.20) 20%, rgba(46, 46, 46,0.40) 40%, rgba(46, 46, 46,0.60) 60%, rgba(46, 46, 46,00) 80%, rgba(46, 46, 46,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46, 46, 46,0)), color-stop(20%,rgba(46, 46, 46,0.20)), color-stop(40%,rgba(46, 46, 46,0.40)), color-stop(60%,rgba(46, 46, 46,0.60)), color-stop(80%,rgba(46, 46, 46,0.80)), color-stop(100%,rgba(46, 46, 46,1)));
background: -webkit-linear-gradient(top, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background: -o-linear-gradient(top, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background: -ms-linear-gradient(top, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background: linear-gradient(to bottom, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background-color: #666666;
border: none;
cursor: pointer;
}
.btn-save:hover{
background-color: black;
}
.img-save {
display: block;
position: absolute;
width: 70%;
top: 25%;
left: 20%;
}
.text-save {
color: white;
display: block;
position: absolute;
top: 8%;
text-align: center;
width: 100%;
left: 0%;
}
.infoIconBox-editcell {
text-align: center;
padding-top: 3%;
padding-left: 5%;
padding-right: 7%;
} | css/editCell.css | @charset "UTF-8";
/* CSS Document */
html {
-webkit-user-select: none;
}
.marginTop{
height:1%;
}
.title1{
background-color: #fff;
height: 9%;
padding-right: 2%;
}
.title2{
background-color: #fff;
height: 16%;
}
.content1{
background-color: #fddfad;
height: 9%;
padding-left: 25% !important;
padding-right: 25% !important;
}
.content1nocolor{
height: 18%;
}
.content1-5{
background-color: #fddfad;
height: 17.5%;
margin-top: -0.1px;/*to solve a little problem in chrome*/
}
.content2{
background-color: #fddfad;
height: 16%;
}
.content3{
background-color: #fddfad;
height: 27%;
}
.contentNull{
background: url('/img/srcWeb/patterns/pattern1.png');
height: 27%;
}
.contentNull1{
background: url('/img/srcWeb/patterns/pattern1.png');
height: 9%;
padding-left: 25% !important;
padding-right: 25% !important;
}
.content4{
height: 35%;
}
.backgroundImgEdit{
height: 100%;
width: 100%;
border-radius: 10px;
background: white;
position: absolute;
}
.backgroundImgPicto{
height: 100%;
width: 100%;
border-radius: 10px;
background: white;
position: absolute;
padding: 5vh 5vw;
}
.ImgEdit{
display: block;
max-width: 50%;
height: auto;
max-height: 50%;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 10px;
position: absolute;
}
.borderImgEdit{
border-radius: 10px;
border: 5px solid #75ced6;
height: 75%;
width: 75%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
z-index: 4;
}
.buttonAddPhoto{
display: block;
max-width: 100%;
height: auto;
max-height: 100%;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 10px;
position: absolute;
z-index: 5;
cursor: pointer;
}
.buttonRemovePhoto{
display: block;
max-width: 20%;
height: auto;
max-height: 20%;
width: auto;
top: 15%;
left: 85%;
transform: translate(-50%,-50%);
border-radius: 10px;
position: absolute;
z-index: 5;
cursor: pointer;
}
.buttonInfoPhoto{
display: block;
max-width: 20%;
height: auto;
max-height: 20%;
width: auto;
top: 5%;
left: 8%;
position: absolute;
z-index: 5;
cursor: pointer;
}
.saveEdit{
padding-left: 1vh;
border-radius: 150px;
height: 100%;
}
.saveImg{
background-image: url('/img/srcWeb/Edit/guardar.png');
background-size: 100% 100%;
height: 100%;
width: 100%;
}
.saveImg:active{
background-image: url('/img/srcWeb/Edit/guardar_pulsado.png');
background-size: 100% 100%;
height: 100%;
width: 100%;
}
.paddingEditcell{
padding-left: 2vh;
}
.titleTextTypus{
font-weight: bold;
padding-left: 5% !important;
margin-top: 3%;
}
.titleText{
font-weight: bold;
padding-left: 5%;
/*vertical align*/
top: 50%;
transform:translate(0%,-50%);
}
.numberText{
font-weight: bold;
padding-left: 0%;
}
.scanText{
font-weight: bold;
padding-left: 0%;
padding-top: 4.5%;
padding-bottom: 1%;
}
.scanText2{
font-weight: bold;
padding-left: 0%;
padding-top: 1%;
padding-bottom: 1%;
}
.buttonTitle{
padding-right: 5% !important;
top: 50%;
transform:translate(0%,-50%);
}
.scanCentered{
padding-right: 5% !important;
}
.colorTitle{
padding-right: 0% !important;
top: 50%;
transform:translate(0%,-50%);
}
.typeCellText{
text-align: center;
}
.boxEdit{
width: 90%;
margin-left: 5%;
margin-right: 5%;
height: 4vh;
margin-top: 2%;
border: none;
padding-left: 5px;
}
.folderBox{
width: 100%;
height: 3vh;
border: none;
padding-left: 5px;
}
.cellEditSearch{
width: 75%;
height: 75%;
margin: 5% 10% 5% 10%;
}
.pictoEditSearch{
margin-left: 5%
}
.imgResponsiveSentence{
display: block;
max-width: 100%;
height: auto;
max-height: 100%;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: relative;
z-index: 2;
}
.editTitle{
position: relative;
color: #fff;
height: 75%;
float: left;
top: 50%;
transform: translate(0%,-50%);
margin-left: 2em;
font-weight: bold;
font-size: 2.5vh;
padding-top: 5px;
width: 57%;
}
#sentenceSearchContent{
position:relative;
top:0px;
bottom:0px;
left:0px;
right:0px;
}
.boxEditTrash{
height: 100%;
}
.editTrash25{
height: 25%;
margin-bottom: 1.5vh;
}
.editTrash4{
height: 4vh;
margin-bottom: 1.5vh;
}
.dropdown-arrow {
background-size: 3vh 4vh;
height: 4vh;
}
.textTrash{
height: 3vh;
margin-left: 5%;
margin-bottom: 1vh;
}
.editTrashYellow{
background-color: #fac659;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.rowText{
margin-right: -5px;
}
.columnText{
margin-right: -5px;
margin-left: 10px;
}
.backgroundFolderWhite{
background: url('/img/folder.png') no-repeat;
background-size: 100% 100%;
padding: 10%;
height: 75%;
}
.backgroundFolderBlue{
background: url('/img/folderblue.png') no-repeat;
background-size: 100% 100%;
padding: 10px;
height: 100%;
width: 25%;
}
.folderContent{
margin: 2vh 3%;
height: 75%;
}
.textBlue{
background: #79d2da;
padding-left: 5%;
padding-right: 5%;
}
.textWhite{
background: #ffffff;
padding-left: 5%;
padding-right: 5%;
background-clip: content-box;
margin-bottom: 2.5%;
margin-top: 2.5%;
}
.editTextInput{
height: 4vh;
border-radius: 7px;
}
.imgSearchView{
height: 63%;
}
.buttonsSearchView{
height: 15%;
}
.imgSearchCell{
height: 70%;
}
#file-input{
display: none !important;
}
.btn-save {
height: 100%;
width: 100%;
border-radius: 5px;
color: white;
background: -moz-linear-gradient(top, rgba(46, 46, 46,0) 0%, rgba(46, 46, 46,0.20) 20%, rgba(46, 46, 46,0.40) 40%, rgba(46, 46, 46,0.60) 60%, rgba(46, 46, 46,00) 80%, rgba(46, 46, 46,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46, 46, 46,0)), color-stop(20%,rgba(46, 46, 46,0.20)), color-stop(40%,rgba(46, 46, 46,0.40)), color-stop(60%,rgba(46, 46, 46,0.60)), color-stop(80%,rgba(46, 46, 46,0.80)), color-stop(100%,rgba(46, 46, 46,1)));
background: -webkit-linear-gradient(top, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background: -o-linear-gradient(top, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background: -ms-linear-gradient(top, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background: linear-gradient(to bottom, rgba(46, 46, 46,0) 0%,rgba(46, 46, 46,0.2) 20%,rgba(46, 46, 46,0.4) 40%,rgba(46, 46, 46,0.6) 60%,rgba(46, 46, 46,0.8) 80%,rgba(46, 46, 46,1) 100%);
background-color: #666666;
border: none;
cursor: pointer;
}
.btn-save:hover{
background-color: black;
}
.img-save {
display: block;
position: absolute;
width: 70%;
top: 25%;
left: 20%;
}
.text-save {
color: white;
display: block;
position: absolute;
top: 8%;
text-align: center;
width: 100%;
left: 0%;
}
.infoIconBox-editcell {
text-align: center;
padding-top: 3%;
padding-left: 5%;
padding-right: 7%;
} | 0.442877 | 0.067362 |
* {
margin: 0px;
padding: 0;
}
html, body {margin: 0; height: 100%; min-height: 100%; background-color: #f1f6f9;}
@media only screen and (min-width: 993px) {
nav {
background-color: #14274e;
position: fixed;
width: 100%;
}
.hamburger {
display: none;
}
}
@media only screen and (max-width: 992px) {
nav {
position: fixed;
width: 100%;
top: 0;
background: none;
}
.nav-ul {
margin: 100px auto;
display: none;
width: 100%;
flex-direction: column;
color: white;
}
.nav-ul.show {
display: flex;
background-color: #14274e;
border-radius: 6px;
}
.hamburger {
margin: 10px 10px;
display: block;
float: right;
}
}
nav ul {
list-style-type: none;
display: flex;
justify-content: center;
overflow: hidden;
flex-direction: row;
text-decoration: none;
}
nav ul li a {
display: block;
color: white;
font-family: "Lato";
font-size: 18px;
text-align: center;
margin: 20px 50px ;
text-decoration: none;
transition: 0.5s;
}
nav ul li a:hover {
color: #9ba4b4;
transition: 0.5s;
}
.Avatar {
color: black;
width: 100%;
text-align: center;
display: inline-block;
padding-top: 50px;
}
.Avatar p {
color: #394867;
font-family: "Lato";
font-size: 24px;
}
#avatar {
margin-top: 50px;
border-radius:50%;
}
.hamburger {
position: fixed;
background-color: transparent;
color: #14274e;
border: 0;
font-size: 36px;
cursor: pointer;
}
.hamburger:focus {
outline: none;
}
.title {
margin: 100px auto;
padding: 100px 0px;
background-color: #394867;
box-shadow: 0 0 5px #394867;
color:#f1f6f9;
font-style: bold;
width: 100%;
text-align: center;
font-family: Lato;
font-size: 64px;
}
p {
text-align: center;
color: #394867;
font-family: Lato;
font-size: 24px;
padding-left: 30px;
margin-bottom: 50px;
} | style.css | * {
margin: 0px;
padding: 0;
}
html, body {margin: 0; height: 100%; min-height: 100%; background-color: #f1f6f9;}
@media only screen and (min-width: 993px) {
nav {
background-color: #14274e;
position: fixed;
width: 100%;
}
.hamburger {
display: none;
}
}
@media only screen and (max-width: 992px) {
nav {
position: fixed;
width: 100%;
top: 0;
background: none;
}
.nav-ul {
margin: 100px auto;
display: none;
width: 100%;
flex-direction: column;
color: white;
}
.nav-ul.show {
display: flex;
background-color: #14274e;
border-radius: 6px;
}
.hamburger {
margin: 10px 10px;
display: block;
float: right;
}
}
nav ul {
list-style-type: none;
display: flex;
justify-content: center;
overflow: hidden;
flex-direction: row;
text-decoration: none;
}
nav ul li a {
display: block;
color: white;
font-family: "Lato";
font-size: 18px;
text-align: center;
margin: 20px 50px ;
text-decoration: none;
transition: 0.5s;
}
nav ul li a:hover {
color: #9ba4b4;
transition: 0.5s;
}
.Avatar {
color: black;
width: 100%;
text-align: center;
display: inline-block;
padding-top: 50px;
}
.Avatar p {
color: #394867;
font-family: "Lato";
font-size: 24px;
}
#avatar {
margin-top: 50px;
border-radius:50%;
}
.hamburger {
position: fixed;
background-color: transparent;
color: #14274e;
border: 0;
font-size: 36px;
cursor: pointer;
}
.hamburger:focus {
outline: none;
}
.title {
margin: 100px auto;
padding: 100px 0px;
background-color: #394867;
box-shadow: 0 0 5px #394867;
color:#f1f6f9;
font-style: bold;
width: 100%;
text-align: center;
font-family: Lato;
font-size: 64px;
}
p {
text-align: center;
color: #394867;
font-family: Lato;
font-size: 24px;
padding-left: 30px;
margin-bottom: 50px;
} | 0.501953 | 0.120129 |
@-moz-document url-prefix("http://portamosana.teletop.nl/"), domain("teletop.nl") {
/* SCROLL BAR */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* NAVIAGION */
#navigation {
height: 30px;
position: relative;
background: black url(http://i1214.photobucket.com/albums/cc493/JohnTuley/Stylish%20Themes/YouTube%20-%20Earth%20Hour%202012/www-refreshbg-vflQx0YnW.png) !important;
border-top: 1px solid black;
border-bottom: 1px solid #ccc;
}
#navigation .actions a, #navigation .actions a:link, #navigation .actions a:visited { color: #CCC; }
#navigation .actions a:hover,
#navigation .actions a:active,
#navigation .actions a:focus { color: #fff; background-color: #252525; }
#navigation .goto a {
color: white;
background: #202020;
border: 1px solid #454545;
}
#navigation .search {
position: relative;
left: 9999px;
}
#navigationmenu div.menuL, #navigationmenu div.menuR { background: #454545; }
#navigationmenu div.divider {
background: #101010;
border-top: 1px solid: #000;
border-bottom 1px solid #000;
}
#navigationmenu a {
background: #303030;
color: #CCC;
border-top: 1px solid #000;
border-left: 1px solid #000;
}
#navigationmenu a:hover {
background: #101010;
color: Â #fff;
}
/*access bar */
#access {
background: url(http://i1062.photobucket.com/albums/t493/teletop_images/shadowmiddle.gif);
}
#access .crumbtrail {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_status_bgleft.gif') top left no-repeat;
position: absolute;
left: 1px;
top: 0px;
padding-left: 25px;
}
#access .signIn {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_status_bgright.gif') top right no-repeat;
padding-right: 25px;
position: absolute;
right: -7.3px;
}
/* borders */
#contenttitle .borderL, #contenttitle .borderR {
width: 23px;
background: #BBB6A7 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_content_border_right.gif') repeat-y;
}
#title .borderL, #title .borderR, #title .bordertopright, #title .bordertopleft, #title .bordertop{
width: 23px;
background: #BBB6A7 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_content_border_right.gif') repeat-y;
}
#content_borderR, #content_borderL {
width: 23px;
background: #BBB6A7 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_content_border_right.gif') repeat-y;
}
/* TITLE */
#title .borderlefttop , #title .borderrighttop { background: #303030; }
#title .borderleft, #title .borderright, #title .borderbottom, #title .leftcorner, #title .rightcorner, #title .images { background: #303030 url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png'); }
#titleblock .title {
color: #aaa;
font-size: 1.5em;
vertical-align: bottom;
padding: 1px;
position: relative;
top: 9px;
right: 93px;
}
/* That inbetween title and below */
#crumbtrail a      { color: black; }
#access .crumbtrail, #access .signIn { color: black; }
/* and we go on */
#contenttitle .logo {
height: 0px;
right: 33px;
top: 10px;
width: 0px;
background: transparent;
}
#contenttitle .top_c{
background: #303030 url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png');
}
#actionbar {
background: black url(http://i1214.photobucket.com/albums/cc493/JohnTuley/Stylish%20Themes/YouTube%20-%20Earth%20Hour%202012/www-refreshbg-vflQx0YnW.png) !important;
color: white;
border-bottom: 1px solid grey;
}
#actionbar a, #actionbar a:link, #actionbar a:active, #actionbar a:visited {
color: #fff;
}
/* menu bar */
#menu #menuleftborder {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_left_top2.gif');
}
#menu #menurightborder {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_right_top2.gif');
}
#menuheader {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_top.gif');
}
#menu #menucontent {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_left.gif');
}
#menu #menucontent .borderright {
background: #303030 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_right.gif') right repeat-y;
width: 149px;
}
.menuFootExp, .menuFootExp:hover, .menuFootExpAct, .menuFootColl, .menuFootColl:hover, .menuFootCollAct {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_expanded_bottom-1.gif');
}
#menu a {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png');
}
#menu a:hover {
background: #404040;
}
#menu div.divider {
background: #505050;
height: 2px;
}
/* main SCREEN */
body {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png');
color: #666;
}
tr.odd {
background: #303030;
}
.vTable th {
background: #050505;
color: #ccc;
}
.vContent div.metadata {
background: #888;
color: #ccc;
}
div.ttMessage.info {
background-image: url('http://i1062.photobucket.com/albums/t493/teletop_images/ico_info_large.gif');
}
table.roster thead tr, table.roster th.theme_column {
background: #080808;
}
table.roster th, table.roster {
border: 1px solid #888;
}
table.roster td {
border: 1px solid #000;
}
.contentGroup {
}
} | data/usercss/63722.user.css | @-moz-document url-prefix("http://portamosana.teletop.nl/"), domain("teletop.nl") {
/* SCROLL BAR */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* NAVIAGION */
#navigation {
height: 30px;
position: relative;
background: black url(http://i1214.photobucket.com/albums/cc493/JohnTuley/Stylish%20Themes/YouTube%20-%20Earth%20Hour%202012/www-refreshbg-vflQx0YnW.png) !important;
border-top: 1px solid black;
border-bottom: 1px solid #ccc;
}
#navigation .actions a, #navigation .actions a:link, #navigation .actions a:visited { color: #CCC; }
#navigation .actions a:hover,
#navigation .actions a:active,
#navigation .actions a:focus { color: #fff; background-color: #252525; }
#navigation .goto a {
color: white;
background: #202020;
border: 1px solid #454545;
}
#navigation .search {
position: relative;
left: 9999px;
}
#navigationmenu div.menuL, #navigationmenu div.menuR { background: #454545; }
#navigationmenu div.divider {
background: #101010;
border-top: 1px solid: #000;
border-bottom 1px solid #000;
}
#navigationmenu a {
background: #303030;
color: #CCC;
border-top: 1px solid #000;
border-left: 1px solid #000;
}
#navigationmenu a:hover {
background: #101010;
color: Â #fff;
}
/*access bar */
#access {
background: url(http://i1062.photobucket.com/albums/t493/teletop_images/shadowmiddle.gif);
}
#access .crumbtrail {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_status_bgleft.gif') top left no-repeat;
position: absolute;
left: 1px;
top: 0px;
padding-left: 25px;
}
#access .signIn {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_status_bgright.gif') top right no-repeat;
padding-right: 25px;
position: absolute;
right: -7.3px;
}
/* borders */
#contenttitle .borderL, #contenttitle .borderR {
width: 23px;
background: #BBB6A7 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_content_border_right.gif') repeat-y;
}
#title .borderL, #title .borderR, #title .bordertopright, #title .bordertopleft, #title .bordertop{
width: 23px;
background: #BBB6A7 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_content_border_right.gif') repeat-y;
}
#content_borderR, #content_borderL {
width: 23px;
background: #BBB6A7 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_content_border_right.gif') repeat-y;
}
/* TITLE */
#title .borderlefttop , #title .borderrighttop { background: #303030; }
#title .borderleft, #title .borderright, #title .borderbottom, #title .leftcorner, #title .rightcorner, #title .images { background: #303030 url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png'); }
#titleblock .title {
color: #aaa;
font-size: 1.5em;
vertical-align: bottom;
padding: 1px;
position: relative;
top: 9px;
right: 93px;
}
/* That inbetween title and below */
#crumbtrail a      { color: black; }
#access .crumbtrail, #access .signIn { color: black; }
/* and we go on */
#contenttitle .logo {
height: 0px;
right: 33px;
top: 10px;
width: 0px;
background: transparent;
}
#contenttitle .top_c{
background: #303030 url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png');
}
#actionbar {
background: black url(http://i1214.photobucket.com/albums/cc493/JohnTuley/Stylish%20Themes/YouTube%20-%20Earth%20Hour%202012/www-refreshbg-vflQx0YnW.png) !important;
color: white;
border-bottom: 1px solid grey;
}
#actionbar a, #actionbar a:link, #actionbar a:active, #actionbar a:visited {
color: #fff;
}
/* menu bar */
#menu #menuleftborder {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_left_top2.gif');
}
#menu #menurightborder {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_right_top2.gif');
}
#menuheader {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_top.gif');
}
#menu #menucontent {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_left.gif');
}
#menu #menucontent .borderright {
background: #303030 url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_border_right.gif') right repeat-y;
width: 149px;
}
.menuFootExp, .menuFootExp:hover, .menuFootExpAct, .menuFootColl, .menuFootColl:hover, .menuFootCollAct {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/img_menu_expanded_bottom-1.gif');
}
#menu a {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png');
}
#menu a:hover {
background: #404040;
}
#menu div.divider {
background: #505050;
height: 2px;
}
/* main SCREEN */
body {
background: url('http://i1062.photobucket.com/albums/t493/teletop_images/background.png');
color: #666;
}
tr.odd {
background: #303030;
}
.vTable th {
background: #050505;
color: #ccc;
}
.vContent div.metadata {
background: #888;
color: #ccc;
}
div.ttMessage.info {
background-image: url('http://i1062.photobucket.com/albums/t493/teletop_images/ico_info_large.gif');
}
table.roster thead tr, table.roster th.theme_column {
background: #080808;
}
table.roster th, table.roster {
border: 1px solid #888;
}
table.roster td {
border: 1px solid #000;
}
.contentGroup {
}
} | 0.117826 | 0.07627 |
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > * > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-empty > * > * > * > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > * > .runner-cr > img
{
width: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cl.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cc.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cr.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cl.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cc.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cr.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cl.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cc.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cr.alt
{
background:none
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow
{
display:none;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #004080
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > *.runner-cc
{
color: #004080
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 5px 4px 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #000000
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > *.runner-cc
{
color: #000000
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 5px 4px 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > *.runner-cc.alt
{
color: #696969
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-row > *.runner-cc.alt
{
color: #696969
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 5px 4px 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-empty .runner-cc .runner-btnleft,
.BoldAqua .runner-s-empty .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc .runner-btnright
{
background-image: none;
}
.BoldAqua .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc a.runner-button
{
line-height:26px; padding: 0 8px;
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe
{
height:26px;
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe a.runner-button
{
color: #004080
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #3366FF
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button
{
color: #004080
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #FFFF00
}
.BoldAqua .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > * > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-menu > * > * > * > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > * > .runner-cr > img
{
width: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -2px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#ABCDE9;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -6px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -402px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -6px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -802px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -14px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -18px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#60A3CF;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -1204px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -22px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite5.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -2px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite6.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -6px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -24px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -1206px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -26px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite7.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cr
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -28px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -1606px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -30px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -12px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite8.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cr
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -14px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.active.tree.subitem > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -16px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.active.tree.subitem > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite9.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.active.tree.subitem > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -18px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.current.tree.subitem > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -20px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.current.tree.subitem > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite10.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.current.tree.subitem > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -22px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
{
padding: 9px 6px;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cc
{
padding: 9px 6px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-vmenu.active li
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-vmenu.active li
{
background-color: #ABCDE9;
}
.BoldAqua .runner-vmenu.active li.active
{
background-color: #83B8E2;
}
.BoldAqua .runner-vmenu.active li.current
{
background-color: #83B8E2;
}
.BoldAqua .runner-vmenu.active li
{
background-image: url('vmenusub/sprite1.png?17189937');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-vmenu.active li.active
{
background-image: url('vmenusub/sprite1.png?17189937');
background-position: 0px -150px;
background-repeat: repeat-x;
}
.BoldAqua .runner-vmenu.active li.current
{
background-image: url('vmenusub/sprite1.png?17189937');
background-position: 0px -300px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a
{
color: #404061;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.active a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem.active .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.active a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.active .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.active a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.active .runner-cc a
{
color: #404061;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.current a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem.current .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.current a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.current .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.current a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.current .runner-cc a
{
color: #404061;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cr > img
{
width: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cl.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cc.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cr.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cl.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cc.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cr.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cl.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cc.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cr.alt
{
background:none
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow
{
display:none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cc.alt
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cr > img
{
width: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -2px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#EDEDED;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -6px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -402px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#FFFF00;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -6px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -802px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -14px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -18px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#FFFF00;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -1204px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -22px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > * > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-fields > * > * > * > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > * > .runner-cr > img
{
width: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -5px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite3.png?17189999');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite4.png?17189999');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite3.png?17189999');
background-position: -5px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -15px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -405px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -25px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite5.png?17189999');
background-position: left bottom;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite6.png?17189999');
background-position: left bottom;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite7.png?17189999');
background-position: left bottom;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite8.png?17189999');
background-position: left bottom;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -35px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -805px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -45px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite9.png?17189999');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#CFDBEA;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite9.png?17189999');
background-position: -5px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -1205px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -55px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 2px 6px 2px 6px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 7px 6px;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cc
{
padding: 7px 6px;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 5px 3px 5px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 8px 5px;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cc
{
padding: 8px 5px;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > *.runner-cc.alt
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-row > *.runner-cc.alt
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-row > *.runner-cc.alt
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 8px 4px;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cc.alt
{
padding: 8px 4px;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > * > .runner-cl ,
.BoldAqua .runner-s-form > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-form > * > * > * > .runner-cr ,
.BoldAqua .runner-s-form > * > * > * > .runner-cr > img
{
width: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -60px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -70px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -80px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -90px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -100px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -110px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-form > .runner-c
{
border: solid #FFFF00 0px
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-toprow > *.runner-cc.alt
{
color: #003366
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-row > *.runner-cc.alt
{
color: #003366
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cl img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cr img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cl img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cr img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > * > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-1 > * > * > * > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > * > .runner-cr > img
{
width: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite3.png?17190062');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite4.png?17190062');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite3.png?17190062');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#004080;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -404px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#004080;
background-image: url('img1/sprite5.png?17190062');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#004080;
background-image: url('img1/sprite5.png?17190062');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -24px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#004080;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -28px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -32px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -808px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -36px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite5.png?17190062');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#3366FF;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite5.png?17190062');
background-position: -12px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -1208px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -44px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 1px 4px 1px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 4px 4px 4px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 8px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cc
{
padding: 8px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > *.runner-cc.alt
{
color: #D1EEEE
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-row > *.runner-cc.alt
{
color: #D1EEEE
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 1px 4px 1px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > * > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-2 > * > * > * > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > * > .runner-cr > img
{
width: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -2px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite3.png?17190077');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite4.png?17190077');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite3.png?17190077');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -6px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -402px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite5.png?17190077');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#3366FF;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite5.png?17190077');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -802px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -14px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -18px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite5.png?17190077');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite5.png?17190077');
background-position: -6px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -1204px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -22px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #696969
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > *.runner-cc
{
color: #696969
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > * > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-3 > * > * > * > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > * > .runner-cr > img
{
width: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -60px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -70px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -80px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -90px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -100px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -110px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-3 > .runner-c
{
border: solid #FFFF00 0px
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
{
height: 8px
}
{
height: 8px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-bottomrow .runner-cl img
{
height: 6px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-bottomrow .runner-cr img
{
height: 6px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cl ,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cl > img,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cr ,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cr > img
{
width: 8px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite2.png?17190124');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current .runner-cr
{
background: none;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -8px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite2.png?17190124');
background-position: 0px -39px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active .runner-cr
{
background: none;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -24px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -32px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imghmenu/sprite2.png?17190124');
background-position: 0px -78px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cr
{
background: none;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -40px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background-image:none;
}
{
background-image:none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .Group li
{
padding: 5px 4px;
}
.BoldAqua .Group li
{
text-align: left;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .Group li
{
background-color: #ABCDE9;
}
.BoldAqua .Group li.active
{
background-color: #83B8E2;
}
.BoldAqua .Group li.current
{
background-color: #83B8E2;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a
{
color: #404061;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.active a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.active a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.active a
{
color: #404061;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.current a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.current a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.current a
{
color: #404061;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > .runner-toprow > .runner-cl img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-toprow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > .runner-toprow > .runner-cr img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-toprow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > .runner-bottomrow > .runner-cl img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-bottomrow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > .runner-bottomrow > .runner-cr img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-bottomrow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > * > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > * > .runner-cl > img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cl > img,
.BoldAqua .runner-s-grid > table > * > * > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > * > .runner-cr > img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cr > img
{
width: 5px
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -5px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cl
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite3.png?17190140');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cr
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -5px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -15px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cl
{
background: none;
background-color:#F7F7F7;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cc
{
background: none;
background-color:#F7F7F7;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cr
{
background: none;
background-color:#F7F7F7;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -15px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -405px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -25px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > .runner-cl
{
background: none;
background-color:#EDEDED;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -20px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > .runner-cc
{
background: none;
background-color:#EDEDED;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > .runner-cr
{
background: none;
background-color:#EDEDED;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -25px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -410px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -35px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > .runner-cl
{
background: none;
background-color:#DCDCDC;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -30px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > .runner-cc
{
background: none;
background-color:#DCDCDC;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > .runner-cr
{
background: none;
background-color:#DCDCDC;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -35px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#DCDCDC;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -415px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -45px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cl
{
background: none;
background-color:#C0C0C0;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -40px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cc
{
background: none;
background-color:#C0C0C0;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cr
{
background: none;
background-color:#C0C0C0;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -45px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#C0C0C0;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -420px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -55px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > .runner-toprow > .runner-cc2 ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-grid > table > * > .runner-row > .runner-cc2 ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-row > td.runner-cc.alt
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 6px 3px 6px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cc
{
padding: 8px 6px;
}
.BoldAqua .runner-s-grid tr.style1.runner-row > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-grid tr.style1.runner-row.footer > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row:first-child > td,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row:first-child > td
{
border-top: solid #DCDCDC 1px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cs,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cs
{
border-top:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td
{
border-top: solid #DCDCDC 1px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cs,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cs
{
border-top:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td
{
border-top:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua.runner-pagewrapper,
body.BoldAqua
{
background-color:#FFFFFF;
}
.BoldAqua .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua a.runner-button,
.BoldAqua .runner-wrapper a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua span.runner-btnframe,
.BoldAqua .runner-wrapper span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-btnleft,
.BoldAqua .runner-btnright,
.BoldAqua .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-btnleft,
.BoldAqua .runner-btnright,
.BoldAqua .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua span.runner-btnframe.hover .runner-btnleft,
.BoldAqua span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua span.runner-btnframe.press .runner-btnleft,
.BoldAqua span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-btnleft,
.BoldAqua .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-btnright,
.BoldAqua .runner-wrapper .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua a.runner-button,
.BoldAqua .runner-wrapper a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-panel
{
background-color: #CFDBEA;
}
.BoldAqua .runner-panel
{
border: solid #696969 1px;
}
.BoldAqua .runner-panel
{
color: #000000;
}
.BoldAqua .runner-panel
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-tab > a,
.BoldAqua .runner-wrapper .runner-tab > a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > a
{
line-height:22px; padding: 0 24px;
}
.BoldAqua .runner-tab,
.BoldAqua .runner-wrapper .runner-tab,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab
{
height:22px;
}
.BoldAqua .runner-tab.selected > .runner-tableft,
.BoldAqua .runner-tab.selected > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab.selected > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab.selected > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab.selected > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab.selected > .runner-tabright
{
background-position:0px 0px;
}
.BoldAqua .runner-tab > .runner-tableft,
.BoldAqua .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright
{
background-image: url('tab/sprite1.png?17190186')
}
.BoldAqua .runner-tab > .runner-tableft,
.BoldAqua .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright
{
background-position:0px -22px;
}
.BoldAqua .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft
{
height:22px; top:0; left:0; right:4px;
}
.BoldAqua .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright
{
width:500px; right:0; clip:rect(auto, auto, auto, 496px); height:22px;
}
.BoldAqua .runner-tab.selected > a
{
color: #FFFFFF
}
.BoldAqua .runner-tab > a
{
color: #000000
}
.BoldAqua .runner-tab > a,
.BoldAqua .runner-wrapper .runner-tab > a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > a
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .yui-navset .yui-content
{
border: solid #0000FF 1px;border-top-width: 5px;
}
.BoldAqua .runner-message
{
background-color: #C2D2E4;
}
.BoldAqua .runner-message
{
border: solid #404040 2px;
}
.BoldAqua .runner-message> .message.mes_ok
{
color: #006600;
}
.BoldAqua .runner-message> .message
{
color: #A80000;
}
.BoldAqua .runner-message> .message.mes_ok
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-message> .message
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
} | admin/styles/BoldAqua/style.css | .BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > * > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-empty > * > * > * > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > * > .runner-cr > img
{
width: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cl.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cc.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cr.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cl.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cc.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cr.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cl.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cc.alt ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cr.alt
{
background:none
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow
{
display:none;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #004080
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > *.runner-cc
{
color: #004080
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 5px 4px 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #000000
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > *.runner-cc
{
color: #000000
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 5px 4px 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > *.runner-cc.alt
{
color: #696969
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-row > *.runner-cc.alt
{
color: #696969
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-empty > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-empty .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 5px 4px 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-empty .runner-cc .runner-btnleft,
.BoldAqua .runner-s-empty .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc .runner-btnright
{
background-image: none;
}
.BoldAqua .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc a.runner-button
{
line-height:26px; padding: 0 8px;
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe
{
height:26px;
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe a.runner-button
{
color: #004080
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #3366FF
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button
{
color: #004080
}
.BoldAqua .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #FFFF00
}
.BoldAqua .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-empty .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-empty .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-menu > * > * > * > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-menu > * > * > * > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > * > .runner-cr > img
{
width: 2px
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -2px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#ABCDE9;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -6px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -402px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -6px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#6699CC;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -802px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -14px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -18px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#60A3CF;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite3.png?17189921');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#60A3CF;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -1204px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -22px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite5.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -2px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite6.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -6px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -24px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -1206px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -26px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite7.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cr
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cl
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -28px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite2.png?17189921');
background-position: 0px -1606px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cr
{
background: none;
background-image: url('imgmenu/sprite1.png?17189921');
background-position: -30px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -12px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite8.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cr
{
background: none;
background-color:#ABCDE9;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -14px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.active.tree.subitem > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -16px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.active.tree.subitem > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite9.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.active.tree.subitem > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -18px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.current.tree.subitem > .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -20px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.current.tree.subitem > .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite10.png?17189921');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.current.tree.subitem > .runner-cr
{
background: none;
background-color:#83B8E2;
background-image: url('imgmenu/sprite4.png?17189921');
background-position: -22px 0px;
background-repeat: repeat-y;
}
{
background: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.current > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu.active > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-menu > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.runner-vmenu > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
{
padding: 9px 6px;
}
.BoldAqua .runner-s-menu > * > * > .runner-b-vmenu.runner-vmenu > .runner-cc
{
padding: 9px 6px;
}
.BoldAqua .runner-s-menu > * > * > .runner-bottomrow.runner-vmenu > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-menu > * > * > .runner-vmenu.tree.subitem > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-vmenu.active li
{
padding: 5px 4px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-menu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-menu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-vmenu.active li
{
background-color: #ABCDE9;
}
.BoldAqua .runner-vmenu.active li.active
{
background-color: #83B8E2;
}
.BoldAqua .runner-vmenu.active li.current
{
background-color: #83B8E2;
}
.BoldAqua .runner-vmenu.active li
{
background-image: url('vmenusub/sprite1.png?17189937');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-vmenu.active li.active
{
background-image: url('vmenusub/sprite1.png?17189937');
background-position: 0px -150px;
background-repeat: repeat-x;
}
.BoldAqua .runner-vmenu.active li.current
{
background-image: url('vmenusub/sprite1.png?17189937');
background-position: 0px -300px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a
{
color: #404061;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.active a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem.active .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.active a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.active .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.active a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.active .runner-cc a
{
color: #404061;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.current a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem.current .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.current a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.current .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li.current a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem.current .runner-cc a
{
color: #404061;
}
.BoldAqua .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > * > .runner-cr > img
{
width: 0px
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cl.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cc.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > .runner-cr.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cl.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cc.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cr.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cl.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cc.alt ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cr.alt
{
background:none
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow
{
display:none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style1 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style2 > .runner-cc
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-row > .runner-cc.alt
{
padding: 0px 4px;
}
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-hmenu > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > * > .runner-cr > img
{
width: 2px
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -2px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#EDEDED;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -6px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -402px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#FFFF00;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -6px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -802px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -14px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -18px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#FFFF00;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite3.png?17189937');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#FFFF00;
background-image: url('imgundermenu/sprite2.png?17189937');
background-position: 0px -1204px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgundermenu/sprite1.png?17189937');
background-position: -22px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-undermenu .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-undermenu > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-undermenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-undermenu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-fields > * > * > * > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-fields > * > * > * > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > * > .runner-cr > img
{
width: 5px
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -5px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite3.png?17189999');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite4.png?17189999');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite3.png?17189999');
background-position: -5px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -15px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -405px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -25px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite5.png?17189999');
background-position: left bottom;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite6.png?17189999');
background-position: left bottom;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite7.png?17189999');
background-position: left bottom;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imgfields/sprite8.png?17189999');
background-position: left bottom;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -35px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -805px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -45px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite9.png?17189999');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#CFDBEA;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite9.png?17189999');
background-position: -5px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#CFDBEA;
background-image: url('imgfields/sprite2.png?17189999');
background-position: 0px -1205px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgfields/sprite1.png?17189999');
background-position: -55px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 2px 6px 2px 6px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 7px 6px;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style1 > .runner-cc
{
padding: 7px 6px;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > *.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 5px 3px 5px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 8px 5px;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style2 > .runner-cc
{
padding: 8px 5px;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > *.runner-cc.alt
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-row > *.runner-cc.alt
{
color: #404040
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-fields > * > * > .runner-row > *.runner-cc.alt
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-fields .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 8px 4px;
}
.BoldAqua .runner-s-fields > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-row > .runner-cc.alt
{
padding: 8px 4px;
}
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-fields > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-fields .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-fields .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-fields .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-form > * > * > * > .runner-cl ,
.BoldAqua .runner-s-form > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-form > * > * > * > .runner-cr ,
.BoldAqua .runner-s-form > * > * > * > .runner-cr > img
{
width: 10px
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#C2D2E4;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -60px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -70px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -80px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -90px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -100px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('imgform/sprite1.png?17190046');
background-position: -110px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-form > .runner-c
{
border: solid #FFFF00 0px
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-toprow > *.runner-cc.alt
{
color: #003366
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-row > *.runner-cc.alt
{
color: #003366
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-form > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-form .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-form > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-form > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-form .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-form .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-form .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cl img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cr img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cl img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cr img
{
height: 4px
}
.BoldAqua .runner-s-1 > * > * > * > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-1 > * > * > * > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > * > .runner-cr > img
{
width: 4px
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite3.png?17190062');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite4.png?17190062');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite3.png?17190062');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#004080;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -404px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#004080;
background-image: url('img1/sprite5.png?17190062');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#004080;
background-image: url('img1/sprite5.png?17190062');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -24px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#004080;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -28px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -32px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -808px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -36px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite5.png?17190062');
background-position: -8px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#3366FF;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite5.png?17190062');
background-position: -12px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#3366FF;
background-image: url('img1/sprite2.png?17190062');
background-position: 0px -1208px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('img1/sprite1.png?17190062');
background-position: -44px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 1px 4px 1px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 4px 4px 4px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 8px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style2 > .runner-cc
{
padding: 8px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > *.runner-cc.alt
{
color: #D1EEEE
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-row > *.runner-cc.alt
{
color: #D1EEEE
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-1 > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-1 .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 1px 4px 1px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-1 > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-1 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-1 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-1 .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cl img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cr img
{
height: 2px
}
.BoldAqua .runner-s-2 > * > * > * > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-2 > * > * > * > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > * > .runner-cr > img
{
width: 2px
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -2px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite3.png?17190077');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite4.png?17190077');
background-position: left top;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite3.png?17190077');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -4px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -6px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -8px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -402px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite5.png?17190077');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#3366FF;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite5.png?17190077');
background-position: -2px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -12px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#3366FF;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -802px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -14px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -804px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -18px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite5.png?17190077');
background-position: -4px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#6699CC;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite5.png?17190077');
background-position: -6px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#6699CC;
background-image: url('img2/sprite2.png?17190077');
background-position: 0px -1204px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('img2/sprite1.png?17190077');
background-position: -22px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #696969
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > *.runner-cc
{
color: #696969
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFF00
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-2 > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-2 .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 4px 3px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-2 > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-2 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-2 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-2 .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cl img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cr img
{
height: 10px
}
.BoldAqua .runner-s-3 > * > * > * > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > * > .runner-cl > img,
.BoldAqua .runner-s-3 > * > * > * > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > * > .runner-cr > img
{
width: 10px
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cl
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cr
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > .runner-cc
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cl
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cc
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cr
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cl
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -60px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cc
{
background: none;
background-color:#000080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cr
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -70px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cl.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -80px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cc.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cr.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -90px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cl.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cc.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cr.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cl ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cl.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -100px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cc.alt
{
background: none;
background-color:#004080;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cr ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cr.alt
{
background: none;
background-image: url('img3/sprite1.png?17190124');
background-position: -110px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-3 > .runner-c
{
border: solid #FFFF00 0px
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 .runner-row.style1 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style1 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style1 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > *.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 .runner-row.style2 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style2 > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style2 > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-row > *.runner-cc.alt
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-toprow > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > *.runner-cc,
.BoldAqua .runner-s-3 > * > * > .runner-row > *.runner-cc.alt
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-3 .runner-row.style3 > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-toprow.header > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-row.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-row > .runner-cc.alt
{
padding: 5px 4px;
}
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow.style3 > .runner-cc ,
.BoldAqua .runner-s-3 > * > * > .runner-bottomrow > .runner-cc.alt
{
padding: 0px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-3 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-3 .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-3 .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
{
height: 8px
}
{
height: 8px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-bottomrow .runner-cl img
{
height: 6px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-bottomrow .runner-cr img
{
height: 6px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cl ,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cl > img,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cr ,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu * .runner-cr > img
{
width: 8px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite2.png?17190124');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current .runner-cr
{
background: none;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -8px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active .runner-cl
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -16px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active .runner-cc
{
background: none;
background-color:#83B8E2;
background-image: url('imghmenu/sprite2.png?17190124');
background-position: 0px -39px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active .runner-cr
{
background: none;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -24px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cl
{
background: none;
background-color:#ABCDE9;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -32px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cc
{
background: none;
background-color:#ABCDE9;
background-image: url('imghmenu/sprite2.png?17190124');
background-position: 0px -78px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cr
{
background: none;
background-image: url('imghmenu/sprite1.png?17190124');
background-position: -40px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background-image:none;
}
{
background-image:none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .Group li
{
padding: 5px 4px;
}
.BoldAqua .Group li
{
text-align: left;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.active > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab.current > *.runner-cc
{
color: #404061
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-menutab > *.runner-cc
{
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-row .runner-b-hmenu .runner-hmenu .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .Group li
{
background-color: #ABCDE9;
}
.BoldAqua .Group li.active
{
background-color: #83B8E2;
}
.BoldAqua .Group li.current
{
background-color: #83B8E2;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a
{
color: #404061;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.active a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.active a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.active a
{
color: #404061;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.current a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.current a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li.current a
{
color: #404061;
}
.BoldAqua .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-hmenu .runner-b-hmenu .runner-hmenu .Group li a
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > .runner-toprow > .runner-cl img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-toprow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > .runner-toprow > .runner-cr img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-toprow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > .runner-bottomrow > .runner-cl img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-bottomrow > .runner-cl img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > .runner-bottomrow > .runner-cr img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-bottomrow > .runner-cr img
{
height: 5px
}
.BoldAqua .runner-s-grid > table > * > * > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > * > .runner-cl > img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cl > img,
.BoldAqua .runner-s-grid > table > * > * > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > * > .runner-cr > img,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > * > .runner-cr > img
{
width: 5px
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: 0px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px 0px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -5px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cl
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite3.png?17190140');
background-position: 0px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cc
{
background: none;
background-color:#4E6373;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cr
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -5px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -10px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#4E6373;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -400px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -15px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cl
{
background: none;
background-color:#F7F7F7;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -10px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cc
{
background: none;
background-color:#F7F7F7;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cr
{
background: none;
background-color:#F7F7F7;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -15px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#F7F7F7;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -405px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -25px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > .runner-cl
{
background: none;
background-color:#EDEDED;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -20px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > .runner-cc
{
background: none;
background-color:#EDEDED;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > .runner-cr
{
background: none;
background-color:#EDEDED;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -25px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -30px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#EDEDED;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -410px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.interlaced + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -35px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > .runner-cl
{
background: none;
background-color:#DCDCDC;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -30px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > .runner-cc
{
background: none;
background-color:#DCDCDC;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > .runner-cr
{
background: none;
background-color:#DCDCDC;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -35px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -40px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#DCDCDC;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -415px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -45px 0px;
background-repeat: no-repeat;
}
{
background: none;
}
{
background: none;
}
{
background: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cl
{
background: none;
background-color:#C0C0C0;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -40px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cc
{
background: none;
background-color:#C0C0C0;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > .runner-cr
{
background: none;
background-color:#C0C0C0;
background-image: url('imggrid/sprite3.png?17190140');
background-position: -45px 0px;
background-repeat: repeat-y;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cl ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cl
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -50px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cc
{
background: none;
background-color:#C0C0C0;
background-image: url('imggrid/sprite2.png?17190140');
background-position: 0px -420px;
background-repeat: repeat-x;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cr ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.hovered.interlaced + tr.runner-bottomrow > .runner-cr
{
background: none;
background-image: url('imggrid/sprite1.png?17190140');
background-position: -55px 0px;
background-repeat: no-repeat;
}
.BoldAqua .runner-s-grid > table > * > .runner-toprow > .runner-cc2 ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-toprow > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-grid > table > * > .runner-row > .runner-cc2 ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-row > .runner-cc2
{
background-image:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cc
{
font-family: Tahoma, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cc
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.interlaced > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.interlaced > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > .runner-row > td.runner-cc.alt
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.hovered.interlaced > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.hovered.interlaced > td.runner-cc
{
color: #404040
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua .runner-s-grid .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-s-grid .runner-cc a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper .runner-s-grid .runner-cc a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-s-grid > * > .runner-hc > * > * > .runner-cc
{
padding: 3px 6px 3px 6px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > .runner-cc
{
padding: 8px 6px;
}
.BoldAqua .runner-s-grid tr.style1.runner-row > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-grid tr.style1.runner-row.footer > * > .runner-hc > * > * > .runner-cc
{
padding: 0px 4px 0px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > .runner-cc
{
padding: 5px 4px;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc ,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > .runner-cc
{
padding: 0px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row:first-child > td,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row:first-child > td
{
border-top: solid #DCDCDC 1px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cs,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cs
{
border-top:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-toprow > th.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-toprow > th.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td
{
border-top: solid #DCDCDC 1px;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cs,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cs
{
border-top:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row.footer > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row.footer > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row.footer + tr.runner-bottomrow > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td
{
border-top:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.style1.runner-row > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.style1.runner-row > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cc
{
border-left:none;
}
.BoldAqua .runner-s-grid > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cl + .runner-cc,
.BoldAqua .runner-s-grid > table > * > tr > td.runner-cg > table > * > tr.runner-row + tr.runner-bottomrow > td.runner-cl + .runner-cc
{
border-left: none
}
.BoldAqua.runner-pagewrapper,
body.BoldAqua
{
background-color:#FFFFFF;
}
.BoldAqua .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-btnframe > .runner-button-img img,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnframe > .runner-button-img img
{
margin: 5px
}
.BoldAqua a.runner-button,
.BoldAqua .runner-wrapper a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper a.runner-button
{
line-height:23px; padding: 0 10px;
}
.BoldAqua span.runner-btnframe,
.BoldAqua .runner-wrapper span.runner-btnframe,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe
{
height:23px;
}
.BoldAqua .runner-btnleft,
.BoldAqua .runner-btnright,
.BoldAqua .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnright
{
background-image: url('btnbutton1/sprite1.png?17189921')
}
.BoldAqua .runner-btnleft,
.BoldAqua .runner-btnright,
.BoldAqua .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnright
{
background-position:0px 0px;
}
.BoldAqua span.runner-btnframe.hover .runner-btnleft,
.BoldAqua span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper span.runner-btnframe.hover .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.hover .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.hover .runner-btnright
{
background-position:0px -23px;
}
.BoldAqua span.runner-btnframe.press .runner-btnleft,
.BoldAqua span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper span.runner-btnframe.press .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.press .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.press .runner-btnright
{
background-position:0px -46px;
}
.BoldAqua span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper span.runner-btnframe.disabled .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.disabled .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.disabled .runner-btnright
{
background-position:0px -69px;
}
.BoldAqua .runner-btnleft,
.BoldAqua .runner-wrapper .runner-btnleft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnleft
{
height:23px; top:0; left:0; right:2px;
}
.BoldAqua .runner-btnright,
.BoldAqua .runner-wrapper .runner-btnright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-btnright
{
width:500px; right:0; clip:rect(auto, auto, auto, 498px); height:23px;
}
.BoldAqua span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe a.runner-button
{
color: #FFFFFF
}
.BoldAqua span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe.hover a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.hover a.runner-button
{
color: #FFFFFF
}
.BoldAqua span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe.press a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.press a.runner-button
{
color: #FFFFFF
}
.BoldAqua span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper span.runner-btnframe.disabled a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper span.runner-btnframe.disabled a.runner-button
{
color: #696969
}
.BoldAqua a.runner-button,
.BoldAqua .runner-wrapper a.runner-button,
.BoldAqua .runner-wrapper .runner-wrapper a.runner-button
{
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-panel
{
background-color: #CFDBEA;
}
.BoldAqua .runner-panel
{
border: solid #696969 1px;
}
.BoldAqua .runner-panel
{
color: #000000;
}
.BoldAqua .runner-panel
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-tab > a,
.BoldAqua .runner-wrapper .runner-tab > a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > a
{
line-height:22px; padding: 0 24px;
}
.BoldAqua .runner-tab,
.BoldAqua .runner-wrapper .runner-tab,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab
{
height:22px;
}
.BoldAqua .runner-tab.selected > .runner-tableft,
.BoldAqua .runner-tab.selected > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab.selected > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab.selected > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab.selected > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab.selected > .runner-tabright
{
background-position:0px 0px;
}
.BoldAqua .runner-tab > .runner-tableft,
.BoldAqua .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright
{
background-image: url('tab/sprite1.png?17190186')
}
.BoldAqua .runner-tab > .runner-tableft,
.BoldAqua .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright
{
background-position:0px -22px;
}
.BoldAqua .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-tab > .runner-tableft,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tableft
{
height:22px; top:0; left:0; right:4px;
}
.BoldAqua .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-tab > .runner-tabright,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > .runner-tabright
{
width:500px; right:0; clip:rect(auto, auto, auto, 496px); height:22px;
}
.BoldAqua .runner-tab.selected > a
{
color: #FFFFFF
}
.BoldAqua .runner-tab > a
{
color: #000000
}
.BoldAqua .runner-tab > a,
.BoldAqua .runner-wrapper .runner-tab > a,
.BoldAqua .runner-wrapper .runner-wrapper .runner-tab > a
{
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .yui-navset .yui-content
{
border: solid #0000FF 1px;border-top-width: 5px;
}
.BoldAqua .runner-message
{
background-color: #C2D2E4;
}
.BoldAqua .runner-message
{
border: solid #404040 2px;
}
.BoldAqua .runner-message> .message.mes_ok
{
color: #006600;
}
.BoldAqua .runner-message> .message
{
color: #A80000;
}
.BoldAqua .runner-message> .message.mes_ok
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.BoldAqua .runner-message> .message
{
font-family: Tahoma, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
} | 0.270866 | 0.062075 |
height: 420px;
width: 819px;
z-index: 5;
margin: auto;
left: 0;
right: 0;
margin-top: 27px;
position: fixed; //ex absolute;
background-image: url('../images/Item-detail-backround.png');
-moz-box-shadow: 0 0 8px rgba(0, 1, 1, .75);
/* drop shadow */
-webkit-box-shadow: 0 0 8px rgba(0, 1, 1, .75);
/* drop shadow */
box-shadow: 0 0 8px rgba(0, 1, 1, .75);
/* drop shadow */
display: none;
}
#item-detail .item-cover, #registration .item-cover {
width: 196px;
height: 292px;
margin-left: 66px;
margin-top: 62px;
border-radius: 4px;
background-size: 196px 292px;
position: fixed;
-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
#item-detail .item-title, #registration .item-title {
margin-left: 285px;
margin-top: 50px;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 30px; //38px;
font-weight: 600;
position: fixed;
cursor: default;
max-width: 500px;
max-height: 56px;
overflow: auto;
}
#item-detail .item-overview, #registration .item-overview {
margin-left: 285px;
margin-top: 150px;
position: fixed;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 12px;
line-height: 22px;
width: 442px;
max-width: 442px;
}
#item-detail .item-runtime {
margin-top: 116px;
position: relative;
float: left;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 11px;
font-weight: bold;
cursor: default;
}
#item-detail .item-year {
margin-left: 285px;
margin-top: 116px;
position: relative;
float: left;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 11px;
font-weight: bold;
cursor: default;
}
#item-detail .dot {
margin-left: 15px;
margin-right: 15px;
margin-top: 122px;
position: relative;
float: left;
width: 3px;
height: 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
/* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/* prevents bg color from leaking outside the border */
background-color: #dbdbdd;
/* layer fill content */
cursor: default;
}
#item-detail .health-icon {
margin-right: 89px;
margin-top: 113px;
position: relative;
float: right;
width: 12px;
height: 17px;
}
#item-detail .health-icon.Bad {
background-image: url('../images/HealthBad.png')
}
#item-detail .health-icon.Medium {
background-image: url('../images/HealthMedium.png')
}
#item-detail .health-icon.Good {
background-image: url('../images/HealthGood.png')
}
#item-detail .health-icon.Excellent {
background-image: url('../images/HealthExcellent.png')
}
#item-detail .star {
margin-right: 3px;
margin-top: 118px;
position: relative;
float: left;
width: 11px;
height: 11px;
background-image: url('../images/StarYellow.png');
}
#item-detail .star.null {
background-image: url('../images/StarGray.png');
}
#item-detail .close, #registration .close {
top: 13px;
right: 13px;
position: relative;
float: right;
width: 14px;
height: 14px;
background-image: url('../images/Close.png');
cursor: pointer;
}
#item-detail #btn-watch {
margin-left: 285px;
margin-top: 320px;
position: fixed;
float: left;
cursor: pointer;
width: 87px;
height: 35px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/* prevents bg color from leaking outside the border */
background-color: #458de3;
/* layer fill content */
}
#item-detail #btn-watch .watch-now {
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
margin-top: 9px;
}
#item-detail .flag {
margin-top: 198px;
margin-left: 6px;
background-size: 18px 12px;
position: relative;
float: left;
cursor: pointer;
background-image: url('../images/flags/none.png');
width: 18px;
height: 12px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
/* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
}
#item-detail .flag.NA {
background-image: url('../images/flags/none.png');
}
#item-detail .flag.first {
margin-left: 544px;
}
#item-detail .flag.italian {
background-image: url('../images/flags/italian.png');
}
#item-detail .flag.dutch {
background-image: url('../images/flags/dutch.png');
}
#item-detail .flag.english {
background-image: url('../images/flags/english.png');
}
#item-detail .flag.romanian {
background-image: url('../images/flags/romanian.png');
}
#item-detail .flag.turkish {
background-image: url('../images/flags/turkish.png');
}
#item-detail .flag.bosnian {
background-image: url('../images/flags/bosnian.png');
}
#item-detail .q720 {
font-family: "Open Sans", sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
margin-left: 390px;
margin-top: 330px;
position: fixed;
}
#item-detail .q1080 {
font-family: "Open Sans", sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
margin-left: 449px;
margin-top: 330px;
position: fixed;
}
#item-detail .switch {
background: transparent;
border-radius: 32px;
display: block;
height: 12px;
position: fixed;
margin-left: 415px;
margin-top: 330px;
width: 25px;
border: 2px solid #FFF;
cursor: pointer;
}
#item-detail .switch label {
font-family: "Open Sans", sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
width: 20px;
cursor: pointer;
}
#item-detail .switch label:nth-of-type(1) {
left: -38px;
position: absolute;
text-align: right;
}
#item-detail .switch label:nth-of-type(2) {
position: absolute;
right: -30px;
text-align: left;
}
#item-detail .switch input {
height: 12px;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 60px;
z-index: 2;
cursor: pointer;
}
#item-detail .switch input:checked {
z-index: 0;
}
#item-detail .switch input:checked ~ label:nth-of-type(1) {
color: #286dc4;
}
#item-detail .switch input:checked ~ label:nth-of-type(2) {
color: #FFF;
}
#item-detail .switch input:checked ~ .toggle {
left: 2px;
}
#item-detail .switch input ~:checked ~ label:nth-of-type(1) {
color: #FFF;
}
#item-detail .switch input ~:checked ~ label:nth-of-type(2) {
color: #286dc4;
}
#item-detail .switch input ~:checked ~ .toggle {
left: 13px;
}
#item-detail .toggle, #registration .toggle {
-webkit-transition: left 0.2s ease;
-moz-transition: left 0.2s ease;
-o-transition: left 0.2s ease;
transition: left 0.2s ease;
background: #286dc4;
border-radius: 50%;
height: 10px;
left: 0;
position: absolute;
top: 1px;
width: 10px;
z-index: 1;
} | public/css/detailed-info.css |
height: 420px;
width: 819px;
z-index: 5;
margin: auto;
left: 0;
right: 0;
margin-top: 27px;
position: fixed; //ex absolute;
background-image: url('../images/Item-detail-backround.png');
-moz-box-shadow: 0 0 8px rgba(0, 1, 1, .75);
/* drop shadow */
-webkit-box-shadow: 0 0 8px rgba(0, 1, 1, .75);
/* drop shadow */
box-shadow: 0 0 8px rgba(0, 1, 1, .75);
/* drop shadow */
display: none;
}
#item-detail .item-cover, #registration .item-cover {
width: 196px;
height: 292px;
margin-left: 66px;
margin-top: 62px;
border-radius: 4px;
background-size: 196px 292px;
position: fixed;
-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
#item-detail .item-title, #registration .item-title {
margin-left: 285px;
margin-top: 50px;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 30px; //38px;
font-weight: 600;
position: fixed;
cursor: default;
max-width: 500px;
max-height: 56px;
overflow: auto;
}
#item-detail .item-overview, #registration .item-overview {
margin-left: 285px;
margin-top: 150px;
position: fixed;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 12px;
line-height: 22px;
width: 442px;
max-width: 442px;
}
#item-detail .item-runtime {
margin-top: 116px;
position: relative;
float: left;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 11px;
font-weight: bold;
cursor: default;
}
#item-detail .item-year {
margin-left: 285px;
margin-top: 116px;
position: relative;
float: left;
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 11px;
font-weight: bold;
cursor: default;
}
#item-detail .dot {
margin-left: 15px;
margin-right: 15px;
margin-top: 122px;
position: relative;
float: left;
width: 3px;
height: 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
/* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/* prevents bg color from leaking outside the border */
background-color: #dbdbdd;
/* layer fill content */
cursor: default;
}
#item-detail .health-icon {
margin-right: 89px;
margin-top: 113px;
position: relative;
float: right;
width: 12px;
height: 17px;
}
#item-detail .health-icon.Bad {
background-image: url('../images/HealthBad.png')
}
#item-detail .health-icon.Medium {
background-image: url('../images/HealthMedium.png')
}
#item-detail .health-icon.Good {
background-image: url('../images/HealthGood.png')
}
#item-detail .health-icon.Excellent {
background-image: url('../images/HealthExcellent.png')
}
#item-detail .star {
margin-right: 3px;
margin-top: 118px;
position: relative;
float: left;
width: 11px;
height: 11px;
background-image: url('../images/StarYellow.png');
}
#item-detail .star.null {
background-image: url('../images/StarGray.png');
}
#item-detail .close, #registration .close {
top: 13px;
right: 13px;
position: relative;
float: right;
width: 14px;
height: 14px;
background-image: url('../images/Close.png');
cursor: pointer;
}
#item-detail #btn-watch {
margin-left: 285px;
margin-top: 320px;
position: fixed;
float: left;
cursor: pointer;
width: 87px;
height: 35px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/* prevents bg color from leaking outside the border */
background-color: #458de3;
/* layer fill content */
}
#item-detail #btn-watch .watch-now {
color: #fff;
/* text color */
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
margin-top: 9px;
}
#item-detail .flag {
margin-top: 198px;
margin-left: 6px;
background-size: 18px 12px;
position: relative;
float: left;
cursor: pointer;
background-image: url('../images/flags/none.png');
width: 18px;
height: 12px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
/* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
}
#item-detail .flag.NA {
background-image: url('../images/flags/none.png');
}
#item-detail .flag.first {
margin-left: 544px;
}
#item-detail .flag.italian {
background-image: url('../images/flags/italian.png');
}
#item-detail .flag.dutch {
background-image: url('../images/flags/dutch.png');
}
#item-detail .flag.english {
background-image: url('../images/flags/english.png');
}
#item-detail .flag.romanian {
background-image: url('../images/flags/romanian.png');
}
#item-detail .flag.turkish {
background-image: url('../images/flags/turkish.png');
}
#item-detail .flag.bosnian {
background-image: url('../images/flags/bosnian.png');
}
#item-detail .q720 {
font-family: "Open Sans", sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
margin-left: 390px;
margin-top: 330px;
position: fixed;
}
#item-detail .q1080 {
font-family: "Open Sans", sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
margin-left: 449px;
margin-top: 330px;
position: fixed;
}
#item-detail .switch {
background: transparent;
border-radius: 32px;
display: block;
height: 12px;
position: fixed;
margin-left: 415px;
margin-top: 330px;
width: 25px;
border: 2px solid #FFF;
cursor: pointer;
}
#item-detail .switch label {
font-family: "Open Sans", sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
width: 20px;
cursor: pointer;
}
#item-detail .switch label:nth-of-type(1) {
left: -38px;
position: absolute;
text-align: right;
}
#item-detail .switch label:nth-of-type(2) {
position: absolute;
right: -30px;
text-align: left;
}
#item-detail .switch input {
height: 12px;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 60px;
z-index: 2;
cursor: pointer;
}
#item-detail .switch input:checked {
z-index: 0;
}
#item-detail .switch input:checked ~ label:nth-of-type(1) {
color: #286dc4;
}
#item-detail .switch input:checked ~ label:nth-of-type(2) {
color: #FFF;
}
#item-detail .switch input:checked ~ .toggle {
left: 2px;
}
#item-detail .switch input ~:checked ~ label:nth-of-type(1) {
color: #FFF;
}
#item-detail .switch input ~:checked ~ label:nth-of-type(2) {
color: #286dc4;
}
#item-detail .switch input ~:checked ~ .toggle {
left: 13px;
}
#item-detail .toggle, #registration .toggle {
-webkit-transition: left 0.2s ease;
-moz-transition: left 0.2s ease;
-o-transition: left 0.2s ease;
transition: left 0.2s ease;
background: #286dc4;
border-radius: 50%;
height: 10px;
left: 0;
position: absolute;
top: 1px;
width: 10px;
z-index: 1;
} | 0.443841 | 0.136522 |
.x-box-label {
background-color: #fff;
border: 1px solid #999;
border-radius: 20px;
color: #999;
cursor: default;
display: inline;
line-height: 14px;
padding: 3px 10px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.58);
vertical-align: baseline;
white-space: nowrap;
}
.x-right {
float: none;
margin-top: -10px;
position: absolute;
right: 0;
top: 50%;
}
.x-text-red {
color: #ff5d5b !important;
border-color: #ff5d5b;
}
.x-text-green {
color: #3aae01 !important;
border-color: #3aae01;
}
.x-text-ccc {
color: #999 !important;
}
.x-text-bold {
font-weight: bold;
}
.x-font-16 {
font-size: 16px !important;
}
.x-font-14 {
font-size: 14px !important;
}
.x-text-right {
text-align: right;
}
.x-text-center{
text-align: center;
}
.y {
border-right: 1px solid #ccc;
display: inline-block;
font-size: 10px;
height: 10px;
margin: -15px 10px 0;
overflow: hidden;
}
.x-search-panel {
background-color: #fbfdff;
border-bottom: 1px solid #cbdaea;
font-size: 0;
padding: 20px;
}
.x-form {
margin: auto;
padding: 0;
position: relative;
}
.x-search-panel .x-form .column {
display: inline-block;
vertical-align: top;
width: 50%;
}
.x-form dl::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.x-search-panel .x-form dl {
background-image: none;
font-size: 0;
padding: 5px;
width: 100%;
}
.x-form dl {
display: block;
padding: 10px 30px 0 0;
position: relative;
width: 100%;
margin-bottom: 0;
}
.x-search-panel .x-form dl dt {
color: #4d4d4d;
display: inline-block;
font-size: 14px;
font-weight: bold;
text-align: right;
vertical-align: middle;
width: 20%;
}
.x-form dl dt {
color: #172b5a;
display: inline-block;
font-size: 13px;
line-height: 18px;
padding: 9px 5px 7px 0;
text-align: right;
vertical-align: top;
width: 16%;
}
.x-search-panel .x-form dl dd {
display: inline-block;
font-size: 0;
padding: 0;
vertical-align: middle;
width: 80%;
}
.x-form dl dd {
clear: both;
display: inline-block;
line-height: 22px;
margin: 0;
padding: 0;
position: relative;
text-align: left;
vertical-align: top;
width: 84%;
}
.x-search-panel .x-form dl dd input, .x-search-panel .x-form dl dd select {
border-radius: 0;
display: inline-block;
height: 30px;
line-height: 20px;
padding: 5px;
}
.x-form input[type="text"], .x-form input[type="date"], .x-form input[type="number"], .x-form input[type="email"], .x-form input[type="url"], .x-form input[type="password"], .x-form select, .x-form textarea {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 1px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
font: 14px/14px Verdana,Microsoft YaHei,Arial,Helvetica,Tahoma;
margin: 0 0 3px;
padding: 8px;
position: relative;
vertical-align: middle;
width: 100%;
}
.w30 {
width: 30% !important;
}
.x-search-panel .x-form dl dd .space {
display: inline-block;
font-size: 16px;
font-weight: bold;
text-align: center;
width: 3%;
}
.x-search-panel .x-form .x-submit-panel {
margin: 0;
padding: 0;
text-align: left;
}
.x-search-panel .x-form .x-submit-panel button {
font-size: 18px;
height: 40px;
line-height: 18px;
margin: 0 0 0 20.4%;
padding: 10px;
width: 120px;
} | Public/Home/Css/common.css | .x-box-label {
background-color: #fff;
border: 1px solid #999;
border-radius: 20px;
color: #999;
cursor: default;
display: inline;
line-height: 14px;
padding: 3px 10px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.58);
vertical-align: baseline;
white-space: nowrap;
}
.x-right {
float: none;
margin-top: -10px;
position: absolute;
right: 0;
top: 50%;
}
.x-text-red {
color: #ff5d5b !important;
border-color: #ff5d5b;
}
.x-text-green {
color: #3aae01 !important;
border-color: #3aae01;
}
.x-text-ccc {
color: #999 !important;
}
.x-text-bold {
font-weight: bold;
}
.x-font-16 {
font-size: 16px !important;
}
.x-font-14 {
font-size: 14px !important;
}
.x-text-right {
text-align: right;
}
.x-text-center{
text-align: center;
}
.y {
border-right: 1px solid #ccc;
display: inline-block;
font-size: 10px;
height: 10px;
margin: -15px 10px 0;
overflow: hidden;
}
.x-search-panel {
background-color: #fbfdff;
border-bottom: 1px solid #cbdaea;
font-size: 0;
padding: 20px;
}
.x-form {
margin: auto;
padding: 0;
position: relative;
}
.x-search-panel .x-form .column {
display: inline-block;
vertical-align: top;
width: 50%;
}
.x-form dl::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.x-search-panel .x-form dl {
background-image: none;
font-size: 0;
padding: 5px;
width: 100%;
}
.x-form dl {
display: block;
padding: 10px 30px 0 0;
position: relative;
width: 100%;
margin-bottom: 0;
}
.x-search-panel .x-form dl dt {
color: #4d4d4d;
display: inline-block;
font-size: 14px;
font-weight: bold;
text-align: right;
vertical-align: middle;
width: 20%;
}
.x-form dl dt {
color: #172b5a;
display: inline-block;
font-size: 13px;
line-height: 18px;
padding: 9px 5px 7px 0;
text-align: right;
vertical-align: top;
width: 16%;
}
.x-search-panel .x-form dl dd {
display: inline-block;
font-size: 0;
padding: 0;
vertical-align: middle;
width: 80%;
}
.x-form dl dd {
clear: both;
display: inline-block;
line-height: 22px;
margin: 0;
padding: 0;
position: relative;
text-align: left;
vertical-align: top;
width: 84%;
}
.x-search-panel .x-form dl dd input, .x-search-panel .x-form dl dd select {
border-radius: 0;
display: inline-block;
height: 30px;
line-height: 20px;
padding: 5px;
}
.x-form input[type="text"], .x-form input[type="date"], .x-form input[type="number"], .x-form input[type="email"], .x-form input[type="url"], .x-form input[type="password"], .x-form select, .x-form textarea {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 1px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
font: 14px/14px Verdana,Microsoft YaHei,Arial,Helvetica,Tahoma;
margin: 0 0 3px;
padding: 8px;
position: relative;
vertical-align: middle;
width: 100%;
}
.w30 {
width: 30% !important;
}
.x-search-panel .x-form dl dd .space {
display: inline-block;
font-size: 16px;
font-weight: bold;
text-align: center;
width: 3%;
}
.x-search-panel .x-form .x-submit-panel {
margin: 0;
padding: 0;
text-align: left;
}
.x-search-panel .x-form .x-submit-panel button {
font-size: 18px;
height: 40px;
line-height: 18px;
margin: 0 0 0 20.4%;
padding: 10px;
width: 120px;
} | 0.386185 | 0.10466 |
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption|Palanquin+Dark');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Raleway');
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body {
font-size: 100%;
background-image: url("../images/white_wall_2x2.jpg");
background-repeat: repeat;
padding: 0;
margin: 0;
}
.insideStyling {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.buttonStyling {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
h1, h2, h5 {
font-family: 'PT Serif Caption', serif;
}
p {
font-family: 'Palanquin Dark', sans-serif;
}
/* HEADER CSS STYLING */
header {
background-image: url("../images/img-red-shouldered-hawk-01.png");
background-repeat: no-repeat;
height: 160px;
}
header h5 {
font-size: 1.8rem;
line-height: 160px;
color: #4484CE;
margin-left: 250px;
}
/* NAV CSS STYLING */
nav.nav-bar {
position: relative;
background-color: #4484CE;
height: 40px;
}
ul.topnav {
list-style-type: none;
overflow: hidden;
padding: 0;
}
ul.topnav li {
float: left;
}
ul.topnav li a {
display: inline-block;
color: #D9D9D9;
width: 100px;
text-align: center;
text-decoration: none;
font-size: 1.2rem;
line-height: 40px;
transition: 0.5s;
}
ul.topnav li a:hover {
background-color: #2E66B1;
}
ul.topnav li a.top-link {
display: none;
}
ul.topnav li.icon {
display: none;
}
.shadow {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
max-width: 100%;
height: 100%;
z-index: 20000;
background-color: rgba(0, 0, 0, 0.8);
}
.shadowOff {
display: none;
}
.shadowOn {
display: block;
}
.errorBox {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
position: relative;
top: 50%;
left: 50%;
display: block;
width: 100%;
max-width: 500px;
height: 420px;
border: 4px solid red;
background-color: #fff;
padding: 20px;
margin-top: -210px;
margin-left: -250px;
}
.errorBox h4.errorHeading {
font-family: 'PT Serif Caption', serif;
font-size: 1.4rem;
color: red;
}
.errorBox ol {
list-style: decimal;
font-family: 'PT Serif Caption', serif;
font-size: 1.2rem;
color: darkgreen;
padding: 20px;
}
.errorBox ol li {
line-height: 1.5;
}
.errorBox ol li ol {
list-style: lower-alpha;
padding: 0 0 0 20px;
}
.errorBox a {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
position: absolute;
right: 20px;
bottom: 20px;
border: none;
outline: none;
display: block;
width: 100%;
max-width: 100px;
height: 40px;
background-color: red;
font-family: 'Palanquin Dark', sans-serif;
font-size: 1.2rem;
line-height: 40px;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.errorBox a:hover {
background-color: green;
}
.red {
color: red;
}
div.topBar {
display: block;
width: 100%;
max-width: 700px;
height: 50px;
background-color: #fff;
margin: 10px auto;
}
div.topBar h5 {
float: left;
display: block;
width: 100%;
height: 50px;
font-size: 1.0rem;
line-height: 50px;
padding-left: 20px;
}
div.topBar button.buttonStyle {
cursor: pointer;
outline: none;
border: none;
display: block;
width: 100%;
max-width: 275px;
height: 40px;
background-color: orange;
font-family: 'Palanquin Dark', sans-serif;
font-size: 1.2rem;
color: #fff;
margin-top: 5px;
}
div.topBar button.buttonStyle {
background-color: darkorange;
}
#maindiv1, #maindiv2 {
background-color: #fff;
border: 4px solid #000;
}
.hideBoxes {
display: none;
}
form {
padding: 20px;
}
form fieldset {
border: 2px solid #000;
padding: 20px;
}
form legend {
font-family: 'PT Serif Caption', serif;
font-size: 1.4rem;
padding: 0 5px;
}
form label {
float: left;
display: block;
width: 100%;
max-width: 150px;
height: 40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
line-height: 40px;
text-transform: capitalize;
background-color: #2e2e2e;
color: #fff;
text-align: left;
padding: 0 10px;
margin-bottom: 10px;
}
form input {
clear: right;
display: block;
width: 100%;
max-width: 365px;
height: 40px;
border: none;
outline: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0rem;
background-color: #4484CE;
color: #000;
padding: 0 5px;
margin-right: 10px;
margin-bottom: 10px;
}
form label#labelTextarea {
text-align: left;
margin-top: 10px;
}
form textarea {
resize: none;
border: none;
outline: none;
clear: both;
display: block;
width: 100%;
max-width: 660px;
height: 200px;
background-color: #4484CE;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
padding: 10px;
margin-bottom: 20px;
}
form input[type=submit] {
outline: none;
border: none;
float: right;
width: 100%;
max-width: 120px;
height: 40px;
cursor: pointer;
background-color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
color: #fff;
text-transform: capitalize;
}
form input[type=submit]:hover {
background-color: green;
}
.mySimpleBlog {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #FFFFFF;
border: 4px solid #4484CE;
padding: 10px 30px;
margin-top: 15px;
margin-bottom: 15px;
}
.mySimpleBlog h2 {
position: relative;
font-size: 2.4rem;
line-height: 1.8;
color: #0066cc;
}
.mySimpleBlog h2 span {
position: absolute;
bottom: -10px;
display: block;
width: auto;
height: auto;
font-size: 1.0rem;
line-height: 1.5;
}
.mySimpleBlog p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
line-height: 1.5;
color: #0066cc;
margin-top: 15px;
margin-bottom: 10px;
}
div#enterBlogBox {
position: relative;
}
form#mySimpleBlogForm {
top: 0px;
left: 50%;
z-index: 20000;
display: block;
width: 100%;
max-width: 600px;
height: auto;
background-color: #fff;
padding: 20px;
margin-left: -300px;
}
form#login {
position: absolute;
top: 5px;
right: 0;
float: left;
height: 30px;
padding: 0;
}
form#login label {
float: left;
max-width: 100px;
height: 30px;
display: inline-block;
vertical-align: middle;
font-size: 1.0rem;
text-align: center;
line-height: 30px;
}
form#login input {
clear: none;
float: left;
max-width: 140px;
height: 30px;
background-color: #fff;
}
form#login input[type=submit] {
max-width: 80px;
background-color: #2e2e2e;
}
div#registerBox {
position: relative;
}
form#register {
top: 0;
display: block;
width: 100%;
max-width: 530px;
height: auto;
background-color: #fff;
z-index: 20000;
}
form#register fieldset {
border: 2px solid #4484CE;
}
form#register legend {
color: #4484CE;
}
form#register label {
height: 30px;
background-color: #2e2e2e;
font-size: 1.0rem;
line-height: 30px;
}
form#register input {
height: 30px;
max-width: 280px;
font-size: 1.0rem;
}
form#register input[type=submit] {
font-size: 1.0rem;
max-width: 100px;
background-color: #2e2e2e;
transition: 0.4s;
}
form#register input[type=submit]:hover {
background-color: darkgray;
}
footer {
height: 50px;
background-color: #4484CE;
text-align: center;
}
footer h2 {
line-height: 50px;
color: #D9D9D9;
} | lib/css/stylesheet.css | @import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption|Palanquin+Dark');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Raleway');
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body {
font-size: 100%;
background-image: url("../images/white_wall_2x2.jpg");
background-repeat: repeat;
padding: 0;
margin: 0;
}
.insideStyling {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.buttonStyling {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
h1, h2, h5 {
font-family: 'PT Serif Caption', serif;
}
p {
font-family: 'Palanquin Dark', sans-serif;
}
/* HEADER CSS STYLING */
header {
background-image: url("../images/img-red-shouldered-hawk-01.png");
background-repeat: no-repeat;
height: 160px;
}
header h5 {
font-size: 1.8rem;
line-height: 160px;
color: #4484CE;
margin-left: 250px;
}
/* NAV CSS STYLING */
nav.nav-bar {
position: relative;
background-color: #4484CE;
height: 40px;
}
ul.topnav {
list-style-type: none;
overflow: hidden;
padding: 0;
}
ul.topnav li {
float: left;
}
ul.topnav li a {
display: inline-block;
color: #D9D9D9;
width: 100px;
text-align: center;
text-decoration: none;
font-size: 1.2rem;
line-height: 40px;
transition: 0.5s;
}
ul.topnav li a:hover {
background-color: #2E66B1;
}
ul.topnav li a.top-link {
display: none;
}
ul.topnav li.icon {
display: none;
}
.shadow {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
max-width: 100%;
height: 100%;
z-index: 20000;
background-color: rgba(0, 0, 0, 0.8);
}
.shadowOff {
display: none;
}
.shadowOn {
display: block;
}
.errorBox {
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
position: relative;
top: 50%;
left: 50%;
display: block;
width: 100%;
max-width: 500px;
height: 420px;
border: 4px solid red;
background-color: #fff;
padding: 20px;
margin-top: -210px;
margin-left: -250px;
}
.errorBox h4.errorHeading {
font-family: 'PT Serif Caption', serif;
font-size: 1.4rem;
color: red;
}
.errorBox ol {
list-style: decimal;
font-family: 'PT Serif Caption', serif;
font-size: 1.2rem;
color: darkgreen;
padding: 20px;
}
.errorBox ol li {
line-height: 1.5;
}
.errorBox ol li ol {
list-style: lower-alpha;
padding: 0 0 0 20px;
}
.errorBox a {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
position: absolute;
right: 20px;
bottom: 20px;
border: none;
outline: none;
display: block;
width: 100%;
max-width: 100px;
height: 40px;
background-color: red;
font-family: 'Palanquin Dark', sans-serif;
font-size: 1.2rem;
line-height: 40px;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.errorBox a:hover {
background-color: green;
}
.red {
color: red;
}
div.topBar {
display: block;
width: 100%;
max-width: 700px;
height: 50px;
background-color: #fff;
margin: 10px auto;
}
div.topBar h5 {
float: left;
display: block;
width: 100%;
height: 50px;
font-size: 1.0rem;
line-height: 50px;
padding-left: 20px;
}
div.topBar button.buttonStyle {
cursor: pointer;
outline: none;
border: none;
display: block;
width: 100%;
max-width: 275px;
height: 40px;
background-color: orange;
font-family: 'Palanquin Dark', sans-serif;
font-size: 1.2rem;
color: #fff;
margin-top: 5px;
}
div.topBar button.buttonStyle {
background-color: darkorange;
}
#maindiv1, #maindiv2 {
background-color: #fff;
border: 4px solid #000;
}
.hideBoxes {
display: none;
}
form {
padding: 20px;
}
form fieldset {
border: 2px solid #000;
padding: 20px;
}
form legend {
font-family: 'PT Serif Caption', serif;
font-size: 1.4rem;
padding: 0 5px;
}
form label {
float: left;
display: block;
width: 100%;
max-width: 150px;
height: 40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
line-height: 40px;
text-transform: capitalize;
background-color: #2e2e2e;
color: #fff;
text-align: left;
padding: 0 10px;
margin-bottom: 10px;
}
form input {
clear: right;
display: block;
width: 100%;
max-width: 365px;
height: 40px;
border: none;
outline: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0rem;
background-color: #4484CE;
color: #000;
padding: 0 5px;
margin-right: 10px;
margin-bottom: 10px;
}
form label#labelTextarea {
text-align: left;
margin-top: 10px;
}
form textarea {
resize: none;
border: none;
outline: none;
clear: both;
display: block;
width: 100%;
max-width: 660px;
height: 200px;
background-color: #4484CE;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
padding: 10px;
margin-bottom: 20px;
}
form input[type=submit] {
outline: none;
border: none;
float: right;
width: 100%;
max-width: 120px;
height: 40px;
cursor: pointer;
background-color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
color: #fff;
text-transform: capitalize;
}
form input[type=submit]:hover {
background-color: green;
}
.mySimpleBlog {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #FFFFFF;
border: 4px solid #4484CE;
padding: 10px 30px;
margin-top: 15px;
margin-bottom: 15px;
}
.mySimpleBlog h2 {
position: relative;
font-size: 2.4rem;
line-height: 1.8;
color: #0066cc;
}
.mySimpleBlog h2 span {
position: absolute;
bottom: -10px;
display: block;
width: auto;
height: auto;
font-size: 1.0rem;
line-height: 1.5;
}
.mySimpleBlog p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
line-height: 1.5;
color: #0066cc;
margin-top: 15px;
margin-bottom: 10px;
}
div#enterBlogBox {
position: relative;
}
form#mySimpleBlogForm {
top: 0px;
left: 50%;
z-index: 20000;
display: block;
width: 100%;
max-width: 600px;
height: auto;
background-color: #fff;
padding: 20px;
margin-left: -300px;
}
form#login {
position: absolute;
top: 5px;
right: 0;
float: left;
height: 30px;
padding: 0;
}
form#login label {
float: left;
max-width: 100px;
height: 30px;
display: inline-block;
vertical-align: middle;
font-size: 1.0rem;
text-align: center;
line-height: 30px;
}
form#login input {
clear: none;
float: left;
max-width: 140px;
height: 30px;
background-color: #fff;
}
form#login input[type=submit] {
max-width: 80px;
background-color: #2e2e2e;
}
div#registerBox {
position: relative;
}
form#register {
top: 0;
display: block;
width: 100%;
max-width: 530px;
height: auto;
background-color: #fff;
z-index: 20000;
}
form#register fieldset {
border: 2px solid #4484CE;
}
form#register legend {
color: #4484CE;
}
form#register label {
height: 30px;
background-color: #2e2e2e;
font-size: 1.0rem;
line-height: 30px;
}
form#register input {
height: 30px;
max-width: 280px;
font-size: 1.0rem;
}
form#register input[type=submit] {
font-size: 1.0rem;
max-width: 100px;
background-color: #2e2e2e;
transition: 0.4s;
}
form#register input[type=submit]:hover {
background-color: darkgray;
}
footer {
height: 50px;
background-color: #4484CE;
text-align: center;
}
footer h2 {
line-height: 50px;
color: #D9D9D9;
} | 0.320928 | 0.089654 |
@font-face {
font-family: jovasFont;
src: url(/resource/fonts/Quicksand_Light.otf);
}
body {
font-family: jovasFont;
float: left;
width: 100%;
}
loader-spinner {
width: 100%;
height: 100%;
background: rgba(79, 88, 110, 1);
margin: 0px;
padding: 0px;
position: absolute;
}
loader-spinner #spinner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
loader-spinner md-progress-circular {
box-shadow: rgb(40, 228, 247) 0px 0px 22px 1px;
border-radius: 100px;
}
/*loader-spinner span {
animation-duration: 1s;
font-family: monospace;
letter-spacing: 4px;
font-size: 12px;
margin-left: 6px;
}
*/
button.button-menu.md-button {
height: 100%;
width: 110px;
margin-bottom: -6px;
border-bottom: 3px solid rgba(0, 0, 0, 0);
}
button.button-menu.md-button:hover {
border-bottom: 3px solid #00CEC4;
}
button.button-menu.md-button.active {
border-bottom: 3px solid #00CEC4;
}
img.logo {
padding: 0px 10px 0px 0px;
width: 221px;
}
.dashboard .paneljovas{
/*min-height: 650px;*/
margin: 10px 5%;
min-width: 700px;
/*max-width: 100px;*/
}
.tabela-jovas {
margin: 10px 5%;
min-width: 700px;
}
button.md-raised{
background: #00CEC4;
height: 50px;
width: 120px;
border-radius: 20px;
}
md-content.md-default-theme, md-content {
background-color: #FFFFFF;
}
md-progress-circular svg path {
/*stroke: #00CEC4;*/
stroke: #FFFFFF;
}
.icon-loader {
box-shadow: rgb(253, 253, 253) 0px 0px 4px 1px;
border-radius: 100px;
fill:#FFFFFF;
width: 160px;
height: 160px;
margin: 0px;
position: fixed;
animation: roll 1s infinite;
transform: rotate(30deg);
/*transition: transform .8s ease-in-out;*/
}
@keyframes roll {
0% {
transform: rotate(0);
}
10% {
transform: rotate(30deg);
}
20% {
transform: rotate(-30deg);
}
30% {
transform: rotate(10deg);
}
40% {
transform: rotate(-10deg);
}
100% {
transform: rotate(0);
}
}
.icon-loader:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.header {
user-select: none;
display: grid;
text-align: center;
background: rgb(0, 191, 210);
height: 100px;
color: white;
font-size: 21px;
}
.header:hover {
transform: rotate(360deg);
}
/*bug fix at md-select*/
/*.mat-select-placeholder {
font-size: 14px;
&.mat-floating-placeholder {
top:-18px !important;
}
}
.mat-select-trigger {
height: 2.4vh !important;
min-height: 23px !important;
margin-bottom: 18px;
}*/ | src/main/webapp/css/style.css | @font-face {
font-family: jovasFont;
src: url(/resource/fonts/Quicksand_Light.otf);
}
body {
font-family: jovasFont;
float: left;
width: 100%;
}
loader-spinner {
width: 100%;
height: 100%;
background: rgba(79, 88, 110, 1);
margin: 0px;
padding: 0px;
position: absolute;
}
loader-spinner #spinner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
loader-spinner md-progress-circular {
box-shadow: rgb(40, 228, 247) 0px 0px 22px 1px;
border-radius: 100px;
}
/*loader-spinner span {
animation-duration: 1s;
font-family: monospace;
letter-spacing: 4px;
font-size: 12px;
margin-left: 6px;
}
*/
button.button-menu.md-button {
height: 100%;
width: 110px;
margin-bottom: -6px;
border-bottom: 3px solid rgba(0, 0, 0, 0);
}
button.button-menu.md-button:hover {
border-bottom: 3px solid #00CEC4;
}
button.button-menu.md-button.active {
border-bottom: 3px solid #00CEC4;
}
img.logo {
padding: 0px 10px 0px 0px;
width: 221px;
}
.dashboard .paneljovas{
/*min-height: 650px;*/
margin: 10px 5%;
min-width: 700px;
/*max-width: 100px;*/
}
.tabela-jovas {
margin: 10px 5%;
min-width: 700px;
}
button.md-raised{
background: #00CEC4;
height: 50px;
width: 120px;
border-radius: 20px;
}
md-content.md-default-theme, md-content {
background-color: #FFFFFF;
}
md-progress-circular svg path {
/*stroke: #00CEC4;*/
stroke: #FFFFFF;
}
.icon-loader {
box-shadow: rgb(253, 253, 253) 0px 0px 4px 1px;
border-radius: 100px;
fill:#FFFFFF;
width: 160px;
height: 160px;
margin: 0px;
position: fixed;
animation: roll 1s infinite;
transform: rotate(30deg);
/*transition: transform .8s ease-in-out;*/
}
@keyframes roll {
0% {
transform: rotate(0);
}
10% {
transform: rotate(30deg);
}
20% {
transform: rotate(-30deg);
}
30% {
transform: rotate(10deg);
}
40% {
transform: rotate(-10deg);
}
100% {
transform: rotate(0);
}
}
.icon-loader:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.header {
user-select: none;
display: grid;
text-align: center;
background: rgb(0, 191, 210);
height: 100px;
color: white;
font-size: 21px;
}
.header:hover {
transform: rotate(360deg);
}
/*bug fix at md-select*/
/*.mat-select-placeholder {
font-size: 14px;
&.mat-floating-placeholder {
top:-18px !important;
}
}
.mat-select-trigger {
height: 2.4vh !important;
min-height: 23px !important;
margin-bottom: 18px;
}*/ | 0.422028 | 0.102844 |
body {
color: #343a40;
background: #f5f5f5;
font: 600 16px/18px 'Open Sans', sans-serif;
}
*,
:after,
:before {
box-sizing: border-box
}
.clearfix:after,
.clearfix:before {
content: '';
display: table
}
.clearfix:after {
clear: both;
display: block
}
a {
color: inherit;
text-decoration: none;
}
input,
button {
outline: none;
border: none;
}
.login-wrap {
width: 30%;
margin: 0 auto;
/*
max-width: 525px;
min-height: 670px;
position: relative;
/*
background:url(../img/bg.jpg) no-repeat center;
border-radius: .5rem;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
*/
}
.login-html {
width: 40%;
height: 85%;
padding: 20px;
margin: 5% auto auto auto;
min-width: 250px;
min-height: 500px;
/*
background: rgba(40, 57, 101, .9);
background: rgba(255, 102, 102, .9);
*/
border-radius: .5rem;
}
.login-html .sign-in-htm,
.login-html .sign-up-htm {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
display: none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button {
text-transform: uppercase;
}
.login-html .tab {
color: #6c757d;
font-size: 1.2rem;
font-weight: bold;
margin-right: 15px;
padding-bottom: 5px;
margin: 0 15px 10px 0;
display: inline-block;
border-bottom: 2px solid transparent;
}
.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
color: #3d95f3;
border-color: #1161ee;
}
.login-form {
min-height: 345px;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.login-form .group {
margin-bottom: .8rem;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
width: 100%;
color: white;
display: block;
}
.login-form .group .input,
.login-form .group .button {
padding: 10px 20px;
/*
border: none;
border-radius: 25px;
background: rgba(255, 255, 255, .1);
*/
}
.login-form .group input[data-type="password"] {
text-security: circle;
-webkit-text-security: circle;
}
.login-form .group .label {
color: #aaa;
font-size: 12px;
}
.login-form .group .button {
background: #1161ee;
border-radius: .25rem;
}
.login-form .group label .icon {
width: 15px;
height: 15px;
border-radius: 2px;
border: 1px solid gray;
position: relative;
display: inline-block;
background: rgba(255, 255, 255, .1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after {
content: '';
width: 10px;
height: 2px;
background: #fff;
position: absolute;
-webkit-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
.login-form .group label .icon:before {
left: 3px;
width: 5px;
bottom: 6px;
-webkit-transform: scale(0) rotate(0);
-ms-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group label .icon:after {
top: 6px;
right: 0;
-webkit-transform: scale(0) rotate(0);
-ms-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group .check:checked+label {
font-size: .9rem;
font-weight: normal;
/*
color: #fff;
*/
}
.login-form .group .check:checked+label .icon {
background: #1161ee;
border: none;
}
.login-form .group .check:checked+label .icon:before {
-webkit-transform: scale(1) rotate(45deg);
-ms-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
.login-form .group .check:checked+label .icon:after {
-webkit-transform: scale(1) rotate(-45deg);
-ms-transform: scale(1) rotate(-45deg);
transform: scale(1) rotate(-45deg);
}
.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.hr {
height: 2px;
margin: 60px 0 50px 0;
background: rgba(255, 255, 255, .2);
}
.foot-lnk {
text-align: center;
}
.input {
display: block;
width: 100% !important;
padding: .375rem .75rem !important;
font-size: 1rem !important;
line-height: 1.5 !important;
color: #495057 !important;
background-color: #fff !important;
background-clip: padding-box !important;
border: 1px solid #ced4da !important;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.button{
font-size: 1.2rem;
}
.page-logo{
text-align: center;
margin-bottom: 20px;
}
.page-logo img{
display: inline-block;
height: 80px;
width: auto;
}
.login-html{
text-align: center;
}
.login-form label{
text-align: left;
}
.login-form .group:nth-of-type(3){
text-align: left;
}
.group {
text-align: left;
}
.error {
font-size: .7rem;
font-weight: thin;
color: #ee4354;
} | DingdongBook/bin/Release/Publish/Content/styles.css | body {
color: #343a40;
background: #f5f5f5;
font: 600 16px/18px 'Open Sans', sans-serif;
}
*,
:after,
:before {
box-sizing: border-box
}
.clearfix:after,
.clearfix:before {
content: '';
display: table
}
.clearfix:after {
clear: both;
display: block
}
a {
color: inherit;
text-decoration: none;
}
input,
button {
outline: none;
border: none;
}
.login-wrap {
width: 30%;
margin: 0 auto;
/*
max-width: 525px;
min-height: 670px;
position: relative;
/*
background:url(../img/bg.jpg) no-repeat center;
border-radius: .5rem;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
*/
}
.login-html {
width: 40%;
height: 85%;
padding: 20px;
margin: 5% auto auto auto;
min-width: 250px;
min-height: 500px;
/*
background: rgba(40, 57, 101, .9);
background: rgba(255, 102, 102, .9);
*/
border-radius: .5rem;
}
.login-html .sign-in-htm,
.login-html .sign-up-htm {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
display: none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button {
text-transform: uppercase;
}
.login-html .tab {
color: #6c757d;
font-size: 1.2rem;
font-weight: bold;
margin-right: 15px;
padding-bottom: 5px;
margin: 0 15px 10px 0;
display: inline-block;
border-bottom: 2px solid transparent;
}
.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
color: #3d95f3;
border-color: #1161ee;
}
.login-form {
min-height: 345px;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.login-form .group {
margin-bottom: .8rem;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
width: 100%;
color: white;
display: block;
}
.login-form .group .input,
.login-form .group .button {
padding: 10px 20px;
/*
border: none;
border-radius: 25px;
background: rgba(255, 255, 255, .1);
*/
}
.login-form .group input[data-type="password"] {
text-security: circle;
-webkit-text-security: circle;
}
.login-form .group .label {
color: #aaa;
font-size: 12px;
}
.login-form .group .button {
background: #1161ee;
border-radius: .25rem;
}
.login-form .group label .icon {
width: 15px;
height: 15px;
border-radius: 2px;
border: 1px solid gray;
position: relative;
display: inline-block;
background: rgba(255, 255, 255, .1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after {
content: '';
width: 10px;
height: 2px;
background: #fff;
position: absolute;
-webkit-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
.login-form .group label .icon:before {
left: 3px;
width: 5px;
bottom: 6px;
-webkit-transform: scale(0) rotate(0);
-ms-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group label .icon:after {
top: 6px;
right: 0;
-webkit-transform: scale(0) rotate(0);
-ms-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group .check:checked+label {
font-size: .9rem;
font-weight: normal;
/*
color: #fff;
*/
}
.login-form .group .check:checked+label .icon {
background: #1161ee;
border: none;
}
.login-form .group .check:checked+label .icon:before {
-webkit-transform: scale(1) rotate(45deg);
-ms-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
.login-form .group .check:checked+label .icon:after {
-webkit-transform: scale(1) rotate(-45deg);
-ms-transform: scale(1) rotate(-45deg);
transform: scale(1) rotate(-45deg);
}
.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.hr {
height: 2px;
margin: 60px 0 50px 0;
background: rgba(255, 255, 255, .2);
}
.foot-lnk {
text-align: center;
}
.input {
display: block;
width: 100% !important;
padding: .375rem .75rem !important;
font-size: 1rem !important;
line-height: 1.5 !important;
color: #495057 !important;
background-color: #fff !important;
background-clip: padding-box !important;
border: 1px solid #ced4da !important;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.button{
font-size: 1.2rem;
}
.page-logo{
text-align: center;
margin-bottom: 20px;
}
.page-logo img{
display: inline-block;
height: 80px;
width: auto;
}
.login-html{
text-align: center;
}
.login-form label{
text-align: left;
}
.login-form .group:nth-of-type(3){
text-align: left;
}
.group {
text-align: left;
}
.error {
font-size: .7rem;
font-weight: thin;
color: #ee4354;
} | 0.367724 | 0.070496 |
.ribbon {
height: 500px;
/* background-color: rgb(233, 36, 36); */
;
}
.lists {
list-style-type: none;
list-style-image: none;
}
.b-credit {
background: rgba(248, 80, 50, 1);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(0%, rgba(241, 111, 92, 1)), color-stop(0%, rgba(240, 47, 23, 1)), color-stop(50%, rgba(240, 47, 23, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(86%, rgba(255, 255, 255, 1)), color-stop(92%, rgba(255, 255, 255, 1)), color-stop(95%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffffff', GradientType=0);
background-repeat: no-repeat;
}
.b-confirm {
background: rgba(76, 148, 255, 1);
background: -moz-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 148, 255, 1)), color-stop(0%, rgba(231, 56, 39, 1)), color-stop(0%, rgba(76, 148, 255, 1)), color-stop(28%, rgba(76, 148, 255, 1)), color-stop(30%, rgba(76, 148, 255, 1)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: -o-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: -ms-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: linear-gradient(to bottom, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c94ff', endColorstr='#ffffff', GradientType=0);
}
.b-status {
background-color: #fff;
}
.form-c {
border-radius: 20px;
}
.tarjeta {
background-color: rgb(241, 208, 60);
}
.main {
background-color: rgb(235, 235, 235);
}
.wrapper-cp {
background: url('../img/back.jpg');
height: 500px;
width: 100%;
} | public/css/styles.css | .ribbon {
height: 500px;
/* background-color: rgb(233, 36, 36); */
;
}
.lists {
list-style-type: none;
list-style-image: none;
}
.b-credit {
background: rgba(248, 80, 50, 1);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(0%, rgba(241, 111, 92, 1)), color-stop(0%, rgba(240, 47, 23, 1)), color-stop(50%, rgba(240, 47, 23, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(86%, rgba(255, 255, 255, 1)), color-stop(92%, rgba(255, 255, 255, 1)), color-stop(95%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(240, 47, 23, 1) 0%, rgba(240, 47, 23, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffffff', GradientType=0);
background-repeat: no-repeat;
}
.b-confirm {
background: rgba(76, 148, 255, 1);
background: -moz-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 148, 255, 1)), color-stop(0%, rgba(231, 56, 39, 1)), color-stop(0%, rgba(76, 148, 255, 1)), color-stop(28%, rgba(76, 148, 255, 1)), color-stop(30%, rgba(76, 148, 255, 1)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: -o-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: -ms-linear-gradient(top, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
background: linear-gradient(to bottom, rgba(76, 148, 255, 1) 0%, rgba(231, 56, 39, 1) 0%, rgba(76, 148, 255, 1) 0%, rgba(76, 148, 255, 1) 28%, rgba(76, 148, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 50%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c94ff', endColorstr='#ffffff', GradientType=0);
}
.b-status {
background-color: #fff;
}
.form-c {
border-radius: 20px;
}
.tarjeta {
background-color: rgb(241, 208, 60);
}
.main {
background-color: rgb(235, 235, 235);
}
.wrapper-cp {
background: url('../img/back.jpg');
height: 500px;
width: 100%;
} | 0.507812 | 0.090414 |
body {
color: #766b5e;
background-color: #2A2725;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
}
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #c94f39;
}
a img {
border:none;
}
a.highlight {
padding: 0 0.1em;
}
a.highlight:hover {
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
color: #2A2725;
background: #c94f39;
}
a.button {
background: #766b5e;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding: 8px 15px;
font-size: 1.2em;
font-weight: bold;
font-family: "TF2 Build", Tahoma, sans-serif;
text-transform: uppercase;
display: inline-block;
margin: 2px 4px;
color: #ece3cb;
}
a.button:hover, #gobutton:focus {
background: #924738;
}
a.button:active {
color: #2a2725;
}
.clearfix {
clear: both;
}
/* Header */
#header {
height: 100px;
width: 100%;
padding: 20px 0 0;
position: fixed; top: 0;
background-color: #332e2b;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c2725), to(#3c3731));
background-image: -moz-linear-gradient(100% 100% 90deg, #3c3731, #2c2725);
border-bottom: 3px solid #766860;
z-index: 20;
}
#header .wrapper {
height: 100%;
position: relative;
}
/* Banner */
#banner {
float: left;
}
/* Title */
#title {
background: url('../images/logo.png') no-repeat 0 10px;
padding-left: 90px;
height: 100%;
}
#title h1 a {
font-size: 2em;
color: #ece3cb;
}
#title h1 strong {
font-size: 1.8em;
color: #ece3cb;
}
#title .shortabout {
color: #ece3cb;
font-size: 1.2em;
}
/* Profile */
#profile {
display: none;
}
#profile .avatar {
width: 72px;
height: 72px;
float: left;
border: 6px solid #766b5e;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#profile .avatar img {
width: 100%;
height: 100%;
}
#profile.online .avatar {
border-color: #86B5D9
}
#profile.in-game .avatar {
border-color: #8CB359
}
#profile .info {
float: left;
padding-left: 20px;
}
#profile .info a.name {
font-weight: bold;
font-size: 3em;
color: #ece3cb;
}
#profile .info li {
margin: 0;
float: left;
border-right: 1px solid #39332e;
display: inline-block;
}
#profile .info li a{
width: 30px;
height: 30px;
display: block;
text-indent: -9999px;
overflow: hidden;
background: #766b5e url('../images/sprites.png') no-repeat 999px 999px;
}
#profile .info li.first a{
-moz-border-radius: 8px 0 0 8px;
-webkit-border-radius: 8px 0 0 8px;
border-radius: 8px 0 0 8px;
}
#profile .info li.last a{
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0 8px 8px 0;
border-radius: 0 8px 8px 0;
}
#profile .info li a:hover{
background-color: #924738;
}
#profile .info .profile { background-position: -92px -60px; }
#profile .info .add { background-position: -92px 0; }
#profile .info .message { background-position: -92px -30px; }
/* Tools */
#tools {
float: right;
}
/* Search Form */
#search {
margin-right: 2px;
text-align: right;
}
#querybox {
color: #877e72;
font-size: 1.2em;
background: #574d42;
border: 2px solid #766b5e;
padding: 2px 4px;
width: 300px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#querybox:focus {
color: #ece3cb;
border-color: #924738;
background-color: #766b5e;
}
#gobutton {
background: #766b5e;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding: 3px 10px;
font-size: 1.2em;
font-weight: bold;
font-family: "TF2 Build", Tahoma, sans-serif;
text-transform: uppercase;
display: inline-block;
margin: 2px 4px;
color: #ece3cb;
border: 0;
cursor: default;
}
#gobutton:hover, #gobutton:focus {
background: #924738;
}
#gobutton:active {
color: #2a2725;
}
/* Buttons Box */
#menu {
margin-bottom: 12px;
text-align: right;
}
/* Options Menu */
#options {
position: absolute;
top: 103px; right: 0;
display: block;
width: 130px;
text-align: center;
background-color: #766860;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#766860), to(#52493C));
background-image: -moz-linear-gradient(100% 100% 90deg, #52493C, #766860);
border-width: 1px;
border-style: solid;
border-color: #3a342a #3E3931 #191614 #3F3932;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#options .title {
display: block;
margin: 2px auto 3px;
font-size: 1.2em;
font-weight: bold;
font-family: "TF2 Build", Tahoma, sans-serif;
text-transform: uppercase;
text-shadow:1px 1px 2px #000000;
color: #ece3cb;
}
#options ul {
border-top: 1px solid #3E3931;
display: none;
}
#options li {
border-top: 1px solid #8A7A69;
border-bottom: 1px solid #3E3931;
padding: 3px 10px;
font-weight: bold;
font-size: 1em;
}
#options li a {
color: #ECE3CB;
padding: 0;
}
#options li a:hover{
color: #c94f39;
}
#options li.last {
border-bottom: none;
}
/* Status Bar */
#status {
display: none;
position: absolute;
top: 103px; left: 0;
background-color: #766860;
border-width: 0 1px 1px;
border-style: solid;
border-color: #3a342a #3E3931 #191614 #3F3932;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#766860), to(#52493C));
background-image: -moz-linear-gradient(100% 100% 90deg, #52493C, #766860);
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
#status span {
height: 20px;
display: block;
background: no-repeat 0 center;
padding-left: 20px;
margin: 4px 8px;
color: #ECE3CB;
font-weight: bold;
font-size: 1.1em;
}
#status .loading {
background-image: url('../images/loading.gif');
}
#status .error {
background-image: url('../images/error.png');
}
/* Content */
#content {
margin-top: 120px;
background: #2A2725;
padding: 10px 10px;
-moz-box-shadow: 0px 0px 22px #000;
-webkit-box-shadow: 0px 0px 22px #000;
box-shadow: 0px 0px 22px #000;
}
.wrapper {
width: 976px;
margin: 0 auto;
}
#content h2 {
color: #ece3cb;
font-size: 2em;
margin: 10px 0 5px;
}
#content p {
margin-bottom: 2px;
}
#content strong {
color: #ece3cb;
}
#about {
width: 850px;
margin: 40px auto;
}
/* Footer */
#footer {
position:relative;
bottom: 0;
width: 100%;
padding: 10px 0;
color: #766b5e;
font-size: 0.8em;
text-align: center;
background: #38332e;
border-top: 3px solid #766b5e;
} | styles/main.css |
body {
color: #766b5e;
background-color: #2A2725;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
}
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #c94f39;
}
a img {
border:none;
}
a.highlight {
padding: 0 0.1em;
}
a.highlight:hover {
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
color: #2A2725;
background: #c94f39;
}
a.button {
background: #766b5e;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding: 8px 15px;
font-size: 1.2em;
font-weight: bold;
font-family: "TF2 Build", Tahoma, sans-serif;
text-transform: uppercase;
display: inline-block;
margin: 2px 4px;
color: #ece3cb;
}
a.button:hover, #gobutton:focus {
background: #924738;
}
a.button:active {
color: #2a2725;
}
.clearfix {
clear: both;
}
/* Header */
#header {
height: 100px;
width: 100%;
padding: 20px 0 0;
position: fixed; top: 0;
background-color: #332e2b;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c2725), to(#3c3731));
background-image: -moz-linear-gradient(100% 100% 90deg, #3c3731, #2c2725);
border-bottom: 3px solid #766860;
z-index: 20;
}
#header .wrapper {
height: 100%;
position: relative;
}
/* Banner */
#banner {
float: left;
}
/* Title */
#title {
background: url('../images/logo.png') no-repeat 0 10px;
padding-left: 90px;
height: 100%;
}
#title h1 a {
font-size: 2em;
color: #ece3cb;
}
#title h1 strong {
font-size: 1.8em;
color: #ece3cb;
}
#title .shortabout {
color: #ece3cb;
font-size: 1.2em;
}
/* Profile */
#profile {
display: none;
}
#profile .avatar {
width: 72px;
height: 72px;
float: left;
border: 6px solid #766b5e;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#profile .avatar img {
width: 100%;
height: 100%;
}
#profile.online .avatar {
border-color: #86B5D9
}
#profile.in-game .avatar {
border-color: #8CB359
}
#profile .info {
float: left;
padding-left: 20px;
}
#profile .info a.name {
font-weight: bold;
font-size: 3em;
color: #ece3cb;
}
#profile .info li {
margin: 0;
float: left;
border-right: 1px solid #39332e;
display: inline-block;
}
#profile .info li a{
width: 30px;
height: 30px;
display: block;
text-indent: -9999px;
overflow: hidden;
background: #766b5e url('../images/sprites.png') no-repeat 999px 999px;
}
#profile .info li.first a{
-moz-border-radius: 8px 0 0 8px;
-webkit-border-radius: 8px 0 0 8px;
border-radius: 8px 0 0 8px;
}
#profile .info li.last a{
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0 8px 8px 0;
border-radius: 0 8px 8px 0;
}
#profile .info li a:hover{
background-color: #924738;
}
#profile .info .profile { background-position: -92px -60px; }
#profile .info .add { background-position: -92px 0; }
#profile .info .message { background-position: -92px -30px; }
/* Tools */
#tools {
float: right;
}
/* Search Form */
#search {
margin-right: 2px;
text-align: right;
}
#querybox {
color: #877e72;
font-size: 1.2em;
background: #574d42;
border: 2px solid #766b5e;
padding: 2px 4px;
width: 300px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#querybox:focus {
color: #ece3cb;
border-color: #924738;
background-color: #766b5e;
}
#gobutton {
background: #766b5e;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding: 3px 10px;
font-size: 1.2em;
font-weight: bold;
font-family: "TF2 Build", Tahoma, sans-serif;
text-transform: uppercase;
display: inline-block;
margin: 2px 4px;
color: #ece3cb;
border: 0;
cursor: default;
}
#gobutton:hover, #gobutton:focus {
background: #924738;
}
#gobutton:active {
color: #2a2725;
}
/* Buttons Box */
#menu {
margin-bottom: 12px;
text-align: right;
}
/* Options Menu */
#options {
position: absolute;
top: 103px; right: 0;
display: block;
width: 130px;
text-align: center;
background-color: #766860;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#766860), to(#52493C));
background-image: -moz-linear-gradient(100% 100% 90deg, #52493C, #766860);
border-width: 1px;
border-style: solid;
border-color: #3a342a #3E3931 #191614 #3F3932;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#options .title {
display: block;
margin: 2px auto 3px;
font-size: 1.2em;
font-weight: bold;
font-family: "TF2 Build", Tahoma, sans-serif;
text-transform: uppercase;
text-shadow:1px 1px 2px #000000;
color: #ece3cb;
}
#options ul {
border-top: 1px solid #3E3931;
display: none;
}
#options li {
border-top: 1px solid #8A7A69;
border-bottom: 1px solid #3E3931;
padding: 3px 10px;
font-weight: bold;
font-size: 1em;
}
#options li a {
color: #ECE3CB;
padding: 0;
}
#options li a:hover{
color: #c94f39;
}
#options li.last {
border-bottom: none;
}
/* Status Bar */
#status {
display: none;
position: absolute;
top: 103px; left: 0;
background-color: #766860;
border-width: 0 1px 1px;
border-style: solid;
border-color: #3a342a #3E3931 #191614 #3F3932;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#766860), to(#52493C));
background-image: -moz-linear-gradient(100% 100% 90deg, #52493C, #766860);
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
#status span {
height: 20px;
display: block;
background: no-repeat 0 center;
padding-left: 20px;
margin: 4px 8px;
color: #ECE3CB;
font-weight: bold;
font-size: 1.1em;
}
#status .loading {
background-image: url('../images/loading.gif');
}
#status .error {
background-image: url('../images/error.png');
}
/* Content */
#content {
margin-top: 120px;
background: #2A2725;
padding: 10px 10px;
-moz-box-shadow: 0px 0px 22px #000;
-webkit-box-shadow: 0px 0px 22px #000;
box-shadow: 0px 0px 22px #000;
}
.wrapper {
width: 976px;
margin: 0 auto;
}
#content h2 {
color: #ece3cb;
font-size: 2em;
margin: 10px 0 5px;
}
#content p {
margin-bottom: 2px;
}
#content strong {
color: #ece3cb;
}
#about {
width: 850px;
margin: 40px auto;
}
/* Footer */
#footer {
position:relative;
bottom: 0;
width: 100%;
padding: 10px 0;
color: #766b5e;
font-size: 0.8em;
text-align: center;
background: #38332e;
border-top: 3px solid #766b5e;
} | 0.263979 | 0.100392 |
@import '../../styles/variables.css';
:root {
--switcher-width: 32px;
--switcher-height: 20px;
--switcher-border-radius: calc(var(--switcher-height) / 2);
--switcher-dot-size: 16px;
--switcher-background-color: #b8b8b8;
--switcher-active-background-color: #ccc;
--switcher-checked-background-color: #4cd964;
--switcher-checked-active-background-color: #59ee72;
--switcher-dot-color: #fff;
--switcher-active-dot-color: #f6fff7;
--switcher-transition-duration: var(--default-transition-duration);
--switcher-label-font-family: var(--default-font-family);
--switcher-label-font-size: 15px;
--switcher-active-offset: calc(
var(--switcher-width) - var(--switcher-dot-size) -
((var(--switcher-height) - var(--switcher-dot-size)) / 2)
);
--switcher-danger-background-color: var(--color-danger);
--switcher-danger-active-background-color: color-mod(
var(--color-danger) lightness(+8%)
);
--switcher-hint-font-size: var(--default-font-size-small);
--switcher-hint-color: #aaa;
--switcher-hint-font-family: var(--switcher-label-font-family);
--switcher-description-font-family: var(--switcher-label-font-family);
--switcher-description-font-size: var(--default-font-size-small);
--switcher-description-line-height: 1.3;
}
.container,
.switcher {
all: initial;
}
.wrapper {
line-height: 0;
}
.container {
display: inline-flex;
flex-direction: row;
box-sizing: border-box;
height: var(--switcher-height);
vertical-align: middle;
justify-content: flex-start;
align-content: center;
align-items: center;
max-width: 100%;
&:hover {
& .switcher {
background-color: var(--switcher-active-background-color);
&::before {
background-color: color-mod(var(--switcher-dot-color) alpha(98%));
box-shadow: 0 2px 2px 0 color-mod(#000 alpha(30%));
}
}
&.checked {
& .switcher {
background-color: var(--switcher-checked-active-background-color);
}
}
}
}
.danger {
&.checked {
& .switcher {
background-color: var(--switcher-danger-background-color) !important;
}
&:hover {
& .switcher {
background-color: var(
--switcher-danger-active-background-color
) !important;
}
}
}
}
.input {
display: none;
}
.switcher {
position: relative;
display: block;
box-sizing: border-box;
width: var(--switcher-width);
height: var(--switcher-height);
cursor: pointer;
user-select: none;
transition: background var(--switcher-transition-duration) ease;
border-radius: var(--switcher-border-radius);
background-color: var(--switcher-background-color);
flex: 0 0 auto;
&::before {
position: absolute;
top: calc((var(--switcher-height) - var(--switcher-dot-size)) / 2);
left: calc((var(--switcher-height) - var(--switcher-dot-size)) / 2);
display: block;
width: var(--switcher-dot-size);
height: var(--switcher-dot-size);
content: '';
transition: background var(--switcher-transition-duration) ease,
left var(--switcher-transition-duration) ease,
box-shadow var(--switcher-transition-duration) ease;
transform: translateZ(0);
border-radius: 100%;
background-color: var(--switcher-dot-color);
}
&:active {
background-color: var(--switcher-active-background-color);
&::before {
background-color: var(--switcher-active-dot-color);
box-shadow: 0 1px 0 0 color-mod(#000 alpha(30%));
}
}
}
.disabled {
cursor: not-allowed;
opacity: 0.7;
& .switcher {
cursor: not-allowed;
background-color: var(--switcher-background-color) !important;
&::before {
background-color: var(--switcher-dot-color);
box-shadow: none !important;
}
}
& .label {
cursor: not-allowed;
}
&.checked {
& .switcher {
background-color: var(--switcher-checked-background-color) !important;
}
&.danger {
& .switcher {
background-color: var(--switcher-danger-background-color) !important;
}
}
}
&:hover {
& .switcher {
background-color: var(--switcher-background-color) !important;
}
&.checked {
& .switcher {
background-color: var(--switcher-checked-background-color) !important;
}
&.danger {
& .switcher {
background-color: var(--switcher-danger-background-color) !important;
}
}
}
}
}
.checked {
& .switcher {
background-color: var(--switcher-checked-background-color);
&::before {
left: var(--switcher-active-offset);
background-color: var(--switcher-active-dot-color);
}
/*&:hover {
background-color: var(--switcher-checked-active-background-color);
}*/
}
}
.label {
display: inline;
padding-left: 14px;
cursor: pointer;
user-select: none;
font-family: var(--switcher-label-font-family);
font-size: var(--switcher-label-font-size);
@mixin text-overflow-ellipsis;
& b,
& strong {
font-weight: 500;
}
}
.hint {
font-family: var(--switcher-hint-font-family);
padding-top: 6px;
padding-left: 46px;
cursor: default;
user-select: none;
font-size: var(--switcher-hint-font-size);
line-height: 1.3;
color: var(--switcher-hint-color);
}
.description {
display: block;
font-family: var(--switcher-description-font-family);
font-size: var(--switcher-description-font-size);
line-height: var(--switcher-description-line-height);
margin-bottom: calc(var(--default-padding) / 2);
} | src/components/Switcher/Switcher.css | @import '../../styles/variables.css';
:root {
--switcher-width: 32px;
--switcher-height: 20px;
--switcher-border-radius: calc(var(--switcher-height) / 2);
--switcher-dot-size: 16px;
--switcher-background-color: #b8b8b8;
--switcher-active-background-color: #ccc;
--switcher-checked-background-color: #4cd964;
--switcher-checked-active-background-color: #59ee72;
--switcher-dot-color: #fff;
--switcher-active-dot-color: #f6fff7;
--switcher-transition-duration: var(--default-transition-duration);
--switcher-label-font-family: var(--default-font-family);
--switcher-label-font-size: 15px;
--switcher-active-offset: calc(
var(--switcher-width) - var(--switcher-dot-size) -
((var(--switcher-height) - var(--switcher-dot-size)) / 2)
);
--switcher-danger-background-color: var(--color-danger);
--switcher-danger-active-background-color: color-mod(
var(--color-danger) lightness(+8%)
);
--switcher-hint-font-size: var(--default-font-size-small);
--switcher-hint-color: #aaa;
--switcher-hint-font-family: var(--switcher-label-font-family);
--switcher-description-font-family: var(--switcher-label-font-family);
--switcher-description-font-size: var(--default-font-size-small);
--switcher-description-line-height: 1.3;
}
.container,
.switcher {
all: initial;
}
.wrapper {
line-height: 0;
}
.container {
display: inline-flex;
flex-direction: row;
box-sizing: border-box;
height: var(--switcher-height);
vertical-align: middle;
justify-content: flex-start;
align-content: center;
align-items: center;
max-width: 100%;
&:hover {
& .switcher {
background-color: var(--switcher-active-background-color);
&::before {
background-color: color-mod(var(--switcher-dot-color) alpha(98%));
box-shadow: 0 2px 2px 0 color-mod(#000 alpha(30%));
}
}
&.checked {
& .switcher {
background-color: var(--switcher-checked-active-background-color);
}
}
}
}
.danger {
&.checked {
& .switcher {
background-color: var(--switcher-danger-background-color) !important;
}
&:hover {
& .switcher {
background-color: var(
--switcher-danger-active-background-color
) !important;
}
}
}
}
.input {
display: none;
}
.switcher {
position: relative;
display: block;
box-sizing: border-box;
width: var(--switcher-width);
height: var(--switcher-height);
cursor: pointer;
user-select: none;
transition: background var(--switcher-transition-duration) ease;
border-radius: var(--switcher-border-radius);
background-color: var(--switcher-background-color);
flex: 0 0 auto;
&::before {
position: absolute;
top: calc((var(--switcher-height) - var(--switcher-dot-size)) / 2);
left: calc((var(--switcher-height) - var(--switcher-dot-size)) / 2);
display: block;
width: var(--switcher-dot-size);
height: var(--switcher-dot-size);
content: '';
transition: background var(--switcher-transition-duration) ease,
left var(--switcher-transition-duration) ease,
box-shadow var(--switcher-transition-duration) ease;
transform: translateZ(0);
border-radius: 100%;
background-color: var(--switcher-dot-color);
}
&:active {
background-color: var(--switcher-active-background-color);
&::before {
background-color: var(--switcher-active-dot-color);
box-shadow: 0 1px 0 0 color-mod(#000 alpha(30%));
}
}
}
.disabled {
cursor: not-allowed;
opacity: 0.7;
& .switcher {
cursor: not-allowed;
background-color: var(--switcher-background-color) !important;
&::before {
background-color: var(--switcher-dot-color);
box-shadow: none !important;
}
}
& .label {
cursor: not-allowed;
}
&.checked {
& .switcher {
background-color: var(--switcher-checked-background-color) !important;
}
&.danger {
& .switcher {
background-color: var(--switcher-danger-background-color) !important;
}
}
}
&:hover {
& .switcher {
background-color: var(--switcher-background-color) !important;
}
&.checked {
& .switcher {
background-color: var(--switcher-checked-background-color) !important;
}
&.danger {
& .switcher {
background-color: var(--switcher-danger-background-color) !important;
}
}
}
}
}
.checked {
& .switcher {
background-color: var(--switcher-checked-background-color);
&::before {
left: var(--switcher-active-offset);
background-color: var(--switcher-active-dot-color);
}
/*&:hover {
background-color: var(--switcher-checked-active-background-color);
}*/
}
}
.label {
display: inline;
padding-left: 14px;
cursor: pointer;
user-select: none;
font-family: var(--switcher-label-font-family);
font-size: var(--switcher-label-font-size);
@mixin text-overflow-ellipsis;
& b,
& strong {
font-weight: 500;
}
}
.hint {
font-family: var(--switcher-hint-font-family);
padding-top: 6px;
padding-left: 46px;
cursor: default;
user-select: none;
font-size: var(--switcher-hint-font-size);
line-height: 1.3;
color: var(--switcher-hint-color);
}
.description {
display: block;
font-family: var(--switcher-description-font-family);
font-size: var(--switcher-description-font-size);
line-height: var(--switcher-description-line-height);
margin-bottom: calc(var(--default-padding) / 2);
} | 0.478529 | 0.069858 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
* {
padding: 0px;
margin: 0px;
font-family: 'Open Sans', sans-serif;
}
html, body {
width: 100%;
height: 100%;
}
@media (min-width: 500px){
.form {
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../../images/ae.jpg");
background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../../images/ae.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
}
.form {
width: 100%;
height: 100%;
min-height: 550px;
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;
overflow: hidden;
min-width: 320px;
}
.form form {
width: 350px;
height: 550px;
max-height: 650px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px 20px 70px 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
text-align: center;
overflow: hidden;
}
.form form .headline {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 30px;
font-weight: bold;
color: #e74c3c;
}
.form form .social-media {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.form form .social-media a {
display: block;
width: calc(50% - 25px);
float: left;
background-color: #4267B2;
margin-left: 5px;
height: 33px;
line-height: 33px;
color: #ffffff;
font-weight: bold;
font-size: 13px;
border-radius: 0.25rem;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.form form .social-media a:hover {
background-color: #426792;
}
.form form .social-media a:first-child {
background-color: #ffffff;
border: 0.5px solid #eee;
color: #555;
margin: 0px 5px 0px 0px;
}
.form form .social-media a:first-child:hover {
background-color: #f6f6f6;
}
.form form .social-media img {
display: block;
width: 20px;
float: left;
height: 20px;
margin: 6px 10px;
}
.form form .or {
font-size: 12px;
position: relative;
color: #555;
}
.form form .or::before {
content: "";
position: absolute;
width: 50px;
height: 0;
border-top: 1px solid #555;
bottom: 9px;
left: 25px;
}
.form form .or::after {
content: "";
position: absolute;
width: 50px;
height: 0;
border-top: 1px solid #555;
bottom: 9px;
right: 25px;
}
.form form .alert {
height: 35px;
font-size: 12px;
line-height: 12px;
margin: 0px;
}
.form form input {
font-size: 13px;
}
.form form .mx {
width: 100%;
}
.form form .btn-submit {
background-color: #2980B9;
color: white;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.form form .btn-submit:hover {
background-color: #2980cf;
}
.form form input:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
border-color: #fff;
}
.form form .mini-link {
font-size: 12px;
color: #555;
}
.form form .under-form {
width: 100%;
height: 50px;
background-color: #e74c3c;
text-align: center;
line-height: 50px;
position: absolute;
left: 0px;
bottom: 0px;
}
.form form .under-form a {
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 14px;
width: 100%;
height: 100%;
display: block;
}
@media (max-width: 500px) {
.form {
overflow: visible;
}
.form form {
width: 100% !important;
min-height: 100%;
border-radius: 0px;
overflow: visible;
}
}
.form form >div> div{
width: 100%;
text-align: center;
position: relative;
}
.form span.errorInput{
position: absolute;
font-size: 11px;
top:-20px;
left: 5px;
color:rgb(145, 11, 11)
}
.wrapper{
width: 80%;
}
.validInput{
box-shadow: 0 0 0 0.2rem rgba(29, 162, 40, 0.5);
color: rgb(29, 162, 40) !important
}
.invalidInput{
box-shadow: 0 0 0 0.2rem rgba(145, 11, 11, 0.5);
color: rgb(145, 11, 11) !important
}
.invalidInput:focus,.validInput:focus{
color:#495057 !important
}
/*# sourceMappingURL=register.css.map */ | web/assets/css/security/register.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
* {
padding: 0px;
margin: 0px;
font-family: 'Open Sans', sans-serif;
}
html, body {
width: 100%;
height: 100%;
}
@media (min-width: 500px){
.form {
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../../images/ae.jpg");
background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../../images/ae.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
}
.form {
width: 100%;
height: 100%;
min-height: 550px;
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;
overflow: hidden;
min-width: 320px;
}
.form form {
width: 350px;
height: 550px;
max-height: 650px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px 20px 70px 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
text-align: center;
overflow: hidden;
}
.form form .headline {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 30px;
font-weight: bold;
color: #e74c3c;
}
.form form .social-media {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.form form .social-media a {
display: block;
width: calc(50% - 25px);
float: left;
background-color: #4267B2;
margin-left: 5px;
height: 33px;
line-height: 33px;
color: #ffffff;
font-weight: bold;
font-size: 13px;
border-radius: 0.25rem;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.form form .social-media a:hover {
background-color: #426792;
}
.form form .social-media a:first-child {
background-color: #ffffff;
border: 0.5px solid #eee;
color: #555;
margin: 0px 5px 0px 0px;
}
.form form .social-media a:first-child:hover {
background-color: #f6f6f6;
}
.form form .social-media img {
display: block;
width: 20px;
float: left;
height: 20px;
margin: 6px 10px;
}
.form form .or {
font-size: 12px;
position: relative;
color: #555;
}
.form form .or::before {
content: "";
position: absolute;
width: 50px;
height: 0;
border-top: 1px solid #555;
bottom: 9px;
left: 25px;
}
.form form .or::after {
content: "";
position: absolute;
width: 50px;
height: 0;
border-top: 1px solid #555;
bottom: 9px;
right: 25px;
}
.form form .alert {
height: 35px;
font-size: 12px;
line-height: 12px;
margin: 0px;
}
.form form input {
font-size: 13px;
}
.form form .mx {
width: 100%;
}
.form form .btn-submit {
background-color: #2980B9;
color: white;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.form form .btn-submit:hover {
background-color: #2980cf;
}
.form form input:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
border-color: #fff;
}
.form form .mini-link {
font-size: 12px;
color: #555;
}
.form form .under-form {
width: 100%;
height: 50px;
background-color: #e74c3c;
text-align: center;
line-height: 50px;
position: absolute;
left: 0px;
bottom: 0px;
}
.form form .under-form a {
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 14px;
width: 100%;
height: 100%;
display: block;
}
@media (max-width: 500px) {
.form {
overflow: visible;
}
.form form {
width: 100% !important;
min-height: 100%;
border-radius: 0px;
overflow: visible;
}
}
.form form >div> div{
width: 100%;
text-align: center;
position: relative;
}
.form span.errorInput{
position: absolute;
font-size: 11px;
top:-20px;
left: 5px;
color:rgb(145, 11, 11)
}
.wrapper{
width: 80%;
}
.validInput{
box-shadow: 0 0 0 0.2rem rgba(29, 162, 40, 0.5);
color: rgb(29, 162, 40) !important
}
.invalidInput{
box-shadow: 0 0 0 0.2rem rgba(145, 11, 11, 0.5);
color: rgb(145, 11, 11) !important
}
.invalidInput:focus,.validInput:focus{
color:#495057 !important
}
/*# sourceMappingURL=register.css.map */ | 0.323594 | 0.069415 |
.small {
font-size: 0.75em !important;
}
.small a {
font-size: 1em !important;
}
.small-90 {
font-size: 0.90em !important;
}
.small-85 {
font-size: 0.85em !important;
}
.small-80 {
font-size: 0.80em !important;
}
.small-75 {
font-size: 0.75em !important;
}
.small-70 {
font-size: 0.70em !important;
}
.small-65 {
font-size: 0.65em !important;
}
.small-60 {
font-size: 0.60em !important;
}
.small-55 {
font-size: 0.55em !important;
}
.small-50 {
font-size: 0.50em !important;
}
a {
color: #cccccc !important;
}
ul.no-bullet {
list-style: none;
}
li {
line-height: 1.5em !important;
}
li.slim {
line-height: 1.25em !important;
}
.break-sm {
margin-top: 2% !important;
}
.break {
margin-top: 5% !important;
}
.break-md {
margin-top: 10% !important;
}
.break-lg {
margin-top: 15% !important;
}
div.reveal img {
border-width: 0;
box-shadow: none;
}
.text-left {
display: block;
text-align: left;
}
.text-right {
display: block;
text-align: right;
}
.text-center {
text-align: center;
}
.strong {
font-weight: bold;
}
.underline {
text-decoration: underline;
}
.underline-block {
border-bottom: 1px solid white !important;
padding-bottom: 0.5em !important;
}
.no-upper {
text-transform: none;
}
.clear {
clear: both;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
table.table-layout {
border-width: 0;
border-collapse: collapse;
width: 90%;
margin: 0 auto;
}
table.table-layout > tbody > tr > td {
margin: 0;
padding: 0;
border-width: 0;
}
.pre {
font-family: monospace;
display: inline-block;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
}
.pre .highlight {
color: white;
}
.block-pre {
font-family: monospace;
display: inline-block;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
background: #1E2022;
padding: 0.5em;
}
.block-pre .highlight {
color: white;
}
.inline-pre {
font-family: monospace;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
display: inline-block;
font-size: 0.8em;
line-height: 1.1em;
}
.inline-pre .highlight {
color: white;
}
.reveal section pre {
font-family: monospace;
display: inline-block;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
background: #1E2022;
padding: 0.5em;
}
.reveal section pre .highlight {
color: white;
}
span.pre {
font-family: monospace;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
display: inline-block;
font-size: 0.8em;
line-height: 1.1em;
}
span.pre .highlight {
color: white;
}
.two-column .col {
width: 45%;
margin: 0 2.5%;
float: left;
}
.two-column .col-33 {
width: 30%;
}
.two-column .col-66 {
width: 60%;
}
.reveal {
background: #003581;
color: white;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
color: white;
}
.reveal section > header h1,
.reveal section > header h2,
.reveal section > header h3,
.reveal section > header h4 {
color: #378fe7;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
} | css/custom.css | .small {
font-size: 0.75em !important;
}
.small a {
font-size: 1em !important;
}
.small-90 {
font-size: 0.90em !important;
}
.small-85 {
font-size: 0.85em !important;
}
.small-80 {
font-size: 0.80em !important;
}
.small-75 {
font-size: 0.75em !important;
}
.small-70 {
font-size: 0.70em !important;
}
.small-65 {
font-size: 0.65em !important;
}
.small-60 {
font-size: 0.60em !important;
}
.small-55 {
font-size: 0.55em !important;
}
.small-50 {
font-size: 0.50em !important;
}
a {
color: #cccccc !important;
}
ul.no-bullet {
list-style: none;
}
li {
line-height: 1.5em !important;
}
li.slim {
line-height: 1.25em !important;
}
.break-sm {
margin-top: 2% !important;
}
.break {
margin-top: 5% !important;
}
.break-md {
margin-top: 10% !important;
}
.break-lg {
margin-top: 15% !important;
}
div.reveal img {
border-width: 0;
box-shadow: none;
}
.text-left {
display: block;
text-align: left;
}
.text-right {
display: block;
text-align: right;
}
.text-center {
text-align: center;
}
.strong {
font-weight: bold;
}
.underline {
text-decoration: underline;
}
.underline-block {
border-bottom: 1px solid white !important;
padding-bottom: 0.5em !important;
}
.no-upper {
text-transform: none;
}
.clear {
clear: both;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
table.table-layout {
border-width: 0;
border-collapse: collapse;
width: 90%;
margin: 0 auto;
}
table.table-layout > tbody > tr > td {
margin: 0;
padding: 0;
border-width: 0;
}
.pre {
font-family: monospace;
display: inline-block;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
}
.pre .highlight {
color: white;
}
.block-pre {
font-family: monospace;
display: inline-block;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
background: #1E2022;
padding: 0.5em;
}
.block-pre .highlight {
color: white;
}
.inline-pre {
font-family: monospace;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
display: inline-block;
font-size: 0.8em;
line-height: 1.1em;
}
.inline-pre .highlight {
color: white;
}
.reveal section pre {
font-family: monospace;
display: inline-block;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
background: #1E2022;
padding: 0.5em;
}
.reveal section pre .highlight {
color: white;
}
span.pre {
font-family: monospace;
width: auto;
letter-spacing: 0.2px;
color: #FFC66D;
display: inline-block;
font-size: 0.8em;
line-height: 1.1em;
}
span.pre .highlight {
color: white;
}
.two-column .col {
width: 45%;
margin: 0 2.5%;
float: left;
}
.two-column .col-33 {
width: 30%;
}
.two-column .col-66 {
width: 60%;
}
.reveal {
background: #003581;
color: white;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
color: white;
}
.reveal section > header h1,
.reveal section > header h2,
.reveal section > header h3,
.reveal section > header h4 {
color: #378fe7;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
} | 0.514156 | 0.332487 |
*,
:after,
:before {
box-sizing: border-box
}
a,
button {
-webkit-tap-highlight-color: transparent;
cursor: pointer
}
button {
margin: 0;
padding: 4px;
background: #111;
border: 1px solid #add8e6;
border: 0;
color: #add8e6;
box-shadow: 2px 2px 4px gray;
outline: none;
-webkit-transition: background .2s;
transition: background .2s;
border-radius: 0;
font-size: 0;
box-shadow: none;
background: transparent;
border-radius: 50%
}
button:focus {
box-shadow: 2px 2px 1rem #add8e6
}
button.cubetwo-active {
background: hsla(0, 0%, 100%, .2)
}
button.cubetwo-btn-adjust {
opacity: .2
}
.cubetwo-help-component,
.cubetwo-menu-component {
z-index: 2;
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: translateY(-50vh);
transform: translateY(-50vh);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
top: 0;
left: 0;
width: 100%;
min-height: 25vh;
border-bottom: 1px solid hsla(0, 0%, 100%, .2);
padding: .5em 0 4em;
color: #fff;
background: hsla(0, 0%, 7%, .96);
font-size: .8rem
}
.cubetwo-help-component.cubetwo-show-dialog,
.cubetwo-menu-component.cubetwo-show-dialog {
-webkit-transform: translateY(0);
transform: translateY(0)
}
@media (min-width:600px) {
.cubetwo-help-component,
.cubetwo-menu-component {
font-size: 1.2rem
}
}
.cubetwo-help-component>.cubetwo-github-link,
.cubetwo-menu-component>.cubetwo-github-link {
position: absolute;
bottom: 1rem;
right: 1rem;
-webkit-transition: .2s;
transition: .2s;
color: hsla(0, 0%, 100%, .5)
}
.cubetwo-help-component>.cubetwo-github-link:focus,
.cubetwo-menu-component>.cubetwo-github-link:focus {
color: #add8e6
}
.cubetwo-help-component .cubetwo-row,
.cubetwo-menu-component .cubetwo-row {
padding: .1em 0;
margin: 0 auto;
max-width: 40rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
-webkit-transition: .2s;
transition: .2s;
font-size: .8em
}
.cubetwo-help-component .cubetwo-device-info,
.cubetwo-menu-component .cubetwo-device-info {
text-align: center
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-groups,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-groups {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div i,
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div span,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div i,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div span {
font-size: inherit;
display: inline-block;
position: relative;
min-width: 1.4em
}
.cubetwo-menu-component .cubetwo-row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cubetwo-menu-component .cubetwo-btn {
font-size: 1rem;
border-radius: 0;
border: 1px solid #add8e6;
margin: 0 1rem;
padding: .5rem;
border-radius: 2px
}
.cubetwo-component {
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;
width: 100vmin;
height: 100vmin;
max-width: 100%;
margin: 0 auto;
position: relative;
overflow-x: hidden
}
.cubetwo-component.cubetwo-border-on-display-cubes [data-type=cubetwo] [data-type=cubetwo-display]>div {
border: 1px solid #111
}
.cubetwo-component.cubetwo-backface-visibility-hidden-on-display-cubes [data-type=cubetwo] [data-type=cubetwo-display]>div {
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.cubetwo-component.cubetwo-background-blend-mode-on-display-cubes [data-type=cubetwo] [data-type=cubetwo-display]>div>div {
background-blend-mode: multiply
}
.cubetwo-component>.cubetwo-button-grid {
padding: .5rem
}
.cubetwo-component>.cubetwo-button-grid button {
display: block
}
.cubetwo-component>.cubetwo-button-grid .cubetwo-button-space {
min-height: 32px;
margin-bottom: 1rem
}
.cubetwo-component>.cubetwo-column-left,
.cubetwo-component>.cubetwo-column-right {
position: absolute;
top: 0;
left: 0;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cubetwo-component>.cubetwo-column-left button,
.cubetwo-component>.cubetwo-column-right button {
margin-bottom: 1rem
}
@media (min-width:600px) {
.cubetwo-component>.cubetwo-column-left button,
.cubetwo-component>.cubetwo-column-right button {
margin-bottom: 2rem
}
}
.cubetwo-component>.cubetwo-column-right {
left: auto;
right: 0
}
.cubetwo-component>.cubetwo-row-bottom,
.cubetwo-component>.cubetwo-row-top {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cubetwo-component>.cubetwo-row-bottom {
top: auto;
bottom: 0
}
.cubetwo-rotation-view {
-webkit-transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1), -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
width: 50vmin;
height: 50vmin;
max-width: 100%;
-webkit-perspective: 5000px;
perspective: 5000px;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-20deg) rotateY(-30deg) rotate(0deg);
transform: rotateX(-20deg) rotateY(-30deg) rotate(0deg)
}
.cubetwo-rotation-view.spin {
-webkit-animation: spin-animation 16s linear infinite;
animation: spin-animation 16s linear infinite
}
.cubetwo-rotation-view .cubetwo-cube-group {
width: 50vmin;
height: 50vmin;
position: absolute;
top: 0;
left: 0;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cubetwo-cube-1,
.cubetwo-cube-5 {
position: absolute;
top: 0;
left: 0
}
.cubetwo-cube-2,
.cubetwo-cube-6 {
position: absolute;
top: 0;
right: 0
}
.cubetwo-cube-3,
.cubetwo-cube-7 {
position: absolute;
bottom: 0;
left: 0
}
.cubetwo-cube-4,
.cubetwo-cube-8 {
position: absolute;
bottom: 0;
right: 0
}
[data-type=cubetwo] {
width: 25vmin;
height: 25vmin;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
font-size: 1rem
}
[data-type=cubetwo]:focus {
outline: none
}
[data-type=cubetwo]:focus .cubetwo-cube[data-type=cubetwo-display]>div {
border-color: #add8e6
}
[data-type=cubetwo] .cubetwo-cube {
width: inherit;
height: inherit;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
[data-type=cubetwo] .cubetwo-cube [data-type=front] {
-webkit-transform: translateZ(25vmin);
transform: translateZ(25vmin)
}
[data-type=cubetwo] .cubetwo-cube [data-type=up] {
-webkit-transform: rotateX(-90deg) rotateY(180deg) rotate(180deg);
transform: rotateX(-90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: top center;
transform-origin: top center
}
[data-type=cubetwo] .cubetwo-cube [data-type=right] {
-webkit-transform: rotateY(-270deg);
transform: rotateY(-270deg);
-webkit-transform-origin: top right;
transform-origin: top right
}
[data-type=cubetwo] .cubetwo-cube [data-type=back] {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg)
}
[data-type=cubetwo] .cubetwo-cube [data-type=down] {
-webkit-transform: rotateX(90deg) rotateY(180deg) rotate(180deg);
transform: rotateX(90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: bottom center;
transform-origin: bottom center
}
[data-type=cubetwo] .cubetwo-cube [data-type=left] {
-webkit-transform: rotateY(270deg);
transform: rotateY(270deg);
-webkit-transform-origin: center left;
transform-origin: center left
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-display] {
-webkit-transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1), -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
position: relative
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-display]>div {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
width: inherit;
height: inherit;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0;
color: transparent
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-display]>div>div {
color: #111;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: hsla(0, 0%, 100%, .9);
background-position: 50%;
background-size: contain;
background-repeat: no-repeat
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-touch] {
width: inherit;
height: inherit;
position: absolute;
top: 0;
left: 0
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-touch]>div {
position: absolute;
top: 0;
left: 0;
width: inherit;
height: inherit;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
color: #222;
color: transparent;
cursor: pointer;
background: transparent;
font-size: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=front],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=front],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=front],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=front] {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=up],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=up],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=up],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=up] {
-webkit-transform: translateZ(-25vmin) rotateX(-90deg) rotateY(180deg) rotate(180deg);
transform: translateZ(-25vmin) rotateX(-90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: top center;
transform-origin: top center
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=right],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=right],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=right],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=right] {
-webkit-transform: translateZ(-25vmin) rotateY(-270deg);
transform: translateZ(-25vmin) rotateY(-270deg);
-webkit-transform-origin: top right;
transform-origin: top right
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=back],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=back],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=back],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=back] {
-webkit-transform: translateZ(-25vmin) rotateY(180deg);
transform: translateZ(-25vmin) rotateY(180deg)
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=down],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=down],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=down],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=down] {
-webkit-transform: translateZ(-25vmin) rotateX(90deg) rotateY(180deg) rotate(180deg);
transform: translateZ(-25vmin) rotateX(90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: bottom center;
transform-origin: bottom center
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=left],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=left],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=left],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=left] {
-webkit-transform: translateZ(-25vmin) rotateY(270deg);
transform: translateZ(-25vmin) rotateY(270deg);
-webkit-transform-origin: center left;
transform-origin: center left
}
@-webkit-keyframes spin-animation {
0% {
-webkit-transform: rotateY(0turn) rotateX(0turn) rotate(0);
transform: rotateY(0turn) rotateX(0turn) rotate(0)
}
to {
-webkit-transform: rotateY(3turn) rotateX(2turn) rotate(0);
transform: rotateY(3turn) rotateX(2turn) rotate(0)
}
}
@keyframes spin-animation {
0% {
-webkit-transform: rotateY(0turn) rotateX(0turn) rotate(0);
transform: rotateY(0turn) rotateX(0turn) rotate(0)
}
to {
-webkit-transform: rotateY(3turn) rotateX(2turn) rotate(0);
transform: rotateY(3turn) rotateX(2turn) rotate(0)
}
}
html {
font-size: 100%
}
body,
html {
min-height: 100%;
min-height: 100vh
}
body {
font-family: Helvetica, sans-serif;
color: #fff;
margin: 0;
background-color: #111
}
.body-wrapper {
position: relative;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-blend-mode: multiply;
-webkit-animation: page-fade-in 2s;
animation: page-fade-in 2s
}
@-webkit-keyframes page-fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes page-fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
} | html5-awesome/html5-css3-3d-cube-puzzle/css/style.css | *,
:after,
:before {
box-sizing: border-box
}
a,
button {
-webkit-tap-highlight-color: transparent;
cursor: pointer
}
button {
margin: 0;
padding: 4px;
background: #111;
border: 1px solid #add8e6;
border: 0;
color: #add8e6;
box-shadow: 2px 2px 4px gray;
outline: none;
-webkit-transition: background .2s;
transition: background .2s;
border-radius: 0;
font-size: 0;
box-shadow: none;
background: transparent;
border-radius: 50%
}
button:focus {
box-shadow: 2px 2px 1rem #add8e6
}
button.cubetwo-active {
background: hsla(0, 0%, 100%, .2)
}
button.cubetwo-btn-adjust {
opacity: .2
}
.cubetwo-help-component,
.cubetwo-menu-component {
z-index: 2;
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: translateY(-50vh);
transform: translateY(-50vh);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
top: 0;
left: 0;
width: 100%;
min-height: 25vh;
border-bottom: 1px solid hsla(0, 0%, 100%, .2);
padding: .5em 0 4em;
color: #fff;
background: hsla(0, 0%, 7%, .96);
font-size: .8rem
}
.cubetwo-help-component.cubetwo-show-dialog,
.cubetwo-menu-component.cubetwo-show-dialog {
-webkit-transform: translateY(0);
transform: translateY(0)
}
@media (min-width:600px) {
.cubetwo-help-component,
.cubetwo-menu-component {
font-size: 1.2rem
}
}
.cubetwo-help-component>.cubetwo-github-link,
.cubetwo-menu-component>.cubetwo-github-link {
position: absolute;
bottom: 1rem;
right: 1rem;
-webkit-transition: .2s;
transition: .2s;
color: hsla(0, 0%, 100%, .5)
}
.cubetwo-help-component>.cubetwo-github-link:focus,
.cubetwo-menu-component>.cubetwo-github-link:focus {
color: #add8e6
}
.cubetwo-help-component .cubetwo-row,
.cubetwo-menu-component .cubetwo-row {
padding: .1em 0;
margin: 0 auto;
max-width: 40rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
-webkit-transition: .2s;
transition: .2s;
font-size: .8em
}
.cubetwo-help-component .cubetwo-device-info,
.cubetwo-menu-component .cubetwo-device-info {
text-align: center
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-groups,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-groups {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div i,
.cubetwo-help-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div span,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div i,
.cubetwo-menu-component .cubetwo-device-info--keyboard .cubetwo-device-info-group>div span {
font-size: inherit;
display: inline-block;
position: relative;
min-width: 1.4em
}
.cubetwo-menu-component .cubetwo-row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cubetwo-menu-component .cubetwo-btn {
font-size: 1rem;
border-radius: 0;
border: 1px solid #add8e6;
margin: 0 1rem;
padding: .5rem;
border-radius: 2px
}
.cubetwo-component {
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;
width: 100vmin;
height: 100vmin;
max-width: 100%;
margin: 0 auto;
position: relative;
overflow-x: hidden
}
.cubetwo-component.cubetwo-border-on-display-cubes [data-type=cubetwo] [data-type=cubetwo-display]>div {
border: 1px solid #111
}
.cubetwo-component.cubetwo-backface-visibility-hidden-on-display-cubes [data-type=cubetwo] [data-type=cubetwo-display]>div {
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.cubetwo-component.cubetwo-background-blend-mode-on-display-cubes [data-type=cubetwo] [data-type=cubetwo-display]>div>div {
background-blend-mode: multiply
}
.cubetwo-component>.cubetwo-button-grid {
padding: .5rem
}
.cubetwo-component>.cubetwo-button-grid button {
display: block
}
.cubetwo-component>.cubetwo-button-grid .cubetwo-button-space {
min-height: 32px;
margin-bottom: 1rem
}
.cubetwo-component>.cubetwo-column-left,
.cubetwo-component>.cubetwo-column-right {
position: absolute;
top: 0;
left: 0;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cubetwo-component>.cubetwo-column-left button,
.cubetwo-component>.cubetwo-column-right button {
margin-bottom: 1rem
}
@media (min-width:600px) {
.cubetwo-component>.cubetwo-column-left button,
.cubetwo-component>.cubetwo-column-right button {
margin-bottom: 2rem
}
}
.cubetwo-component>.cubetwo-column-right {
left: auto;
right: 0
}
.cubetwo-component>.cubetwo-row-bottom,
.cubetwo-component>.cubetwo-row-top {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cubetwo-component>.cubetwo-row-bottom {
top: auto;
bottom: 0
}
.cubetwo-rotation-view {
-webkit-transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1), -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
width: 50vmin;
height: 50vmin;
max-width: 100%;
-webkit-perspective: 5000px;
perspective: 5000px;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-20deg) rotateY(-30deg) rotate(0deg);
transform: rotateX(-20deg) rotateY(-30deg) rotate(0deg)
}
.cubetwo-rotation-view.spin {
-webkit-animation: spin-animation 16s linear infinite;
animation: spin-animation 16s linear infinite
}
.cubetwo-rotation-view .cubetwo-cube-group {
width: 50vmin;
height: 50vmin;
position: absolute;
top: 0;
left: 0;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.cubetwo-cube-1,
.cubetwo-cube-5 {
position: absolute;
top: 0;
left: 0
}
.cubetwo-cube-2,
.cubetwo-cube-6 {
position: absolute;
top: 0;
right: 0
}
.cubetwo-cube-3,
.cubetwo-cube-7 {
position: absolute;
bottom: 0;
left: 0
}
.cubetwo-cube-4,
.cubetwo-cube-8 {
position: absolute;
bottom: 0;
right: 0
}
[data-type=cubetwo] {
width: 25vmin;
height: 25vmin;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
font-size: 1rem
}
[data-type=cubetwo]:focus {
outline: none
}
[data-type=cubetwo]:focus .cubetwo-cube[data-type=cubetwo-display]>div {
border-color: #add8e6
}
[data-type=cubetwo] .cubetwo-cube {
width: inherit;
height: inherit;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
[data-type=cubetwo] .cubetwo-cube [data-type=front] {
-webkit-transform: translateZ(25vmin);
transform: translateZ(25vmin)
}
[data-type=cubetwo] .cubetwo-cube [data-type=up] {
-webkit-transform: rotateX(-90deg) rotateY(180deg) rotate(180deg);
transform: rotateX(-90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: top center;
transform-origin: top center
}
[data-type=cubetwo] .cubetwo-cube [data-type=right] {
-webkit-transform: rotateY(-270deg);
transform: rotateY(-270deg);
-webkit-transform-origin: top right;
transform-origin: top right
}
[data-type=cubetwo] .cubetwo-cube [data-type=back] {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg)
}
[data-type=cubetwo] .cubetwo-cube [data-type=down] {
-webkit-transform: rotateX(90deg) rotateY(180deg) rotate(180deg);
transform: rotateX(90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: bottom center;
transform-origin: bottom center
}
[data-type=cubetwo] .cubetwo-cube [data-type=left] {
-webkit-transform: rotateY(270deg);
transform: rotateY(270deg);
-webkit-transform-origin: center left;
transform-origin: center left
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-display] {
-webkit-transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1);
transition: transform .19s cubic-bezier(.4, 0, .2, 1), -webkit-transform .19s cubic-bezier(.4, 0, .2, 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
position: relative
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-display]>div {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
width: inherit;
height: inherit;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0;
color: transparent
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-display]>div>div {
color: #111;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: hsla(0, 0%, 100%, .9);
background-position: 50%;
background-size: contain;
background-repeat: no-repeat
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-touch] {
width: inherit;
height: inherit;
position: absolute;
top: 0;
left: 0
}
[data-type=cubetwo] .cubetwo-cube[data-type=cubetwo-touch]>div {
position: absolute;
top: 0;
left: 0;
width: inherit;
height: inherit;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
color: #222;
color: transparent;
cursor: pointer;
background: transparent;
font-size: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=front],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=front],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=front],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=front] {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=up],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=up],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=up],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=up] {
-webkit-transform: translateZ(-25vmin) rotateX(-90deg) rotateY(180deg) rotate(180deg);
transform: translateZ(-25vmin) rotateX(-90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: top center;
transform-origin: top center
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=right],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=right],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=right],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=right] {
-webkit-transform: translateZ(-25vmin) rotateY(-270deg);
transform: translateZ(-25vmin) rotateY(-270deg);
-webkit-transform-origin: top right;
transform-origin: top right
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=back],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=back],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=back],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=back] {
-webkit-transform: translateZ(-25vmin) rotateY(180deg);
transform: translateZ(-25vmin) rotateY(180deg)
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=down],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=down],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=down],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=down] {
-webkit-transform: translateZ(-25vmin) rotateX(90deg) rotateY(180deg) rotate(180deg);
transform: translateZ(-25vmin) rotateX(90deg) rotateY(180deg) rotate(180deg);
-webkit-transform-origin: bottom center;
transform-origin: bottom center
}
[data-type=cubetwo].cubetwo-cube-5 .cubetwo-cube [data-type=left],
[data-type=cubetwo].cubetwo-cube-6 .cubetwo-cube [data-type=left],
[data-type=cubetwo].cubetwo-cube-7 .cubetwo-cube [data-type=left],
[data-type=cubetwo].cubetwo-cube-8 .cubetwo-cube [data-type=left] {
-webkit-transform: translateZ(-25vmin) rotateY(270deg);
transform: translateZ(-25vmin) rotateY(270deg);
-webkit-transform-origin: center left;
transform-origin: center left
}
@-webkit-keyframes spin-animation {
0% {
-webkit-transform: rotateY(0turn) rotateX(0turn) rotate(0);
transform: rotateY(0turn) rotateX(0turn) rotate(0)
}
to {
-webkit-transform: rotateY(3turn) rotateX(2turn) rotate(0);
transform: rotateY(3turn) rotateX(2turn) rotate(0)
}
}
@keyframes spin-animation {
0% {
-webkit-transform: rotateY(0turn) rotateX(0turn) rotate(0);
transform: rotateY(0turn) rotateX(0turn) rotate(0)
}
to {
-webkit-transform: rotateY(3turn) rotateX(2turn) rotate(0);
transform: rotateY(3turn) rotateX(2turn) rotate(0)
}
}
html {
font-size: 100%
}
body,
html {
min-height: 100%;
min-height: 100vh
}
body {
font-family: Helvetica, sans-serif;
color: #fff;
margin: 0;
background-color: #111
}
.body-wrapper {
position: relative;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-blend-mode: multiply;
-webkit-animation: page-fade-in 2s;
animation: page-fade-in 2s
}
@-webkit-keyframes page-fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes page-fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
} | 0.333937 | 0.043896 |
body{
background: #faeea0;
font-size: 80px;
}
/* This defines the centralized position of the pokemon in
a manner that it changes while you decrease the window size */
#victini{
position: absolute;
width: 4em;
height: 3em;
text-align: center;
display: inline-block;
margin-top: 5%;
margin-left: calc(50% - 2.5em);
}
/* Drawing of the light blue portion of the eye */
.eye {
width: 2em;
height: 2em;
border: .03em solid black;
background: #8bd6e0;
border-radius: 100%;
position: absolute;
overflow: hidden;
}
.eye.right{
right: -1em;
}
/* Drawing of the dark blue portion of the eye */
.eye::after {
width: 1.8em;
height: 1.8em;
border: 0em solid black;
background: #4785a8;
content: '';
display: block;
position: absolute;
border-radius: 100%;
}
.eye.left::after{
margin-left: .2em;
}
/* Drawing of the white portion of the eye */
.eye::before {
width: .5em;
height: .5em;
background: #f2eddf;
content: '';
display: block;
position: absolute;
border-radius: 100%;
margin-top: .25em;
z-index: 1;
}
.eye.left::before{
margin-left: 1em;
}
.eye.right::before {
margin-left: .4em;
}
/* Drawing of the cute animated nose */
.nose{
width: .23em;
height: .03em;
border: .03em solid black;
background: black;
border-radius: 100%;
position: absolute;
margin-top: 1.7em;
margin-left: 2.3em;
}
.nose:hover{
-ms-animation: squeeze .3s infinite ease;
-webkit-animation: squeeze .3s infinite ease;
-moz-animation: squeeze .3s infinite ease;
animation: squeeze .3s infinite ease;
}
/*Drawing/positioning of the annoying mouth, jesus christ*/
.mouth {
position: absolute;
width: 2.28em;
height: 1.8em;
margin-top: 2em;
margin-left: 1.3em;
overflow: hidden;
}
/*Drawing of the lips*/
.mouth::after,
.mouth::before{
content: '';
display: block;
position: absolute;
width: .9em;
height: .1em;
background: #faeea0;
border: .03em solid black;
border-top: none;
top: .05em;
box-shadow: 0 -.1em 0 #faeea0, .05em -.03em 0 #faeea0;
}
.mouth::after {
border-left: none;
right: .2em;
border-bottom-right-radius: .2em .2em;
}
.mouth::before {
border-right: none;
left: .25em;
border-bottom-left-radius: .2em .2em;
z-index: 1;
}
/*Drawing of the tongue*/
.mouth > div {
position: absolute;
background: #FF485F;
width: 2.28em;
height: 8em;
border: .04em solid black;
border-bottom-left-radius: 1.5em 7em;
border-bottom-right-radius: 1.5em 7em;
margin-top: -6.37em;
overflow: hidden;
}
/* Dark part of the mouth*/
.mouth > div:after {
content: '';
position: absolute;
display: block;
width: 1.6em;
height: 1em;
box-shadow: 0 -.7em 0 #9B000A;
bottom: .35em;
margin-left: .33em;
border-top-left-radius: 100%;
border-top-right-radius: 100%;
}
.tooth{
width: 0;
height: 0;
position: absolute;
border-right: .1em solid transparent;
border-left: .1em solid transparent;
border-top: .2em solid white;
top: 2.175em;
z-index: 1;
}
.tooth.right{
left: 3em;
}
.tooth.left{
left: 1.75em;
}
.hand,
.hand::after,
.hand::before{
width: .3em;
height: 1em;
border: .0em solid black;
background: #e8574d;
border-radius: 100%;
position: absolute;
}
.hand::after,
.hand::before{
content: '';
left: -.25em;
top: .1em;
}
.hand{
margin-top: 3.5em;
}
.hand::before{
margin-left: .5em;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
.hand::after{
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.hand.left{
margin-left: 4.8em;
}
/*actual animation of the nose which works best on firefox and IE*/
@keyframes squeeze{
from {transform: scaleY(.75);}
to {transform: scaleY(1);}
}
@-ms-keyframes squeeze{
from {-ms-transform: scaleY(.75);}
to {-ms-transform: scaleY(1);}
}
@-moz-keyframes squeeze{
from {-moz-transform: scaleY(.75);}
to {-moz-transform: scaleY(1);}
}
@-webkit-keyframes squeeze{
from {-webkit-transform: scaleY(.75);}
to {-webkit-transform: scaleY(1);}
} | pokedex/css/victini.css |
body{
background: #faeea0;
font-size: 80px;
}
/* This defines the centralized position of the pokemon in
a manner that it changes while you decrease the window size */
#victini{
position: absolute;
width: 4em;
height: 3em;
text-align: center;
display: inline-block;
margin-top: 5%;
margin-left: calc(50% - 2.5em);
}
/* Drawing of the light blue portion of the eye */
.eye {
width: 2em;
height: 2em;
border: .03em solid black;
background: #8bd6e0;
border-radius: 100%;
position: absolute;
overflow: hidden;
}
.eye.right{
right: -1em;
}
/* Drawing of the dark blue portion of the eye */
.eye::after {
width: 1.8em;
height: 1.8em;
border: 0em solid black;
background: #4785a8;
content: '';
display: block;
position: absolute;
border-radius: 100%;
}
.eye.left::after{
margin-left: .2em;
}
/* Drawing of the white portion of the eye */
.eye::before {
width: .5em;
height: .5em;
background: #f2eddf;
content: '';
display: block;
position: absolute;
border-radius: 100%;
margin-top: .25em;
z-index: 1;
}
.eye.left::before{
margin-left: 1em;
}
.eye.right::before {
margin-left: .4em;
}
/* Drawing of the cute animated nose */
.nose{
width: .23em;
height: .03em;
border: .03em solid black;
background: black;
border-radius: 100%;
position: absolute;
margin-top: 1.7em;
margin-left: 2.3em;
}
.nose:hover{
-ms-animation: squeeze .3s infinite ease;
-webkit-animation: squeeze .3s infinite ease;
-moz-animation: squeeze .3s infinite ease;
animation: squeeze .3s infinite ease;
}
/*Drawing/positioning of the annoying mouth, jesus christ*/
.mouth {
position: absolute;
width: 2.28em;
height: 1.8em;
margin-top: 2em;
margin-left: 1.3em;
overflow: hidden;
}
/*Drawing of the lips*/
.mouth::after,
.mouth::before{
content: '';
display: block;
position: absolute;
width: .9em;
height: .1em;
background: #faeea0;
border: .03em solid black;
border-top: none;
top: .05em;
box-shadow: 0 -.1em 0 #faeea0, .05em -.03em 0 #faeea0;
}
.mouth::after {
border-left: none;
right: .2em;
border-bottom-right-radius: .2em .2em;
}
.mouth::before {
border-right: none;
left: .25em;
border-bottom-left-radius: .2em .2em;
z-index: 1;
}
/*Drawing of the tongue*/
.mouth > div {
position: absolute;
background: #FF485F;
width: 2.28em;
height: 8em;
border: .04em solid black;
border-bottom-left-radius: 1.5em 7em;
border-bottom-right-radius: 1.5em 7em;
margin-top: -6.37em;
overflow: hidden;
}
/* Dark part of the mouth*/
.mouth > div:after {
content: '';
position: absolute;
display: block;
width: 1.6em;
height: 1em;
box-shadow: 0 -.7em 0 #9B000A;
bottom: .35em;
margin-left: .33em;
border-top-left-radius: 100%;
border-top-right-radius: 100%;
}
.tooth{
width: 0;
height: 0;
position: absolute;
border-right: .1em solid transparent;
border-left: .1em solid transparent;
border-top: .2em solid white;
top: 2.175em;
z-index: 1;
}
.tooth.right{
left: 3em;
}
.tooth.left{
left: 1.75em;
}
.hand,
.hand::after,
.hand::before{
width: .3em;
height: 1em;
border: .0em solid black;
background: #e8574d;
border-radius: 100%;
position: absolute;
}
.hand::after,
.hand::before{
content: '';
left: -.25em;
top: .1em;
}
.hand{
margin-top: 3.5em;
}
.hand::before{
margin-left: .5em;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
.hand::after{
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.hand.left{
margin-left: 4.8em;
}
/*actual animation of the nose which works best on firefox and IE*/
@keyframes squeeze{
from {transform: scaleY(.75);}
to {transform: scaleY(1);}
}
@-ms-keyframes squeeze{
from {-ms-transform: scaleY(.75);}
to {-ms-transform: scaleY(1);}
}
@-moz-keyframes squeeze{
from {-moz-transform: scaleY(.75);}
to {-moz-transform: scaleY(1);}
}
@-webkit-keyframes squeeze{
from {-webkit-transform: scaleY(.75);}
to {-webkit-transform: scaleY(1);}
} | 0.497559 | 0.102215 |
.background_glossySaddleBrown2,
.hover_background_glossySaddleBrown2:hover,
.active_background_glossySaddleBrown2:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySaddleBrown2h,
.hover_background_glossySaddleBrown2h:hover,
.active_background_glossySaddleBrown2h:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySaddleBrown2a,
.hover_background_glossySaddleBrown2a:hover,
.active_background_glossySaddleBrown2a:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossySaddleBrown2s,
.hover_background_glossySaddleBrown2s:hover,
.active_background_glossySaddleBrown2s:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossySaddleBrown2,
.hover_background_color_glossySaddleBrown2:hover,
.active_background_color_glossySaddleBrown2:active:hover {
background-color:#ea9f69;
}
.background_first_color_glossySaddleBrown2,
.hover_background_first_color_glossySaddleBrown2:hover,
.active_background_first_color_glossySaddleBrown2:active:hover {
background-color:#ffffff;
}
.background_last_color_glossySaddleBrown2,
.hover_background_last_color_glossySaddleBrown2:hover,
.active_background_color_last_glossySaddleBrown2:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossySaddleBrown2,
.hover_color_glossySaddleBrown2:hover,
.active_color_glossySaddleBrown2:active:hover {
color: #282828;
}
.color_glossySaddleBrown2h,
.hover_color_glossySaddleBrown2h:hover,
.active_color_glossySaddleBrown2h:active:hover {
color: #c8c8c8;
}
.color_glossySaddleBrown2a,
.hover_color_glossySaddleBrown2a:hover,
.active_color_glossySaddleBrown2a:active:hover {
color: #282828;
}
.color_glossySaddleBrown2s,
.hover_color_glossySaddleBrown2s:hover,
.active_color_glossySaddleBrown2s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossySaddleBrown2,
.hover_border_glossySaddleBrown2:hover,
.active_border_glossySaddleBrown2:active:hover {
border-color: #e2792d #e2792d #e2792d #e2792d;
}
.border_glossySaddleBrown2h,
.hover_border_glossySaddleBrown2h:hover,
.active_border_glossySaddleBrown2h:active:hover {
border-color: #c2601b #c2601b #c2601b #c2601b;
}
.border_glossySaddleBrown2a,
.hover_border_glossySaddleBrown2a:hover,
.active_border_glossySaddleBrown2a:active:hover {
border-color: #954a14 #954a14 #954a14 #954a14;
}
.border_glossySaddleBrown2s,
.hover_border_glossySaddleBrown2s:hover,
.active_border_glossySaddleBrown2s:active:hover {
border-color: #e2792d #e2792d #e2792d #e2792d;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossySaddleBrown2,
.hover_shadow_expand_glossySaddleBrown2:hover,
.active_shadow_expand_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(234, 159, 105, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(234, 159, 105, .39);
box-shadow: 0em 0em 1em 0.25em rgba(234, 159, 105, .39);
}
.shadow_expand_glossySaddleBrown2h,
.hover_shadow_expand_glossySaddleBrown2h:hover,
.active_shadow_expand_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(243, 197, 165, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(243, 197, 165, .50);
box-shadow: 0em 0em 1em 0.25em rgba(243, 197, 165, .50);
}
.shadow_expand_glossySaddleBrown2a,
.hover_shadow_expand_glossySaddleBrown2a:hover,
.active_shadow_expand_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .63);
box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .63);
}
.shadow_expand_glossySaddleBrown2s,
.hover_shadow_expand_glossySaddleBrown2s:hover,
.active_shadow_expand_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .71);
box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossySaddleBrown2,
.hover_shadow_left_glossySaddleBrown2:hover,
.active_shadow_left_glossySaddleBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_left_glossySaddleBrown2h,
.hover_shadow_left_glossySaddleBrown2h:hover,
.active_shadow_left_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_left_glossySaddleBrown2a,
.hover_shadow_left_glossySaddleBrown2a:hover,
.active_shadow_left_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_left_glossySaddleBrown2s,
.hover_shadow_left_glossySaddleBrown2s:hover,
.active_shadow_left_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossySaddleBrown2,
.hover_shadow_right_glossySaddleBrown2:hover,
.active_shadow_right_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(234, 159, 105, .39);
box-shadow: 0.5em 0em 1em rgba(234, 159, 105, .39);
}
.shadow_right_glossySaddleBrown2h,
.hover_shadow_right_glossySaddleBrown2h:hover,
.active_shadow_right_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(243, 197, 165, .50);
box-shadow: 0.5em 0em 1em rgba(243, 197, 165, .50);
}
.shadow_right_glossySaddleBrown2a,
.hover_shadow_right_glossySaddleBrown2a:hover,
.active_shadow_right_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .63);
box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .63);
}
.shadow_right_glossySaddleBrown2s,
.hover_shadow_right_glossySaddleBrown2s:hover,
.active_shadow_right_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .71);
box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossySaddleBrown2,
.hover_shadow_top_glossySaddleBrown2:hover,
.active_shadow_top_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_top_glossySaddleBrown2h,
.hover_shadow_top_glossySaddleBrown2h:hover,
.active_shadow_top_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_top_glossySaddleBrown2a,
.hover_shadow_top_glossySaddleBrown2a:hover,
.active_shadow_top_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_top_glossySaddleBrown2s,
.hover_shadow_top_glossySaddleBrown2s:hover,
.active_shadow_top_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossySaddleBrown2,
.hover_shadow_bottom_glossySaddleBrown2:hover,
.active_shadow_bottom_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0em 0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_bottom_glossySaddleBrown2h,
.hover_shadow_bottom_glossySaddleBrown2h:hover,
.active_shadow_bottom_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0em 0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_bottom_glossySaddleBrown2a,
.hover_shadow_bottom_glossySaddleBrown2a:hover,
.active_shadow_bottom_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_bottom_glossySaddleBrown2s,
.hover_shadow_bottom_glossySaddleBrown2s:hover,
.active_shadow_bottom_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossySaddleBrown2,
.hover_shadow_top_left_glossySaddleBrown2:hover,
.active_shadow_top_left_glossySaddleBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_top_left_glossySaddleBrown2h,
.hover_shadow_top_left_glossySaddleBrown2h:hover,
.active_shadow_top_left_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_top_left_glossySaddleBrown2a,
.hover_shadow_top_left_glossySaddleBrown2a:hover,
.active_shadow_top_left_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_top_left_glossySaddleBrown2s,
.hover_shadow_top_left_glossySaddleBrown2s:hover,
.active_shadow_top_left_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossySaddleBrown2,
.hover_shadow_top_right_glossySaddleBrown2:hover,
.active_shadow_top_right_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0.5em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_top_right_glossySaddleBrown2h,
.hover_shadow_top_right_glossySaddleBrown2h:hover,
.active_shadow_top_right_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0.5em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_top_right_glossySaddleBrown2a,
.hover_shadow_top_right_glossySaddleBrown2a:hover,
.active_shadow_top_right_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_top_right_glossySaddleBrown2s,
.hover_shadow_top_right_glossySaddleBrown2s:hover,
.active_shadow_top_right_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossySaddleBrown2,
.hover_shadow_bottom_left_glossySaddleBrown2:hover,
.active_shadow_bottom_left_glossySaddleBrown2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(234, 159, 105, .39);
box-shadow: -0.5em 0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_bottom_left_glossySaddleBrown2h,
.hover_shadow_bottom_left_glossySaddleBrown2h:hover,
.active_shadow_bottom_left_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(243, 197, 165, .50);
box-shadow: -0.5em 0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_bottom_left_glossySaddleBrown2a,
.hover_shadow_bottom_left_glossySaddleBrown2a:hover,
.active_shadow_bottom_left_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .63);
box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_bottom_left_glossySaddleBrown2s,
.hover_shadow_bottom_left_glossySaddleBrown2s:hover,
.active_shadow_bottom_left_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .71);
box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossySaddleBrown2,
.hover_shadow_bottom_right_glossySaddleBrown2:hover,
.active_shadow_bottom_right_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0.5em 0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_bottom_right_glossySaddleBrown2h,
.hover_shadow_bottom_right_glossySaddleBrown2h:hover,
.active_shadow_bottom_right_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0.5em 0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_bottom_right_glossySaddleBrown2a,
.hover_shadow_bottom_right_glossySaddleBrown2a:hover,
.active_shadow_bottom_right_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_bottom_right_glossySaddleBrown2s,
.hover_shadow_bottom_right_glossySaddleBrown2s:hover,
.active_shadow_bottom_right_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .71);
} | widgets/common/assets/gradients/glossy/glossySaddleBrown/glossySaddleBrown2.css | .background_glossySaddleBrown2,
.hover_background_glossySaddleBrown2:hover,
.active_background_glossySaddleBrown2:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySaddleBrown2h,
.hover_background_glossySaddleBrown2h:hover,
.active_background_glossySaddleBrown2h:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossySaddleBrown2a,
.hover_background_glossySaddleBrown2a:hover,
.active_background_glossySaddleBrown2a:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossySaddleBrown2s,
.hover_background_glossySaddleBrown2s:hover,
.active_background_glossySaddleBrown2s:active:hover {
background: #ea9f69;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossySaddleBrown2,
.hover_background_color_glossySaddleBrown2:hover,
.active_background_color_glossySaddleBrown2:active:hover {
background-color:#ea9f69;
}
.background_first_color_glossySaddleBrown2,
.hover_background_first_color_glossySaddleBrown2:hover,
.active_background_first_color_glossySaddleBrown2:active:hover {
background-color:#ffffff;
}
.background_last_color_glossySaddleBrown2,
.hover_background_last_color_glossySaddleBrown2:hover,
.active_background_color_last_glossySaddleBrown2:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossySaddleBrown2,
.hover_color_glossySaddleBrown2:hover,
.active_color_glossySaddleBrown2:active:hover {
color: #282828;
}
.color_glossySaddleBrown2h,
.hover_color_glossySaddleBrown2h:hover,
.active_color_glossySaddleBrown2h:active:hover {
color: #c8c8c8;
}
.color_glossySaddleBrown2a,
.hover_color_glossySaddleBrown2a:hover,
.active_color_glossySaddleBrown2a:active:hover {
color: #282828;
}
.color_glossySaddleBrown2s,
.hover_color_glossySaddleBrown2s:hover,
.active_color_glossySaddleBrown2s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossySaddleBrown2,
.hover_border_glossySaddleBrown2:hover,
.active_border_glossySaddleBrown2:active:hover {
border-color: #e2792d #e2792d #e2792d #e2792d;
}
.border_glossySaddleBrown2h,
.hover_border_glossySaddleBrown2h:hover,
.active_border_glossySaddleBrown2h:active:hover {
border-color: #c2601b #c2601b #c2601b #c2601b;
}
.border_glossySaddleBrown2a,
.hover_border_glossySaddleBrown2a:hover,
.active_border_glossySaddleBrown2a:active:hover {
border-color: #954a14 #954a14 #954a14 #954a14;
}
.border_glossySaddleBrown2s,
.hover_border_glossySaddleBrown2s:hover,
.active_border_glossySaddleBrown2s:active:hover {
border-color: #e2792d #e2792d #e2792d #e2792d;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossySaddleBrown2,
.hover_shadow_expand_glossySaddleBrown2:hover,
.active_shadow_expand_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(234, 159, 105, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(234, 159, 105, .39);
box-shadow: 0em 0em 1em 0.25em rgba(234, 159, 105, .39);
}
.shadow_expand_glossySaddleBrown2h,
.hover_shadow_expand_glossySaddleBrown2h:hover,
.active_shadow_expand_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(243, 197, 165, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(243, 197, 165, .50);
box-shadow: 0em 0em 1em 0.25em rgba(243, 197, 165, .50);
}
.shadow_expand_glossySaddleBrown2a,
.hover_shadow_expand_glossySaddleBrown2a:hover,
.active_shadow_expand_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .63);
box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .63);
}
.shadow_expand_glossySaddleBrown2s,
.hover_shadow_expand_glossySaddleBrown2s:hover,
.active_shadow_expand_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .71);
box-shadow: 0em 0em 1em 0.25em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossySaddleBrown2,
.hover_shadow_left_glossySaddleBrown2:hover,
.active_shadow_left_glossySaddleBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_left_glossySaddleBrown2h,
.hover_shadow_left_glossySaddleBrown2h:hover,
.active_shadow_left_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_left_glossySaddleBrown2a,
.hover_shadow_left_glossySaddleBrown2a:hover,
.active_shadow_left_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_left_glossySaddleBrown2s,
.hover_shadow_left_glossySaddleBrown2s:hover,
.active_shadow_left_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossySaddleBrown2,
.hover_shadow_right_glossySaddleBrown2:hover,
.active_shadow_right_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(234, 159, 105, .39);
box-shadow: 0.5em 0em 1em rgba(234, 159, 105, .39);
}
.shadow_right_glossySaddleBrown2h,
.hover_shadow_right_glossySaddleBrown2h:hover,
.active_shadow_right_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(243, 197, 165, .50);
box-shadow: 0.5em 0em 1em rgba(243, 197, 165, .50);
}
.shadow_right_glossySaddleBrown2a,
.hover_shadow_right_glossySaddleBrown2a:hover,
.active_shadow_right_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .63);
box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .63);
}
.shadow_right_glossySaddleBrown2s,
.hover_shadow_right_glossySaddleBrown2s:hover,
.active_shadow_right_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .71);
box-shadow: 0.5em 0em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossySaddleBrown2,
.hover_shadow_top_glossySaddleBrown2:hover,
.active_shadow_top_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_top_glossySaddleBrown2h,
.hover_shadow_top_glossySaddleBrown2h:hover,
.active_shadow_top_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_top_glossySaddleBrown2a,
.hover_shadow_top_glossySaddleBrown2a:hover,
.active_shadow_top_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_top_glossySaddleBrown2s,
.hover_shadow_top_glossySaddleBrown2s:hover,
.active_shadow_top_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossySaddleBrown2,
.hover_shadow_bottom_glossySaddleBrown2:hover,
.active_shadow_bottom_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0em 0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_bottom_glossySaddleBrown2h,
.hover_shadow_bottom_glossySaddleBrown2h:hover,
.active_shadow_bottom_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0em 0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_bottom_glossySaddleBrown2a,
.hover_shadow_bottom_glossySaddleBrown2a:hover,
.active_shadow_bottom_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_bottom_glossySaddleBrown2s,
.hover_shadow_bottom_glossySaddleBrown2s:hover,
.active_shadow_bottom_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0em 0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossySaddleBrown2,
.hover_shadow_top_left_glossySaddleBrown2:hover,
.active_shadow_top_left_glossySaddleBrown2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: -0.5em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_top_left_glossySaddleBrown2h,
.hover_shadow_top_left_glossySaddleBrown2h:hover,
.active_shadow_top_left_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: -0.5em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_top_left_glossySaddleBrown2a,
.hover_shadow_top_left_glossySaddleBrown2a:hover,
.active_shadow_top_left_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_top_left_glossySaddleBrown2s,
.hover_shadow_top_left_glossySaddleBrown2s:hover,
.active_shadow_top_left_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: -0.5em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossySaddleBrown2,
.hover_shadow_top_right_glossySaddleBrown2:hover,
.active_shadow_top_right_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0.5em -0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_top_right_glossySaddleBrown2h,
.hover_shadow_top_right_glossySaddleBrown2h:hover,
.active_shadow_top_right_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0.5em -0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_top_right_glossySaddleBrown2a,
.hover_shadow_top_right_glossySaddleBrown2a:hover,
.active_shadow_top_right_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_top_right_glossySaddleBrown2s,
.hover_shadow_top_right_glossySaddleBrown2s:hover,
.active_shadow_top_right_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0.5em -0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossySaddleBrown2,
.hover_shadow_bottom_left_glossySaddleBrown2:hover,
.active_shadow_bottom_left_glossySaddleBrown2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(234, 159, 105, .39);
box-shadow: -0.5em 0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_bottom_left_glossySaddleBrown2h,
.hover_shadow_bottom_left_glossySaddleBrown2h:hover,
.active_shadow_bottom_left_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(243, 197, 165, .50);
box-shadow: -0.5em 0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_bottom_left_glossySaddleBrown2a,
.hover_shadow_bottom_left_glossySaddleBrown2a:hover,
.active_shadow_bottom_left_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .63);
box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_bottom_left_glossySaddleBrown2s,
.hover_shadow_bottom_left_glossySaddleBrown2s:hover,
.active_shadow_bottom_left_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .71);
box-shadow: -0.5em 0.5em 1em rgba(230, 140, 75, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossySaddleBrown2,
.hover_shadow_bottom_right_glossySaddleBrown2:hover,
.active_shadow_bottom_right_glossySaddleBrown2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(234, 159, 105, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(234, 159, 105, .39);
box-shadow: 0.5em 0.5em 1em rgba(234, 159, 105, .39);
}
.shadow_bottom_right_glossySaddleBrown2h,
.hover_shadow_bottom_right_glossySaddleBrown2h:hover,
.active_shadow_bottom_right_glossySaddleBrown2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(243, 197, 165, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(243, 197, 165, .50);
box-shadow: 0.5em 0.5em 1em rgba(243, 197, 165, .50);
}
.shadow_bottom_right_glossySaddleBrown2a,
.hover_shadow_bottom_right_glossySaddleBrown2a:hover,
.active_shadow_bottom_right_glossySaddleBrown2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .63);
box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .63);
}
.shadow_bottom_right_glossySaddleBrown2s,
.hover_shadow_bottom_right_glossySaddleBrown2s:hover,
.active_shadow_bottom_right_glossySaddleBrown2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .71);
box-shadow: 0.5em 0.5em 1em rgba(230, 140, 75, .71);
} | 0.44746 | 0.087564 |
.world-campfire-screen > .l-main-dialog-container
{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 102.4rem;
height: 76.8rem;
position: absolute;
margin: auto;
z-index: 2;
}
.world-campfire-screen > .l-main-dialog-container .settlement-container
{
top: -0.8rem; /* -1.4rem */
padding-left: 0.1rem;
width: 102.3rem;
height: 58.8rem;
position: absolute;
overflow: hidden;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-container
{
top: -1.0rem;
left: 0;
right: 0;
bottom: 0;
width: 88.0rem;
height: 3.0rem;
position: absolute;
margin: auto;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset
{
top: 0;
bottom: 0;
width: 13.0rem;
height: 4.3rem;
position: absolute;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset.is-money
{
left: 28.0rem;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset.is-business-reputation
{
left: 50.0rem;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset img
{
top: 0;
bottom: 0;
left: 0;
width: 2.8rem;
height: 2.8rem;
margin: auto;
margin-left: 1.0rem;
position: absolute;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset .label
{
top: 0;
bottom: 0;
left: 3.4rem;
width: 11.2rem;
height: 3.0rem;
margin: auto;
margin-left: 1.0rem;
position: absolute;
text-align : left;
line-height: 3.0rem;
}
.world-campfire-screen > .l-main-dialog-container .background
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .background-left
{
position: absolute;
pointer-events: none;
left: 0.0rem;
bottom: 16.0rem;
}
.world-campfire-screen > .l-main-dialog-container .background-right
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .background-center
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot0
{
-webkit-transform: scale(0.8, 0.8);
position: absolute;
left: 18.0rem;
bottom: 12.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot1
{
-webkit-transform: scale(-0.8, 0.8);
position: absolute;
left: 36.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .fire
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot2
{
-webkit-transform: scale(0.9, 0.9);
position: absolute;
left: 0.0rem;
bottom: 7.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot3
{
position: absolute;
left: 11.0rem;
bottom: -5.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot4
{
-webkit-transform: scaleX(-1);
position: absolute;
left: 49.0rem;
bottom: 2.0rem;
}
/*.world-campfire-screen > .l-main-dialog-container .slot0
{
-webkit-transform: scale(0.8, 0.8);
position: absolute;
left: 18.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot1
{
-webkit-transform: scale(-0.8, 0.8);
position: absolute;
left: 39.0rem;
bottom: 12.0rem;
}
.world-campfire-screen > .l-main-dialog-container .fire
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot2
{
-webkit-transform: scale(-0.9, 0.9);
position: absolute;
left: 51.0rem;
bottom: 5.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot3
{
position: absolute;
left: 2.0rem;
bottom: 2.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot4
{
-webkit-transform: scaleX(-1);
position: absolute;
left: 39.0rem;
bottom: -4.0rem;
}*/
/*
.world-campfire-screen > .l-main-dialog-container .slot0
{
-webkit-transform: scale(0.8, 0.8);
position: absolute;
left: 21.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot1
{
-webkit-transform: scale(-0.8, 0.8);
position: absolute;
left: 36.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .fire
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot2
{
-webkit-transform: scale(0.9, 0.9);
position: absolute;
left: 7.0rem;
bottom: 7.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot3
{
-webkit-transform: scale(-0.9, 0.9);
position: absolute;
left: 50.0rem;
bottom: 7.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot4
{
position: absolute;
left: -2.0rem;
bottom: -2.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot5
{
-webkit-transform: scaleX(-1);
position: absolute;
left: 42.0rem;
bottom: -5.0rem;
}
*/
.world-campfire-screen > .l-main-dialog-container .is-highlighted
{
/*-webkit-filter: brightness(125%);*/
}
.world-campfire-screen > .l-main-dialog-container .is-negotiated
{
}
.world-campfire-screen > .l-main-dialog-container .is-disabled
{
/*-webkit-filter: grayscale(100%);*/
}
.world-campfire-screen > .l-main-dialog-container .cart
{
position: absolute;
right: 0.0rem;
bottom: 0.0rem;
}
.world-campfire-screen > .l-main-dialog-container .mood
{
position: absolute;
pointer-events: none;
}
.world-campfire-screen > .l-main-dialog-container .foreground
{
position: absolute;
pointer-events: none;
bottom: 0;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .content img
{
position: absolute;
z-index: 1;
}
.world-campfire-screen > .l-main-dialog-container .footer .l-button-bar
{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 16.0rem;
height: 4.3rem;
position: absolute;
margin: auto;
}
.world-campfire-screen > .l-main-dialog-container .footer .l-leave-button
{
top: 0;
right: 0;
bottom: 0;
width: 17.5rem;
position: absolute;
line-height: 3.0rem;
} | game_files/en/v1-5-0-10/scripts/ui/screens/world/modules/world_campfire_screen/world_campfire_screen_main_dialog_module.css | .world-campfire-screen > .l-main-dialog-container
{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 102.4rem;
height: 76.8rem;
position: absolute;
margin: auto;
z-index: 2;
}
.world-campfire-screen > .l-main-dialog-container .settlement-container
{
top: -0.8rem; /* -1.4rem */
padding-left: 0.1rem;
width: 102.3rem;
height: 58.8rem;
position: absolute;
overflow: hidden;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-container
{
top: -1.0rem;
left: 0;
right: 0;
bottom: 0;
width: 88.0rem;
height: 3.0rem;
position: absolute;
margin: auto;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset
{
top: 0;
bottom: 0;
width: 13.0rem;
height: 4.3rem;
position: absolute;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset.is-money
{
left: 28.0rem;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset.is-business-reputation
{
left: 50.0rem;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset img
{
top: 0;
bottom: 0;
left: 0;
width: 2.8rem;
height: 2.8rem;
margin: auto;
margin-left: 1.0rem;
position: absolute;
}
.world-campfire-screen > .l-main-dialog-container .l-tab-asset .label
{
top: 0;
bottom: 0;
left: 3.4rem;
width: 11.2rem;
height: 3.0rem;
margin: auto;
margin-left: 1.0rem;
position: absolute;
text-align : left;
line-height: 3.0rem;
}
.world-campfire-screen > .l-main-dialog-container .background
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .background-left
{
position: absolute;
pointer-events: none;
left: 0.0rem;
bottom: 16.0rem;
}
.world-campfire-screen > .l-main-dialog-container .background-right
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .background-center
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot0
{
-webkit-transform: scale(0.8, 0.8);
position: absolute;
left: 18.0rem;
bottom: 12.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot1
{
-webkit-transform: scale(-0.8, 0.8);
position: absolute;
left: 36.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .fire
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot2
{
-webkit-transform: scale(0.9, 0.9);
position: absolute;
left: 0.0rem;
bottom: 7.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot3
{
position: absolute;
left: 11.0rem;
bottom: -5.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot4
{
-webkit-transform: scaleX(-1);
position: absolute;
left: 49.0rem;
bottom: 2.0rem;
}
/*.world-campfire-screen > .l-main-dialog-container .slot0
{
-webkit-transform: scale(0.8, 0.8);
position: absolute;
left: 18.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot1
{
-webkit-transform: scale(-0.8, 0.8);
position: absolute;
left: 39.0rem;
bottom: 12.0rem;
}
.world-campfire-screen > .l-main-dialog-container .fire
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot2
{
-webkit-transform: scale(-0.9, 0.9);
position: absolute;
left: 51.0rem;
bottom: 5.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot3
{
position: absolute;
left: 2.0rem;
bottom: 2.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot4
{
-webkit-transform: scaleX(-1);
position: absolute;
left: 39.0rem;
bottom: -4.0rem;
}*/
/*
.world-campfire-screen > .l-main-dialog-container .slot0
{
-webkit-transform: scale(0.8, 0.8);
position: absolute;
left: 21.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot1
{
-webkit-transform: scale(-0.8, 0.8);
position: absolute;
left: 36.0rem;
bottom: 11.0rem;
}
.world-campfire-screen > .l-main-dialog-container .fire
{
position: absolute;
pointer-events: none;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .slot2
{
-webkit-transform: scale(0.9, 0.9);
position: absolute;
left: 7.0rem;
bottom: 7.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot3
{
-webkit-transform: scale(-0.9, 0.9);
position: absolute;
left: 50.0rem;
bottom: 7.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot4
{
position: absolute;
left: -2.0rem;
bottom: -2.0rem;
}
.world-campfire-screen > .l-main-dialog-container .slot5
{
-webkit-transform: scaleX(-1);
position: absolute;
left: 42.0rem;
bottom: -5.0rem;
}
*/
.world-campfire-screen > .l-main-dialog-container .is-highlighted
{
/*-webkit-filter: brightness(125%);*/
}
.world-campfire-screen > .l-main-dialog-container .is-negotiated
{
}
.world-campfire-screen > .l-main-dialog-container .is-disabled
{
/*-webkit-filter: grayscale(100%);*/
}
.world-campfire-screen > .l-main-dialog-container .cart
{
position: absolute;
right: 0.0rem;
bottom: 0.0rem;
}
.world-campfire-screen > .l-main-dialog-container .mood
{
position: absolute;
pointer-events: none;
}
.world-campfire-screen > .l-main-dialog-container .foreground
{
position: absolute;
pointer-events: none;
bottom: 0;
width: 102.4rem;
height: 58.8rem;
}
.world-campfire-screen > .l-main-dialog-container .content img
{
position: absolute;
z-index: 1;
}
.world-campfire-screen > .l-main-dialog-container .footer .l-button-bar
{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 16.0rem;
height: 4.3rem;
position: absolute;
margin: auto;
}
.world-campfire-screen > .l-main-dialog-container .footer .l-leave-button
{
top: 0;
right: 0;
bottom: 0;
width: 17.5rem;
position: absolute;
line-height: 3.0rem;
} | 0.563738 | 0.068944 |
@font-face {
font-family: 'Federation';
src: url('/static/fonts/Federation-Normal.otf');
}
@font-face {
font-family: 'Federation Bold';
src: url('/static/fonts/Federation-Bold.otf');
}
:root {
--font-family: 'Federation', sans-serif;
--font-size: 16px;
--color-black: #1D1D1D;
--color-red: #B11818;
--color-white: #F0F0F0;
--border: solid 2px var(--color-red);
}
html,
body {
padding: 0;
margin: 0;
font-style: normal;
font-weight: normal;
font-size: var(--font-size);
font-family: var(--font-family);
letter-spacing: 0.05em;
color: var(--color-white);
background-color: var(--color-black);
}
a {
color: inherit;
text-decoration: none;
color: var(--color-red);
transition: color .25s;
}
a:hover {
color: var(--color-white);
}
img {
display: block;
}
* {
box-sizing: border-box;
}
/* SWIPER STYLES */
.swiper-button-disabled {
opacity: 1 !important;
}
.swiper-button-prev {
height: 100% !important;
width: calc(8.33% + 2px) !important;
margin-top: 0 !important;
top: auto !important;
left: 0px !important;
color: var(--color-red) !important;
background-color: var(--color-black);
border-right: var(--border);
transition: color .25s, background-color .25s;
}
.swiper-button-prev:hover {
background-color: var(--color-red) !important;
color: var(--color-black) !important;
}
.swiper-button-next {
height: 100% !important;
width: calc(8.33% + 2px) !important;
z-index: 11 !important;
margin-top: 0 !important;
top: auto !important;
right: 0px !important;
color: var(--color-red) !important;
background-color: var(--color-black);
border-left: var(--border);
transition: color .25s, background-color .25s;
}
.swiper-button-next:hover {
background-color: var(--color-red) !important;
color: var(--color-black) !important;
}
.swiper-pagination {
display: none !important;
}
@media screen and (max-width: 1280px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {
display: block !important;
bottom: 0px !important;
}
} | styles/globals.css | @font-face {
font-family: 'Federation';
src: url('/static/fonts/Federation-Normal.otf');
}
@font-face {
font-family: 'Federation Bold';
src: url('/static/fonts/Federation-Bold.otf');
}
:root {
--font-family: 'Federation', sans-serif;
--font-size: 16px;
--color-black: #1D1D1D;
--color-red: #B11818;
--color-white: #F0F0F0;
--border: solid 2px var(--color-red);
}
html,
body {
padding: 0;
margin: 0;
font-style: normal;
font-weight: normal;
font-size: var(--font-size);
font-family: var(--font-family);
letter-spacing: 0.05em;
color: var(--color-white);
background-color: var(--color-black);
}
a {
color: inherit;
text-decoration: none;
color: var(--color-red);
transition: color .25s;
}
a:hover {
color: var(--color-white);
}
img {
display: block;
}
* {
box-sizing: border-box;
}
/* SWIPER STYLES */
.swiper-button-disabled {
opacity: 1 !important;
}
.swiper-button-prev {
height: 100% !important;
width: calc(8.33% + 2px) !important;
margin-top: 0 !important;
top: auto !important;
left: 0px !important;
color: var(--color-red) !important;
background-color: var(--color-black);
border-right: var(--border);
transition: color .25s, background-color .25s;
}
.swiper-button-prev:hover {
background-color: var(--color-red) !important;
color: var(--color-black) !important;
}
.swiper-button-next {
height: 100% !important;
width: calc(8.33% + 2px) !important;
z-index: 11 !important;
margin-top: 0 !important;
top: auto !important;
right: 0px !important;
color: var(--color-red) !important;
background-color: var(--color-black);
border-left: var(--border);
transition: color .25s, background-color .25s;
}
.swiper-button-next:hover {
background-color: var(--color-red) !important;
color: var(--color-black) !important;
}
.swiper-pagination {
display: none !important;
}
@media screen and (max-width: 1280px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {
display: block !important;
bottom: 0px !important;
}
} | 0.382141 | 0.096195 |
* {
margin: 0;
padding: 0;
}
nav {
display: flex;
justify-content: flex-end;
align-items: center;
background-color: #333;
min-height: 8vh;
}
ul {
display: flex;
justify-content: space-around;
}
li {
list-style-type: none;
}
li a {
display: block;
padding: 14px 16px;
color: white;
text-align: center;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.hamburger {
display: none;
}
.hamburger div {
width: 25px;
height: 5px;
background-color: white;
margin: 5px;
}
@media screen and (max-width: 1024px) {
nav ul {
width: 60%;
}
}
@media screen and (max-width: 768px) {
body {
overflow-x: hidden;
}
nav ul {
position: absolute;
right: 0;
height: 20vh;
top: 8vh;
background-color: #333;
display: flex;
flex-direction: column;
align-items: center;
width: 25%;
transform: translateX(100%);
transition: transform 0.5s ease-in;
}
.hamburger {
display: block;
}
}
.nav-active {
transform: translateX(0%);
}
header {
background: url("../images/bg.jpg") no-repeat;
background-size: 100%;
height: 810px;
}
h1 {
position: relative;
top: 500px;
left: 10%;
color: white;
}
section {
height: 815px;
padding: 100px 50px;
}
#about {
background-color: silver;
}
.about {
width: 600px;
float: right;
padding: 10% 0;
}
.image {
width: 600px;
height: 500px;
}
.person {
width: 400px;
height: 400px;
position: absolute;
top: 1050px;
left: 300px;
z-index: 1;
clear: both;
}
#portfolio {
background-color: lightgray;
text-align: center;
}
.portfolio-container {
display: flex;
justify-content: space-around;
align-items: center;
}
.folio {
background-color: white;
width: 500px;
height: 500px;
}
#portfolio img {
width: 400px;
height: 400px;
z-index: 1;
}
button {
width: 150px;
height: 50px;
background-color: black;
color: white;
border-radius: 10px;
}
.window {
width: 500px;
height: 250px;
border: black solid;
border-radius: 10px;
background-color: white;
position: relative;
top: -70px;
left: 125px;
display: none;
z-index: 2;
}
#contacts {
text-align: center;
}
.icon {
width: 50px;
height: 50px;
padding: 10px;
}
footer {
height: 100px;
background-color: black;
text-align: center;
}
footer p {
color: white;
} | Portfolio/src/style.css | * {
margin: 0;
padding: 0;
}
nav {
display: flex;
justify-content: flex-end;
align-items: center;
background-color: #333;
min-height: 8vh;
}
ul {
display: flex;
justify-content: space-around;
}
li {
list-style-type: none;
}
li a {
display: block;
padding: 14px 16px;
color: white;
text-align: center;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.hamburger {
display: none;
}
.hamburger div {
width: 25px;
height: 5px;
background-color: white;
margin: 5px;
}
@media screen and (max-width: 1024px) {
nav ul {
width: 60%;
}
}
@media screen and (max-width: 768px) {
body {
overflow-x: hidden;
}
nav ul {
position: absolute;
right: 0;
height: 20vh;
top: 8vh;
background-color: #333;
display: flex;
flex-direction: column;
align-items: center;
width: 25%;
transform: translateX(100%);
transition: transform 0.5s ease-in;
}
.hamburger {
display: block;
}
}
.nav-active {
transform: translateX(0%);
}
header {
background: url("../images/bg.jpg") no-repeat;
background-size: 100%;
height: 810px;
}
h1 {
position: relative;
top: 500px;
left: 10%;
color: white;
}
section {
height: 815px;
padding: 100px 50px;
}
#about {
background-color: silver;
}
.about {
width: 600px;
float: right;
padding: 10% 0;
}
.image {
width: 600px;
height: 500px;
}
.person {
width: 400px;
height: 400px;
position: absolute;
top: 1050px;
left: 300px;
z-index: 1;
clear: both;
}
#portfolio {
background-color: lightgray;
text-align: center;
}
.portfolio-container {
display: flex;
justify-content: space-around;
align-items: center;
}
.folio {
background-color: white;
width: 500px;
height: 500px;
}
#portfolio img {
width: 400px;
height: 400px;
z-index: 1;
}
button {
width: 150px;
height: 50px;
background-color: black;
color: white;
border-radius: 10px;
}
.window {
width: 500px;
height: 250px;
border: black solid;
border-radius: 10px;
background-color: white;
position: relative;
top: -70px;
left: 125px;
display: none;
z-index: 2;
}
#contacts {
text-align: center;
}
.icon {
width: 50px;
height: 50px;
padding: 10px;
}
footer {
height: 100px;
background-color: black;
text-align: center;
}
footer p {
color: white;
} | 0.623148 | 0.109277 |
body {
color: #333;
font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#section0 {
background: radial-gradient(transparent, #000), url("../img/earth_lights_lrg.jpg") no-repeat center center fixed;
background-size: cover;
background-attachment: fixed;
}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9 {
background-position: 100% 0%;
background-color: #fff !important;
background-size: cover;
}
/* TEXT STYLING */
.title {
font-size: 3.4em;
margin: 6% 0;
color: #fff;
text-transform: uppercase;
border-bottom: 4px solid #7587A6;
}
.image-caption {
font-size: 0.9em;
line-height: 1.4;
color: #666;
font-weight: 300;
padding: 8px 0;
}
.section-heading {
color: #000;
font-size: 3em;
padding: 0;
margin-bottom: 2%;
}
.landing-text {
font-size: 1.3em;
line-height: 1.5;
padding-bottom: 1em;
}
.landing-text.splash {
color: #fff;
font-size: 1.5em;
line-height: 1.6;
font-weight: 300;
background-color: rgba(0, 0, 0, 0.4);
padding: 20px;
}
.tech-title {
/*color: #0092d4;*/
text-align: center;
font-size: 24px;
margin-top: 0px;
}
.access-title {
line-height: inherit;
color: white;
text-align: center;
text-transform: uppercase;
font-size: 40px;
}
.access-grid {
background-image: radial-gradient(transparent, #000), url("../img/gridnew.png");
height: 332px;
line-height: 400px;
}
.access-minigrid {
background-image: radial-gradient(transparent, #000), url("../img/Minigridnew.jpg");
height: 300px;
line-height: 300px;
}
.access-standalone {
background-image: radial-gradient(transparent, #000), url("../img/standalonenew.jpg");
height: 400px;
line-height: 400px;
}
.tech-text {
text-align: center;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}
.access-text {
padding-top: 15px;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}
.tech-item {
line-height: 1.4;
font-size: 1.2em;
padding-bottom: 1em;
}
.tech-item-specific {
line-height: 1.2;
padding-bottom: 1em;
}
/* NAVIGATION STYLING */
.fp-tooltip {
color: #999 !important;
}
#fp-nav span, .fp-slidesNav span {
border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span {
background: #AAA;
}
#fp-nav ul li {
color: #999;
}
#topArrow {
position: fixed;
left: 45%;
display: block;
width: 10%;
z-index: 9;
text-align: center;
top: 6%;
}
#bottomArrow {
position: fixed;
left: 45%;
display: block;
width: 10%;
z-index: 9;
text-align: center;
bottom: 1%;
}
#buttonHolder {
position: fixed;
z-index: 9;
text-align: center;
margin: auto;
bottom: 4%;
width: 100%;
}
#staticButton {
position: fixed;
margin:auto;
width: 100%;
z-index: 9;
text-align: center;
bottom: 4%;
}
#arrowUp:focus, #arrowDown:focus {
outline: none;
}
#arrowUp, #arrowDown {
color: #ccc;
font-size: 2.5rem;
border: none;
background: none;
opacity: 0.8;
filter: alpha(opacity=100) !important;
/* For IE8 and earlier */
}
a.dashboard-button, a.guide-button {
text-decoration: none;
padding: 10px;
background-color: #7587A6;
color: white;
font-size: 1.6em;
}
.guide-button {
margin-left: 10px;
}
a.dashboard-button:hover, a.guide-button:hover {
background-color: #5A6B8B;
}
.tier-title > th {
text-transform: uppercase;
font-size: 24 px;
text-align: center !important;
}
#tiers {
text-align: center;
}
.colored-cell {
background-color: #00aeef;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}
.icon-orange {
color: #f79422;
}
.icon-green {
color: #5cb85c;
}
.renewable-text {
color: grey;
font-style: italic;
}
.fa-info-circle {
color: grey;
}
#tiers rect {
fill: #f79422;
}
#tiers text {
text-anchor: middle;
}
.tooltip {
font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-size: 100px !important;
color: #f79422;
margin-left: 0 !important;
}
.sec-center {
text-align: center;
}
.tech-icon, .access-image, .overlay {
animation-duration: 1s;
animation-delay: 0.5s;
}
#renewable {
padding-top: 20px
}
.image-container {
height: 500px;
vertical-align: middle;
position: relative;
}
.helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.side-image {
width: 100%;
vertical-align: middle;
}
.main-image {
vertical-align: top;
width: 100%;
height: 100%;
}
.overlay {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
/* SMARTPHONES */
@media only screen and (max-width: 480px) {
.title {
margin-top: 60px;
}
.section-heading {
margin-top: 50px;
}
#scrollText {
visibility: hidden;
}
#landingButton {
margin: 0;
padding: 0;
}
.image-container {
height: inherit;
}
}
.tier-icon {
margin: auto;
width: 50px;
} | presentation/style/landing.css | body {
color: #333;
font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#section0 {
background: radial-gradient(transparent, #000), url("../img/earth_lights_lrg.jpg") no-repeat center center fixed;
background-size: cover;
background-attachment: fixed;
}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9 {
background-position: 100% 0%;
background-color: #fff !important;
background-size: cover;
}
/* TEXT STYLING */
.title {
font-size: 3.4em;
margin: 6% 0;
color: #fff;
text-transform: uppercase;
border-bottom: 4px solid #7587A6;
}
.image-caption {
font-size: 0.9em;
line-height: 1.4;
color: #666;
font-weight: 300;
padding: 8px 0;
}
.section-heading {
color: #000;
font-size: 3em;
padding: 0;
margin-bottom: 2%;
}
.landing-text {
font-size: 1.3em;
line-height: 1.5;
padding-bottom: 1em;
}
.landing-text.splash {
color: #fff;
font-size: 1.5em;
line-height: 1.6;
font-weight: 300;
background-color: rgba(0, 0, 0, 0.4);
padding: 20px;
}
.tech-title {
/*color: #0092d4;*/
text-align: center;
font-size: 24px;
margin-top: 0px;
}
.access-title {
line-height: inherit;
color: white;
text-align: center;
text-transform: uppercase;
font-size: 40px;
}
.access-grid {
background-image: radial-gradient(transparent, #000), url("../img/gridnew.png");
height: 332px;
line-height: 400px;
}
.access-minigrid {
background-image: radial-gradient(transparent, #000), url("../img/Minigridnew.jpg");
height: 300px;
line-height: 300px;
}
.access-standalone {
background-image: radial-gradient(transparent, #000), url("../img/standalonenew.jpg");
height: 400px;
line-height: 400px;
}
.tech-text {
text-align: center;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}
.access-text {
padding-top: 15px;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}
.tech-item {
line-height: 1.4;
font-size: 1.2em;
padding-bottom: 1em;
}
.tech-item-specific {
line-height: 1.2;
padding-bottom: 1em;
}
/* NAVIGATION STYLING */
.fp-tooltip {
color: #999 !important;
}
#fp-nav span, .fp-slidesNav span {
border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span {
background: #AAA;
}
#fp-nav ul li {
color: #999;
}
#topArrow {
position: fixed;
left: 45%;
display: block;
width: 10%;
z-index: 9;
text-align: center;
top: 6%;
}
#bottomArrow {
position: fixed;
left: 45%;
display: block;
width: 10%;
z-index: 9;
text-align: center;
bottom: 1%;
}
#buttonHolder {
position: fixed;
z-index: 9;
text-align: center;
margin: auto;
bottom: 4%;
width: 100%;
}
#staticButton {
position: fixed;
margin:auto;
width: 100%;
z-index: 9;
text-align: center;
bottom: 4%;
}
#arrowUp:focus, #arrowDown:focus {
outline: none;
}
#arrowUp, #arrowDown {
color: #ccc;
font-size: 2.5rem;
border: none;
background: none;
opacity: 0.8;
filter: alpha(opacity=100) !important;
/* For IE8 and earlier */
}
a.dashboard-button, a.guide-button {
text-decoration: none;
padding: 10px;
background-color: #7587A6;
color: white;
font-size: 1.6em;
}
.guide-button {
margin-left: 10px;
}
a.dashboard-button:hover, a.guide-button:hover {
background-color: #5A6B8B;
}
.tier-title > th {
text-transform: uppercase;
font-size: 24 px;
text-align: center !important;
}
#tiers {
text-align: center;
}
.colored-cell {
background-color: #00aeef;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}
.icon-orange {
color: #f79422;
}
.icon-green {
color: #5cb85c;
}
.renewable-text {
color: grey;
font-style: italic;
}
.fa-info-circle {
color: grey;
}
#tiers rect {
fill: #f79422;
}
#tiers text {
text-anchor: middle;
}
.tooltip {
font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-size: 100px !important;
color: #f79422;
margin-left: 0 !important;
}
.sec-center {
text-align: center;
}
.tech-icon, .access-image, .overlay {
animation-duration: 1s;
animation-delay: 0.5s;
}
#renewable {
padding-top: 20px
}
.image-container {
height: 500px;
vertical-align: middle;
position: relative;
}
.helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.side-image {
width: 100%;
vertical-align: middle;
}
.main-image {
vertical-align: top;
width: 100%;
height: 100%;
}
.overlay {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
/* SMARTPHONES */
@media only screen and (max-width: 480px) {
.title {
margin-top: 60px;
}
.section-heading {
margin-top: 50px;
}
#scrollText {
visibility: hidden;
}
#landingButton {
margin: 0;
padding: 0;
}
.image-container {
height: inherit;
}
}
.tier-icon {
margin: auto;
width: 50px;
} | 0.374676 | 0.085633 |
.invite-modal-form .modal-dialog {
height: 90%;
width: 620px; }
.invite-modal-form .modal-dialog .modal-content {
width: 100%; }
.invite-modal-form .modal-dialog .modal-body {
height: 500px;
padding: 0px; }
.invite-modal-form .modal-dialog .modal-body .invite-info {
width: 50%;
height: 425px;
text-align: right;
border-right: 1px solid #e1e1e1;
float: left;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
margin-left: 0px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .input-info {
border-radius: 5px;
border-color: #e1e1e1;
color: #323a45;
border: 1px solid #ccc;
height: 34px;
width: 100%;
padding-left: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .btn-addusers {
border: 1px solid #ff5a5f;
height: 42px;
color: #ff5a5f;
display: inline-block;
font-size: 18px;
text-align: center;
padding: 6px 12px;
vertical-align: middle;
border-radius: 5px;
background-color: #fff;
width: 120px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .btn-addusers:hover {
box-shadow: 1px 1px 5px #ff5a5f !important; }
.invite-modal-form .modal-dialog .modal-body .invite-info .infofill {
margin-bottom: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .alert-meg {
text-align: left;
padding: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-user {
position: relative;
z-index: 1;
width: 50%;
height: 425px;
overflow-x: hidden;
word-break: break-all;
overflow-y: auto;
float: left;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-user:active {
background-color: #fff; }
.invite-modal-form .modal-dialog .modal-body .invite-user:hover {
background-color: #fff; }
.invite-modal-form .modal-dialog .modal-body .done-button {
position: relative;
left: 50%;
margin-left: -60px; }
.invite-modal-form .modal-dialog .modal-body .font-userinfo {
color: #a3a3a3;
font-size: 14px; }
.invite-modal-form .modal-dialog .modal-body .font-head {
font-size: 22px;
color: #a3a3a3; }
.invite-modal-form .modal-dialog .modal-body .font-username {
font-size: 20px; }
.invite-modal-form .modal-dialog .modal-body .remove-link {
color: #ff5a5f;
font-size: 14px;
text-decoration: underline;
cursor: pointer; } | client/src/app/shared/modal/invite/invite-modal.css | .invite-modal-form .modal-dialog {
height: 90%;
width: 620px; }
.invite-modal-form .modal-dialog .modal-content {
width: 100%; }
.invite-modal-form .modal-dialog .modal-body {
height: 500px;
padding: 0px; }
.invite-modal-form .modal-dialog .modal-body .invite-info {
width: 50%;
height: 425px;
text-align: right;
border-right: 1px solid #e1e1e1;
float: left;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
margin-left: 0px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .input-info {
border-radius: 5px;
border-color: #e1e1e1;
color: #323a45;
border: 1px solid #ccc;
height: 34px;
width: 100%;
padding-left: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .btn-addusers {
border: 1px solid #ff5a5f;
height: 42px;
color: #ff5a5f;
display: inline-block;
font-size: 18px;
text-align: center;
padding: 6px 12px;
vertical-align: middle;
border-radius: 5px;
background-color: #fff;
width: 120px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .btn-addusers:hover {
box-shadow: 1px 1px 5px #ff5a5f !important; }
.invite-modal-form .modal-dialog .modal-body .invite-info .infofill {
margin-bottom: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-info .alert-meg {
text-align: left;
padding: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-user {
position: relative;
z-index: 1;
width: 50%;
height: 425px;
overflow-x: hidden;
word-break: break-all;
overflow-y: auto;
float: left;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px; }
.invite-modal-form .modal-dialog .modal-body .invite-user:active {
background-color: #fff; }
.invite-modal-form .modal-dialog .modal-body .invite-user:hover {
background-color: #fff; }
.invite-modal-form .modal-dialog .modal-body .done-button {
position: relative;
left: 50%;
margin-left: -60px; }
.invite-modal-form .modal-dialog .modal-body .font-userinfo {
color: #a3a3a3;
font-size: 14px; }
.invite-modal-form .modal-dialog .modal-body .font-head {
font-size: 22px;
color: #a3a3a3; }
.invite-modal-form .modal-dialog .modal-body .font-username {
font-size: 20px; }
.invite-modal-form .modal-dialog .modal-body .remove-link {
color: #ff5a5f;
font-size: 14px;
text-decoration: underline;
cursor: pointer; } | 0.366363 | 0.032222 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0;
padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline; }
a {
background-color: transparent; }
a:active, a:hover {
outline: 0; }
b, strong {
font-weight: bold; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
button {
overflow: visible; }
audio, canvas, iframe, img, svg, video {
vertical-align: middle; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
/* # universal styles */
::-moz-selection {
background: #faa;
text-shadow: none; }
::selection {
background: #faa;
text-shadow: none; }
html, body {
color: #222;
line-height: 1.375rem;
width: 100%;
height: 100%;
margin: 0;
font: caption;
font-size: 16px; }
/* # defaults */
* {
box-sizing: border-box; }
img {
display: block;
max-width: 100%; }
pre {
background: #eee;
padding: 1em;
border-radius: 6px;
display: inline-block; }
p {
line-height: 1.4;
max-width: 37rem; }
h1, h2, h3, h4, h5, h6 {
color: #55f;
max-width: 37rem;
line-height: 1; }
li {
line-height: 1.4;
margin: 0.65rem auto; }
/* # site styles */
body {
/*background-color: #f1f2f3;*/ }
.main-header {
position: relative;
background-color: #faa;
/*background-image: url('../img/aleksandra-boguslawska-1510.jpg');*/
background-size: cover;
background-position: center center;
min-height: 80vh; }
.header-screenshot {
will-change: transform;
position: fixed;
max-height: 80vh;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
width: auto;
animation: 1s 1 slide-up-header-img; }
.site-title {
max-width: 100%;
font-size: 4rem;
color: #55f;
text-align: center;
padding: 1.6666666667rem;
display: inline-block;
margin: auto;
background: #f1f2f3;
border-bottom-right-radius: 6px; }
.site-title img {
max-width: 128px; }
.cta {
background-color: #55f;
color: #fff;
font-size: 2rem;
padding: 1.6666666667rem;
font-weight: bold;
text-decoration: none;
transition: background-color 0.1s;
border-radius: 6px; }
.cta:hover {
background-color: #3c3cff; }
.header-cta {
will-change: transform;
position: absolute;
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
z-index: 100; }
.header-cta.fixed {
border-top-left-radius: 0;
border-top-right-radius: 0;
position: fixed;
top: 0;
bottom: initial;
z-index: 400; }
main {
position: relative;
z-index: 100;
background: #f1f2f3;
box-shadow: 0 0 16px #838c95; }
section {
padding: 2.5rem;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 16px;
margin-right: 16px; }
section:nth-of-type(2n) {
background-color: #55f;
flex-direction: row-reverse;
border-radius: 6px; }
section:nth-of-type(2n) * {
color: #f1f2f3; }
.section-image-container {
max-width: 50%; }
footer {
position: relative;
z-index: 1;
background-color: #faa;
min-height: 25vh;
color: #fff;
padding: 2.5rem; }
footer div {
margin: auto; }
@keyframes slide-up {
0% {
transform: translateX(-50%) translateY(150%); }
100% {
transform: translateX(-50%) translateY(0); } }
@keyframes slide-up-header-img {
0% {
transform: translateX(-50%) translateY(50%); }
100% {
transform: translateX(-50%) translateY(-50%); } }
/* # extras */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/* # responsive rules */
/* ## small screens */
@media only screen and (max-width: 480px) {
h1 {
font-size: 2rem; }
h2 {
font-size: 1.625rem; }
h3 {
font-size: 1.375rem; }
h4 {
font-size: 1.125rem; }
.site-title {
font-size: 2rem; }
.site-title h1 {
font-size: 2rem; } }
/* ## tablets and small screens */
@media only screen and (min-width: 480px) and (max-width: 960px) {
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.5rem; }
h4 {
font-size: 1.125rem; } }
/* ## normal to large screens */
@media only screen and (min-width: 960px) {
h1 {
font-size: 3rem; }
h2 {
font-size: 2.25rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.125rem; } }
/*# sourceMappingURL=main.css.map */ | docs/assets/css/main.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0;
padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline; }
a {
background-color: transparent; }
a:active, a:hover {
outline: 0; }
b, strong {
font-weight: bold; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
button {
overflow: visible; }
audio, canvas, iframe, img, svg, video {
vertical-align: middle; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
/* # universal styles */
::-moz-selection {
background: #faa;
text-shadow: none; }
::selection {
background: #faa;
text-shadow: none; }
html, body {
color: #222;
line-height: 1.375rem;
width: 100%;
height: 100%;
margin: 0;
font: caption;
font-size: 16px; }
/* # defaults */
* {
box-sizing: border-box; }
img {
display: block;
max-width: 100%; }
pre {
background: #eee;
padding: 1em;
border-radius: 6px;
display: inline-block; }
p {
line-height: 1.4;
max-width: 37rem; }
h1, h2, h3, h4, h5, h6 {
color: #55f;
max-width: 37rem;
line-height: 1; }
li {
line-height: 1.4;
margin: 0.65rem auto; }
/* # site styles */
body {
/*background-color: #f1f2f3;*/ }
.main-header {
position: relative;
background-color: #faa;
/*background-image: url('../img/aleksandra-boguslawska-1510.jpg');*/
background-size: cover;
background-position: center center;
min-height: 80vh; }
.header-screenshot {
will-change: transform;
position: fixed;
max-height: 80vh;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
width: auto;
animation: 1s 1 slide-up-header-img; }
.site-title {
max-width: 100%;
font-size: 4rem;
color: #55f;
text-align: center;
padding: 1.6666666667rem;
display: inline-block;
margin: auto;
background: #f1f2f3;
border-bottom-right-radius: 6px; }
.site-title img {
max-width: 128px; }
.cta {
background-color: #55f;
color: #fff;
font-size: 2rem;
padding: 1.6666666667rem;
font-weight: bold;
text-decoration: none;
transition: background-color 0.1s;
border-radius: 6px; }
.cta:hover {
background-color: #3c3cff; }
.header-cta {
will-change: transform;
position: absolute;
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
z-index: 100; }
.header-cta.fixed {
border-top-left-radius: 0;
border-top-right-radius: 0;
position: fixed;
top: 0;
bottom: initial;
z-index: 400; }
main {
position: relative;
z-index: 100;
background: #f1f2f3;
box-shadow: 0 0 16px #838c95; }
section {
padding: 2.5rem;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 16px;
margin-right: 16px; }
section:nth-of-type(2n) {
background-color: #55f;
flex-direction: row-reverse;
border-radius: 6px; }
section:nth-of-type(2n) * {
color: #f1f2f3; }
.section-image-container {
max-width: 50%; }
footer {
position: relative;
z-index: 1;
background-color: #faa;
min-height: 25vh;
color: #fff;
padding: 2.5rem; }
footer div {
margin: auto; }
@keyframes slide-up {
0% {
transform: translateX(-50%) translateY(150%); }
100% {
transform: translateX(-50%) translateY(0); } }
@keyframes slide-up-header-img {
0% {
transform: translateX(-50%) translateY(50%); }
100% {
transform: translateX(-50%) translateY(-50%); } }
/* # extras */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/* # responsive rules */
/* ## small screens */
@media only screen and (max-width: 480px) {
h1 {
font-size: 2rem; }
h2 {
font-size: 1.625rem; }
h3 {
font-size: 1.375rem; }
h4 {
font-size: 1.125rem; }
.site-title {
font-size: 2rem; }
.site-title h1 {
font-size: 2rem; } }
/* ## tablets and small screens */
@media only screen and (min-width: 480px) and (max-width: 960px) {
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.5rem; }
h4 {
font-size: 1.125rem; } }
/* ## normal to large screens */
@media only screen and (min-width: 960px) {
h1 {
font-size: 3rem; }
h2 {
font-size: 2.25rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.125rem; } }
/*# sourceMappingURL=main.css.map */ | 0.428951 | 0.070176 |
.bg-black-1 {
background: #383838 !important;
}
.bg-black-2 {
background: #333 !important;
}
.bg-black-3 {
background: #2a2a2a !important;
}
.bg-black-4 {
background: #252525 !important;
}
.bg-black-5 {
background: #1f1f1f !important;
}
.bg-black-6 {
background: #1c1c1c !important;
}
.bg-black-2 .form-control {
background: #2c2c2c;
}
.bg-black-2 .form-control:focus {
background: #2c2c2c !important;
}
.bg-black-2 .label-template-checkbox::before {
background: #2c2c2c;
}
.bg-black-3 .form-control {
background: #303030;
}
.bg-black-3 .form-control:focus {
background: #303030 !important;
}
.bg-black-3 .label-template-checkbox::before {
background: #303030;
}
body {
background: #333;
}
i[class*="icon-"] {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
a {
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
a,
button,
i,
span,
strong,
small {
display: inline-block;
}
h1 span,
h2 span,
h3 span {
margin-right: 15px;
}
h1 .badge,
h2 .badge,
h3 .badge {
font-size: 1rem;
font-weight: 500;
}
button {
cursor: pointer;
}
section {
padding: 8.5rem 0;
}
section header {
margin-bottom: 30px;
}
blockquote.blockquote {
background: #fafafa;
padding: 30px;
}
blockquote.blockquote p {
font-size: 1rem;
font-size: #555;
line-height: 1.7rem;
}
blockquote.blockquote .author {
font-size: 1.1rem;
margin-top: 20px;
font-weight: 700;
color: #333;
}
p {
color: #999;
}
#style-switch-button {
z-index: 9999 !important;
}
.text-bold {
font-weight: 700;
}
.text-small {
font-size: 0.9rem;
}
.template-text,
.listing-home p {
font-weight: 300;
line-height: 1.8rem;
color: #b0b0b0;
}
.text-thin {
font-weight: 400 !important;
}
.btn {
-webkit-transition: all 0.3s !important;
transition: all 0.3s !important;
}
.btn-outline-light:hover {
color: #5989e5 !important;
}
.no-radius {
border-radius: 0 !important;
}
.radius-small {
border-radius: 5px !important;
}
.badge {
font-weight: 500;
margin-right: 5px;
}
.table-responsive {
display: table;
}
.badge {
border-radius: 0;
color: #fff !important;
}
.full-width {
width: 100% !important;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
display: block;
overflow-y: hidden !important;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
display: block;
width: 100%;
padding: 3px 1.5rem;
clear: both;
font-weight: 400;
color: #999;
text-align: inherit;
white-space: nowrap;
background: 0 0;
border: 0;
font-weight: 300;
outline: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
background: #eee;
color: #333 !important;
}
.bootstrap-select .dropdown-menu {
margin: 0 !important;
-webkit-transform: none !important;
transform: none !important;
}
.bootstrap-select .dropdown-menu::before,
.bootstrap-select .dropdown-menu::after {
display: none !important;
}
.bootstrap-select .dropdown-menu {
border-radius: 0;
border: 0;
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),
-1px -1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
margin-top: 15px;
-webkit-transform: translateY(30px);
transform: translateY(30px);
color: #999 !important;
font-size: 1em;
min-width: 200px;
}
.bootstrap-select .dropdown-menu.open {
max-height: 230px !important;
overflow-y: scroll !important;
}
.bootstrap-select .dropdown-menu.open::-webkit-scrollbar {
width: 5px;
}
.bootstrap-select .dropdown-menu.open::-webkit-scrollbar-thumb {
background-color: darkgrey;
}
.bootstrap-select .dropdown-menu::after {
content: "";
display: block;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #fff;
position: absolute;
top: -5px;
left: 30px;
}
.bootstrap-select .dropdown-menu::before {
content: "";
display: block;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 8px solid #eee;
position: absolute;
top: -8px;
left: 30px;
}
.bootstrap-select .dropdown-menu a {
color: #999;
}
.bootstrap-select .dropdown-menu a:hover {
background: #5989e5;
color: #fff;
}
.bootstrap-select .dropdown-menu a {
padding: 10px 20px;
}
.bootstrap-select .dropdown-toggle {
border: none !important;
background: #333;
color: #ccc !important;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 1.5rem;
}
.bootstrap-select .dropdown-toggle span {
color: #999;
font-weight: 300;
font-size: 0.9rem;
text-transform: none;
}
.bootstrap-select .dropdown-toggle span.bs-caret {
margin-right: -10px;
}
.bootstrap-select .dropdown-toggle:focus {
outline: none !important;
outline-offset: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.no-anchor-style {
text-decoration: none !important;
color: inherit !important;
}
.bg-gray {
background: #f5f5f5 !important;
}
.pagination {
margin-top: 30px;
}
.pagination a.page-link {
color: #999;
border: none;
background: #383838;
border-radius: 0 !important;
margin: 0 3px;
}
.pagination a.page-link.active {
color: #fff;
background: #5989e5;
}
.pagination a.page-link:hover {
background: #fff;
color: #333;
}
.nav-pills .nav-link {
border-radius: 0;
background: #f5f5f5;
padding: 15px;
text-transform: uppercase;
font-weight: 400;
color: #555;
}
.nav-pills .nav-link.active {
background: #5989e5;
}
.dropdown-menu {
border-radius: 0;
border: 0;
font-size: 1rem;
min-width: 200px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
background: #333;
color: #ccc;
}
.dropdown-menu a {
color: #ccc;
padding: 10px 15px !important;
font-size: 0.9rem;
}
.dropdown-menu a:hover {
background: #5989e5;
color: #fff;
}
.dropdown-menu a:active {
background-color: #fff;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -2px;
font-size: 1rem;
}
.dropdown-toggle {
background: none;
outline: none;
border-radius: 0;
}
.dropdown-toggle span {
color: #555;
}
.dropdown-toggle::after {
border: none !important;
content: "\f107";
vertical-align: baseline;
font-family: "FontAwesome";
margin-left: 0;
}
.megamenu {
width: 100%;
padding: 40px 30px;
margin-top: 0;
z-index: 9999 !important;
}
.megamenu strong {
margin-bottom: 10px;
display: block;
color: #fff;
font-weight: 500;
display: block;
}
.megamenu strong::after {
content: "";
width: 30px;
height: 2px;
display: block;
background: #5989e5;
}
.megamenu ul {
padding: 0;
margin: 0;
}
.megamenu ul a {
padding: 5px 0 !important;
text-decoration: none;
color: #bdbdbd;
font-size: 0.9em !important;
}
.megamenu ul a:hover {
background: none;
color: #5989e5 !important;
}
.menu-large {
position: static !important;
}
.has-overlay-dark {
position: relative;
z-index: 1;
}
.has-overlay-dark::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
background: rgba(17, 17, 17, 0.85);
z-index: -1;
}
.has-line::after {
content: "";
width: 50px;
height: 3px;
display: block;
margin-top: 5px;
background: #5989e5;
}
.btn-gradient {
background-color: #5989e5;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#5989e5),
to(#37cfdc)
);
background-image: linear-gradient(to right, #5989e5, #37cfdc);
border-color: transparent !important;
color: #fff;
border: none !important;
}
.btn-gradient:hover,
.btn-gradient:focus {
color: #fff;
opacity: 0.9;
}
.sticky {
width: 100%;
position: fixed;
top: 0;
right: 0;
}
.scrollUp {
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
}
.swiper-pagination-bullet-active {
background: #5989e5;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
background: #ddd;
width: 12px;
height: 12px;
}
.swiper-pagination-bullet-active {
background: #5989e5;
}
.form-group {
position: relative;
}
.form-control {
border-radius: 40px;
border: none !important;
background: #333;
color: #fff !important;
font-weight: 300;
}
.form-control::-moz-placeholder {
font-size: 0.9rem;
font-weight: 300;
font-family: "Poppins", sans-serif;
color: #999 !important;
}
.form-control::-webkit-input-placeholder {
font-size: 0.9rem;
font-weight: 300;
font-family: "Poppins", sans-serif;
color: #999 !important;
}
.form-control:-ms-input-placeholder {
font-size: 0.9rem;
font-weight: 300;
font-family: "Poppins", sans-serif;
color: #999 !important;
}
.form-control:focus {
background: #333 !important;
}
label {
color: #ccc;
padding-left: 15px;
margin-top: 15px;
}
.label-template-checkbox {
color: #999;
font-family: "Poppins", sans-serif;
font-weight: 300;
position: relative;
padding-left: 25px;
margin-right: 20px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.label-template-checkbox::before {
content: "";
width: 16px;
height: 16px;
background: #333;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.label-template-checkbox::after {
content: "\f00c";
width: 16px;
height: 16px;
background: #5989e5;
text-align: center;
line-height: 16px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
font-family: "FontAwesome";
font-size: 0.65rem;
}
.label-template-checkbox input {
display: none;
}
.label-template-checkbox.active::after {
opacity: 1;
}
.placeholder-right::-moz-placeholder {
text-align: right;
}
.placeholder-right::-webkit-input-placeholder {
text-align: right;
}
.placeholder-right:-ms-input-placeholder {
text-align: right;
}
textarea {
min-height: 150px;
}
.radius-sm {
border-radius: 10px !important;
}
.upload-btn-wrapper {
position: relative;
overflow: hidden;
color: #777;
text-align: center;
padding: 30px;
border: 2px dashed #444;
cursor: pointer;
display: block;
font-size: 0.85rem;
}
.upload-btn-wrapper i {
font-size: 1.5rem;
margin-bottom: 10px;
}
.upload-btn-wrapper input[type="file"] {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
}
.breadcrumb {
background: none;
padding: 0;
font-size: 0.8rem;
position: relative;
padding-left: 20px;
margin-bottom: 0;
}
.breadcrumb::before {
content: "\f015";
display: block;
position: absolute;
top: 50%;
left: 0;
color: #5989e5;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "FontAwesome";
}
.breadcrumb a {
text-decoration: none;
color: #999;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
color: #5989e5;
text-decoration: none;
}
hr.line {
border-color: #333;
}
.top-bar {
background: #383838;
color: #fff;
padding: 15px 0;
}
.top-bar a {
color: inherit;
}
.top-bar a:hover,
.top-bar a:focus {
color: #fff;
text-decoration: none;
}
.top-bar ul {
margin-bottom: 0;
}
.top-bar .menu-left {
color: #cbcbcb;
font-size: 0.8rem;
font-weight: 300;
}
.top-bar .menu-right {
color: #fff;
font-size: 0.75rem;
}
.top-bar .menu-right li {
margin: 0;
}
.top-bar .menu-right a {
text-transform: uppercase;
padding: 0 20px;
border-right: 1px solid #b2b2b2;
font-weight: 500;
}
.top-bar .menu-right a:hover,
.top-bar .menu-right a:focus {
color: #5989e5;
}
.top-bar .menu-right i {
margin-right: 5px;
}
.search-area {
-webkit-transform: translateX(-120%);
transform: translateX(-120%);
-webkit-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
right: 0;
background: rgba(42, 42, 42, 0.98);
z-index: 9999;
}
.search-area.is-visible {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.search-inner {
width: 100%;
height: 100%;
}
.search-inner form {
padding: 20px;
max-width: 700px;
width: 100%;
padding: 40px;
}
.search-inner .form-group {
position: relative;
}
.search-inner input {
background: none;
border: none;
outline: none;
color: #fff;
width: 100%;
padding: 5px 0;
border-bottom: 1px solid #999;
font-size: 1.2rem;
font-weight: 300;
}
.search-inner input:focus {
border-color: #5989e5;
}
.search-inner input::-moz-placeholder {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
.search-inner input::-webkit-input-placeholder {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
.search-inner input:-ms-input-placeholder {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
.search-inner .submit {
background: none;
color: #999;
border: none;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
position: absolute;
right: 0;
bottom: 0;
font-size: 1.2rem;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.search-inner .submit:hover {
color: #5989e5;
}
.search-inner .close-btn {
position: absolute;
top: 20px;
right: 40px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 0.8rem;
letter-spacing: 0.08rem;
color: #ccc;
cursor: pointer;
}
.search-inner .close-btn i {
margin-left: 5px;
}
@media (max-width: 767px) {
.top-bar .search-area form .submit {
position: static;
margin: 10px 0;
width: 100%;
color: #5989e5;
font-weight: 500;
}
}
nav.navbar {
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
color: #333;
-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
z-index: 9995;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
nav.navbar .nav-item.active {
color: #5989e5;
}
nav.navbar .nav-link {
color: inherit;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 500;
}
nav.navbar .nav-link:hover {
color: #5989e5;
}
nav.navbar .dropdown-menu {
margin-top: 30px;
}
nav.navbar a.dropdown-item,
nav.navbar .dropdown-submenu a {
font-weight: 400;
text-transform: none;
}
nav.navbar a.dropdown-item:hover,
nav.navbar .dropdown-submenu a:hover {
color: #fff;
}
nav.navbar .megamenu {
margin-top: 0;
}
nav.navbar .navbar-brand {
max-width: 180px;
}
nav.navbar .navbar-toggler {
outline: none;
}
nav.navbar .navbar-toggler span {
width: 25px;
margin: 5px;
display: block;
height: 2px;
background: #333;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
nav.navbar .navbar-toggler.active span:first-of-type {
-webkit-transform: rotate(45deg) translate(10px);
transform: rotate(45deg) translate(10px);
}
nav.navbar .navbar-toggler.active span:last-of-type {
-webkit-transform: rotate(-45deg) translate(10px);
transform: rotate(-45deg) translate(10px);
}
nav.navbar .navbar-toggler.active span:nth-of-type(2) {
opacity: 0;
}
.modal {
z-index: 9999;
}
.modal .modal-content {
border-radius: 0;
background-color: #333;
color: #fff;
}
.modal .modal-header {
border-bottom-color: #444;
}
.modal .modal-footer {
border-top-color: #444;
}
.modal-open .modal {
background: rgba(0, 0, 0, 0.85);
}
@media (max-width: 991px) {
nav.navbar .navbar-collapse {
max-height: 350px;
overflow-y: auto;
}
nav.navbar .dropdown-menu {
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 0;
padding-left: 15px;
}
nav.navbar .megamenu {
padding: 10px;
}
}
.hero-section {
padding: 0;
color: #fff;
}
.hero-section .hero-content {
min-height: calc(100vh - 135px);
background-size: cover !important;
background-position: center center !important;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hero-section .swiper-pagination-bullet,
.hero-section .swiper-pagination-bullet-active {
background: none !important;
font-weight: 700;
margin: 0 15px;
width: auto;
height: auto;
font-size: 1.4rem;
}
.hero-section .swiper-pagination-bullet-active {
font-size: 3rem;
}
.hero-section .swiper-pagination {
max-width: 1140px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
text-align: right;
padding: 20px;
}
.hero-section p {
color: #ccc;
}
.hero-page {
padding: 50px 0;
}
.search-property {
padding: 70px 0;
}
.search-property .form-group {
margin-bottom: 20px;
}
.property {
-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
background: #333333;
position: relative;
z-index: 1;
}
.property::before {
content: "";
width: calc(100% + 8px);
height: calc(100% + 8px);
position: absolute;
top: -4px;
right: -4px;
background: none;
display: block;
border: 4px solid transparent;
z-index: -1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.property:hover .overlay {
opacity: 1;
}
.property:hover .overlay a {
-webkit-transform: none;
transform: none;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.property:hover::before {
border-color: #5989e5;
}
.property:hover {
border-color: #5989e5;
}
.property .image {
max-height: 230px;
overflow: hidden;
position: relative;
}
.property .overlay {
width: 100%;
height: 100%;
background: rgba(34, 34, 34, 0.96);
opacity: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
position: absolute;
top: 0;
right: 0;
}
.property .overlay a {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.property .info {
padding: 30px;
}
.property .tags li {
margin: 0;
}
.property .tags a {
font-size: 0.8rem;
color: #999999;
}
.property .tags a:hover {
text-decoration: none;
color: #5989e5;
}
.property .price {
font-size: 1.4rem;
}
.property .price small {
font-size: 0.9rem;
}
.property .statistics {
background: #383838;
padding: 20px 30px;
color: #999;
}
.property .statistics .item {
width: 33.333%;
}
.property .statistics span {
font-size: 0.9rem;
}
.property .property-footer {
padding: 30px;
}
.property .property-footer .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
.property .property-footer .text {
color: #999;
}
.property .property-footer .text strong {
line-height: 0.8rem;
font-weight: 500;
}
.property .property-footer .text span {
font-size: 0.8rem;
}
.property .property-footer a.favourite {
font-size: 1.5rem;
color: #202020 !important;
}
.property .property-footer a.favourite:hover,
.property .property-footer a.favourite:focus {
color: #5989e5 !important;
}
.apartments .swiper-slide {
padding: 5px;
}
.featured-properties .image {
max-height: 450px;
overflow: hidden;
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;
}
.featured-properties .text {
padding: 100px 30px;
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
background: #333333;
}
.featured-properties .text strong {
color: #6a6a6a;
text-transform: uppercase;
font-size: 0.8rem;
margin-bottom: 20px;
letter-spacing: 0.08rem;
}
.featured-properties .text p {
color: #8f8f8f;
line-height: 1.8rem;
margin-top: 30px;
}
.featured-properties .text .price {
color: #5989e5;
}
.featured-properties .text .price strong {
font-size: 1.4rem;
color: inherit;
margin-right: 5px;
}
.listing-home {
position: relative;
height: 300px;
overflow: hidden;
margin-bottom: 30px;
}
.listing-home:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.listing-home img {
-webkit-transition: all 0.7s;
transition: all 0.7s;
width: 120%;
}
.listing-home h3 {
margin-bottom: 0;
}
.listing-home p {
margin-bottom: 0;
}
.listing-home .text {
padding: 15px 30px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background-image: -webkit-linear-gradient(
94deg,
#121212 0%,
rgba(18, 18, 18, 0) 80%,
rgba(18, 18, 18, 0) 100%
);
}
.listing-home .ribbon {
padding: 10px;
background: #5989e5;
color: #fff;
position: absolute;
top: 0;
right: 0;
}
.listing-home .ribbon strong {
font-size: 2rem;
margin-top: 6px;
line-height: 1rem;
}
.about .image {
height: 450px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
}
.about .image img {
height: 100%;
}
.about .text {
padding: 30px;
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
background: #333333;
height: 100%;
}
.about .text strong {
color: #6a6a6a;
text-transform: uppercase;
font-size: 0.8rem;
margin-bottom: 20px;
letter-spacing: 0.08rem;
}
.about .text p {
color: #8f8f8f;
line-height: 1.8rem;
margin-top: 15px;
}
.about .text .price {
color: #5989e5;
}
.about .text .price strong {
font-size: 1.4rem;
color: inherit;
margin-right: 5px;
}
.agent {
-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
background: #333333;
position: relative;
z-index: 1;
}
.agent .image {
height: 250px;
overflow: hidden;
position: relative;
}
.agent::before {
content: "";
width: calc(100% + 8px);
height: calc(100% + 8px);
position: absolute;
top: -4px;
right: -4px;
background: none;
display: block;
border: 4px solid transparent;
z-index: -1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.agent:hover::before {
border-color: #5989e5;
}
.agent:hover .contact-info {
opacity: 1;
-webkit-transform: none;
transform: none;
}
.agent .info {
padding: 30px;
}
.agent .info p {
color: #999999;
font-weight: 300;
font-size: 0.9rem;
}
.agent .contact-info {
background: rgba(89, 137, 229, 0.95);
padding: 20px 30px;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.agent .contact-info li {
padding: 5px 0;
}
.agent .contact-info a {
font-size: 0.9rem;
color: #fff;
font-weight: 300;
}
.agent .contact-info a i {
width: 30px;
height: 30px;
line-height: 30px;
background: #fff;
color: #5989e5;
text-align: center;
border: 1px solid #fff;
margin-right: 10px;
border-radius: 50%;
font-size: 0.75rem;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.agent .contact-info a:hover {
text-decoration: none;
color: #fff;
}
.agent .agent-social {
padding: 20px 30px;
background: #383838;
}
.agent .agent-social a {
color: #999;
}
.agent .agent-social a:hover,
.agent .agent-social a:focus {
color: #5989e5;
text-decoration: none;
}
.agents-listing .agent {
margin-bottom: 30px;
}
.agents-listing .image {
height: 220px;
}
.agents-listing .contact-info {
padding: 20px;
}
.agents-listing .contact-info a {
font-size: 0.85rem;
}
.testimonial {
background: #333333;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
color: #aaaaaa;
max-width: 700px;
margin: 0 auto;
padding: 50px;
}
.testimonial .feedback {
line-height: 1.9rem;
font-size: 1rem;
font-weight: 300;
text-align: center;
position: relative;
z-index: 1;
}
.testimonial .feedback::before {
content: "";
width: 200px;
height: 200px;
background: url(../img/quote.svg);
background-size: 100%;
position: absolute;
top: calc(50% - 100px);
left: calc(50% - 100px);
display: block;
z-index: -1;
}
.testimonial .client {
text-align: right;
}
.testimonial .client span {
font-size: 0.9rem;
font-weight: 300;
}
.clients {
padding: 50px 0;
}
.clients .client {
height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.clients .client img {
max-width: 90px;
margin: 0 auto;
}
footer.footer {
padding: 150px 0 0;
}
footer.footer p {
color: #7e7e7e;
font-size: 0.9rem;
line-height: 1.5rem;
font-size: 300;
}
footer.footer .logo {
margin-bottom: 20px;
}
footer.footer a {
color: #7e7e7e;
font-size: 0.9rem;
}
footer.footer a:hover,
footer.footer a:focus {
color: #5989e5;
text-decoration: none;
}
footer.footer .social a {
color: #fff;
font-size: 0.9rem;
}
footer.footer .social a:hover,
footer.footer .social a:focus {
color: #5989e5;
text-decoration: none;
}
footer.footer ul a {
margin-bottom: 5px;
}
footer.footer h3 {
margin-top: 10px;
margin-bottom: 30px;
}
footer.footer .newsletter-form .form-group {
position: relative;
}
footer.footer .newsletter-form .submit {
position: absolute;
right: 0;
bottom: 0;
padding-top: 11px;
padding-bottom: 11px;
}
footer.footer .copyrights {
margin-top: 150px;
padding: 40px 0;
}
footer.footer .copyrights p {
margin: 0;
}
footer.footer .copyrights a {
color: #5989e5;
}
#scrollTopButton {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
position: fixed;
right: 30px;
bottom: 30px;
background-color: #5989e5;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#5989e5),
to(#37cfdc)
);
background-image: linear-gradient(to right, #5989e5, #37cfdc);
z-index: 9995;
cursor: pointer;
display: none;
border-radius: 40px;
}
#scrollTopButton::before {
content: "Scroll Top";
width: 110px;
height: 40px;
background-color: #5989e5;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#5989e5),
to(#37cfdc)
);
background-image: linear-gradient(to right, #5989e5, #37cfdc);
color: #fff;
text-align: center;
line-height: 40px;
cursor: pointer;
font-size: 0.75rem;
padding-right: 30px;
position: absolute;
top: 0;
left: -70px;
display: block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateX(40px);
transform: translateX(40px);
-webkit-transform-origin: top right;
transform-origin: top right;
border-radius: 40px;
z-index: -1;
opacity: 0;
}
#scrollTopButton:hover::before {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.filter {
padding: 10px 30px;
margin-top: 50px;
background: #333;
}
.filter strong {
min-width: 50px;
color: #999;
}
.filter .sort {
padding: 10px 0;
}
.filter .view {
padding: 10px 0;
}
.filter .view li {
margin: 0;
}
.filter .view a {
width: 35px;
height: 35px;
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;
text-decoration: none;
}
.filter .view a:hover {
background: #383838;
color: #5989e5;
}
.filter .view a.active {
background: #2a2a2a;
}
.filter .bootstrap-select .dropdown-toggle {
background: #2a2a2a;
padding: 10px 20px;
padding-right: 40px;
}
.filter .bootstrap-select .dropdown-toggle span {
font-size: 0.85rem;
line-height: 1.5rem;
}
.filter .bootstrap-select .dropdown-toggle span.bs-caret {
margin-right: 10px;
}
.property-listing-item {
margin-top: 40px;
}
.property-listing-item .image {
height: 220px;
overflow: hidden;
position: relative;
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;
}
.property-listing-item .image img {
width: 100%;
}
.property-listing-item .image .price {
position: absolute;
right: 0;
bottom: 0;
background: #5989e5;
padding: 5px 20px;
color: #fff;
}
.property-listing-item.list-full-width .image {
height: 320px;
}
.property-listing-item.list-full-width .image img {
width: 100%;
}
.property-listing-item .info {
padding: 20px;
padding-bottom: 0;
background: #383838;
}
.property-listing-item .info::after {
content: "";
background: #555;
width: 100%;
height: 1px;
display: block;
margin-top: 20px;
}
.property-listing-item .info a {
display: block;
}
.property-listing-item .info .badge {
margin-bottom: 10px;
}
.property-listing-item .info p {
font-size: 0.95rem;
color: #eee;
}
.property-listing-item .info .address {
font-size: 0.85rem;
font-weight: 300;
color: #999;
}
.property-listing-item .footer {
padding: 20px;
background: #383838;
color: #999;
font-size: 0.85rem;
}
.property-listing-item ul i {
color: #fff;
margin-right: 5px;
}
.property-listing-item .inner {
height: 100%;
padding: 10px;
}
.property-listing-footer {
font-size: 0.9rem;
}
.widget {
background: #333;
margin-top: 40px;
padding: 20px;
}
.widget .widget-header {
color: #fff;
margin-bottom: 40px;
}
.sidebar-search .form-control {
background: #2a2a2a;
}
.sidebar-search .bootstrap-select .dropdown-toggle {
background: #2a2a2a;
}
.property-thumb {
margin-bottom: 20px;
}
.property-thumb .image {
width: 85px;
height: 85px;
margin-right: 15px;
}
.property-thumb a {
color: #fff !important;
font-weight: 500;
font-size: 0.95rem;
}
.property-thumb p {
font-size: 0.8rem;
margin-bottom: 0;
}
.property-thumb .price {
color: #5989e5;
font-weight: 600;
font-size: 0.9rem;
}
.location-widget ul {
margin-right: 40px;
}
.location-widget ul a {
color: #999;
font-size: 0.9rem;
margin-bottom: 5px;
text-decoration: none;
}
.location-widget ul a:hover {
color: #5989e5;
}
.map {
position: relative;
}
.map-holder {
height: 500px;
overflow: hidden;
}
.map-holder::after {
content: "";
width: 100%;
height: 30px;
position: absolute;
top: 0;
left: 0;
-webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.2);
}
.collapse-map {
padding: 10px 30px;
background: #383838;
text-decoration: none !important;
color: #eee !important;
border-radius: 30px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 999;
font-size: 0.8rem;
}
.toggle-features {
margin-bottom: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-left: 15px;
}
.toggle-features:hover,
.toggle-features:focus {
color: #5989e5;
text-decoration: none;
}
.features {
margin-left: 15px;
}
.property-single .swiper-container {
width: 100%;
height: 545px !important;
margin-left: auto;
margin-right: auto;
}
.property-single .swiper-slide {
background-size: cover;
background-position: center;
}
.property-single .gallery-top {
height: 80%;
width: 100%;
}
.property-single .gallery-thumbs {
height: 150px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 0;
}
.property-single .gallery-thumbs .swiper-wrapper {
margin-left: -33.333%;
}
.property-single .gallery-thumbs .swiper-slide {
width: 33.33% !important;
height: 100%;
opacity: 0.4;
}
.property-single .gallery-thumbs .swiper-slide-active {
opacity: 1;
}
.property-single-author {
padding: 50px 30px;
}
.property-single-author .avatar {
min-width: 80px;
min-height: 80px;
max-width: 80px;
max-height: 80px;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
}
.property-single-author .text {
color: #fff;
}
.property-single-author .text strong {
font-size: 1.2rem;
display: block;
line-height: 1;
}
.property-single-author .text span {
color: #999;
font-size: 0.85rem;
}
.property-single-author .agent-social {
margin-bottom: 0;
margin-top: 10px;
font-size: 0.8rem;
}
.property-single-author .agent-social a {
color: #fff;
}
.property-single-author .agent-social a:hover {
color: #5989e5;
}
.property-single-author .contact-info {
font-size: 0.85rem;
padding: 20px 0;
}
.property-single-author .contact-info a {
text-decoration: none;
font-weight: 300;
color: #999;
margin-right: 5px;
}
.property-single-author .contact-info i {
margin-right: 10px;
}
.block {
padding: 30px;
}
.block h3 {
margin-top: 15px;
margin-bottom: 30px;
}
.block p {
font-size: 0.9rem;
font-weight: 300;
line-height: 1.7rem;
}
.property-single-details strong {
color: #fff;
font-size: 0.9rem;
display: block;
line-height: 1;
font-weight: 500;
}
.property-single-details span {
color: #999;
font-size: 0.85rem;
margin-bottom: 15px;
}
.property-single-features .label-template-checkbox {
font-size: 0.9rem;
margin-bottom: 15px;
cursor: default;
}
.floor-plan .image {
padding: 30px;
margin-top: 40px;
}
.floor-plan .image img {
max-width: 600px;
width: 100%;
}
.floor-plan .nav-tabs {
border-bottom: none;
}
.floor-plan a.nav-link {
border: none;
border-radius: 50px;
font-size: 0.85rem;
padding: 5px 20px;
background: #383838;
margin: 5px;
color: #999;
}
.floor-plan a.nav-link.active {
background: #5989e5;
color: #fff;
}
#property-single-map {
width: 100%;
height: 400px;
}
.agent-full .image {
max-height: 500px;
overflow: hidden;
}
.agent-full .text {
height: 100%;
}
.agent-full .header {
padding: 30px;
background: #5989e5;
color: #fff;
}
.agent-full .header h2 {
margin-bottom: 0;
}
.agent-full .header p {
color: #fff;
font-weight: 300;
font-size: 0.9rem;
}
.agent-full .header a {
color: #fff;
font-size: 0.85rem;
text-decoration: none;
font-weight: 300;
}
.agent-full .header a:hover {
color: #fff;
text-decoration: none;
font-weight: 300;
}
.agent-full .header i {
margin-right: 5px;
}
.agent-full .body {
padding: 30px;
font-size: 0.9rem;
}
.agent-full .footer {
color: #999;
padding: 30px;
padding-top: 0;
}
.agent-full .footer .icon {
font-size: 2.1rem;
margin-right: 20px;
color: #fff;
}
.agent-full .footer i[class*="icon-"] {
-webkit-transform: translateY(2px);
transform: translateY(2px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.agent-full .footer strong {
display: block;
line-height: 1;
font-size: 1.8rem;
color: #5989e5;
}
.agent-full .footer span {
font-size: 0.9rem;
font-weight: 300;
}
.agent-contact-form textarea {
min-height: 200px;
}
.grid-gallery figcaption {
background: #424242;
}
.slideshow-open figure {
background: #383838;
border-color: #383838;
}
.slideshow-open figcaption {
background: none !important;
}
.slideshow-open li::after {
background: rgba(56, 56, 56, 0.8);
}
.customer-login h2 {
margin-bottom: 30px;
}
.customer-login h4 {
color: #eee;
}
.customer-login p {
font-size: 0.9rem;
font-weight: 300;
margin: 30px 0;
line-height: 1.7rem;
}
.customer-login hr {
margin: 30px 0;
border-color: #555;
}
.customer-login input {
padding-top: 15px;
padding-bottom: 15px;
}
.about-brief img {
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
}
.testimonial.bg-darker {
background: #2e2e2e;
}
.testimonial.bg-darker .feedback::before {
opacity: 0.5;
}
.error-page {
padding: 80px 0;
}
.error-page-holder h1 {
font-size: 6rem;
}
.error-page-holder .error-page-inner {
width: 100%;
}
.error-page-holder img {
max-width: 600px;
display: block;
margin: 0 auto;
}
#style-switch-button {
position: fixed;
top: 120px;
left: 0px;
border-radius: 0;
z-index: 2;
}
#style-switch {
width: 300px;
padding: 20px;
position: fixed;
top: 160px;
left: 0;
background: #252525;
border: solid 1px #ced4da;
z-index: 2000;
}
#style-switch h4 {
color: #999;
}
.navbar {
padding: 0.5rem 1rem;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
border: 1px solid transparent;
border-radius: 50px;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.btn {
font-weight: 500;
border: 1px solid transparent;
text-transform: uppercase;
padding: 0.625rem 1.5rem;
font-size: 0.8rem;
line-height: 1.5;
border-radius: 50px;
-webkit-transition: background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
-webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
background-image: none;
}
.btn-primary {
color: color-yiq(#5989e5);
background-color: #5989e5;
border-color: #5989e5;
}
.btn-primary:hover {
color: color-yiq(#3871e0);
background-color: #3871e0;
border-color: #2d6ade;
}
.btn-primary:focus,
.btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
background-color: #5989e5;
border-color: #5989e5;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: color-yiq(#2d6ade);
background-color: #2d6ade;
border-color: #2262dc;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-secondary {
color: color-yiq(#868e96);
background-color: #868e96;
border-color: #868e96;
}
.btn-secondary:hover {
color: color-yiq(#727b84);
background-color: #727b84;
border-color: #6c757d;
}
.btn-secondary:focus,
.btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: color-yiq(#6c757d);
background-color: #6c757d;
border-color: #666e76;
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-success {
color: color-yiq(#28a745);
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: color-yiq(#218838);
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: color-yiq(#1e7e34);
background-color: #1e7e34;
border-color: #1c7430;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
color: color-yiq(#17a2b8);
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: color-yiq(#138496);
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: color-yiq(#117a8b);
background-color: #117a8b;
border-color: #10707f;
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
color: color-yiq(#ffc107);
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: color-yiq(#e0a800);
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: color-yiq(#d39e00);
background-color: #d39e00;
border-color: #c69500;
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
color: color-yiq(#dc3545);
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: color-yiq(#c82333);
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: color-yiq(#bd2130);
background-color: #bd2130;
border-color: #b21f2d;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
color: color-yiq(#f8f9fa);
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: color-yiq(#e2e6ea);
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: color-yiq(#dae0e5);
background-color: #dae0e5;
border-color: #d3d9df;
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
color: color-yiq(#343a40);
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: color-yiq(#23272b);
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: color-yiq(#1d2124);
background-color: #1d2124;
border-color: #171a1d;
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
color: #5989e5;
background-color: transparent;
background-image: none;
border-color: #5989e5;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5989e5;
border-color: #5989e5;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #5989e5;
background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #5989e5;
border-color: #5989e5;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96;
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-lg {
padding: 0.8rem 1.8rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 50px;
}
.btn-sm {
padding: 0.4rem 1.2rem;
font-size: 0.7rem;
line-height: 1.5;
border-radius: 50px;
}
body {
font-family: "Poppins", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
}
a {
color: #5989e5;
text-decoration: none;
}
a:focus,
a:hover {
color: #215dd1;
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 700;
line-height: 1.2;
color: #fff;
}
h1,
.h1 {
font-size: 2.5rem;
}
h2,
.h2 {
font-size: 2rem;
}
h3,
.h3 {
font-size: 1.4rem;
}
h4,
.h4 {
font-size: 1.1rem;
}
h5,
.h5 {
font-size: 1rem;
}
h6,
.h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.blockquote {
padding: 0.5rem 1rem;
margin-bottom: 2rem;
font-size: 1.25rem;
border-left: 5px solid #5989e5;
}
.blockquote-footer {
color: #868e96;
}
.blockquote-footer::before {
content: "\2014 \00A0";
}
.text-primary {
color: #5989e5 !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #2d6ade !important;
}
.page-item:first-child .page-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
color: #fff;
background-color: #5989e5;
border-color: #5989e5;
}
.page-item.disabled .page-link {
color: #868e96;
background-color: #fff;
border-color: #ddd;
}
.page-link {
padding: 0.5rem 0.75rem;
line-height: 1.25;
color: #5989e5;
background-color: #fff;
border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
color: #215dd1;
text-decoration: none;
background-color: #e9ecef;
border-color: #ddd;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.bg-primary {
background-color: #5989e5 !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #2d6ade !important;
}
.bg-secondary {
background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
background-color: #6c757d !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
background-color: #1d2124 !important;
}
.border-primary {
border-color: #5989e5 !important;
}
.border-secondary {
border-color: #868e96 !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.text-primary {
color: #5989e5 !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #2d6ade !important;
}
.text-secondary {
color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #6c757d !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #1d2124 !important;
}
.badge-primary {
color: color-yiq(#5989e5);
background-color: #5989e5;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
color: color-yiq(#5989e5);
text-decoration: none;
background-color: #2d6ade;
}
.badge-secondary {
color: color-yiq(#868e96);
background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
color: color-yiq(#868e96);
text-decoration: none;
background-color: #6c757d;
}
.badge-success {
color: color-yiq(#28a745);
background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
color: color-yiq(#28a745);
text-decoration: none;
background-color: #1e7e34;
}
.badge-info {
color: color-yiq(#17a2b8);
background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
color: color-yiq(#17a2b8);
text-decoration: none;
background-color: #117a8b;
}
.badge-warning {
color: color-yiq(#ffc107);
background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
color: color-yiq(#ffc107);
text-decoration: none;
background-color: #d39e00;
}
.badge-danger {
color: color-yiq(#dc3545);
background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
color: color-yiq(#dc3545);
text-decoration: none;
background-color: #bd2130;
}
.badge-light {
color: color-yiq(#f8f9fa);
background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
color: color-yiq(#f8f9fa);
text-decoration: none;
background-color: #dae0e5;
}
.badge-dark {
color: color-yiq(#343a40);
background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
color: color-yiq(#343a40);
text-decoration: none;
background-color: #1d2124;
}
.form-control {
padding: 0.625rem 1.5rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: none;
border: 1px solid #ced4da;
border-radius: 40px;
-webkit-transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #c7d7f6;
outline: none;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #868e96;
}
.form-control:-ms-input-placeholder {
color: #868e96;
}
.form-control::placeholder {
color: #868e96;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.75rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-sm {
padding: 0.4rem 1.2rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]) {
height: calc(2.1125rem + 2px);
}
.form-control-lg {
padding: 0.8rem 1.8rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]) {
height: calc(3.475rem + 2px);
}
.valid-feedback {
display: none;
margin-top: 0.25rem;
font-size: 0.875rem;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
width: 250px;
padding: 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: 0.2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid + .form-check-label,
.form-check-input.is-valid + .form-check-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control,
.custom-file-input.is-valid ~ .custom-file-control {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
border-color: inherit;
}
.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
margin-top: 0.25rem;
font-size: 0.875rem;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
width: 250px;
padding: 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: 0.2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid + .form-check-label,
.form-check-input.is-invalid + .form-check-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control,
.custom-file-input.is-invalid ~ .custom-file-control {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
} | public/assets/css/style.default.css | .bg-black-1 {
background: #383838 !important;
}
.bg-black-2 {
background: #333 !important;
}
.bg-black-3 {
background: #2a2a2a !important;
}
.bg-black-4 {
background: #252525 !important;
}
.bg-black-5 {
background: #1f1f1f !important;
}
.bg-black-6 {
background: #1c1c1c !important;
}
.bg-black-2 .form-control {
background: #2c2c2c;
}
.bg-black-2 .form-control:focus {
background: #2c2c2c !important;
}
.bg-black-2 .label-template-checkbox::before {
background: #2c2c2c;
}
.bg-black-3 .form-control {
background: #303030;
}
.bg-black-3 .form-control:focus {
background: #303030 !important;
}
.bg-black-3 .label-template-checkbox::before {
background: #303030;
}
body {
background: #333;
}
i[class*="icon-"] {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
a {
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
a,
button,
i,
span,
strong,
small {
display: inline-block;
}
h1 span,
h2 span,
h3 span {
margin-right: 15px;
}
h1 .badge,
h2 .badge,
h3 .badge {
font-size: 1rem;
font-weight: 500;
}
button {
cursor: pointer;
}
section {
padding: 8.5rem 0;
}
section header {
margin-bottom: 30px;
}
blockquote.blockquote {
background: #fafafa;
padding: 30px;
}
blockquote.blockquote p {
font-size: 1rem;
font-size: #555;
line-height: 1.7rem;
}
blockquote.blockquote .author {
font-size: 1.1rem;
margin-top: 20px;
font-weight: 700;
color: #333;
}
p {
color: #999;
}
#style-switch-button {
z-index: 9999 !important;
}
.text-bold {
font-weight: 700;
}
.text-small {
font-size: 0.9rem;
}
.template-text,
.listing-home p {
font-weight: 300;
line-height: 1.8rem;
color: #b0b0b0;
}
.text-thin {
font-weight: 400 !important;
}
.btn {
-webkit-transition: all 0.3s !important;
transition: all 0.3s !important;
}
.btn-outline-light:hover {
color: #5989e5 !important;
}
.no-radius {
border-radius: 0 !important;
}
.radius-small {
border-radius: 5px !important;
}
.badge {
font-weight: 500;
margin-right: 5px;
}
.table-responsive {
display: table;
}
.badge {
border-radius: 0;
color: #fff !important;
}
.full-width {
width: 100% !important;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
display: block;
overflow-y: hidden !important;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
display: block;
width: 100%;
padding: 3px 1.5rem;
clear: both;
font-weight: 400;
color: #999;
text-align: inherit;
white-space: nowrap;
background: 0 0;
border: 0;
font-weight: 300;
outline: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
background: #eee;
color: #333 !important;
}
.bootstrap-select .dropdown-menu {
margin: 0 !important;
-webkit-transform: none !important;
transform: none !important;
}
.bootstrap-select .dropdown-menu::before,
.bootstrap-select .dropdown-menu::after {
display: none !important;
}
.bootstrap-select .dropdown-menu {
border-radius: 0;
border: 0;
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),
-1px -1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
margin-top: 15px;
-webkit-transform: translateY(30px);
transform: translateY(30px);
color: #999 !important;
font-size: 1em;
min-width: 200px;
}
.bootstrap-select .dropdown-menu.open {
max-height: 230px !important;
overflow-y: scroll !important;
}
.bootstrap-select .dropdown-menu.open::-webkit-scrollbar {
width: 5px;
}
.bootstrap-select .dropdown-menu.open::-webkit-scrollbar-thumb {
background-color: darkgrey;
}
.bootstrap-select .dropdown-menu::after {
content: "";
display: block;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #fff;
position: absolute;
top: -5px;
left: 30px;
}
.bootstrap-select .dropdown-menu::before {
content: "";
display: block;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 8px solid #eee;
position: absolute;
top: -8px;
left: 30px;
}
.bootstrap-select .dropdown-menu a {
color: #999;
}
.bootstrap-select .dropdown-menu a:hover {
background: #5989e5;
color: #fff;
}
.bootstrap-select .dropdown-menu a {
padding: 10px 20px;
}
.bootstrap-select .dropdown-toggle {
border: none !important;
background: #333;
color: #ccc !important;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 1.5rem;
}
.bootstrap-select .dropdown-toggle span {
color: #999;
font-weight: 300;
font-size: 0.9rem;
text-transform: none;
}
.bootstrap-select .dropdown-toggle span.bs-caret {
margin-right: -10px;
}
.bootstrap-select .dropdown-toggle:focus {
outline: none !important;
outline-offset: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.no-anchor-style {
text-decoration: none !important;
color: inherit !important;
}
.bg-gray {
background: #f5f5f5 !important;
}
.pagination {
margin-top: 30px;
}
.pagination a.page-link {
color: #999;
border: none;
background: #383838;
border-radius: 0 !important;
margin: 0 3px;
}
.pagination a.page-link.active {
color: #fff;
background: #5989e5;
}
.pagination a.page-link:hover {
background: #fff;
color: #333;
}
.nav-pills .nav-link {
border-radius: 0;
background: #f5f5f5;
padding: 15px;
text-transform: uppercase;
font-weight: 400;
color: #555;
}
.nav-pills .nav-link.active {
background: #5989e5;
}
.dropdown-menu {
border-radius: 0;
border: 0;
font-size: 1rem;
min-width: 200px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
background: #333;
color: #ccc;
}
.dropdown-menu a {
color: #ccc;
padding: 10px 15px !important;
font-size: 0.9rem;
}
.dropdown-menu a:hover {
background: #5989e5;
color: #fff;
}
.dropdown-menu a:active {
background-color: #fff;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -2px;
font-size: 1rem;
}
.dropdown-toggle {
background: none;
outline: none;
border-radius: 0;
}
.dropdown-toggle span {
color: #555;
}
.dropdown-toggle::after {
border: none !important;
content: "\f107";
vertical-align: baseline;
font-family: "FontAwesome";
margin-left: 0;
}
.megamenu {
width: 100%;
padding: 40px 30px;
margin-top: 0;
z-index: 9999 !important;
}
.megamenu strong {
margin-bottom: 10px;
display: block;
color: #fff;
font-weight: 500;
display: block;
}
.megamenu strong::after {
content: "";
width: 30px;
height: 2px;
display: block;
background: #5989e5;
}
.megamenu ul {
padding: 0;
margin: 0;
}
.megamenu ul a {
padding: 5px 0 !important;
text-decoration: none;
color: #bdbdbd;
font-size: 0.9em !important;
}
.megamenu ul a:hover {
background: none;
color: #5989e5 !important;
}
.menu-large {
position: static !important;
}
.has-overlay-dark {
position: relative;
z-index: 1;
}
.has-overlay-dark::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
background: rgba(17, 17, 17, 0.85);
z-index: -1;
}
.has-line::after {
content: "";
width: 50px;
height: 3px;
display: block;
margin-top: 5px;
background: #5989e5;
}
.btn-gradient {
background-color: #5989e5;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#5989e5),
to(#37cfdc)
);
background-image: linear-gradient(to right, #5989e5, #37cfdc);
border-color: transparent !important;
color: #fff;
border: none !important;
}
.btn-gradient:hover,
.btn-gradient:focus {
color: #fff;
opacity: 0.9;
}
.sticky {
width: 100%;
position: fixed;
top: 0;
right: 0;
}
.scrollUp {
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
}
.swiper-pagination-bullet-active {
background: #5989e5;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
background: #ddd;
width: 12px;
height: 12px;
}
.swiper-pagination-bullet-active {
background: #5989e5;
}
.form-group {
position: relative;
}
.form-control {
border-radius: 40px;
border: none !important;
background: #333;
color: #fff !important;
font-weight: 300;
}
.form-control::-moz-placeholder {
font-size: 0.9rem;
font-weight: 300;
font-family: "Poppins", sans-serif;
color: #999 !important;
}
.form-control::-webkit-input-placeholder {
font-size: 0.9rem;
font-weight: 300;
font-family: "Poppins", sans-serif;
color: #999 !important;
}
.form-control:-ms-input-placeholder {
font-size: 0.9rem;
font-weight: 300;
font-family: "Poppins", sans-serif;
color: #999 !important;
}
.form-control:focus {
background: #333 !important;
}
label {
color: #ccc;
padding-left: 15px;
margin-top: 15px;
}
.label-template-checkbox {
color: #999;
font-family: "Poppins", sans-serif;
font-weight: 300;
position: relative;
padding-left: 25px;
margin-right: 20px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.label-template-checkbox::before {
content: "";
width: 16px;
height: 16px;
background: #333;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.label-template-checkbox::after {
content: "\f00c";
width: 16px;
height: 16px;
background: #5989e5;
text-align: center;
line-height: 16px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
font-family: "FontAwesome";
font-size: 0.65rem;
}
.label-template-checkbox input {
display: none;
}
.label-template-checkbox.active::after {
opacity: 1;
}
.placeholder-right::-moz-placeholder {
text-align: right;
}
.placeholder-right::-webkit-input-placeholder {
text-align: right;
}
.placeholder-right:-ms-input-placeholder {
text-align: right;
}
textarea {
min-height: 150px;
}
.radius-sm {
border-radius: 10px !important;
}
.upload-btn-wrapper {
position: relative;
overflow: hidden;
color: #777;
text-align: center;
padding: 30px;
border: 2px dashed #444;
cursor: pointer;
display: block;
font-size: 0.85rem;
}
.upload-btn-wrapper i {
font-size: 1.5rem;
margin-bottom: 10px;
}
.upload-btn-wrapper input[type="file"] {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
}
.breadcrumb {
background: none;
padding: 0;
font-size: 0.8rem;
position: relative;
padding-left: 20px;
margin-bottom: 0;
}
.breadcrumb::before {
content: "\f015";
display: block;
position: absolute;
top: 50%;
left: 0;
color: #5989e5;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "FontAwesome";
}
.breadcrumb a {
text-decoration: none;
color: #999;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
color: #5989e5;
text-decoration: none;
}
hr.line {
border-color: #333;
}
.top-bar {
background: #383838;
color: #fff;
padding: 15px 0;
}
.top-bar a {
color: inherit;
}
.top-bar a:hover,
.top-bar a:focus {
color: #fff;
text-decoration: none;
}
.top-bar ul {
margin-bottom: 0;
}
.top-bar .menu-left {
color: #cbcbcb;
font-size: 0.8rem;
font-weight: 300;
}
.top-bar .menu-right {
color: #fff;
font-size: 0.75rem;
}
.top-bar .menu-right li {
margin: 0;
}
.top-bar .menu-right a {
text-transform: uppercase;
padding: 0 20px;
border-right: 1px solid #b2b2b2;
font-weight: 500;
}
.top-bar .menu-right a:hover,
.top-bar .menu-right a:focus {
color: #5989e5;
}
.top-bar .menu-right i {
margin-right: 5px;
}
.search-area {
-webkit-transform: translateX(-120%);
transform: translateX(-120%);
-webkit-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
right: 0;
background: rgba(42, 42, 42, 0.98);
z-index: 9999;
}
.search-area.is-visible {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.search-inner {
width: 100%;
height: 100%;
}
.search-inner form {
padding: 20px;
max-width: 700px;
width: 100%;
padding: 40px;
}
.search-inner .form-group {
position: relative;
}
.search-inner input {
background: none;
border: none;
outline: none;
color: #fff;
width: 100%;
padding: 5px 0;
border-bottom: 1px solid #999;
font-size: 1.2rem;
font-weight: 300;
}
.search-inner input:focus {
border-color: #5989e5;
}
.search-inner input::-moz-placeholder {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
.search-inner input::-webkit-input-placeholder {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
.search-inner input:-ms-input-placeholder {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
.search-inner .submit {
background: none;
color: #999;
border: none;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
position: absolute;
right: 0;
bottom: 0;
font-size: 1.2rem;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.search-inner .submit:hover {
color: #5989e5;
}
.search-inner .close-btn {
position: absolute;
top: 20px;
right: 40px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 0.8rem;
letter-spacing: 0.08rem;
color: #ccc;
cursor: pointer;
}
.search-inner .close-btn i {
margin-left: 5px;
}
@media (max-width: 767px) {
.top-bar .search-area form .submit {
position: static;
margin: 10px 0;
width: 100%;
color: #5989e5;
font-weight: 500;
}
}
nav.navbar {
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
color: #333;
-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
z-index: 9995;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
nav.navbar .nav-item.active {
color: #5989e5;
}
nav.navbar .nav-link {
color: inherit;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 500;
}
nav.navbar .nav-link:hover {
color: #5989e5;
}
nav.navbar .dropdown-menu {
margin-top: 30px;
}
nav.navbar a.dropdown-item,
nav.navbar .dropdown-submenu a {
font-weight: 400;
text-transform: none;
}
nav.navbar a.dropdown-item:hover,
nav.navbar .dropdown-submenu a:hover {
color: #fff;
}
nav.navbar .megamenu {
margin-top: 0;
}
nav.navbar .navbar-brand {
max-width: 180px;
}
nav.navbar .navbar-toggler {
outline: none;
}
nav.navbar .navbar-toggler span {
width: 25px;
margin: 5px;
display: block;
height: 2px;
background: #333;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
nav.navbar .navbar-toggler.active span:first-of-type {
-webkit-transform: rotate(45deg) translate(10px);
transform: rotate(45deg) translate(10px);
}
nav.navbar .navbar-toggler.active span:last-of-type {
-webkit-transform: rotate(-45deg) translate(10px);
transform: rotate(-45deg) translate(10px);
}
nav.navbar .navbar-toggler.active span:nth-of-type(2) {
opacity: 0;
}
.modal {
z-index: 9999;
}
.modal .modal-content {
border-radius: 0;
background-color: #333;
color: #fff;
}
.modal .modal-header {
border-bottom-color: #444;
}
.modal .modal-footer {
border-top-color: #444;
}
.modal-open .modal {
background: rgba(0, 0, 0, 0.85);
}
@media (max-width: 991px) {
nav.navbar .navbar-collapse {
max-height: 350px;
overflow-y: auto;
}
nav.navbar .dropdown-menu {
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 0;
padding-left: 15px;
}
nav.navbar .megamenu {
padding: 10px;
}
}
.hero-section {
padding: 0;
color: #fff;
}
.hero-section .hero-content {
min-height: calc(100vh - 135px);
background-size: cover !important;
background-position: center center !important;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hero-section .swiper-pagination-bullet,
.hero-section .swiper-pagination-bullet-active {
background: none !important;
font-weight: 700;
margin: 0 15px;
width: auto;
height: auto;
font-size: 1.4rem;
}
.hero-section .swiper-pagination-bullet-active {
font-size: 3rem;
}
.hero-section .swiper-pagination {
max-width: 1140px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
text-align: right;
padding: 20px;
}
.hero-section p {
color: #ccc;
}
.hero-page {
padding: 50px 0;
}
.search-property {
padding: 70px 0;
}
.search-property .form-group {
margin-bottom: 20px;
}
.property {
-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
background: #333333;
position: relative;
z-index: 1;
}
.property::before {
content: "";
width: calc(100% + 8px);
height: calc(100% + 8px);
position: absolute;
top: -4px;
right: -4px;
background: none;
display: block;
border: 4px solid transparent;
z-index: -1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.property:hover .overlay {
opacity: 1;
}
.property:hover .overlay a {
-webkit-transform: none;
transform: none;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.property:hover::before {
border-color: #5989e5;
}
.property:hover {
border-color: #5989e5;
}
.property .image {
max-height: 230px;
overflow: hidden;
position: relative;
}
.property .overlay {
width: 100%;
height: 100%;
background: rgba(34, 34, 34, 0.96);
opacity: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
position: absolute;
top: 0;
right: 0;
}
.property .overlay a {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.property .info {
padding: 30px;
}
.property .tags li {
margin: 0;
}
.property .tags a {
font-size: 0.8rem;
color: #999999;
}
.property .tags a:hover {
text-decoration: none;
color: #5989e5;
}
.property .price {
font-size: 1.4rem;
}
.property .price small {
font-size: 0.9rem;
}
.property .statistics {
background: #383838;
padding: 20px 30px;
color: #999;
}
.property .statistics .item {
width: 33.333%;
}
.property .statistics span {
font-size: 0.9rem;
}
.property .property-footer {
padding: 30px;
}
.property .property-footer .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
.property .property-footer .text {
color: #999;
}
.property .property-footer .text strong {
line-height: 0.8rem;
font-weight: 500;
}
.property .property-footer .text span {
font-size: 0.8rem;
}
.property .property-footer a.favourite {
font-size: 1.5rem;
color: #202020 !important;
}
.property .property-footer a.favourite:hover,
.property .property-footer a.favourite:focus {
color: #5989e5 !important;
}
.apartments .swiper-slide {
padding: 5px;
}
.featured-properties .image {
max-height: 450px;
overflow: hidden;
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;
}
.featured-properties .text {
padding: 100px 30px;
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
background: #333333;
}
.featured-properties .text strong {
color: #6a6a6a;
text-transform: uppercase;
font-size: 0.8rem;
margin-bottom: 20px;
letter-spacing: 0.08rem;
}
.featured-properties .text p {
color: #8f8f8f;
line-height: 1.8rem;
margin-top: 30px;
}
.featured-properties .text .price {
color: #5989e5;
}
.featured-properties .text .price strong {
font-size: 1.4rem;
color: inherit;
margin-right: 5px;
}
.listing-home {
position: relative;
height: 300px;
overflow: hidden;
margin-bottom: 30px;
}
.listing-home:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.listing-home img {
-webkit-transition: all 0.7s;
transition: all 0.7s;
width: 120%;
}
.listing-home h3 {
margin-bottom: 0;
}
.listing-home p {
margin-bottom: 0;
}
.listing-home .text {
padding: 15px 30px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background-image: -webkit-linear-gradient(
94deg,
#121212 0%,
rgba(18, 18, 18, 0) 80%,
rgba(18, 18, 18, 0) 100%
);
}
.listing-home .ribbon {
padding: 10px;
background: #5989e5;
color: #fff;
position: absolute;
top: 0;
right: 0;
}
.listing-home .ribbon strong {
font-size: 2rem;
margin-top: 6px;
line-height: 1rem;
}
.about .image {
height: 450px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
}
.about .image img {
height: 100%;
}
.about .text {
padding: 30px;
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
background: #333333;
height: 100%;
}
.about .text strong {
color: #6a6a6a;
text-transform: uppercase;
font-size: 0.8rem;
margin-bottom: 20px;
letter-spacing: 0.08rem;
}
.about .text p {
color: #8f8f8f;
line-height: 1.8rem;
margin-top: 15px;
}
.about .text .price {
color: #5989e5;
}
.about .text .price strong {
font-size: 1.4rem;
color: inherit;
margin-right: 5px;
}
.agent {
-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
background: #333333;
position: relative;
z-index: 1;
}
.agent .image {
height: 250px;
overflow: hidden;
position: relative;
}
.agent::before {
content: "";
width: calc(100% + 8px);
height: calc(100% + 8px);
position: absolute;
top: -4px;
right: -4px;
background: none;
display: block;
border: 4px solid transparent;
z-index: -1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.agent:hover::before {
border-color: #5989e5;
}
.agent:hover .contact-info {
opacity: 1;
-webkit-transform: none;
transform: none;
}
.agent .info {
padding: 30px;
}
.agent .info p {
color: #999999;
font-weight: 300;
font-size: 0.9rem;
}
.agent .contact-info {
background: rgba(89, 137, 229, 0.95);
padding: 20px 30px;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.agent .contact-info li {
padding: 5px 0;
}
.agent .contact-info a {
font-size: 0.9rem;
color: #fff;
font-weight: 300;
}
.agent .contact-info a i {
width: 30px;
height: 30px;
line-height: 30px;
background: #fff;
color: #5989e5;
text-align: center;
border: 1px solid #fff;
margin-right: 10px;
border-radius: 50%;
font-size: 0.75rem;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.agent .contact-info a:hover {
text-decoration: none;
color: #fff;
}
.agent .agent-social {
padding: 20px 30px;
background: #383838;
}
.agent .agent-social a {
color: #999;
}
.agent .agent-social a:hover,
.agent .agent-social a:focus {
color: #5989e5;
text-decoration: none;
}
.agents-listing .agent {
margin-bottom: 30px;
}
.agents-listing .image {
height: 220px;
}
.agents-listing .contact-info {
padding: 20px;
}
.agents-listing .contact-info a {
font-size: 0.85rem;
}
.testimonial {
background: #333333;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
color: #aaaaaa;
max-width: 700px;
margin: 0 auto;
padding: 50px;
}
.testimonial .feedback {
line-height: 1.9rem;
font-size: 1rem;
font-weight: 300;
text-align: center;
position: relative;
z-index: 1;
}
.testimonial .feedback::before {
content: "";
width: 200px;
height: 200px;
background: url(../img/quote.svg);
background-size: 100%;
position: absolute;
top: calc(50% - 100px);
left: calc(50% - 100px);
display: block;
z-index: -1;
}
.testimonial .client {
text-align: right;
}
.testimonial .client span {
font-size: 0.9rem;
font-weight: 300;
}
.clients {
padding: 50px 0;
}
.clients .client {
height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.clients .client img {
max-width: 90px;
margin: 0 auto;
}
footer.footer {
padding: 150px 0 0;
}
footer.footer p {
color: #7e7e7e;
font-size: 0.9rem;
line-height: 1.5rem;
font-size: 300;
}
footer.footer .logo {
margin-bottom: 20px;
}
footer.footer a {
color: #7e7e7e;
font-size: 0.9rem;
}
footer.footer a:hover,
footer.footer a:focus {
color: #5989e5;
text-decoration: none;
}
footer.footer .social a {
color: #fff;
font-size: 0.9rem;
}
footer.footer .social a:hover,
footer.footer .social a:focus {
color: #5989e5;
text-decoration: none;
}
footer.footer ul a {
margin-bottom: 5px;
}
footer.footer h3 {
margin-top: 10px;
margin-bottom: 30px;
}
footer.footer .newsletter-form .form-group {
position: relative;
}
footer.footer .newsletter-form .submit {
position: absolute;
right: 0;
bottom: 0;
padding-top: 11px;
padding-bottom: 11px;
}
footer.footer .copyrights {
margin-top: 150px;
padding: 40px 0;
}
footer.footer .copyrights p {
margin: 0;
}
footer.footer .copyrights a {
color: #5989e5;
}
#scrollTopButton {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
position: fixed;
right: 30px;
bottom: 30px;
background-color: #5989e5;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#5989e5),
to(#37cfdc)
);
background-image: linear-gradient(to right, #5989e5, #37cfdc);
z-index: 9995;
cursor: pointer;
display: none;
border-radius: 40px;
}
#scrollTopButton::before {
content: "Scroll Top";
width: 110px;
height: 40px;
background-color: #5989e5;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#5989e5),
to(#37cfdc)
);
background-image: linear-gradient(to right, #5989e5, #37cfdc);
color: #fff;
text-align: center;
line-height: 40px;
cursor: pointer;
font-size: 0.75rem;
padding-right: 30px;
position: absolute;
top: 0;
left: -70px;
display: block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateX(40px);
transform: translateX(40px);
-webkit-transform-origin: top right;
transform-origin: top right;
border-radius: 40px;
z-index: -1;
opacity: 0;
}
#scrollTopButton:hover::before {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.filter {
padding: 10px 30px;
margin-top: 50px;
background: #333;
}
.filter strong {
min-width: 50px;
color: #999;
}
.filter .sort {
padding: 10px 0;
}
.filter .view {
padding: 10px 0;
}
.filter .view li {
margin: 0;
}
.filter .view a {
width: 35px;
height: 35px;
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;
text-decoration: none;
}
.filter .view a:hover {
background: #383838;
color: #5989e5;
}
.filter .view a.active {
background: #2a2a2a;
}
.filter .bootstrap-select .dropdown-toggle {
background: #2a2a2a;
padding: 10px 20px;
padding-right: 40px;
}
.filter .bootstrap-select .dropdown-toggle span {
font-size: 0.85rem;
line-height: 1.5rem;
}
.filter .bootstrap-select .dropdown-toggle span.bs-caret {
margin-right: 10px;
}
.property-listing-item {
margin-top: 40px;
}
.property-listing-item .image {
height: 220px;
overflow: hidden;
position: relative;
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;
}
.property-listing-item .image img {
width: 100%;
}
.property-listing-item .image .price {
position: absolute;
right: 0;
bottom: 0;
background: #5989e5;
padding: 5px 20px;
color: #fff;
}
.property-listing-item.list-full-width .image {
height: 320px;
}
.property-listing-item.list-full-width .image img {
width: 100%;
}
.property-listing-item .info {
padding: 20px;
padding-bottom: 0;
background: #383838;
}
.property-listing-item .info::after {
content: "";
background: #555;
width: 100%;
height: 1px;
display: block;
margin-top: 20px;
}
.property-listing-item .info a {
display: block;
}
.property-listing-item .info .badge {
margin-bottom: 10px;
}
.property-listing-item .info p {
font-size: 0.95rem;
color: #eee;
}
.property-listing-item .info .address {
font-size: 0.85rem;
font-weight: 300;
color: #999;
}
.property-listing-item .footer {
padding: 20px;
background: #383838;
color: #999;
font-size: 0.85rem;
}
.property-listing-item ul i {
color: #fff;
margin-right: 5px;
}
.property-listing-item .inner {
height: 100%;
padding: 10px;
}
.property-listing-footer {
font-size: 0.9rem;
}
.widget {
background: #333;
margin-top: 40px;
padding: 20px;
}
.widget .widget-header {
color: #fff;
margin-bottom: 40px;
}
.sidebar-search .form-control {
background: #2a2a2a;
}
.sidebar-search .bootstrap-select .dropdown-toggle {
background: #2a2a2a;
}
.property-thumb {
margin-bottom: 20px;
}
.property-thumb .image {
width: 85px;
height: 85px;
margin-right: 15px;
}
.property-thumb a {
color: #fff !important;
font-weight: 500;
font-size: 0.95rem;
}
.property-thumb p {
font-size: 0.8rem;
margin-bottom: 0;
}
.property-thumb .price {
color: #5989e5;
font-weight: 600;
font-size: 0.9rem;
}
.location-widget ul {
margin-right: 40px;
}
.location-widget ul a {
color: #999;
font-size: 0.9rem;
margin-bottom: 5px;
text-decoration: none;
}
.location-widget ul a:hover {
color: #5989e5;
}
.map {
position: relative;
}
.map-holder {
height: 500px;
overflow: hidden;
}
.map-holder::after {
content: "";
width: 100%;
height: 30px;
position: absolute;
top: 0;
left: 0;
-webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.2);
}
.collapse-map {
padding: 10px 30px;
background: #383838;
text-decoration: none !important;
color: #eee !important;
border-radius: 30px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 999;
font-size: 0.8rem;
}
.toggle-features {
margin-bottom: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-left: 15px;
}
.toggle-features:hover,
.toggle-features:focus {
color: #5989e5;
text-decoration: none;
}
.features {
margin-left: 15px;
}
.property-single .swiper-container {
width: 100%;
height: 545px !important;
margin-left: auto;
margin-right: auto;
}
.property-single .swiper-slide {
background-size: cover;
background-position: center;
}
.property-single .gallery-top {
height: 80%;
width: 100%;
}
.property-single .gallery-thumbs {
height: 150px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 0;
}
.property-single .gallery-thumbs .swiper-wrapper {
margin-left: -33.333%;
}
.property-single .gallery-thumbs .swiper-slide {
width: 33.33% !important;
height: 100%;
opacity: 0.4;
}
.property-single .gallery-thumbs .swiper-slide-active {
opacity: 1;
}
.property-single-author {
padding: 50px 30px;
}
.property-single-author .avatar {
min-width: 80px;
min-height: 80px;
max-width: 80px;
max-height: 80px;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
}
.property-single-author .text {
color: #fff;
}
.property-single-author .text strong {
font-size: 1.2rem;
display: block;
line-height: 1;
}
.property-single-author .text span {
color: #999;
font-size: 0.85rem;
}
.property-single-author .agent-social {
margin-bottom: 0;
margin-top: 10px;
font-size: 0.8rem;
}
.property-single-author .agent-social a {
color: #fff;
}
.property-single-author .agent-social a:hover {
color: #5989e5;
}
.property-single-author .contact-info {
font-size: 0.85rem;
padding: 20px 0;
}
.property-single-author .contact-info a {
text-decoration: none;
font-weight: 300;
color: #999;
margin-right: 5px;
}
.property-single-author .contact-info i {
margin-right: 10px;
}
.block {
padding: 30px;
}
.block h3 {
margin-top: 15px;
margin-bottom: 30px;
}
.block p {
font-size: 0.9rem;
font-weight: 300;
line-height: 1.7rem;
}
.property-single-details strong {
color: #fff;
font-size: 0.9rem;
display: block;
line-height: 1;
font-weight: 500;
}
.property-single-details span {
color: #999;
font-size: 0.85rem;
margin-bottom: 15px;
}
.property-single-features .label-template-checkbox {
font-size: 0.9rem;
margin-bottom: 15px;
cursor: default;
}
.floor-plan .image {
padding: 30px;
margin-top: 40px;
}
.floor-plan .image img {
max-width: 600px;
width: 100%;
}
.floor-plan .nav-tabs {
border-bottom: none;
}
.floor-plan a.nav-link {
border: none;
border-radius: 50px;
font-size: 0.85rem;
padding: 5px 20px;
background: #383838;
margin: 5px;
color: #999;
}
.floor-plan a.nav-link.active {
background: #5989e5;
color: #fff;
}
#property-single-map {
width: 100%;
height: 400px;
}
.agent-full .image {
max-height: 500px;
overflow: hidden;
}
.agent-full .text {
height: 100%;
}
.agent-full .header {
padding: 30px;
background: #5989e5;
color: #fff;
}
.agent-full .header h2 {
margin-bottom: 0;
}
.agent-full .header p {
color: #fff;
font-weight: 300;
font-size: 0.9rem;
}
.agent-full .header a {
color: #fff;
font-size: 0.85rem;
text-decoration: none;
font-weight: 300;
}
.agent-full .header a:hover {
color: #fff;
text-decoration: none;
font-weight: 300;
}
.agent-full .header i {
margin-right: 5px;
}
.agent-full .body {
padding: 30px;
font-size: 0.9rem;
}
.agent-full .footer {
color: #999;
padding: 30px;
padding-top: 0;
}
.agent-full .footer .icon {
font-size: 2.1rem;
margin-right: 20px;
color: #fff;
}
.agent-full .footer i[class*="icon-"] {
-webkit-transform: translateY(2px);
transform: translateY(2px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.agent-full .footer strong {
display: block;
line-height: 1;
font-size: 1.8rem;
color: #5989e5;
}
.agent-full .footer span {
font-size: 0.9rem;
font-weight: 300;
}
.agent-contact-form textarea {
min-height: 200px;
}
.grid-gallery figcaption {
background: #424242;
}
.slideshow-open figure {
background: #383838;
border-color: #383838;
}
.slideshow-open figcaption {
background: none !important;
}
.slideshow-open li::after {
background: rgba(56, 56, 56, 0.8);
}
.customer-login h2 {
margin-bottom: 30px;
}
.customer-login h4 {
color: #eee;
}
.customer-login p {
font-size: 0.9rem;
font-weight: 300;
margin: 30px 0;
line-height: 1.7rem;
}
.customer-login hr {
margin: 30px 0;
border-color: #555;
}
.customer-login input {
padding-top: 15px;
padding-bottom: 15px;
}
.about-brief img {
-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
}
.testimonial.bg-darker {
background: #2e2e2e;
}
.testimonial.bg-darker .feedback::before {
opacity: 0.5;
}
.error-page {
padding: 80px 0;
}
.error-page-holder h1 {
font-size: 6rem;
}
.error-page-holder .error-page-inner {
width: 100%;
}
.error-page-holder img {
max-width: 600px;
display: block;
margin: 0 auto;
}
#style-switch-button {
position: fixed;
top: 120px;
left: 0px;
border-radius: 0;
z-index: 2;
}
#style-switch {
width: 300px;
padding: 20px;
position: fixed;
top: 160px;
left: 0;
background: #252525;
border: solid 1px #ced4da;
z-index: 2000;
}
#style-switch h4 {
color: #999;
}
.navbar {
padding: 0.5rem 1rem;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
border: 1px solid transparent;
border-radius: 50px;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.btn {
font-weight: 500;
border: 1px solid transparent;
text-transform: uppercase;
padding: 0.625rem 1.5rem;
font-size: 0.8rem;
line-height: 1.5;
border-radius: 50px;
-webkit-transition: background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
-webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
background-image: none;
}
.btn-primary {
color: color-yiq(#5989e5);
background-color: #5989e5;
border-color: #5989e5;
}
.btn-primary:hover {
color: color-yiq(#3871e0);
background-color: #3871e0;
border-color: #2d6ade;
}
.btn-primary:focus,
.btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
background-color: #5989e5;
border-color: #5989e5;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: color-yiq(#2d6ade);
background-color: #2d6ade;
border-color: #2262dc;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-secondary {
color: color-yiq(#868e96);
background-color: #868e96;
border-color: #868e96;
}
.btn-secondary:hover {
color: color-yiq(#727b84);
background-color: #727b84;
border-color: #6c757d;
}
.btn-secondary:focus,
.btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: color-yiq(#6c757d);
background-color: #6c757d;
border-color: #666e76;
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-success {
color: color-yiq(#28a745);
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: color-yiq(#218838);
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: color-yiq(#1e7e34);
background-color: #1e7e34;
border-color: #1c7430;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
color: color-yiq(#17a2b8);
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: color-yiq(#138496);
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: color-yiq(#117a8b);
background-color: #117a8b;
border-color: #10707f;
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
color: color-yiq(#ffc107);
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: color-yiq(#e0a800);
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: color-yiq(#d39e00);
background-color: #d39e00;
border-color: #c69500;
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
color: color-yiq(#dc3545);
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: color-yiq(#c82333);
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: color-yiq(#bd2130);
background-color: #bd2130;
border-color: #b21f2d;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
color: color-yiq(#f8f9fa);
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: color-yiq(#e2e6ea);
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: color-yiq(#dae0e5);
background-color: #dae0e5;
border-color: #d3d9df;
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
color: color-yiq(#343a40);
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: color-yiq(#23272b);
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: color-yiq(#1d2124);
background-color: #1d2124;
border-color: #171a1d;
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
color: #5989e5;
background-color: transparent;
background-image: none;
border-color: #5989e5;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5989e5;
border-color: #5989e5;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #5989e5;
background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #5989e5;
border-color: #5989e5;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.5);
}
.btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96;
-webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-lg {
padding: 0.8rem 1.8rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 50px;
}
.btn-sm {
padding: 0.4rem 1.2rem;
font-size: 0.7rem;
line-height: 1.5;
border-radius: 50px;
}
body {
font-family: "Poppins", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
}
a {
color: #5989e5;
text-decoration: none;
}
a:focus,
a:hover {
color: #215dd1;
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 700;
line-height: 1.2;
color: #fff;
}
h1,
.h1 {
font-size: 2.5rem;
}
h2,
.h2 {
font-size: 2rem;
}
h3,
.h3 {
font-size: 1.4rem;
}
h4,
.h4 {
font-size: 1.1rem;
}
h5,
.h5 {
font-size: 1rem;
}
h6,
.h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.blockquote {
padding: 0.5rem 1rem;
margin-bottom: 2rem;
font-size: 1.25rem;
border-left: 5px solid #5989e5;
}
.blockquote-footer {
color: #868e96;
}
.blockquote-footer::before {
content: "\2014 \00A0";
}
.text-primary {
color: #5989e5 !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #2d6ade !important;
}
.page-item:first-child .page-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
color: #fff;
background-color: #5989e5;
border-color: #5989e5;
}
.page-item.disabled .page-link {
color: #868e96;
background-color: #fff;
border-color: #ddd;
}
.page-link {
padding: 0.5rem 0.75rem;
line-height: 1.25;
color: #5989e5;
background-color: #fff;
border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
color: #215dd1;
text-decoration: none;
background-color: #e9ecef;
border-color: #ddd;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.bg-primary {
background-color: #5989e5 !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #2d6ade !important;
}
.bg-secondary {
background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
background-color: #6c757d !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
background-color: #1d2124 !important;
}
.border-primary {
border-color: #5989e5 !important;
}
.border-secondary {
border-color: #868e96 !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.text-primary {
color: #5989e5 !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #2d6ade !important;
}
.text-secondary {
color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #6c757d !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #1d2124 !important;
}
.badge-primary {
color: color-yiq(#5989e5);
background-color: #5989e5;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
color: color-yiq(#5989e5);
text-decoration: none;
background-color: #2d6ade;
}
.badge-secondary {
color: color-yiq(#868e96);
background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
color: color-yiq(#868e96);
text-decoration: none;
background-color: #6c757d;
}
.badge-success {
color: color-yiq(#28a745);
background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
color: color-yiq(#28a745);
text-decoration: none;
background-color: #1e7e34;
}
.badge-info {
color: color-yiq(#17a2b8);
background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
color: color-yiq(#17a2b8);
text-decoration: none;
background-color: #117a8b;
}
.badge-warning {
color: color-yiq(#ffc107);
background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
color: color-yiq(#ffc107);
text-decoration: none;
background-color: #d39e00;
}
.badge-danger {
color: color-yiq(#dc3545);
background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
color: color-yiq(#dc3545);
text-decoration: none;
background-color: #bd2130;
}
.badge-light {
color: color-yiq(#f8f9fa);
background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
color: color-yiq(#f8f9fa);
text-decoration: none;
background-color: #dae0e5;
}
.badge-dark {
color: color-yiq(#343a40);
background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
color: color-yiq(#343a40);
text-decoration: none;
background-color: #1d2124;
}
.form-control {
padding: 0.625rem 1.5rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: none;
border: 1px solid #ced4da;
border-radius: 40px;
-webkit-transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #c7d7f6;
outline: none;
-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
box-shadow: 0 0 0 0.2rem rgba(89, 137, 229, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #868e96;
}
.form-control:-ms-input-placeholder {
color: #868e96;
}
.form-control::placeholder {
color: #868e96;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.75rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-sm {
padding: 0.4rem 1.2rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]) {
height: calc(2.1125rem + 2px);
}
.form-control-lg {
padding: 0.8rem 1.8rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]) {
height: calc(3.475rem + 2px);
}
.valid-feedback {
display: none;
margin-top: 0.25rem;
font-size: 0.875rem;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
width: 250px;
padding: 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: 0.2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid + .form-check-label,
.form-check-input.is-valid + .form-check-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control,
.custom-file-input.is-valid ~ .custom-file-control {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
border-color: inherit;
}
.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
margin-top: 0.25rem;
font-size: 0.875rem;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
width: 250px;
padding: 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: 0.2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid + .form-check-label,
.form-check-input.is-invalid + .form-check-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control,
.custom-file-input.is-invalid ~ .custom-file-control {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
} | 0.280518 | 0.099689 |
color: black;
display: inline-block;
margin-bottom: 0.5rem;
}
#loginform input[type='text'],
#loginform input[type='password'] {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#loginform input:focus {
border-color: #89ba16 !important;
}
#loginform input:focus,
#loginform input:hover {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#loginform .button {
display: inline-block;
font-weight: 400;
color: #7f848c;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#loginform .button-primary {
background-color: #89ba16;
border-color: #89ba16;
color: white;
padding-left: 1.5em;
padding-right: 1.5em;
}
#loginform .button-primary:hover {
background: #90c317;
border-color: #90c317;
} | style.css | color: black;
display: inline-block;
margin-bottom: 0.5rem;
}
#loginform input[type='text'],
#loginform input[type='password'] {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#loginform input:focus {
border-color: #89ba16 !important;
}
#loginform input:focus,
#loginform input:hover {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#loginform .button {
display: inline-block;
font-weight: 400;
color: #7f848c;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#loginform .button-primary {
background-color: #89ba16;
border-color: #89ba16;
color: white;
padding-left: 1.5em;
padding-right: 1.5em;
}
#loginform .button-primary:hover {
background: #90c317;
border-color: #90c317;
} | 0.365004 | 0.083591 |
html{
font-size:24px;
}
.content {
width:100%;
max-width: 414px;
}
div {
color: #ED2839;
}
select {
font-style: bolder;
font-size: 3em;
width:100%;
}
#results2,#results1,#results3 {
display: none;
width:100%;
border: 1px solid black;
margin: 1px;
border-radius: 5px
box-shadow: 3px;
line-height: 0.6rem;
min-height: 0.8rem;
font-size: 0.5rem;
background-color: coral;
color: black;
}
#results2::before,#results1::before,#results3::before{
content: ">> ";
}
#box {
width:100%;
height:10rem;
border: 1px solid black;
padding: 9px 0 0 2px;
font-size: 1rem;
font-family: Lato, Roboto, Arial;
line-height: 0.8em;
}
#boxes {
width:100%;
height:18rem;
border: 1px solid black;
padding: 9px 0 0 2px;
font-size: 1rem;
font-family: Lato, Roboto, Arial;
line-height: 0.8em;
}
div.container>span:nth-of-type(odd) {
background: #e0e0e0;
}
div.container>div:nth-of-type(odd) {
background: #d0d0d0;
line-height: 1rem;
}
#box4{
line-height: 0.7rem;
}
#box4 .e
{
width:90px;
border-right:1px solid #222;
text-align:center;
float:left;
padding-left:2px;
cursor:pointer;
}
#box4 div.container>div:hover {
background-color:red;
}
.selecta {
line-height: 0.6rem;
}
.bollscro input {
width:100%
}
.main {
display: block;
position: relative;
padding-left: 45px;
margin-bottom: 15px;
cursor: pointer;
font-size: 20px;
}
h1 {
color: orange;
}
/* Hiding the initial checkbox */
.arr input[type=checkbox] {
visibility: hidden;
}
/* Creating a custom checkbox based on demand */
.w3docs {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: black;
}
/* Specify the background color to be shown when hovering over checkbox */
.main:hover input ~ .w3docs {
background-color: gray;
}
/* Specify the background color to be shown when checkbox is active */
.main input:active ~ .w3docs {
background-color: white;
}
/* Specify the background color to be shown when checkbox is checked */
.main input:checked ~ .w3docs {
background-color: orange;
}
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.w3docs:after {
content: "";
position: absolute;
display: none;
}
/* Display checkmark when checked */
.main input:checked ~ .w3docs:after {
display: block;
}
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.main .w3docs:after {
left: 8px;
bottom: 5px;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 4px 4px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.description {
font-size:0.5rem;
}
body{
/* display: flex;*/
}
@media screen and (max-width: 575px) {
.float-container {
/* display: inline-block; */
}
}
.float-container {
border: 3px solid #fff;
padding: 0.3rem;
/* display: inline-block;
flex: 1;*/
}
.float-child {
width: 50%;
float: left;
padding: 20px;
border: 2px solid red;
/* display: flex;
flex: 0; */
} | css/order.css | html{
font-size:24px;
}
.content {
width:100%;
max-width: 414px;
}
div {
color: #ED2839;
}
select {
font-style: bolder;
font-size: 3em;
width:100%;
}
#results2,#results1,#results3 {
display: none;
width:100%;
border: 1px solid black;
margin: 1px;
border-radius: 5px
box-shadow: 3px;
line-height: 0.6rem;
min-height: 0.8rem;
font-size: 0.5rem;
background-color: coral;
color: black;
}
#results2::before,#results1::before,#results3::before{
content: ">> ";
}
#box {
width:100%;
height:10rem;
border: 1px solid black;
padding: 9px 0 0 2px;
font-size: 1rem;
font-family: Lato, Roboto, Arial;
line-height: 0.8em;
}
#boxes {
width:100%;
height:18rem;
border: 1px solid black;
padding: 9px 0 0 2px;
font-size: 1rem;
font-family: Lato, Roboto, Arial;
line-height: 0.8em;
}
div.container>span:nth-of-type(odd) {
background: #e0e0e0;
}
div.container>div:nth-of-type(odd) {
background: #d0d0d0;
line-height: 1rem;
}
#box4{
line-height: 0.7rem;
}
#box4 .e
{
width:90px;
border-right:1px solid #222;
text-align:center;
float:left;
padding-left:2px;
cursor:pointer;
}
#box4 div.container>div:hover {
background-color:red;
}
.selecta {
line-height: 0.6rem;
}
.bollscro input {
width:100%
}
.main {
display: block;
position: relative;
padding-left: 45px;
margin-bottom: 15px;
cursor: pointer;
font-size: 20px;
}
h1 {
color: orange;
}
/* Hiding the initial checkbox */
.arr input[type=checkbox] {
visibility: hidden;
}
/* Creating a custom checkbox based on demand */
.w3docs {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: black;
}
/* Specify the background color to be shown when hovering over checkbox */
.main:hover input ~ .w3docs {
background-color: gray;
}
/* Specify the background color to be shown when checkbox is active */
.main input:active ~ .w3docs {
background-color: white;
}
/* Specify the background color to be shown when checkbox is checked */
.main input:checked ~ .w3docs {
background-color: orange;
}
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.w3docs:after {
content: "";
position: absolute;
display: none;
}
/* Display checkmark when checked */
.main input:checked ~ .w3docs:after {
display: block;
}
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.main .w3docs:after {
left: 8px;
bottom: 5px;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 4px 4px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.description {
font-size:0.5rem;
}
body{
/* display: flex;*/
}
@media screen and (max-width: 575px) {
.float-container {
/* display: inline-block; */
}
}
.float-container {
border: 3px solid #fff;
padding: 0.3rem;
/* display: inline-block;
flex: 1;*/
}
.float-child {
width: 50%;
float: left;
padding: 20px;
border: 2px solid red;
/* display: flex;
flex: 0; */
} | 0.326701 | 0.065995 |
div#container {
width: 994px;
position: relative;
margin: 0 auto 0 auto;
text-align: left;
}
body {
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-size: 13px;
margin: 0;
text-align: center;
}
a {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #800080;
}
a:active {
color: #FF0000;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
#wb_FormFiltro {
background-color: #FAFAFA;
border: 0px #000000 solid;
text-align: left;
}
#form-horizontal {
text-align: left;
}
#wb_Text1 div {
text-align: left;
}
#wb_Text2 div {
text-align: left;
}
#wb_Text3 div {
text-align: left;
}
#wb_Text4 div {
text-align: left;
}
#wb_Text5 div {
text-align: left;
}
#Layer2 {
background-color: transparent;
background-image: url(../img/masterpage_Layer2_bkgrnd.png);
background-repeat: repeat-x;
background-position: left top;
}
#Layer1 {
background-color: transparent;
background-image: url(../img/logo_semec.png);
background-repeat: no-repeat;
background-position: center top;
}
.logoutform_button {
background-color: #EEEEEE;
border-color: #878787;
border-width: 1px;
border-style: solid;
color: #000000;
font-family: Arial;
font-size: 19px;
}
#wb_CssMenu1 {
border: 0px #C0C0C0 solid;
background-color: transparent;
}
#wb_CssMenu1 ul {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
display: inline-block;
}
#wb_CssMenu1 li {
float: left;
margin: 0;
padding: 0px 4px 0px 0px;
width: 135px;
}
#wb_CssMenu1 a {
display: block;
float: left;
color: #FFFFFF;
border: 0px #C0C0C0 groove;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #000000;
background: -moz-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: -webkit-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: -o-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: -ms-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
font-family: Arial;
font-size: 13px;
font-weight: normal;
font-style: normal;
text-decoration: none;
width: 125px;
height: 76px;
padding: 0px 5px 0px 5px;
vertical-align: middle;
line-height: 76px;
text-align: center;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover, #wb_CssMenu1 .active {
color: #FFFFFF;
background-color: #4169E1;
background: -moz-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: -webkit-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: -o-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: -ms-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
border: 0px #C0C0C0 groove;
}
#wb_CssMenu1 li.firstmain {
padding-left: 0px;
}
#wb_CssMenu1 li.lastmain {
padding-right: 0px;
}
#wb_CssMenu1 br {
clear: both;
font-size: 1px;
height: 0;
line-height: 0;
}
#LoginName1 {
color: #FFFFFF;
font-family: Arial;
font-size: 13px;
text-align: left;
}
#error1 {
border: 0px #EEEEEE solid;
background-color: transparent;
color: #FF0000;
font-family: Arial;
font-size: 16px;
text-align: left;
vertical-align: middle;
}
#error2 {
border: 0px #EEEEEE solid;
background-color: transparent;
color: #FF0000;
font-family: Arial;
font-size: 16px;
text-align: left;
vertical-align: middle;
}
/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
speak for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.modalloading {
display: none;
position: fixed;
z-index: 1500;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .8) url('../img/gifteresina2.gif') 50% 50% no-repeat;
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
overflow: hidden;
}
/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modalloading {
display: block;
}
.modal-content {
position: relative;
overflow-y: auto;
max-height: 950px;
padding: 15px;
width: 950px;
margin-left:-40%; /* width/2) */
}
.modal-body {
position: relative;
overflow-y: auto;
max-height: 950px;
padding: 15px;
width: 950px;
/*margin-left:-40%;*/ /* width/2) */
}
.autoModal.modal .modal-body {
max-height: 100%;
width: 800px;
}
.modal.large {
width: 800px;
} | public/css/listaavaliacao_cli.css | div#container {
width: 994px;
position: relative;
margin: 0 auto 0 auto;
text-align: left;
}
body {
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-size: 13px;
margin: 0;
text-align: center;
}
a {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #800080;
}
a:active {
color: #FF0000;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
#wb_FormFiltro {
background-color: #FAFAFA;
border: 0px #000000 solid;
text-align: left;
}
#form-horizontal {
text-align: left;
}
#wb_Text1 div {
text-align: left;
}
#wb_Text2 div {
text-align: left;
}
#wb_Text3 div {
text-align: left;
}
#wb_Text4 div {
text-align: left;
}
#wb_Text5 div {
text-align: left;
}
#Layer2 {
background-color: transparent;
background-image: url(../img/masterpage_Layer2_bkgrnd.png);
background-repeat: repeat-x;
background-position: left top;
}
#Layer1 {
background-color: transparent;
background-image: url(../img/logo_semec.png);
background-repeat: no-repeat;
background-position: center top;
}
.logoutform_button {
background-color: #EEEEEE;
border-color: #878787;
border-width: 1px;
border-style: solid;
color: #000000;
font-family: Arial;
font-size: 19px;
}
#wb_CssMenu1 {
border: 0px #C0C0C0 solid;
background-color: transparent;
}
#wb_CssMenu1 ul {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
display: inline-block;
}
#wb_CssMenu1 li {
float: left;
margin: 0;
padding: 0px 4px 0px 0px;
width: 135px;
}
#wb_CssMenu1 a {
display: block;
float: left;
color: #FFFFFF;
border: 0px #C0C0C0 groove;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #000000;
background: -moz-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: -webkit-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: -o-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: -ms-linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
background: linear-gradient(top, #292929 0%, #1B1B1B 50%, #020202 50%, #202020 100%);
font-family: Arial;
font-size: 13px;
font-weight: normal;
font-style: normal;
text-decoration: none;
width: 125px;
height: 76px;
padding: 0px 5px 0px 5px;
vertical-align: middle;
line-height: 76px;
text-align: center;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover, #wb_CssMenu1 .active {
color: #FFFFFF;
background-color: #4169E1;
background: -moz-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: -webkit-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: -o-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: -ms-linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
background: linear-gradient(top, #273FEC 0%, #304DE8 50%, #3F66E1 50%, #2C48EA 100%);
border: 0px #C0C0C0 groove;
}
#wb_CssMenu1 li.firstmain {
padding-left: 0px;
}
#wb_CssMenu1 li.lastmain {
padding-right: 0px;
}
#wb_CssMenu1 br {
clear: both;
font-size: 1px;
height: 0;
line-height: 0;
}
#LoginName1 {
color: #FFFFFF;
font-family: Arial;
font-size: 13px;
text-align: left;
}
#error1 {
border: 0px #EEEEEE solid;
background-color: transparent;
color: #FF0000;
font-family: Arial;
font-size: 16px;
text-align: left;
vertical-align: middle;
}
#error2 {
border: 0px #EEEEEE solid;
background-color: transparent;
color: #FF0000;
font-family: Arial;
font-size: 16px;
text-align: left;
vertical-align: middle;
}
/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
speak for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.modalloading {
display: none;
position: fixed;
z-index: 1500;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .8) url('../img/gifteresina2.gif') 50% 50% no-repeat;
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
overflow: hidden;
}
/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modalloading {
display: block;
}
.modal-content {
position: relative;
overflow-y: auto;
max-height: 950px;
padding: 15px;
width: 950px;
margin-left:-40%; /* width/2) */
}
.modal-body {
position: relative;
overflow-y: auto;
max-height: 950px;
padding: 15px;
width: 950px;
/*margin-left:-40%;*/ /* width/2) */
}
.autoModal.modal .modal-body {
max-height: 100%;
width: 800px;
}
.modal.large {
width: 800px;
} | 0.355663 | 0.10711 |
* {
/*box-sizing: border-box !important;*/
}
h1 {
font-size: initial !important;
}
h2 {
font-size: initial !important;
margin: 15px;
}
h4 {
font-size: initial !important;
margin: 10px 0 !important;
}
li {
list-style: none;
}
img {
/*margin: 15px 0 !important;*/
}
b, strong {
font-weight: bold !important;
}
p {
margin-top: 1rem;
margin-bottom: 1rem;
}
pre, code {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: .87rem;
color: #212529;
margin: 2em 0;
padding: 1rem;
background-color: #e2f3ff;
border: 1px solid #ddd;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
border-radius: 6px;
}
.flashmessage p,
.alert p {
margin: 0 !important;
}
.clear {
clear: both;
}
.hide {
display: none;
}
.h1,
.h2,
.h3,
.h4 {
margin: 0;
font-size: initial;
}
c
input[type="checkbox"],
input[type="radio"] {
margin: 3px 3px 3px 4px !important;
}
textarea {
padding: 4px 6px;
font-size: 13px;
line-height: 18px;
color: #474749;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
vertical-align: top;
min-width: 208px;
resize: auto;
}
.input-description-wide textarea {
width: 516px;
}
body {
background-color: #eee !important;
color: #3C4858;
font-weight: 300;
overflow-y: hidden;
}
body > .wrapper {
background-color: #eee !important;
}
nav {
box-sizing: border-box !important;
margin: 0 !important;
font-family: inherit !important;
}
nav ul, nav ul li:hover {
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
nav ul:after {
display: none !important;
}
.navbar .navbar-brand {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.navbar .navbar-brand h1 {
font-size: inherit !important;
margin: 0 !important;
line-height: 30px !important;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.navbar .collapse .navbar-nav .nav-item .nav-link {
padding: 10px 15px !important;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a {
padding: 0.625rem 1.25rem !important;
}
.footer nav {
font-family: inherit !important;
font-size: 12px !important;
margin: 0 !important;
}
.footer ul li a {
padding: 0.9375rem !important;
}
.footer nav ul li:hover a {
color: #3C4858 !important;
}
.footer strong {
font-weight: bolder !important;
}
.btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover {
background-color: #fff !important;
color: #999999 !important;
}
.container-fluid {
box-sizing: border-box !important;
line-height: initial !important;
}
.container-fluid .card {
box-sizing: content-box !important;
}
.card h1 {
font-size: 2em;
}
.card .form-horizontal .form-label {
margin-top: 0 !important;
text-align: left !important;
}
.card .btn.btn-submit,
.card .btn{
color: #fff;
background-color: #2CA8FF;
border-color: #2CA8FF;
box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.card .btn.btn-submit:hover,
.card .btn:hover,
.card .btn.btn-submit:focus:hover,
.card .btn.btn-submit.focus:hover {
color: #fff;
background-color: #00aec5;
border-color: #008697;
}
.card .btn.btn-sm {
height: auto !important;
}
.card h2,
.card h3 {
font-weight: 600!important;
}
.render-title {
margin: 0;
margin-bottom: 20px;
color: #616161;
font-size: 21px;
font-weight: normal;
}
.form-horizontal .form-row {
margin-bottom: 15px;
}
.xlarge,
.input-text,
input[type="text"]:not(.label_better),
.form-controls .input-text,
.form-controls input[type="text"],
.form-controls .input-password,
.form-controls input[type="password"] {
display: inline-block;
width: 208px;
height: 18px;
padding: 4px 6px;
font-size: 13px;
line-height: 18px;
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
vertical-align: baseline;
box-sizing: content-box;
}
.form-actions {
padding: 17px 20px 18px;
margin-top: 50px;
margin-bottom: 18px;
border-top: 1px solid #bababa;
}
.card .well {
background-color: #f3f3f3;
padding: 10px;
}
.card .info {
max-width: 100%;
}
div.form-horizontal .form-row {
display: block;
}
div.form-horizontal .form-controls {
margin-left: 200px;
}
.help-box {
font-style: italic;
}
#plugin_tree {
float: none !important;
}
.card #plugin_tree .form-check {
margin: 0 !important;
}
#plugin_tree i{
position: relative;
top: 5px;
float: left;
}
#spamprot .container {
max-width: 100%;
padding: 0;
margin: 0;
}
#spamprot small {
display: block;
width: 100%;
}
#spamprot label {
position: inherit !important;
}
#spamprot .disabled {
cursor: default !important;
pointer-events: auto !important;
}
#spamprot fieldset legend {
width: auto !important;
}
#spamprot .bmd-form-group [class^='bmd-label'], #spamprot .bmd-form-group [class*=' bmd-label'] {
pointer-events: auto !important;
}
#spamprot i.info {
padding: 0;
}
.cc-cookies {
width: 100%;
}
form .form-group select.form-control {
position: inherit;
}
#paypalpluspro li {
list-style: none;
}
#paypalpluspro li.title {
margin: 0 !important;
}
.html4strict,
.apache {
font-size: 14px;
}
.flashmessage-inline {
display: inline-block;
min-height: 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.flashmessage.warning {
padding: 0 10px;
background-color: #ff9e0f;
color: #ffffff;
}
.mb-row-select-multiple select {
height: auto;
-webkit-appearance: initial!important;
min-width: 240px;
min-height: 160px;
}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active .lbl {
overflow-wrap: normal;
}
.usl-manage-menu {
clear: both;
}
.usl-manage-menu ul li a {
height: auto;
}
.dropdown-menu.show li {
display: block;
padding: 0;
}
@media screen and (max-width: 1024px) {
.perfect-scrollbar-on .sidebar, .perfect-scrollbar-on .main-panel {
overflow-y: scroll;
}
div.form-horizontal .form-controls {
margin-left: 0;
}
}
@media screen and (max-width: 400px) {
.card-plugins .form-horizontal .form-label {
width: 100% !important;
max-width: 100% !important;
flex: 100% !important;
float: none !important;
text-align: left !important;
}
.card-themes .form-horizontal .form-controls {
margin-left: 0;
}
.card-themes .form-horizontal textarea {
width: 100% !important;
}
} | oc-admin/themes/evolution/css/plugins.css | * {
/*box-sizing: border-box !important;*/
}
h1 {
font-size: initial !important;
}
h2 {
font-size: initial !important;
margin: 15px;
}
h4 {
font-size: initial !important;
margin: 10px 0 !important;
}
li {
list-style: none;
}
img {
/*margin: 15px 0 !important;*/
}
b, strong {
font-weight: bold !important;
}
p {
margin-top: 1rem;
margin-bottom: 1rem;
}
pre, code {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: .87rem;
color: #212529;
margin: 2em 0;
padding: 1rem;
background-color: #e2f3ff;
border: 1px solid #ddd;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
border-radius: 6px;
}
.flashmessage p,
.alert p {
margin: 0 !important;
}
.clear {
clear: both;
}
.hide {
display: none;
}
.h1,
.h2,
.h3,
.h4 {
margin: 0;
font-size: initial;
}
c
input[type="checkbox"],
input[type="radio"] {
margin: 3px 3px 3px 4px !important;
}
textarea {
padding: 4px 6px;
font-size: 13px;
line-height: 18px;
color: #474749;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
vertical-align: top;
min-width: 208px;
resize: auto;
}
.input-description-wide textarea {
width: 516px;
}
body {
background-color: #eee !important;
color: #3C4858;
font-weight: 300;
overflow-y: hidden;
}
body > .wrapper {
background-color: #eee !important;
}
nav {
box-sizing: border-box !important;
margin: 0 !important;
font-family: inherit !important;
}
nav ul, nav ul li:hover {
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
nav ul:after {
display: none !important;
}
.navbar .navbar-brand {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.navbar .navbar-brand h1 {
font-size: inherit !important;
margin: 0 !important;
line-height: 30px !important;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.navbar .collapse .navbar-nav .nav-item .nav-link {
padding: 10px 15px !important;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a {
padding: 0.625rem 1.25rem !important;
}
.footer nav {
font-family: inherit !important;
font-size: 12px !important;
margin: 0 !important;
}
.footer ul li a {
padding: 0.9375rem !important;
}
.footer nav ul li:hover a {
color: #3C4858 !important;
}
.footer strong {
font-weight: bolder !important;
}
.btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover {
background-color: #fff !important;
color: #999999 !important;
}
.container-fluid {
box-sizing: border-box !important;
line-height: initial !important;
}
.container-fluid .card {
box-sizing: content-box !important;
}
.card h1 {
font-size: 2em;
}
.card .form-horizontal .form-label {
margin-top: 0 !important;
text-align: left !important;
}
.card .btn.btn-submit,
.card .btn{
color: #fff;
background-color: #2CA8FF;
border-color: #2CA8FF;
box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.card .btn.btn-submit:hover,
.card .btn:hover,
.card .btn.btn-submit:focus:hover,
.card .btn.btn-submit.focus:hover {
color: #fff;
background-color: #00aec5;
border-color: #008697;
}
.card .btn.btn-sm {
height: auto !important;
}
.card h2,
.card h3 {
font-weight: 600!important;
}
.render-title {
margin: 0;
margin-bottom: 20px;
color: #616161;
font-size: 21px;
font-weight: normal;
}
.form-horizontal .form-row {
margin-bottom: 15px;
}
.xlarge,
.input-text,
input[type="text"]:not(.label_better),
.form-controls .input-text,
.form-controls input[type="text"],
.form-controls .input-password,
.form-controls input[type="password"] {
display: inline-block;
width: 208px;
height: 18px;
padding: 4px 6px;
font-size: 13px;
line-height: 18px;
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
vertical-align: baseline;
box-sizing: content-box;
}
.form-actions {
padding: 17px 20px 18px;
margin-top: 50px;
margin-bottom: 18px;
border-top: 1px solid #bababa;
}
.card .well {
background-color: #f3f3f3;
padding: 10px;
}
.card .info {
max-width: 100%;
}
div.form-horizontal .form-row {
display: block;
}
div.form-horizontal .form-controls {
margin-left: 200px;
}
.help-box {
font-style: italic;
}
#plugin_tree {
float: none !important;
}
.card #plugin_tree .form-check {
margin: 0 !important;
}
#plugin_tree i{
position: relative;
top: 5px;
float: left;
}
#spamprot .container {
max-width: 100%;
padding: 0;
margin: 0;
}
#spamprot small {
display: block;
width: 100%;
}
#spamprot label {
position: inherit !important;
}
#spamprot .disabled {
cursor: default !important;
pointer-events: auto !important;
}
#spamprot fieldset legend {
width: auto !important;
}
#spamprot .bmd-form-group [class^='bmd-label'], #spamprot .bmd-form-group [class*=' bmd-label'] {
pointer-events: auto !important;
}
#spamprot i.info {
padding: 0;
}
.cc-cookies {
width: 100%;
}
form .form-group select.form-control {
position: inherit;
}
#paypalpluspro li {
list-style: none;
}
#paypalpluspro li.title {
margin: 0 !important;
}
.html4strict,
.apache {
font-size: 14px;
}
.flashmessage-inline {
display: inline-block;
min-height: 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.flashmessage.warning {
padding: 0 10px;
background-color: #ff9e0f;
color: #ffffff;
}
.mb-row-select-multiple select {
height: auto;
-webkit-appearance: initial!important;
min-width: 240px;
min-height: 160px;
}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active .lbl {
overflow-wrap: normal;
}
.usl-manage-menu {
clear: both;
}
.usl-manage-menu ul li a {
height: auto;
}
.dropdown-menu.show li {
display: block;
padding: 0;
}
@media screen and (max-width: 1024px) {
.perfect-scrollbar-on .sidebar, .perfect-scrollbar-on .main-panel {
overflow-y: scroll;
}
div.form-horizontal .form-controls {
margin-left: 0;
}
}
@media screen and (max-width: 400px) {
.card-plugins .form-horizontal .form-label {
width: 100% !important;
max-width: 100% !important;
flex: 100% !important;
float: none !important;
text-align: left !important;
}
.card-themes .form-horizontal .form-controls {
margin-left: 0;
}
.card-themes .form-horizontal textarea {
width: 100% !important;
}
} | 0.276593 | 0.102394 |
body{
background-image: url(https://mod.3dmgame.com/api/RandomBackgroundImg.jpg);
background-size: cover;
background-attachment: fixed;
}
#image{
display: none
}
.mdui-col-md-6{
background: rgba(255, 255, 255, 0.7);
border-radius: 5px;
position: relative;
top: 50px;
padding-bottom: 20px
}
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
/* 隐藏滚动条 */
::-webkit-scrollbar
{
width: 0px;
height: 0px;
}
.nav{
height: 56px;
width: 100%;
background:rgba(255,255,255,0.7);
box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.navSize{
position: relative;
height: 56px;
max-width: 1100px;
margin: 0 auto;
}
/* 头像 */
.avatar{
position: absolute;
top: 4px;
left: 5%;
width: 40px;
height: 40px;
border: 4px solid #ebe8e8;
border-radius: 50%;
transition: 1.2s;
}
/* 头像动画 */
.avatar:hover{
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.navRight{
position: absolute;
top: 13px;
right: 5%;
background: rgba(255,255,255,0.9);
border-radius: 5px
}
/* 导航 */
.navul{
display: none;
float: left;
margin-right: 20px;
height: 30px;
width: 100px;
}
.navli{
float: left;
list-style: none;
margin: 0 15px;
line-height: 30px;
}
.navli a{
font-size: 16px;
color: #7e7e7e;
transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
}
.navli a:hover{
color: #35B995;
}
/* 定义动画 */
@-webkit-keyframes fadeIn {
0% {
opacity: 0; /*初始状态 透明度为0*/
}
50% {
opacity: 0; /*中间状态 透明度为0*/
}
100% {
opacity: 1; /*结尾状态 透明度为1*/
}
}
/* 伪类出现 */
.navRight:hover ul{
display: table;
-webkit-animation-name: fadeIn; /*动画名称*/
-webkit-animation-duration: 0.8s; /*动画持续时间*/
-webkit-animation-iteration-count: 1; /*动画次数*/
-webkit-animation-delay: 0s; /*延迟时间*/
}
/* 图标icon */
.icon{
float: left;
width: 30px;
height: 30px;
background: url(./align-right.png);
background-size:100% 100%;
transition: .6s;
}
/* 图标动画icon */
.icon:hover{
background: url(./close.png);
background-size:100% 100%;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
/* 自带样式 */
body {
background-color: #FFF;
padding-bottom: 35px;
}
.nexmoe-item {
/* margin: 20px -8px 0!important; */
margin: 0 -8px 20px 0 !important;
padding: 15px!important;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.05);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.05);
background-color: rgba(255, 255, 255, 0.7);
font-size: 12px;
}
.mdui-img-fluid,.mdui-video-fluid {
border-radius: 5px;
}
.mdui-list {
padding: 0
}
.mdui-list-item {
margin: 0!important;
border-radius: 5px;
padding: 0 10px 0 5px!important;
/* border: 1px solid #eee; */
/* margin-bottom: 10px!important */
}
.mdui-list-item:last-child {
margin-bottom: 0!important
}
.mdui-list-item:first-child {
border: none
}
.mdui-toolbar {
width: auto;
/* margin-top: 30px!important */
border-radius: 0 0 5px 5px;
}
.mdui-appbar .mdui-toolbar {
height: 56px;
font-size: 16px
}
.mdui-toolbar>* {
padding: 0 6px;
margin: 0 2px;
opacity: .5
}
.mdui-toolbar>.mdui-typo-headline {
padding: 0 16px 0 0
}
.mdui-toolbar>i {
padding: 0
}
.mdui-toolbar>a:hover,a.mdui-typo-headline,a.active {
opacity: 1
}
.mdui-container {
max-width: 980px
}
.mdui-list>.th {
background-color: initial
}
.mdui-list-item>a {
width: 100%;
line-height: 48px
}
.mdui-toolbar>a {
padding: 0 16px;
line-height: 30px;
border-radius: 30px;
border: 1px solid #eee
}
.mdui-toolbar>a:last-child {
opacity: 1;
background-color: #7e7e7e;
color: #ffffff;
}
@media screen and (max-width:980px) {
.mdui-list-item .mdui-text-right {
display: none
}
.mdui-container {
width: 100%!important;
margin: 0
}
.mdui-toolbar>* {
display: none
}
.mdui-toolbar>a:last-child,.mdui-toolbar>.mdui-typo-headline,.mdui-toolbar>i:first-child {
display: block
}
.buyMeCoffee{
display: none;
}
}
.mdui-theme-accent-blue .mdui-color-theme-accent {
color: #fff !important;
background-color: #35B995 !important;
}
.mdui-theme-accent-blue .mdui-typo a {
color: #4183c4;
}
.mdui-theme-accent-blue .mdui-typo a:before {
background-color: #4183c4;
}
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-textfield-input {
border-bottom-color: #35b995;
-webkit-box-shadow: 0 1px 0 0 #35b995;
box-shadow: 0 1px 0 0 #35b995;
}
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-textfield-label,
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label,
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-icon {
color: #35B995;
}
.mdui-theme-primary-blue-grey .mdui-color-theme {
color: #fff !important;
background-color: #7e7e7e !important;
}
.mdui-typo code {
padding: 2px 4px;
color: #E67474;
background-color: #f9f9f9;
border-radius: 2px;
}
/*底部*/
.fotter{
margin-top: 20px;
text-align: center;
width: 100%;
line-height: 30px;
background-color: rgba(255, 255, 255, 0.7);
}
.fotter a{
color: #35B995;
}
.layui-layer,.layui-layer-shade{position:fixed;pointer-events:auto}
.layui-layer-shade{top:0;left:0;width:100%;height:100%}
.layui-layer{top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;border-radius:2px;box-shadow:1px 1px 50px rgba(0,0,0,.3);-webkit-overflow-scrolling:touch}
.layui-layer-close{position:absolute}
.layui-layer-content{position:relative}
.layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0}
.layer-anim{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}
.layer-anim-00{-webkit-animation-name:layer-bounceIn;animation-name:layer-bounceIn}
.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}
.layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#F8F8F8;border-radius:2px 2px 0 0}
.layui-layer-setwin{position:absolute;right:15px;top:15px;font-size:0;line-height:initial}
.layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;display:inline-block;vertical-align:top}
.layui-layer-setwin .layui-layer-close1{background-position:1px -40px}
.layui-layer-setwin .layui-layer-close1:hover{opacity:.7}
.layui-layer-page .layui-layer-content{position:relative;overflow:auto}
.layui-layer-iconext{background:url(../images/icon-ext.png) no-repeat}
.layui-layer-photos{-webkit-animation-duration:.8s;animation-duration:.8s}
.layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}
.layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;vertical-align:top}
.layui-layer-imgbar,.layui-layer-imguide{display:none}
.layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}
.layui-layer-imgprev{left:10px;background-position:-5px -5px}
.layui-layer-imgprev:hover{background-position:-33px -5px}
.layui-layer-imgnext{right:10px;background-position:-5px -50px}
.layui-layer-imgnext:hover{background-position:-33px -50px}
.layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:0}
.layui-layer-imgtit *{display:inline-block;vertical-align:top;font-size:12px}
.layui-layer-imgtit a{max-width:65%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#fff}
.layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}
.layui-layer-imgtit em{font-style:normal}
.layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}
.layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}
.layui-layer-hui .layui-layer-content{padding:8px 25px;text-align:center}
.layui-layer-btn{margin:0 10px 5px 10px}
.layui-layer-btn a{color:#fff;font-weight:400}
.layui-layer-btn1{float:right}
.layer-anim-close{-webkit-animation-name:layer-bounceOut;animation-name:layer-bounceOut;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.2s;animation-duration:.2s}
.donate-box .meta-pay{margin-top:12px;margin-bottom:12px;color:#333}
.donate-box .qr-pay img{width:200px;height:200px}
.donate-box .choose-pay{margin-top:6px}
.donate-box .choose-pay input{display:none}
.donate-box .choose-pay input:checked+label{border-color:#0092ee;color:#0092ee}
.donate-box .pay-button{margin:10px 5px;width:132px;height:45px;border:1px solid #e6e6e6;text-align:center;line-height:38px;display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: 700;}
.donate-box .pay-button img{height:26px;vertical-align: middle;}
.text-center{text-align:center}
.d-none{display:none}
.layui-layer-content a{
color: #ff7f50;
}
.choose-pay .pay-button{
cursor: pointer;
}
.buyMeCoffee{
position: fixed;
bottom: 0;
cursor: pointer;
}
.buyMeCoffee img{
width: 200px;
}
.thumb .th{
display: none;
}
.thumb .mdui-text-right{
display: none;
}
.thumb .mdui-list-item a ,.thumb .mdui-list-item {
width:217px;
height: 230px;
float: left;
margin: 10px 10px !important;
}
.thumb .mdui-col-xs-12,.thumb .mdui-col-sm-7{
width:100% !important;
height:230px;
}
.thumb .mdui-list-item .mdui-icon{
font-size:100px;
display: block;
margin-top: 40px;
color: #7e7e7e;
}
.thumb .mdui-list-item span{
float: left;
display: block;
text-align: center;
width:100%;
position: absolute;
top: 180px;
}
/*右下角按钮*/
.fixedFight{
position: fixed;
right: 24px;
bottom: 24px;
}
.fixedFight .fixed-fight-list{
text-align: center;
line-height: 56px;
width: 56px;
height: 56px;
color: #fff;
cursor: pointer;
transition: all .2s;
background-color: #35B995;
border-radius: 50%;
margin-bottom: 15px;
}
.fixed-fight-list:hover{
opacity: .87;
}
.fixed-fight-list svg{
width: 40px;
height: 40px;
margin-top: 7px;
} | public/styles/css/style.css | body{
background-image: url(https://mod.3dmgame.com/api/RandomBackgroundImg.jpg);
background-size: cover;
background-attachment: fixed;
}
#image{
display: none
}
.mdui-col-md-6{
background: rgba(255, 255, 255, 0.7);
border-radius: 5px;
position: relative;
top: 50px;
padding-bottom: 20px
}
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
/* 隐藏滚动条 */
::-webkit-scrollbar
{
width: 0px;
height: 0px;
}
.nav{
height: 56px;
width: 100%;
background:rgba(255,255,255,0.7);
box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.navSize{
position: relative;
height: 56px;
max-width: 1100px;
margin: 0 auto;
}
/* 头像 */
.avatar{
position: absolute;
top: 4px;
left: 5%;
width: 40px;
height: 40px;
border: 4px solid #ebe8e8;
border-radius: 50%;
transition: 1.2s;
}
/* 头像动画 */
.avatar:hover{
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.navRight{
position: absolute;
top: 13px;
right: 5%;
background: rgba(255,255,255,0.9);
border-radius: 5px
}
/* 导航 */
.navul{
display: none;
float: left;
margin-right: 20px;
height: 30px;
width: 100px;
}
.navli{
float: left;
list-style: none;
margin: 0 15px;
line-height: 30px;
}
.navli a{
font-size: 16px;
color: #7e7e7e;
transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
}
.navli a:hover{
color: #35B995;
}
/* 定义动画 */
@-webkit-keyframes fadeIn {
0% {
opacity: 0; /*初始状态 透明度为0*/
}
50% {
opacity: 0; /*中间状态 透明度为0*/
}
100% {
opacity: 1; /*结尾状态 透明度为1*/
}
}
/* 伪类出现 */
.navRight:hover ul{
display: table;
-webkit-animation-name: fadeIn; /*动画名称*/
-webkit-animation-duration: 0.8s; /*动画持续时间*/
-webkit-animation-iteration-count: 1; /*动画次数*/
-webkit-animation-delay: 0s; /*延迟时间*/
}
/* 图标icon */
.icon{
float: left;
width: 30px;
height: 30px;
background: url(./align-right.png);
background-size:100% 100%;
transition: .6s;
}
/* 图标动画icon */
.icon:hover{
background: url(./close.png);
background-size:100% 100%;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
/* 自带样式 */
body {
background-color: #FFF;
padding-bottom: 35px;
}
.nexmoe-item {
/* margin: 20px -8px 0!important; */
margin: 0 -8px 20px 0 !important;
padding: 15px!important;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.05);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.05);
background-color: rgba(255, 255, 255, 0.7);
font-size: 12px;
}
.mdui-img-fluid,.mdui-video-fluid {
border-radius: 5px;
}
.mdui-list {
padding: 0
}
.mdui-list-item {
margin: 0!important;
border-radius: 5px;
padding: 0 10px 0 5px!important;
/* border: 1px solid #eee; */
/* margin-bottom: 10px!important */
}
.mdui-list-item:last-child {
margin-bottom: 0!important
}
.mdui-list-item:first-child {
border: none
}
.mdui-toolbar {
width: auto;
/* margin-top: 30px!important */
border-radius: 0 0 5px 5px;
}
.mdui-appbar .mdui-toolbar {
height: 56px;
font-size: 16px
}
.mdui-toolbar>* {
padding: 0 6px;
margin: 0 2px;
opacity: .5
}
.mdui-toolbar>.mdui-typo-headline {
padding: 0 16px 0 0
}
.mdui-toolbar>i {
padding: 0
}
.mdui-toolbar>a:hover,a.mdui-typo-headline,a.active {
opacity: 1
}
.mdui-container {
max-width: 980px
}
.mdui-list>.th {
background-color: initial
}
.mdui-list-item>a {
width: 100%;
line-height: 48px
}
.mdui-toolbar>a {
padding: 0 16px;
line-height: 30px;
border-radius: 30px;
border: 1px solid #eee
}
.mdui-toolbar>a:last-child {
opacity: 1;
background-color: #7e7e7e;
color: #ffffff;
}
@media screen and (max-width:980px) {
.mdui-list-item .mdui-text-right {
display: none
}
.mdui-container {
width: 100%!important;
margin: 0
}
.mdui-toolbar>* {
display: none
}
.mdui-toolbar>a:last-child,.mdui-toolbar>.mdui-typo-headline,.mdui-toolbar>i:first-child {
display: block
}
.buyMeCoffee{
display: none;
}
}
.mdui-theme-accent-blue .mdui-color-theme-accent {
color: #fff !important;
background-color: #35B995 !important;
}
.mdui-theme-accent-blue .mdui-typo a {
color: #4183c4;
}
.mdui-theme-accent-blue .mdui-typo a:before {
background-color: #4183c4;
}
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-textfield-input {
border-bottom-color: #35b995;
-webkit-box-shadow: 0 1px 0 0 #35b995;
box-shadow: 0 1px 0 0 #35b995;
}
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-textfield-label,
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label,
.mdui-theme-accent-blue .mdui-textfield-focus .mdui-icon {
color: #35B995;
}
.mdui-theme-primary-blue-grey .mdui-color-theme {
color: #fff !important;
background-color: #7e7e7e !important;
}
.mdui-typo code {
padding: 2px 4px;
color: #E67474;
background-color: #f9f9f9;
border-radius: 2px;
}
/*底部*/
.fotter{
margin-top: 20px;
text-align: center;
width: 100%;
line-height: 30px;
background-color: rgba(255, 255, 255, 0.7);
}
.fotter a{
color: #35B995;
}
.layui-layer,.layui-layer-shade{position:fixed;pointer-events:auto}
.layui-layer-shade{top:0;left:0;width:100%;height:100%}
.layui-layer{top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;border-radius:2px;box-shadow:1px 1px 50px rgba(0,0,0,.3);-webkit-overflow-scrolling:touch}
.layui-layer-close{position:absolute}
.layui-layer-content{position:relative}
.layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0}
.layer-anim{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}
.layer-anim-00{-webkit-animation-name:layer-bounceIn;animation-name:layer-bounceIn}
.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}
.layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#F8F8F8;border-radius:2px 2px 0 0}
.layui-layer-setwin{position:absolute;right:15px;top:15px;font-size:0;line-height:initial}
.layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;display:inline-block;vertical-align:top}
.layui-layer-setwin .layui-layer-close1{background-position:1px -40px}
.layui-layer-setwin .layui-layer-close1:hover{opacity:.7}
.layui-layer-page .layui-layer-content{position:relative;overflow:auto}
.layui-layer-iconext{background:url(../images/icon-ext.png) no-repeat}
.layui-layer-photos{-webkit-animation-duration:.8s;animation-duration:.8s}
.layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}
.layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;vertical-align:top}
.layui-layer-imgbar,.layui-layer-imguide{display:none}
.layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}
.layui-layer-imgprev{left:10px;background-position:-5px -5px}
.layui-layer-imgprev:hover{background-position:-33px -5px}
.layui-layer-imgnext{right:10px;background-position:-5px -50px}
.layui-layer-imgnext:hover{background-position:-33px -50px}
.layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:0}
.layui-layer-imgtit *{display:inline-block;vertical-align:top;font-size:12px}
.layui-layer-imgtit a{max-width:65%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#fff}
.layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}
.layui-layer-imgtit em{font-style:normal}
.layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}
.layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}
.layui-layer-hui .layui-layer-content{padding:8px 25px;text-align:center}
.layui-layer-btn{margin:0 10px 5px 10px}
.layui-layer-btn a{color:#fff;font-weight:400}
.layui-layer-btn1{float:right}
.layer-anim-close{-webkit-animation-name:layer-bounceOut;animation-name:layer-bounceOut;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.2s;animation-duration:.2s}
.donate-box .meta-pay{margin-top:12px;margin-bottom:12px;color:#333}
.donate-box .qr-pay img{width:200px;height:200px}
.donate-box .choose-pay{margin-top:6px}
.donate-box .choose-pay input{display:none}
.donate-box .choose-pay input:checked+label{border-color:#0092ee;color:#0092ee}
.donate-box .pay-button{margin:10px 5px;width:132px;height:45px;border:1px solid #e6e6e6;text-align:center;line-height:38px;display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: 700;}
.donate-box .pay-button img{height:26px;vertical-align: middle;}
.text-center{text-align:center}
.d-none{display:none}
.layui-layer-content a{
color: #ff7f50;
}
.choose-pay .pay-button{
cursor: pointer;
}
.buyMeCoffee{
position: fixed;
bottom: 0;
cursor: pointer;
}
.buyMeCoffee img{
width: 200px;
}
.thumb .th{
display: none;
}
.thumb .mdui-text-right{
display: none;
}
.thumb .mdui-list-item a ,.thumb .mdui-list-item {
width:217px;
height: 230px;
float: left;
margin: 10px 10px !important;
}
.thumb .mdui-col-xs-12,.thumb .mdui-col-sm-7{
width:100% !important;
height:230px;
}
.thumb .mdui-list-item .mdui-icon{
font-size:100px;
display: block;
margin-top: 40px;
color: #7e7e7e;
}
.thumb .mdui-list-item span{
float: left;
display: block;
text-align: center;
width:100%;
position: absolute;
top: 180px;
}
/*右下角按钮*/
.fixedFight{
position: fixed;
right: 24px;
bottom: 24px;
}
.fixedFight .fixed-fight-list{
text-align: center;
line-height: 56px;
width: 56px;
height: 56px;
color: #fff;
cursor: pointer;
transition: all .2s;
background-color: #35B995;
border-radius: 50%;
margin-bottom: 15px;
}
.fixed-fight-list:hover{
opacity: .87;
}
.fixed-fight-list svg{
width: 40px;
height: 40px;
margin-top: 7px;
} | 0.268654 | 0.074198 |
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
user-select: none;
text-transform: uppercase;
touch-action: manipulation;
}
:root {
--color-primary: #cc1759;
--color-secondary: #272c35;
--color-white: #f8f8f8;
}
body {
font-family: 'Fira Mono', monospace;
height: 100%;
max-width: 900px;
margin: auto;
background-color: var(--color-secondary);
color: var(--color-white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
button {
border: none;
text-transform: uppercase;
border-radius: 0.8rem;
white-space: nowrap;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
color: var(--color-white);
}
.start {
background-color: var(--color-primary);
position: fixed;
top: 2rem;
height: 32rem;
width: 90vw;
max-width: 600px;
border-radius: 1rem;
text-align: center;
}
.start h2 {
margin-top: 1rem;
}
.players-btns-container {
padding: 1rem;
margin: 0.5rem auto;
display: flex;
justify-content: space-around;
align-items: center;
}
.players-btn {
width: 3.4rem;
font-size: 1rem;
height: 2rem;
background-color: var(--color-secondary);
}
.players-btn-active {
font-weight: bold;
color: #000;
background-color: var(--color-white);
}
.start form {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 75%;
width: 100%;
padding: 1rem;
}
.input-container {
display: flex;
flex-direction: column;
}
.start form input {
border: none;
margin-bottom: 1rem;
border-radius: 0.4rem;
padding: 0.7rem;
}
.start form button {
background-color: var(--color-secondary);
padding: 0.8rem;
font-size: 1rem;
}
.counter {
display: flex;
height: 100vh;
min-width: 100%;
flex-direction: column;
justify-content: space-around;
padding: 0.5rem 0;
align-items: center;
font-size: 2rem;
}
.restart {
width: 100%;
display: flex;
justify-content: space-around;
}
.restart button,
.confirm__btn {
height: 2rem;
width: 9rem;
font-size: 1rem;
background-color: var(--color-primary);
color: var(--color-white);
}
.players {
display: flex;
flex-direction: column;
justify-content: space-between;
min-width: 100%;
cursor: pointer;
}
.player {
display: flex;
min-width: 100%;
justify-content: space-between;
align-items: center;
padding: 0.8rem;
}
.player__score {
user-select: none;
-webkit-user-select: none;
}
.btns-container {
min-width: 100%;
display: flex;
justify-content: space-around;
}
.btn {
font-size: 2rem;
width: 4.8rem;
padding: 0.2rem 0;
border-radius: 1rem;
background-color: var(--color-primary);
}
.btn:active,
.restart button:active {
background-color: var(--color-grey);
transform: translateY(4px);
user-select: none;
-webkit-user-select: none;
}
.active {
font-weight: bold;
background-color: var(--color-primary);
}
.hidden {
display: none;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.players-btn {
width: 5rem;
height: 2.5rem;
}
.restart button,
.confirm__btn {
width: 12rem;
height: 2.8rem;
}
.start {
top: 8rem;
}
.btn {
width: 10rem;
padding: 0.8rem;
}
} | public/styles/style.css | @import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
user-select: none;
text-transform: uppercase;
touch-action: manipulation;
}
:root {
--color-primary: #cc1759;
--color-secondary: #272c35;
--color-white: #f8f8f8;
}
body {
font-family: 'Fira Mono', monospace;
height: 100%;
max-width: 900px;
margin: auto;
background-color: var(--color-secondary);
color: var(--color-white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
button {
border: none;
text-transform: uppercase;
border-radius: 0.8rem;
white-space: nowrap;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
color: var(--color-white);
}
.start {
background-color: var(--color-primary);
position: fixed;
top: 2rem;
height: 32rem;
width: 90vw;
max-width: 600px;
border-radius: 1rem;
text-align: center;
}
.start h2 {
margin-top: 1rem;
}
.players-btns-container {
padding: 1rem;
margin: 0.5rem auto;
display: flex;
justify-content: space-around;
align-items: center;
}
.players-btn {
width: 3.4rem;
font-size: 1rem;
height: 2rem;
background-color: var(--color-secondary);
}
.players-btn-active {
font-weight: bold;
color: #000;
background-color: var(--color-white);
}
.start form {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 75%;
width: 100%;
padding: 1rem;
}
.input-container {
display: flex;
flex-direction: column;
}
.start form input {
border: none;
margin-bottom: 1rem;
border-radius: 0.4rem;
padding: 0.7rem;
}
.start form button {
background-color: var(--color-secondary);
padding: 0.8rem;
font-size: 1rem;
}
.counter {
display: flex;
height: 100vh;
min-width: 100%;
flex-direction: column;
justify-content: space-around;
padding: 0.5rem 0;
align-items: center;
font-size: 2rem;
}
.restart {
width: 100%;
display: flex;
justify-content: space-around;
}
.restart button,
.confirm__btn {
height: 2rem;
width: 9rem;
font-size: 1rem;
background-color: var(--color-primary);
color: var(--color-white);
}
.players {
display: flex;
flex-direction: column;
justify-content: space-between;
min-width: 100%;
cursor: pointer;
}
.player {
display: flex;
min-width: 100%;
justify-content: space-between;
align-items: center;
padding: 0.8rem;
}
.player__score {
user-select: none;
-webkit-user-select: none;
}
.btns-container {
min-width: 100%;
display: flex;
justify-content: space-around;
}
.btn {
font-size: 2rem;
width: 4.8rem;
padding: 0.2rem 0;
border-radius: 1rem;
background-color: var(--color-primary);
}
.btn:active,
.restart button:active {
background-color: var(--color-grey);
transform: translateY(4px);
user-select: none;
-webkit-user-select: none;
}
.active {
font-weight: bold;
background-color: var(--color-primary);
}
.hidden {
display: none;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.players-btn {
width: 5rem;
height: 2.5rem;
}
.restart button,
.confirm__btn {
width: 12rem;
height: 2.8rem;
}
.start {
top: 8rem;
}
.btn {
width: 10rem;
padding: 0.8rem;
}
} | 0.366136 | 0.064831 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
font-family: 'Times New Roman', Times, serif;
background-color: rgb(19, 0, 26);
}
body{
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
}
header {
display: flex;
justify-content: flex-end;
align-items: center;
padding-top: 2em;
}
header nav{
background-color: rgb(19, 0, 26);
z-index: 999;
}
header nav a {
padding: 1.2em;
color:whitesmoke;
text-decoration: none;
font-weight: 800;
font-size: 1.3em;
transition:0.6s ease;
}
header nav a:hover {
color: gray;
}
.main{
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding: 100px 0 0 0;
}
.main h1{
padding-top: 100px;
color:whitesmoke;
font-size: 5em;
font-weight: 1500;
}
.main h1:hover{
animation: reverse;
}
.main p {
text-align: center;
padding-top: 1.8em;
margin-top: 50px;
color:whitesmoke;
font-size: 3em;
}
.main p span{
font-weight: 900;
transition: 0.6s ease;
}
.main p span:hover {
color: gray;
cursor: grab;
transform: scale(1.1);
}
.art {
padding-top: 15em;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.card{
background-color: black;
border: 10px solid black;
height: fit-content;
width: 23em;
overflow: hidden;
border-radius: 4px;
margin: 20px;
}
.image img{
width: 100%;
}
footer {
padding-top: 1px;
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
width: 100%;
height: fit-content;
}
footer p a {
color: rgb(97, 69, 141);
text-decoration: none;
font-family: serif;
font-size: 600;
}
footer p,span{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: whitesmoke;
padding: 8px 8px 8px 8px;
font-weight: 250;
font-size: 1.3em;
}
.top{
padding-top: 30px;
}
.but{
padding-bottom: 70px;
}
@media (max-width: 1023px){
body{
width: 100%;
}
header {
padding-top: 1.2em;
}
header nav a {
padding: 1.2em;
font-weight: 600;
font-size: 1em;
}
.main{
padding-top: 1em;
height: 100vh;
}
.main h1{
font-size: 3em;
font-weight: 900;
}
.main h1:hover{
animation: reverse;
}
.main p {
padding-top: 0.3em;
margin-top: 50px;
font-size: 1.6em;
}
} | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
font-family: 'Times New Roman', Times, serif;
background-color: rgb(19, 0, 26);
}
body{
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
}
header {
display: flex;
justify-content: flex-end;
align-items: center;
padding-top: 2em;
}
header nav{
background-color: rgb(19, 0, 26);
z-index: 999;
}
header nav a {
padding: 1.2em;
color:whitesmoke;
text-decoration: none;
font-weight: 800;
font-size: 1.3em;
transition:0.6s ease;
}
header nav a:hover {
color: gray;
}
.main{
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding: 100px 0 0 0;
}
.main h1{
padding-top: 100px;
color:whitesmoke;
font-size: 5em;
font-weight: 1500;
}
.main h1:hover{
animation: reverse;
}
.main p {
text-align: center;
padding-top: 1.8em;
margin-top: 50px;
color:whitesmoke;
font-size: 3em;
}
.main p span{
font-weight: 900;
transition: 0.6s ease;
}
.main p span:hover {
color: gray;
cursor: grab;
transform: scale(1.1);
}
.art {
padding-top: 15em;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.card{
background-color: black;
border: 10px solid black;
height: fit-content;
width: 23em;
overflow: hidden;
border-radius: 4px;
margin: 20px;
}
.image img{
width: 100%;
}
footer {
padding-top: 1px;
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
width: 100%;
height: fit-content;
}
footer p a {
color: rgb(97, 69, 141);
text-decoration: none;
font-family: serif;
font-size: 600;
}
footer p,span{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: whitesmoke;
padding: 8px 8px 8px 8px;
font-weight: 250;
font-size: 1.3em;
}
.top{
padding-top: 30px;
}
.but{
padding-bottom: 70px;
}
@media (max-width: 1023px){
body{
width: 100%;
}
header {
padding-top: 1.2em;
}
header nav a {
padding: 1.2em;
font-weight: 600;
font-size: 1em;
}
.main{
padding-top: 1em;
height: 100vh;
}
.main h1{
font-size: 3em;
font-weight: 900;
}
.main h1:hover{
animation: reverse;
}
.main p {
padding-top: 0.3em;
margin-top: 50px;
font-size: 1.6em;
}
} | 0.375592 | 0.087369 |
.subviewbutton>.toolbarbutton-icon {
width: 16px;
height: 16px;
-moz-context-properties: fill;
fill: currentColor;
}
.toolbarbutton-1#back-button,
#context-back,
.subviewbutton-back,
.identity-popup-expander {
list-style-image: url(arrow-back.svg) !important;
}
.toolbarbutton-1#forward-button,
#context-forward {
list-style-image: url(arrow-back.svg#flip) !important;
}
#PanelUI-menu-button {
list-style-image: url(menu.svg) !important;
}
#reload-button,
#context-reload {
list-style-image: url(refresh.svg) !important;
}
#stop-reload-button[animate]>#reload-button>.toolbarbutton-animatable-box>.toolbarbutton-animatable-image {
background-image: url(reload-to-stop.svg) !important;
width: 468px !important;
}
#stop-button,
#context-stop {
list-style-image: url(stop.svg) !important;
}
#stop-reload-button[animate]>#reload-button[displaystop]+#stop-button>.toolbarbutton-animatable-box>.toolbarbutton-animatable-image {
background-image: url(stop-to-reload.svg) !important;
width: 468px !important;
}
#home-button {
list-style-image: url(home.svg) !important;
}
#star-button,
#context-bookmarkpage,
#pageAction-panel-bookmark,
#panelMenuBookmarkThisPage {
list-style-image: url(star.svg) !important;
}
#star-button[starred],
#tracking-protection-icon-box[active] {
fill: var(--toolbarbutton-icon-fill-attention) !important;
}
#star-button[starred],
#context-bookmarkpage[starred],
#panelMenuBookmarkThisPage {
list-style-image: url(star.svg#fill) !important;
}
#bookmarks-menu-button,
#appMenu-library-bookmarks-button,
#panelMenu_toggleBookmarksMenu,
#appMenu-bookmarks-button {
list-style-image: url(star.svg#list) !important;
}
#library-button,
#appMenu-library-button {
list-style-image: url(library.svg) !important;
}
#preferences-button,
#appMenu-preferences-button,
.identity-popup-preferences-button,
#urlbar-anon-search-settings-compact .button-icon,
#PanelUI-fxa-menu-sync-prefs-button,
#PanelUI-fxa-menu-account-devices-button {
list-style-image: url(settings.svg) !important;
}
#appMenu-new-window-button,
#new-window-button {
list-style-image: url(new-window.svg) !important;
}
#appMenu-private-window-button,
#privatebrowsing-button {
list-style-image: url(new-private-window.svg) !important;
}
#appMenu-fullscreen-button,
#fullscreen-button,
#appMenu-fullscreen-button2 {
list-style-image: url(fullscreen-enter.svg) !important;
}
#appMenu-fullscreen-button[checked],
#fullscreen-button[checked],
#appMenu-fullscreen-button2[checked] {
list-style-image: url(fullscreen-exit.svg) !important;
}
#appMenu-zoomEnlarge-button,
#appMenu-zoomEnlarge-button2,
#zoom-in-button {
list-style-image: url(zoom-in.svg) !important;
}
#appMenu-zoomReduce-button,
#appMenu-zoomReduce-button2,
#zoom-out-button {
list-style-image: url(zoom-out.svg) !important;
}
#appMenu-library-downloads-button,
#downloads-button {
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#downloads-indicator-icon {
background-image: url(download.svg#arrow) !important;
}
#downloads-button[progress] #downloads-indicator-icon {
background-image: url(download.svg#arrow-progress) !important;
}
#downloads-indicator-progress-outer {
background-image: url(download.svg#default-bar) !important;
}
#downloads-indicator-progress-inner,
#downloads-button[progress]>.toolbarbutton-badge-stack>#downloads-indicator-anchor>#downloads-indicator-progress-outer {
background-image: url(download.svg#progress-bar-fg) !important;
}
#downloads-button[progress]>.toolbarbutton-badge-stack>#downloads-indicator-anchor>#downloads-indicator-progress-outer {
background-image: url(download.svg#progress-bar-bg) !important;
}
#PanelUI-fxa-menu-remotetabs-button,
#appMenuRecentlyClosedTabs,
#appMenu-library-remotetabs-button,
#sync-button {
list-style-image: url(synced-tabs.svg) !important;
}
#appMenu-library-pocket-button,
#pocket-button,
#pageAction-panel-pocket {
list-style-image: url(save-pocket.svg) !important;
}
#PanelUI-remotetabs-view-sidebar,
#sidebar-button {
list-style-image: url(sidebar.svg) !important;
}
#sidebar-button[positionend] {
transform: scaleX(-1) !important;
}
#sidebar-button[checked] {
list-style-image: url(sidebar.svg#fill) !important;
}
#nav-bar-overflow-button,
#alltabs-button {
list-style-image: url(overflow.svg) !important;
}
#PlacesChevron {
list-style-image: url(menu-right.svg) !important;
}
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton) {
list-style-image: url(menu-left.svg) !important;
}
#appMenu-customize-button,
#overflowMenu-customize-button {
list-style-image: url(brush.svg) !important;
}
#appMenu-print-button,
#print-button {
list-style-image: url(print.svg) !important;
}
#appMenu-save-file-button,
#save-page-button {
list-style-image: url(savefile.svg) !important;
}
#appMenu-open-file-button,
#open-file-button {
list-style-image: url(openfile.svg) !important;
}
#history-panelmenu,
#appMenu-library-history-button {
list-style-image: url(history.svg) !important;
}
#appMenu-logins-button,
richlistitem[originaltype="loginWithOrigin"] .ac-site-icon,
richlistitem[originaltype="loginsFooter"] .ac-site-icon,
#PanelUI-fxa-menu-logins-button {
list-style-image: url(key.svg) !important;
}
.subviewbutton[type="highlight-history"]::after {
content: url(history.svg) !important;
}
#add-ons-button,
#appMenu-addons-button {
list-style-image: url(addons.svg) !important;
}
#email-link-button,
#pageAction-panel-emailLink,
#pageAction-urlbar-emailLink {
list-style-image: url(email.svg) !important;
}
#pageAction-panel-copyURL,
#pageAction-urlbar-copyURL {
list-style-image: url(hyperlink.svg) !important;
}
#reader-mode-button {
list-style-image: url(readerMode.svg) !important;
}
#pageAction-panel-webcompat-reporter_mozilla_org {
list-style-image: url(bug.svg) !important;
}
#pageAction-panel-webcompat-reporter_mozilla_org>.toolbarbutton-icon {
list-style-image: inherit !important;
}
#screenshots_mozilla_org-menuitem-_create-screenshot .menu-iconic-left {
background-image: url(screenshot.svg) !important;
background-position: 4px center !important;
background-repeat: no-repeat !important;
}
#screenshots_mozilla_org-menuitem-_create-screenshot .menu-iconic-icon {
visibility: hidden !important;
}
#pageAction-panel-screenshots_mozilla_org .toolbarbutton-icon,
#pageAction-urlbar-screenshots_mozilla_org {
list-style-image: url(screenshot.svg) !important;
}
#tabs-newtab-button,
#new-tab-button {
list-style-image: url(new-tab.svg) !important;
}
#panic-button {
list-style-image: url(forget.svg) !important;
}
#developer-button {
list-style-image: url(developer.svg) !important;
}
:root:not([fxastatus=signedin]) #fxa-avatar-image,
:root[fxastatus=signedin]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar, #appMenu-fxa-label) {
list-style-image: url(profile.svg) !important;
}
:-moz-any(:root[privatebrowsingmode], :root[privatebrowsingmode][fxastatus=signedin]:not([style*="--avatar-image-url"])) #fxa-avatar-image {
list-style-image: url(incognito.svg) !important;
}
#tracking-protection-icon {
list-style-image: url(tracking-protection.svg) !important;
}
#appMenu-protection-report-icon {
list-style-image: url(protections.svg) !important;
}
#pageActionButton {
list-style-image: url(menu.svg) !important;
}
#urlbar[pageproxystate="invalid"] #identity-icon,
.searchbar-search-icon,
#PopupAutoCompleteRichResult .ac-type-icon[type="keyword"],
#PopupAutoCompleteRichResult .ac-site-icon[type="searchengine"],
#panelMenu_searchBookmarks {
list-style-image: url(search.svg) !important;
}
#appMenu-find-button,
#find-button {
list-style-image: url(search-file.svg) !important;
}
#appMenu-whatsnew-button {
list-style-image: url(whatsnew.svg) !important;
}
#appMenu-developer-button {
list-style-image: url(webdeveloper.svg) !important;
}
#appMenu-more-button {
list-style-image: url(menu.svg) !important;
}
#appMenu-cut-button,
#cut-button {
list-style-image: url(cut.svg) !important;
}
#appMenu-copy-button,
#copy-button {
list-style-image: url(copy.svg) !important;
}
#appMenu-paste-button,
#paste-button {
list-style-image: url(paste.svg) !important;
}
#appMenu-fxa-label,
#PanelUI-fxa-menu-syncnow-button,
#appMenu-fxa-icon,
#PanelUI-remotetabs-syncnow {
list-style-image: url(sync.svg) !important;
}
.tab-icon-image,
.bookmark-item {
list-style-image: url(globe.svg) !important;
}
.tab-icon-image[src="chrome://global/skin/icons/settings.svg"] {
background-image: url(settings.svg) !important;
padding-left: 16px !important;
}
.tab-icon-image:-moz-any([src="chrome://branding/content/icon32.png"], [src="chrome://browser/skin/privatebrowsing/favicon.svg"]):not([busy]) {
background-image: url(new-tab-image.svg#dots) !important;
padding-left: 16px !important;
}
.tab-icon-image[src="chrome://mozapps/skin/extensions/extension.svg"] {
background-image: url(addons.svg) !important;
padding-left: 16px !important;
}
.tab-icon-image[src="chrome://browser/skin/customize.svg"] {
background-image: url(brush.svg) !important;
padding-left: 16px !important;
}
.tab-icon-pending[pinned],
.tab-icon-image:not([src], [pinned], [crashed], [pictureinpicture])[selected],
.tab-icon-image:not([src], [pinned], [crashed], [sharing], [pictureinpicture]),
.tab-icon-image[busy],
.tab-throbber:not([busy]),
.tab-icon-sound:not([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]),
.tab-icon-sound[pinned],
.tab-sharing-icon-overlay,
.tab-icon-sound {
list-style-image: url(audio.svg) !important;
}
.tab-icon-sound[muted] {
list-style-image: url(audio-muted.svg) !important;
}
.tab-icon-sound[pictureinpicture] {
list-style-image: url(picture-in-picture.svg) !important;
width: 16px !important;
height: 16px !important;
}
.tab-icon-overlay[soundplaying] {
list-style-image: url(audio.svg#overlayStroke) !important;
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity !important;
fill: var(--toolbar-color) !important;
stroke: var(--toolbar-bgcolor) !important;
}
.tab-icon-overlay[muted] {
list-style-image: url(audio-muted.svg#overlayStroke) !important;
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity !important;
fill: var(--toolbar-color) !important;
stroke: var(--toolbar-bgcolor) !important;
}
#pageAction-panel-pinTab,
#pageAction-urlbar-pinTab {
list-style-image: url(pin.svg) !important;
}
#pageAction-urlbar-shareURL,
#pageAction-panel-shareURL {
list-style-image: url(share.svg) !important;
}
.tab-icon-overlay[activemedia-blocked],
.tab-icon-sound[activemedia-blocked] {
list-style-image: url(media-blocked.svg) !important;
}
.downloadIconShow .button-icon {
list-style-image: url(folder.svg) !important;
}
/*
:root[lwthemetextcolor="bright"] .bookmark-item[container]
{
list-style-image: url(folder-bookmarks.svg#darkmode) !important;
}
*/
.bookmark-item[container] {
list-style-image: url(folder-bookmarks.svg#lightmode) !important;
}
#PanelUI-menu-button[badge-status|="update"] {
list-style-image: url(menu-update.svg) !important;
}
.urlbarView-favicon[src*="history.svg"],
.urlbarView-favicon[src*="search-glass.svg"] {
padding-left: 16px !important;
box-sizing: border-box !important;
width: 0 !important;
}
.urlbarView-favicon[src*="history.svg"] {
background-image: url(history.svg) !important;
}
.urlbarView-favicon[src*="search-glass.svg"] {
background-image: url(search.svg) !important;
}
/* Proton Icons */
@media (-moz-proton) {
/* Download Animation */
#downloads-indicator-icon,
#downloads-indicator-progress-outer {
background-image: none !important;
}
#downloads-indicator-progress-inner {
background: conic-gradient(var(--toolbarbutton-icon-fill-attention) var(--download-progress-pcent), transparent var(--download-progress-pcent)) !important;
}
#downloads-indicator-start-image {
list-style-image: url(notification-start-animation.svg) !important;
}
#downloads-indicator-finish-image {
list-style-image: url(notification-finish-animation.svg) !important;
}
#downloads-indicator-anchor {
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#downloads-button[animate][notification="start"] > .toolbarbutton-badge-stack > #downloads-indicator-start-box > #downloads-indicator-start-image {
animation-duration: calc(var(--anim-steps) * 30ms) !important;
}
#downloads-button[animate][notification="finish"] > .toolbarbutton-badge-stack > #downloads-indicator-finish-box > #downloads-indicator-finish-image {
animation-duration: calc(var(--anim-steps) * 30ms) !important;
}
/* Profile Icon in Arrowpanel */
#appMenu-fxa-label2::before {
content: "";
display: block;
height: 20px;
width: 20px;
margin: 2px;
margin-inline-end: 10px;
}
:root[fxastatus="signedin"] #appMenu-fxa-label2::before {
background-image: var(--avatar-image-url) !important;
background-size: cover;
border-radius: 99px;
}
:root:not([fxastatus="signedin"]) #appMenu-fxa-label2::before, :root[fxastatus="signedin"]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) #appMenu-fxa-label2::before {
background-image: url(profile.svg) !important;
}
#appMenu-new-tab-button2 {
list-style-image: url(new-tab-image.svg#dots) !important;
}
#appMenu-new-window-button2 {
list-style-image: url(new-window.svg) !important;
}
#appMenu-new-private-window-button2 {
list-style-image: url(new-private-window.svg) !important;
}
#appMenu-history-button {
list-style-image: url(history.svg) !important;
}
#appMenu-downloads-button {
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#appMenu-passwords-button {
list-style-image: url(key.svg) !important;
}
#appMenu-extensions-themes-button {
list-style-image: url(addons.svg) !important;
}
#appMenu-print-button2 {
list-style-image: url(print.svg) !important;
}
#appMenu-save-file-button2 {
list-style-image: url(savefile.svg) !important;
}
#appMenu-find-button2 {
list-style-image: url(search-file.svg) !important;
}
#appMenu-settings-button {
list-style-image: url(settings.svg) !important;
}
#appMenu-more-button2 {
list-style-image: url(menu.svg) !important;
}
#appmenu-moreTools-button {
list-style-image: url(brush.svg) !important;
}
} | chrome/icons/icons.css | .subviewbutton>.toolbarbutton-icon {
width: 16px;
height: 16px;
-moz-context-properties: fill;
fill: currentColor;
}
.toolbarbutton-1#back-button,
#context-back,
.subviewbutton-back,
.identity-popup-expander {
list-style-image: url(arrow-back.svg) !important;
}
.toolbarbutton-1#forward-button,
#context-forward {
list-style-image: url(arrow-back.svg#flip) !important;
}
#PanelUI-menu-button {
list-style-image: url(menu.svg) !important;
}
#reload-button,
#context-reload {
list-style-image: url(refresh.svg) !important;
}
#stop-reload-button[animate]>#reload-button>.toolbarbutton-animatable-box>.toolbarbutton-animatable-image {
background-image: url(reload-to-stop.svg) !important;
width: 468px !important;
}
#stop-button,
#context-stop {
list-style-image: url(stop.svg) !important;
}
#stop-reload-button[animate]>#reload-button[displaystop]+#stop-button>.toolbarbutton-animatable-box>.toolbarbutton-animatable-image {
background-image: url(stop-to-reload.svg) !important;
width: 468px !important;
}
#home-button {
list-style-image: url(home.svg) !important;
}
#star-button,
#context-bookmarkpage,
#pageAction-panel-bookmark,
#panelMenuBookmarkThisPage {
list-style-image: url(star.svg) !important;
}
#star-button[starred],
#tracking-protection-icon-box[active] {
fill: var(--toolbarbutton-icon-fill-attention) !important;
}
#star-button[starred],
#context-bookmarkpage[starred],
#panelMenuBookmarkThisPage {
list-style-image: url(star.svg#fill) !important;
}
#bookmarks-menu-button,
#appMenu-library-bookmarks-button,
#panelMenu_toggleBookmarksMenu,
#appMenu-bookmarks-button {
list-style-image: url(star.svg#list) !important;
}
#library-button,
#appMenu-library-button {
list-style-image: url(library.svg) !important;
}
#preferences-button,
#appMenu-preferences-button,
.identity-popup-preferences-button,
#urlbar-anon-search-settings-compact .button-icon,
#PanelUI-fxa-menu-sync-prefs-button,
#PanelUI-fxa-menu-account-devices-button {
list-style-image: url(settings.svg) !important;
}
#appMenu-new-window-button,
#new-window-button {
list-style-image: url(new-window.svg) !important;
}
#appMenu-private-window-button,
#privatebrowsing-button {
list-style-image: url(new-private-window.svg) !important;
}
#appMenu-fullscreen-button,
#fullscreen-button,
#appMenu-fullscreen-button2 {
list-style-image: url(fullscreen-enter.svg) !important;
}
#appMenu-fullscreen-button[checked],
#fullscreen-button[checked],
#appMenu-fullscreen-button2[checked] {
list-style-image: url(fullscreen-exit.svg) !important;
}
#appMenu-zoomEnlarge-button,
#appMenu-zoomEnlarge-button2,
#zoom-in-button {
list-style-image: url(zoom-in.svg) !important;
}
#appMenu-zoomReduce-button,
#appMenu-zoomReduce-button2,
#zoom-out-button {
list-style-image: url(zoom-out.svg) !important;
}
#appMenu-library-downloads-button,
#downloads-button {
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#downloads-indicator-icon {
background-image: url(download.svg#arrow) !important;
}
#downloads-button[progress] #downloads-indicator-icon {
background-image: url(download.svg#arrow-progress) !important;
}
#downloads-indicator-progress-outer {
background-image: url(download.svg#default-bar) !important;
}
#downloads-indicator-progress-inner,
#downloads-button[progress]>.toolbarbutton-badge-stack>#downloads-indicator-anchor>#downloads-indicator-progress-outer {
background-image: url(download.svg#progress-bar-fg) !important;
}
#downloads-button[progress]>.toolbarbutton-badge-stack>#downloads-indicator-anchor>#downloads-indicator-progress-outer {
background-image: url(download.svg#progress-bar-bg) !important;
}
#PanelUI-fxa-menu-remotetabs-button,
#appMenuRecentlyClosedTabs,
#appMenu-library-remotetabs-button,
#sync-button {
list-style-image: url(synced-tabs.svg) !important;
}
#appMenu-library-pocket-button,
#pocket-button,
#pageAction-panel-pocket {
list-style-image: url(save-pocket.svg) !important;
}
#PanelUI-remotetabs-view-sidebar,
#sidebar-button {
list-style-image: url(sidebar.svg) !important;
}
#sidebar-button[positionend] {
transform: scaleX(-1) !important;
}
#sidebar-button[checked] {
list-style-image: url(sidebar.svg#fill) !important;
}
#nav-bar-overflow-button,
#alltabs-button {
list-style-image: url(overflow.svg) !important;
}
#PlacesChevron {
list-style-image: url(menu-right.svg) !important;
}
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton) {
list-style-image: url(menu-left.svg) !important;
}
#appMenu-customize-button,
#overflowMenu-customize-button {
list-style-image: url(brush.svg) !important;
}
#appMenu-print-button,
#print-button {
list-style-image: url(print.svg) !important;
}
#appMenu-save-file-button,
#save-page-button {
list-style-image: url(savefile.svg) !important;
}
#appMenu-open-file-button,
#open-file-button {
list-style-image: url(openfile.svg) !important;
}
#history-panelmenu,
#appMenu-library-history-button {
list-style-image: url(history.svg) !important;
}
#appMenu-logins-button,
richlistitem[originaltype="loginWithOrigin"] .ac-site-icon,
richlistitem[originaltype="loginsFooter"] .ac-site-icon,
#PanelUI-fxa-menu-logins-button {
list-style-image: url(key.svg) !important;
}
.subviewbutton[type="highlight-history"]::after {
content: url(history.svg) !important;
}
#add-ons-button,
#appMenu-addons-button {
list-style-image: url(addons.svg) !important;
}
#email-link-button,
#pageAction-panel-emailLink,
#pageAction-urlbar-emailLink {
list-style-image: url(email.svg) !important;
}
#pageAction-panel-copyURL,
#pageAction-urlbar-copyURL {
list-style-image: url(hyperlink.svg) !important;
}
#reader-mode-button {
list-style-image: url(readerMode.svg) !important;
}
#pageAction-panel-webcompat-reporter_mozilla_org {
list-style-image: url(bug.svg) !important;
}
#pageAction-panel-webcompat-reporter_mozilla_org>.toolbarbutton-icon {
list-style-image: inherit !important;
}
#screenshots_mozilla_org-menuitem-_create-screenshot .menu-iconic-left {
background-image: url(screenshot.svg) !important;
background-position: 4px center !important;
background-repeat: no-repeat !important;
}
#screenshots_mozilla_org-menuitem-_create-screenshot .menu-iconic-icon {
visibility: hidden !important;
}
#pageAction-panel-screenshots_mozilla_org .toolbarbutton-icon,
#pageAction-urlbar-screenshots_mozilla_org {
list-style-image: url(screenshot.svg) !important;
}
#tabs-newtab-button,
#new-tab-button {
list-style-image: url(new-tab.svg) !important;
}
#panic-button {
list-style-image: url(forget.svg) !important;
}
#developer-button {
list-style-image: url(developer.svg) !important;
}
:root:not([fxastatus=signedin]) #fxa-avatar-image,
:root[fxastatus=signedin]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar, #appMenu-fxa-label) {
list-style-image: url(profile.svg) !important;
}
:-moz-any(:root[privatebrowsingmode], :root[privatebrowsingmode][fxastatus=signedin]:not([style*="--avatar-image-url"])) #fxa-avatar-image {
list-style-image: url(incognito.svg) !important;
}
#tracking-protection-icon {
list-style-image: url(tracking-protection.svg) !important;
}
#appMenu-protection-report-icon {
list-style-image: url(protections.svg) !important;
}
#pageActionButton {
list-style-image: url(menu.svg) !important;
}
#urlbar[pageproxystate="invalid"] #identity-icon,
.searchbar-search-icon,
#PopupAutoCompleteRichResult .ac-type-icon[type="keyword"],
#PopupAutoCompleteRichResult .ac-site-icon[type="searchengine"],
#panelMenu_searchBookmarks {
list-style-image: url(search.svg) !important;
}
#appMenu-find-button,
#find-button {
list-style-image: url(search-file.svg) !important;
}
#appMenu-whatsnew-button {
list-style-image: url(whatsnew.svg) !important;
}
#appMenu-developer-button {
list-style-image: url(webdeveloper.svg) !important;
}
#appMenu-more-button {
list-style-image: url(menu.svg) !important;
}
#appMenu-cut-button,
#cut-button {
list-style-image: url(cut.svg) !important;
}
#appMenu-copy-button,
#copy-button {
list-style-image: url(copy.svg) !important;
}
#appMenu-paste-button,
#paste-button {
list-style-image: url(paste.svg) !important;
}
#appMenu-fxa-label,
#PanelUI-fxa-menu-syncnow-button,
#appMenu-fxa-icon,
#PanelUI-remotetabs-syncnow {
list-style-image: url(sync.svg) !important;
}
.tab-icon-image,
.bookmark-item {
list-style-image: url(globe.svg) !important;
}
.tab-icon-image[src="chrome://global/skin/icons/settings.svg"] {
background-image: url(settings.svg) !important;
padding-left: 16px !important;
}
.tab-icon-image:-moz-any([src="chrome://branding/content/icon32.png"], [src="chrome://browser/skin/privatebrowsing/favicon.svg"]):not([busy]) {
background-image: url(new-tab-image.svg#dots) !important;
padding-left: 16px !important;
}
.tab-icon-image[src="chrome://mozapps/skin/extensions/extension.svg"] {
background-image: url(addons.svg) !important;
padding-left: 16px !important;
}
.tab-icon-image[src="chrome://browser/skin/customize.svg"] {
background-image: url(brush.svg) !important;
padding-left: 16px !important;
}
.tab-icon-pending[pinned],
.tab-icon-image:not([src], [pinned], [crashed], [pictureinpicture])[selected],
.tab-icon-image:not([src], [pinned], [crashed], [sharing], [pictureinpicture]),
.tab-icon-image[busy],
.tab-throbber:not([busy]),
.tab-icon-sound:not([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]),
.tab-icon-sound[pinned],
.tab-sharing-icon-overlay,
.tab-icon-sound {
list-style-image: url(audio.svg) !important;
}
.tab-icon-sound[muted] {
list-style-image: url(audio-muted.svg) !important;
}
.tab-icon-sound[pictureinpicture] {
list-style-image: url(picture-in-picture.svg) !important;
width: 16px !important;
height: 16px !important;
}
.tab-icon-overlay[soundplaying] {
list-style-image: url(audio.svg#overlayStroke) !important;
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity !important;
fill: var(--toolbar-color) !important;
stroke: var(--toolbar-bgcolor) !important;
}
.tab-icon-overlay[muted] {
list-style-image: url(audio-muted.svg#overlayStroke) !important;
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity !important;
fill: var(--toolbar-color) !important;
stroke: var(--toolbar-bgcolor) !important;
}
#pageAction-panel-pinTab,
#pageAction-urlbar-pinTab {
list-style-image: url(pin.svg) !important;
}
#pageAction-urlbar-shareURL,
#pageAction-panel-shareURL {
list-style-image: url(share.svg) !important;
}
.tab-icon-overlay[activemedia-blocked],
.tab-icon-sound[activemedia-blocked] {
list-style-image: url(media-blocked.svg) !important;
}
.downloadIconShow .button-icon {
list-style-image: url(folder.svg) !important;
}
/*
:root[lwthemetextcolor="bright"] .bookmark-item[container]
{
list-style-image: url(folder-bookmarks.svg#darkmode) !important;
}
*/
.bookmark-item[container] {
list-style-image: url(folder-bookmarks.svg#lightmode) !important;
}
#PanelUI-menu-button[badge-status|="update"] {
list-style-image: url(menu-update.svg) !important;
}
.urlbarView-favicon[src*="history.svg"],
.urlbarView-favicon[src*="search-glass.svg"] {
padding-left: 16px !important;
box-sizing: border-box !important;
width: 0 !important;
}
.urlbarView-favicon[src*="history.svg"] {
background-image: url(history.svg) !important;
}
.urlbarView-favicon[src*="search-glass.svg"] {
background-image: url(search.svg) !important;
}
/* Proton Icons */
@media (-moz-proton) {
/* Download Animation */
#downloads-indicator-icon,
#downloads-indicator-progress-outer {
background-image: none !important;
}
#downloads-indicator-progress-inner {
background: conic-gradient(var(--toolbarbutton-icon-fill-attention) var(--download-progress-pcent), transparent var(--download-progress-pcent)) !important;
}
#downloads-indicator-start-image {
list-style-image: url(notification-start-animation.svg) !important;
}
#downloads-indicator-finish-image {
list-style-image: url(notification-finish-animation.svg) !important;
}
#downloads-indicator-anchor {
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#downloads-button[animate][notification="start"] > .toolbarbutton-badge-stack > #downloads-indicator-start-box > #downloads-indicator-start-image {
animation-duration: calc(var(--anim-steps) * 30ms) !important;
}
#downloads-button[animate][notification="finish"] > .toolbarbutton-badge-stack > #downloads-indicator-finish-box > #downloads-indicator-finish-image {
animation-duration: calc(var(--anim-steps) * 30ms) !important;
}
/* Profile Icon in Arrowpanel */
#appMenu-fxa-label2::before {
content: "";
display: block;
height: 20px;
width: 20px;
margin: 2px;
margin-inline-end: 10px;
}
:root[fxastatus="signedin"] #appMenu-fxa-label2::before {
background-image: var(--avatar-image-url) !important;
background-size: cover;
border-radius: 99px;
}
:root:not([fxastatus="signedin"]) #appMenu-fxa-label2::before, :root[fxastatus="signedin"]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) #appMenu-fxa-label2::before {
background-image: url(profile.svg) !important;
}
#appMenu-new-tab-button2 {
list-style-image: url(new-tab-image.svg#dots) !important;
}
#appMenu-new-window-button2 {
list-style-image: url(new-window.svg) !important;
}
#appMenu-new-private-window-button2 {
list-style-image: url(new-private-window.svg) !important;
}
#appMenu-history-button {
list-style-image: url(history.svg) !important;
}
#appMenu-downloads-button {
list-style-image: url(download.svg#arrow-with-bar) !important;
}
#appMenu-passwords-button {
list-style-image: url(key.svg) !important;
}
#appMenu-extensions-themes-button {
list-style-image: url(addons.svg) !important;
}
#appMenu-print-button2 {
list-style-image: url(print.svg) !important;
}
#appMenu-save-file-button2 {
list-style-image: url(savefile.svg) !important;
}
#appMenu-find-button2 {
list-style-image: url(search-file.svg) !important;
}
#appMenu-settings-button {
list-style-image: url(settings.svg) !important;
}
#appMenu-more-button2 {
list-style-image: url(menu.svg) !important;
}
#appmenu-moreTools-button {
list-style-image: url(brush.svg) !important;
}
} | 0.156459 | 0.034782 |
.ace-codebox-dark .ace_gutter {
background: #343c45;
color: #C5C8C6
}
.ace-codebox-dark .ace_print-margin {
width: 1px;
background: #25282c
}
.ace-codebox-dark {
background-color: #343c45;
color: #C5C8C6
}
.ace-codebox-dark .ace_cursor {
color: #AEAFAD
}
.ace-codebox-dark .ace_marker-layer .ace_selection {
background: #373B41
}
.ace-codebox-dark.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px #1D1F21;
border-radius: 2px
}
.ace-codebox-dark .ace_marker-layer .ace_step {
background: rgb(102, 82, 0)
}
.ace-codebox-dark .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid #4B4E55
}
.ace-codebox-dark .ace_marker-layer .ace_active-line {
background: #282A2E
}
.ace-codebox-dark .ace_gutter-active-line {
background-color: #343c45;
}
.ace-codebox-dark .ace_marker-layer .ace_selected-word {
border: 1px solid #373B41
}
.ace-codebox-dark .ace_invisible {
color: #4B4E55
}
.ace-codebox-dark .ace_keyword,
.ace-codebox-dark .ace_meta,
.ace-codebox-dark .ace_storage,
.ace-codebox-dark .ace_storage.ace_type,
.ace-codebox-dark .ace_support.ace_type {
color: #B294BB
}
.ace-codebox-dark .ace_keyword.ace_operator {
color: #8ABEB7
}
.ace-codebox-dark .ace_constant.ace_character,
.ace-codebox-dark .ace_constant.ace_language,
.ace-codebox-dark .ace_constant.ace_numeric,
.ace-codebox-dark .ace_keyword.ace_other.ace_unit,
.ace-codebox-dark .ace_support.ace_constant,
.ace-codebox-dark .ace_variable.ace_parameter {
color: #DE935F
}
.ace-codebox-dark .ace_constant.ace_other {
color: #CED1CF
}
.ace-codebox-dark .ace_invalid {
color: #CED2CF;
background-color: #DF5F5F
}
.ace-codebox-dark .ace_invalid.ace_deprecated {
color: #CED2CF;
background-color: #B798BF
}
.ace-codebox-dark .ace_fold {
background-color: #81A2BE;
border-color: #C5C8C6
}
.ace-codebox-dark .ace_entity.ace_name.ace_function,
.ace-codebox-dark .ace_support.ace_function,
.ace-codebox-dark .ace_variable {
color: #81A2BE
}
.ace-codebox-dark .ace_support.ace_class,
.ace-codebox-dark .ace_support.ace_type {
color: #F0C674
}
.ace-codebox-dark .ace_heading,
.ace-codebox-dark .ace_string {
color: #B5BD68
}
.ace-codebox-dark .ace_entity.ace_name.ace_tag,
.ace-codebox-dark .ace_entity.ace_other.ace_attribute-name,
.ace-codebox-dark .ace_meta.ace_tag,
.ace-codebox-dark .ace_string.ace_regexp,
.ace-codebox-dark .ace_variable {
color: #CC6666
}
.ace-codebox-dark .ace_comment {
color: #969896
}
.ace-codebox-dark .ace_indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYHB3d/8PAAOIAdULw8qMAAAAAElFTkSuQmCC) right repeat-y;
} | addons/cb.theme.dark/ace/theme.css | .ace-codebox-dark .ace_gutter {
background: #343c45;
color: #C5C8C6
}
.ace-codebox-dark .ace_print-margin {
width: 1px;
background: #25282c
}
.ace-codebox-dark {
background-color: #343c45;
color: #C5C8C6
}
.ace-codebox-dark .ace_cursor {
color: #AEAFAD
}
.ace-codebox-dark .ace_marker-layer .ace_selection {
background: #373B41
}
.ace-codebox-dark.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px #1D1F21;
border-radius: 2px
}
.ace-codebox-dark .ace_marker-layer .ace_step {
background: rgb(102, 82, 0)
}
.ace-codebox-dark .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid #4B4E55
}
.ace-codebox-dark .ace_marker-layer .ace_active-line {
background: #282A2E
}
.ace-codebox-dark .ace_gutter-active-line {
background-color: #343c45;
}
.ace-codebox-dark .ace_marker-layer .ace_selected-word {
border: 1px solid #373B41
}
.ace-codebox-dark .ace_invisible {
color: #4B4E55
}
.ace-codebox-dark .ace_keyword,
.ace-codebox-dark .ace_meta,
.ace-codebox-dark .ace_storage,
.ace-codebox-dark .ace_storage.ace_type,
.ace-codebox-dark .ace_support.ace_type {
color: #B294BB
}
.ace-codebox-dark .ace_keyword.ace_operator {
color: #8ABEB7
}
.ace-codebox-dark .ace_constant.ace_character,
.ace-codebox-dark .ace_constant.ace_language,
.ace-codebox-dark .ace_constant.ace_numeric,
.ace-codebox-dark .ace_keyword.ace_other.ace_unit,
.ace-codebox-dark .ace_support.ace_constant,
.ace-codebox-dark .ace_variable.ace_parameter {
color: #DE935F
}
.ace-codebox-dark .ace_constant.ace_other {
color: #CED1CF
}
.ace-codebox-dark .ace_invalid {
color: #CED2CF;
background-color: #DF5F5F
}
.ace-codebox-dark .ace_invalid.ace_deprecated {
color: #CED2CF;
background-color: #B798BF
}
.ace-codebox-dark .ace_fold {
background-color: #81A2BE;
border-color: #C5C8C6
}
.ace-codebox-dark .ace_entity.ace_name.ace_function,
.ace-codebox-dark .ace_support.ace_function,
.ace-codebox-dark .ace_variable {
color: #81A2BE
}
.ace-codebox-dark .ace_support.ace_class,
.ace-codebox-dark .ace_support.ace_type {
color: #F0C674
}
.ace-codebox-dark .ace_heading,
.ace-codebox-dark .ace_string {
color: #B5BD68
}
.ace-codebox-dark .ace_entity.ace_name.ace_tag,
.ace-codebox-dark .ace_entity.ace_other.ace_attribute-name,
.ace-codebox-dark .ace_meta.ace_tag,
.ace-codebox-dark .ace_string.ace_regexp,
.ace-codebox-dark .ace_variable {
color: #CC6666
}
.ace-codebox-dark .ace_comment {
color: #969896
}
.ace-codebox-dark .ace_indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYHB3d/8PAAOIAdULw8qMAAAAAElFTkSuQmCC) right repeat-y;
} | 0.522202 | 0.100128 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
html {
font-family: "Source Sans Pro", sans-serif;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.07);
}
.construction {
display: none;
}
.side-nav li ul li a, .side-nav li a {
font-size: 120%;
}
.footer-link a:hover {
color: yellow;
}
.overlay {
background: rgba(0, 0, 0, 0.5);
}
nav{
height: 105px;
margin-bottom:20px;
}
.nav-wrapper{
display: flex;
justify-content: center;
}
nav ul a {
color: #444;
font-size: 120%;
}
nav .brand-logo img {
height: 65%;
width: 55%;
padding-top: 8px;
display: block;
margin-left: auto;
margin-right: auto;
}
#nav-menu{
margin-top:45px;
}
#nav-menu li{
font-size: medium;
position: relative;
padding-top: 0;
background-color: transparent;
}
#nav-menu li a:before{
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
margin-right: 5px;
background-color: white;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out;
}
#nav-menu li a:hover:before{
visibility: visible;
transform: scaleX(1);
}
#nav-menu li a:hover{
text-shadow: 3px 0px 6px #95CD63, 0 3px 7px #653A9D;
}
#nav-menu li{
height: 59px;
}
p {
line-height: 2rem;
}
h2 {
font-size: 250%;
}
h4 {
font-size: 150%;
}
h5 {
font-size: 130%;
}
.button-collapse {
color: #26a69a;
}
.parallax-container {
min-height: 380px;
line-height: 0;
height: auto;
color: rgba(255, 255, 255, 1.0);
}
.parallax-container .section {
width: 100%;
}
@media only screen and (max-width: 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
#logo {
width: 70%;
margin-left: 50px;
margin-top: 8px;
}
.overlay {
background: rgba(0, 0, 0, 0);
}
}
@media only screen and (max-width: 600px) {
#index-banner .section {
top: 0;
}
#logo {
width: 80%;
margin-left: 30px;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
.card.medium {
height: 265px;
}
.card.medium .card-image {
height: 200px;
}
.card.medium .card-content {
height: 65px;
}
.waves-effect.waves-purple .waves-ripple {
/* The alpha value allows the text and background color
of the button to still show through. */
background-color: #9575cd;
} | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
html {
font-family: "Source Sans Pro", sans-serif;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.07);
}
.construction {
display: none;
}
.side-nav li ul li a, .side-nav li a {
font-size: 120%;
}
.footer-link a:hover {
color: yellow;
}
.overlay {
background: rgba(0, 0, 0, 0.5);
}
nav{
height: 105px;
margin-bottom:20px;
}
.nav-wrapper{
display: flex;
justify-content: center;
}
nav ul a {
color: #444;
font-size: 120%;
}
nav .brand-logo img {
height: 65%;
width: 55%;
padding-top: 8px;
display: block;
margin-left: auto;
margin-right: auto;
}
#nav-menu{
margin-top:45px;
}
#nav-menu li{
font-size: medium;
position: relative;
padding-top: 0;
background-color: transparent;
}
#nav-menu li a:before{
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
margin-right: 5px;
background-color: white;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out;
}
#nav-menu li a:hover:before{
visibility: visible;
transform: scaleX(1);
}
#nav-menu li a:hover{
text-shadow: 3px 0px 6px #95CD63, 0 3px 7px #653A9D;
}
#nav-menu li{
height: 59px;
}
p {
line-height: 2rem;
}
h2 {
font-size: 250%;
}
h4 {
font-size: 150%;
}
h5 {
font-size: 130%;
}
.button-collapse {
color: #26a69a;
}
.parallax-container {
min-height: 380px;
line-height: 0;
height: auto;
color: rgba(255, 255, 255, 1.0);
}
.parallax-container .section {
width: 100%;
}
@media only screen and (max-width: 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
#logo {
width: 70%;
margin-left: 50px;
margin-top: 8px;
}
.overlay {
background: rgba(0, 0, 0, 0);
}
}
@media only screen and (max-width: 600px) {
#index-banner .section {
top: 0;
}
#logo {
width: 80%;
margin-left: 30px;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
.card.medium {
height: 265px;
}
.card.medium .card-image {
height: 200px;
}
.card.medium .card-content {
height: 65px;
}
.waves-effect.waves-purple .waves-ripple {
/* The alpha value allows the text and background color
of the button to still show through. */
background-color: #9575cd;
} | 0.521715 | 0.095055 |
footer {
bottom: 0;
border-width: 0 0 1px;
height: 50px;
margin: 0;
padding: 0;
position: fixed;
width: 100%;
}
footer p {
color: #fff!important;
text-align: center!important;
float: none!important;
}
.navbar-login
{
width: 305px;
padding: 10px;
padding-bottom: 0px;
}
.navbar-login-session
{
padding: 10px;
padding-bottom: 0px;
padding-top: 0px;
}
.icon-size
{
font-size: 87px;
}
.navbar-container{
padding: 0px 30px;
}
.sidebar{
display: none;
}
.table-responsive {
min-height: 210px;
margin-bottom: 50px;
/*max-height: 600px;*/
}
.loading {
background-color: hsla(97, 100%, 64%, 0.2);
display: none;
position: fixed;
width: 260px;
height: 60px;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -130px;
border: 2px solid;
border-radius: 10px;
z-index: 10;
}
@media (min-width: 1200px){
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.sidebar{
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px 0px;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5f5;
border-right: 1px solid #eee;
margin-bottom: 50px;
}
.sidebar .nav-link.active {
color: #007bff;
}
.sidebar .nav-link {
font-weight: 500;
color: #333;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar {
margin-right: -21px;
margin-bottom: 20px;
margin-left: -20px;
}
.main {
padding: 20px;
padding-top: 50px;
}
.action-btn {
float: right;
font-size: 30px;
margin-right: 10px;
}
.notifications {
position: fixed;
text-align: center;
top: 15px;
right: 15px;
z-index: 1200;
font-size: 1.2em;
}
.notifications strong{
font-size: 30px;
}
.inner-table th, td {
padding: 0px 10px;
}
.filter-btn{
display: block;
}
.filter_form .form-group{
min-width: 30%;
}
.filter_form {
padding: 10px;
outline: auto;
margin-top: 5px;
}
iframe {
width: 100%;
border: 0px;
}
button > p {
margin: 0;
}
.modal {
overflow: auto;
}
@media (min-width: 1000px){
.modal-lg {
width: 1000px;
}
}
@media (min-width: 1200px){
.modal-lg {
width: 1200px;
}
}
input.form-control {
min-width: 85px;
}
.sheet-header {
text-align: center;
}
@media (min-width: 992px){
.sheet-head {
font-size: x-large;
}
#sheet-logo {
height: 200px;
}
}
[role="main"] {
padding-top: 133px; /* Space for fixed navbar */
}
@media (min-width: 768px) {
[role="main"] {
padding-top: 48px; /* Space for fixed navbar */
}
}
.sheet-cont .right {
text-align: right;
}
.unit-sect img {
position: absolute;
} | static/css/main.css | footer {
bottom: 0;
border-width: 0 0 1px;
height: 50px;
margin: 0;
padding: 0;
position: fixed;
width: 100%;
}
footer p {
color: #fff!important;
text-align: center!important;
float: none!important;
}
.navbar-login
{
width: 305px;
padding: 10px;
padding-bottom: 0px;
}
.navbar-login-session
{
padding: 10px;
padding-bottom: 0px;
padding-top: 0px;
}
.icon-size
{
font-size: 87px;
}
.navbar-container{
padding: 0px 30px;
}
.sidebar{
display: none;
}
.table-responsive {
min-height: 210px;
margin-bottom: 50px;
/*max-height: 600px;*/
}
.loading {
background-color: hsla(97, 100%, 64%, 0.2);
display: none;
position: fixed;
width: 260px;
height: 60px;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -130px;
border: 2px solid;
border-radius: 10px;
z-index: 10;
}
@media (min-width: 1200px){
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.sidebar{
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px 0px;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5f5;
border-right: 1px solid #eee;
margin-bottom: 50px;
}
.sidebar .nav-link.active {
color: #007bff;
}
.sidebar .nav-link {
font-weight: 500;
color: #333;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar {
margin-right: -21px;
margin-bottom: 20px;
margin-left: -20px;
}
.main {
padding: 20px;
padding-top: 50px;
}
.action-btn {
float: right;
font-size: 30px;
margin-right: 10px;
}
.notifications {
position: fixed;
text-align: center;
top: 15px;
right: 15px;
z-index: 1200;
font-size: 1.2em;
}
.notifications strong{
font-size: 30px;
}
.inner-table th, td {
padding: 0px 10px;
}
.filter-btn{
display: block;
}
.filter_form .form-group{
min-width: 30%;
}
.filter_form {
padding: 10px;
outline: auto;
margin-top: 5px;
}
iframe {
width: 100%;
border: 0px;
}
button > p {
margin: 0;
}
.modal {
overflow: auto;
}
@media (min-width: 1000px){
.modal-lg {
width: 1000px;
}
}
@media (min-width: 1200px){
.modal-lg {
width: 1200px;
}
}
input.form-control {
min-width: 85px;
}
.sheet-header {
text-align: center;
}
@media (min-width: 992px){
.sheet-head {
font-size: x-large;
}
#sheet-logo {
height: 200px;
}
}
[role="main"] {
padding-top: 133px; /* Space for fixed navbar */
}
@media (min-width: 768px) {
[role="main"] {
padding-top: 48px; /* Space for fixed navbar */
}
}
.sheet-cont .right {
text-align: right;
}
.unit-sect img {
position: absolute;
} | 0.237664 | 0.074097 |
background-blend-mode: initial;
}
#hero{
background-image: url('../img/mass.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#caracteristicas-2{
background-color: #262335;
color: white;
}
.logo{
align-items: center;
margin-top: 20px;
padding: 20px;
padding-right: 50px;
background-position: center;
}
.card{
border-radius: 10px;
box-shadow: 1px 4px 0 #00000036;
}
h1{
font-weight: 900;
font-size: 6rem;
color: red;
}
h2{
font-weight: 300;
}
#fotos{
background-color: #262335;
color: white;
}
.mas{
color: red;
text-decoration: none;
font-size: 20px;
padding: 20px;
}
.redes{
filter: invert(100%);
text-decoration: none;
image-resolution: 100%;
}
.live{
font-weight: 600;
font-size: 1.3rem;
text-shadow:
0 0 4px red,
0 0 8px red,
0 0 12px rgb(255, 162, 219),
0 0 14px rgb(255, 162, 219);
animation: flicker 1.5s infinite alternate;
}
.b-hope{
font-size: 5rem;
font-weight: 900;
color: red;
}
.video{
background-color: #262335;
}
#footer{
box-sizing: border-box;
color: white;
}
.firma{
font-size: 70%;
}
/************/
/* DISCOGRAFIA */
* {
margin: 0%;
box-sizing: border-box;
}
h3{
font-weight: 800;
font-size: 3.5rem;
color: white;
font-family: 'Rampart One', cursive;
font-family: 'Monoton', cursive;
}
#discografia{
background-color: rgb(29, 14, 40);
}
#botones{
background-color: #262335;
}
.boton-negro{
background-color: black;
color: white;
font-weight: 700;
font-size: 18px;
}
#album{
background-color: #262335;
}
#single{
background-color: #262335;
}
.img {
width: 300px;
height: auto;
position: relative;
}
.img p {
margin: auto;
color: #fff;
line-height: 300px; /* igual height de la imagen */
background: rgba(0, 0, 0, 0.733);
transition: opacity .4s linear;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
}
.img:hover p {
opacity: .75;
} | css/style.css | background-blend-mode: initial;
}
#hero{
background-image: url('../img/mass.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#caracteristicas-2{
background-color: #262335;
color: white;
}
.logo{
align-items: center;
margin-top: 20px;
padding: 20px;
padding-right: 50px;
background-position: center;
}
.card{
border-radius: 10px;
box-shadow: 1px 4px 0 #00000036;
}
h1{
font-weight: 900;
font-size: 6rem;
color: red;
}
h2{
font-weight: 300;
}
#fotos{
background-color: #262335;
color: white;
}
.mas{
color: red;
text-decoration: none;
font-size: 20px;
padding: 20px;
}
.redes{
filter: invert(100%);
text-decoration: none;
image-resolution: 100%;
}
.live{
font-weight: 600;
font-size: 1.3rem;
text-shadow:
0 0 4px red,
0 0 8px red,
0 0 12px rgb(255, 162, 219),
0 0 14px rgb(255, 162, 219);
animation: flicker 1.5s infinite alternate;
}
.b-hope{
font-size: 5rem;
font-weight: 900;
color: red;
}
.video{
background-color: #262335;
}
#footer{
box-sizing: border-box;
color: white;
}
.firma{
font-size: 70%;
}
/************/
/* DISCOGRAFIA */
* {
margin: 0%;
box-sizing: border-box;
}
h3{
font-weight: 800;
font-size: 3.5rem;
color: white;
font-family: 'Rampart One', cursive;
font-family: 'Monoton', cursive;
}
#discografia{
background-color: rgb(29, 14, 40);
}
#botones{
background-color: #262335;
}
.boton-negro{
background-color: black;
color: white;
font-weight: 700;
font-size: 18px;
}
#album{
background-color: #262335;
}
#single{
background-color: #262335;
}
.img {
width: 300px;
height: auto;
position: relative;
}
.img p {
margin: auto;
color: #fff;
line-height: 300px; /* igual height de la imagen */
background: rgba(0, 0, 0, 0.733);
transition: opacity .4s linear;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
}
.img:hover p {
opacity: .75;
} | 0.515376 | 0.110952 |
.ldpx {
perspective: 8px;
perspective-origin: 50% 50%;
overflow-y: scroll;
overflow-x: hidden;
}
.ldpx-full {
width: 100%;
height: 100%;
}
.ldpx-16 {
perspective: 16px;
}
.ldpxl.z-1 {
transform: translateZ(1px);
}
.ldpxl.zs-1 {
transform: translateZ(1px) scale(0.875);
}
.ldpxl.z-2 {
transform: translateZ(2px);
}
.ldpxl.zs-2 {
transform: translateZ(2px) scale(0.75);
}
.ldpxl.z-3 {
transform: translateZ(3px);
}
.ldpxl.zs-3 {
transform: translateZ(3px) scale(0.625);
}
.ldpxl.z-4 {
transform: translateZ(4px);
}
.ldpxl.zs-4 {
transform: translateZ(4px) scale(0.5);
}
.ldpxl.z-5 {
transform: translateZ(5px);
}
.ldpxl.zs-5 {
transform: translateZ(5px) scale(0.375);
}
.ldpxl.z-6 {
transform: translateZ(6px);
}
.ldpxl.zs-6 {
transform: translateZ(6px) scale(0.25);
}
.ldpxl.z-7 {
transform: translateZ(7px);
}
.ldpxl.zs-7 {
transform: translateZ(7px) scale(0.125);
}
.ldpxl.z-8 {
transform: translateZ(8px);
}
.ldpxl.zs-8 {
transform: translateZ(8px) scale(0);
}
.ldpxl.z16-1 {
transform: translateZ(1px);
}
.ldpxl.z16s-1 {
transform: translateZ(1px) scale(0.9375);
}
.ldpxl.z16-2 {
transform: translateZ(2px);
}
.ldpxl.z16s-2 {
transform: translateZ(2px) scale(0.875);
}
.ldpxl.z16-3 {
transform: translateZ(3px);
}
.ldpxl.z16s-3 {
transform: translateZ(3px) scale(0.8125);
}
.ldpxl.z16-4 {
transform: translateZ(4px);
}
.ldpxl.z16s-4 {
transform: translateZ(4px) scale(0.75);
}
.ldpxl.z16-5 {
transform: translateZ(5px);
}
.ldpxl.z16s-5 {
transform: translateZ(5px) scale(0.6875);
}
.ldpxl.z16-6 {
transform: translateZ(6px);
}
.ldpxl.z16s-6 {
transform: translateZ(6px) scale(0.625);
}
.ldpxl.z16-7 {
transform: translateZ(7px);
}
.ldpxl.z16s-7 {
transform: translateZ(7px) scale(0.5625);
}
.ldpxl.z16-8 {
transform: translateZ(8px);
}
.ldpxl.z16s-8 {
transform: translateZ(8px) scale(0.5);
}
.ldpxl.z16-9 {
transform: translateZ(9px);
}
.ldpxl.z16s-9 {
transform: translateZ(9px) scale(0.4375);
}
.ldpxl.z16-10 {
transform: translateZ(10px);
}
.ldpxl.z16s-10 {
transform: translateZ(10px) scale(0.375);
}
.ldpxl.z16-11 {
transform: translateZ(11px);
}
.ldpxl.z16s-11 {
transform: translateZ(11px) scale(0.3125);
}
.ldpxl.z16-12 {
transform: translateZ(12px);
}
.ldpxl.z16s-12 {
transform: translateZ(12px) scale(0.25);
}
.ldpxl.z16-13 {
transform: translateZ(13px);
}
.ldpxl.z16s-13 {
transform: translateZ(13px) scale(0.1875);
}
.ldpxl.z16-14 {
transform: translateZ(14px);
}
.ldpxl.z16s-14 {
transform: translateZ(14px) scale(0.125);
}
.ldpxl.z16-15 {
transform: translateZ(15px);
}
.ldpxl.z16s-15 {
transform: translateZ(15px) scale(0.0625);
}
.ldpxl.z16-16 {
transform: translateZ(16px);
}
.ldpxl.z16s-16 {
transform: translateZ(16px) scale(0);
} | dist/ldpx.css | .ldpx {
perspective: 8px;
perspective-origin: 50% 50%;
overflow-y: scroll;
overflow-x: hidden;
}
.ldpx-full {
width: 100%;
height: 100%;
}
.ldpx-16 {
perspective: 16px;
}
.ldpxl.z-1 {
transform: translateZ(1px);
}
.ldpxl.zs-1 {
transform: translateZ(1px) scale(0.875);
}
.ldpxl.z-2 {
transform: translateZ(2px);
}
.ldpxl.zs-2 {
transform: translateZ(2px) scale(0.75);
}
.ldpxl.z-3 {
transform: translateZ(3px);
}
.ldpxl.zs-3 {
transform: translateZ(3px) scale(0.625);
}
.ldpxl.z-4 {
transform: translateZ(4px);
}
.ldpxl.zs-4 {
transform: translateZ(4px) scale(0.5);
}
.ldpxl.z-5 {
transform: translateZ(5px);
}
.ldpxl.zs-5 {
transform: translateZ(5px) scale(0.375);
}
.ldpxl.z-6 {
transform: translateZ(6px);
}
.ldpxl.zs-6 {
transform: translateZ(6px) scale(0.25);
}
.ldpxl.z-7 {
transform: translateZ(7px);
}
.ldpxl.zs-7 {
transform: translateZ(7px) scale(0.125);
}
.ldpxl.z-8 {
transform: translateZ(8px);
}
.ldpxl.zs-8 {
transform: translateZ(8px) scale(0);
}
.ldpxl.z16-1 {
transform: translateZ(1px);
}
.ldpxl.z16s-1 {
transform: translateZ(1px) scale(0.9375);
}
.ldpxl.z16-2 {
transform: translateZ(2px);
}
.ldpxl.z16s-2 {
transform: translateZ(2px) scale(0.875);
}
.ldpxl.z16-3 {
transform: translateZ(3px);
}
.ldpxl.z16s-3 {
transform: translateZ(3px) scale(0.8125);
}
.ldpxl.z16-4 {
transform: translateZ(4px);
}
.ldpxl.z16s-4 {
transform: translateZ(4px) scale(0.75);
}
.ldpxl.z16-5 {
transform: translateZ(5px);
}
.ldpxl.z16s-5 {
transform: translateZ(5px) scale(0.6875);
}
.ldpxl.z16-6 {
transform: translateZ(6px);
}
.ldpxl.z16s-6 {
transform: translateZ(6px) scale(0.625);
}
.ldpxl.z16-7 {
transform: translateZ(7px);
}
.ldpxl.z16s-7 {
transform: translateZ(7px) scale(0.5625);
}
.ldpxl.z16-8 {
transform: translateZ(8px);
}
.ldpxl.z16s-8 {
transform: translateZ(8px) scale(0.5);
}
.ldpxl.z16-9 {
transform: translateZ(9px);
}
.ldpxl.z16s-9 {
transform: translateZ(9px) scale(0.4375);
}
.ldpxl.z16-10 {
transform: translateZ(10px);
}
.ldpxl.z16s-10 {
transform: translateZ(10px) scale(0.375);
}
.ldpxl.z16-11 {
transform: translateZ(11px);
}
.ldpxl.z16s-11 {
transform: translateZ(11px) scale(0.3125);
}
.ldpxl.z16-12 {
transform: translateZ(12px);
}
.ldpxl.z16s-12 {
transform: translateZ(12px) scale(0.25);
}
.ldpxl.z16-13 {
transform: translateZ(13px);
}
.ldpxl.z16s-13 {
transform: translateZ(13px) scale(0.1875);
}
.ldpxl.z16-14 {
transform: translateZ(14px);
}
.ldpxl.z16s-14 {
transform: translateZ(14px) scale(0.125);
}
.ldpxl.z16-15 {
transform: translateZ(15px);
}
.ldpxl.z16s-15 {
transform: translateZ(15px) scale(0.0625);
}
.ldpxl.z16-16 {
transform: translateZ(16px);
}
.ldpxl.z16s-16 {
transform: translateZ(16px) scale(0);
} | 0.535584 | 0.302642 |
body > ul > li small {
color: gray;
font-weight: normal;
}
#login input {
padding-left: 75px;
}
#reviewrequest .summary {
border-bottom: 1px solid #999999;
padding: 12px 10px;
text-align: left;
}
#reviewrequest h3 {
font-size: 14px;
margin: 0;
padding: 0 0 5px 0;
}
#reviewrequest > fieldset {
font-size: 12px;
}
#reviewrequest .row {
border: 0;
line-height: 20px;
min-height: 20px;
padding: 2px 0;
}
#reviewrequest .descriptionRow {
border-top: 1px solid #999999;
}
#reviewrequest .row > label {
line-height: inherit;
text-align: right;
vertical-align: top;
width: 65px;
color: #666666;
}
#reviewrequest .row > div {
text-align: left;
padding: 0 10px 0 85px;
}
#reviewrequest .controls .whiteButton {
float: left;
font-size: 12px;
margin-bottom: 20px;
width: 100px;
}
#reviewrequest .controls .whiteButton:first-child {
margin-right: 10px;
}
#reviewrequest > h2 {
clear: both;
}
.review .body {
padding: 12px 10px;
text-align: left;
}
.review .reply-comments {
margin: 20px 0 0 0;
padding: 0;
}
.review .reply-comments .reply-comment {
display: inline;
}
.review .reply-comments .reply-comment dd {
margin-left: 10px;
}
.review .reply-comments .reply-comment dl {
border-left: 2px #D0D0D0 solid;
margin: 0px;
padding: 5px;
}
.review .reply-comments .reply-comment dt a {
color: #AB5603;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
}
.review .reply-comments .reply-comment dt .timestamp {
display: block;
}
.review .reply-comments .reply-comment.draft dt a {
color: #4e9a06;
}
.review .reply-comments .reply-comment dt span {
color: #487858;
font-weight: normal;
}
.review .controls {
display: none;
}
table.sidebyside {
background: white;
border: 1px #C0C0C0 solid;
border-collapse: collapse;
margin: 2px;
padding: 2px;
}
table.sidebyside col.left {
border-right: 1px #C0C0C0 solid;
width: 50%;
}
table.sidebyside col.line {
border-right: 1px #C0C0C0 solid;
}
table.sidebyside col.right {
width: 50%;
}
table.sidebyside .filename {
font-size: 12px;
font-weight: bold;
margin: 4px 0;
padding: 0;
}
table.sidebyside td {
min-width: 20px;
}
table.sidebyside pre {
font-size: 10px;
line-height: default;
margin: 0;
padding: 0;
white-space: default;
}
table.sidebyside thead th {
background: #F0F0F0;
border-bottom: 1px #C0C0C0 solid;
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
text-align: left;
text-overflow: ellipsis;
}
table.sidebyside tbody th {
background: #F0F0F0;
font-size: 10px;
text-align: right;
vertical-align: top;
}
table.sidebyside tr.first td,
table.sidebyside tr.first th {
border-top: 1px #D0D0D0 solid;
}
table.sidebyside tr.last td,
table.sidebyside tr.last th {
border-bottom: 1px #D0D0D0 solid;
}
table.sidebyside tbody.binary td {
background: #dbebff;
padding: 4px;
}
table.sidebyside tbody.collapsed a {
text-decoration: underline;
color: black;
}
table.sidebyside tbody.collapsed td {
background: #e4d9cb;
font-size: x-small;
text-align: center;
}
table.sidebyside tbody.collapsed th {
background: #e4d9cb;
}
table.sidebyside tbody.delete {
background: #ffc5ce;
}
table.sidebyside tbody.delete th {
background: #ffc5ce;
}
table.sidebyside tbody.delete tr.selected * {
background: #dfb1b1;
}
table.sidebyside tbody.insert {
background: #c5ffc4;
}
table.sidebyside tbody.insert th {
background: #c5ffc4;
}
table.sidebyside tbody.insert tr.selected * {
background: #9ae298;
}
table.sidebyside tbody.replace {
background: #fdfebc;
}
table.sidebyside tbody.replace th {
background: #fdfebc;
}
table.sidebyside tbody.replace tr.selected * {
background: #e2e179;
}
table.sidebyside tbody.replace .hl {
background: #eff23d;
}
.shipit {
display: inline;
color: #006000;
}
.dialog > fieldset > label {
font-size: 12px;
}
.dialog > fieldset > .error {
color: #770000;
margin-top: 8px;
text-align: left;
} | reviewboard/htdocs/media/rb/css/iphone.css | body > ul > li small {
color: gray;
font-weight: normal;
}
#login input {
padding-left: 75px;
}
#reviewrequest .summary {
border-bottom: 1px solid #999999;
padding: 12px 10px;
text-align: left;
}
#reviewrequest h3 {
font-size: 14px;
margin: 0;
padding: 0 0 5px 0;
}
#reviewrequest > fieldset {
font-size: 12px;
}
#reviewrequest .row {
border: 0;
line-height: 20px;
min-height: 20px;
padding: 2px 0;
}
#reviewrequest .descriptionRow {
border-top: 1px solid #999999;
}
#reviewrequest .row > label {
line-height: inherit;
text-align: right;
vertical-align: top;
width: 65px;
color: #666666;
}
#reviewrequest .row > div {
text-align: left;
padding: 0 10px 0 85px;
}
#reviewrequest .controls .whiteButton {
float: left;
font-size: 12px;
margin-bottom: 20px;
width: 100px;
}
#reviewrequest .controls .whiteButton:first-child {
margin-right: 10px;
}
#reviewrequest > h2 {
clear: both;
}
.review .body {
padding: 12px 10px;
text-align: left;
}
.review .reply-comments {
margin: 20px 0 0 0;
padding: 0;
}
.review .reply-comments .reply-comment {
display: inline;
}
.review .reply-comments .reply-comment dd {
margin-left: 10px;
}
.review .reply-comments .reply-comment dl {
border-left: 2px #D0D0D0 solid;
margin: 0px;
padding: 5px;
}
.review .reply-comments .reply-comment dt a {
color: #AB5603;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
}
.review .reply-comments .reply-comment dt .timestamp {
display: block;
}
.review .reply-comments .reply-comment.draft dt a {
color: #4e9a06;
}
.review .reply-comments .reply-comment dt span {
color: #487858;
font-weight: normal;
}
.review .controls {
display: none;
}
table.sidebyside {
background: white;
border: 1px #C0C0C0 solid;
border-collapse: collapse;
margin: 2px;
padding: 2px;
}
table.sidebyside col.left {
border-right: 1px #C0C0C0 solid;
width: 50%;
}
table.sidebyside col.line {
border-right: 1px #C0C0C0 solid;
}
table.sidebyside col.right {
width: 50%;
}
table.sidebyside .filename {
font-size: 12px;
font-weight: bold;
margin: 4px 0;
padding: 0;
}
table.sidebyside td {
min-width: 20px;
}
table.sidebyside pre {
font-size: 10px;
line-height: default;
margin: 0;
padding: 0;
white-space: default;
}
table.sidebyside thead th {
background: #F0F0F0;
border-bottom: 1px #C0C0C0 solid;
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
text-align: left;
text-overflow: ellipsis;
}
table.sidebyside tbody th {
background: #F0F0F0;
font-size: 10px;
text-align: right;
vertical-align: top;
}
table.sidebyside tr.first td,
table.sidebyside tr.first th {
border-top: 1px #D0D0D0 solid;
}
table.sidebyside tr.last td,
table.sidebyside tr.last th {
border-bottom: 1px #D0D0D0 solid;
}
table.sidebyside tbody.binary td {
background: #dbebff;
padding: 4px;
}
table.sidebyside tbody.collapsed a {
text-decoration: underline;
color: black;
}
table.sidebyside tbody.collapsed td {
background: #e4d9cb;
font-size: x-small;
text-align: center;
}
table.sidebyside tbody.collapsed th {
background: #e4d9cb;
}
table.sidebyside tbody.delete {
background: #ffc5ce;
}
table.sidebyside tbody.delete th {
background: #ffc5ce;
}
table.sidebyside tbody.delete tr.selected * {
background: #dfb1b1;
}
table.sidebyside tbody.insert {
background: #c5ffc4;
}
table.sidebyside tbody.insert th {
background: #c5ffc4;
}
table.sidebyside tbody.insert tr.selected * {
background: #9ae298;
}
table.sidebyside tbody.replace {
background: #fdfebc;
}
table.sidebyside tbody.replace th {
background: #fdfebc;
}
table.sidebyside tbody.replace tr.selected * {
background: #e2e179;
}
table.sidebyside tbody.replace .hl {
background: #eff23d;
}
.shipit {
display: inline;
color: #006000;
}
.dialog > fieldset > label {
font-size: 12px;
}
.dialog > fieldset > .error {
color: #770000;
margin-top: 8px;
text-align: left;
} | 0.42656 | 0.120232 |
@import url('../site.css');
.patch {
display: inline-block;
vertical-align: top;
width: 60px;
border-style: solid;
border-width: 1px;
border-radius: 2px;
text-align: center;
font-family: var(--studio-font-family);
font-size: 85%;
margin-left: 2px;
margin-top: 2px;
padding-top: 16px;
padding-bottom: 16px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.paper-patch {
width: var(--studio-size-10u);
font-size: var(--studio-size-2u);
}
.color-patch {
width: var(--studio-size-20u);
border-color: transparent;
color: var(--studio-semantic-color-ink);
}
.action-patch-10 { color: var(--studio-action-ink-10); cursor: pointer; background-color: var(--studio-paper-10); border-color: var(--studio-ink-17);}
.action-patch-10:hover { color: var(--studio-action-ink-highlight-10);}
.action-patch-20 { color: var(--studio-action-ink-20); cursor: pointer; background-color: var(--studio-paper-20); border-color: var(--studio-ink-27);}
.action-patch-20:hover { color: var(--studio-action-ink-highlight-20);}
.action-patch-30 { color: var(--studio-action-ink-30); cursor: pointer; background-color: var(--studio-paper-30); border-color: var(--studio-ink-37);}
.action-patch-30:hover { color: var(--studio-action-ink-highlight-30);}
.action-patch-40 { color: var(--studio-action-ink-40); cursor: pointer; background-color: var(--studio-paper-40); border-color: var(--studio-ink-47);}
.action-patch-40:hover { color: var(--studio-action-ink-highlight-40);}
.action-patch-50 { color: var(--studio-action-ink-50); cursor: pointer; background-color: var(--studio-paper-50); border-color: var(--studio-ink-57);}
.action-patch-50:hover { color: var(--studio-action-ink-highlight-50);}
.action-strip {
padding: 10px;
border-radius: 4px;
border-style: solid;
border-width: 1px;
width: fit-content;
}
.action-strip-10 { background-color: var(--studio-paper-10); border-color: var(--studio-ink-19);}
.action-strip-20 { background-color: var(--studio-paper-20); border-color: var(--studio-ink-29);}
.action-strip-30 { background-color: var(--studio-paper-30); border-color: var(--studio-ink-39);}
.action-strip-40 { background-color: var(--studio-paper-40); border-color: var(--studio-ink-49);}
.action-strip-50 { background-color: var(--studio-paper-50); border-color: var(--studio-ink-59);}
.hue-level {
display: inline-block;
width: var(--studio-size-3u);
height: var(--studio-size-6u);
}
.hsl-patch {
font-family: var(--studio-font-family);
display: inline-block;
width: var(--studio-size-2b);
height: var(--studio-size-2b);
border-radius: var(--studio-size-1u);
}
.palette-patch {
display: inline-block;
font-family: var(--studio-font-family);
width: var(--studio-size-4b);
height: var(--studio-size-1b);
text-align: center;
line-height: var(--studio-size-1b);
font-size: 70%;
vertical-align: middle;
margin-bottom: 2px;
margin-left: 2px;
border-radius: 2px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.palette-sat { color: var(--studio-ink-light);}
.bk-red { background-color: var(--studio-red); }
.bk-tomato { background-color: var(--studio-tomato); }
.bk-tangerine { background-color: var(--studio-tangerine); }
.bk-orange { background-color: var(--studio-orange); }
.bk-lemon { background-color: var(--studio-lemon); }
.bk-lime { background-color: var(--studio-lime); }
.bk-mint { background-color: var(--studio-mint); }
.bk-green { background-color: var(--studio-green); }
.bk-turquoise { background-color: var(--studio-turquoise); }
.bk-azure { background-color: var(--studio-azure); }
.bk-blue { background-color: var(--studio-blue); }
.bk-indigo { background-color: var(--studio-indigo); }
.bk-violet { background-color: var(--studio-violet); }
.bk-purple { background-color: var(--studio-purple); }
.bk-pink { background-color: var(--studio-pink); }
.bk-magenta { background-color: var(--studio-magenta); }
.palette-desat { color: var(--studio-ink-light);}
.bk-wine { background-color: var(--studio-wine); }
.bk-cinnamon { background-color: var(--studio-cinnamon); }
.bk-chocolate { background-color: var(--studio-chocolate); }
.bk-caramel { background-color: var(--studio-caramel); }
.bk-gold { background-color: var(--studio-gold); }
.bk-olive { background-color: var(--studio-olive); }
.bk-leaf { background-color: var(--studio-leaf); }
.bk-spruce { background-color: var(--studio-spruce); }
.bk-sea { background-color: var(--studio-sea); }
.bk-blueberry { background-color: var(--studio-blueberry); }
.bk-marine { background-color: var(--studio-marine); }
.bk-evening { background-color: var(--studio-evening); }
.bk-grape { background-color: var(--studio-grape); }
.bk-mauve { background-color: var(--studio-mauve); }
.bk-candy { background-color: var(--studio-candy); }
.bk-raspberry { background-color: var(--studio-raspberry); }
.palette-night { color: var(--studio-ink-night);}
.bk-red-night { background-color: var(--studio-red-night); }
.bk-tomato-night { background-color: var(--studio-tomato-night); }
.bk-tangerine-night { background-color: var(--studio-tangerine-night); }
.bk-orange-night { background-color: var(--studio-orange-night); }
.bk-lemon-night { background-color: var(--studio-lemon-night); }
.bk-lime-night { background-color: var(--studio-lime-night); }
.bk-mint-night { background-color: var(--studio-mint-night); }
.bk-green-night { background-color: var(--studio-green-night); }
.bk-turquoise-night { background-color: var(--studio-turquoise-night); }
.bk-azure-night { background-color: var(--studio-azure-night); }
.bk-blue-night { background-color: var(--studio-blue-night); }
.bk-indigo-night { background-color: var(--studio-indigo-night); }
.bk-violet-night { background-color: var(--studio-violet-night); }
.bk-purple-night { background-color: var(--studio-purple-night); }
.bk-pink-night { background-color: var(--studio-pink-night); }
.bk-magenta-night { background-color: var(--studio-magenta-night); }
.palette-flower { color: var(--studio-ink-flower);}
.bk-red-flower { background-color: var(--studio-red-flower); }
.bk-tomato-flower { background-color: var(--studio-tomato-flower); }
.bk-tangerine-flower { background-color: var(--studio-tangerine-flower); }
.bk-orange-flower { background-color: var(--studio-orange-flower); }
.bk-lemon-flower { background-color: var(--studio-lemon-flower); }
.bk-lime-flower { background-color: var(--studio-lime-flower); }
.bk-mint-flower { background-color: var(--studio-mint-flower); }
.bk-green-flower { background-color: var(--studio-green-flower); }
.bk-turquoise-flower { background-color: var(--studio-turquoise-flower); }
.bk-azure-flower { background-color: var(--studio-azure-flower); }
.bk-blue-flower { background-color: var(--studio-blue-flower); }
.bk-indigo-flower { background-color: var(--studio-indigo-flower); }
.bk-violet-flower { background-color: var(--studio-violet-flower); }
.bk-purple-flower { background-color: var(--studio-purple-flower); }
.bk-pink-flower { background-color: var(--studio-pink-flower); }
.bk-magenta-flower { background-color: var(--studio-magenta-flower); }
studio-led::part(surface) {
background-color: var(--studio-red);
}
.led-class::part(surface) {
background-color: var(--studio-indigo-flower);
}
#special-led::part(surface) {
border-radius: 8px;
background-color: var(--studio-chocolate);
}
.warning-icon {
color: var(--studio-semantic-warning);
min-width: 24px;
min-height: 24px;
}
.pad14 {
padding-top: 14px;
} | 0.0.0/doc/colors/index.css | @import url('../site.css');
.patch {
display: inline-block;
vertical-align: top;
width: 60px;
border-style: solid;
border-width: 1px;
border-radius: 2px;
text-align: center;
font-family: var(--studio-font-family);
font-size: 85%;
margin-left: 2px;
margin-top: 2px;
padding-top: 16px;
padding-bottom: 16px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.paper-patch {
width: var(--studio-size-10u);
font-size: var(--studio-size-2u);
}
.color-patch {
width: var(--studio-size-20u);
border-color: transparent;
color: var(--studio-semantic-color-ink);
}
.action-patch-10 { color: var(--studio-action-ink-10); cursor: pointer; background-color: var(--studio-paper-10); border-color: var(--studio-ink-17);}
.action-patch-10:hover { color: var(--studio-action-ink-highlight-10);}
.action-patch-20 { color: var(--studio-action-ink-20); cursor: pointer; background-color: var(--studio-paper-20); border-color: var(--studio-ink-27);}
.action-patch-20:hover { color: var(--studio-action-ink-highlight-20);}
.action-patch-30 { color: var(--studio-action-ink-30); cursor: pointer; background-color: var(--studio-paper-30); border-color: var(--studio-ink-37);}
.action-patch-30:hover { color: var(--studio-action-ink-highlight-30);}
.action-patch-40 { color: var(--studio-action-ink-40); cursor: pointer; background-color: var(--studio-paper-40); border-color: var(--studio-ink-47);}
.action-patch-40:hover { color: var(--studio-action-ink-highlight-40);}
.action-patch-50 { color: var(--studio-action-ink-50); cursor: pointer; background-color: var(--studio-paper-50); border-color: var(--studio-ink-57);}
.action-patch-50:hover { color: var(--studio-action-ink-highlight-50);}
.action-strip {
padding: 10px;
border-radius: 4px;
border-style: solid;
border-width: 1px;
width: fit-content;
}
.action-strip-10 { background-color: var(--studio-paper-10); border-color: var(--studio-ink-19);}
.action-strip-20 { background-color: var(--studio-paper-20); border-color: var(--studio-ink-29);}
.action-strip-30 { background-color: var(--studio-paper-30); border-color: var(--studio-ink-39);}
.action-strip-40 { background-color: var(--studio-paper-40); border-color: var(--studio-ink-49);}
.action-strip-50 { background-color: var(--studio-paper-50); border-color: var(--studio-ink-59);}
.hue-level {
display: inline-block;
width: var(--studio-size-3u);
height: var(--studio-size-6u);
}
.hsl-patch {
font-family: var(--studio-font-family);
display: inline-block;
width: var(--studio-size-2b);
height: var(--studio-size-2b);
border-radius: var(--studio-size-1u);
}
.palette-patch {
display: inline-block;
font-family: var(--studio-font-family);
width: var(--studio-size-4b);
height: var(--studio-size-1b);
text-align: center;
line-height: var(--studio-size-1b);
font-size: 70%;
vertical-align: middle;
margin-bottom: 2px;
margin-left: 2px;
border-radius: 2px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.palette-sat { color: var(--studio-ink-light);}
.bk-red { background-color: var(--studio-red); }
.bk-tomato { background-color: var(--studio-tomato); }
.bk-tangerine { background-color: var(--studio-tangerine); }
.bk-orange { background-color: var(--studio-orange); }
.bk-lemon { background-color: var(--studio-lemon); }
.bk-lime { background-color: var(--studio-lime); }
.bk-mint { background-color: var(--studio-mint); }
.bk-green { background-color: var(--studio-green); }
.bk-turquoise { background-color: var(--studio-turquoise); }
.bk-azure { background-color: var(--studio-azure); }
.bk-blue { background-color: var(--studio-blue); }
.bk-indigo { background-color: var(--studio-indigo); }
.bk-violet { background-color: var(--studio-violet); }
.bk-purple { background-color: var(--studio-purple); }
.bk-pink { background-color: var(--studio-pink); }
.bk-magenta { background-color: var(--studio-magenta); }
.palette-desat { color: var(--studio-ink-light);}
.bk-wine { background-color: var(--studio-wine); }
.bk-cinnamon { background-color: var(--studio-cinnamon); }
.bk-chocolate { background-color: var(--studio-chocolate); }
.bk-caramel { background-color: var(--studio-caramel); }
.bk-gold { background-color: var(--studio-gold); }
.bk-olive { background-color: var(--studio-olive); }
.bk-leaf { background-color: var(--studio-leaf); }
.bk-spruce { background-color: var(--studio-spruce); }
.bk-sea { background-color: var(--studio-sea); }
.bk-blueberry { background-color: var(--studio-blueberry); }
.bk-marine { background-color: var(--studio-marine); }
.bk-evening { background-color: var(--studio-evening); }
.bk-grape { background-color: var(--studio-grape); }
.bk-mauve { background-color: var(--studio-mauve); }
.bk-candy { background-color: var(--studio-candy); }
.bk-raspberry { background-color: var(--studio-raspberry); }
.palette-night { color: var(--studio-ink-night);}
.bk-red-night { background-color: var(--studio-red-night); }
.bk-tomato-night { background-color: var(--studio-tomato-night); }
.bk-tangerine-night { background-color: var(--studio-tangerine-night); }
.bk-orange-night { background-color: var(--studio-orange-night); }
.bk-lemon-night { background-color: var(--studio-lemon-night); }
.bk-lime-night { background-color: var(--studio-lime-night); }
.bk-mint-night { background-color: var(--studio-mint-night); }
.bk-green-night { background-color: var(--studio-green-night); }
.bk-turquoise-night { background-color: var(--studio-turquoise-night); }
.bk-azure-night { background-color: var(--studio-azure-night); }
.bk-blue-night { background-color: var(--studio-blue-night); }
.bk-indigo-night { background-color: var(--studio-indigo-night); }
.bk-violet-night { background-color: var(--studio-violet-night); }
.bk-purple-night { background-color: var(--studio-purple-night); }
.bk-pink-night { background-color: var(--studio-pink-night); }
.bk-magenta-night { background-color: var(--studio-magenta-night); }
.palette-flower { color: var(--studio-ink-flower);}
.bk-red-flower { background-color: var(--studio-red-flower); }
.bk-tomato-flower { background-color: var(--studio-tomato-flower); }
.bk-tangerine-flower { background-color: var(--studio-tangerine-flower); }
.bk-orange-flower { background-color: var(--studio-orange-flower); }
.bk-lemon-flower { background-color: var(--studio-lemon-flower); }
.bk-lime-flower { background-color: var(--studio-lime-flower); }
.bk-mint-flower { background-color: var(--studio-mint-flower); }
.bk-green-flower { background-color: var(--studio-green-flower); }
.bk-turquoise-flower { background-color: var(--studio-turquoise-flower); }
.bk-azure-flower { background-color: var(--studio-azure-flower); }
.bk-blue-flower { background-color: var(--studio-blue-flower); }
.bk-indigo-flower { background-color: var(--studio-indigo-flower); }
.bk-violet-flower { background-color: var(--studio-violet-flower); }
.bk-purple-flower { background-color: var(--studio-purple-flower); }
.bk-pink-flower { background-color: var(--studio-pink-flower); }
.bk-magenta-flower { background-color: var(--studio-magenta-flower); }
studio-led::part(surface) {
background-color: var(--studio-red);
}
.led-class::part(surface) {
background-color: var(--studio-indigo-flower);
}
#special-led::part(surface) {
border-radius: 8px;
background-color: var(--studio-chocolate);
}
.warning-icon {
color: var(--studio-semantic-warning);
min-width: 24px;
min-height: 24px;
}
.pad14 {
padding-top: 14px;
} | 0.364778 | 0.079926 |
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
html {
background-color: #353b43;
color: #737f8a;
}
body {
background-color: #353b43;
font-family: "Anaheim", sans-serif;
color: #737f8a;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
font-family: "Quattrocento Sans", sans-serif;
color: #afbac4;
}
p {
font-family: "Quattrocento Sans", sans-serif;
}
/*----------Basic Setup ------------*/
ol, ul {
margin: 0;
padding: 0;
list-style: none;
}
figure {
margin: 0;
}
a {
color: #fff;
transition: all .3s ease-in 0s;
}
iframe {
border: 0;
}
a, a:focus, a:hover {
text-decoration: none;
outline: 0;
}
a:focus, a:hover {
color: #6CB670;
}
.kill-margin-bottom {
margin-bottom: 0 !important;
}
.padding-0 {
padding: 0 !important;
}
.btn-main {
background: #57cbcc;
color: #fff;
display: inline-block;
font-size: 14px;
letter-spacing: 1px;
padding: 10px 35px;
text-transform: uppercase;
}
.btn-main:hover {
background: #2c9091;
color: #fff;
}
.btn {
background-color: transparent;
color: #fff;
padding: 10px 30px;
border-radius: 0;
transition: all .3s ease-in 0s;
}
.btn:focus {
color: #ddd;
}
.btn-transparent {
border: 1px solid #4e595f;
}
.btn-transparent:hover, .btn-transparent:focus {
background-color: #57cbcc;
border: 1px solid transparent;
color: #fff;
}
.border {
border-top: 2px solid rgba(236, 239, 241, 0.07);
height: 1px;
margin: 15px auto 0;
position: relative;
width: 30%;
}
.border:before {
background-color: #fff;
content: '';
height: 6px;
left: 50%;
margin-left: -20px;
position: absolute;
top: -4px;
width: 50px;
background-color: #57cbcc;
}
.color {
color: #5984a8;
}
.sub-title {
padding: 0 0 50px;
}
.sub-title > h3 {
border-left: 3px solid #ddd;
border-right: 3px solid #ddd;
display: inline-block;
padding: 5px 25px;
text-transform: uppercase;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0;
}
.bg-one {
background-color: #353b43;
}
.bg-dark {
background: #242930;
}
.no-padding {
padding: 0 !important;
}
.inline-block {
display: inline-block;
}
@media (max-width: 480px) {
.section {
padding: 50px 0;
}
}
@media (max-width: 768px) {
.section {
padding: 50px 0;
}
}
.section-sm {
padding: 70px 0;
}
.section-xs {
padding: 50px 0;
}
.btn:focus {
color: #ddd;
}
#home {
position: relative;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0;
}
.logo {
margin-top: 10px;
display: inline-block;
}
.single-page-header {
background-image: url("../images/about/about-header.jpg");
background-size: cover;
padding: 140px 0 70px;
text-align: center;
color: #fff;
position: relative;
}
.single-page-header:before {
background: rgba(0, 0, 0, 0.5);
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.slick-slide {
outline: none;
}
/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.title {
padding-bottom: 60px;
}
.title h2 {
text-transform: capitalize;
font-weight: 700;
font-size: 38px;
color: #fff;
}
.title h2 span {
color: #57cbcc;
}
.title p {
color: #666;
}
.title.title-white h2 {
color: #fff;
}
.bg-gray {
background: #f9f9f9;
}
.section-bg {
background: #292F36;
}
.overly {
position: relative;
}
.overly:before {
content: '';
background: rgba(0, 0, 0, 0.096);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/*----------Basic Setup ------------*/
/* Navigation */
.navigation {
background-color: #1d2024;
width: 100%;
z-index: 99;
margin-bottom: 0;
padding: 10px;
}
.navigation .logo {
padding: 0;
height: auto;
margin-top: 0;
}
.navigation .logo img {
height: auto;
width: 140px;
}
.navigation .navigation-menu li.active a {
color: #57cbcc;
}
.navigation .navigation-menu li a {
font-size: 16px;
color: #737f8a;
}
.navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
background: transparent;
color: #57cbcc;
}
.navbar-toggle {
border: 1px solid #fff;
border-radius: 0;
}
.navbar-toggle span {
background: #fff;
}
.bg-1 {
background-image: url("../images/backgrounds/bg-1.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.bg-2 {
background-image: url("../images/backgrounds/bg-2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.hero-area {
background-image: url("../images/slider/hero-area1.jpg");
background-size: cover;
height: 100vh;
position: relative;
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;
}
.hero-area:before {
content: '';
background: rgba(0, 0, 0, 0.63);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.hero-area .block {
text-align: center;
z-index: 99;
}
.hero-area .block h1 {
font-size: 90px;
color: #fff;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 20px;
}
@media (max-width: 480px) {
.hero-area .block h1 {
font-size: 60px;
}
}
.hero-area .block p {
color: #fff;
font-size: 20px;
width: 70%;
margin: 0 auto;
}
.hero-area .block .btn-transparent {
margin-top: 40px;
border-color: #fff;
padding: 14px 50px;
font-size: 18px;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
}
.dark-bg {
background: rgba(0, 0, 0, 0.7);
height: 100%;
width: 100%;
position: absolute;
z-index: -1;
}
/* About us section */
.about .block {
background: #242930;
padding: 30px;
border-bottom: 2px solid transparent;
transition: .5s all;
margin-bottom: 20px;
margin-top: 20px;
}
.about .block:hover {
border-bottom: 2px solid #57cbcc;
}
.about .block:hover .icon-box {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.about .block .icon-box {
position: relative;
width: 160px;
height: 92.38px;
background-color: transparent;
margin: 46.19px auto 60px;
padding: 20px 0;
border-left: 2px solid rgba(236, 239, 241, 0.07);
border-right: 2px solid rgba(236, 239, 241, 0.07);
font-size: 50px;
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
transition-duration: 0.3s;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.about .block .icon-box:after, .about .block .icon-box:before {
content: "";
position: absolute;
z-index: 1;
width: 113.14px;
height: 113.14px;
background-color: inherit;
left: 20.4315px;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
}
.about .block .icon-box:before {
top: -56.5685px;
border-top: 2px solid rgba(236, 239, 241, 0.07);
border-right: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box:after {
bottom: -56.5685px;
border-bottom: 2px solid rgba(236, 239, 241, 0.07);
border-left: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box h3 {
color: #afbac4;
}
/* Abour Us Ends */
/*----------------Call to Action ------------*/
call-to-action {
background-attachment: fixed;
}
.call-to-action h2 {
font-weight: 700;
color: #444;
}
.call-to-action p {
font-size: 16px;
color: #666;
}
.call-to-action .btn-main {
margin-top: 20px;
}
/*--------------Call to Action -----------*/
/*---------------------
Services Section
-----------------------*/
.service-block {
padding: 60px 20px;
border-left: 1px solid rgba(236, 239, 241, 0.07);
border-top: 1px solid rgba(236, 239, 241, 0.07);
margin-bottom: 40px;
margin-top: 20px;
box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}
.service-block .service-icon {
margin-bottom: 10px;
font-size: 50px;
}
.service-2 .service-item {
border: 1px solid #eee;
margin-bottom: 30px;
padding: 50px 20px;
transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
background: #fff;
color: #57cbcc;
}
.service-2 .service-item i {
font-size: 30px;
display: inline-block;
background: #57cbcc none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
color: #fff;
height: 55px;
line-height: 55px;
margin-bottom: 20px;
width: 55px;
transition: all 0.3s ease 0s;
}
/*---------------------
Services Section
-----------------------*/
/*-----------Team Section ------------*/
.team-member {
background-color: #292F36;
margin-bottom: 10px;
margin-top: 20px;
}
.team-member:hover .mask {
cursor: pointer;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1, 1);
transform: rotateY(0deg) scale(1, 1);
}
.member-photo {
overflow: hidden;
position: relative;
}
@media (max-width: 768px) {
.member-photo {
text-align: center;
}
}
.member-photo:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.member-photo img {
transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
.member-photo img {
display: inline-block;
}
}
.member-photo .mask {
background-color: rgba(87, 203, 204, 0.7);
position: absolute;
text-align: center;
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
transition: all .5s ease-out 0s;
-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
text-align: center;
position: relative;
top: 125px;
}
.member-photo .mask ul li a {
border: 1px solid #fff;
color: #fff;
display: block;
font-size: 20px;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
}
.member-photo .mask ul li a:hover {
background-color: #fff;
color: #57cbcc;
border: 1px solid transparent;
}
.member-meta {
padding: 15px;
}
.member-meta h4 {
margin: 0 0 5px;
}
.member-meta span {
font-size: 12px;
}
/*------------Team Section -----------*/
/*=================================================================
Single Blog Page
==================================================================*/
#blog-banner {
padding-bottom: 100px;
padding-top: 150px;
}
#blog-page {
margin: 0 0 40px;
}
.post-meta {
font-size: 13px;
margin: 20px 0 0;
padding: 0 20px 10px;
}
.post-meta a {
color: #57cbcc;
}
.post-meta > span {
color: #666;
border-right: 1px solid #dedede;
display: inline-block;
font-size: 13px;
margin: 10px 10px 0 0;
padding-right: 10px;
}
.post-meta > span:last-child {
border-right: 0;
}
.post-meta > span i {
margin-right: 5px;
}
.post-excerpt {
padding: 0 20px;
margin-bottom: 60px;
}
.post-excerpt h3 a {
color: #000;
}
.post-excerpt blockquote {
line-height: 22px;
margin: 20px 0;
font-size: 16px;
}
.single-blog {
background-color: #fff;
margin-bottom: 50px;
padding: 20px;
}
.blog-subtitle {
font-size: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #dedede;
margin-bottom: 25px;
text-transform: uppercase;
}
.next-prev {
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
margin: 20px 0;
padding: 25px 0;
}
.next-prev a {
color: #000;
}
.next-prev a:hover {
color: #57cbcc;
}
.next-prev .prev-post i {
margin-right: 10px;
}
.next-prev .next-post i {
margin-left: 10px;
}
.social-profile ul li {
margin: 0 10px 0 0;
display: inline-block;
}
.social-profile ul li a {
color: #4e595f;
display: block;
font-size: 16px;
}
.social-profile ul li a i:hover {
color: #57cbcc;
}
.comments-section {
margin-top: 35px;
}
.author-about {
margin-top: 40px;
}
.post-author {
margin-right: 20px;
}
.post-author > img {
border: 1px solid #dedede;
max-width: 120px;
padding: 5px;
width: 100%;
}
.comment-list ul {
margin-top: 20px;
}
.comment-list ul li {
margin-bottom: 20px;
}
.comment-wrap {
border: 1px solid #dedede;
border-radius: 1px;
margin-left: 20px;
padding: 10px;
position: relative;
}
.comment-wrap .author-avatar {
margin-right: 10px;
}
.comment-wrap .media .media-heading {
font-size: 14px;
margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
color: #57cbcc;
font-size: 13px;
}
.comment-wrap .media .comment-meta {
font-size: 12px;
color: #888;
}
.comment-wrap .media p {
margin-top: 15px;
}
.comment-reply-form {
margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
height: 35px;
border-radius: 0;
box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
box-shadow: none;
border: 1px solid #57cbcc;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
height: auto;
}
.submitted{
margin-bottom: 10px;
margin-top: 10px;
}
/*=================================================================
Footer section
==================================================================*/
.social-icon {
padding: 60px 0 35px;
}
.social-icon ul {
text-align: center;
}
.social-icon ul li {
margin-bottom: 4px;
}
.social-icon ul li:hover a {
background-color: #57cbcc;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.social-icon ul li a {
background-color: #26292e;
border: 1px solid transparent;
display: block;
height: 70px;
width: 70px;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
.social-icon ul li a {
width: 55px;
height: 55px;
}
}
.social-icon ul li a i {
color: #55606a;
display: inline-block;
font-size: 32px;
line-height: 70px;
margin: 0;
opacity: 0.3;
filter: alpha(opacity=30);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
.social-icon ul li a i {
line-height: 55px;
font-size: 25px;
}
}
.copyright {
padding: 20px 0;
color: #fff;
}
.copyright img {
margin-bottom: 15px;
}
.copyright p {
margin-top: 10px;
}
#scrollUp {
border: 1px solid #4e595f;
bottom: 15px;
color: #fff;
display: none;
padding: 8px 12px;
position: fixed;
right: 20px;
z-index: 600;
}
#scrollUp:hover {
background-color: #57cbcc;
border: 1px solid #57cbcc;
}
/*=================================================================
Twitter Feed
==================================================================*/
#twitter-feed {
background-image: url("../images/parallax/twitter.jpg");
padding-bottom: 100px;
padding-top: 80px;
}
.twitter-bird span {
border: 2px solid #6cb670;
border-radius: 50px;
color: #6cb670;
display: inline-block;
margin-bottom: 50px;
height: 90px;
width: 90px;
}
.twitter-bird span i {
line-height: 90px;
}
.tweet {
margin-bottom: 10px;
}
.tweet a {
color: #6cb670;
} | css/style.css | @import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
html {
background-color: #353b43;
color: #737f8a;
}
body {
background-color: #353b43;
font-family: "Anaheim", sans-serif;
color: #737f8a;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
font-family: "Quattrocento Sans", sans-serif;
color: #afbac4;
}
p {
font-family: "Quattrocento Sans", sans-serif;
}
/*----------Basic Setup ------------*/
ol, ul {
margin: 0;
padding: 0;
list-style: none;
}
figure {
margin: 0;
}
a {
color: #fff;
transition: all .3s ease-in 0s;
}
iframe {
border: 0;
}
a, a:focus, a:hover {
text-decoration: none;
outline: 0;
}
a:focus, a:hover {
color: #6CB670;
}
.kill-margin-bottom {
margin-bottom: 0 !important;
}
.padding-0 {
padding: 0 !important;
}
.btn-main {
background: #57cbcc;
color: #fff;
display: inline-block;
font-size: 14px;
letter-spacing: 1px;
padding: 10px 35px;
text-transform: uppercase;
}
.btn-main:hover {
background: #2c9091;
color: #fff;
}
.btn {
background-color: transparent;
color: #fff;
padding: 10px 30px;
border-radius: 0;
transition: all .3s ease-in 0s;
}
.btn:focus {
color: #ddd;
}
.btn-transparent {
border: 1px solid #4e595f;
}
.btn-transparent:hover, .btn-transparent:focus {
background-color: #57cbcc;
border: 1px solid transparent;
color: #fff;
}
.border {
border-top: 2px solid rgba(236, 239, 241, 0.07);
height: 1px;
margin: 15px auto 0;
position: relative;
width: 30%;
}
.border:before {
background-color: #fff;
content: '';
height: 6px;
left: 50%;
margin-left: -20px;
position: absolute;
top: -4px;
width: 50px;
background-color: #57cbcc;
}
.color {
color: #5984a8;
}
.sub-title {
padding: 0 0 50px;
}
.sub-title > h3 {
border-left: 3px solid #ddd;
border-right: 3px solid #ddd;
display: inline-block;
padding: 5px 25px;
text-transform: uppercase;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0;
}
.bg-one {
background-color: #353b43;
}
.bg-dark {
background: #242930;
}
.no-padding {
padding: 0 !important;
}
.inline-block {
display: inline-block;
}
@media (max-width: 480px) {
.section {
padding: 50px 0;
}
}
@media (max-width: 768px) {
.section {
padding: 50px 0;
}
}
.section-sm {
padding: 70px 0;
}
.section-xs {
padding: 50px 0;
}
.btn:focus {
color: #ddd;
}
#home {
position: relative;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0;
}
.logo {
margin-top: 10px;
display: inline-block;
}
.single-page-header {
background-image: url("../images/about/about-header.jpg");
background-size: cover;
padding: 140px 0 70px;
text-align: center;
color: #fff;
position: relative;
}
.single-page-header:before {
background: rgba(0, 0, 0, 0.5);
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.slick-slide {
outline: none;
}
/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.title {
padding-bottom: 60px;
}
.title h2 {
text-transform: capitalize;
font-weight: 700;
font-size: 38px;
color: #fff;
}
.title h2 span {
color: #57cbcc;
}
.title p {
color: #666;
}
.title.title-white h2 {
color: #fff;
}
.bg-gray {
background: #f9f9f9;
}
.section-bg {
background: #292F36;
}
.overly {
position: relative;
}
.overly:before {
content: '';
background: rgba(0, 0, 0, 0.096);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/*----------Basic Setup ------------*/
/* Navigation */
.navigation {
background-color: #1d2024;
width: 100%;
z-index: 99;
margin-bottom: 0;
padding: 10px;
}
.navigation .logo {
padding: 0;
height: auto;
margin-top: 0;
}
.navigation .logo img {
height: auto;
width: 140px;
}
.navigation .navigation-menu li.active a {
color: #57cbcc;
}
.navigation .navigation-menu li a {
font-size: 16px;
color: #737f8a;
}
.navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
background: transparent;
color: #57cbcc;
}
.navbar-toggle {
border: 1px solid #fff;
border-radius: 0;
}
.navbar-toggle span {
background: #fff;
}
.bg-1 {
background-image: url("../images/backgrounds/bg-1.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.bg-2 {
background-image: url("../images/backgrounds/bg-2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.hero-area {
background-image: url("../images/slider/hero-area1.jpg");
background-size: cover;
height: 100vh;
position: relative;
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;
}
.hero-area:before {
content: '';
background: rgba(0, 0, 0, 0.63);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.hero-area .block {
text-align: center;
z-index: 99;
}
.hero-area .block h1 {
font-size: 90px;
color: #fff;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 20px;
}
@media (max-width: 480px) {
.hero-area .block h1 {
font-size: 60px;
}
}
.hero-area .block p {
color: #fff;
font-size: 20px;
width: 70%;
margin: 0 auto;
}
.hero-area .block .btn-transparent {
margin-top: 40px;
border-color: #fff;
padding: 14px 50px;
font-size: 18px;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
}
.dark-bg {
background: rgba(0, 0, 0, 0.7);
height: 100%;
width: 100%;
position: absolute;
z-index: -1;
}
/* About us section */
.about .block {
background: #242930;
padding: 30px;
border-bottom: 2px solid transparent;
transition: .5s all;
margin-bottom: 20px;
margin-top: 20px;
}
.about .block:hover {
border-bottom: 2px solid #57cbcc;
}
.about .block:hover .icon-box {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.about .block .icon-box {
position: relative;
width: 160px;
height: 92.38px;
background-color: transparent;
margin: 46.19px auto 60px;
padding: 20px 0;
border-left: 2px solid rgba(236, 239, 241, 0.07);
border-right: 2px solid rgba(236, 239, 241, 0.07);
font-size: 50px;
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
transition-duration: 0.3s;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.about .block .icon-box:after, .about .block .icon-box:before {
content: "";
position: absolute;
z-index: 1;
width: 113.14px;
height: 113.14px;
background-color: inherit;
left: 20.4315px;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
}
.about .block .icon-box:before {
top: -56.5685px;
border-top: 2px solid rgba(236, 239, 241, 0.07);
border-right: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box:after {
bottom: -56.5685px;
border-bottom: 2px solid rgba(236, 239, 241, 0.07);
border-left: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box h3 {
color: #afbac4;
}
/* Abour Us Ends */
/*----------------Call to Action ------------*/
call-to-action {
background-attachment: fixed;
}
.call-to-action h2 {
font-weight: 700;
color: #444;
}
.call-to-action p {
font-size: 16px;
color: #666;
}
.call-to-action .btn-main {
margin-top: 20px;
}
/*--------------Call to Action -----------*/
/*---------------------
Services Section
-----------------------*/
.service-block {
padding: 60px 20px;
border-left: 1px solid rgba(236, 239, 241, 0.07);
border-top: 1px solid rgba(236, 239, 241, 0.07);
margin-bottom: 40px;
margin-top: 20px;
box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}
.service-block .service-icon {
margin-bottom: 10px;
font-size: 50px;
}
.service-2 .service-item {
border: 1px solid #eee;
margin-bottom: 30px;
padding: 50px 20px;
transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
background: #fff;
color: #57cbcc;
}
.service-2 .service-item i {
font-size: 30px;
display: inline-block;
background: #57cbcc none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
color: #fff;
height: 55px;
line-height: 55px;
margin-bottom: 20px;
width: 55px;
transition: all 0.3s ease 0s;
}
/*---------------------
Services Section
-----------------------*/
/*-----------Team Section ------------*/
.team-member {
background-color: #292F36;
margin-bottom: 10px;
margin-top: 20px;
}
.team-member:hover .mask {
cursor: pointer;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1, 1);
transform: rotateY(0deg) scale(1, 1);
}
.member-photo {
overflow: hidden;
position: relative;
}
@media (max-width: 768px) {
.member-photo {
text-align: center;
}
}
.member-photo:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.member-photo img {
transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
.member-photo img {
display: inline-block;
}
}
.member-photo .mask {
background-color: rgba(87, 203, 204, 0.7);
position: absolute;
text-align: center;
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
transition: all .5s ease-out 0s;
-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
text-align: center;
position: relative;
top: 125px;
}
.member-photo .mask ul li a {
border: 1px solid #fff;
color: #fff;
display: block;
font-size: 20px;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
}
.member-photo .mask ul li a:hover {
background-color: #fff;
color: #57cbcc;
border: 1px solid transparent;
}
.member-meta {
padding: 15px;
}
.member-meta h4 {
margin: 0 0 5px;
}
.member-meta span {
font-size: 12px;
}
/*------------Team Section -----------*/
/*=================================================================
Single Blog Page
==================================================================*/
#blog-banner {
padding-bottom: 100px;
padding-top: 150px;
}
#blog-page {
margin: 0 0 40px;
}
.post-meta {
font-size: 13px;
margin: 20px 0 0;
padding: 0 20px 10px;
}
.post-meta a {
color: #57cbcc;
}
.post-meta > span {
color: #666;
border-right: 1px solid #dedede;
display: inline-block;
font-size: 13px;
margin: 10px 10px 0 0;
padding-right: 10px;
}
.post-meta > span:last-child {
border-right: 0;
}
.post-meta > span i {
margin-right: 5px;
}
.post-excerpt {
padding: 0 20px;
margin-bottom: 60px;
}
.post-excerpt h3 a {
color: #000;
}
.post-excerpt blockquote {
line-height: 22px;
margin: 20px 0;
font-size: 16px;
}
.single-blog {
background-color: #fff;
margin-bottom: 50px;
padding: 20px;
}
.blog-subtitle {
font-size: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #dedede;
margin-bottom: 25px;
text-transform: uppercase;
}
.next-prev {
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
margin: 20px 0;
padding: 25px 0;
}
.next-prev a {
color: #000;
}
.next-prev a:hover {
color: #57cbcc;
}
.next-prev .prev-post i {
margin-right: 10px;
}
.next-prev .next-post i {
margin-left: 10px;
}
.social-profile ul li {
margin: 0 10px 0 0;
display: inline-block;
}
.social-profile ul li a {
color: #4e595f;
display: block;
font-size: 16px;
}
.social-profile ul li a i:hover {
color: #57cbcc;
}
.comments-section {
margin-top: 35px;
}
.author-about {
margin-top: 40px;
}
.post-author {
margin-right: 20px;
}
.post-author > img {
border: 1px solid #dedede;
max-width: 120px;
padding: 5px;
width: 100%;
}
.comment-list ul {
margin-top: 20px;
}
.comment-list ul li {
margin-bottom: 20px;
}
.comment-wrap {
border: 1px solid #dedede;
border-radius: 1px;
margin-left: 20px;
padding: 10px;
position: relative;
}
.comment-wrap .author-avatar {
margin-right: 10px;
}
.comment-wrap .media .media-heading {
font-size: 14px;
margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
color: #57cbcc;
font-size: 13px;
}
.comment-wrap .media .comment-meta {
font-size: 12px;
color: #888;
}
.comment-wrap .media p {
margin-top: 15px;
}
.comment-reply-form {
margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
height: 35px;
border-radius: 0;
box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
box-shadow: none;
border: 1px solid #57cbcc;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
height: auto;
}
.submitted{
margin-bottom: 10px;
margin-top: 10px;
}
/*=================================================================
Footer section
==================================================================*/
.social-icon {
padding: 60px 0 35px;
}
.social-icon ul {
text-align: center;
}
.social-icon ul li {
margin-bottom: 4px;
}
.social-icon ul li:hover a {
background-color: #57cbcc;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.social-icon ul li a {
background-color: #26292e;
border: 1px solid transparent;
display: block;
height: 70px;
width: 70px;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
.social-icon ul li a {
width: 55px;
height: 55px;
}
}
.social-icon ul li a i {
color: #55606a;
display: inline-block;
font-size: 32px;
line-height: 70px;
margin: 0;
opacity: 0.3;
filter: alpha(opacity=30);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
.social-icon ul li a i {
line-height: 55px;
font-size: 25px;
}
}
.copyright {
padding: 20px 0;
color: #fff;
}
.copyright img {
margin-bottom: 15px;
}
.copyright p {
margin-top: 10px;
}
#scrollUp {
border: 1px solid #4e595f;
bottom: 15px;
color: #fff;
display: none;
padding: 8px 12px;
position: fixed;
right: 20px;
z-index: 600;
}
#scrollUp:hover {
background-color: #57cbcc;
border: 1px solid #57cbcc;
}
/*=================================================================
Twitter Feed
==================================================================*/
#twitter-feed {
background-image: url("../images/parallax/twitter.jpg");
padding-bottom: 100px;
padding-top: 80px;
}
.twitter-bird span {
border: 2px solid #6cb670;
border-radius: 50px;
color: #6cb670;
display: inline-block;
margin-bottom: 50px;
height: 90px;
width: 90px;
}
.twitter-bird span i {
line-height: 90px;
}
.tweet {
margin-bottom: 10px;
}
.tweet a {
color: #6cb670;
} | 0.235988 | 0.098773 |
.ambientlight,
.no-applicationcache,
.audio,
.no-batteryapi,
.blobconstructor,
.no-canvas,
.canvastext,
.no-contenteditable,
.contextmenu,
.no-cookies,
.cors,
.no-customprotocolhandler,
.customevent,
.no-dart,
.dataview,
.no-draganddrop,
.emoji,
.no-eventlistener,
.exiforientation,
.no-flash,
.fullscreen,
.no-gamepads,
.geolocation,
.no-hashchange,
.hiddenscroll,
.no-history,
.htmlimports,
.no-ie8compat,
.indexeddb,
.no-indexeddbblob,
.input,
.no-search,
.inputtypes,
.no-intl,
.json,
.no-olreversed,
.mathml,
.no-notification,
.pagevisibility,
.no-performance,
.pointerevents,
.no-pointerlock,
.postmessage,
.no-proximity,
.queryselector,
.no-quotamanagement,
.requestanimationframe,
.no-serviceworker,
.svg,
.no-templatestrings,
.touchevents,
.no-typedarrays,
.unicoderange,
.no-unicode,
.userdata,
.no-vibrate,
.video,
.no-vml,
.webintents,
.no-animation,
.webgl,
.no-websockets,
.adownload,
.no-audioloop,
.audiopreload,
.no-webaudio,
.lowbattery,
.no-canvasblending,
.todataurljpeg, .todataurlpng, .todataurlwebp,
.no-canvaswinding,
.getrandomvalues,
.no-cssall,
.cssanimations,
.no-appearance,
.backgroundblendmode,
.no-backgroundcliptext,
.bgpositionshorthand,
.no-bgpositionxy,
.bgrepeatspace, .bgrepeatround,
.no-backgroundsize,
.bgsizecover,
.no-borderimage,
.borderradius,
.no-boxshadow,
.boxsizing,
.no-csscalc,
.checked,
.no-csschunit,
.csscolumns,
.no-cubicbezierrange,
.display-runin,
.no-displaytable,
.ellipsis,
.no-cssescape,
.cssexunit,
.no-cssfilters,
.flexbox,
.no-flexboxlegacy,
.flexboxtweener,
.no-flexwrap,
.fontface,
.no-generatedcontent,
.cssgradients,
.no-hsla,
.csshyphens, .softhyphens, .softhyphensfind,
.no-cssinvalid,
.lastchild,
.no-cssmask,
.mediaqueries,
.no-multiplebgs,
.nthchild,
.no-objectfit,
.opacity,
.no-overflowscrolling,
.csspointerevents,
.no-csspositionsticky,
.csspseudoanimations,
.no-csspseudotransitions,
.cssreflections,
.no-regions,
.cssremunit,
.no-cssresize,
.rgba,
.no-cssscrollbar,
.shapes,
.no-siblinggeneral,
.subpixelfont,
.no-supports,
.target,
.no-textalignlast,
.textshadow,
.no-csstransforms,
.csstransforms3d,
.no-preserve3d,
.csstransitions,
.no-userselect,
.cssvalid,
.no-cssvhunit,
.cssvmaxunit,
.no-cssvminunit,
.cssvwunit,
.no-willchange,
.wrapflow,
.no-classlist,
.createelementattrs, .createelement-attrs,
.no-dataset,
.documentfragment,
.no-hidden,
.microdata,
.no-mutationobserver,
.datalistelem,
.no-details,
.outputelem,
.no-picture,
.progressbar, .meter,
.no-ruby,
.template,
.no-time,
.texttrackapi, .track,
.no-unknownelements,
.es5array,
.no-es5date,
.es5function,
.no-es5object,
.es5,
.no-strictmode,
.es5string,
.no-es5syntax,
.es5undefined,
.no-es6array,
.contains,
.no-generators,
.es6math,
.no-es6number,
.es6object,
.no-promises,
.es6string,
.no-devicemotion, .deviceorientation,
.oninput,
.no-filereader,
.filesystem,
.no-capture,
.fileinput,
.no-directory,
.formattribute,
.no-localizednumber,
.placeholder,
.no-requestautocomplete,
.formvalidation,
.no-sandbox,
.seamless,
.no-srcdoc,
.apng,
.no-jpegxr,
.sizes,
.no-srcset,
.webpalpha,
.no-webpanimation,
.webplossless, .webp-lossless,
.no-webp,
.inputformaction,
.no-inputformenctype,
.inputformmethod,
.no-inputformtarget,
.beacon,
.no-lowbandwidth,
.eventsource,
.no-xhrresponsetypearraybuffer,
.xhrresponsetypeblob,
.no-xhrresponsetypedocument,
.xhrresponsetypejson,
.no-xhrresponsetypetext,
.xhrresponsetype,
.no-xhr2,
.scriptasync,
.no-scriptdefer,
.speechrecognition,
.no-speechsynthesis,
.localstorage,
.no-sessionstorage,
.websqldatabase,
.no-stylescoped,
.svgasimg,
.no-svgclippaths,
.svgfilters,
.no-svgforeignobject,
.inlinesvg,
.no-smil,
.textareamaxlength,
.no-bloburls,
.datauri,
.no-urlparser,
.videoautoplay,
.no-videoloop,
.videopreload,
.no-webglextensions,
.datachannel,
.no-getusermedia,
.peerconnection,
.no-websocketsbinary,
.framed,
.no-blobworkers,
.dataworkers,
.no-sharedworkers,
.transferables,
.no-webworkers {
background: red;
}
.prefixed-cors,
.prefixed-input,
.prefixed-no-smil {
background: blue;
} | node_modules/customizr/test/css/vanilla.css | .ambientlight,
.no-applicationcache,
.audio,
.no-batteryapi,
.blobconstructor,
.no-canvas,
.canvastext,
.no-contenteditable,
.contextmenu,
.no-cookies,
.cors,
.no-customprotocolhandler,
.customevent,
.no-dart,
.dataview,
.no-draganddrop,
.emoji,
.no-eventlistener,
.exiforientation,
.no-flash,
.fullscreen,
.no-gamepads,
.geolocation,
.no-hashchange,
.hiddenscroll,
.no-history,
.htmlimports,
.no-ie8compat,
.indexeddb,
.no-indexeddbblob,
.input,
.no-search,
.inputtypes,
.no-intl,
.json,
.no-olreversed,
.mathml,
.no-notification,
.pagevisibility,
.no-performance,
.pointerevents,
.no-pointerlock,
.postmessage,
.no-proximity,
.queryselector,
.no-quotamanagement,
.requestanimationframe,
.no-serviceworker,
.svg,
.no-templatestrings,
.touchevents,
.no-typedarrays,
.unicoderange,
.no-unicode,
.userdata,
.no-vibrate,
.video,
.no-vml,
.webintents,
.no-animation,
.webgl,
.no-websockets,
.adownload,
.no-audioloop,
.audiopreload,
.no-webaudio,
.lowbattery,
.no-canvasblending,
.todataurljpeg, .todataurlpng, .todataurlwebp,
.no-canvaswinding,
.getrandomvalues,
.no-cssall,
.cssanimations,
.no-appearance,
.backgroundblendmode,
.no-backgroundcliptext,
.bgpositionshorthand,
.no-bgpositionxy,
.bgrepeatspace, .bgrepeatround,
.no-backgroundsize,
.bgsizecover,
.no-borderimage,
.borderradius,
.no-boxshadow,
.boxsizing,
.no-csscalc,
.checked,
.no-csschunit,
.csscolumns,
.no-cubicbezierrange,
.display-runin,
.no-displaytable,
.ellipsis,
.no-cssescape,
.cssexunit,
.no-cssfilters,
.flexbox,
.no-flexboxlegacy,
.flexboxtweener,
.no-flexwrap,
.fontface,
.no-generatedcontent,
.cssgradients,
.no-hsla,
.csshyphens, .softhyphens, .softhyphensfind,
.no-cssinvalid,
.lastchild,
.no-cssmask,
.mediaqueries,
.no-multiplebgs,
.nthchild,
.no-objectfit,
.opacity,
.no-overflowscrolling,
.csspointerevents,
.no-csspositionsticky,
.csspseudoanimations,
.no-csspseudotransitions,
.cssreflections,
.no-regions,
.cssremunit,
.no-cssresize,
.rgba,
.no-cssscrollbar,
.shapes,
.no-siblinggeneral,
.subpixelfont,
.no-supports,
.target,
.no-textalignlast,
.textshadow,
.no-csstransforms,
.csstransforms3d,
.no-preserve3d,
.csstransitions,
.no-userselect,
.cssvalid,
.no-cssvhunit,
.cssvmaxunit,
.no-cssvminunit,
.cssvwunit,
.no-willchange,
.wrapflow,
.no-classlist,
.createelementattrs, .createelement-attrs,
.no-dataset,
.documentfragment,
.no-hidden,
.microdata,
.no-mutationobserver,
.datalistelem,
.no-details,
.outputelem,
.no-picture,
.progressbar, .meter,
.no-ruby,
.template,
.no-time,
.texttrackapi, .track,
.no-unknownelements,
.es5array,
.no-es5date,
.es5function,
.no-es5object,
.es5,
.no-strictmode,
.es5string,
.no-es5syntax,
.es5undefined,
.no-es6array,
.contains,
.no-generators,
.es6math,
.no-es6number,
.es6object,
.no-promises,
.es6string,
.no-devicemotion, .deviceorientation,
.oninput,
.no-filereader,
.filesystem,
.no-capture,
.fileinput,
.no-directory,
.formattribute,
.no-localizednumber,
.placeholder,
.no-requestautocomplete,
.formvalidation,
.no-sandbox,
.seamless,
.no-srcdoc,
.apng,
.no-jpegxr,
.sizes,
.no-srcset,
.webpalpha,
.no-webpanimation,
.webplossless, .webp-lossless,
.no-webp,
.inputformaction,
.no-inputformenctype,
.inputformmethod,
.no-inputformtarget,
.beacon,
.no-lowbandwidth,
.eventsource,
.no-xhrresponsetypearraybuffer,
.xhrresponsetypeblob,
.no-xhrresponsetypedocument,
.xhrresponsetypejson,
.no-xhrresponsetypetext,
.xhrresponsetype,
.no-xhr2,
.scriptasync,
.no-scriptdefer,
.speechrecognition,
.no-speechsynthesis,
.localstorage,
.no-sessionstorage,
.websqldatabase,
.no-stylescoped,
.svgasimg,
.no-svgclippaths,
.svgfilters,
.no-svgforeignobject,
.inlinesvg,
.no-smil,
.textareamaxlength,
.no-bloburls,
.datauri,
.no-urlparser,
.videoautoplay,
.no-videoloop,
.videopreload,
.no-webglextensions,
.datachannel,
.no-getusermedia,
.peerconnection,
.no-websocketsbinary,
.framed,
.no-blobworkers,
.dataworkers,
.no-sharedworkers,
.transferables,
.no-webworkers {
background: red;
}
.prefixed-cors,
.prefixed-input,
.prefixed-no-smil {
background: blue;
} | 0.52829 | 0.085099 |
.clear {
clear: both;
}
#cv {
width: 90%;
max-width: 800px;
background: #f3f3f3;
margin: 30px auto;
}
.mainDetails {
padding: 25px 35px;
border-bottom: 2px solid #cf8a05;
background: #ededed;
}
#name h1 {
font-size: 2.5em;
font-weight: 700;
font-family: "Rokkitt", Helvetica, Arial, sans-serif;
margin-bottom: -6px;
}
#name h2 {
font-size: 2em;
margin-left: 2px;
font-family: "Rokkitt", Helvetica, Arial, sans-serif;
}
#mainArea {
padding: 0 40px;
}
#headshot {
width: 12.5%;
float: left;
margin-right: 30px;
}
#headshot img {
width: 100%;
height: auto;
-webkit-border-radius: 50px;
border-radius: 50px;
}
#name {
float: left;
}
#contactDetails {
float: right;
}
#contactDetails ul {
list-style-type: none;
font-size: 0.9em;
margin-top: 2px;
}
#contactDetails ul li {
margin-bottom: 3px;
color: #444;
}
#contactDetails ul li a,
a[href^="tel"] {
color: #444;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#contactDetails ul li a:hover {
color: #cf8a05;
}
section {
border-top: 1px solid #dedede;
padding: 20px 0 0;
}
section:first-child {
border-top: 0;
}
section:last-child {
padding: 20px 0 10px;
}
.sectionTitle {
float: left;
width: 25%;
}
.sectionContent {
float: right;
width: 72.5%;
}
.sectionTitle h1 {
font-size: 1.5em;
}
.sectionContent h2 {
font-family: "Rokkitt", Helvetica, Arial, sans-serif;
font-size: 1.5em;
margin-bottom: -2px;
}
.subDetails {
font-size: 0.8em;
font-style: italic;
margin-bottom: 3px;
}
.keySkills {
list-style-type: none;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
margin-bottom: 20px;
font-size: 1em;
color: #444;
}
.keySkills ul li {
margin-bottom: 3px;
}
.instaFade {
-webkit-animation-name: reset, fade-in;
-webkit-animation-duration: 1.5s;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: reset, fade-in;
-moz-animation-duration: 1.5s;
-moz-animation-timing-function: ease-in;
animation-name: reset, fade-in;
animation-duration: 1.5s;
animation-timing-function: ease-in;
}
.quickFade {
-webkit-animation-name: reset, fade-in;
-webkit-animation-duration: 2.5s;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: reset, fade-in;
-moz-animation-duration: 2.5s;
-moz-animation-timing-function: ease-in;
animation-name: reset, fade-in;
animation-duration: 2.5s;
animation-timing-function: ease-in;
}
.delayOne {
-webkit-animation-delay: 0, 0.5s;
-moz-animation-delay: 0, 0.5s;
animation-delay: 0, 0.5s;
}
.delayTwo {
-webkit-animation-delay: 0, 1s;
-moz-animation-delay: 0, 1s;
animation-delay: 0, 1s;
}
.delayThree {
-webkit-animation-delay: 0, 1.5s;
-moz-animation-delay: 0, 1.5s;
animation-delay: 0, 1.5s;
}
.delayFour {
-webkit-animation-delay: 0, 2s;
-moz-animation-delay: 0, 2s;
animation-delay: 0, 2s;
}
.delayFive {
-webkit-animation-delay: 0, 2.5s;
-moz-animation-delay: 0, 2.5s;
animation-delay: 0, 2.5s;
} | public/css/style_resume.css | .clear {
clear: both;
}
#cv {
width: 90%;
max-width: 800px;
background: #f3f3f3;
margin: 30px auto;
}
.mainDetails {
padding: 25px 35px;
border-bottom: 2px solid #cf8a05;
background: #ededed;
}
#name h1 {
font-size: 2.5em;
font-weight: 700;
font-family: "Rokkitt", Helvetica, Arial, sans-serif;
margin-bottom: -6px;
}
#name h2 {
font-size: 2em;
margin-left: 2px;
font-family: "Rokkitt", Helvetica, Arial, sans-serif;
}
#mainArea {
padding: 0 40px;
}
#headshot {
width: 12.5%;
float: left;
margin-right: 30px;
}
#headshot img {
width: 100%;
height: auto;
-webkit-border-radius: 50px;
border-radius: 50px;
}
#name {
float: left;
}
#contactDetails {
float: right;
}
#contactDetails ul {
list-style-type: none;
font-size: 0.9em;
margin-top: 2px;
}
#contactDetails ul li {
margin-bottom: 3px;
color: #444;
}
#contactDetails ul li a,
a[href^="tel"] {
color: #444;
text-decoration: none;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#contactDetails ul li a:hover {
color: #cf8a05;
}
section {
border-top: 1px solid #dedede;
padding: 20px 0 0;
}
section:first-child {
border-top: 0;
}
section:last-child {
padding: 20px 0 10px;
}
.sectionTitle {
float: left;
width: 25%;
}
.sectionContent {
float: right;
width: 72.5%;
}
.sectionTitle h1 {
font-size: 1.5em;
}
.sectionContent h2 {
font-family: "Rokkitt", Helvetica, Arial, sans-serif;
font-size: 1.5em;
margin-bottom: -2px;
}
.subDetails {
font-size: 0.8em;
font-style: italic;
margin-bottom: 3px;
}
.keySkills {
list-style-type: none;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
margin-bottom: 20px;
font-size: 1em;
color: #444;
}
.keySkills ul li {
margin-bottom: 3px;
}
.instaFade {
-webkit-animation-name: reset, fade-in;
-webkit-animation-duration: 1.5s;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: reset, fade-in;
-moz-animation-duration: 1.5s;
-moz-animation-timing-function: ease-in;
animation-name: reset, fade-in;
animation-duration: 1.5s;
animation-timing-function: ease-in;
}
.quickFade {
-webkit-animation-name: reset, fade-in;
-webkit-animation-duration: 2.5s;
-webkit-animation-timing-function: ease-in;
-moz-animation-name: reset, fade-in;
-moz-animation-duration: 2.5s;
-moz-animation-timing-function: ease-in;
animation-name: reset, fade-in;
animation-duration: 2.5s;
animation-timing-function: ease-in;
}
.delayOne {
-webkit-animation-delay: 0, 0.5s;
-moz-animation-delay: 0, 0.5s;
animation-delay: 0, 0.5s;
}
.delayTwo {
-webkit-animation-delay: 0, 1s;
-moz-animation-delay: 0, 1s;
animation-delay: 0, 1s;
}
.delayThree {
-webkit-animation-delay: 0, 1.5s;
-moz-animation-delay: 0, 1.5s;
animation-delay: 0, 1.5s;
}
.delayFour {
-webkit-animation-delay: 0, 2s;
-moz-animation-delay: 0, 2s;
animation-delay: 0, 2s;
}
.delayFive {
-webkit-animation-delay: 0, 2.5s;
-moz-animation-delay: 0, 2.5s;
animation-delay: 0, 2.5s;
} | 0.327023 | 0.153644 |
*{
background:black;
}
.container{
display:grid;
grid-template-columns:32% 32% 34%;
grid-gap:15px;
}
.container div{
background-color:white;
padding:10px;
}
#about{
background-color:blue;
font-size:30px;
}
.contact{
background:white;
font-size:25px;
margin:0px;
}
h2{
background:white;
text-align:center;
font-size:28px;
margin-top:1px;
margin-bottom:10px;
}
.item1{
grid-column:1/3;
grid-row:1/3;
}
.item4{
grid-row:span 2;
}
.item5{
grid-row:span 2;
}
.item8{
grid-row:span 2;
display: grid;
}
.item9{
grid-row:span 2;
display:grid;
}
.head{
color:white;
text-align:center;
}
input {
-webkit-appearance: none;
width: 180px;
height: 20px;
margin: 10px 50px;
background: linear-gradient(to right, #0d3d34 0%, #0d3d34 100%);
background-size: 250px 10px;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
outline: none;
border-radius:40px;
zoom: 130%;
display: block;
margin: auto;
margin-bottom: 30px;
}
input::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: #32a891;
border-radius:25px;
position: relative;
z-index: 3;
}
input::-webkit-slider-thumb:after {
content: " ";
width: 160px;
height: 10px;
position: absolute;
z-index: 1;
right: 20px;
top: 5px;
background: #2ecc71;
}
.range{
margin-top:30px;
}
i{
background-color:white;
}
#h2{
margin:0px;
}
.ic{
margin:15px
}
a{
background-color:white;
text-decoration:none;
font-size:25px;
color:black;
}
img{
background-color:white;
margin-left:auto;
margin-right:auto;
}
section{
margin-top:50px;
text-align:justify;
background-color:white;
font-size:25px;
padding:10px;
}
.cont{
margin:0px auto 0px 87px;
background-color:white;
font-size:25px;
}
.ps{
background-color:white;
font-size:25px;
margin-left: 85px;
}
.icon{
margin:50px;
}
.edu{
background-color:white;
display:inline-block;
margin:35px;
font-size:20px;
}
span{
background-color:white;
}
h3{
background-color:white;
display:inline-block;
}
h4{
background-color:white;
font-size:25px;
margin:0px;
}
.start{
display:flex;
justify-content:space-around;
}
b{
background-color:white;
}
img{
border-radius:45px;
margin-left: auto;
margin-right: auto;
width:100px;
}
.address{
text-align:center;
background-color:white;
font-size:20px;
}
.name{
margin-bottom:0px;
background-color:white;
font-size:20px;
}
.detail{
background-color:white;
margin-top:0px;
font-size:20px;
}
#age{
float:right;
margin-bottom:1px;
}
#name{
margin-top:1px;
}
#detail{
font-weight:bold;
}
#dob{
float:right;
font-weight:bold;
}
@media only screen and (max-width: 600px)
{
.container{
grid-template-columns: 100%;
grid-gap: 8px;
}
.container div{
border-radius: 25px;
}
.item1{
grid-column: 1/2;
}
h1{
font-size: 20px;
}
#about{
font-size: 20px;
}
.start i{
font-size: 20px;
}
.contact,a{
font-size: 1em;
}
h2{
font-size: 22px;
}
.cont{
font-size: 18px;
}
.ps{
font-size: 20px;
margin-left: 45px;
}
.graduate{
font-size: 15px;
}
.edu{
font-size: 18px;
}
.address,.name,.detail{
font-size: 15px;
}
section{
font-size: 20px;
margin: 30px;
}
} | Html/gridstyle.css | *{
background:black;
}
.container{
display:grid;
grid-template-columns:32% 32% 34%;
grid-gap:15px;
}
.container div{
background-color:white;
padding:10px;
}
#about{
background-color:blue;
font-size:30px;
}
.contact{
background:white;
font-size:25px;
margin:0px;
}
h2{
background:white;
text-align:center;
font-size:28px;
margin-top:1px;
margin-bottom:10px;
}
.item1{
grid-column:1/3;
grid-row:1/3;
}
.item4{
grid-row:span 2;
}
.item5{
grid-row:span 2;
}
.item8{
grid-row:span 2;
display: grid;
}
.item9{
grid-row:span 2;
display:grid;
}
.head{
color:white;
text-align:center;
}
input {
-webkit-appearance: none;
width: 180px;
height: 20px;
margin: 10px 50px;
background: linear-gradient(to right, #0d3d34 0%, #0d3d34 100%);
background-size: 250px 10px;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
outline: none;
border-radius:40px;
zoom: 130%;
display: block;
margin: auto;
margin-bottom: 30px;
}
input::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: #32a891;
border-radius:25px;
position: relative;
z-index: 3;
}
input::-webkit-slider-thumb:after {
content: " ";
width: 160px;
height: 10px;
position: absolute;
z-index: 1;
right: 20px;
top: 5px;
background: #2ecc71;
}
.range{
margin-top:30px;
}
i{
background-color:white;
}
#h2{
margin:0px;
}
.ic{
margin:15px
}
a{
background-color:white;
text-decoration:none;
font-size:25px;
color:black;
}
img{
background-color:white;
margin-left:auto;
margin-right:auto;
}
section{
margin-top:50px;
text-align:justify;
background-color:white;
font-size:25px;
padding:10px;
}
.cont{
margin:0px auto 0px 87px;
background-color:white;
font-size:25px;
}
.ps{
background-color:white;
font-size:25px;
margin-left: 85px;
}
.icon{
margin:50px;
}
.edu{
background-color:white;
display:inline-block;
margin:35px;
font-size:20px;
}
span{
background-color:white;
}
h3{
background-color:white;
display:inline-block;
}
h4{
background-color:white;
font-size:25px;
margin:0px;
}
.start{
display:flex;
justify-content:space-around;
}
b{
background-color:white;
}
img{
border-radius:45px;
margin-left: auto;
margin-right: auto;
width:100px;
}
.address{
text-align:center;
background-color:white;
font-size:20px;
}
.name{
margin-bottom:0px;
background-color:white;
font-size:20px;
}
.detail{
background-color:white;
margin-top:0px;
font-size:20px;
}
#age{
float:right;
margin-bottom:1px;
}
#name{
margin-top:1px;
}
#detail{
font-weight:bold;
}
#dob{
float:right;
font-weight:bold;
}
@media only screen and (max-width: 600px)
{
.container{
grid-template-columns: 100%;
grid-gap: 8px;
}
.container div{
border-radius: 25px;
}
.item1{
grid-column: 1/2;
}
h1{
font-size: 20px;
}
#about{
font-size: 20px;
}
.start i{
font-size: 20px;
}
.contact,a{
font-size: 1em;
}
h2{
font-size: 22px;
}
.cont{
font-size: 18px;
}
.ps{
font-size: 20px;
margin-left: 45px;
}
.graduate{
font-size: 15px;
}
.edu{
font-size: 18px;
}
.address,.name,.detail{
font-size: 15px;
}
section{
font-size: 20px;
margin: 30px;
}
} | 0.231962 | 0.078607 |
.main {
display: flex;
flex-direction: column;
max-width: 1100px;
}
body {
background-color: #3c3f41;
color: #ffc900;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}
.body {
display: flex;
flex-direction: row;
flex-grow: 2;
}
.head {
padding: 15px 50px;
}
.foot {
font-size: 10px;
display: flex;
padding: 25px 15px 0 15px;
justify-content: flex-end;
}
.torso {
display: flex;
flex-direction: column;
width: 100%;
height: calc(100% - 2px);
position: absolute;
top: 0;
left: 0;
border: 1px solid #626567;
}
.arm {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
border: 1px solid #626567;
padding-top: 5%;
}
.arm .text {
font-size: 32px;
margin-top: 5%;
font-weight: bold;
}
@keyframes textIdle {
from {
color: #ffc900;
}
33% {
color: white;
}
66% {
color: #ff5900;
}
to {
color: #ffc900
}
}
.arm.inactive img {
width: 40%;
opacity: 0.25;
animation-name: inactiveImg;
animation-iteration-count: 1;
animation-duration: 0.5s;
animation-timing-function: ease-out;
}
.turnIndicator {
display: flex;
flex-direction: column;
align-items: center;
}
@keyframes inactiveImg {
from {
width: 50%;
opacity: 1;
}
to {
width: 40%;
opacity: 0.25;
}
}
.score {
font-size: 50px;
padding-bottom: 25px;
}
.active .score {
opacity: 1;
}
.inactive .score {
opacity: 0.25;
}
.arm.inactive .text {
opacity: 0;
animation-name: inactiveTxt;
animation-duration: 0.5s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
}
@keyframes inactiveTxt {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.arm.active img {
width: 50%;
opacity: 1;
animation-name: activeImg;
animation-duration: 0.5s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
}
@keyframes activeImg {
from {
width: 40%;
opacity: 0.25%;
}
to {
width: 50%;
opacity: 1;
}
}
.arm.active .text {
opacity: 1;
animation-name: activeTxt, textIdle;
animation-duration: 0.5s, 3s;
animation-iteration-count: 1, infinite;
animation-timing-function: ease-out, linear;
}
@keyframes activeTxt {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.arm img {
width: 50%;
}
.rightArm {
border-radius: 0 40px 40px 0;
}
.leftArm {
border-radius: 40px 0 0 40px;
}
.row {
display: flex;
flex-grow: 1;
flex-direction: row;
height: calc(20% - 1px);
border-bottom: 1px solid #626567;
}
.cell {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
border-left: 1px solid #626567;
}
.torsoHolderHolder {
flex-grow: 2;
}
.torsoHolder {
position: relative;
width: 100%;
padding-top: 100%;
}
.torso div:last-child {
border-bottom: none;
}
.row div:first-child {
border-left: none;
}
.cell img.dying {
width: 0;
animation-name: die;
animation-duration: 0.4s;
animation-timing-function: ease-in;
}
@keyframes die {
from {
transform: rotate(0deg);
width: 60%;
}
to {
transform: rotate(180deg);
width: 0;
}
}
.cell img {
width: 60%;
animation-duration: 0.4s;
animation-name: appear;
animation-timing-function: ease-in;
}
@keyframes appear {
from {
opacity: 0;
transform: rotate(180deg);
width: 500%;
}
to {
opacity: 1;
transform: rotate(0deg);
width: 60%;
}
} | src/css/base.css | .main {
display: flex;
flex-direction: column;
max-width: 1100px;
}
body {
background-color: #3c3f41;
color: #ffc900;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}
.body {
display: flex;
flex-direction: row;
flex-grow: 2;
}
.head {
padding: 15px 50px;
}
.foot {
font-size: 10px;
display: flex;
padding: 25px 15px 0 15px;
justify-content: flex-end;
}
.torso {
display: flex;
flex-direction: column;
width: 100%;
height: calc(100% - 2px);
position: absolute;
top: 0;
left: 0;
border: 1px solid #626567;
}
.arm {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
border: 1px solid #626567;
padding-top: 5%;
}
.arm .text {
font-size: 32px;
margin-top: 5%;
font-weight: bold;
}
@keyframes textIdle {
from {
color: #ffc900;
}
33% {
color: white;
}
66% {
color: #ff5900;
}
to {
color: #ffc900
}
}
.arm.inactive img {
width: 40%;
opacity: 0.25;
animation-name: inactiveImg;
animation-iteration-count: 1;
animation-duration: 0.5s;
animation-timing-function: ease-out;
}
.turnIndicator {
display: flex;
flex-direction: column;
align-items: center;
}
@keyframes inactiveImg {
from {
width: 50%;
opacity: 1;
}
to {
width: 40%;
opacity: 0.25;
}
}
.score {
font-size: 50px;
padding-bottom: 25px;
}
.active .score {
opacity: 1;
}
.inactive .score {
opacity: 0.25;
}
.arm.inactive .text {
opacity: 0;
animation-name: inactiveTxt;
animation-duration: 0.5s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
}
@keyframes inactiveTxt {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.arm.active img {
width: 50%;
opacity: 1;
animation-name: activeImg;
animation-duration: 0.5s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
}
@keyframes activeImg {
from {
width: 40%;
opacity: 0.25%;
}
to {
width: 50%;
opacity: 1;
}
}
.arm.active .text {
opacity: 1;
animation-name: activeTxt, textIdle;
animation-duration: 0.5s, 3s;
animation-iteration-count: 1, infinite;
animation-timing-function: ease-out, linear;
}
@keyframes activeTxt {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.arm img {
width: 50%;
}
.rightArm {
border-radius: 0 40px 40px 0;
}
.leftArm {
border-radius: 40px 0 0 40px;
}
.row {
display: flex;
flex-grow: 1;
flex-direction: row;
height: calc(20% - 1px);
border-bottom: 1px solid #626567;
}
.cell {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
border-left: 1px solid #626567;
}
.torsoHolderHolder {
flex-grow: 2;
}
.torsoHolder {
position: relative;
width: 100%;
padding-top: 100%;
}
.torso div:last-child {
border-bottom: none;
}
.row div:first-child {
border-left: none;
}
.cell img.dying {
width: 0;
animation-name: die;
animation-duration: 0.4s;
animation-timing-function: ease-in;
}
@keyframes die {
from {
transform: rotate(0deg);
width: 60%;
}
to {
transform: rotate(180deg);
width: 0;
}
}
.cell img {
width: 60%;
animation-duration: 0.4s;
animation-name: appear;
animation-timing-function: ease-in;
}
@keyframes appear {
from {
opacity: 0;
transform: rotate(180deg);
width: 500%;
}
to {
opacity: 1;
transform: rotate(0deg);
width: 60%;
}
} | 0.573678 | 0.128416 |
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Domine:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Cookie);
@import url(https://fonts.googleapis.com/css?family=Merienda+One);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic);
body{
font-family:lato !important;
}
@media (min-width:100px) and (max-width: 371px) {
body .col_r {
margin-bottom: 6px;
}
body .fs.ts.prh.rm_count {
padding: 0;
}
body .col_r .fs.ts {
width: 68px;
}
body .search_f_hr3 {
margin-left: -15px;
}
}
@media (min-width:100px) and (max-width: 505px) {
body .search_f_hr .fs.ts.prh .form_search {
clear: both;
float: left;
}
body .search_f_hr .fs.ts.prh {
float: left;
text-align: left;
width: 100%;
}
body #sandbox-container {
width: 100%;
}
}
@media (min-width: 370px) and (max-width: 690px) {
body .col_r {
margin-bottom: 0px;
}
body .fs.ts.prh.rm_count {
padding: 25px 0 !important;
}
body .col_r .fs.ts {
width:55px;
}
}
.search_f_hr {
margin-bottom: 15px;
}
@media(max-width: 992px)
{
.clr-both
{
clear:both;
}
#search-banner .navbar-collapse.navbar.no_padding_l.no_padding_r.no_border.collapse.search_pack-hotel{
display: inline-block;
margin: 0 19px;
}
}
@media(max-width:530px)
{
.width-check
{
width:100%;
}
.room_left
{
margin-left:8%;
}
.top-packk
{
margin-top:8px;
}
}
@media(max-width:380px)
{
.pad_p
{
padding:0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#sandbox-container.fs.prh {
padding: 1px;
}
}
.fs.ts.prh.rm_count {
padding: 25px 0;
}
.col_r {
display: inline-block;
margin-bottom: -15px;
}
.sltd_rooms_details_lis td,.sltd_rooms_details_lis tr th {
border-right:1px solid #eaeaea;
}
table.sltd_rooms_details_lis tr:nth-child(odd) {
}
table.sltd_rooms_details_lis tr:nth-child(even) {
background-color:#f5f5f5;
}
table.sltd_rooms_details_lis {
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #eaeaea;
}
table.sltd_rooms_details_lis tr {
/* border: 1px solid #ddd; */
padding: 5px;
}
table.sltd_rooms_details_lis th, table.sltd_rooms_details_lis td {
padding: 10px;
text-align: center;
}
table.sltd_rooms_details_lis th {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
font-weight: 700;
background: #FFF;
}
@media screen and (max-width: 600px) {
body .sltd_rooms_details_lis tr {
border:1px solid #e5e5e5;
}
body .cntnt_block_seltd_room div {
border: 0 solid #eaeaea;
//padding: 0;
}
.h_sear_b .book_now_rooms.book_now span
{
text-align:right !important;
}
.info.label.label-danger {
display: inline-block;
margin-top: 6px;
}
table.sltd_rooms_details_lis {
border: 0;
}
table.sltd_rooms_details_lis thead {
display: none;
}
table.sltd_rooms_details_lis tr {
margin-bottom: 10px;
display: block;
border-bottom: 1px solid #ddd;
}
table.sltd_rooms_details_lis td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
}
table.sltd_rooms_details_lis td:last-child {
border-bottom: 0;
}
table.sltd_rooms_details_lis td::before {
content: attr(data-label);
float: left;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
}
}
a#log_reserve {
color: #000000 !important;
/* padding-top: 31px; */
/* Font-weight: bold !important; */
text-decoration: underline !important;
/* font-size: 16px; */
background: #ffde00;
padding: 4px 8px 5px;
border-radius: 4px;
font-weight: 700;
}
.search_c_c.hotel_img_sc .pull-right {
margin-top: 26px !important;
}
#search-banner {
padding: 0px 0px !important;
color: #fff;
min-height: 248px !important;
font-size: 14px;
font-weight: 600;
background:none !important;
margin-bottom: 44px !important;
}
.color-sel
{
color: #696868;
}
.select-pack {
max-width: 100% !important;
height: 30px;
border-radius: 4px;
width: 100% !important;
font-family: lato;
}
.search_b_c_h_b
{
margin-top: 0px !important;
padding: 32px 30px 20px !important;
}
.back-none
{
background:none !important;
}
.search_pack-hotel
{
margin-left: 42%;
width: 50%;
}
.right-pad
{
margin-right: -42px;
margin-top: -17px;
}
.s_h_t {
margin-top: 0;
}
.sear_txct{
text-align:center;
}
.child_li_b_hb .room_label {
margin-left: -10px;
margin-top: 20px;
float: right;
}
.content_checkout.content_checkout_2{
width:100%;
}
@media (min-width:100px) and (max-width:328px){
body .fs select {
width: 35px;
}
}
@media (min-width:100px) and (max-width:390px){
body div .fs.ts.prh.res {
margin-right: -8px;
padding: 0 8px;
}
body div .child_li_b_h .fs select {
width: 35px;
}
body div .newrows_buh {
margin-left: 70px;
padding: 0;
}
}
@media (min-width:100px) and (max-width:599px){
body .fs.ts.prh.res {
margin-right: -8px;
padding: 0 17px ;
}
body .newrows_buh {
margin-left: 98px;
margin-top: -62px;
width: 69%;
}
body .sear_txct {
padding: 0;
}
}
@media (min-width:600px) and (max-width:767px){
body .fs.ts.prh.res{
margin-right: -48px;
padding: 0 51px;
}
}
@media (min-width:768px) and (max-width:991px){
body .fs.ts.prh.res {
margin-right: -27px;
padding: 0 9px;
}
}
@media (min-width:100px) and (max-width:991px){
body .fs.ts.prh.res select {
clear: both;
float: left;
}
}
@media (min-width:992px) and (max-width:1199px){
body .res {
margin-right: -9px;
padding: 0 47px;
}
}
@media (min-width:501px) and (max-width:767px){
body .prcp.prcp1 {
width: 60px;
}
body .clone_me.padding_h_5,body .clone_me.resviewr {
width: 85px;
}
}
@media (min-width:100px) and (max-width:480px){
.wrapper-row.htl_ppr_blk,.rew-b-h ,.res_h_d{
display: none;
}
}
.prcp.prcp1 {
padding: 0;
}
.chk_in_details_block.chk_in_details_block123.chk_in_details_block123asd {
background: #d5d5d5;
line-height: 22px;
padding: 5px 20px;
}
.cls1.pr_cs{
padding:0px;
margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body .modufy_search_block_cus select,body .modufy-search-cus_block2 select,body select#reg_mem_type,body .clone_me select,
.outrAdu select.form_search {
background-image:none !important;
background-color:#fff !important;
}
}
.day_and_night_cus_right.day_and_night_cus_right123{
margin-top: 0;
}
.chk_in_details_block.chk_in_details_block123 {
border-bottom: 0 dotted hsl(0, 0%, 80%);
font-family: roboto;
margin-top: 7px;
padding-bottom: 0;
}
.label_pmnt input.err{
position: relative;
top: 22px;
}
@media(min-width:1200px) and (max-width:3000px){
.label_pmnt label.err {
display: inline-block;
position: absolute;
top: 50px;
}
}
@media(min-width:100px) and (max-width:495px){
.label_pmnt .err {
font-size: 8px;
text-transform: capitalize;
}
.label_pmnt{
margin: 0;
padding: 0;
}
}
@media(min-width:100px) and (max-width:1199px){
.label_pmnt #confirm.err{
margin: -9px 0 0;
}
.label_pmnt .confirmcp {
margin-left: 15px;
margin-top: -15px;
}
body .form-group.label_pmnt #confirm ,#payment_form label{
float: left;
}
}
.Zebra_Pagination .current {
background: #337AB7;
border: 1px solid hsl(206, 55%, 44%);
color: hsl(0, 0%, 100%);
}
.Zebra_Pagination ul li a:hover,.Zebra_Pagination ul li a:hover i {
background:#337AB7;
color:#fff
}
.Zebra_Pagination ul li {
display: inline-block;
}
.Zebra_Pagination ul li a{
background: #fff;
border: 1px solid #DBDBDB;
margin-right: 5px;
padding: 8px 13px;
}
.Zebra_Pagination ul li a {
color:#444;
}
.Zebra_Pagination {
display: inline-block;
text-align: right;
width: 100%;
}
.res {
margin-right: -6px;
padding: 0 57px;
}
.child_li_b_h.newrows_bu {
border-bottom: 0px solid #45432D;
padding-bottom: 10px;
}
h6.ad_b {
font-family: roboto;
font-size: 16px;
text-transform: uppercase;
}
.adres_b {
font-family: roboto;
line-height: 25px;
margin-bottom: 12px;
}
/*search start*/
.newrows_buh{
display: inline-block;
margin-top: 15px;
}
.child_li_b_h.newrows_bu {
display: inline-block;
width: 100%;
}
.copyright ,.copyright a{
color: #fff;
margin: 0;
}
.content_search_copyright {
background: #000;
margin-top: 50px;
padding: 20px;
text-align: center;
}
@media(min-width:100px) and (max-width:640px){
/* .content_search_result_h .img_cus_sr {
width: 200px;
} */
}
@media(min-width:100px) and (max-width:991px){
.search_b_c_h_b.col-md-10.col-xs-12.col-md-offset-1.col-xs-offset-1
{
margin-left:0px;
margin-right:0px;
}
.right-pad {
margin-right:0px;
}
.content_search_result_h .remv_all_p {
background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
}
.search_f_hr3.col-md-5.col-sm-12.outrAdu
{
margin-top: 16px !important;
}
.content_search_result_h .search_result_cus_block7_right,.content_search_result_h .remv_p_div {
padding:0px;
}
.col_p_remv.reservationtt {
display: none;
}
body .prh {
padding: 0;
}
body .search_b_c_h_b {
padding: 10px;
}
body .search_c {
margin-top: 0;
}
}
.h_sear_b h1.each_section_cus {
font-size: 15px;
padding: 10px 20px;
}
.h_sear_b .book_now_rooms.book_now span {
clear: both;
display: inherit;
font-size: 13px;
font-weight: 600;
text-align:center;
}
.h_sear_b .room_rate {
font-size: 12px;
}
.col_t {
background: #337AB7;
color: hsl(0, 0%, 100%);
padding: 12px;
}
.r_blo_s {
padding-left: 0;
}
.right_col,.left_col {
background:#fff;
}
.h_sear_b{
background-color:#F5F5F5;
}
.child_li_b_h .fs select {
width: 50px;
}
.search_b_c_h_b {
text-align: left;
}
.fs select {
height: 30px;
width: 50px;
}
.ts{
text-align: left;
}
.fs input {
border: medium none;
border-radius: 3px;
font-size: 12px;
height: 30px;
padding-left: 10px;
width: 100%;
font-family: lato;
}
.fs label {
color: hsl(0, 0%, 100%);
float: left;
font-family: lato;
font-weight: 400;
}
.fs {
display: inline-block;
}
.search_b_c_h_b {
background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0 !important;
border-radius: 5px;
display: inline-block;
margin-bottom: 30px;
margin-top: 20px;
padding: 10px 30px;
}
h3.s_h_t ,.s_h_t_p{
color: #fff;
}
/* .search_c_c.hotel_img_sc {
background: rgba(250%,250%,250%,0.73);
border-radius: 100px;
display: inline-block;
padding: 14px;
} */
.search_c_c.hotel_img_sc > img {
padding:13px !important;
width: 125px;
margin-left: 54px;
}
.content_search_n {
padding: 0px 0;
text-align: center;
top: 0;
width: 100%;
}
.search_img_ni{
background: hsla(0, 0%, 0%, 0) url("../img/s1.jpg") no-repeat scroll center center / cover !important;
}
.search_img_n {
width: 100%;
}
/*search end*/
select#reg_mem_type,.sear_cus .clone_me select {
border-radius: 4px;
}
body .form-group.extra_fcus{
margin-top: 15px;
padding: 0;
text-align: left;
}
#payment_form[name="payment_form"] .form-group .err{
background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
}
.room-chk_cus_block2 [data-tooltip]::before {
font-size: 10px;
width: 120px;
}
.h_img {
font-weight: 500;
margin-bottom: 15px;
}
.form-group.clr_f div .btn.btn-primary {
float: none;
}
.form-group.clr_f div {
display: inline-block;
margin: 30px 0;
text-align: center;
}
.form-group.label_cus_f span {
font-size: 12px;
}
form#property_form .form-control {
box-shadow: 0 0 0 hsla(0, 0%, 0%, 0) inset;
color: #9c9c9c;
font-family: roboto;
}
.form-group.label_cus_f {
font-family: roboto;
font-size: 19px;
font-weight: lighter;
text-align: center;
text-transform: uppercase;
padding: 0 0 10px;
border-bottom:1px solid #dbdbdb;
color:#444
}
.clr_f {
clear: both;
}
form#property_form {
background: hsl(0, 0%, 100%) none repeat scroll 0 0;
border: 1px solid hsl(0, 0%, 87%);
border-radius: 4px;
padding: 25px;
}
.regi_prty_block p {
color: hsl(0, 0%, 100%);
font-size: 15px;
}
.regi_prty_block .opac {
background-color: hsla(0, 0%, 0%, 0.5);
padding: 3%;
}
.regi_prty_block {
background-attachment: fixed;
background-image: url("../img/regi_property_img.jpg");
text-align: center;
}
.book_now.select_room_cus h4 {
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
#new_rooms .demo_div .container-fluid.no_padding_l.no_padding_r div p{
text-align: center;
}
.login_deals_chk > a:hover{
background: #4EAF4E;
}
body .owl-theme .owl-controls .owl-prev::before ,body .owl-theme .owl-controls .owl-next::before{
top: 3px;
}
@media(min-width:100px) and (max-width:991px){
body .container-fluid .img_block_seltd_room .owl-theme .owl-controls {
margin-top: -4px;
}
body .container-fluid .owl-theme .owl-controls {
margin-top: 36px;
}
body #navbarCollapse .home_search_nav{
margin:0px;
}
body .sear_cus #search_hotels {
margin-top: 0px;
}
}
#bs-example-navbar-collapse-1 .cus_nav_block .dropdown-menu li{
width:100%;
}
.img5_cs_ico {
margin-bottom: 4px;
}
.Customer_satisfaction_heading {
margin-bottom: 4px;
}
.rew_content-block .name_review_block_cus {
text-transform: capitalize;
}
.room-chk_cus_block4.chk_cus_block_tax.row div {
font-size: 16px;
font-weight: 400;
}
.print_icon_cus a i:hover {
background: #444;
}
.print_icon_cus a i {
background:#747474;
border-radius: 3px;
color: hsl(0, 0%, 100%);
padding: 6px 7px;
}
.rem_cus_m .img_blk{
border-radius:5px;
}
body.rem_cus_m .abt_cnt-h{
font-family: "Lato",​sans-serif;
font-size: 14px;
color :hsl(208,​ 70%,​ 20%);
line-height :23.1px;
vertical-align: baselin;
}
.rem_cus_m .owl_slider_title.mr_h_t {
border-bottom: 0 solid hsl(0, 0%, 87%);
color: hsl(0, 0%, 33%);
margin-bottom: 3px;
padding-bottom: 7px;
}
.rem_cus_m .owl_slider_title.why_tit {
margin-top: 0;
}
.rem_cus_m #search-banner {
margin-bottom: 0;
}
.rem_cus_m .wrapper-row.htl_ppr_blk {
background: hsl(0, 0%, 100%) none repeat scroll 0 0;
padding: 50px 0 0;
}
.rem_cus_m .ul_list-h li {
border-bottom: 1px dashed hsl(0, 0%, 74%);
clear: both;
display: inline-block;
margin-bottom: 3px;
padding-bottom: 1px;
padding-top: 1px;
width: 100%;
}
body .newsletter_cus_2 .err[for="news_email"]:nth-child(2) {
background: #fff;
}
.owl_slider_title.ul_ttl {
display: inline-block;
}
body .strng strong {
line-height: 15px;
}
.sear_cus .date_alert {
font-family: roboto;
font-size: 10px;
margin-top: 9px;
padding: 0 30px;
}
#search-banner .container{
padding:15px;
}
.abt_cnt-h img {
float: right;
margin-bottom: 10px;
margin-left: 15px;
border-radius: 3px;
}
.row.wrapper-row.wrp {
padding-bottom: 0;
}
.row.wrapper-row.wrp1 {
padding-top: 0;
}
#bs-example-navbar-collapse-1 .nav > li > a:hover,#bs-example-navbar-collapse-1 .nav > li > a:focus {
background-color:transparent;
}
/*tool tips end*/
/* color: hsl(185, 8%, 29%);
display: inline-block;
font-family: "Lora";
font-size: 15px;
font-style: italic;
line-height: 26px;
text-align: justify; */
body .abt_cnt-h {
font-family: "open sans";
font-size: 13px;
line-height: 25px;
text-align: justify;
}
.img5_cs_ico {
display: inline-block;
float: left;
margin-right: 10px;
}
.ul_list-h li div {
margin: 0;
padding: 0;
}
.Customer_satisfaction_heading > span {
font-family: roboto;
font-size: 14px;
font-weight: 400;
}
.Customer_satisfaction_heading strong {
color: hsl(0, 0%, 30%);
font-family: roboto;
font-size: 14px;
font-weight: 500;
line-height: 40px;
}
.ul_list-h li {
border-bottom: 1px dashed hsl(0, 0%, 74%);
clear: both;
display: inline-block;
margin-bottom: 6px;
padding-bottom: 2px;
width: 100%;
}
.ul_list-h {
list-style: outside none none;
padding: 0;
}
/**
* Tooltip Styles
*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
position: absolute;
bottom: 100%;
margin-bottom: 5px;
margin-left: -20px;
padding: 7px;
width:170px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 11px;
line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
position: absolute;
display:none;
bottom: 10%;
left: 1110%;
margin-left: -5px;
width:100%;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.sltd_rooms_details_lis th[title]:hover:after {
border: 1px solid #fc0;
padding: 3px 6px;
background: #fffea1;
content: attr(data-title);
position: absolute;
right: -40px;
top: -26px;
}
.succes_msg > a {
display: inline-block;
margin: 14px;
text-transform: uppercase;
}
.succes_msg > p {
background: hsl(126, 55%, 86%) none repeat scroll 0 0;
border: 1px solid hsl(126, 23%, 67%);
border-radius: 4px;
padding: 17px;
text-transform: uppercase;
}
body {
background: #fff;
}
.room-chk_cus_block1 {
padding: 0;
}
.room-chk_cus_block1 .chk_t {
padding-left: 0 ;
padding-right: 0 ;
}
.chk_t .room-chk_cus_block4 > td {
color: hsl(359, 81%, 39%);
font-size: 16px;
font-weight: bold;
}
.chk_t table thead {
background: #ececec;
}
.chk_t table th{
font-family: roboto;
}
.chk_t table {
border: 1px solid #ccc;
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}
.chk_t table tr {
border: 1px solid #ddd;
padding: 5px;
}
.chk_t table th, .chk_t table td {
padding: 10px;
text-align: center;
}
.chk_t table th {
text-transform: uppercase;
letter-spacing: 1px;
}
@media screen and (max-width:960px) {
.room-chk_cus_block3 td:nth-child(1) ,
.room-chk_cus_block43 td:nth-child(2) ,
.room-chk_cus_block3 td:nth-child(3) ,
.room-chk_cus_block3 td:nth-child(4) ,
.room-chk_cus_block4 td:nth-child(1) ,
.room-chk_cus_block4 td:nth-child(2) ,
.room-chk_cus_block4 td:nth-child(3) ,
.room-chk_cus_block4 td:nth-child(4)
{
display: none;
}
.chk_t table {
border: 0;
}
.chk_t table thead {
display: none;
}
.chk_t table tr {
margin-bottom: 10px;
display: block;
border-bottom: 2px solid #ddd;
}
.chk_t table td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
}
.chk_t table td:last-child {
border-bottom: 0;
}
.chk_t table td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}
@media(min-width:100px) and (max-width:960px){
.room-chk_cus_block2,.room-chk_cus_block3,.room-chk_cus_block4 {
display: inline-block;
width: 100%;
}
}
.terms_c_li {
line-height: 37px;
list-style: outside none none;
padding: 0;
}
.prvcy h4 {
text-transform: uppercase;
}
.container_p {
margin-bottom: 50px;
}
.prvcy {
text-align: justify;
}
.map_iframe_cus .container div {
margin-bottom: 20px;
}
.social_icons_block {
margin-top: 30px;
}
.contact_form_cus_page input{
font-family: roboto;
}
.social_icons_block li a i {
line-height: 30px;
}
.container {
padding: 0 50px;
}
.more {
overflow: hidden;
height: 90px;
}
.btn {
cursor: pointer;
}
.btn2 {
cursor: pointer;
}
.btn_text {
margin-bottom: -10px;
}
.user_title_cus.user_title_cus_2 ,.user_title_cus,.form_block_cus7 label,.form_block_cus7 div{
font-family: roboto;
}
.room_name_title_b_chk h4 {
font-family: roboto;
text-transform: uppercase;
}
.section2_chk_cus_block {
font-family: roboto;
font-size: 18px;
font-weight: 400;
}
.login_continue_chk > a {
border-radius: 3px;
}
.date,.time {
font-size: 11px;
}
.content_checkout.content_checkout_2,.content_checkout{
margin-bottom: 30px;
padding-bottom: 20px;
}
.food_plan_block .room-chk_cus_block4.row {
clear: both;
}
.sidebar_sub a:hover {
background: #286090;
}
.sidebar_sub a {
background: hsl(208, 56%, 46%) none repeat scroll 0 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
font-family: roboto;
font-size: 14px;
padding: 7px 22px;
display: inline-block;
}
.p7r.hj_l {
margin-top: 20px;
}
.exc_tax {
margin-top: 10px;
}
#bs-example-navbar-collapse-1 .btn-default:hover,#bs-example-navbar-collapse-1 .btn-default:focus, #bs-example-navbar-collapse-1 .btn-default.focus, #bs-example-navbar-collapse-1 .btn-default:active,#bs-example-navbar-collapse-1 .btn-default.active,#bs-example-navbar-collapse-1 .open > .dropdown-toggle.btn-default {
background-color: hsl(0, 0%, 100%);
border-color: hsla(0, 0%, 0%, 0);
color: hsl(0, 0%, 20%);
}
#bs-example-navbar-collapse-1 .dropdown .btn-default {
background-color: hsl(0, 0%, 100%);
border-color: hsla(0, 0%, 0%, 0);
color: hsl(0, 0%, 20%);
font-family: roboto;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
#search_panel .modufy_search_block_cus.res7 label.rooms_cus_title {
margin-left: 14px;
}
.navbar-nav .open .dropdown-menu {
position: absolute;
}
.modufy-search-cus_block2 .clone_me .form_search {
font-size: 12px;
}
.modufy_search_block_cus.prr {
padding: 0;
}
body #bs-example-navbar-collapse-1 .dropdown-menu .sign_in {
width: 100%;
}
body #bs-example-navbar-collapse-1 .dropdown-menu {
background-clip: padding-box;
background-color:#fff;
border: 0 solid hsla(0, 0%, 0%, 0.15);
border-radius: 0;
box-shadow: 0 0 0 hsla(0, 0%, 0%, 0.176);
padding-top: 16px ;
}
#search-banner .navbar-toggle {
display: none;
}
@media (min-width:100px) and (max-width:768px){
#search-banner #navbarCollapse .nav.navbar-nav.home_search_nav li a {
padding: 7px 5px;
}
nav.navbar #navbarCollapse .home_search_nav li a span {
display: none;
}
body #search-banner .nav.navbar-nav.home_search_nav li {
display: inline-block;
padding: 0 ;
position: relative;
}
#search-banner .nav.navbar-nav.home_search_nav{
margin: 0 1px ;
}
#search-banner .navbar-collapse.navbar.no_padding_l.no_padding_r.no_margin.no_border.collapse {
display: inline-block;
margin: 0 19px ;
}
}
.p7r{
padding:0px;
}
#hidden-search {
font-size: 12px;
}
.modufy_search_block_cus.ch_b {
margin-right: 40px;
}
.search_filter.search_filter_cus_6 .view_label.cus_room_title_2 {
display: inline-block;
font-size: 11px;
margin-bottom: 8px;
}
.modufy-search-cus_block2 div div {
margin-right: 10px;
}
select#reg_mem_type {
}
.modufy_search_block_cus select,.modufy-search-cus_block2 select,select#reg_mem_type,.clone_me select {
-moz-appearance: none !important;
background: hsl(0, 0%, 100%) url("http://localhost/booking/img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px!important;
border: 1px solid hsl(0, 0%, 92%) !important;
padding: 0 10px !important;
text-align: left !important;
width: 70px !important;
height: 27px !important;
}
h3.srm_title {
font-family:lato;
font-size: 17px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 11px !important;
margin-top: 2px !important
}
.left-r
{
float: left;
margin-left: 9px;
}
.each_section p {
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav a {
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.select_room_cus .btn-primary {
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.search_result .book_now h2 .room_rate {
font-family: roboto;
}
.toper-tax
{
margin-top:12px;
}
.result_details_row p {
font-family: lato;
}
body .result_details_row h1 a, body .result_details hi {
font-family: roboto;
font-size: 14px;
font-weight: 500;
}
.search_result_options h1,.search_details .data,.navbar-nav.home_search_nav > li > a,a.modify-btn {
font-family: lato;
font-size: 13px;
font-weight: 500;
}
.roomDet
{
float: right;
margin-bottom: 12px;
margin-top: 0px !important;
margin-right: 2%;
cursor:pointer;
}
.cus_nav_block .btn:active,.cus_nav_block .btn.active {
background-image: none;
box-shadow: 0 0 0 hsla(0, 0%, 0%, 0.125) inset;
outline: 0 none;
}
.cus_nav_block .btn-primary:hover,.cus_nav_block .btn-primary:focus, .cus_nav_block .btn-primary.focus,.cus_nav_block .btn-primary:active,.cus_nav_block .btn-primary.active,.cus_nav_block .open > .dropdown-toggle.btn-primary {
background-color: hsla(0, 0%, 0%, 0);
border-color: hsla(0, 0%, 0%, 0);
color: hsl(0, 0%, 27%);
}
.apartc input{
background-image: url("../img/apartc.png");
}
.hmsty input{
background-image: url("../img/homsty.png");
}
.hloc input{
background-image: url("../img/holidayc.png");
}
.yogac input{
background-image: url("../img/yogacimg.png");
}
.resortc input{
background-image: url("../img/resortc.png");
}
.ayurveda_c input{
background-image: url("../img/sear_cus_ayur.png");
background-position: right center;
background-repeat: no-repeat;
}
.search_options .sear_cus .form-group.hotelc #hidden-search {
background-image: url("../img/hotel_search_blk.png");
}
.search_options .sear_cus .form-group #hidden-search {
background-position: right center;
background-repeat: no-repeat;
}
.navbar-collapse.in {
overflow-y: inherit;
}
.hlr .sear_cus #search_hotels {
margin-top: 0;
}
.new_thumbnail .thumbnail .caption h4 {
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
#bs-example-navbar-collapse-1{
margin-top:20px;
}
.title_toll_free {
margin-right: 20px;
}
#hot-deals .owl-wrapper .media-left .media-object {
border-radius: 3px;
}
.search_options .sear_cus .datepickr_ico
{
background-image: url("../img/cal_img_cs.png");
background-position: right center;
background-repeat: no-repeat;
}
.sear_cus #search_hotels {
font-family: roboto;
font-size: 13px;
font-weight: 500;
margin-top: -15px;
}
.htl_r #search-banner #rooms p {
text-align: right;
font-family: roboto;
font-size: 13px ;
font-weight: 500 ;
text-transform: uppercase ;
}
.htl_r #search-banner #rooms label {
font-family: roboto;
font-size: 12px;
font-weight: 500;
}
.sear_cus .input-group span input {
font-size: 11px;
}
#search-banner .search_options {
padding-top: 20px;
}
#search-banner .container h1
{
font-size: 30px;
font-family: roboto;
text-transform: uppercase;
}
#search-banner .container .home_search_nav li a
{
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.htl_r .owl-theme .owl-controls .owl-next::before,.htl_r .owl-theme .owl-controls .owl-prev::before {
top: auto;
}
.htl_r .media-body.offers_cus_block .location {
font-family: roboto;
}
.htl_r .media-body.offers_cus_block p {
font-family: roboto;
text-transform: capitalize;
}
.htl_r .media-body.offers_cus_block .media-heading {
font-family: roboto;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.htl_r .well.footer_column.gld {
padding: 0 15px;
}
.htl_r #hot-deals .owl-wrapper-outer .item .media:hover {
border: 1px dashed hsl(0, 0%, 87%);
padding-left: 5px;
}
.htl_r #hot-deals .owl-wrapper-outer .item .media {
border-bottom: 1px dashed hsl(0, 0%, 80%);
}
.htl_r .thumbnail .category p {
font-family: roboto;
font-size: 13px;
font-weight: 500;
max-width:110px;
}
.htl_r .new_thumbnail .caption h4 {
margin-bottom: 2px;
}
.htl_r .new_thumbnail .location {
font-family: roboto;
font-weight: 500;
padding-bottom: 7px;
padding-top: 7px;
text-transform: capitalize;
}
.htl_r .new_thumbnail h4 {
font-family: roboto;
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
}
.htl_r #footer .footer-row1 label.footer_label {
border-bottom: 1px dashed hsl(208, 62%, 58%);
padding-bottom: 10px;
}
.htl_r .home_reviews .media-object {
border-radius: 3px;
}
.htl_r .home_reviews .name {
text-transform: capitalize;
}
a{
text-decoration:none!important;
}
.yt {
padding-top: 7px;
text-transform: capitalize;
}
.htl_r .home_reviews h4 {
color: #444;
font-family: roboto;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.htl_r .home_reviews p {
margin: 0;
}
.htl_r .home_reviews {
border-bottom: 1px dashed hsl(0, 0%, 80%);
padding-bottom: 23px;
}
.htl_r .owl_slider_title span {
color: #444;
}
.htl_r .owl_slider_title.top_book_title{
margin-left:15px;
}
.htl_r .owl_slider_title {
color: hsl(0, 0%, 20%);
font-family: "Montserrat";
font-size: 20px;
text-transform: uppercase;
}
.htl_r .footer_list_cus_4 a {
text-decoration: none;
}
.htl_r .home_city {
position: relative;
}
.htl_r .home_city::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.htl_r .home_city:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.htl_r .home_city::before {
background: hsla(0, 0%, 0%, 0) linear-gradient(to right, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.3) 100%) repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: -75%;
position: absolute;
top: 0;
transform: skewX(-25deg);
width: 50%;
z-index: 2;
}
.htl_r .new_thumbnail:hover .category p {
background: hsl(208, 56%, 46%) none repeat scroll 0 0;
}
.htl_r .new_thumbnail:hover .location{
background:#1F85CC;
}
.img_blk > img {
border-radius: 4px;
}
.htl_r .home_city:hover img,.htl_r .new_thumbnail:hover .h_i img ,.htl_r #latest-destinations .owl-item .item a:hover img {
transform: scale(1.2);
}
.htl_r .home_city img,.htl_r .new_thumbnail .h_i img ,.htl_r #latest-destinations .owl-item .item a img,.img_blk img{
transition: all 0.3s linear 0s;
width: 100%;
}
.htl_r .home_city ,.htl_r .new_thumbnail .h_i ,.htl_r #latest-destinations .owl-item .item a
{
overflow: hidden;
}
.htl_r .home_city .label {
padding: 15px;
}
.htl_r .footer-row1 .footer_column p {
font-family: roboto;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}
.htl_r .best_del_cus, .best_del_cus1 {
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
/*
#search-banner .navbar-toggle{
background:#DDDDDD;
}
#search-banner .navbar-toggle.collapsed{
background:#0F75BC;
}
#search-banner .navbar-toggle .icon-bar{
color:#000;
}
*/
.nav.navbar-nav.navbar-right.cus_nav_block {
display: inline-block;
}
@media (min-width:100px) and (max-width:450px){
.col-md-1.col-xs-2.col-sm-1.fs.ts.prh.rm_count
{
padding-bottom: 10px !important;
}
.search_f_hr.col-md-12.col-xs-12
{
padding:0px !important
}
.search_b_c_h_b {
padding: 24px 15px 20px !important;
}
}
@media (min-width:100px) and (max-width:340px){
.navbar-header img {
width: 100%;
}
}
@media (min-width:991px) and (max-width:1199px){
body .search_filter_cus_9 .inp .checkbox,body .search_filter_cus_hotels_block2 .checkbox {
font-family: open sans;
font-weight: 500;
}
body .search_filter.search_filter_cus_hotels .search_filter_cus_hotels_block2.price_b_c .block .checkbox {
font-size: 10px;
}
body .search_filter .block .inp {
padding-right: 0;
}
}
.input-group-addon.border_cus_right_search{
border-right: 1px solid #ccc;
}
.modufy-search-cus_block3{
display: inline-block;
}
.ty {
font-family: roboto;
font-size: 19px;
margin-bottom: 15px;
text-transform: uppercase;
}
#result-wrapper #refine .search_result_options div.col-md-6:nth-child(2){
display:inline;
}
.block1_travel-agent {
line-height: 22px;
}
.panel-body.faq_content_cus {
text-align: justify;
}
@media (min-width:100px) and (max-width:480px){
.nav.navbar-nav.navbar-right.cus_nav_block {
text-align: center;
width: 100%;
}
body .title_toll_free.pull-right{
width: 100%;
}
}
@media (min-width:100px) and (max-width:510px){
body .title_toll_free {
margin-right: 0;
}
.search_f_hr3.col-md-5.col-sm-12.outrAdu
{
clear:both;
}
.changPack {
margin-left:2px !important;
}
.col-md-3.col-xs-2.fs.ts.prh
{
width:20%;
margin-top: -2px;
}
.outrAdu .col-md-1.col-xs-2.fs.ts.prh.rm_count
{
padding-top: 11px;
padding-bottom: 10px;
/* font-size: 28px; */
padding: 14px 20px 9px;
}
}
@media (min-width:100px) and (max-width:767px){
#room-2, #room-3, #room-4, #room-5
{
margin-left:0% !important;
padding: 0px 0px 10px !important;
border: none !important;
}
body .form-group.sfb {
margin-top: 10px;
}
body .title_toll_free {
margin: 10px;
}
#search-banner .nav.navbar-nav.home_search_nav li {
padding: 0 30px;
}
#search-banner .navbar-toggle {
background-color: hsl(0, 0%, 93%);
}
.navbar-toggle .icon-bar{background:#000;}
}
@media (min-width:100px) and (max-width:991px){
.img_cus_sr.col-md-9.col-sm-9.col-xs-12 {
width: 100% !important;
}
.img_cus_sr img {
width: 100% !important;
height: 190px !important;
}
.cntnt_block_seltd_room div.room_availability_block {
text-align: right !important;
}
.facilities_f {
text-align: right !important;
}
.hotelingslider .owl-pagination {
margin-top: 179px !important;
}
.search_b_c_h_b.col-md-10.col-xs-10.col-md-offset-1.col-xs-offset-1 {
padding: 32px 8px !important;
}
.paddngMob
{
padding: 12px 0px 11px !important;
}
.g_img img{
width:100%;
}
.roomDetailOuter {
bottom: 41px !important;
}
}
.img_abt_content3 {
line-height: 22px;
}
.about_us_block {
line-height: 25px;
}
.about_us_block > a {
color: hsl(0, 0%, 27%);
display: inline-block;
margin-top: 9px;
text-decoration: none;
text-transform: uppercase;
}
.nav.navbar-nav.navbar-right.cus_nav_block li {
display: inline-block;
}
.view_filter .coontainer-fluid.search_block .view_label {
display: inline-block;
margin-bottom: 10px;
}
#section6 .comment_row .each_comment.container-fluid {
margin-top: 10px;
}
.cntnt_block_seltd_room .s_show_morecus{
color:#337AB7;
}
.cntnt_block_seltd_room .show_all_detailscus div .room_faci {
font-size: 13px;
text-align: left;
}
.cntnt_block_seltd_room .show_all_detailscus div{
border:0px;
}
.cntnt_block_seltd_room .s_show_morecus, .cntnt_block_seltd_room .show_all_detailscus
{
margin-top: 10px;
border:0px;
}
/*
@media (min-device-width : 100px) and (max-device-width :510px) {
.container-fluid.home_city > img {
width: 100%;
}
}
*/
@media (min-device-width : 100px) and (max-device-width :991px) {
.filter_block-cus_3 #checkout #result-wrapper #section6{
padding: 0 30px;
}
body #sync1 .item h1 {
line-height: 0px;
max-height: auto !important;
}
body #sync1 .item ,body #sync1 .item img {
height: auto;
}
#navbarCollapse .nav.navbar-nav.home_search_nav li a {
padding: 15px 3px;
}
body .view_filter {
min-height: auto;
}
body .container-fluid.home_city {
height: inherit;
}
body .container-fluid.home_city > img {
width: 100%;
}
body .thumbnail .category > p {
padding: 0 0px;
}
.modufy-search-cus_block1 div.input-group input {
font-size: 12px;
}
#age-1 #child-11 select.form_search ,#age-1 #child-12 select.form_search,#age-1 #child-13 select.form_search{
/* min-width: 140px;
position: relative;
right:15px; */
}
/*
.sear_cus .input-group {
width:100%;
} */
#age-1 #child-11 ,#age-1 #child-12,#age-1 #child-13 {
/* clear: both;
float: right; */
}
#latest-destinations .owl-item .item span.caption{
clear: both;
display: block;
}
#latest-destinations .owl-item .item img{
width:100%;
}
}
.footer_column ul li {
margin-bottom: 7px;
}
.show_all_details3 {
display: none;
}
.s_show_more3 {
display: inline-block;
font-size: 13px;
padding-top: 10px;
}
.show_all_details3 p {
color: hsl(0, 0%, 0%);
font-family: roboto;
font-weight: 500;
padding-top: 5px;
}
.show_all_details3 div {
float: left;
font-size: 13px;
padding: 0;
text-align: left;
}
.show_all_details3 {
background:#fff;
}
.hotelingslider .owl-pagination {
margin-top: 145px;
}
.show_all_details.showmorecus {
display: block;
}
.sltd_rooms_details_lis{
text-align: center;
}
.sltd_rooms_details_lis td{
padding:5px 0;
}
.sltd_rooms_details_lis .book_now_rooms.book_now p {
margin-bottom: 0;
}
.cntnt_block_seltd_room div.room_availability_block {
border: 0 solid hsl(0, 0%, 92%);
text-align: center;
}
.sltd_rooms_details_lis h2 {
margin-bottom: 6px;
margin-top: 0;
}
.filter_block-cus_3 .sltd_rooms_details_lis .room_faci {
margin-bottom: 0;
}
.sltd_rooms_details_lis td:nth-child(1),
.sltd_rooms_details_lis td:nth-child(2),
.sltd_rooms_details_lis td:nth-child(3)
{
overflow: hidden;
text-align: right;
}
.search_result_cus_blk_sltd_books {
background: hsl(0, 0%, 100%) none repeat scroll 0 0;
display: inline-block;
padding: 15px 0;
width: 100%;
}
.filter_block-cus_3 .sltd_rooms_details_lis .book_now > h2 {
font-size: 13px;
text-align: center;
}
p.notes_nor {
font-size: 11px;
text-align: center;
}
.room_faci {
font-family: lato;
}
.sltd_rooms_details_lis td:last-child ,.sltd_rooms_details_lis th:last-child {
border-right: 0px solid #eaeaea;
}
.s_show_morecus {
font-family: lato;
font-size: 13px;
}
table, th {
padding: 10px;
}
.sltd_rooms_details_lis th {
background: #F5F5F5;
color:#000;
/* font-family: roboto; */
font-weight: 500;
font-size: 12px;
text-align: center;
}
.facilities_f {
text-align: center;
}
.search_result .book_now_rooms.book_now h2 {
margin: 9px 0 10px;
}
.book_now_rooms.book_now {
border: 0 none;
padding: 0;
min-height: inherit;
}
.sltd_rooms_details_lis li {
margin-bottom: 10px;
}
html body {
line-height: 1;
}
td {
color: hsl(0, 0%, 8%);
font-size: 12px;
}
.sltd_rooms_details_lis td {
color:#606060;
font-size: 12px;
}
.sltd_rooms_details_lis ul li {
list-style: outside none none;
}
.sltd_rooms_details_lis ul {
padding: 0;
}
.table_rooms_list {
width: 100%;
}
.cntnt_block_seltd_room .bordrDiv {
//border: 1px solid #eaeaea;
//padding: 0;
//float:left
}
.slrm_availblty_li {
padding: 0;
}
.room_faci {
color: #606060 !important;
display: inline-block;
margin-bottom: 11px !important;;
}
.img_block_seltd_room {
background: #F5F5F5;
display: inline-block;
padding: 9px 0;
width: 100%;
border:1px solid #eaeaea;
}
.img_cus_sr img {
height: 150px;
width: 150px;
}
.table_rooms_list td img {
height: 110px;
padding: 10px;
width: 150px;
}
/*
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
table, thead, tbody, th, td, tr {
display: block;
}
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
tr { border: 1px solid #ccc; }
td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}
td:before {
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
td:nth-of-type(1):before { content: "Facilities"; }
td:nth-of-type(2):before { content: "Allowed Person"; }
td:nth-of-type(3):before { content: "Today Price"; }
td:nth-of-type(4):before { content: "Conditions"; }
td:nth-of-type(5):before { content: "No.Rooms"; }
} */
/* Smartphones (portrait and landscape) ----------- */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
.search_result .result_details .s_show_more{
width: 100%;
}
.filter_block-cus_3 .icons_set_cus .room_faci {
margin-bottom: 0;
}
.room_right_right_cus.btn_cus_reservation > span#total {
color: #236aa7;
font-size: 20px;
}
.search_result .room_faci i {
float: left;
margin-right: 7px;
margin-top: 7px;
}
.book_now ,.room_right_right_cus.btn_cus_reservation{
font-family:lato;
font-weight: 600;
}
.search_result .result_details .result_details_row .room_faci {
color: #67686c;
}
.search_result .icons_set_cus {
float: left;
font-family: lato;
font-weight: 600;
padding: 0;
}
.ofrs_cus_block_home{
display: inline-block;
float: right;
position: absolute;
text-align: right;
width: 100%;
}
.ofrs_cus_block_home span {
background-image: url("../img/special-offers_bg2.png");
background-repeat: no-repeat;
border-radius: 170%;
color: #fff;
display: inline-block;
float: right;
font-family: open sans;
font-weight: bold;
margin-left: -150px;
margin-top: -20px;
padding: 16px 9px;
position: absolute;
text-align: right;
}
#section4 .container-fluid.no_padding_l.no_padding_r.packages_list_block_cus_in_ex_clusion_details_block ,#section5.each_section.cus_price_validity .container-fluid.no_padding_l.no_padding_r{
margin-top: 15px;
}
.review-block.odd_review_block.booking_review_block.col-md-12.bk_dt_page_cus .rew_img-block > img {
height: 250px;
width: 250px;
}
.chk_in_details_block.chk_in_details_block_asd {
border: 0 none;
}
.bk_dt_page_cus .cus_block_2_chk {
margin-top: 0;
}
body .bk_dt_page_cus .cus_block_2_chk .day_and_night_cus_right {
margin-top: 0;
}
.bk_dt_page_cus .review_block_cus_cont.bk_details .chk_in_details_block {
margin-top: 5px;
}
.bk_dt_page_cus .food_plan_block.booking_details_page {
display: inline-block;
width: 100%;
}
.bk_dt_page_cus .food_plan_block.booking_details_page{
margin: 10px 0;
}
.print_icon_cus a {
color:#444;
}
.print_icon_cus {
display: inline-block;
float: right;
margin-right: 13px;
}
.booking_num_sec_cus p {
color: #000;
}
.bK_booking_details .review_block_cus_cont.bk_details {
border-bottom: 0px dotted #ccc;
}
.date_sec_bold_price.bk_num_cus {
font-size: 20px;
}
.bk_dtils_1 .name_review_block_cus_location {
margin-bottom: 5px;
}
.inline_cus_bk p {
margin: 0;
}
.inline_cus_bk.last_amount_dk {
float: right;
padding: 20px 0;
}
/*
.re_p_bk:nth-child(2) {
padding-left: 15%;
}
.re_p_bk {
display: inline-block;
}*/
.bk_dtils_1 {
padding: 0;
}
.date_sec_bold_price {
font-size: 25px;
font-weight: bold;
}
.bK_booking_details .review_block_cus_cont {
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
margin-top: 1px;
padding-bottom: 15px;
padding-top: 15px;
}
.bK_booking_details {
padding: 0;
}
.review_block_cus_cont.bk_details {
padding: 5px 0;
}
.inline_cus_bk .chkin_date_dk {
font-size: 12px;
}
.inline_cus_bk {
margin-bottom: 5px;
}
.review_block_cus_cont.bk_details p {
margin-bottom: 2px;
}
.date_sec span {
font-family: open sans;
font-size: 12px;
font-weight: 600;
}
.chkin_date_dk {
font-family: open sans;
font-weight: 600;
}
.book_details_cus_bk .review-block.odd_review_block.booking_review_block {
padding-left: 0;
padding-right: 0;
}
.book_details_cus_bk .booking_review_block h3 {
margin: 0;
}
.book_details_cus_bk .review-block.odd_review_block.booking_review_block {
border-bottom: 1px dashed #ccc;
margin-bottom: 25px;
padding-bottom: 25px;
}
.book_details_cus_bk .booking_review_block .rew_img-block > img {
border: 1px solid #ccc;
border-radius: 0;
height: auto;
padding: 4px;
width: 100%;
}
ul.noListStyle li {
display: inline-block;
vertical-align: top;
}
.Backdate ul li.lastLi {
border-radius: 0 0 3px 3px;
padding-bottom: 5px;
}
ul.noListStyle li {
display: inline-block;
vertical-align: top;
}
.Backdate ul {
border-radius: 0 0 5px 5px;
margin: 0;
}
.Backdate .day {
background-color: #999999;
border-radius: 3px 3px 0 0;
color: #ffffff;
display: block;
font-size: 11px;
font-weight: bold;
padding: 4px 0;
}
.chKInfro .blockChk {
display: inline-block;
margin-left: 20px;
text-align: center;
vertical-align: bottom;
width: 70px;
}
.chKInfro label {
color: #777777;
display: block;
float: left;
font-size: 14px;
margin-bottom: 5px;
}
.Backdate {
border: 1px solid #c3c4c4;
border-radius: 4px;
display: inline-block;
float: left;
text-align: center;
width: 68px;
}
.chkin_date_dk {
font-size: 13px;
}
.bk_det .fa.fa-hotel {
margin-right: 3px;
}
.bk_det .fa.fa-clock-o {
margin-right: 7px;
}
.bk_det .fa.fa-male,.bk_det .fa.fa-child{
margin-right: 9px;
}
.mdy_det a {
color: #000;
font-family: open sans;
text-decoration: none;
text-transform: uppercase;
}
.mdy_det {
background: #cccccc none repeat scroll 0 0;
text-align: center;
}
.bk_booking_num {
font-family: open sans;
font-size: 13px;
}
.bk_price > p {
background: #337ab7 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-family: open sans;
font-weight: lighter;
padding: 5px 15px;
}
.bk_det li:nth-child(2n+1) {
background: #ececec none repeat scroll 0 0;
}
.bk_det li {
border-bottom: 1px solid #ffffff;
}
.booking_details_cus {
background: #fff ;
border: 1px solid #e8e8e5;
display: inline-block;
width: 100%;
padding: 10px 0;
}
.bk_det ul {
padding: 0;
}
.booking_details_cus_block_1 > img {
width: 100%;
}
.bk_det ul li {
color: #3c3c3c;
display: inline-block;
font-family: open sans;
font-size: 16px;
list-style: outside none none;
padding: 4px;
width: 100%;
}
.bk_price {
clear: both;
color: #236aa7;
display: block;
font-family: open sans;
font-size: 19px;
font-weight: 600;
margin-top: 7px;
}
.img_block_cus_hot_deals {
padding: 0;
}
.img_block_cus_hot_deals img{
width:100%;
}
.container-fluid .owl-theme .owl-controls {
margin-top: -20px;
}
.g_clr,.col_p_remv{
background-color:#F5F5F5;
}
.remv_all_p .remv_p_div{
padding-left:0px;
background-color:#F5F5F5;
}
.remv_all_p {
background: #fff none repeat scroll 0 0;
display: inline-block;
width: 100%;
}
.view_main_wrapper.popup-gallery:before
{
content: "";
display: inline-block;
height: 180px;
margin: -180px 0 0;
}
#result-wrapper #section4:before,#result-wrapper #section5:before ,#result-wrapper #section6:before,#result-wrapper #section3:before,#result-wrapper #section1:before {
content: "";
display: inline-block;
height: 5px;
margin: -5px 0 0;
}
#result-wrapper #section2:before {
content: "";
display: inline-block;
height: 5px;
margin: -5px 0 0;
}
.rem_cus {
visibility: hidden;
}
.col-md-12.main_bl_cus_left_clmn.each_section.intro {
margin-top: 100px !important;
}
#sticky_navbar ul li.active a {
border-bottom: 3px solid #337ab7;
font-weight: inherit;
background-color:#FFDE00;
}
.show_all_details .room_faci{
float: left;
text-align: left;
}
.packages_book_now_btn:hover {
background:#FFDE00;
color: #000;
}
.packages_book_now_btn {
background: #2f2f2f none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #fff;
float: right;
font-family: open sans;
margin-bottom: 11px;
margin-top: 20px;
padding: 8px 20px;
text-transform: capitalize;
}
.book_now p{
display: inline-block;
}
#sync1 .item img {
width: 100%;
}
.pricing_table_cus th {
background: #cacaca;
}
.packages_list_block_cus_in_ex_clusion_details ul.list_cus_package_block1 {
padding: 10px;
}
#hot-deals .media-body p
{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 430px;
}
.r_panel > a:hover {
background: #ffcb4a none repeat scroll 0 0;
color: #000;
}
.r_panel > a {
background: #ffbb3a none repeat scroll 0 0;
border-radius: 4px;
color: #000;
float: right;
font-weight: 600;
padding: 9px 20px;
text-align: right;
text-decoration: none;
text-transform: uppercase;
}
/*Faq page start*/
.faq_content_cus {
line-height: 26px;
}
a:focus {
outline: medium none!important;
}
.faq_block .panel-default > .panel-heading:hover {
background-color: #ceedfc;
}
.faq_block .panel {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.faq_block .panel-title > a {
width: 100%;
}
.faq_block .panel-default > .panel-heading {
background-color: #fafafa;
}
/*Faq page end*/
/*review page start*/
.h_v_cus {
font-size: 12px;
margin-right: 10px;
}
.helpful_cus.pull-right a {
background: #f0f0f0 none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 4px;
color: #000;
display: inline-block;
margin-bottom: 4px;
margin-right: 15px;
padding: 5px 15px;
text-decoration: none;
}
.sub_comment_block .rew_img-block > img{
height: 80px;
width: 80px;
}
.sub_comment_block .review_block_cus_cont {
border-bottom: 0 dotted #ccc;
border-top: 0 dotted #ccc;
}
.sub_comment_block{
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #ececec;
border-radius: 7px;
margin-bottom: 10px;
padding: 10px;
}
.name_review_block_cus_location1_date.pull-right {
font-family: open sans;
font-size: 12px;
font-weight: 600;
}
.hotel_page_review_cus_block .review-block.odd_review-block {
background: #fff none repeat scroll 0 0;
border: 1px solid #ececec;
border-radius: 4px;
margin-top: 10px;
}
#guidelines_open_link {
color: #000;
display: inline-block;
padding-top: 40px;
text-decoration: none;
text-transform: capitalize;
}
#rev_policy_left .policy_icon {
color: #67a551;
display: inline-block;
font-size: 40px;
margin-top: 16px;
}
.search_options_cus {
background: #efefef none repeat scroll 0 0;
padding: 22px;
}
.search_options_cus {
margin-top: 15px;
text-align: left;
}
#rev_policy_right {
text-align: left;
}
.header_review_cus_block2.header_review_cus_block2_cus {
border-left: 10px solid #f5f5f5;
}
.review_list_score_count {
font-family: open sans;
}
.review_list_score_title {
font-family: open sans;
font-weight: bold;
}
.review_list_score {
background: #1578BD;
border-radius: 0px 20px 0px 20px;
color: #fff;
display: inline-block;
font-size: 40px;
font-weight: bolder;
height: 100px;
padding-top: 20px;
text-align: center;
vertical-align: middle;
width: 100px;
}
.header_review_cus_block2 {
text-align: center;
background: #fff none repeat scroll 0 0;
border: 1px solid #ececec;
border-radius: 4px;
margin-top: 10px;
padding: 10px 21px;
}
.book_now_btn.col-md-3 > a {
background: #FFBB3A;
border-radius: 4px;
color: #000;
font-family: open sans;
padding: 9px 32px;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
border: 1px solid #E0AC2B;
}
.header_review_cus_details_hotel .book_now_btn{
padding-top: 40px;
text-align: center;
}
.view_hotel_name_cus {
display: inline-block;
font-size: 25px;
margin-right: 20px;
}
.full_page_review_cus {
background: #f5f5f5 none repeat scroll 0 0;
}
.header_review_cus_img_hotel {
text-align: center;
}
.hotel_page_review_cus_block .header_review_cus div img {
border: 1px dotted #ccc;
border-radius: 170px;
height: 100px;
padding: 4px;
width: 100px;
}
.hotel_page_review_cus_block .header_review_cus_block {
background:#fff;
border: 1px solid #ececec;
border-radius: 4px;
padding: 10px;
}
.header_review_cus div img {
width: 100%;
}
.header_review_cus div {
padding: 0;
}
.header_review_cus_block {
padding: 0;
}
/*review page end*/
/*Profile page start*/
.account_info b {
font-weight: 600;
text-align: left;
}
.name_review_block_cus_location {
font-size: 12px;
margin-top: 5px;
}
.cus_btn_sec a:nth-child(2){
background: #bd0000 ;
border-radius: 3px;
color: #fff;
padding: 2px 10px;
text-decoration:none;
margin-right:10px;
}
.cus_btn_sec a:nth-child(1){
background: #787839 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
padding: 2px 10px;
text-decoration:none;
margin-right:10px;
}
.review_block_cus_cont {
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
margin-top: 18px;
padding-bottom: 15px;
padding-top: 15px;
}
.rating_section_cus {
background: #5e9849 none repeat scroll 0 0;
border-radius: 70px;
color: #fff;
margin-right: 15px;
padding: 5px;
}
.odd_review-block{
background: #ededed;
display: inline-block;
padding-top: 25px;
margin-bottom: 9px;
}
.even_review-block{
background: #e3e3e3;
display: inline-block;
padding-top: 25px;
}
.rew_img-block h3 {
font-size: 14px;
margin-bottom: 0px;
margin-top: 10px;
}
.rew_img-block {
text-align: center;
}
.rew_img-block > img {
border: 1px solid #ccc;
border-radius: 250px;
height: 100px;
padding: 4px;
width: 100px;
}
.review_block_header_img .pro_pic {
background: rgba(100%, 100%, 100%, 0.83) none repeat scroll 0 0;
}
.review_block_header_img .pro_name h1 {
text-transform: capitalize;
}
.review_block_header_img .navbar-inverse {
background-color: rgba(0%,0%,0%,0.82);
border-color: #080808;
}
.review_block_header_img #account-banner {
background: rgba(0%, 0%, 0%, 0.51) none repeat scroll 0 0;
}
.review_block_header_img {
background-attachment: scroll;
background-clip: border-box;
background-image:url("../img/city_nights__lights.jpg");
background-origin: padding-box;
background-position: 0 -342px;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
font-size: 14px;
font-weight: 600;
min-height: 150px;
width: 100%;
}
.page-wrapper_cus_review .form_comment-block.form_comment-block_cus_block > input {
background: #bfbfbf none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
padding: 9px 40px;
text-transform: uppercase;
}
.cus_edit_profile_block .form-group label {
font-weight: 600;
margin-left: 10px;
text-align: left;
}
.cus_edit_profile_block .wrapper-row .pro_padding {
font-weight: 500;
padding: 8px;
}
.page-wrapper_cus_review .form_comment-block {
background: transparent none repeat scroll 0 0;
border: 0 solid #dfdfdf;
}
.page-wrapper_cus_review .comments_block_message {
min-height: 38px;
}
.page-wrapper_cus_review .form_comment-block.form_comment-block_cus_block{
margin-top: 0;
}
.page-wrapper_cus_review .form_comment-block.form_comment-block_cus_block h2 {
font-size: 17px;
text-transform:capitalize;
}
/*Profile page end*/
/*about us page start*/
.panel-group_privacy-policy [aria-expanded="true"] i{
display: block;
}
.panel-group_privacy-policy .fa.fa-minus.pull-right {
display: none;
}
.panel-group_privacy-policy i {
padding: 15px 10px;
}
.panel-title > a {
display: inline-block;
font-family: domine;
padding: 15px 10px;
text-decoration: none;
}
.privacy_policy_block_cus {
margin-top: 6%;
}
.panel-group.panel-group_privacy-policy {
clear: both;
}
.social_icons_block > li:hover a {
color:#fff;
}
.social_icons_block > li:hover {
background: #1578bd none repeat scroll 0 0;
box-shadow: 0 3px 6px 4px #10488d inset;
color: #fff;
}
.map_iframe_cus {
margin-top: 6%;
padding: 0;
}
.social_icons_block a {
color: #000;
}
.social_icons_block > li {
background: #ccc none repeat scroll 0 0;
border-radius: 50px;
display: inline-block;
font-size: 20px;
height: 50px;
margin-right: 10px;
padding: 12px;
text-align: center;
width: 50px;
transition:all 0.4s ease;
}
.social_icons_block {
list-style: outside none none;
padding: 0;
}
.address_details_cus > li {
margin-bottom: 12px;
}
.address_details_cus {
font-family: domine;
list-style: outside none none;
padding: 0;
}
.address_p_block_cus {
font-family: roboto;
font-size: 15px;
line-height: 25px;
margin-top: 12px;
}
.contact_address_cus_page.col-md-6 > h1 {
font-family: domine;
font-size: 25px;
margin: 0;
}
.submit_btn_cus {
background: #00589d none repeat scroll 0 0;
border: 1px solid #1578bd;
color: #fff;
font-size: 15px;
text-transform: uppercase;
}
.form-group.submit_btn_cus_block {
padding: 0;
}
.contactus_comments_block {
border: 1px solid #ccc;
border-radius: 4px;
height: 150px;
padding: 10px;
width: 100%;
}
.contact_form_cus_page,.contact_address_cus_page {
margin-top: 7%;
}
.contact_form_cus_page input {
border-radius: 4px;
border: 1px solid #ccc;
height: 40px;
padding: 0 9px;
width: 100%;
}
.contact_form_cus_page {
clear: both;
}
.abt_list_page {
padding: 0;
}
.abt_list_page li {
font-family: domine;
line-height: 30px;
list-style: outside none none;
margin-bottom: 25px;
}
.img_title_abt3 {
font-family: domine;
font-size: 20px;
}
.div_block_abt_cus{
text-align:center;
}
.div_block_abt_cus img {
width: 55px;
}
.img_block_abt_block2 {
background: #f9f9f9 none repeat fixed 0 0;
margin: 6% 0;
padding: 4% 0;
}
.about_us_block h1::after {
border-bottom: 0.3rem solid;
content: "";
display: block;
left: 50%;
margin-left: -3rem;
margin-top: 1.2rem;
position: absolute;
width: 6rem;
color:#1578BD;
}
.abt_center_title_block2 h1 {
font-family: "Domine";
font-size: 3.6rem;
font-style: normal;
font-weight: normal;
margin: 0 1px 80px;
text-align: center;
text-transform: uppercase;
}
.panel-heading {
text-align: left;
}
.about_us_block h1 {
font-family: "Domine";
font-size: 3.6rem;
font-style: normal;
font-weight: normal;
text-transform: none;
margin:70px 1px;
}
.about_us_block h1 small,.abt_center_title_block2 h1 small{
font-size: 50%;
font-weight: normal;
display:block;
}
.img_block_abt p {
color: #fff;
font-size: 15px;
}
.img_block_abt .opac{
background-color: rgba(0%, 0%, 0%, 0.5);
padding:3%;
}
.img_title_abt {
color: #fff;
font-size: 45px;
font-weight: bold;
text-transform: uppercase;
}
.img_block_abt {
background-attachment: fixed;
background-image: url("../img/about-us_booking.jpg");
text-align: center;
}
h2.about_us_title {
font-family: open sans;
font-size: 40px;
margin-top: 25px;
padding-bottom: 10px;
text-align: center;
}
.about_us_block {
font-family: 'Roboto', sans-serif;
font-size: 15px;
text-align: center;
color:rgb(102,​ 114,​ 121);
}
/*about us page end*/
.col_p_remv {
padding: 0;
}
/*reservation right sidebar start*/
.main_bl_cus_left_clmn {
margin-bottom: 20px;
}
.col-md-12.room_right_right_cus.btn_cus_reservation {
margin: 0;
}
.search_result_cus_block7_right.col-md-3 {
padding: 0;
}
.each_section_cus.each_section_cus_7 {
margin: 0;
}
.search_result_cus_block7 {
background: #f5f5f5 none repeat scroll 0 0;
border-right: 10px solid #f5f5f5;
padding: 0;
}
.main_bl_cus_left_clmn {
background: #fff none repeat scroll 0 0;
}
/*reservation right sidebar end*/
.room_right_right_cus.btn_cus_reservation > button {
background: #2f2f2f none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #fff;
font-family: open sans;
margin-bottom: 11px;
padding: 10px 9px;
font-size: 11px;
text-transform: capitalize;
}
.room_right_right_cus.btn_cus_reservation {
text-align: center;
}
.room_right_right_cus {
background: #fff none repeat scroll 0 0;
/*border: 1px solid #eeeeee;*/
height: 100%;
margin-top: 20px;
padding-top: 15px;
}
.each_section_cus.each_section_cus_7 {
padding-left: 0;
text-align: center;
}
.main_bl_cus_left_clmn {
padding: 0;
}
.each_section.clr_cus_block_7 {
clear: both;
}
.reviews{
color: #505050;
}
.select_room_cus_12{
border-top:1px solid #eeeeee;
}
.result_details .result_details_row {
border-bottom: 0 solid #eeeeee;
min-height: 115px;
}
.result_details .offer-highlight-title_cus {
font-size: 15px;
font-weight: 600;
}
.result_details .special_offers_cus {
color: #fff;
font-size: 10px;
line-height: 5px;
padding-left: 0;
padding-top: 10px;
text-align: center;
text-transform: uppercase;
}
.result_details .special_offers_cus_block {
background: transparent url("../img/special-offers_bg2.png") no-repeat scroll 0 0;
font-family: open sans;
height: 45px;
position: absolute;
right: 0;
top: 0;
width: 45px;
z-index: 1;
}
.result_details .result_select_room_type {
margin-top:-5px ;
text-transform: capitalize;
}
.book_now.select_room_cus {
text-transform: capitalize;
}
.search_result .book_now.select_room_cus {
padding-bottom: 5px;
padding-top: 5px;
}
.book_now.select_room_cus h2{
font-size: 25px;
font-weight: 600;
margin-bottom: 8px;
margin-top: 8px;
}
.search_result.search_result_cus_block .reviews{
margin:0px;
}
.search_result.search_result_cus_block {
transition: all 1s ease 0s;
padding: 10px;
min-height: auto;
}
.search_result:hover {
background: #fffed5 none repeat scroll 0 0;
}
.search_filter_cus_hotels_title .pull-right > a {
display: none;
}
.travel_agent_login_cus_block.cus_234 .travel_agent_top:hover {
background: #1f66a3 none repeat scroll 0 0;
}
.travel_agent_login_cus_block.cus_234 .travel_agent_top {
background: #135a97 none repeat scroll 0 0;
border-radius: 4px;
display: inline-block;
margin-left: -20px;
margin-top: 10px;
padding: 11px 15px;
text-decoration: none !important;
}
.travel_agent_login_cus_block.cus_234 {
list-style: outside none none !important;
margin-top: 10px;
}
.dropbtn {
background-color: hsla(0, 0%, 0%, 0);
border: medium none;
border-radius: 4px;
color: hsl(0, 0%, 27%);
cursor: pointer;
font-family: roboto;
font-size: 13px;
font-weight: 500;
line-height: 2px;
padding: 0 16px;
text-transform: uppercase;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
background-color:#fff;
box-shadow: 0 0 0 0 hsla(0, 0%, 0%, 0.2);
display: none;
min-width: 204px;
padding-top: 22px;
position: absolute;
}
.dropdown-content a {
color: black;
display: inline-block;
padding: 6px 10px;
text-decoration: none;
width: 100px;
font-size: 12px;
}
.dropdown-content a:hover {background-color: #e8e8e8;color:#fff}
.dropdown-content:hover a {color:#fff}
.dropdown:hover .dropdown-content {
display: block;
}
.cus_nav_block .dropdown .btn {
margin-bottom: 0;
margin-top: 0;
padding: 0 12px;
}
.currency_block_cus_li{
border-left:1px solid #8c8c8c;
border-right:1px solid #8c8c8c;
margin-right: 13px;
}
.currency_block-cus {
-moz-appearance: none;
background: transparent url("http://localhost/booking/img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px;
border: 1px solid #ccc;
border-radius: 4px;
color: #000;
font-size: 14px;
height: 35px;
margin-top: 7px;
width: 100%;
padding: 0 15px;
}
.cus_nav_block .btn-primary:hover
{
color:#fff;
}
.travel_agent_login_cus_block .btn.btn-primary.navbar-btn.dropdown-toggle:hover,
#bs-example-navbar-collapse-1 .btn.btn-primary.navbar-btn.dropdown-toggle:hover
{
/* background: #1578BD;
border-color: #1578BD; */
color:#444;
}
.travel_agent_top {
color: #fff !important;
}
.travel_agent_login_cus_block .btn.btn-primary.navbar-btn.dropdown-toggle {
background: #505050;
border-color:#505050;
}
.travel_agent_login_cus_block {
margin-right: 10px;
}
.cus_nav_block .btn-primary {
background-color: hsla(0, 0%, 0%, 0);
border-color: hsla(0, 0%, 0%, 0);
color: #444;
font-family: roboto;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}
.footer_column > p {
color: #fff;
}
.newsletter_cus_2 .err {
background: transparent none repeat scroll 0 0;
}
.newsletter_cus_2 .form-group .err{
height: 32px!important;
}
/*Checkout Page Start*/
.flL {
font-size: 15px;
}
.hotel_place_cus {
display: block;
margin: 7px 0;
}
.user_title_cus.user_title_cus_2 {
background: #f1f1f1 none repeat scroll 0 0;
border-bottom: 0 none;
padding: 15px;
}
.login_continue_chk.b_chk_continue a {
display: inline-block;
margin-top: 22px;
}
.user_notes_cus {
font-style: italic;
margin: 25px 0;
padding-left: 18px;
}
.user_title_cus {
border-bottom: 1px solid #dcdcdc;
margin-right: 15px;
padding-bottom: 16px;
}
.content_checkout_2 .chk_in_details_block.mar_chk_b {
border-bottom: 0 none;
}
.section2_chk_cus_block {
font-size: 20px;
margin-left: 28px;
}
.content_checkout_2{
display:inline-block;
}
.clr_green_cus {
color: green;
font-size: 13px;
}
.form_block_cus7 label {
font-weight: 500;
padding: 0;
text-align: left;
}
.user_title_cus {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
margin-left: 18px;
text-align: left;
}
.chk_details_chk_b {
font-family: roboto;
padding: 0;
}
.number_of_travellers_cus {
font-family: roboto;
}
.form_block_cus7 {
background: #fdfdfd none repeat scroll 0 0;
border: 1px solid #d5d5d5;
margin-top: 10px;
}
.chk_in_details_block.mar_chk_b {
margin: 0;
}
.grand-total_cus_red {
color: #d83d05;
font-size: 20px;
font-weight: bold;
}
.grand-total_red {
color: #d83d05;
}
.number_of_travellers_cus.right_grand_total {
text-align: right;
}
.room_name_title_b_chk_sub_title {
display: block;
font-family: roboto;
font-size: 15px;
font-weight: 400;
}
.notes-chk {
font-size: 13px;
font-style: italic;
margin-left: 33px;
margin-top: 20px;
}
.login_deals_chk > a {
background: hsl(120, 43%, 56%) none repeat scroll 0 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
display: inline-block;
float: left;
padding: 12px 32px;
text-decoration: none;
}
.login_continue_chk > a{
display: inline-block;
font-family: roboto;
font-weight: 500;
background:#d83d05 none repeat scroll 0 0;
color: #fff;
padding: 12px 32px;
text-decoration: none;
}
.continue_as_guest_chk > a {
background: #676767 none repeat scroll 0 0;
color: #fff;
padding: 12px 32px;
text-decoration: none;
}
.footer-block_chk_block {
border-top: 1px solid #ccc;
margin-top: 50px;
padding: 35px 20px 20px;
}
.e-coup_cus {
font-size: 12px;
}
.food_plan_list.coupon-code-block {
padding: 10px;
}
.food_plan_list.coupon-code-block > input {
border: 1px solid #ccc;
padding: 10px;
width: 100%;
}
.date_cus_chk {
margin-left: 12px;
}
.travellers_count_cus_block .fa.fa-user {
margin-right: 10px;
}
.travellers_count_cus_block {
font-size: 15px;
margin-top: 2px;
}
.food_plan_block {
clear: both;
}
.room-chk_cus_block4 div {
font-size: 17px;
font-weight: bold;
padding: 12px 0;
text-align: center;
}
.room-chk_cus_block3 div {
height: 100%;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
.room-chk_cus_block2 div {
background: #f5f5f5 none repeat scroll 0 0;
padding: 15px 0;
text-align: center;
vertical-align: middle;
}
.room-chk_cus_block1 div {
/* background: #f0f0f0 none repeat scroll 0 0; */
padding: 9px 20px;
text-align: center;
text-transform: uppercase;
}
.login_continue_chk.b_chk_continue > a:hover {
background: #C82D20;
}
.food_plan_list ul {
margin: 20px 0;
padding: 0 30px;
}
.food_plan_list ul li {
display: inline-block;
margin-right: 30px;
}
.chk_food_plan {
background: #dedede none repeat scroll 0 0;
font-family: roboto;
font-size: 15px;
margin: 0px;
padding: 8px;
}
.e-coup_cus {
font-family: roboto;
font-size: 13px;
line-height: 16px;
}
.food_plan_list.coupon-code-block {
font-family: roboto;
font-size: 13px;
}
.room-chk_cus_block2 div,.room-chk_cus_block3 div,.room-chk_cus_block4 div,.notes-chk{
font-family: roboto;
}
.room-chk_cus_block1 div {
font-family: roboto;
font-size: 12px;
font-weight: 500;
}
.food_plan_block {
border: 1px solid #ccc;
margin: 10px;
}
.day_and_night_cus_right {
background: #e5e5e5 none repeat scroll 0 0;
margin-top: 0;
padding: 9px;
text-align: center;
}
.chk_block1_left {
float: right;
margin-bottom: 10px;
margin-right: 10px;
}
.cls1 {
margin-bottom: 10px;
}
.chk_in_details_block {
border-bottom: 1px dotted #ccc;
margin: 6px 0;
padding-bottom: 15px;
font-family: roboto;
}
.cls_cus {
background: #eaeaea none repeat scroll 0 0;
font-size: 15px;
padding: 10px;
margin:0px;
}
.cus_block_2_chk {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #ccc;
display: inline-block;
margin-top: 20px;
width: 100%;
font-family: roboto;
}
/* .day_and_night_cus_right {
margin-top: 15px;
}
.chk_in_details_block {
margin-top: 20px;
} */
.cls1 {
color: #2c2c2c;
display: block;
font-size: 14px;
text-transform: uppercase;
}
.check_content_start_cus_content_sec > span {
font-size: 14px;
}
.check_content_start_cus_content_sec h4 {
margin: 0;
}
.check_content_start_cus_content_sec {
margin-top: 18px;
}
.check_content_start_cus_img > img {
border: 1px solid #ccc;
margin: 18px 0px;
padding: 10px;
width: 100%;
}
.content_checkout {
border:1px solid #ccc;
}
input.change_booking_details_input {
background: #187996 none repeat scroll 0 0;
border: 0 none;
border-radius: 6px;
color: #fff;
font-family: open sans;
padding: 8px 20px;
}
.travellers_count_cus_block {
display: inline-block;
}
.content_checkout {
background: #fafafa none repeat scroll 0 0;
border-radius: 3px;
}
.hotel_place_cus {
font-family: roboto;
font-weight: 400;
}
.ytContainerFixed .btn.btn-primary.pull-right {
margin-top: -4px;
font-family: roboto;
font-size: 14px;
font-weight: 500;
}
.check_content_start_cus_content_sec h4 .star-rating {
margin-left: 10px;
}
.check_content_start_cus_content_sec h4{
font-family: roboto;
font-size: 16px;
font-weight: 500;
text-transform:uppercase;
}
.resutBack .inrCont,.travellers_count_cus_block {
color: #333;
display: inline-block;
font-family: roboto;
font-size: 14px;
font-weight: 500;
margin-right: 0px;
margin-top: 2px;
position: relative;
top: 2px;
vertical-align: middle;
width: auto;
}
.initialTrip.type_R i {
margin-right: 20px;
}
.resutBack {
display: inline-block;
background-color: #eaebeb;
border-bottom: 1px solid #d7d7d7;
border-top: 1px solid #fff;
padding: 10px 20px;
width: 100%;
}
.chk_title-cus {
font-size: 25px;
margin-bottom: 20px;
text-transform: uppercase;
}
/*Checkout Page End*/
.package_over_view_cus{
background-color:#fff;
}
.filter_block-cus_3 .container-fluid .scrollspy .cus_price_validity#section5 .container-fluid {
background: transparent;
border:0px;
}
.day_title_cus {
display: block;
}
.title_cus_package {
background: #cfcfcf none repeat scroll 0 0;
}
.valid_date_cus_hotel_list_page {
margin-top: 10px;
}
.pricing_table_cus th ,.pricing_table_cus td {
padding: 15px;
}
.pricing_table_cus ,.pricing_table_cus tr,.pricing_table_cus th,.pricing_table_cus td {
border: 1px solid #ccc;
}
.hotel_list_page_images_block img {
border: 1px solid #ccc;
padding: 9px;
}
.packages_list_block_cus_in_ex_clusion_details .title_cus_package {
padding: 10px 35px;
}
.list_cus_package_block1{
margin: 0;
padding: 0;
}
.list_cus_package_block1 li:nth-child(odd) {
background: #eeecec url("http://localhost/booking/img/pl_list_bullet.gif") no-repeat scroll 10px 12px;
padding: 10px 10px 10px 32px;
}
.list_cus_package_block1 li:nth-child(even) {
background: #e6e4e4 url("http://localhost/booking/img/pl_list_bullet.gif") no-repeat scroll 10px 12px;
padding: 10px 10px 10px 32px;
}
.list_cus_package_block1 li {
font-family: open sans;
list-style: outside none none;
}
.each_section .container-fluid.no_padding_l.no_padding_r.packages_list_block_cus_in_ex_clusion_details_block {
background: #fff none repeat scroll 0 0 ;
}
.packages_list_block_cus_in_ex_clusion_details_block{
background-color:#fff;
}
.title_cus_package {
margin: 0;
}
.search_options input#search.form-control,
.search_options input#valid_from.form-control,
.search_options input#valid_to.form-control
{
border-radius:4px;
}
.packegaes_list_block_cus #search_panel ,.packegaes_list_block_cus2 #search_panel{
height: 100%;
}
.p5r.hj_l {
margin-top: 20px;
}
.search_filter_cus_9 .block_head {
border-bottom: 1px solid hsl(0, 0%, 93%);
color: hsl(0, 0%, 47%);
display: block;
font-size: 13px;
font-weight: 600;
line-height: 25px;
margin-top: 15px;
}
.package_details_cus {
padding: 0;
}
.block_head,.search_filter_cus_9 {
clear: both;
}
.package_details_cus li {
font-family: roboto;
font-size: 13px;
list-style: outside none circle;
font-weight: 400;
margin-bottom: 8px;
}
.search_filter_cus_9 .checkbox ,
.search_filter_cus_9 .inp .checkbox ,
.search_filter_cus_hotels_block2 .checkbox {
font-family:roboto;
font-weight: 500;
color:#00;
}
.search_filter_cus_9 i,
.search_filter_cus_9 .inp i,
.search_filter_cus_hotels_block2 .inp i
{
font-weight: 500;
margin-right: 4px;
}
.search_filter_cus_9 .checkbox,
.packegaes_list_block_cus .search_filter_cus_9 .checkbox,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 .checkbox
{
display: inline-block;
cursor: pointer;
font-size: 12px;line-height:18px;
}
.search_filter_cus_9 input[type=checkbox] ,
.packegaes_list_block_cus .search_filter_cus_9 input[type=checkbox] ,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 input[type=checkbox]
{
display:none;
}
.search_filter_cus_9 .checkbox:before ,
.packegaes_list_block_cus .search_filter_cus_9 .checkbox:before ,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 .checkbox:before
{
border: 1px solid #ccc;
color: #f3f3f3;
content: "";
display: inline-block;
height: 14px;
text-align: center;
vertical-align: middle;
width: 14px;
}
.search_filter_cus_9 input[type=checkbox]:checked + .checkbox:before ,
.packegaes_list_block_cus .search_filter_cus_9 input[type=checkbox]:checked + .checkbox:before ,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 input[type=checkbox]:checked + .checkbox:before
{
content: "\2713";
line-height: 12px;
/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
font-size: 11px;
color: #000;
}
/*** custom checkboxes ***/
.search_filter_cus_9 input[type=checkbox],
.search_filter_cus_hotels_block2 input[type=checkbox],
.search_filter_cus_9 input[type=checkbox]
{
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
.search_filter_cus_hotels_block2 input[type=checkbox] + label.css-label,
.search_filter_cus_9 input[type=checkbox] + label.css-label
{
padding-left:26px;
height:15px;
display:inline-block;
line-height:12px;
background-repeat:no-repeat;
background-position:0 0;
font-size:14px;
vertical-align:middle;
cursor:pointer;
}
.search_filter_cus_hotels_block2 input[type=checkbox]:checked + label ,
.search_filter_cus_9 input[type=checkbox]:checked + label
{
background-position: 0 -15px
}
.search_filter_cus_9 label
.search_filter_cus_hotels_block2 {
background-image:url("../img/chk-box_img.png");
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*** custom checkboxes ***/
.span2.hotel_name_cus_input_box {
font-size: 12px;
padding: 6px 11px;
}
.hotel_name_cus_input_box{
border: 1px solid #ccc;
}
.search_filter .search_filter_cus_9 .block_head {
margin: 0;
}
.search_filter_cus_9,.search_filter_cus_10,.search_filter_cus_hotels_block1,.search_filter_cus_hotels_block2,.search_filter_cus_hotels_block3 ,.search_filter_cus_hotels_block4,.search_filter_cus_hotels_block5{
padding: 4px 20px 0px 20px;
}
.search_filter_cus_6,.search_filter_cus_hotels{
padding:0px;
}
.packegaes_list_block_cus .room_faci2 i{
color:#9a9a9a;
}
.packegaes_list_block_cus .reviews {
color: #505050;
font-family: open sans;
font-size: 13px;
margin: 0;
padding-top: 10px;
text-transform: capitalize;
}
.packegaes_list_block_cus .reviews{
margin:0px;
}
.packegaes_list_block_cus .search_result .book_now {
padding-bottom: 15px;
padding-top:15px;
}
.packegaes_list_block_cus .search_result {
min-height: 100%;
padding: 10px;
}
.packegaes_list_block_cus .book_now_cus .stars {
margin-top: 10px;
}
.packegaes_list_block_cus .book_now_cus .cus_hotel_name_title{
margin-bottom: 0 ;
}
.room_faci2 i,.room_faci2 p{
display:inline-block;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav a{
color:#505050;
}
.modify-btn:hover {
background: #606060 none repeat scroll 0 0;
}
.modify-btn {
text-decoration: none !important;
}
.filter_block-cus_3 .s_show_more {
font-size: 10px;
text-transform: uppercase;
}
.filter_block-cus_3 .room_left .label{
font-weight:lighter;
}
.nav > li > a:hover span, .nav > li > a:focus span{
color:#000;
}
#search-banner .nav > li > a:hover, #search-banner .nav > li > a:focus {
background-color: #FFDF01;
color:#000;
}
.filter_block-cus_3 #section6.each_section .form-control {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.hotel_info_row.row.no_margin_l.no_margin_r {
font-family: open sans;
font-size: 13px;
}
.view_hotel_name_cus{
text-transform:uppercase;
}
.footer_column_cus {
color: #fff;
text-align: center;
}
#footer .footer_list_cus_4 li{
padding-left: 0;
}
/*#footer .footer_list_cus_4 li {
color: #fff;
list-style: outside none circle ;
margin-left: 12px;
margin-bottom: 7px;
}*/
/* #footer .footer-row1,#footer .footer_column {
padding: 0;
} */
#footer .footer-row1 .social a:hover {
color: #002a67;
}
#footer .footer-row1 .social a {
color: #fff;
font-size: 30px;
}
#footer .newsletter_cus_3 .btn-primary {
background-color: #286090;
font-family: roboto;
font-weight: 500;
/*border:1px solid #204d74;*/
}
#footer .form-control::-moz-placeholder {
color: #fff;
}
.newsletter_cus_2 .form-control {
background: rgba(100%, 100%, 100%, 0.22) none repeat scroll 0 0;
border: 0 solid #fff;
border-radius: 0px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #fff;
font-family: roboto;
height: 33px;
font-size: 13px;
padding: 4px 13px;
}
#footer .newsletter_cus_3 .form-group .btn {
border-radius: 0;
}
#footer .newsletter_cus_3 {
padding: 0;
}
#footer .footer-row1 {
border-bottom: 1px solid #4087c4;
}
#footer .newsletter_cus_2{
padding:0px;
}
#footer .newsletter_cus .well {
background-color: transparent;
border: 0 solid #e3e3e3;
border-radius: 4px;
box-shadow: 0 0 0 transparent inset;
margin-bottom: 0;
min-height: 0;
/* padding: 0; */
}
body .footer-row1 {
margin-bottom: 18px;
}
body .copyright_p a{
text-transform: uppercase;
}
body .copyright_p ,body .copyright_p a{
font-family: roboto;
font-size: 13px;
font-weight: 500;
text-decoration: none;
color:#fff;
margin-bottom: 0;
}
body #copyright {
background-color: #236aa7;
border-top: 1px solid #337ab7;
min-height: 50px;
padding-top: 20px;
text-align: center;
font-family: open sans;
}
body .footer_label,body .footer_column ul li a {
color: #fff;
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
body #footer {
background-color: #337ab7;
border-top: 1px solid #e7e7e7;
min-height: 400px;
font-family: open sans;
padding-top: 35px;
}
.filter_block-cus_3 .book_now > h2 {
font-size: 20px;
}
.filter_block-cus_3 .room_faci {
color:#606060;
display: inline-block;
margin-bottom: 11px;
}
.filter_block-cus_3 .show_all_details.show_all_details_cus div {
color:#606060;
font-size: 20px;
}
.filter_block-cus_3 .show_all_details {
margin-top: -17px !important;
}
.filter_block-cus_3 .show_all_details p{
background: #fcfcfc none repeat scroll 0 0;
color: #1f1f1f;
padding: 10px 10px 10px 15px;
}
.filter_block-cus_3 .show_all_details {
margin-top: 0;
padding: 0;
}
.result_details_row_cus {
font-family: open sans;
text-transform: uppercase;
}
.scrollspy .search_result {
background: #fff none repeat scroll 0 0;
border: 1px solid #eeeeee;
border-radius: 2px;
display: flex;
height: auto;
margin-bottom: 0px;
padding: 10px;
}
#bs-example-navbar-collapse-1 .dropdown-menu {
font-family: open sans;
padding: 0;
}
.title_toll_free {
font-family: roboto;
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.travel_agent_top{
padding-bottom: 0px;
padding-top: 0px;
}
.img_travel_agent{
background: #337ab7 none repeat scroll 0 0;
border-radius: 25px;
margin-top: -10px;
padding: 4px;
}
/* .packegaes_list_block_cus .navbar.navbar-default.navbar-static-top {
padding: 20px 8px;
} */
.result_details_row h1:hover a{
color:#337AB7;
}
.result_details_row h1 a,.result_details hi {
font-family:open sans;
text-transform: uppercase;
text-decoration:none;
}
body
{
font-family:open sans;
}
.each_section{
text-align:justify;
}
#section5 > h1 ,
.each_section.cus_itinery_cus h1,
#section4 > h1,h1.each_section_cus{
background: #337ab7 none repeat scroll 0 0;
color: #fff;
padding-left: 13px;
}
.filter_block-cus_3 #section5 .container-fluid.no_padding_l.no_padding_r ,
.filter_block-cus_3 #section4 .container-fluid.no_padding_l.no_padding_r
{
border: 1px solid #e8e8e8;
padding: 0;
}
.filter_block-cus_3 .hotel_info_row.row.no_margin_l.no_margin_r:nth-child(odd) {
background-color: #ededed;
}
.filter_block-cus_3 .hotel_info_row.row.no_margin_l.no_margin_r:nth-child(even) {
background-color:#fff;
}
.filter_block-cus_3 .scrollspy {
padding: 0;
}
.filter_block-cus_3 .scrollspy #section5 .container-fluid{
background: #ccc none repeat scroll 0 0;
}
/*
.parent:nth-child(odd) {
background-color: green;
}
.parent:nth-child(even) {
background-color: red;
}
ul {
width:100px;
height: 100px;
display: block;
}*/
.filter_block-cus_3 .filter_room_cus_block .cus_label_room .view_label p {
color:#fff;
}
.filter_block-cus_3 .coontainer-fluid.search_block .clone_me select {
font-size: 12px;
}
.filter_block-cus_3 #form_search slect option:nth-child(1){
color:#000;
}
.filter_block-cus_3 .filter_room_cus_block .cus_label_room_block .view_label, .coontainer-fluid.search_block span.checkin_cus, .coontainer-fluid.search_block span.checkout_cus, .coontainer-fluid .view_label.cus_room_title_2{
color: #000 ;
}
.filter_block-cus_3 .filter_room_cus_block {
padding-bottom: 10px;
}
.filter_block-cus_3 .cus_room_title {
font-size: 9px;
}
.filter_block-cus_3 .view_label > p {
margin: 0;
}
body.filter_block-cus_3 .view_filter .search_block .view_label.cus_label_filter {
color: #fff;
}
.filter_block-cus_3 #result-wrapper .view_filter {
padding-top: 0;
}
.packegaes_list_block_cus .search_filter_cus_5 span,.packegaes_list_block_cus .search_filter_cus_5 span a,.search_filter_cus_hotels_title span a,.search_filter_cus_hotels_title span.sub{
color:#fff;
}
.filter_block-cus_3 .view_filter span.sub,.packegaes_list_block_cus .search_filter_cus_5,.search_filter_cus_hotels_title{
background: rgb(51, 122, 183) none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-family: open sans;
padding: 10px;
width: 100%;
}
.filter_block-cus_3 .cus_label_room_block {
padding-left: 0;
padding-right: 0;
}
.filter_block-cus_3 .cus_label_room_block {
padding-bottom: 10px;
}
.filter_block-cus_3 .filter_room_cus_block {
border: 1px solid #5198d5;
}
.filter_block-cus_3 .cus_demo_div .cus_label_room,.filter_room_cus_block .cus_label_room{
background: #5198d5 none repeat scroll 0 0;
color: #000 !important;
font-family: open sans;
padding: 5px 13px;
}
.filter_block-cus_3 .input-group-addon{
border-radius:0px;
}
.filter_block-cus_3 .form-control.pull-left.age_cus {
background: rgb(238, 238, 238) none repeat scroll 0 0;
border-radius: 2px;
height: 26px !important;
text-align: center;
width: 50px;
}
.filter_block-cus_3 #reg_mem_type option{
border-color:transparent;
}
.filter_block-cus_3 select.form_search {
border: 1px solid #ccc;
-webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
-moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
color: #000;
-webkit-border-radius: 5px;
border-radius:0px;
font-size: 14px;
width: 100%;
cursor: pointer;
background:transparent url("http://localhost/booking/img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px;
}
/*Custom CSS Start R */
.modufy_search_block_cus .form-group .form-control.age_cus {
background-color: rgb(238, 238, 238);
border-radius: 4px;
color: black;
height: 28px !important;
text-align: center;
width: 50px;
}
.offer-highlight-title_cus {
clear: both;
display: block;
font-size: 45px;
}
.special_offers_cus {
color: #fff;
font-size: 14px;
line-height: 24px;
padding-left: 0;
padding-top: 31px;
text-align: center;
text-transform: uppercase;
}
.offer-highlight-title_cus {
font-size:25px;
font-weight:600;
}
.special_offers_cus_block {
background: transparent url("../img/special-offers_bg.png") repeat scroll 0 0;
font-family: open sans;
height: 135px;
position: absolute;
right: 40px;
top: 100px;
margin-top:20px;
width: 135px;
z-index: 1;
}
.search_result_options{
clear:both;
}
#search_panel form {
background-color:#fff;
}
.modufy-search-cus_block1 .input-group-addon {
background-color: #fff;
}
#search_panel .modufy_search_block_cus #qty{
height: 20px;
}
#qty_up,#qty_down{
display:none;
}
.border_cus_right_search{
border-right:0px;
}
.modufy-search-cus_block3 .btn {
padding: 6px 20px;
border-radius: 0;
}
.modufy-search-cus_block1 .input-group-addon {
border-radius: 0;
padding: 0 11px ;
}
.modufy-search-cus_block1 div {
padding: 0;
}
.modufy-search-cus_block1 {
padding: 0;
}
.modufy-search-cus_block2 .form-control {
box-shadow: 0 0px 0px transparent inset;
padding:0px;
height: 20px;
}
.btn.pull-right.cancel_right_cus {
margin-left: 10px;
}
.modufy-search-cus_block2 {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #ececec;
margin-bottom: 0;
margin-top: 7px;
display: inline-block;
width: 100%;
padding:3px 0;
}
.modufy-search_form_cus .form-control.pull-left {
margin-right: 8px;
}
.modufy-search_form_cus .form_count_btn_up .fa.fa-sort-asc {
margin-left: -10px;
}
.modufy-search_form_cus .form_count_btn_up {
position: relative;
}
.modufy-search_form_cus .form-group {
margin-bottom: 2px;
}
#qty_up .fa.fa-sort-asc {
left: 0px;
position: absolute;
}
.spin_cus {
padding-top: 6px;
}
.modufy_search_block_cus .form_count_btn_down ,.modufy_search_block_cus .form_count_btn_up {
height: 8px;
position: relative;
top: 2px;
}
.modufy_search_block_cus .form_count_btn_down {
line-height: 15px;
}
.modufy_search_block_cus .form_count_btn_up,.modufy_search_block_cus .form_count_btn_down {
width: 10px;
}
.modufy-search-cus_block3 .btn.pull-right.cancel_right_cus ,
.modufy-search-cus_block3 .btn.btn-warning.pull-right
{
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.modufy-search-cus_block3 {
padding: 20px 0;
}
.form-control {
height: 34px;
}
#search_panel .modufy-search_form_cus input[type="text"] {
height: 32px;
}
#search_panel .modufy_search_block_cus label.rooms_cus_title {
margin-left: 22px;
color: hsl(0, 0%, 0%);
display: inline-block;
font-family: roboto;
font-size: 12px;
margin-right: 10px;
}
/*Custom CSS End R*/
.add_room .tax_block .form-control{
width: calc(25%);
}
.travel_block_cus .err {
border-color: #dedede;
border-style: solid;
border-width: 0 1px 1px;
clear: both;
margin: 0;
}
.text_center {
text-align: center;
}
#search{
font-weight: lighter;
}
.ui-menu-item:hover {
background: rgb(229,233,237);
color:#000;
}
.ui-menu-item a{
color:#000;
}
.ui-menu-item {
background: #fff none repeat scroll 0 0;
border-bottom: 1px dotted #ccc;
font-family: helvetica;
color:#000;
padding: 10px;
}
.ui-corner-all {
text-decoration: none !important;
}
@media(min-width:990px) and (max-width:2500px){
body .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
width:709px !important;
}
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
margin-top: -10px;
z-index: 2;
width:660px !important;
padding: 0;
}
.ui-menu-item {
list-style: outside none none;
padding-left: 10px;
}
[name="search_form"] .ui-helper-hidden-accessible{
display:none;
}
.new_thumbnail .caption p{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 220px;
margin-bottom:0px;
}
.form_comment-block.col-md-12 > input {
background: rgb(51, 122, 183) none repeat scroll 0 0;
border: medium none;
border-radius: 3px;
color: #fff;
padding: 8px 25px;
text-transform: uppercase;
}
.comments_submit{
background-color:#fafafa;
}
.comments_title {
margin: 0;
}
.comments_subtitle {
font-size: 15px;
font-weight: lighter;
}
.form_comment-block {
background: #ebebeb none repeat scroll 0 0;
border: 1px solid #dfdfdf;
border-radius: 4px;
margin-top: 20px;
padding: 20px;
}
.comments_block_message {
min-height:150px;
}
.block1_travel-agent:hover .fa.fa-lock
{
background-color:rgb(51,122,183);
color:#fff;
}
body h2.travel-agent_section_info_heading {
font-family: open sans;
font-size: 23px ;
margin-bottom: 30px;
}
.hight_text {
font-size: 13px;
font-weight: 600;
margin-top: 25px;
text-transform: uppercase;
}
.block1_travel-agent> p,.block1_travel-agent {
text-align: center;
font-family: 'Open Sans', sans-serif;
}
.travel_agent_block .fa.fa-lock {
background:#ffffff none repeat scroll 0 0;
border-radius: 40px;
font-size: 25px;
padding: 20px 24px;
}
.travel_agent_block {
background:#eeeeee none repeat scroll 0 0;
padding: 3% 1%;
}
.travel_block_cus .form-group p {
margin-top: 4%;
text-align: center;
font-size: 15px;
}
.travel-agent_section_info h2 {
font-size: 20px;
text-align: center;
text-transform: uppercase;
}
#agent_login_form {
padding: 5% 0;
}
.travel_block_cus input {
height: 40px ;
}
.travel_block_cus {
background: #f3f3f3 none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.45);
position: relative;
padding: 2% 4% 0;
z-index: 5;
}
.travel_block_cus > label {
text-align: center;
margin-bottom: 20px;
border-bottom: 1px dotted #ccc;
color: #000;
display: inline-block;
font-family: "Bree Serif",serif;
font-size: 22px;
font-weight: 600;
letter-spacing: 0.1rem;
line-height: 2.5rem;
padding: 10px 0;
text-transform: uppercase;
width: 100%;
}
/*.travel_block_wrapper{
background: transparent url("http://localhost/booking/img/search_bg2.jpg") repeat scroll 0px 0px;
}*/
.search_details .modify-btn {
text-transform:uppercase !important;
font-weight:600;
border:none
}
.ayurvedaPack .top_des
{
height: 126px;
}
.ayurvedaPack .top_des img {
width: 108px;
height: 124px;
}
.ayurvedaPack .top_des h5 {
margin-bottom: 6px;
margin-top: 5px;
}
.ayurvedaPack .top_des h4 {
margin-bottom: 2px;
}
.ayurvedaPack .top_des h6
{
margin: 0px;
}
.led-left
{
margin-left: 8px;
}
.changPack
{
float: left;
margin-left: -11px;
margin-top: -4px;
}
.outrAdu select.form_search {
-moz-appearance: none !important;
background: hsl(0, 0%, 100%) url("../img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px;
border: 1px solid hsl(0, 0%, 92%);
padding: 0 10px;
text-align: left;
width: 52px !important;
height: 27px !important;
margin-left: 5px;
margin-top: 5px;
}
.search_f_hr3.col-md-5.col-sm-12.outrAdu.outrAdu
{
padding: 0;
}
.cancel_l
{
cursor: pointer;
color: #C52B2B;
/* cursor: pointer; */
/* color: #337AB7; */
float: right;
margin-right: 25px !important;
font-size: 13px;
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
.bg-mod
{
background: #347ab7 !important;
color:#fff !important
}
.bg-close
{
color:#fff !important;
opacity:1;
}
.roomTypecolor
{
color: #fff;
}
.roomConColor
{
color: #fff;
text-align: initial;
}
.roomTypeouter
{
padding:3px 3px 10px;
font-size: 13px;
margin-top: 10px;
font-weight: bold;
}
.facilitiesOuter {
margin-top: 9px;
float: left;
width:100%;
}
.facilitiesOuter h4 {
font-size: 17px;
border-bottom: 1px solid #dfdfdf;
padding-left: 11px;
padding-bottom: 6px;
font-weight: bold;
color: #347ab7;
}
.facilitiesOuter .room_faci i.fa.fa-check {
color: #7fc58c;
}
.fontRoomDesc
{
font-size: 14px;
line-height: 23px;
}
.roomDetailOuter
{
position: absolute;
float: right;
margin-top:40px;
background: rgba(0, 0, 0, 0.5);
padding: 0px 0px 7px;
/* margin-left: -29px; */
right: 43px;
}
.service_l
{
cursor: pointer;
color: #1e8b22;
float: right;
margin-right: 12px;
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
.cancel_l1
{
cursor: pointer;
color: #C52B2B;
/* cursor: pointer; */
/* color: #337AB7; */
float: right;
margin-right: 9px !important;
font-size: 13px;
font-family:lato;
font-size: 13px;
font-weight: 400;
margin-top: 6px;
}
.logo_l1
{
height:60px;
}
.top-search-nav
{
margin-top: 65px !important;
}
.home_search_nav li a{
color: rgba(255,255,255, 1) !important;
font-weight:600 !important;
/*background: rgba(0,0,0, 0.45);*/
//background: #337ab7;
//border-color: #2e6da4;
//border-right: 1px solid #2e6da4;
//border-top: 1px solid #2e6da4;
font-size: 1.35rem;
transition: all 0.5s ease-in;
}
.menu_search li a{
color: rgba(255,255,255, 1) !important;
font-weight:600 !important;
/*background: rgba(0,0,0, 0.45);*/
background: #337ab7 !important;
border-color: #2e6da4;
border-right: 1px solid #2e6da4;
border-top: 1px solid #2e6da4;
font-size: 1.35rem;
transition: all 0.5s ease-in;
padding-top: 15px;
padding-bottom: 15px !important;
}
.home_search_nav li:first-child{
//border-left: 1px solid rgba(0,0,0, 1);
border-radius: 2px 0 0 0;
}
.home_search_nav li:last-child{
border-radius: 0 2px 0 0;
}
.home_search_nav li.active a{
// color: #000000 !important;
// background: #ffde00;
border-bottom: 3px solid #2196F3;
}
.menu_search li.active a{
color: #000000 !important;
background: #ffde00 !important;
border:none !important;
padding-bottom: 16px !important;
}
.navbar-nav > li > a {
padding-bottom: 10px;
}
.home_search_nav li:hover a{
//color: #000000 !important;
background:transparent;
//border-color: #ffde00;
}
.menu_search li:hover a
{
color: #000000 !important;
background: #ffde00 !important;
border-color: #ffde00;
}
.home_search_nav .nav_menu_ico{
width: 20px;
height: 20px;
margin-right: 5px;
display: block;
/*background: white;*/
float: left;
}
.home_search_nav .ico_hotel{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -10px -10px;
}
.home_search_nav .ico_resorts{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -40px -10px;
}
.home_search_nav .ico_ayurveda{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -70px -10px;
}
.home_search_nav .ico_yoga{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -95px -10px;
}
.home_search_nav .ico_holidays{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -130px -10px;
}
.home_search_nav .ico_stays{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -160px -10px;
}
.home_search_nav .ico_apartments{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -190px -10px;
}
.menu_search li:hover .ico_hotel{
background: url('../img/main_sprite.png') -10px -40px;
}
.menu_search li:hover .ico_resorts{
background: url('../img/main_sprite.png') -40px -40px;
}
.menu_search li:hover .ico_ayurveda{
background: url('../img/main_sprite.png') -70px -40px;
}
.menu_search li:hover .ico_yoga{
background: url('../img/main_sprite.png') -100px -40px;
}
.menu_search li:hover .ico_holidays{
background: url('../img/main_sprite.png') -130px -40px;
}
.menu_search li:hover .ico_stays{
background: url('../img/main_sprite.png') -160px -40px;
}
.menu_search li:hover .ico_apartments{
background: url('../img/main_sprite.png') -190px -40px;
} | css/custom_search.css | @import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Domine:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Cookie);
@import url(https://fonts.googleapis.com/css?family=Merienda+One);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic);
body{
font-family:lato !important;
}
@media (min-width:100px) and (max-width: 371px) {
body .col_r {
margin-bottom: 6px;
}
body .fs.ts.prh.rm_count {
padding: 0;
}
body .col_r .fs.ts {
width: 68px;
}
body .search_f_hr3 {
margin-left: -15px;
}
}
@media (min-width:100px) and (max-width: 505px) {
body .search_f_hr .fs.ts.prh .form_search {
clear: both;
float: left;
}
body .search_f_hr .fs.ts.prh {
float: left;
text-align: left;
width: 100%;
}
body #sandbox-container {
width: 100%;
}
}
@media (min-width: 370px) and (max-width: 690px) {
body .col_r {
margin-bottom: 0px;
}
body .fs.ts.prh.rm_count {
padding: 25px 0 !important;
}
body .col_r .fs.ts {
width:55px;
}
}
.search_f_hr {
margin-bottom: 15px;
}
@media(max-width: 992px)
{
.clr-both
{
clear:both;
}
#search-banner .navbar-collapse.navbar.no_padding_l.no_padding_r.no_border.collapse.search_pack-hotel{
display: inline-block;
margin: 0 19px;
}
}
@media(max-width:530px)
{
.width-check
{
width:100%;
}
.room_left
{
margin-left:8%;
}
.top-packk
{
margin-top:8px;
}
}
@media(max-width:380px)
{
.pad_p
{
padding:0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#sandbox-container.fs.prh {
padding: 1px;
}
}
.fs.ts.prh.rm_count {
padding: 25px 0;
}
.col_r {
display: inline-block;
margin-bottom: -15px;
}
.sltd_rooms_details_lis td,.sltd_rooms_details_lis tr th {
border-right:1px solid #eaeaea;
}
table.sltd_rooms_details_lis tr:nth-child(odd) {
}
table.sltd_rooms_details_lis tr:nth-child(even) {
background-color:#f5f5f5;
}
table.sltd_rooms_details_lis {
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #eaeaea;
}
table.sltd_rooms_details_lis tr {
/* border: 1px solid #ddd; */
padding: 5px;
}
table.sltd_rooms_details_lis th, table.sltd_rooms_details_lis td {
padding: 10px;
text-align: center;
}
table.sltd_rooms_details_lis th {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
font-weight: 700;
background: #FFF;
}
@media screen and (max-width: 600px) {
body .sltd_rooms_details_lis tr {
border:1px solid #e5e5e5;
}
body .cntnt_block_seltd_room div {
border: 0 solid #eaeaea;
//padding: 0;
}
.h_sear_b .book_now_rooms.book_now span
{
text-align:right !important;
}
.info.label.label-danger {
display: inline-block;
margin-top: 6px;
}
table.sltd_rooms_details_lis {
border: 0;
}
table.sltd_rooms_details_lis thead {
display: none;
}
table.sltd_rooms_details_lis tr {
margin-bottom: 10px;
display: block;
border-bottom: 1px solid #ddd;
}
table.sltd_rooms_details_lis td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
}
table.sltd_rooms_details_lis td:last-child {
border-bottom: 0;
}
table.sltd_rooms_details_lis td::before {
content: attr(data-label);
float: left;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
}
}
a#log_reserve {
color: #000000 !important;
/* padding-top: 31px; */
/* Font-weight: bold !important; */
text-decoration: underline !important;
/* font-size: 16px; */
background: #ffde00;
padding: 4px 8px 5px;
border-radius: 4px;
font-weight: 700;
}
.search_c_c.hotel_img_sc .pull-right {
margin-top: 26px !important;
}
#search-banner {
padding: 0px 0px !important;
color: #fff;
min-height: 248px !important;
font-size: 14px;
font-weight: 600;
background:none !important;
margin-bottom: 44px !important;
}
.color-sel
{
color: #696868;
}
.select-pack {
max-width: 100% !important;
height: 30px;
border-radius: 4px;
width: 100% !important;
font-family: lato;
}
.search_b_c_h_b
{
margin-top: 0px !important;
padding: 32px 30px 20px !important;
}
.back-none
{
background:none !important;
}
.search_pack-hotel
{
margin-left: 42%;
width: 50%;
}
.right-pad
{
margin-right: -42px;
margin-top: -17px;
}
.s_h_t {
margin-top: 0;
}
.sear_txct{
text-align:center;
}
.child_li_b_hb .room_label {
margin-left: -10px;
margin-top: 20px;
float: right;
}
.content_checkout.content_checkout_2{
width:100%;
}
@media (min-width:100px) and (max-width:328px){
body .fs select {
width: 35px;
}
}
@media (min-width:100px) and (max-width:390px){
body div .fs.ts.prh.res {
margin-right: -8px;
padding: 0 8px;
}
body div .child_li_b_h .fs select {
width: 35px;
}
body div .newrows_buh {
margin-left: 70px;
padding: 0;
}
}
@media (min-width:100px) and (max-width:599px){
body .fs.ts.prh.res {
margin-right: -8px;
padding: 0 17px ;
}
body .newrows_buh {
margin-left: 98px;
margin-top: -62px;
width: 69%;
}
body .sear_txct {
padding: 0;
}
}
@media (min-width:600px) and (max-width:767px){
body .fs.ts.prh.res{
margin-right: -48px;
padding: 0 51px;
}
}
@media (min-width:768px) and (max-width:991px){
body .fs.ts.prh.res {
margin-right: -27px;
padding: 0 9px;
}
}
@media (min-width:100px) and (max-width:991px){
body .fs.ts.prh.res select {
clear: both;
float: left;
}
}
@media (min-width:992px) and (max-width:1199px){
body .res {
margin-right: -9px;
padding: 0 47px;
}
}
@media (min-width:501px) and (max-width:767px){
body .prcp.prcp1 {
width: 60px;
}
body .clone_me.padding_h_5,body .clone_me.resviewr {
width: 85px;
}
}
@media (min-width:100px) and (max-width:480px){
.wrapper-row.htl_ppr_blk,.rew-b-h ,.res_h_d{
display: none;
}
}
.prcp.prcp1 {
padding: 0;
}
.chk_in_details_block.chk_in_details_block123.chk_in_details_block123asd {
background: #d5d5d5;
line-height: 22px;
padding: 5px 20px;
}
.cls1.pr_cs{
padding:0px;
margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body .modufy_search_block_cus select,body .modufy-search-cus_block2 select,body select#reg_mem_type,body .clone_me select,
.outrAdu select.form_search {
background-image:none !important;
background-color:#fff !important;
}
}
.day_and_night_cus_right.day_and_night_cus_right123{
margin-top: 0;
}
.chk_in_details_block.chk_in_details_block123 {
border-bottom: 0 dotted hsl(0, 0%, 80%);
font-family: roboto;
margin-top: 7px;
padding-bottom: 0;
}
.label_pmnt input.err{
position: relative;
top: 22px;
}
@media(min-width:1200px) and (max-width:3000px){
.label_pmnt label.err {
display: inline-block;
position: absolute;
top: 50px;
}
}
@media(min-width:100px) and (max-width:495px){
.label_pmnt .err {
font-size: 8px;
text-transform: capitalize;
}
.label_pmnt{
margin: 0;
padding: 0;
}
}
@media(min-width:100px) and (max-width:1199px){
.label_pmnt #confirm.err{
margin: -9px 0 0;
}
.label_pmnt .confirmcp {
margin-left: 15px;
margin-top: -15px;
}
body .form-group.label_pmnt #confirm ,#payment_form label{
float: left;
}
}
.Zebra_Pagination .current {
background: #337AB7;
border: 1px solid hsl(206, 55%, 44%);
color: hsl(0, 0%, 100%);
}
.Zebra_Pagination ul li a:hover,.Zebra_Pagination ul li a:hover i {
background:#337AB7;
color:#fff
}
.Zebra_Pagination ul li {
display: inline-block;
}
.Zebra_Pagination ul li a{
background: #fff;
border: 1px solid #DBDBDB;
margin-right: 5px;
padding: 8px 13px;
}
.Zebra_Pagination ul li a {
color:#444;
}
.Zebra_Pagination {
display: inline-block;
text-align: right;
width: 100%;
}
.res {
margin-right: -6px;
padding: 0 57px;
}
.child_li_b_h.newrows_bu {
border-bottom: 0px solid #45432D;
padding-bottom: 10px;
}
h6.ad_b {
font-family: roboto;
font-size: 16px;
text-transform: uppercase;
}
.adres_b {
font-family: roboto;
line-height: 25px;
margin-bottom: 12px;
}
/*search start*/
.newrows_buh{
display: inline-block;
margin-top: 15px;
}
.child_li_b_h.newrows_bu {
display: inline-block;
width: 100%;
}
.copyright ,.copyright a{
color: #fff;
margin: 0;
}
.content_search_copyright {
background: #000;
margin-top: 50px;
padding: 20px;
text-align: center;
}
@media(min-width:100px) and (max-width:640px){
/* .content_search_result_h .img_cus_sr {
width: 200px;
} */
}
@media(min-width:100px) and (max-width:991px){
.search_b_c_h_b.col-md-10.col-xs-12.col-md-offset-1.col-xs-offset-1
{
margin-left:0px;
margin-right:0px;
}
.right-pad {
margin-right:0px;
}
.content_search_result_h .remv_all_p {
background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
}
.search_f_hr3.col-md-5.col-sm-12.outrAdu
{
margin-top: 16px !important;
}
.content_search_result_h .search_result_cus_block7_right,.content_search_result_h .remv_p_div {
padding:0px;
}
.col_p_remv.reservationtt {
display: none;
}
body .prh {
padding: 0;
}
body .search_b_c_h_b {
padding: 10px;
}
body .search_c {
margin-top: 0;
}
}
.h_sear_b h1.each_section_cus {
font-size: 15px;
padding: 10px 20px;
}
.h_sear_b .book_now_rooms.book_now span {
clear: both;
display: inherit;
font-size: 13px;
font-weight: 600;
text-align:center;
}
.h_sear_b .room_rate {
font-size: 12px;
}
.col_t {
background: #337AB7;
color: hsl(0, 0%, 100%);
padding: 12px;
}
.r_blo_s {
padding-left: 0;
}
.right_col,.left_col {
background:#fff;
}
.h_sear_b{
background-color:#F5F5F5;
}
.child_li_b_h .fs select {
width: 50px;
}
.search_b_c_h_b {
text-align: left;
}
.fs select {
height: 30px;
width: 50px;
}
.ts{
text-align: left;
}
.fs input {
border: medium none;
border-radius: 3px;
font-size: 12px;
height: 30px;
padding-left: 10px;
width: 100%;
font-family: lato;
}
.fs label {
color: hsl(0, 0%, 100%);
float: left;
font-family: lato;
font-weight: 400;
}
.fs {
display: inline-block;
}
.search_b_c_h_b {
background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0 !important;
border-radius: 5px;
display: inline-block;
margin-bottom: 30px;
margin-top: 20px;
padding: 10px 30px;
}
h3.s_h_t ,.s_h_t_p{
color: #fff;
}
/* .search_c_c.hotel_img_sc {
background: rgba(250%,250%,250%,0.73);
border-radius: 100px;
display: inline-block;
padding: 14px;
} */
.search_c_c.hotel_img_sc > img {
padding:13px !important;
width: 125px;
margin-left: 54px;
}
.content_search_n {
padding: 0px 0;
text-align: center;
top: 0;
width: 100%;
}
.search_img_ni{
background: hsla(0, 0%, 0%, 0) url("../img/s1.jpg") no-repeat scroll center center / cover !important;
}
.search_img_n {
width: 100%;
}
/*search end*/
select#reg_mem_type,.sear_cus .clone_me select {
border-radius: 4px;
}
body .form-group.extra_fcus{
margin-top: 15px;
padding: 0;
text-align: left;
}
#payment_form[name="payment_form"] .form-group .err{
background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
}
.room-chk_cus_block2 [data-tooltip]::before {
font-size: 10px;
width: 120px;
}
.h_img {
font-weight: 500;
margin-bottom: 15px;
}
.form-group.clr_f div .btn.btn-primary {
float: none;
}
.form-group.clr_f div {
display: inline-block;
margin: 30px 0;
text-align: center;
}
.form-group.label_cus_f span {
font-size: 12px;
}
form#property_form .form-control {
box-shadow: 0 0 0 hsla(0, 0%, 0%, 0) inset;
color: #9c9c9c;
font-family: roboto;
}
.form-group.label_cus_f {
font-family: roboto;
font-size: 19px;
font-weight: lighter;
text-align: center;
text-transform: uppercase;
padding: 0 0 10px;
border-bottom:1px solid #dbdbdb;
color:#444
}
.clr_f {
clear: both;
}
form#property_form {
background: hsl(0, 0%, 100%) none repeat scroll 0 0;
border: 1px solid hsl(0, 0%, 87%);
border-radius: 4px;
padding: 25px;
}
.regi_prty_block p {
color: hsl(0, 0%, 100%);
font-size: 15px;
}
.regi_prty_block .opac {
background-color: hsla(0, 0%, 0%, 0.5);
padding: 3%;
}
.regi_prty_block {
background-attachment: fixed;
background-image: url("../img/regi_property_img.jpg");
text-align: center;
}
.book_now.select_room_cus h4 {
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
#new_rooms .demo_div .container-fluid.no_padding_l.no_padding_r div p{
text-align: center;
}
.login_deals_chk > a:hover{
background: #4EAF4E;
}
body .owl-theme .owl-controls .owl-prev::before ,body .owl-theme .owl-controls .owl-next::before{
top: 3px;
}
@media(min-width:100px) and (max-width:991px){
body .container-fluid .img_block_seltd_room .owl-theme .owl-controls {
margin-top: -4px;
}
body .container-fluid .owl-theme .owl-controls {
margin-top: 36px;
}
body #navbarCollapse .home_search_nav{
margin:0px;
}
body .sear_cus #search_hotels {
margin-top: 0px;
}
}
#bs-example-navbar-collapse-1 .cus_nav_block .dropdown-menu li{
width:100%;
}
.img5_cs_ico {
margin-bottom: 4px;
}
.Customer_satisfaction_heading {
margin-bottom: 4px;
}
.rew_content-block .name_review_block_cus {
text-transform: capitalize;
}
.room-chk_cus_block4.chk_cus_block_tax.row div {
font-size: 16px;
font-weight: 400;
}
.print_icon_cus a i:hover {
background: #444;
}
.print_icon_cus a i {
background:#747474;
border-radius: 3px;
color: hsl(0, 0%, 100%);
padding: 6px 7px;
}
.rem_cus_m .img_blk{
border-radius:5px;
}
body.rem_cus_m .abt_cnt-h{
font-family: "Lato",​sans-serif;
font-size: 14px;
color :hsl(208,​ 70%,​ 20%);
line-height :23.1px;
vertical-align: baselin;
}
.rem_cus_m .owl_slider_title.mr_h_t {
border-bottom: 0 solid hsl(0, 0%, 87%);
color: hsl(0, 0%, 33%);
margin-bottom: 3px;
padding-bottom: 7px;
}
.rem_cus_m .owl_slider_title.why_tit {
margin-top: 0;
}
.rem_cus_m #search-banner {
margin-bottom: 0;
}
.rem_cus_m .wrapper-row.htl_ppr_blk {
background: hsl(0, 0%, 100%) none repeat scroll 0 0;
padding: 50px 0 0;
}
.rem_cus_m .ul_list-h li {
border-bottom: 1px dashed hsl(0, 0%, 74%);
clear: both;
display: inline-block;
margin-bottom: 3px;
padding-bottom: 1px;
padding-top: 1px;
width: 100%;
}
body .newsletter_cus_2 .err[for="news_email"]:nth-child(2) {
background: #fff;
}
.owl_slider_title.ul_ttl {
display: inline-block;
}
body .strng strong {
line-height: 15px;
}
.sear_cus .date_alert {
font-family: roboto;
font-size: 10px;
margin-top: 9px;
padding: 0 30px;
}
#search-banner .container{
padding:15px;
}
.abt_cnt-h img {
float: right;
margin-bottom: 10px;
margin-left: 15px;
border-radius: 3px;
}
.row.wrapper-row.wrp {
padding-bottom: 0;
}
.row.wrapper-row.wrp1 {
padding-top: 0;
}
#bs-example-navbar-collapse-1 .nav > li > a:hover,#bs-example-navbar-collapse-1 .nav > li > a:focus {
background-color:transparent;
}
/*tool tips end*/
/* color: hsl(185, 8%, 29%);
display: inline-block;
font-family: "Lora";
font-size: 15px;
font-style: italic;
line-height: 26px;
text-align: justify; */
body .abt_cnt-h {
font-family: "open sans";
font-size: 13px;
line-height: 25px;
text-align: justify;
}
.img5_cs_ico {
display: inline-block;
float: left;
margin-right: 10px;
}
.ul_list-h li div {
margin: 0;
padding: 0;
}
.Customer_satisfaction_heading > span {
font-family: roboto;
font-size: 14px;
font-weight: 400;
}
.Customer_satisfaction_heading strong {
color: hsl(0, 0%, 30%);
font-family: roboto;
font-size: 14px;
font-weight: 500;
line-height: 40px;
}
.ul_list-h li {
border-bottom: 1px dashed hsl(0, 0%, 74%);
clear: both;
display: inline-block;
margin-bottom: 6px;
padding-bottom: 2px;
width: 100%;
}
.ul_list-h {
list-style: outside none none;
padding: 0;
}
/**
* Tooltip Styles
*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
position: absolute;
bottom: 100%;
margin-bottom: 5px;
margin-left: -20px;
padding: 7px;
width:170px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 11px;
line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
position: absolute;
display:none;
bottom: 10%;
left: 1110%;
margin-left: -5px;
width:100%;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.sltd_rooms_details_lis th[title]:hover:after {
border: 1px solid #fc0;
padding: 3px 6px;
background: #fffea1;
content: attr(data-title);
position: absolute;
right: -40px;
top: -26px;
}
.succes_msg > a {
display: inline-block;
margin: 14px;
text-transform: uppercase;
}
.succes_msg > p {
background: hsl(126, 55%, 86%) none repeat scroll 0 0;
border: 1px solid hsl(126, 23%, 67%);
border-radius: 4px;
padding: 17px;
text-transform: uppercase;
}
body {
background: #fff;
}
.room-chk_cus_block1 {
padding: 0;
}
.room-chk_cus_block1 .chk_t {
padding-left: 0 ;
padding-right: 0 ;
}
.chk_t .room-chk_cus_block4 > td {
color: hsl(359, 81%, 39%);
font-size: 16px;
font-weight: bold;
}
.chk_t table thead {
background: #ececec;
}
.chk_t table th{
font-family: roboto;
}
.chk_t table {
border: 1px solid #ccc;
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}
.chk_t table tr {
border: 1px solid #ddd;
padding: 5px;
}
.chk_t table th, .chk_t table td {
padding: 10px;
text-align: center;
}
.chk_t table th {
text-transform: uppercase;
letter-spacing: 1px;
}
@media screen and (max-width:960px) {
.room-chk_cus_block3 td:nth-child(1) ,
.room-chk_cus_block43 td:nth-child(2) ,
.room-chk_cus_block3 td:nth-child(3) ,
.room-chk_cus_block3 td:nth-child(4) ,
.room-chk_cus_block4 td:nth-child(1) ,
.room-chk_cus_block4 td:nth-child(2) ,
.room-chk_cus_block4 td:nth-child(3) ,
.room-chk_cus_block4 td:nth-child(4)
{
display: none;
}
.chk_t table {
border: 0;
}
.chk_t table thead {
display: none;
}
.chk_t table tr {
margin-bottom: 10px;
display: block;
border-bottom: 2px solid #ddd;
}
.chk_t table td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
}
.chk_t table td:last-child {
border-bottom: 0;
}
.chk_t table td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}
@media(min-width:100px) and (max-width:960px){
.room-chk_cus_block2,.room-chk_cus_block3,.room-chk_cus_block4 {
display: inline-block;
width: 100%;
}
}
.terms_c_li {
line-height: 37px;
list-style: outside none none;
padding: 0;
}
.prvcy h4 {
text-transform: uppercase;
}
.container_p {
margin-bottom: 50px;
}
.prvcy {
text-align: justify;
}
.map_iframe_cus .container div {
margin-bottom: 20px;
}
.social_icons_block {
margin-top: 30px;
}
.contact_form_cus_page input{
font-family: roboto;
}
.social_icons_block li a i {
line-height: 30px;
}
.container {
padding: 0 50px;
}
.more {
overflow: hidden;
height: 90px;
}
.btn {
cursor: pointer;
}
.btn2 {
cursor: pointer;
}
.btn_text {
margin-bottom: -10px;
}
.user_title_cus.user_title_cus_2 ,.user_title_cus,.form_block_cus7 label,.form_block_cus7 div{
font-family: roboto;
}
.room_name_title_b_chk h4 {
font-family: roboto;
text-transform: uppercase;
}
.section2_chk_cus_block {
font-family: roboto;
font-size: 18px;
font-weight: 400;
}
.login_continue_chk > a {
border-radius: 3px;
}
.date,.time {
font-size: 11px;
}
.content_checkout.content_checkout_2,.content_checkout{
margin-bottom: 30px;
padding-bottom: 20px;
}
.food_plan_block .room-chk_cus_block4.row {
clear: both;
}
.sidebar_sub a:hover {
background: #286090;
}
.sidebar_sub a {
background: hsl(208, 56%, 46%) none repeat scroll 0 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
font-family: roboto;
font-size: 14px;
padding: 7px 22px;
display: inline-block;
}
.p7r.hj_l {
margin-top: 20px;
}
.exc_tax {
margin-top: 10px;
}
#bs-example-navbar-collapse-1 .btn-default:hover,#bs-example-navbar-collapse-1 .btn-default:focus, #bs-example-navbar-collapse-1 .btn-default.focus, #bs-example-navbar-collapse-1 .btn-default:active,#bs-example-navbar-collapse-1 .btn-default.active,#bs-example-navbar-collapse-1 .open > .dropdown-toggle.btn-default {
background-color: hsl(0, 0%, 100%);
border-color: hsla(0, 0%, 0%, 0);
color: hsl(0, 0%, 20%);
}
#bs-example-navbar-collapse-1 .dropdown .btn-default {
background-color: hsl(0, 0%, 100%);
border-color: hsla(0, 0%, 0%, 0);
color: hsl(0, 0%, 20%);
font-family: roboto;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
#search_panel .modufy_search_block_cus.res7 label.rooms_cus_title {
margin-left: 14px;
}
.navbar-nav .open .dropdown-menu {
position: absolute;
}
.modufy-search-cus_block2 .clone_me .form_search {
font-size: 12px;
}
.modufy_search_block_cus.prr {
padding: 0;
}
body #bs-example-navbar-collapse-1 .dropdown-menu .sign_in {
width: 100%;
}
body #bs-example-navbar-collapse-1 .dropdown-menu {
background-clip: padding-box;
background-color:#fff;
border: 0 solid hsla(0, 0%, 0%, 0.15);
border-radius: 0;
box-shadow: 0 0 0 hsla(0, 0%, 0%, 0.176);
padding-top: 16px ;
}
#search-banner .navbar-toggle {
display: none;
}
@media (min-width:100px) and (max-width:768px){
#search-banner #navbarCollapse .nav.navbar-nav.home_search_nav li a {
padding: 7px 5px;
}
nav.navbar #navbarCollapse .home_search_nav li a span {
display: none;
}
body #search-banner .nav.navbar-nav.home_search_nav li {
display: inline-block;
padding: 0 ;
position: relative;
}
#search-banner .nav.navbar-nav.home_search_nav{
margin: 0 1px ;
}
#search-banner .navbar-collapse.navbar.no_padding_l.no_padding_r.no_margin.no_border.collapse {
display: inline-block;
margin: 0 19px ;
}
}
.p7r{
padding:0px;
}
#hidden-search {
font-size: 12px;
}
.modufy_search_block_cus.ch_b {
margin-right: 40px;
}
.search_filter.search_filter_cus_6 .view_label.cus_room_title_2 {
display: inline-block;
font-size: 11px;
margin-bottom: 8px;
}
.modufy-search-cus_block2 div div {
margin-right: 10px;
}
select#reg_mem_type {
}
.modufy_search_block_cus select,.modufy-search-cus_block2 select,select#reg_mem_type,.clone_me select {
-moz-appearance: none !important;
background: hsl(0, 0%, 100%) url("http://localhost/booking/img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px!important;
border: 1px solid hsl(0, 0%, 92%) !important;
padding: 0 10px !important;
text-align: left !important;
width: 70px !important;
height: 27px !important;
}
h3.srm_title {
font-family:lato;
font-size: 17px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 11px !important;
margin-top: 2px !important
}
.left-r
{
float: left;
margin-left: 9px;
}
.each_section p {
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav a {
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.select_room_cus .btn-primary {
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.search_result .book_now h2 .room_rate {
font-family: roboto;
}
.toper-tax
{
margin-top:12px;
}
.result_details_row p {
font-family: lato;
}
body .result_details_row h1 a, body .result_details hi {
font-family: roboto;
font-size: 14px;
font-weight: 500;
}
.search_result_options h1,.search_details .data,.navbar-nav.home_search_nav > li > a,a.modify-btn {
font-family: lato;
font-size: 13px;
font-weight: 500;
}
.roomDet
{
float: right;
margin-bottom: 12px;
margin-top: 0px !important;
margin-right: 2%;
cursor:pointer;
}
.cus_nav_block .btn:active,.cus_nav_block .btn.active {
background-image: none;
box-shadow: 0 0 0 hsla(0, 0%, 0%, 0.125) inset;
outline: 0 none;
}
.cus_nav_block .btn-primary:hover,.cus_nav_block .btn-primary:focus, .cus_nav_block .btn-primary.focus,.cus_nav_block .btn-primary:active,.cus_nav_block .btn-primary.active,.cus_nav_block .open > .dropdown-toggle.btn-primary {
background-color: hsla(0, 0%, 0%, 0);
border-color: hsla(0, 0%, 0%, 0);
color: hsl(0, 0%, 27%);
}
.apartc input{
background-image: url("../img/apartc.png");
}
.hmsty input{
background-image: url("../img/homsty.png");
}
.hloc input{
background-image: url("../img/holidayc.png");
}
.yogac input{
background-image: url("../img/yogacimg.png");
}
.resortc input{
background-image: url("../img/resortc.png");
}
.ayurveda_c input{
background-image: url("../img/sear_cus_ayur.png");
background-position: right center;
background-repeat: no-repeat;
}
.search_options .sear_cus .form-group.hotelc #hidden-search {
background-image: url("../img/hotel_search_blk.png");
}
.search_options .sear_cus .form-group #hidden-search {
background-position: right center;
background-repeat: no-repeat;
}
.navbar-collapse.in {
overflow-y: inherit;
}
.hlr .sear_cus #search_hotels {
margin-top: 0;
}
.new_thumbnail .thumbnail .caption h4 {
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
#bs-example-navbar-collapse-1{
margin-top:20px;
}
.title_toll_free {
margin-right: 20px;
}
#hot-deals .owl-wrapper .media-left .media-object {
border-radius: 3px;
}
.search_options .sear_cus .datepickr_ico
{
background-image: url("../img/cal_img_cs.png");
background-position: right center;
background-repeat: no-repeat;
}
.sear_cus #search_hotels {
font-family: roboto;
font-size: 13px;
font-weight: 500;
margin-top: -15px;
}
.htl_r #search-banner #rooms p {
text-align: right;
font-family: roboto;
font-size: 13px ;
font-weight: 500 ;
text-transform: uppercase ;
}
.htl_r #search-banner #rooms label {
font-family: roboto;
font-size: 12px;
font-weight: 500;
}
.sear_cus .input-group span input {
font-size: 11px;
}
#search-banner .search_options {
padding-top: 20px;
}
#search-banner .container h1
{
font-size: 30px;
font-family: roboto;
text-transform: uppercase;
}
#search-banner .container .home_search_nav li a
{
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.htl_r .owl-theme .owl-controls .owl-next::before,.htl_r .owl-theme .owl-controls .owl-prev::before {
top: auto;
}
.htl_r .media-body.offers_cus_block .location {
font-family: roboto;
}
.htl_r .media-body.offers_cus_block p {
font-family: roboto;
text-transform: capitalize;
}
.htl_r .media-body.offers_cus_block .media-heading {
font-family: roboto;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.htl_r .well.footer_column.gld {
padding: 0 15px;
}
.htl_r #hot-deals .owl-wrapper-outer .item .media:hover {
border: 1px dashed hsl(0, 0%, 87%);
padding-left: 5px;
}
.htl_r #hot-deals .owl-wrapper-outer .item .media {
border-bottom: 1px dashed hsl(0, 0%, 80%);
}
.htl_r .thumbnail .category p {
font-family: roboto;
font-size: 13px;
font-weight: 500;
max-width:110px;
}
.htl_r .new_thumbnail .caption h4 {
margin-bottom: 2px;
}
.htl_r .new_thumbnail .location {
font-family: roboto;
font-weight: 500;
padding-bottom: 7px;
padding-top: 7px;
text-transform: capitalize;
}
.htl_r .new_thumbnail h4 {
font-family: roboto;
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
}
.htl_r #footer .footer-row1 label.footer_label {
border-bottom: 1px dashed hsl(208, 62%, 58%);
padding-bottom: 10px;
}
.htl_r .home_reviews .media-object {
border-radius: 3px;
}
.htl_r .home_reviews .name {
text-transform: capitalize;
}
a{
text-decoration:none!important;
}
.yt {
padding-top: 7px;
text-transform: capitalize;
}
.htl_r .home_reviews h4 {
color: #444;
font-family: roboto;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.htl_r .home_reviews p {
margin: 0;
}
.htl_r .home_reviews {
border-bottom: 1px dashed hsl(0, 0%, 80%);
padding-bottom: 23px;
}
.htl_r .owl_slider_title span {
color: #444;
}
.htl_r .owl_slider_title.top_book_title{
margin-left:15px;
}
.htl_r .owl_slider_title {
color: hsl(0, 0%, 20%);
font-family: "Montserrat";
font-size: 20px;
text-transform: uppercase;
}
.htl_r .footer_list_cus_4 a {
text-decoration: none;
}
.htl_r .home_city {
position: relative;
}
.htl_r .home_city::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.htl_r .home_city:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.htl_r .home_city::before {
background: hsla(0, 0%, 0%, 0) linear-gradient(to right, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.3) 100%) repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: -75%;
position: absolute;
top: 0;
transform: skewX(-25deg);
width: 50%;
z-index: 2;
}
.htl_r .new_thumbnail:hover .category p {
background: hsl(208, 56%, 46%) none repeat scroll 0 0;
}
.htl_r .new_thumbnail:hover .location{
background:#1F85CC;
}
.img_blk > img {
border-radius: 4px;
}
.htl_r .home_city:hover img,.htl_r .new_thumbnail:hover .h_i img ,.htl_r #latest-destinations .owl-item .item a:hover img {
transform: scale(1.2);
}
.htl_r .home_city img,.htl_r .new_thumbnail .h_i img ,.htl_r #latest-destinations .owl-item .item a img,.img_blk img{
transition: all 0.3s linear 0s;
width: 100%;
}
.htl_r .home_city ,.htl_r .new_thumbnail .h_i ,.htl_r #latest-destinations .owl-item .item a
{
overflow: hidden;
}
.htl_r .home_city .label {
padding: 15px;
}
.htl_r .footer-row1 .footer_column p {
font-family: roboto;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}
.htl_r .best_del_cus, .best_del_cus1 {
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
/*
#search-banner .navbar-toggle{
background:#DDDDDD;
}
#search-banner .navbar-toggle.collapsed{
background:#0F75BC;
}
#search-banner .navbar-toggle .icon-bar{
color:#000;
}
*/
.nav.navbar-nav.navbar-right.cus_nav_block {
display: inline-block;
}
@media (min-width:100px) and (max-width:450px){
.col-md-1.col-xs-2.col-sm-1.fs.ts.prh.rm_count
{
padding-bottom: 10px !important;
}
.search_f_hr.col-md-12.col-xs-12
{
padding:0px !important
}
.search_b_c_h_b {
padding: 24px 15px 20px !important;
}
}
@media (min-width:100px) and (max-width:340px){
.navbar-header img {
width: 100%;
}
}
@media (min-width:991px) and (max-width:1199px){
body .search_filter_cus_9 .inp .checkbox,body .search_filter_cus_hotels_block2 .checkbox {
font-family: open sans;
font-weight: 500;
}
body .search_filter.search_filter_cus_hotels .search_filter_cus_hotels_block2.price_b_c .block .checkbox {
font-size: 10px;
}
body .search_filter .block .inp {
padding-right: 0;
}
}
.input-group-addon.border_cus_right_search{
border-right: 1px solid #ccc;
}
.modufy-search-cus_block3{
display: inline-block;
}
.ty {
font-family: roboto;
font-size: 19px;
margin-bottom: 15px;
text-transform: uppercase;
}
#result-wrapper #refine .search_result_options div.col-md-6:nth-child(2){
display:inline;
}
.block1_travel-agent {
line-height: 22px;
}
.panel-body.faq_content_cus {
text-align: justify;
}
@media (min-width:100px) and (max-width:480px){
.nav.navbar-nav.navbar-right.cus_nav_block {
text-align: center;
width: 100%;
}
body .title_toll_free.pull-right{
width: 100%;
}
}
@media (min-width:100px) and (max-width:510px){
body .title_toll_free {
margin-right: 0;
}
.search_f_hr3.col-md-5.col-sm-12.outrAdu
{
clear:both;
}
.changPack {
margin-left:2px !important;
}
.col-md-3.col-xs-2.fs.ts.prh
{
width:20%;
margin-top: -2px;
}
.outrAdu .col-md-1.col-xs-2.fs.ts.prh.rm_count
{
padding-top: 11px;
padding-bottom: 10px;
/* font-size: 28px; */
padding: 14px 20px 9px;
}
}
@media (min-width:100px) and (max-width:767px){
#room-2, #room-3, #room-4, #room-5
{
margin-left:0% !important;
padding: 0px 0px 10px !important;
border: none !important;
}
body .form-group.sfb {
margin-top: 10px;
}
body .title_toll_free {
margin: 10px;
}
#search-banner .nav.navbar-nav.home_search_nav li {
padding: 0 30px;
}
#search-banner .navbar-toggle {
background-color: hsl(0, 0%, 93%);
}
.navbar-toggle .icon-bar{background:#000;}
}
@media (min-width:100px) and (max-width:991px){
.img_cus_sr.col-md-9.col-sm-9.col-xs-12 {
width: 100% !important;
}
.img_cus_sr img {
width: 100% !important;
height: 190px !important;
}
.cntnt_block_seltd_room div.room_availability_block {
text-align: right !important;
}
.facilities_f {
text-align: right !important;
}
.hotelingslider .owl-pagination {
margin-top: 179px !important;
}
.search_b_c_h_b.col-md-10.col-xs-10.col-md-offset-1.col-xs-offset-1 {
padding: 32px 8px !important;
}
.paddngMob
{
padding: 12px 0px 11px !important;
}
.g_img img{
width:100%;
}
.roomDetailOuter {
bottom: 41px !important;
}
}
.img_abt_content3 {
line-height: 22px;
}
.about_us_block {
line-height: 25px;
}
.about_us_block > a {
color: hsl(0, 0%, 27%);
display: inline-block;
margin-top: 9px;
text-decoration: none;
text-transform: uppercase;
}
.nav.navbar-nav.navbar-right.cus_nav_block li {
display: inline-block;
}
.view_filter .coontainer-fluid.search_block .view_label {
display: inline-block;
margin-bottom: 10px;
}
#section6 .comment_row .each_comment.container-fluid {
margin-top: 10px;
}
.cntnt_block_seltd_room .s_show_morecus{
color:#337AB7;
}
.cntnt_block_seltd_room .show_all_detailscus div .room_faci {
font-size: 13px;
text-align: left;
}
.cntnt_block_seltd_room .show_all_detailscus div{
border:0px;
}
.cntnt_block_seltd_room .s_show_morecus, .cntnt_block_seltd_room .show_all_detailscus
{
margin-top: 10px;
border:0px;
}
/*
@media (min-device-width : 100px) and (max-device-width :510px) {
.container-fluid.home_city > img {
width: 100%;
}
}
*/
@media (min-device-width : 100px) and (max-device-width :991px) {
.filter_block-cus_3 #checkout #result-wrapper #section6{
padding: 0 30px;
}
body #sync1 .item h1 {
line-height: 0px;
max-height: auto !important;
}
body #sync1 .item ,body #sync1 .item img {
height: auto;
}
#navbarCollapse .nav.navbar-nav.home_search_nav li a {
padding: 15px 3px;
}
body .view_filter {
min-height: auto;
}
body .container-fluid.home_city {
height: inherit;
}
body .container-fluid.home_city > img {
width: 100%;
}
body .thumbnail .category > p {
padding: 0 0px;
}
.modufy-search-cus_block1 div.input-group input {
font-size: 12px;
}
#age-1 #child-11 select.form_search ,#age-1 #child-12 select.form_search,#age-1 #child-13 select.form_search{
/* min-width: 140px;
position: relative;
right:15px; */
}
/*
.sear_cus .input-group {
width:100%;
} */
#age-1 #child-11 ,#age-1 #child-12,#age-1 #child-13 {
/* clear: both;
float: right; */
}
#latest-destinations .owl-item .item span.caption{
clear: both;
display: block;
}
#latest-destinations .owl-item .item img{
width:100%;
}
}
.footer_column ul li {
margin-bottom: 7px;
}
.show_all_details3 {
display: none;
}
.s_show_more3 {
display: inline-block;
font-size: 13px;
padding-top: 10px;
}
.show_all_details3 p {
color: hsl(0, 0%, 0%);
font-family: roboto;
font-weight: 500;
padding-top: 5px;
}
.show_all_details3 div {
float: left;
font-size: 13px;
padding: 0;
text-align: left;
}
.show_all_details3 {
background:#fff;
}
.hotelingslider .owl-pagination {
margin-top: 145px;
}
.show_all_details.showmorecus {
display: block;
}
.sltd_rooms_details_lis{
text-align: center;
}
.sltd_rooms_details_lis td{
padding:5px 0;
}
.sltd_rooms_details_lis .book_now_rooms.book_now p {
margin-bottom: 0;
}
.cntnt_block_seltd_room div.room_availability_block {
border: 0 solid hsl(0, 0%, 92%);
text-align: center;
}
.sltd_rooms_details_lis h2 {
margin-bottom: 6px;
margin-top: 0;
}
.filter_block-cus_3 .sltd_rooms_details_lis .room_faci {
margin-bottom: 0;
}
.sltd_rooms_details_lis td:nth-child(1),
.sltd_rooms_details_lis td:nth-child(2),
.sltd_rooms_details_lis td:nth-child(3)
{
overflow: hidden;
text-align: right;
}
.search_result_cus_blk_sltd_books {
background: hsl(0, 0%, 100%) none repeat scroll 0 0;
display: inline-block;
padding: 15px 0;
width: 100%;
}
.filter_block-cus_3 .sltd_rooms_details_lis .book_now > h2 {
font-size: 13px;
text-align: center;
}
p.notes_nor {
font-size: 11px;
text-align: center;
}
.room_faci {
font-family: lato;
}
.sltd_rooms_details_lis td:last-child ,.sltd_rooms_details_lis th:last-child {
border-right: 0px solid #eaeaea;
}
.s_show_morecus {
font-family: lato;
font-size: 13px;
}
table, th {
padding: 10px;
}
.sltd_rooms_details_lis th {
background: #F5F5F5;
color:#000;
/* font-family: roboto; */
font-weight: 500;
font-size: 12px;
text-align: center;
}
.facilities_f {
text-align: center;
}
.search_result .book_now_rooms.book_now h2 {
margin: 9px 0 10px;
}
.book_now_rooms.book_now {
border: 0 none;
padding: 0;
min-height: inherit;
}
.sltd_rooms_details_lis li {
margin-bottom: 10px;
}
html body {
line-height: 1;
}
td {
color: hsl(0, 0%, 8%);
font-size: 12px;
}
.sltd_rooms_details_lis td {
color:#606060;
font-size: 12px;
}
.sltd_rooms_details_lis ul li {
list-style: outside none none;
}
.sltd_rooms_details_lis ul {
padding: 0;
}
.table_rooms_list {
width: 100%;
}
.cntnt_block_seltd_room .bordrDiv {
//border: 1px solid #eaeaea;
//padding: 0;
//float:left
}
.slrm_availblty_li {
padding: 0;
}
.room_faci {
color: #606060 !important;
display: inline-block;
margin-bottom: 11px !important;;
}
.img_block_seltd_room {
background: #F5F5F5;
display: inline-block;
padding: 9px 0;
width: 100%;
border:1px solid #eaeaea;
}
.img_cus_sr img {
height: 150px;
width: 150px;
}
.table_rooms_list td img {
height: 110px;
padding: 10px;
width: 150px;
}
/*
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
table, thead, tbody, th, td, tr {
display: block;
}
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
tr { border: 1px solid #ccc; }
td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}
td:before {
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
td:nth-of-type(1):before { content: "Facilities"; }
td:nth-of-type(2):before { content: "Allowed Person"; }
td:nth-of-type(3):before { content: "Today Price"; }
td:nth-of-type(4):before { content: "Conditions"; }
td:nth-of-type(5):before { content: "No.Rooms"; }
} */
/* Smartphones (portrait and landscape) ----------- */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
.search_result .result_details .s_show_more{
width: 100%;
}
.filter_block-cus_3 .icons_set_cus .room_faci {
margin-bottom: 0;
}
.room_right_right_cus.btn_cus_reservation > span#total {
color: #236aa7;
font-size: 20px;
}
.search_result .room_faci i {
float: left;
margin-right: 7px;
margin-top: 7px;
}
.book_now ,.room_right_right_cus.btn_cus_reservation{
font-family:lato;
font-weight: 600;
}
.search_result .result_details .result_details_row .room_faci {
color: #67686c;
}
.search_result .icons_set_cus {
float: left;
font-family: lato;
font-weight: 600;
padding: 0;
}
.ofrs_cus_block_home{
display: inline-block;
float: right;
position: absolute;
text-align: right;
width: 100%;
}
.ofrs_cus_block_home span {
background-image: url("../img/special-offers_bg2.png");
background-repeat: no-repeat;
border-radius: 170%;
color: #fff;
display: inline-block;
float: right;
font-family: open sans;
font-weight: bold;
margin-left: -150px;
margin-top: -20px;
padding: 16px 9px;
position: absolute;
text-align: right;
}
#section4 .container-fluid.no_padding_l.no_padding_r.packages_list_block_cus_in_ex_clusion_details_block ,#section5.each_section.cus_price_validity .container-fluid.no_padding_l.no_padding_r{
margin-top: 15px;
}
.review-block.odd_review_block.booking_review_block.col-md-12.bk_dt_page_cus .rew_img-block > img {
height: 250px;
width: 250px;
}
.chk_in_details_block.chk_in_details_block_asd {
border: 0 none;
}
.bk_dt_page_cus .cus_block_2_chk {
margin-top: 0;
}
body .bk_dt_page_cus .cus_block_2_chk .day_and_night_cus_right {
margin-top: 0;
}
.bk_dt_page_cus .review_block_cus_cont.bk_details .chk_in_details_block {
margin-top: 5px;
}
.bk_dt_page_cus .food_plan_block.booking_details_page {
display: inline-block;
width: 100%;
}
.bk_dt_page_cus .food_plan_block.booking_details_page{
margin: 10px 0;
}
.print_icon_cus a {
color:#444;
}
.print_icon_cus {
display: inline-block;
float: right;
margin-right: 13px;
}
.booking_num_sec_cus p {
color: #000;
}
.bK_booking_details .review_block_cus_cont.bk_details {
border-bottom: 0px dotted #ccc;
}
.date_sec_bold_price.bk_num_cus {
font-size: 20px;
}
.bk_dtils_1 .name_review_block_cus_location {
margin-bottom: 5px;
}
.inline_cus_bk p {
margin: 0;
}
.inline_cus_bk.last_amount_dk {
float: right;
padding: 20px 0;
}
/*
.re_p_bk:nth-child(2) {
padding-left: 15%;
}
.re_p_bk {
display: inline-block;
}*/
.bk_dtils_1 {
padding: 0;
}
.date_sec_bold_price {
font-size: 25px;
font-weight: bold;
}
.bK_booking_details .review_block_cus_cont {
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
margin-top: 1px;
padding-bottom: 15px;
padding-top: 15px;
}
.bK_booking_details {
padding: 0;
}
.review_block_cus_cont.bk_details {
padding: 5px 0;
}
.inline_cus_bk .chkin_date_dk {
font-size: 12px;
}
.inline_cus_bk {
margin-bottom: 5px;
}
.review_block_cus_cont.bk_details p {
margin-bottom: 2px;
}
.date_sec span {
font-family: open sans;
font-size: 12px;
font-weight: 600;
}
.chkin_date_dk {
font-family: open sans;
font-weight: 600;
}
.book_details_cus_bk .review-block.odd_review_block.booking_review_block {
padding-left: 0;
padding-right: 0;
}
.book_details_cus_bk .booking_review_block h3 {
margin: 0;
}
.book_details_cus_bk .review-block.odd_review_block.booking_review_block {
border-bottom: 1px dashed #ccc;
margin-bottom: 25px;
padding-bottom: 25px;
}
.book_details_cus_bk .booking_review_block .rew_img-block > img {
border: 1px solid #ccc;
border-radius: 0;
height: auto;
padding: 4px;
width: 100%;
}
ul.noListStyle li {
display: inline-block;
vertical-align: top;
}
.Backdate ul li.lastLi {
border-radius: 0 0 3px 3px;
padding-bottom: 5px;
}
ul.noListStyle li {
display: inline-block;
vertical-align: top;
}
.Backdate ul {
border-radius: 0 0 5px 5px;
margin: 0;
}
.Backdate .day {
background-color: #999999;
border-radius: 3px 3px 0 0;
color: #ffffff;
display: block;
font-size: 11px;
font-weight: bold;
padding: 4px 0;
}
.chKInfro .blockChk {
display: inline-block;
margin-left: 20px;
text-align: center;
vertical-align: bottom;
width: 70px;
}
.chKInfro label {
color: #777777;
display: block;
float: left;
font-size: 14px;
margin-bottom: 5px;
}
.Backdate {
border: 1px solid #c3c4c4;
border-radius: 4px;
display: inline-block;
float: left;
text-align: center;
width: 68px;
}
.chkin_date_dk {
font-size: 13px;
}
.bk_det .fa.fa-hotel {
margin-right: 3px;
}
.bk_det .fa.fa-clock-o {
margin-right: 7px;
}
.bk_det .fa.fa-male,.bk_det .fa.fa-child{
margin-right: 9px;
}
.mdy_det a {
color: #000;
font-family: open sans;
text-decoration: none;
text-transform: uppercase;
}
.mdy_det {
background: #cccccc none repeat scroll 0 0;
text-align: center;
}
.bk_booking_num {
font-family: open sans;
font-size: 13px;
}
.bk_price > p {
background: #337ab7 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-family: open sans;
font-weight: lighter;
padding: 5px 15px;
}
.bk_det li:nth-child(2n+1) {
background: #ececec none repeat scroll 0 0;
}
.bk_det li {
border-bottom: 1px solid #ffffff;
}
.booking_details_cus {
background: #fff ;
border: 1px solid #e8e8e5;
display: inline-block;
width: 100%;
padding: 10px 0;
}
.bk_det ul {
padding: 0;
}
.booking_details_cus_block_1 > img {
width: 100%;
}
.bk_det ul li {
color: #3c3c3c;
display: inline-block;
font-family: open sans;
font-size: 16px;
list-style: outside none none;
padding: 4px;
width: 100%;
}
.bk_price {
clear: both;
color: #236aa7;
display: block;
font-family: open sans;
font-size: 19px;
font-weight: 600;
margin-top: 7px;
}
.img_block_cus_hot_deals {
padding: 0;
}
.img_block_cus_hot_deals img{
width:100%;
}
.container-fluid .owl-theme .owl-controls {
margin-top: -20px;
}
.g_clr,.col_p_remv{
background-color:#F5F5F5;
}
.remv_all_p .remv_p_div{
padding-left:0px;
background-color:#F5F5F5;
}
.remv_all_p {
background: #fff none repeat scroll 0 0;
display: inline-block;
width: 100%;
}
.view_main_wrapper.popup-gallery:before
{
content: "";
display: inline-block;
height: 180px;
margin: -180px 0 0;
}
#result-wrapper #section4:before,#result-wrapper #section5:before ,#result-wrapper #section6:before,#result-wrapper #section3:before,#result-wrapper #section1:before {
content: "";
display: inline-block;
height: 5px;
margin: -5px 0 0;
}
#result-wrapper #section2:before {
content: "";
display: inline-block;
height: 5px;
margin: -5px 0 0;
}
.rem_cus {
visibility: hidden;
}
.col-md-12.main_bl_cus_left_clmn.each_section.intro {
margin-top: 100px !important;
}
#sticky_navbar ul li.active a {
border-bottom: 3px solid #337ab7;
font-weight: inherit;
background-color:#FFDE00;
}
.show_all_details .room_faci{
float: left;
text-align: left;
}
.packages_book_now_btn:hover {
background:#FFDE00;
color: #000;
}
.packages_book_now_btn {
background: #2f2f2f none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #fff;
float: right;
font-family: open sans;
margin-bottom: 11px;
margin-top: 20px;
padding: 8px 20px;
text-transform: capitalize;
}
.book_now p{
display: inline-block;
}
#sync1 .item img {
width: 100%;
}
.pricing_table_cus th {
background: #cacaca;
}
.packages_list_block_cus_in_ex_clusion_details ul.list_cus_package_block1 {
padding: 10px;
}
#hot-deals .media-body p
{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 430px;
}
.r_panel > a:hover {
background: #ffcb4a none repeat scroll 0 0;
color: #000;
}
.r_panel > a {
background: #ffbb3a none repeat scroll 0 0;
border-radius: 4px;
color: #000;
float: right;
font-weight: 600;
padding: 9px 20px;
text-align: right;
text-decoration: none;
text-transform: uppercase;
}
/*Faq page start*/
.faq_content_cus {
line-height: 26px;
}
a:focus {
outline: medium none!important;
}
.faq_block .panel-default > .panel-heading:hover {
background-color: #ceedfc;
}
.faq_block .panel {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.faq_block .panel-title > a {
width: 100%;
}
.faq_block .panel-default > .panel-heading {
background-color: #fafafa;
}
/*Faq page end*/
/*review page start*/
.h_v_cus {
font-size: 12px;
margin-right: 10px;
}
.helpful_cus.pull-right a {
background: #f0f0f0 none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 4px;
color: #000;
display: inline-block;
margin-bottom: 4px;
margin-right: 15px;
padding: 5px 15px;
text-decoration: none;
}
.sub_comment_block .rew_img-block > img{
height: 80px;
width: 80px;
}
.sub_comment_block .review_block_cus_cont {
border-bottom: 0 dotted #ccc;
border-top: 0 dotted #ccc;
}
.sub_comment_block{
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #ececec;
border-radius: 7px;
margin-bottom: 10px;
padding: 10px;
}
.name_review_block_cus_location1_date.pull-right {
font-family: open sans;
font-size: 12px;
font-weight: 600;
}
.hotel_page_review_cus_block .review-block.odd_review-block {
background: #fff none repeat scroll 0 0;
border: 1px solid #ececec;
border-radius: 4px;
margin-top: 10px;
}
#guidelines_open_link {
color: #000;
display: inline-block;
padding-top: 40px;
text-decoration: none;
text-transform: capitalize;
}
#rev_policy_left .policy_icon {
color: #67a551;
display: inline-block;
font-size: 40px;
margin-top: 16px;
}
.search_options_cus {
background: #efefef none repeat scroll 0 0;
padding: 22px;
}
.search_options_cus {
margin-top: 15px;
text-align: left;
}
#rev_policy_right {
text-align: left;
}
.header_review_cus_block2.header_review_cus_block2_cus {
border-left: 10px solid #f5f5f5;
}
.review_list_score_count {
font-family: open sans;
}
.review_list_score_title {
font-family: open sans;
font-weight: bold;
}
.review_list_score {
background: #1578BD;
border-radius: 0px 20px 0px 20px;
color: #fff;
display: inline-block;
font-size: 40px;
font-weight: bolder;
height: 100px;
padding-top: 20px;
text-align: center;
vertical-align: middle;
width: 100px;
}
.header_review_cus_block2 {
text-align: center;
background: #fff none repeat scroll 0 0;
border: 1px solid #ececec;
border-radius: 4px;
margin-top: 10px;
padding: 10px 21px;
}
.book_now_btn.col-md-3 > a {
background: #FFBB3A;
border-radius: 4px;
color: #000;
font-family: open sans;
padding: 9px 32px;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
border: 1px solid #E0AC2B;
}
.header_review_cus_details_hotel .book_now_btn{
padding-top: 40px;
text-align: center;
}
.view_hotel_name_cus {
display: inline-block;
font-size: 25px;
margin-right: 20px;
}
.full_page_review_cus {
background: #f5f5f5 none repeat scroll 0 0;
}
.header_review_cus_img_hotel {
text-align: center;
}
.hotel_page_review_cus_block .header_review_cus div img {
border: 1px dotted #ccc;
border-radius: 170px;
height: 100px;
padding: 4px;
width: 100px;
}
.hotel_page_review_cus_block .header_review_cus_block {
background:#fff;
border: 1px solid #ececec;
border-radius: 4px;
padding: 10px;
}
.header_review_cus div img {
width: 100%;
}
.header_review_cus div {
padding: 0;
}
.header_review_cus_block {
padding: 0;
}
/*review page end*/
/*Profile page start*/
.account_info b {
font-weight: 600;
text-align: left;
}
.name_review_block_cus_location {
font-size: 12px;
margin-top: 5px;
}
.cus_btn_sec a:nth-child(2){
background: #bd0000 ;
border-radius: 3px;
color: #fff;
padding: 2px 10px;
text-decoration:none;
margin-right:10px;
}
.cus_btn_sec a:nth-child(1){
background: #787839 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
padding: 2px 10px;
text-decoration:none;
margin-right:10px;
}
.review_block_cus_cont {
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
margin-top: 18px;
padding-bottom: 15px;
padding-top: 15px;
}
.rating_section_cus {
background: #5e9849 none repeat scroll 0 0;
border-radius: 70px;
color: #fff;
margin-right: 15px;
padding: 5px;
}
.odd_review-block{
background: #ededed;
display: inline-block;
padding-top: 25px;
margin-bottom: 9px;
}
.even_review-block{
background: #e3e3e3;
display: inline-block;
padding-top: 25px;
}
.rew_img-block h3 {
font-size: 14px;
margin-bottom: 0px;
margin-top: 10px;
}
.rew_img-block {
text-align: center;
}
.rew_img-block > img {
border: 1px solid #ccc;
border-radius: 250px;
height: 100px;
padding: 4px;
width: 100px;
}
.review_block_header_img .pro_pic {
background: rgba(100%, 100%, 100%, 0.83) none repeat scroll 0 0;
}
.review_block_header_img .pro_name h1 {
text-transform: capitalize;
}
.review_block_header_img .navbar-inverse {
background-color: rgba(0%,0%,0%,0.82);
border-color: #080808;
}
.review_block_header_img #account-banner {
background: rgba(0%, 0%, 0%, 0.51) none repeat scroll 0 0;
}
.review_block_header_img {
background-attachment: scroll;
background-clip: border-box;
background-image:url("../img/city_nights__lights.jpg");
background-origin: padding-box;
background-position: 0 -342px;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
font-size: 14px;
font-weight: 600;
min-height: 150px;
width: 100%;
}
.page-wrapper_cus_review .form_comment-block.form_comment-block_cus_block > input {
background: #bfbfbf none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
padding: 9px 40px;
text-transform: uppercase;
}
.cus_edit_profile_block .form-group label {
font-weight: 600;
margin-left: 10px;
text-align: left;
}
.cus_edit_profile_block .wrapper-row .pro_padding {
font-weight: 500;
padding: 8px;
}
.page-wrapper_cus_review .form_comment-block {
background: transparent none repeat scroll 0 0;
border: 0 solid #dfdfdf;
}
.page-wrapper_cus_review .comments_block_message {
min-height: 38px;
}
.page-wrapper_cus_review .form_comment-block.form_comment-block_cus_block{
margin-top: 0;
}
.page-wrapper_cus_review .form_comment-block.form_comment-block_cus_block h2 {
font-size: 17px;
text-transform:capitalize;
}
/*Profile page end*/
/*about us page start*/
.panel-group_privacy-policy [aria-expanded="true"] i{
display: block;
}
.panel-group_privacy-policy .fa.fa-minus.pull-right {
display: none;
}
.panel-group_privacy-policy i {
padding: 15px 10px;
}
.panel-title > a {
display: inline-block;
font-family: domine;
padding: 15px 10px;
text-decoration: none;
}
.privacy_policy_block_cus {
margin-top: 6%;
}
.panel-group.panel-group_privacy-policy {
clear: both;
}
.social_icons_block > li:hover a {
color:#fff;
}
.social_icons_block > li:hover {
background: #1578bd none repeat scroll 0 0;
box-shadow: 0 3px 6px 4px #10488d inset;
color: #fff;
}
.map_iframe_cus {
margin-top: 6%;
padding: 0;
}
.social_icons_block a {
color: #000;
}
.social_icons_block > li {
background: #ccc none repeat scroll 0 0;
border-radius: 50px;
display: inline-block;
font-size: 20px;
height: 50px;
margin-right: 10px;
padding: 12px;
text-align: center;
width: 50px;
transition:all 0.4s ease;
}
.social_icons_block {
list-style: outside none none;
padding: 0;
}
.address_details_cus > li {
margin-bottom: 12px;
}
.address_details_cus {
font-family: domine;
list-style: outside none none;
padding: 0;
}
.address_p_block_cus {
font-family: roboto;
font-size: 15px;
line-height: 25px;
margin-top: 12px;
}
.contact_address_cus_page.col-md-6 > h1 {
font-family: domine;
font-size: 25px;
margin: 0;
}
.submit_btn_cus {
background: #00589d none repeat scroll 0 0;
border: 1px solid #1578bd;
color: #fff;
font-size: 15px;
text-transform: uppercase;
}
.form-group.submit_btn_cus_block {
padding: 0;
}
.contactus_comments_block {
border: 1px solid #ccc;
border-radius: 4px;
height: 150px;
padding: 10px;
width: 100%;
}
.contact_form_cus_page,.contact_address_cus_page {
margin-top: 7%;
}
.contact_form_cus_page input {
border-radius: 4px;
border: 1px solid #ccc;
height: 40px;
padding: 0 9px;
width: 100%;
}
.contact_form_cus_page {
clear: both;
}
.abt_list_page {
padding: 0;
}
.abt_list_page li {
font-family: domine;
line-height: 30px;
list-style: outside none none;
margin-bottom: 25px;
}
.img_title_abt3 {
font-family: domine;
font-size: 20px;
}
.div_block_abt_cus{
text-align:center;
}
.div_block_abt_cus img {
width: 55px;
}
.img_block_abt_block2 {
background: #f9f9f9 none repeat fixed 0 0;
margin: 6% 0;
padding: 4% 0;
}
.about_us_block h1::after {
border-bottom: 0.3rem solid;
content: "";
display: block;
left: 50%;
margin-left: -3rem;
margin-top: 1.2rem;
position: absolute;
width: 6rem;
color:#1578BD;
}
.abt_center_title_block2 h1 {
font-family: "Domine";
font-size: 3.6rem;
font-style: normal;
font-weight: normal;
margin: 0 1px 80px;
text-align: center;
text-transform: uppercase;
}
.panel-heading {
text-align: left;
}
.about_us_block h1 {
font-family: "Domine";
font-size: 3.6rem;
font-style: normal;
font-weight: normal;
text-transform: none;
margin:70px 1px;
}
.about_us_block h1 small,.abt_center_title_block2 h1 small{
font-size: 50%;
font-weight: normal;
display:block;
}
.img_block_abt p {
color: #fff;
font-size: 15px;
}
.img_block_abt .opac{
background-color: rgba(0%, 0%, 0%, 0.5);
padding:3%;
}
.img_title_abt {
color: #fff;
font-size: 45px;
font-weight: bold;
text-transform: uppercase;
}
.img_block_abt {
background-attachment: fixed;
background-image: url("../img/about-us_booking.jpg");
text-align: center;
}
h2.about_us_title {
font-family: open sans;
font-size: 40px;
margin-top: 25px;
padding-bottom: 10px;
text-align: center;
}
.about_us_block {
font-family: 'Roboto', sans-serif;
font-size: 15px;
text-align: center;
color:rgb(102,​ 114,​ 121);
}
/*about us page end*/
.col_p_remv {
padding: 0;
}
/*reservation right sidebar start*/
.main_bl_cus_left_clmn {
margin-bottom: 20px;
}
.col-md-12.room_right_right_cus.btn_cus_reservation {
margin: 0;
}
.search_result_cus_block7_right.col-md-3 {
padding: 0;
}
.each_section_cus.each_section_cus_7 {
margin: 0;
}
.search_result_cus_block7 {
background: #f5f5f5 none repeat scroll 0 0;
border-right: 10px solid #f5f5f5;
padding: 0;
}
.main_bl_cus_left_clmn {
background: #fff none repeat scroll 0 0;
}
/*reservation right sidebar end*/
.room_right_right_cus.btn_cus_reservation > button {
background: #2f2f2f none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #fff;
font-family: open sans;
margin-bottom: 11px;
padding: 10px 9px;
font-size: 11px;
text-transform: capitalize;
}
.room_right_right_cus.btn_cus_reservation {
text-align: center;
}
.room_right_right_cus {
background: #fff none repeat scroll 0 0;
/*border: 1px solid #eeeeee;*/
height: 100%;
margin-top: 20px;
padding-top: 15px;
}
.each_section_cus.each_section_cus_7 {
padding-left: 0;
text-align: center;
}
.main_bl_cus_left_clmn {
padding: 0;
}
.each_section.clr_cus_block_7 {
clear: both;
}
.reviews{
color: #505050;
}
.select_room_cus_12{
border-top:1px solid #eeeeee;
}
.result_details .result_details_row {
border-bottom: 0 solid #eeeeee;
min-height: 115px;
}
.result_details .offer-highlight-title_cus {
font-size: 15px;
font-weight: 600;
}
.result_details .special_offers_cus {
color: #fff;
font-size: 10px;
line-height: 5px;
padding-left: 0;
padding-top: 10px;
text-align: center;
text-transform: uppercase;
}
.result_details .special_offers_cus_block {
background: transparent url("../img/special-offers_bg2.png") no-repeat scroll 0 0;
font-family: open sans;
height: 45px;
position: absolute;
right: 0;
top: 0;
width: 45px;
z-index: 1;
}
.result_details .result_select_room_type {
margin-top:-5px ;
text-transform: capitalize;
}
.book_now.select_room_cus {
text-transform: capitalize;
}
.search_result .book_now.select_room_cus {
padding-bottom: 5px;
padding-top: 5px;
}
.book_now.select_room_cus h2{
font-size: 25px;
font-weight: 600;
margin-bottom: 8px;
margin-top: 8px;
}
.search_result.search_result_cus_block .reviews{
margin:0px;
}
.search_result.search_result_cus_block {
transition: all 1s ease 0s;
padding: 10px;
min-height: auto;
}
.search_result:hover {
background: #fffed5 none repeat scroll 0 0;
}
.search_filter_cus_hotels_title .pull-right > a {
display: none;
}
.travel_agent_login_cus_block.cus_234 .travel_agent_top:hover {
background: #1f66a3 none repeat scroll 0 0;
}
.travel_agent_login_cus_block.cus_234 .travel_agent_top {
background: #135a97 none repeat scroll 0 0;
border-radius: 4px;
display: inline-block;
margin-left: -20px;
margin-top: 10px;
padding: 11px 15px;
text-decoration: none !important;
}
.travel_agent_login_cus_block.cus_234 {
list-style: outside none none !important;
margin-top: 10px;
}
.dropbtn {
background-color: hsla(0, 0%, 0%, 0);
border: medium none;
border-radius: 4px;
color: hsl(0, 0%, 27%);
cursor: pointer;
font-family: roboto;
font-size: 13px;
font-weight: 500;
line-height: 2px;
padding: 0 16px;
text-transform: uppercase;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
background-color:#fff;
box-shadow: 0 0 0 0 hsla(0, 0%, 0%, 0.2);
display: none;
min-width: 204px;
padding-top: 22px;
position: absolute;
}
.dropdown-content a {
color: black;
display: inline-block;
padding: 6px 10px;
text-decoration: none;
width: 100px;
font-size: 12px;
}
.dropdown-content a:hover {background-color: #e8e8e8;color:#fff}
.dropdown-content:hover a {color:#fff}
.dropdown:hover .dropdown-content {
display: block;
}
.cus_nav_block .dropdown .btn {
margin-bottom: 0;
margin-top: 0;
padding: 0 12px;
}
.currency_block_cus_li{
border-left:1px solid #8c8c8c;
border-right:1px solid #8c8c8c;
margin-right: 13px;
}
.currency_block-cus {
-moz-appearance: none;
background: transparent url("http://localhost/booking/img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px;
border: 1px solid #ccc;
border-radius: 4px;
color: #000;
font-size: 14px;
height: 35px;
margin-top: 7px;
width: 100%;
padding: 0 15px;
}
.cus_nav_block .btn-primary:hover
{
color:#fff;
}
.travel_agent_login_cus_block .btn.btn-primary.navbar-btn.dropdown-toggle:hover,
#bs-example-navbar-collapse-1 .btn.btn-primary.navbar-btn.dropdown-toggle:hover
{
/* background: #1578BD;
border-color: #1578BD; */
color:#444;
}
.travel_agent_top {
color: #fff !important;
}
.travel_agent_login_cus_block .btn.btn-primary.navbar-btn.dropdown-toggle {
background: #505050;
border-color:#505050;
}
.travel_agent_login_cus_block {
margin-right: 10px;
}
.cus_nav_block .btn-primary {
background-color: hsla(0, 0%, 0%, 0);
border-color: hsla(0, 0%, 0%, 0);
color: #444;
font-family: roboto;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}
.footer_column > p {
color: #fff;
}
.newsletter_cus_2 .err {
background: transparent none repeat scroll 0 0;
}
.newsletter_cus_2 .form-group .err{
height: 32px!important;
}
/*Checkout Page Start*/
.flL {
font-size: 15px;
}
.hotel_place_cus {
display: block;
margin: 7px 0;
}
.user_title_cus.user_title_cus_2 {
background: #f1f1f1 none repeat scroll 0 0;
border-bottom: 0 none;
padding: 15px;
}
.login_continue_chk.b_chk_continue a {
display: inline-block;
margin-top: 22px;
}
.user_notes_cus {
font-style: italic;
margin: 25px 0;
padding-left: 18px;
}
.user_title_cus {
border-bottom: 1px solid #dcdcdc;
margin-right: 15px;
padding-bottom: 16px;
}
.content_checkout_2 .chk_in_details_block.mar_chk_b {
border-bottom: 0 none;
}
.section2_chk_cus_block {
font-size: 20px;
margin-left: 28px;
}
.content_checkout_2{
display:inline-block;
}
.clr_green_cus {
color: green;
font-size: 13px;
}
.form_block_cus7 label {
font-weight: 500;
padding: 0;
text-align: left;
}
.user_title_cus {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
margin-left: 18px;
text-align: left;
}
.chk_details_chk_b {
font-family: roboto;
padding: 0;
}
.number_of_travellers_cus {
font-family: roboto;
}
.form_block_cus7 {
background: #fdfdfd none repeat scroll 0 0;
border: 1px solid #d5d5d5;
margin-top: 10px;
}
.chk_in_details_block.mar_chk_b {
margin: 0;
}
.grand-total_cus_red {
color: #d83d05;
font-size: 20px;
font-weight: bold;
}
.grand-total_red {
color: #d83d05;
}
.number_of_travellers_cus.right_grand_total {
text-align: right;
}
.room_name_title_b_chk_sub_title {
display: block;
font-family: roboto;
font-size: 15px;
font-weight: 400;
}
.notes-chk {
font-size: 13px;
font-style: italic;
margin-left: 33px;
margin-top: 20px;
}
.login_deals_chk > a {
background: hsl(120, 43%, 56%) none repeat scroll 0 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
display: inline-block;
float: left;
padding: 12px 32px;
text-decoration: none;
}
.login_continue_chk > a{
display: inline-block;
font-family: roboto;
font-weight: 500;
background:#d83d05 none repeat scroll 0 0;
color: #fff;
padding: 12px 32px;
text-decoration: none;
}
.continue_as_guest_chk > a {
background: #676767 none repeat scroll 0 0;
color: #fff;
padding: 12px 32px;
text-decoration: none;
}
.footer-block_chk_block {
border-top: 1px solid #ccc;
margin-top: 50px;
padding: 35px 20px 20px;
}
.e-coup_cus {
font-size: 12px;
}
.food_plan_list.coupon-code-block {
padding: 10px;
}
.food_plan_list.coupon-code-block > input {
border: 1px solid #ccc;
padding: 10px;
width: 100%;
}
.date_cus_chk {
margin-left: 12px;
}
.travellers_count_cus_block .fa.fa-user {
margin-right: 10px;
}
.travellers_count_cus_block {
font-size: 15px;
margin-top: 2px;
}
.food_plan_block {
clear: both;
}
.room-chk_cus_block4 div {
font-size: 17px;
font-weight: bold;
padding: 12px 0;
text-align: center;
}
.room-chk_cus_block3 div {
height: 100%;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
.room-chk_cus_block2 div {
background: #f5f5f5 none repeat scroll 0 0;
padding: 15px 0;
text-align: center;
vertical-align: middle;
}
.room-chk_cus_block1 div {
/* background: #f0f0f0 none repeat scroll 0 0; */
padding: 9px 20px;
text-align: center;
text-transform: uppercase;
}
.login_continue_chk.b_chk_continue > a:hover {
background: #C82D20;
}
.food_plan_list ul {
margin: 20px 0;
padding: 0 30px;
}
.food_plan_list ul li {
display: inline-block;
margin-right: 30px;
}
.chk_food_plan {
background: #dedede none repeat scroll 0 0;
font-family: roboto;
font-size: 15px;
margin: 0px;
padding: 8px;
}
.e-coup_cus {
font-family: roboto;
font-size: 13px;
line-height: 16px;
}
.food_plan_list.coupon-code-block {
font-family: roboto;
font-size: 13px;
}
.room-chk_cus_block2 div,.room-chk_cus_block3 div,.room-chk_cus_block4 div,.notes-chk{
font-family: roboto;
}
.room-chk_cus_block1 div {
font-family: roboto;
font-size: 12px;
font-weight: 500;
}
.food_plan_block {
border: 1px solid #ccc;
margin: 10px;
}
.day_and_night_cus_right {
background: #e5e5e5 none repeat scroll 0 0;
margin-top: 0;
padding: 9px;
text-align: center;
}
.chk_block1_left {
float: right;
margin-bottom: 10px;
margin-right: 10px;
}
.cls1 {
margin-bottom: 10px;
}
.chk_in_details_block {
border-bottom: 1px dotted #ccc;
margin: 6px 0;
padding-bottom: 15px;
font-family: roboto;
}
.cls_cus {
background: #eaeaea none repeat scroll 0 0;
font-size: 15px;
padding: 10px;
margin:0px;
}
.cus_block_2_chk {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #ccc;
display: inline-block;
margin-top: 20px;
width: 100%;
font-family: roboto;
}
/* .day_and_night_cus_right {
margin-top: 15px;
}
.chk_in_details_block {
margin-top: 20px;
} */
.cls1 {
color: #2c2c2c;
display: block;
font-size: 14px;
text-transform: uppercase;
}
.check_content_start_cus_content_sec > span {
font-size: 14px;
}
.check_content_start_cus_content_sec h4 {
margin: 0;
}
.check_content_start_cus_content_sec {
margin-top: 18px;
}
.check_content_start_cus_img > img {
border: 1px solid #ccc;
margin: 18px 0px;
padding: 10px;
width: 100%;
}
.content_checkout {
border:1px solid #ccc;
}
input.change_booking_details_input {
background: #187996 none repeat scroll 0 0;
border: 0 none;
border-radius: 6px;
color: #fff;
font-family: open sans;
padding: 8px 20px;
}
.travellers_count_cus_block {
display: inline-block;
}
.content_checkout {
background: #fafafa none repeat scroll 0 0;
border-radius: 3px;
}
.hotel_place_cus {
font-family: roboto;
font-weight: 400;
}
.ytContainerFixed .btn.btn-primary.pull-right {
margin-top: -4px;
font-family: roboto;
font-size: 14px;
font-weight: 500;
}
.check_content_start_cus_content_sec h4 .star-rating {
margin-left: 10px;
}
.check_content_start_cus_content_sec h4{
font-family: roboto;
font-size: 16px;
font-weight: 500;
text-transform:uppercase;
}
.resutBack .inrCont,.travellers_count_cus_block {
color: #333;
display: inline-block;
font-family: roboto;
font-size: 14px;
font-weight: 500;
margin-right: 0px;
margin-top: 2px;
position: relative;
top: 2px;
vertical-align: middle;
width: auto;
}
.initialTrip.type_R i {
margin-right: 20px;
}
.resutBack {
display: inline-block;
background-color: #eaebeb;
border-bottom: 1px solid #d7d7d7;
border-top: 1px solid #fff;
padding: 10px 20px;
width: 100%;
}
.chk_title-cus {
font-size: 25px;
margin-bottom: 20px;
text-transform: uppercase;
}
/*Checkout Page End*/
.package_over_view_cus{
background-color:#fff;
}
.filter_block-cus_3 .container-fluid .scrollspy .cus_price_validity#section5 .container-fluid {
background: transparent;
border:0px;
}
.day_title_cus {
display: block;
}
.title_cus_package {
background: #cfcfcf none repeat scroll 0 0;
}
.valid_date_cus_hotel_list_page {
margin-top: 10px;
}
.pricing_table_cus th ,.pricing_table_cus td {
padding: 15px;
}
.pricing_table_cus ,.pricing_table_cus tr,.pricing_table_cus th,.pricing_table_cus td {
border: 1px solid #ccc;
}
.hotel_list_page_images_block img {
border: 1px solid #ccc;
padding: 9px;
}
.packages_list_block_cus_in_ex_clusion_details .title_cus_package {
padding: 10px 35px;
}
.list_cus_package_block1{
margin: 0;
padding: 0;
}
.list_cus_package_block1 li:nth-child(odd) {
background: #eeecec url("http://localhost/booking/img/pl_list_bullet.gif") no-repeat scroll 10px 12px;
padding: 10px 10px 10px 32px;
}
.list_cus_package_block1 li:nth-child(even) {
background: #e6e4e4 url("http://localhost/booking/img/pl_list_bullet.gif") no-repeat scroll 10px 12px;
padding: 10px 10px 10px 32px;
}
.list_cus_package_block1 li {
font-family: open sans;
list-style: outside none none;
}
.each_section .container-fluid.no_padding_l.no_padding_r.packages_list_block_cus_in_ex_clusion_details_block {
background: #fff none repeat scroll 0 0 ;
}
.packages_list_block_cus_in_ex_clusion_details_block{
background-color:#fff;
}
.title_cus_package {
margin: 0;
}
.search_options input#search.form-control,
.search_options input#valid_from.form-control,
.search_options input#valid_to.form-control
{
border-radius:4px;
}
.packegaes_list_block_cus #search_panel ,.packegaes_list_block_cus2 #search_panel{
height: 100%;
}
.p5r.hj_l {
margin-top: 20px;
}
.search_filter_cus_9 .block_head {
border-bottom: 1px solid hsl(0, 0%, 93%);
color: hsl(0, 0%, 47%);
display: block;
font-size: 13px;
font-weight: 600;
line-height: 25px;
margin-top: 15px;
}
.package_details_cus {
padding: 0;
}
.block_head,.search_filter_cus_9 {
clear: both;
}
.package_details_cus li {
font-family: roboto;
font-size: 13px;
list-style: outside none circle;
font-weight: 400;
margin-bottom: 8px;
}
.search_filter_cus_9 .checkbox ,
.search_filter_cus_9 .inp .checkbox ,
.search_filter_cus_hotels_block2 .checkbox {
font-family:roboto;
font-weight: 500;
color:#00;
}
.search_filter_cus_9 i,
.search_filter_cus_9 .inp i,
.search_filter_cus_hotels_block2 .inp i
{
font-weight: 500;
margin-right: 4px;
}
.search_filter_cus_9 .checkbox,
.packegaes_list_block_cus .search_filter_cus_9 .checkbox,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 .checkbox
{
display: inline-block;
cursor: pointer;
font-size: 12px;line-height:18px;
}
.search_filter_cus_9 input[type=checkbox] ,
.packegaes_list_block_cus .search_filter_cus_9 input[type=checkbox] ,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 input[type=checkbox]
{
display:none;
}
.search_filter_cus_9 .checkbox:before ,
.packegaes_list_block_cus .search_filter_cus_9 .checkbox:before ,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 .checkbox:before
{
border: 1px solid #ccc;
color: #f3f3f3;
content: "";
display: inline-block;
height: 14px;
text-align: center;
vertical-align: middle;
width: 14px;
}
.search_filter_cus_9 input[type=checkbox]:checked + .checkbox:before ,
.packegaes_list_block_cus .search_filter_cus_9 input[type=checkbox]:checked + .checkbox:before ,
.packegaes_list_block_cus2 .search_filter_cus_hotels_block2 input[type=checkbox]:checked + .checkbox:before
{
content: "\2713";
line-height: 12px;
/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
font-size: 11px;
color: #000;
}
/*** custom checkboxes ***/
.search_filter_cus_9 input[type=checkbox],
.search_filter_cus_hotels_block2 input[type=checkbox],
.search_filter_cus_9 input[type=checkbox]
{
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
.search_filter_cus_hotels_block2 input[type=checkbox] + label.css-label,
.search_filter_cus_9 input[type=checkbox] + label.css-label
{
padding-left:26px;
height:15px;
display:inline-block;
line-height:12px;
background-repeat:no-repeat;
background-position:0 0;
font-size:14px;
vertical-align:middle;
cursor:pointer;
}
.search_filter_cus_hotels_block2 input[type=checkbox]:checked + label ,
.search_filter_cus_9 input[type=checkbox]:checked + label
{
background-position: 0 -15px
}
.search_filter_cus_9 label
.search_filter_cus_hotels_block2 {
background-image:url("../img/chk-box_img.png");
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*** custom checkboxes ***/
.span2.hotel_name_cus_input_box {
font-size: 12px;
padding: 6px 11px;
}
.hotel_name_cus_input_box{
border: 1px solid #ccc;
}
.search_filter .search_filter_cus_9 .block_head {
margin: 0;
}
.search_filter_cus_9,.search_filter_cus_10,.search_filter_cus_hotels_block1,.search_filter_cus_hotels_block2,.search_filter_cus_hotels_block3 ,.search_filter_cus_hotels_block4,.search_filter_cus_hotels_block5{
padding: 4px 20px 0px 20px;
}
.search_filter_cus_6,.search_filter_cus_hotels{
padding:0px;
}
.packegaes_list_block_cus .room_faci2 i{
color:#9a9a9a;
}
.packegaes_list_block_cus .reviews {
color: #505050;
font-family: open sans;
font-size: 13px;
margin: 0;
padding-top: 10px;
text-transform: capitalize;
}
.packegaes_list_block_cus .reviews{
margin:0px;
}
.packegaes_list_block_cus .search_result .book_now {
padding-bottom: 15px;
padding-top:15px;
}
.packegaes_list_block_cus .search_result {
min-height: 100%;
padding: 10px;
}
.packegaes_list_block_cus .book_now_cus .stars {
margin-top: 10px;
}
.packegaes_list_block_cus .book_now_cus .cus_hotel_name_title{
margin-bottom: 0 ;
}
.room_faci2 i,.room_faci2 p{
display:inline-block;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav a{
color:#505050;
}
.modify-btn:hover {
background: #606060 none repeat scroll 0 0;
}
.modify-btn {
text-decoration: none !important;
}
.filter_block-cus_3 .s_show_more {
font-size: 10px;
text-transform: uppercase;
}
.filter_block-cus_3 .room_left .label{
font-weight:lighter;
}
.nav > li > a:hover span, .nav > li > a:focus span{
color:#000;
}
#search-banner .nav > li > a:hover, #search-banner .nav > li > a:focus {
background-color: #FFDF01;
color:#000;
}
.filter_block-cus_3 #section6.each_section .form-control {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.hotel_info_row.row.no_margin_l.no_margin_r {
font-family: open sans;
font-size: 13px;
}
.view_hotel_name_cus{
text-transform:uppercase;
}
.footer_column_cus {
color: #fff;
text-align: center;
}
#footer .footer_list_cus_4 li{
padding-left: 0;
}
/*#footer .footer_list_cus_4 li {
color: #fff;
list-style: outside none circle ;
margin-left: 12px;
margin-bottom: 7px;
}*/
/* #footer .footer-row1,#footer .footer_column {
padding: 0;
} */
#footer .footer-row1 .social a:hover {
color: #002a67;
}
#footer .footer-row1 .social a {
color: #fff;
font-size: 30px;
}
#footer .newsletter_cus_3 .btn-primary {
background-color: #286090;
font-family: roboto;
font-weight: 500;
/*border:1px solid #204d74;*/
}
#footer .form-control::-moz-placeholder {
color: #fff;
}
.newsletter_cus_2 .form-control {
background: rgba(100%, 100%, 100%, 0.22) none repeat scroll 0 0;
border: 0 solid #fff;
border-radius: 0px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #fff;
font-family: roboto;
height: 33px;
font-size: 13px;
padding: 4px 13px;
}
#footer .newsletter_cus_3 .form-group .btn {
border-radius: 0;
}
#footer .newsletter_cus_3 {
padding: 0;
}
#footer .footer-row1 {
border-bottom: 1px solid #4087c4;
}
#footer .newsletter_cus_2{
padding:0px;
}
#footer .newsletter_cus .well {
background-color: transparent;
border: 0 solid #e3e3e3;
border-radius: 4px;
box-shadow: 0 0 0 transparent inset;
margin-bottom: 0;
min-height: 0;
/* padding: 0; */
}
body .footer-row1 {
margin-bottom: 18px;
}
body .copyright_p a{
text-transform: uppercase;
}
body .copyright_p ,body .copyright_p a{
font-family: roboto;
font-size: 13px;
font-weight: 500;
text-decoration: none;
color:#fff;
margin-bottom: 0;
}
body #copyright {
background-color: #236aa7;
border-top: 1px solid #337ab7;
min-height: 50px;
padding-top: 20px;
text-align: center;
font-family: open sans;
}
body .footer_label,body .footer_column ul li a {
color: #fff;
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
body #footer {
background-color: #337ab7;
border-top: 1px solid #e7e7e7;
min-height: 400px;
font-family: open sans;
padding-top: 35px;
}
.filter_block-cus_3 .book_now > h2 {
font-size: 20px;
}
.filter_block-cus_3 .room_faci {
color:#606060;
display: inline-block;
margin-bottom: 11px;
}
.filter_block-cus_3 .show_all_details.show_all_details_cus div {
color:#606060;
font-size: 20px;
}
.filter_block-cus_3 .show_all_details {
margin-top: -17px !important;
}
.filter_block-cus_3 .show_all_details p{
background: #fcfcfc none repeat scroll 0 0;
color: #1f1f1f;
padding: 10px 10px 10px 15px;
}
.filter_block-cus_3 .show_all_details {
margin-top: 0;
padding: 0;
}
.result_details_row_cus {
font-family: open sans;
text-transform: uppercase;
}
.scrollspy .search_result {
background: #fff none repeat scroll 0 0;
border: 1px solid #eeeeee;
border-radius: 2px;
display: flex;
height: auto;
margin-bottom: 0px;
padding: 10px;
}
#bs-example-navbar-collapse-1 .dropdown-menu {
font-family: open sans;
padding: 0;
}
.title_toll_free {
font-family: roboto;
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.travel_agent_top{
padding-bottom: 0px;
padding-top: 0px;
}
.img_travel_agent{
background: #337ab7 none repeat scroll 0 0;
border-radius: 25px;
margin-top: -10px;
padding: 4px;
}
/* .packegaes_list_block_cus .navbar.navbar-default.navbar-static-top {
padding: 20px 8px;
} */
.result_details_row h1:hover a{
color:#337AB7;
}
.result_details_row h1 a,.result_details hi {
font-family:open sans;
text-transform: uppercase;
text-decoration:none;
}
body
{
font-family:open sans;
}
.each_section{
text-align:justify;
}
#section5 > h1 ,
.each_section.cus_itinery_cus h1,
#section4 > h1,h1.each_section_cus{
background: #337ab7 none repeat scroll 0 0;
color: #fff;
padding-left: 13px;
}
.filter_block-cus_3 #section5 .container-fluid.no_padding_l.no_padding_r ,
.filter_block-cus_3 #section4 .container-fluid.no_padding_l.no_padding_r
{
border: 1px solid #e8e8e8;
padding: 0;
}
.filter_block-cus_3 .hotel_info_row.row.no_margin_l.no_margin_r:nth-child(odd) {
background-color: #ededed;
}
.filter_block-cus_3 .hotel_info_row.row.no_margin_l.no_margin_r:nth-child(even) {
background-color:#fff;
}
.filter_block-cus_3 .scrollspy {
padding: 0;
}
.filter_block-cus_3 .scrollspy #section5 .container-fluid{
background: #ccc none repeat scroll 0 0;
}
/*
.parent:nth-child(odd) {
background-color: green;
}
.parent:nth-child(even) {
background-color: red;
}
ul {
width:100px;
height: 100px;
display: block;
}*/
.filter_block-cus_3 .filter_room_cus_block .cus_label_room .view_label p {
color:#fff;
}
.filter_block-cus_3 .coontainer-fluid.search_block .clone_me select {
font-size: 12px;
}
.filter_block-cus_3 #form_search slect option:nth-child(1){
color:#000;
}
.filter_block-cus_3 .filter_room_cus_block .cus_label_room_block .view_label, .coontainer-fluid.search_block span.checkin_cus, .coontainer-fluid.search_block span.checkout_cus, .coontainer-fluid .view_label.cus_room_title_2{
color: #000 ;
}
.filter_block-cus_3 .filter_room_cus_block {
padding-bottom: 10px;
}
.filter_block-cus_3 .cus_room_title {
font-size: 9px;
}
.filter_block-cus_3 .view_label > p {
margin: 0;
}
body.filter_block-cus_3 .view_filter .search_block .view_label.cus_label_filter {
color: #fff;
}
.filter_block-cus_3 #result-wrapper .view_filter {
padding-top: 0;
}
.packegaes_list_block_cus .search_filter_cus_5 span,.packegaes_list_block_cus .search_filter_cus_5 span a,.search_filter_cus_hotels_title span a,.search_filter_cus_hotels_title span.sub{
color:#fff;
}
.filter_block-cus_3 .view_filter span.sub,.packegaes_list_block_cus .search_filter_cus_5,.search_filter_cus_hotels_title{
background: rgb(51, 122, 183) none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-family: open sans;
padding: 10px;
width: 100%;
}
.filter_block-cus_3 .cus_label_room_block {
padding-left: 0;
padding-right: 0;
}
.filter_block-cus_3 .cus_label_room_block {
padding-bottom: 10px;
}
.filter_block-cus_3 .filter_room_cus_block {
border: 1px solid #5198d5;
}
.filter_block-cus_3 .cus_demo_div .cus_label_room,.filter_room_cus_block .cus_label_room{
background: #5198d5 none repeat scroll 0 0;
color: #000 !important;
font-family: open sans;
padding: 5px 13px;
}
.filter_block-cus_3 .input-group-addon{
border-radius:0px;
}
.filter_block-cus_3 .form-control.pull-left.age_cus {
background: rgb(238, 238, 238) none repeat scroll 0 0;
border-radius: 2px;
height: 26px !important;
text-align: center;
width: 50px;
}
.filter_block-cus_3 #reg_mem_type option{
border-color:transparent;
}
.filter_block-cus_3 select.form_search {
border: 1px solid #ccc;
-webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
-moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
color: #000;
-webkit-border-radius: 5px;
border-radius:0px;
font-size: 14px;
width: 100%;
cursor: pointer;
background:transparent url("http://localhost/booking/img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px;
}
/*Custom CSS Start R */
.modufy_search_block_cus .form-group .form-control.age_cus {
background-color: rgb(238, 238, 238);
border-radius: 4px;
color: black;
height: 28px !important;
text-align: center;
width: 50px;
}
.offer-highlight-title_cus {
clear: both;
display: block;
font-size: 45px;
}
.special_offers_cus {
color: #fff;
font-size: 14px;
line-height: 24px;
padding-left: 0;
padding-top: 31px;
text-align: center;
text-transform: uppercase;
}
.offer-highlight-title_cus {
font-size:25px;
font-weight:600;
}
.special_offers_cus_block {
background: transparent url("../img/special-offers_bg.png") repeat scroll 0 0;
font-family: open sans;
height: 135px;
position: absolute;
right: 40px;
top: 100px;
margin-top:20px;
width: 135px;
z-index: 1;
}
.search_result_options{
clear:both;
}
#search_panel form {
background-color:#fff;
}
.modufy-search-cus_block1 .input-group-addon {
background-color: #fff;
}
#search_panel .modufy_search_block_cus #qty{
height: 20px;
}
#qty_up,#qty_down{
display:none;
}
.border_cus_right_search{
border-right:0px;
}
.modufy-search-cus_block3 .btn {
padding: 6px 20px;
border-radius: 0;
}
.modufy-search-cus_block1 .input-group-addon {
border-radius: 0;
padding: 0 11px ;
}
.modufy-search-cus_block1 div {
padding: 0;
}
.modufy-search-cus_block1 {
padding: 0;
}
.modufy-search-cus_block2 .form-control {
box-shadow: 0 0px 0px transparent inset;
padding:0px;
height: 20px;
}
.btn.pull-right.cancel_right_cus {
margin-left: 10px;
}
.modufy-search-cus_block2 {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #ececec;
margin-bottom: 0;
margin-top: 7px;
display: inline-block;
width: 100%;
padding:3px 0;
}
.modufy-search_form_cus .form-control.pull-left {
margin-right: 8px;
}
.modufy-search_form_cus .form_count_btn_up .fa.fa-sort-asc {
margin-left: -10px;
}
.modufy-search_form_cus .form_count_btn_up {
position: relative;
}
.modufy-search_form_cus .form-group {
margin-bottom: 2px;
}
#qty_up .fa.fa-sort-asc {
left: 0px;
position: absolute;
}
.spin_cus {
padding-top: 6px;
}
.modufy_search_block_cus .form_count_btn_down ,.modufy_search_block_cus .form_count_btn_up {
height: 8px;
position: relative;
top: 2px;
}
.modufy_search_block_cus .form_count_btn_down {
line-height: 15px;
}
.modufy_search_block_cus .form_count_btn_up,.modufy_search_block_cus .form_count_btn_down {
width: 10px;
}
.modufy-search-cus_block3 .btn.pull-right.cancel_right_cus ,
.modufy-search-cus_block3 .btn.btn-warning.pull-right
{
font-family: roboto;
font-size: 13px;
font-weight: 500;
}
.modufy-search-cus_block3 {
padding: 20px 0;
}
.form-control {
height: 34px;
}
#search_panel .modufy-search_form_cus input[type="text"] {
height: 32px;
}
#search_panel .modufy_search_block_cus label.rooms_cus_title {
margin-left: 22px;
color: hsl(0, 0%, 0%);
display: inline-block;
font-family: roboto;
font-size: 12px;
margin-right: 10px;
}
/*Custom CSS End R*/
.add_room .tax_block .form-control{
width: calc(25%);
}
.travel_block_cus .err {
border-color: #dedede;
border-style: solid;
border-width: 0 1px 1px;
clear: both;
margin: 0;
}
.text_center {
text-align: center;
}
#search{
font-weight: lighter;
}
.ui-menu-item:hover {
background: rgb(229,233,237);
color:#000;
}
.ui-menu-item a{
color:#000;
}
.ui-menu-item {
background: #fff none repeat scroll 0 0;
border-bottom: 1px dotted #ccc;
font-family: helvetica;
color:#000;
padding: 10px;
}
.ui-corner-all {
text-decoration: none !important;
}
@media(min-width:990px) and (max-width:2500px){
body .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
width:709px !important;
}
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
margin-top: -10px;
z-index: 2;
width:660px !important;
padding: 0;
}
.ui-menu-item {
list-style: outside none none;
padding-left: 10px;
}
[name="search_form"] .ui-helper-hidden-accessible{
display:none;
}
.new_thumbnail .caption p{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 220px;
margin-bottom:0px;
}
.form_comment-block.col-md-12 > input {
background: rgb(51, 122, 183) none repeat scroll 0 0;
border: medium none;
border-radius: 3px;
color: #fff;
padding: 8px 25px;
text-transform: uppercase;
}
.comments_submit{
background-color:#fafafa;
}
.comments_title {
margin: 0;
}
.comments_subtitle {
font-size: 15px;
font-weight: lighter;
}
.form_comment-block {
background: #ebebeb none repeat scroll 0 0;
border: 1px solid #dfdfdf;
border-radius: 4px;
margin-top: 20px;
padding: 20px;
}
.comments_block_message {
min-height:150px;
}
.block1_travel-agent:hover .fa.fa-lock
{
background-color:rgb(51,122,183);
color:#fff;
}
body h2.travel-agent_section_info_heading {
font-family: open sans;
font-size: 23px ;
margin-bottom: 30px;
}
.hight_text {
font-size: 13px;
font-weight: 600;
margin-top: 25px;
text-transform: uppercase;
}
.block1_travel-agent> p,.block1_travel-agent {
text-align: center;
font-family: 'Open Sans', sans-serif;
}
.travel_agent_block .fa.fa-lock {
background:#ffffff none repeat scroll 0 0;
border-radius: 40px;
font-size: 25px;
padding: 20px 24px;
}
.travel_agent_block {
background:#eeeeee none repeat scroll 0 0;
padding: 3% 1%;
}
.travel_block_cus .form-group p {
margin-top: 4%;
text-align: center;
font-size: 15px;
}
.travel-agent_section_info h2 {
font-size: 20px;
text-align: center;
text-transform: uppercase;
}
#agent_login_form {
padding: 5% 0;
}
.travel_block_cus input {
height: 40px ;
}
.travel_block_cus {
background: #f3f3f3 none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.45);
position: relative;
padding: 2% 4% 0;
z-index: 5;
}
.travel_block_cus > label {
text-align: center;
margin-bottom: 20px;
border-bottom: 1px dotted #ccc;
color: #000;
display: inline-block;
font-family: "Bree Serif",serif;
font-size: 22px;
font-weight: 600;
letter-spacing: 0.1rem;
line-height: 2.5rem;
padding: 10px 0;
text-transform: uppercase;
width: 100%;
}
/*.travel_block_wrapper{
background: transparent url("http://localhost/booking/img/search_bg2.jpg") repeat scroll 0px 0px;
}*/
.search_details .modify-btn {
text-transform:uppercase !important;
font-weight:600;
border:none
}
.ayurvedaPack .top_des
{
height: 126px;
}
.ayurvedaPack .top_des img {
width: 108px;
height: 124px;
}
.ayurvedaPack .top_des h5 {
margin-bottom: 6px;
margin-top: 5px;
}
.ayurvedaPack .top_des h4 {
margin-bottom: 2px;
}
.ayurvedaPack .top_des h6
{
margin: 0px;
}
.led-left
{
margin-left: 8px;
}
.changPack
{
float: left;
margin-left: -11px;
margin-top: -4px;
}
.outrAdu select.form_search {
-moz-appearance: none !important;
background: hsl(0, 0%, 100%) url("../img/arrow-img-dd.png") no-repeat scroll right center / 13px 12px;
border: 1px solid hsl(0, 0%, 92%);
padding: 0 10px;
text-align: left;
width: 52px !important;
height: 27px !important;
margin-left: 5px;
margin-top: 5px;
}
.search_f_hr3.col-md-5.col-sm-12.outrAdu.outrAdu
{
padding: 0;
}
.cancel_l
{
cursor: pointer;
color: #C52B2B;
/* cursor: pointer; */
/* color: #337AB7; */
float: right;
margin-right: 25px !important;
font-size: 13px;
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
.bg-mod
{
background: #347ab7 !important;
color:#fff !important
}
.bg-close
{
color:#fff !important;
opacity:1;
}
.roomTypecolor
{
color: #fff;
}
.roomConColor
{
color: #fff;
text-align: initial;
}
.roomTypeouter
{
padding:3px 3px 10px;
font-size: 13px;
margin-top: 10px;
font-weight: bold;
}
.facilitiesOuter {
margin-top: 9px;
float: left;
width:100%;
}
.facilitiesOuter h4 {
font-size: 17px;
border-bottom: 1px solid #dfdfdf;
padding-left: 11px;
padding-bottom: 6px;
font-weight: bold;
color: #347ab7;
}
.facilitiesOuter .room_faci i.fa.fa-check {
color: #7fc58c;
}
.fontRoomDesc
{
font-size: 14px;
line-height: 23px;
}
.roomDetailOuter
{
position: absolute;
float: right;
margin-top:40px;
background: rgba(0, 0, 0, 0.5);
padding: 0px 0px 7px;
/* margin-left: -29px; */
right: 43px;
}
.service_l
{
cursor: pointer;
color: #1e8b22;
float: right;
margin-right: 12px;
font-family: roboto;
font-size: 13px;
font-weight: 400;
}
.cancel_l1
{
cursor: pointer;
color: #C52B2B;
/* cursor: pointer; */
/* color: #337AB7; */
float: right;
margin-right: 9px !important;
font-size: 13px;
font-family:lato;
font-size: 13px;
font-weight: 400;
margin-top: 6px;
}
.logo_l1
{
height:60px;
}
.top-search-nav
{
margin-top: 65px !important;
}
.home_search_nav li a{
color: rgba(255,255,255, 1) !important;
font-weight:600 !important;
/*background: rgba(0,0,0, 0.45);*/
//background: #337ab7;
//border-color: #2e6da4;
//border-right: 1px solid #2e6da4;
//border-top: 1px solid #2e6da4;
font-size: 1.35rem;
transition: all 0.5s ease-in;
}
.menu_search li a{
color: rgba(255,255,255, 1) !important;
font-weight:600 !important;
/*background: rgba(0,0,0, 0.45);*/
background: #337ab7 !important;
border-color: #2e6da4;
border-right: 1px solid #2e6da4;
border-top: 1px solid #2e6da4;
font-size: 1.35rem;
transition: all 0.5s ease-in;
padding-top: 15px;
padding-bottom: 15px !important;
}
.home_search_nav li:first-child{
//border-left: 1px solid rgba(0,0,0, 1);
border-radius: 2px 0 0 0;
}
.home_search_nav li:last-child{
border-radius: 0 2px 0 0;
}
.home_search_nav li.active a{
// color: #000000 !important;
// background: #ffde00;
border-bottom: 3px solid #2196F3;
}
.menu_search li.active a{
color: #000000 !important;
background: #ffde00 !important;
border:none !important;
padding-bottom: 16px !important;
}
.navbar-nav > li > a {
padding-bottom: 10px;
}
.home_search_nav li:hover a{
//color: #000000 !important;
background:transparent;
//border-color: #ffde00;
}
.menu_search li:hover a
{
color: #000000 !important;
background: #ffde00 !important;
border-color: #ffde00;
}
.home_search_nav .nav_menu_ico{
width: 20px;
height: 20px;
margin-right: 5px;
display: block;
/*background: white;*/
float: left;
}
.home_search_nav .ico_hotel{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -10px -10px;
}
.home_search_nav .ico_resorts{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -40px -10px;
}
.home_search_nav .ico_ayurveda{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -70px -10px;
}
.home_search_nav .ico_yoga{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -95px -10px;
}
.home_search_nav .ico_holidays{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -130px -10px;
}
.home_search_nav .ico_stays{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -160px -10px;
}
.home_search_nav .ico_apartments{
width: 20px;
height: 20px;
background: url('../img/main_sprite.png') -190px -10px;
}
.menu_search li:hover .ico_hotel{
background: url('../img/main_sprite.png') -10px -40px;
}
.menu_search li:hover .ico_resorts{
background: url('../img/main_sprite.png') -40px -40px;
}
.menu_search li:hover .ico_ayurveda{
background: url('../img/main_sprite.png') -70px -40px;
}
.menu_search li:hover .ico_yoga{
background: url('../img/main_sprite.png') -100px -40px;
}
.menu_search li:hover .ico_holidays{
background: url('../img/main_sprite.png') -130px -40px;
}
.menu_search li:hover .ico_stays{
background: url('../img/main_sprite.png') -160px -40px;
}
.menu_search li:hover .ico_apartments{
background: url('../img/main_sprite.png') -190px -40px;
} | 0.246352 | 0.206834 |
* {
margin: 0;
padding: 0;
border: 0;
}
body {
height: 100vh;
background-color: #D7FCF4;
}
main {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.calculator {
box-sizing: border-box;
width: 300px;
height: 380px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #4D4D51;
border-radius: 5px;
box-shadow: inset 0 0 5px black, 2px 2px 5px black;
font-family: Orbitron, sans-serif;
}
.display {
width: 240px;
max-width: 240px;
height: 80px;
margin: 20px 0 20px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #BECAC0;
border: 2px solid black;
box-shadow: inset 0 0 5px black;
text-align: right;
}
.input {
font-size: 2.2em;
}
.history {
color: grey;
}
/* - - - BUTTONS - - - */
.buttons {
display: flex;
justify-content: row;
flex-wrap: wrap;
flex-direction: row;
}
.button {
box-sizing: border-box;
width: 25%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background-color: #E4FE29;
border-radius: 2px;
font-weight: bold;
font-size: 1.5em;
border: 1px solid black;
box-shadow: inset 0 0 3px black;
cursor: pointer;
}
.corner {
border-radius: 2px 2px 5px 5px;
}
.btn-ac {
order: 1;
}
.btn-c {
order: 2;
}
.btn-plusminus {
order: 3;
}
.btn-div {
order: 4;
}
.btn-7 {
order: 5;
}
.btn-8 {
order: 6;
}
.btn-9 {
order: 7;
}
.btn-mult {
order: 8;
}
.btn-4 {
order: 9;
}
.btn-5 {
order: 10;
}
.btn-6 {
order: 11;
}
.btn-minus {
order: 12;
}
.btn-1 {
order: 13;
}
.btn-2 {
order: 14;
}
.btn-3 {
order: 15;
}
.btn-plus {
order: 16;
height: 100px;
}
.btn-0 {
order: 17;
}
.btn-dot {
order: 18;
}
.btn-equal {
order: 19;
}
.position {
position: relative;
top: -50px;
}
/* - - - PUSH ANIMATION - - - */
.push {
background-color: #A6B91E;
box-shadow: none;
position: relative;
} | FrontEndLibraries_Projects/Calculator/calculator.css | * {
margin: 0;
padding: 0;
border: 0;
}
body {
height: 100vh;
background-color: #D7FCF4;
}
main {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.calculator {
box-sizing: border-box;
width: 300px;
height: 380px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #4D4D51;
border-radius: 5px;
box-shadow: inset 0 0 5px black, 2px 2px 5px black;
font-family: Orbitron, sans-serif;
}
.display {
width: 240px;
max-width: 240px;
height: 80px;
margin: 20px 0 20px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #BECAC0;
border: 2px solid black;
box-shadow: inset 0 0 5px black;
text-align: right;
}
.input {
font-size: 2.2em;
}
.history {
color: grey;
}
/* - - - BUTTONS - - - */
.buttons {
display: flex;
justify-content: row;
flex-wrap: wrap;
flex-direction: row;
}
.button {
box-sizing: border-box;
width: 25%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background-color: #E4FE29;
border-radius: 2px;
font-weight: bold;
font-size: 1.5em;
border: 1px solid black;
box-shadow: inset 0 0 3px black;
cursor: pointer;
}
.corner {
border-radius: 2px 2px 5px 5px;
}
.btn-ac {
order: 1;
}
.btn-c {
order: 2;
}
.btn-plusminus {
order: 3;
}
.btn-div {
order: 4;
}
.btn-7 {
order: 5;
}
.btn-8 {
order: 6;
}
.btn-9 {
order: 7;
}
.btn-mult {
order: 8;
}
.btn-4 {
order: 9;
}
.btn-5 {
order: 10;
}
.btn-6 {
order: 11;
}
.btn-minus {
order: 12;
}
.btn-1 {
order: 13;
}
.btn-2 {
order: 14;
}
.btn-3 {
order: 15;
}
.btn-plus {
order: 16;
height: 100px;
}
.btn-0 {
order: 17;
}
.btn-dot {
order: 18;
}
.btn-equal {
order: 19;
}
.position {
position: relative;
top: -50px;
}
/* - - - PUSH ANIMATION - - - */
.push {
background-color: #A6B91E;
box-shadow: none;
position: relative;
} | 0.319121 | 0.073297 |
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
:root {
--primary-color: #b1de36;
--primary-color-rgb: 177, 222, 54;
--secondary-color: #2b4823;
--secondary-color-rgb: 43, 72, 35;
--tertiary-color: #cfe7b4;
--tertiary-color-rgb: 207, 231, 180;
--black: #252326;
--black-rgb: 37, 35, 38;
--medium-gray: #6a6972;
--light-gray: #c1c1c6;
--white: #f4f4f9;
--primary-font: "Source Sans Pro", sans-serif;
}
/* Bootstrap Overrides */
.btn {
line-height: 1.5rem;
font-weight: 600;
}
.btn-default {
background-color: var(--black);
color: var(--white);
border: 0;
border-radius: 5px;
}
.btn-primary {
background-color: var(--primary-color);
color: var(--secondary-color);
border: 2px solid var(--secondary-color);
border-radius: 5px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: var(--tertiary-color);
border-color: var(--secondary-color);
color: var(--secondary-color);
}
/* Begin styles */
html {
font-size: 16px;
}
body {
font-family: var(--primary-font);
color: var(--black);
min-height: 100vh;
background: linear-gradient(
180deg,
rgba(var(--primary-color-rgb), 0) 20%,
rgba(var(--primary-color-rgb), 0.1) 20%,
rgba(var(--primary-color-rgb), 0.1) 40%,
rgba(var(--primary-color-rgb), 0.2) 40%,
rgba(var(--primary-color-rgb), 0.2) 60%,
rgba(var(--primary-color-rgb), 0.4) 60%,
rgba(var(--primary-color-rgb), 0.4) 80%,
rgba(var(--primary-color-rgb), 0.5) 80%
),
linear-gradient(
45deg,
rgba(var(--secondary-color-rgb), 0.3) 20%,
rgba(var(--secondary-color-rgb), 0.4) 20%,
rgba(var(--secondary-color-rgb), 0.4) 40%,
rgba(var(--secondary-color-rgb), 0.5) 40%,
rgba(var(--secondary-color-rgb), 0.5) 60%,
rgba(var(--secondary-color-rgb), 0.6) 60%,
rgba(var(--secondary-color-rgb), 0.6) 80%,
rgba(var(--secondary-color-rgb), 0.7) 80%
),
linear-gradient(
-45deg,
rgba(var(--tertiary-color-rgb), 0) 20%,
rgba(var(--tertiary-color-rgb), 0.1) 20%,
rgba(var(--tertiary-color-rgb), 0.1) 40%,
rgba(var(--tertiary-color-rgb), 0.2) 40%,
rgba(var(--tertiary-color-rgb), 0.2) 60%,
rgba(var(--tertiary-color-rgb), 0.4) 60%,
rgba(var(--tertiary-color-rgb), 0.4) 80%,
rgba(var(--tertiary-color-rgb), 0.6) 80%
),
linear-gradient(
90deg,
rgba(var(--black-rgb), 0) 20%,
rgba(var(--black-rgb), 0.3) 20%,
rgba(var(--black-rgb), 0.3) 40%,
rgba(var(--black-rgb), 0.5) 40%,
rgba(var(--black-rgb), 0.5) 60%,
rgba(var(--black-rgb), 0.7) 60%,
rgba(var(--black-rgb), 0.7) 80%,
rgba(var(--black-rgb), 0.8) 80%
),
linear-gradient(
-90deg,
rgba(var(--primary-color-rgb), 0) 20%,
rgba(var(--primary-color-rgb), 0.4) 20%,
rgba(var(--primary-color-rgb), 0.4) 40%,
rgba(var(--primary-color-rgb), 0.5) 40%,
rgba(var(--primary-color-rgb), 0.5) 60%,
rgba(var(--primary-color-rgb), 0.6) 60%,
rgba(var(--primary-color-rgb), 0.6) 80%,
rgba(var(--primary-color-rgb), 0.8) 80%
),
linear-gradient(
180deg,
rgba(var(--secondary-color-rgb), 0) 20%,
rgba(var(--secondary-color-rgb), 0.4) 20%,
rgba(var(--secondary-color-rgb), 0.4) 40%,
rgba(var(--secondary-color-rgb), 0.6) 40%,
rgba(var(--secondary-color-rgb), 0.6) 60%,
rgba(var(--secondary-color-rgb), 0.8) 60%,
rgba(var(--secondary-color-rgb), 0.8) 80%,
rgba(var(--secondary-color-rgb), 0.9) 80%
);
background-color: rgb(var(--primary-color-rgb));
background-size: 100% 100%;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
p {
margin: 0;
}
a {
text-decoration: none;
color: var(--secondary-color);
font-weight: 400;
border-bottom: 1px solid var(--tertiary-color);
}
a:hover {
color: var(--primary-color);
}
ul {
margin-bottom: 0;
}
main {
background-color: var(--white);
max-width: 90vw;
min-height: 100vh;
box-shadow: 0 0 4px rgba(var(--black-rgb), 0.5);
}
nav {
background-color: var(--black);
color: var(--white);
}
nav ul {
list-style-type: none;
}
nav ul li {
display: inline-block;
margin-left: 1rem;
}
nav ul li a {
color: var(--white);
border-color: var(--white);
}
nav ul li a:hover {
color: var(--light-gray);
border-color: var(--light-gray);
}
.flex-break {
flex-basis: 100%;
height: 0;
}
/* App */
#app {
position: relative;
padding-top: calc(56.25% / 2);
padding-bottom: calc(56.25% / 2);
overflow: hidden;
max-width: 100%;
height: auto;
}
/* Form */
#form_1 {
display: flex;
flex-flow: row wrap;
align-content: center;
background-image: url(img/hero-1.jpg);
background-size: cover;
background-position: center center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#form_1 input[name="zip"] {
flex: 0 0 200px;
margin: 0 auto;
height: 40px;
max-width: 200px;
background-color: var(--white);
color: var(--black);
border: 2px solid var(--secondary-color);
border-radius: 5px;
text-align: center;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#form_1 input[name="zip"]::placeholder {
text-align: center;
color: var(--medium-gray);
}
#form_1 input[type="submit"] {
flex: 0 0 200px;
margin: 0 auto;
height: 40px;
line-height: 20px;
position: relative;
top: -2px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#form_error {
flex: 0 0 196px;
color: var(--black);
background-color: orangered;
padding: 2px 0;
text-align: center;
font-size: 0.8rem;
font-weight: 600;
position: relative;
top: -2px;
border-radius: 0 0 5px 5px;
}
#map {
height: 400px;
}
#learn_more {
font-weight: 600;
font-size: 1.2rem;
}
/*
* Responsive styles
*/
@media (min-device-width: 576px) {
/* BS X-Small*/
}
@media (min-device-width: 768px) {
/* BS Small */
}
@media (min-device-width: 992px) {
/* BS Medium */
main {
max-width: 900px;
}
}
@media (min-device-width: 1200px) {
/* BS Large */
}
@media (min-device-width: 1400px) {
/* BS X-Large */
} | gardening/styles.css | @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
:root {
--primary-color: #b1de36;
--primary-color-rgb: 177, 222, 54;
--secondary-color: #2b4823;
--secondary-color-rgb: 43, 72, 35;
--tertiary-color: #cfe7b4;
--tertiary-color-rgb: 207, 231, 180;
--black: #252326;
--black-rgb: 37, 35, 38;
--medium-gray: #6a6972;
--light-gray: #c1c1c6;
--white: #f4f4f9;
--primary-font: "Source Sans Pro", sans-serif;
}
/* Bootstrap Overrides */
.btn {
line-height: 1.5rem;
font-weight: 600;
}
.btn-default {
background-color: var(--black);
color: var(--white);
border: 0;
border-radius: 5px;
}
.btn-primary {
background-color: var(--primary-color);
color: var(--secondary-color);
border: 2px solid var(--secondary-color);
border-radius: 5px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: var(--tertiary-color);
border-color: var(--secondary-color);
color: var(--secondary-color);
}
/* Begin styles */
html {
font-size: 16px;
}
body {
font-family: var(--primary-font);
color: var(--black);
min-height: 100vh;
background: linear-gradient(
180deg,
rgba(var(--primary-color-rgb), 0) 20%,
rgba(var(--primary-color-rgb), 0.1) 20%,
rgba(var(--primary-color-rgb), 0.1) 40%,
rgba(var(--primary-color-rgb), 0.2) 40%,
rgba(var(--primary-color-rgb), 0.2) 60%,
rgba(var(--primary-color-rgb), 0.4) 60%,
rgba(var(--primary-color-rgb), 0.4) 80%,
rgba(var(--primary-color-rgb), 0.5) 80%
),
linear-gradient(
45deg,
rgba(var(--secondary-color-rgb), 0.3) 20%,
rgba(var(--secondary-color-rgb), 0.4) 20%,
rgba(var(--secondary-color-rgb), 0.4) 40%,
rgba(var(--secondary-color-rgb), 0.5) 40%,
rgba(var(--secondary-color-rgb), 0.5) 60%,
rgba(var(--secondary-color-rgb), 0.6) 60%,
rgba(var(--secondary-color-rgb), 0.6) 80%,
rgba(var(--secondary-color-rgb), 0.7) 80%
),
linear-gradient(
-45deg,
rgba(var(--tertiary-color-rgb), 0) 20%,
rgba(var(--tertiary-color-rgb), 0.1) 20%,
rgba(var(--tertiary-color-rgb), 0.1) 40%,
rgba(var(--tertiary-color-rgb), 0.2) 40%,
rgba(var(--tertiary-color-rgb), 0.2) 60%,
rgba(var(--tertiary-color-rgb), 0.4) 60%,
rgba(var(--tertiary-color-rgb), 0.4) 80%,
rgba(var(--tertiary-color-rgb), 0.6) 80%
),
linear-gradient(
90deg,
rgba(var(--black-rgb), 0) 20%,
rgba(var(--black-rgb), 0.3) 20%,
rgba(var(--black-rgb), 0.3) 40%,
rgba(var(--black-rgb), 0.5) 40%,
rgba(var(--black-rgb), 0.5) 60%,
rgba(var(--black-rgb), 0.7) 60%,
rgba(var(--black-rgb), 0.7) 80%,
rgba(var(--black-rgb), 0.8) 80%
),
linear-gradient(
-90deg,
rgba(var(--primary-color-rgb), 0) 20%,
rgba(var(--primary-color-rgb), 0.4) 20%,
rgba(var(--primary-color-rgb), 0.4) 40%,
rgba(var(--primary-color-rgb), 0.5) 40%,
rgba(var(--primary-color-rgb), 0.5) 60%,
rgba(var(--primary-color-rgb), 0.6) 60%,
rgba(var(--primary-color-rgb), 0.6) 80%,
rgba(var(--primary-color-rgb), 0.8) 80%
),
linear-gradient(
180deg,
rgba(var(--secondary-color-rgb), 0) 20%,
rgba(var(--secondary-color-rgb), 0.4) 20%,
rgba(var(--secondary-color-rgb), 0.4) 40%,
rgba(var(--secondary-color-rgb), 0.6) 40%,
rgba(var(--secondary-color-rgb), 0.6) 60%,
rgba(var(--secondary-color-rgb), 0.8) 60%,
rgba(var(--secondary-color-rgb), 0.8) 80%,
rgba(var(--secondary-color-rgb), 0.9) 80%
);
background-color: rgb(var(--primary-color-rgb));
background-size: 100% 100%;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
p {
margin: 0;
}
a {
text-decoration: none;
color: var(--secondary-color);
font-weight: 400;
border-bottom: 1px solid var(--tertiary-color);
}
a:hover {
color: var(--primary-color);
}
ul {
margin-bottom: 0;
}
main {
background-color: var(--white);
max-width: 90vw;
min-height: 100vh;
box-shadow: 0 0 4px rgba(var(--black-rgb), 0.5);
}
nav {
background-color: var(--black);
color: var(--white);
}
nav ul {
list-style-type: none;
}
nav ul li {
display: inline-block;
margin-left: 1rem;
}
nav ul li a {
color: var(--white);
border-color: var(--white);
}
nav ul li a:hover {
color: var(--light-gray);
border-color: var(--light-gray);
}
.flex-break {
flex-basis: 100%;
height: 0;
}
/* App */
#app {
position: relative;
padding-top: calc(56.25% / 2);
padding-bottom: calc(56.25% / 2);
overflow: hidden;
max-width: 100%;
height: auto;
}
/* Form */
#form_1 {
display: flex;
flex-flow: row wrap;
align-content: center;
background-image: url(img/hero-1.jpg);
background-size: cover;
background-position: center center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#form_1 input[name="zip"] {
flex: 0 0 200px;
margin: 0 auto;
height: 40px;
max-width: 200px;
background-color: var(--white);
color: var(--black);
border: 2px solid var(--secondary-color);
border-radius: 5px;
text-align: center;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#form_1 input[name="zip"]::placeholder {
text-align: center;
color: var(--medium-gray);
}
#form_1 input[type="submit"] {
flex: 0 0 200px;
margin: 0 auto;
height: 40px;
line-height: 20px;
position: relative;
top: -2px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#form_error {
flex: 0 0 196px;
color: var(--black);
background-color: orangered;
padding: 2px 0;
text-align: center;
font-size: 0.8rem;
font-weight: 600;
position: relative;
top: -2px;
border-radius: 0 0 5px 5px;
}
#map {
height: 400px;
}
#learn_more {
font-weight: 600;
font-size: 1.2rem;
}
/*
* Responsive styles
*/
@media (min-device-width: 576px) {
/* BS X-Small*/
}
@media (min-device-width: 768px) {
/* BS Small */
}
@media (min-device-width: 992px) {
/* BS Medium */
main {
max-width: 900px;
}
}
@media (min-device-width: 1200px) {
/* BS Large */
}
@media (min-device-width: 1400px) {
/* BS X-Large */
} | 0.394551 | 0.057177 |
body {
font-family: 'Merriweather', serif;
background: #f0f0f0;
height: 100%;
position: relative;
}
/* Navigational Bar Blade */
.account-header {
background-color: white;
justify-content: flex-end;
display:flex;
color: #1f60ad;
font-size: small;
font-size: small;
}
.btn-link {
padding: 0;
border: none;
text-decoration: none;
background: none;
color: #1f60ad;
}
.btn-link:hover, .btn-link:focus {
color:#f06e2a;
font-weight: bold;
}
.header-image {
background-color: white;
display:flex;
}
.img-center {
display: block;
height: auto;
margin-left: auto;
margin-right: auto;
}
.myNavBar {
background: #1f60ad;
}
.nav-link {
color:white;
font-size:1em;
font-weight: normal;
}
/* Modify the color of link upon hover and selection*/
.nav-link:hover, .nav-link:focus {
color:#f06e2a;
}
.dropdown-menu {
background-color:transparent;
min-width: 15em;
border:none;
}
.dropdown-item {
color:white;
font-weight:lighter;
padding:1em;
background-color: #1f60ad;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-item.active, .dropdown-item:active {
background-color: #1f60ad !important;
color:#f06e2a !important;
}
.dropdown-item:hover, .dropdown-item:focus {
background-color: #1f60ad !important;
color:#f06e2a !important;
}
/* Enable hover to open dropdown menu */
.dropdown:hover>.dropdown-menu {
display: block;
}
/* Home Blade */
.container {
padding: 2em;
}
.post {
text-align: center;
background-color: white !important;
}
.post-link {
color: #1f60ad;
text-decoration: none;
}
.post-link:hover, .post-link:focus {
color: #cf4d35;
text-decoration: none;
font-weight: bold;
}
.col {
display:flex;
justify-content: center;
}
.title-container {
text-align: center;
color:white;
font-weight: bold;
background-color: #1f60ad !important;
}
.img-container {
background-color: black;
}
.post-img:hover {
opacity: 0.5;
}
.text-post {
justify-content: flex-start;
margin-right: auto;
}
.btn-addpost {
background-color: #1f60ad;
color: white;
align-self: flex-end;
margin-left: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.btn-addpost:hover {
opacity: 0.5;
color: white;
}
.search-box {
display: inline;
margin: 0;
width: 20%;
}
#postform {
overflow: hidden;
max-height: 0;
transition: max-height 0.8s;
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
}
#postform.show {
max-height: 100%;
transition: max-height 0.8s;
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
}
.card-deck {
background-color: transparent;
border:none;
}
.card {
padding: 1em;
background: #ffffff;
margin-bottom: 3em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.post-img {
width:100%;
}
.text {
font-size: large;
margin: 0;
}
.logo {
width:15%;
height:15%;
overflow: hidden;
}
/* Login and Register Blade */
.btn-primary {
background-color: #1f60ad;
}
.btn-primary:hover, .btn-primary:focus {
color:#f06e2a;
background-color: #1f60ad;
}
/* Footer Blade */
.myFooter {
background: #444444;
position: relative;
min-width: 100%;
bottom: 0;
left: 0;
}
.footerText {
color:white;
font-size: 0.8em;
margin: 0;
padding: 0;
}
/* JS Related */
.active {
color:#f06e2a;
font-weight: bold;
} | public/assets/css/styles.css | body {
font-family: 'Merriweather', serif;
background: #f0f0f0;
height: 100%;
position: relative;
}
/* Navigational Bar Blade */
.account-header {
background-color: white;
justify-content: flex-end;
display:flex;
color: #1f60ad;
font-size: small;
font-size: small;
}
.btn-link {
padding: 0;
border: none;
text-decoration: none;
background: none;
color: #1f60ad;
}
.btn-link:hover, .btn-link:focus {
color:#f06e2a;
font-weight: bold;
}
.header-image {
background-color: white;
display:flex;
}
.img-center {
display: block;
height: auto;
margin-left: auto;
margin-right: auto;
}
.myNavBar {
background: #1f60ad;
}
.nav-link {
color:white;
font-size:1em;
font-weight: normal;
}
/* Modify the color of link upon hover and selection*/
.nav-link:hover, .nav-link:focus {
color:#f06e2a;
}
.dropdown-menu {
background-color:transparent;
min-width: 15em;
border:none;
}
.dropdown-item {
color:white;
font-weight:lighter;
padding:1em;
background-color: #1f60ad;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-item.active, .dropdown-item:active {
background-color: #1f60ad !important;
color:#f06e2a !important;
}
.dropdown-item:hover, .dropdown-item:focus {
background-color: #1f60ad !important;
color:#f06e2a !important;
}
/* Enable hover to open dropdown menu */
.dropdown:hover>.dropdown-menu {
display: block;
}
/* Home Blade */
.container {
padding: 2em;
}
.post {
text-align: center;
background-color: white !important;
}
.post-link {
color: #1f60ad;
text-decoration: none;
}
.post-link:hover, .post-link:focus {
color: #cf4d35;
text-decoration: none;
font-weight: bold;
}
.col {
display:flex;
justify-content: center;
}
.title-container {
text-align: center;
color:white;
font-weight: bold;
background-color: #1f60ad !important;
}
.img-container {
background-color: black;
}
.post-img:hover {
opacity: 0.5;
}
.text-post {
justify-content: flex-start;
margin-right: auto;
}
.btn-addpost {
background-color: #1f60ad;
color: white;
align-self: flex-end;
margin-left: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.btn-addpost:hover {
opacity: 0.5;
color: white;
}
.search-box {
display: inline;
margin: 0;
width: 20%;
}
#postform {
overflow: hidden;
max-height: 0;
transition: max-height 0.8s;
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
}
#postform.show {
max-height: 100%;
transition: max-height 0.8s;
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
}
.card-deck {
background-color: transparent;
border:none;
}
.card {
padding: 1em;
background: #ffffff;
margin-bottom: 3em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.post-img {
width:100%;
}
.text {
font-size: large;
margin: 0;
}
.logo {
width:15%;
height:15%;
overflow: hidden;
}
/* Login and Register Blade */
.btn-primary {
background-color: #1f60ad;
}
.btn-primary:hover, .btn-primary:focus {
color:#f06e2a;
background-color: #1f60ad;
}
/* Footer Blade */
.myFooter {
background: #444444;
position: relative;
min-width: 100%;
bottom: 0;
left: 0;
}
.footerText {
color:white;
font-size: 0.8em;
margin: 0;
padding: 0;
}
/* JS Related */
.active {
color:#f06e2a;
font-weight: bold;
} | 0.447943 | 0.070208 |
.root {
-fx-font-size: 30px;
-fx-font-family: "Comic Sans MS";
-fx-background-image: url("../image/selectbg.png");
-fx-background-repeat: no-repeat;
-fx-background-attachment: fixed;
-fx-background-position: center;
-fx-background-size: 100%;
}
.center-pane {
-fx-padding: 40px;
-fx-background-color: rgba(255, 255, 255, 0.5);
-fx-background-radius: 50px;
-fx-border-radius: 50px;
-fx-border-width: 3px;
-fx-border-color: rgba(255, 0, 0, 0.2);
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.8), 5, 0, 0, 0);
}
.title {
-fx-font-size: 40px;
-fx-font-weight: bold;
}
.back-btn {
-fx-background-color: rgba(255, 255, 255, 0);
-fx-alignment: center;
-fx-font-size: 45px;
-fx-text-fill: #fff;
-fx-font-weight: bold;
}
.back-btn:hover {
-fx-text-fill: #ff0;
-fx-font-size: 48px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.8), 10, 0, 0, 0);
}
.back-btn:pressed {
-fx-text-fill: #ff0;
-fx-font-size: 46px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.9), 10, 0, 0, 0);
}
.confirm-btn {
-fx-background-color: rgba(255, 255, 255, 0);
-fx-alignment: center;
-fx-font-size: 45px;
-fx-text-fill: #fff;
-fx-font-weight: bold;
}
.confirm-btn:hover {
-fx-text-fill: #ff0;
-fx-font-size: 48px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.8), 10, 0, 0, 0);
}
.confirm-btn:pressed {
-fx-text-fill: #ff0;
-fx-font-size: 46px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.9), 10, 0, 0, 0);
}
.text-field {
-fx-background-color: rgba(0, 0, 0, 0);
-fx-border-width: 0px 0px 2px 0px;
-fx-border-color: #000;
}
.combo-box {
-fx-background-color: rgba(0, 0, 0, 0);
-fx-border-width: 2px;
-fx-border-color: #000;
-fx-border-radius: 10px;
}
.combo-box-popup .list-view {
/*-fx-pref-width: 200;*/ /* not working! */
-fx-pref-height: 300;
}
.combo-box-popup .list-view .list-cell {
-fx-background-color: rgba(255, 255, 255, 0.7);
-fx-text-fill: #000;
}
.combo-box-popup .list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover {
-fx-background-color: rgba(0, 0, 0, 0.4);
-fx-text-fill: #fff;
}
.combo-box-popup .list-view .list-cell:filled:hover {
-fx-background-color: rgba(0, 0, 0, 0.7);
-fx-text-fill: #fff;
}
.list-view {
-fx-background-color: rgba(0, 0, 0, 0.1);
-fx-background-radius: 10px;
-fx-border-width: 1px;
-fx-border-color: #000;
-fx-border-radius: 10px;
}
.list-view .list-cell {
-fx-background-color: rgba(255, 255, 255, 0.3);
-fx-text-fill: #000;
}
.list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover {
-fx-background-color: rgba(0, 0, 0, 0.4);
-fx-text-fill: #fff;
}
.list-view .list-cell:filled:hover {
-fx-background-color: rgba(0, 0, 0, 0.7);
-fx-text-fill: #fff;
}
.label {
-fx-text-fill: #000;
}
.list-cell:filled:hover .label {
-fx-text-fill: #fff;
}
.list-cell:filled:selected .label {
-fx-text-fill: #fff;
} | src/main/resources/pacman/css/select.css | .root {
-fx-font-size: 30px;
-fx-font-family: "Comic Sans MS";
-fx-background-image: url("../image/selectbg.png");
-fx-background-repeat: no-repeat;
-fx-background-attachment: fixed;
-fx-background-position: center;
-fx-background-size: 100%;
}
.center-pane {
-fx-padding: 40px;
-fx-background-color: rgba(255, 255, 255, 0.5);
-fx-background-radius: 50px;
-fx-border-radius: 50px;
-fx-border-width: 3px;
-fx-border-color: rgba(255, 0, 0, 0.2);
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.8), 5, 0, 0, 0);
}
.title {
-fx-font-size: 40px;
-fx-font-weight: bold;
}
.back-btn {
-fx-background-color: rgba(255, 255, 255, 0);
-fx-alignment: center;
-fx-font-size: 45px;
-fx-text-fill: #fff;
-fx-font-weight: bold;
}
.back-btn:hover {
-fx-text-fill: #ff0;
-fx-font-size: 48px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.8), 10, 0, 0, 0);
}
.back-btn:pressed {
-fx-text-fill: #ff0;
-fx-font-size: 46px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.9), 10, 0, 0, 0);
}
.confirm-btn {
-fx-background-color: rgba(255, 255, 255, 0);
-fx-alignment: center;
-fx-font-size: 45px;
-fx-text-fill: #fff;
-fx-font-weight: bold;
}
.confirm-btn:hover {
-fx-text-fill: #ff0;
-fx-font-size: 48px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.8), 10, 0, 0, 0);
}
.confirm-btn:pressed {
-fx-text-fill: #ff0;
-fx-font-size: 46px;
-fx-stroke: #f00;
-fx-stroke-width: 1;
-fx-effect: dropshadow(three-pass-box, rgba(255, 0, 0, 0.9), 10, 0, 0, 0);
}
.text-field {
-fx-background-color: rgba(0, 0, 0, 0);
-fx-border-width: 0px 0px 2px 0px;
-fx-border-color: #000;
}
.combo-box {
-fx-background-color: rgba(0, 0, 0, 0);
-fx-border-width: 2px;
-fx-border-color: #000;
-fx-border-radius: 10px;
}
.combo-box-popup .list-view {
/*-fx-pref-width: 200;*/ /* not working! */
-fx-pref-height: 300;
}
.combo-box-popup .list-view .list-cell {
-fx-background-color: rgba(255, 255, 255, 0.7);
-fx-text-fill: #000;
}
.combo-box-popup .list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover {
-fx-background-color: rgba(0, 0, 0, 0.4);
-fx-text-fill: #fff;
}
.combo-box-popup .list-view .list-cell:filled:hover {
-fx-background-color: rgba(0, 0, 0, 0.7);
-fx-text-fill: #fff;
}
.list-view {
-fx-background-color: rgba(0, 0, 0, 0.1);
-fx-background-radius: 10px;
-fx-border-width: 1px;
-fx-border-color: #000;
-fx-border-radius: 10px;
}
.list-view .list-cell {
-fx-background-color: rgba(255, 255, 255, 0.3);
-fx-text-fill: #000;
}
.list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover {
-fx-background-color: rgba(0, 0, 0, 0.4);
-fx-text-fill: #fff;
}
.list-view .list-cell:filled:hover {
-fx-background-color: rgba(0, 0, 0, 0.7);
-fx-text-fill: #fff;
}
.label {
-fx-text-fill: #000;
}
.list-cell:filled:hover .label {
-fx-text-fill: #fff;
}
.list-cell:filled:selected .label {
-fx-text-fill: #fff;
} | 0.397704 | 0.079104 |
.flexigrid div.mDiv div.preview:hover {
background: #FFFFFF url(../img/preview-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.mDiv div.download:hover {
background: #FFFFFF url(../img/download-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.mDiv div.open-in-manager:hover {
background:#FFFFFF url(../img/open-in-manager-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.mDiv div.delete:hover {
background: #FFFFFF url(../img/delete-datasource-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.bDiv tr.trSelected:hover td,.flexigrid div.bDiv tr.trSelected:hover td.sorted,.flexigrid div.bDiv tr.trOver.trSelected td.sorted,.flexigrid div.bDiv tr.trOver.trSelected td,.flexigrid tr.trSelected td.sorted,.flexigrid tr.trSelected td{
background: -moz-linear-gradient(top, #C2FF7E , #4FA33F);
background: -webkit-gradient(linear, left top, left bottom, from(#C2FF7E), to(#4FA33F));
background: -ms-linear-gradient(#C2FF7E, #4FA33F);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2FF7E', endColorstr='#4FA33F');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2FF7E', endColorstr='#4FA33F');
border-right: 1px solid #a3ec92;
border-left: 1px solid #a3ec92;
border-bottom: 1px solid #a3ec92;
}
.flexigrid .pSearch:hover {
background: url(../img/magnifier-hover.png) no-repeat center;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
behavior: url(js/ie-css3.htc);
}
.flexigrid .pFirst:hover {
background: #FFFFFF url(../img/first-hover.png) no-repeat center;
}
.flexigrid .pPrev:hover {
background: #FFFFFF url(../img/prev-hover.png) no-repeat center;
}
.flexigrid .pNext:hover {
background: #FFFFFF url(../img/next-hover.png) no-repeat center;
}
.flexigrid .pLast:hover {
background: #FFFFFF url(../img/last-hover.png) no-repeat center;
}
.change-srs{text-decoration:none;color:#808080;text-shadow:none;font-weight:normal;padding: 0 3px 0 3px;}
.change-srs:hover{color:#3edf64;}
.change-format{text-decoration:none;color:#808080;text-shadow:none;font-weight:normal;padding: 0 3px 0 3px;}
.change-format:hover{color:#3edf64;} | mapmint-ui/new-themes/themes/green/grid.css | .flexigrid div.mDiv div.preview:hover {
background: #FFFFFF url(../img/preview-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.mDiv div.download:hover {
background: #FFFFFF url(../img/download-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.mDiv div.open-in-manager:hover {
background:#FFFFFF url(../img/open-in-manager-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.mDiv div.delete:hover {
background: #FFFFFF url(../img/delete-datasource-hover.png);
border-color: #9a9a9a;
}
.flexigrid div.bDiv tr.trSelected:hover td,.flexigrid div.bDiv tr.trSelected:hover td.sorted,.flexigrid div.bDiv tr.trOver.trSelected td.sorted,.flexigrid div.bDiv tr.trOver.trSelected td,.flexigrid tr.trSelected td.sorted,.flexigrid tr.trSelected td{
background: -moz-linear-gradient(top, #C2FF7E , #4FA33F);
background: -webkit-gradient(linear, left top, left bottom, from(#C2FF7E), to(#4FA33F));
background: -ms-linear-gradient(#C2FF7E, #4FA33F);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2FF7E', endColorstr='#4FA33F');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2FF7E', endColorstr='#4FA33F');
border-right: 1px solid #a3ec92;
border-left: 1px solid #a3ec92;
border-bottom: 1px solid #a3ec92;
}
.flexigrid .pSearch:hover {
background: url(../img/magnifier-hover.png) no-repeat center;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
behavior: url(js/ie-css3.htc);
}
.flexigrid .pFirst:hover {
background: #FFFFFF url(../img/first-hover.png) no-repeat center;
}
.flexigrid .pPrev:hover {
background: #FFFFFF url(../img/prev-hover.png) no-repeat center;
}
.flexigrid .pNext:hover {
background: #FFFFFF url(../img/next-hover.png) no-repeat center;
}
.flexigrid .pLast:hover {
background: #FFFFFF url(../img/last-hover.png) no-repeat center;
}
.change-srs{text-decoration:none;color:#808080;text-shadow:none;font-weight:normal;padding: 0 3px 0 3px;}
.change-srs:hover{color:#3edf64;}
.change-format{text-decoration:none;color:#808080;text-shadow:none;font-weight:normal;padding: 0 3px 0 3px;}
.change-format:hover{color:#3edf64;} | 0.271348 | 0.077448 |
body {
color: black;
margin: 0;
background: #EAF3F0;
display: flex; /* USED TO PUSH FOOTER TO THE BOTTOM */
flex-direction: column; /* USED TO PUSH FOOTER TO THE BOTTOM */
min-height: 100vh; /* USED TO PUSH FOOTER TO THE BOTTOM */
font-family: 'Raleway', sans-serif;
}
:root {
--main-color: #459B74;
--secondary-color: #8d8d8d;
--theme-border-radius: 16px;
--theme-box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}
*, ::after, ::before {
box-sizing: border-box;
}
a {
text-decoration: none;
}
p {
font-size: 14px;
margin: 0 0 1em;
}
h1 {
margin: 0 0 1em;
}
img {
max-width: 100%;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
button {
cursor: pointer;
font-family: 'Raleway', sans-serif;
}
.unselectable {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* More start */
.more {
margin-top: 12px;
display: flex;
}
.more__button {
background: transparent;
border: none;
display: flex;
align-items: center;
padding: 0;
color: var(--main-color);
font-size: 14px;
}
.more__button--hidden {
display: none;
}
.more__button--vertical {
flex-direction: column;
}
.more__icon {
font-size: 22px;
pointer-events: none;
}
.more_align_right {
justify-content: flex-end;
}
.more_align_center {
justify-content: center;
}
/* More end */
/* Card start */
.card {
background: white;
border-radius: 25px;
padding: 20px 85px 10px;
display: flex;
align-items: flex-start;
gap: 50px;
box-shadow: var(--theme-box-shadow);
}
.card__img-container {
padding: 15px 0 25px;
min-width: 190px;
max-width: 190px;
}
.card__img {
border-radius: 50%;
}
.card__categories {
display: flex;
gap: 10px 20px;
flex-wrap: wrap;
}
.card__categories--mobile {
display: none;
margin-bottom: 20px;
gap: 5px 16px;
}
.card__categories-item {
color: var(--secondary-color);;
font-size: 14px;
}
.card__header {
display: flex;
align-items: center;
margin: 20px 0 12px;
gap: 20px;
}
.card__header-title {
font-size: 20px;
margin: 0;
}
.card__header-title a {
color: black;
}
.card__header-hash {
color: var(--secondary-color);
margin: 0;
font-size: 14px;
}
.card__header-icon {
cursor: pointer;
display: flex;
}
.card__header-icon svg {
color: var(--secondary-color);
width: 16px;
}
.card__text {
font-size: 14px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
padding-right: 20px;
}
.card__text--expanded {
animation: fadeEffect 1s;
display: block;
}
/*------ Vertical Card start--------*/
.card--vertical {
flex-direction: column;
gap: 0;
width: calc(33.3% - 20px);
padding: 30px 40px;
}
.card--vertical__mobile-title {
display: none;
color: black;
font-weight: bold;
}
.card--vertical .card__img-container {
padding: 0;
min-width: auto;
max-width: 190px;
}
.card--vertical .card__img {
width: 100%;
}
.card--vertical .card__header {
margin: 15px 0 10px;
}
.card--vertical .card__body {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 100%;
}
.card--vertical .card__text {
-webkit-line-clamp: 5;
padding-right: 0;
margin-bottom: 12px;
}
.card--vertical .card__header-title {
-webkit-line-clamp: 4;
}
.card--vertical .more {
margin-top: auto;
}
/*------ Vertical Card end--------*/
/* Card end */
/* Refresher start */
.refresher {
display: flex;
gap: 10px;
justify-content: space-between;
}
.refresher__item {
flex-basis: 100%;
display: flex;
flex-direction: column;
width: 100%;
}
.refresher__icon-container {
display: flex;
align-items: center;
}
.refresher__icon {
background: #f1f1f1;
padding: 8px;
border-radius: 50%;
box-shadow: var(--theme-box-shadow);
margin-top: 16px;
cursor: pointer;
border: none;
transition: 0.3s;
}
.refresher__icon:hover {
background: white;
}
.refresher__icon svg {
width: 18px;
}
.refresher__card {
background: white;
border-radius: 25px;
padding: 40px 30px 25px;
gap: 25px;
display: flex;
box-shadow: var(--theme-box-shadow);
flex-grow: 1;
}
.refresher__card-img {
border-radius: 50%;
max-width: 100%;
min-width: 130px;
width: 130px;
}
.refresher__card-text {
display: flex;
flex-direction: column;
width: 100%;
}
.refresher__card-title {
font-size: 16px;
margin-bottom: 10px;
margin-top: 0;
}
.refresher__card-title a {
color: black;
}
.refresher__card-body {
font-size: 14px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
padding-right: 10px;
}
.refresher__card .more {
margin-top: auto;
}
/* Refresher end */
/* Category block start */
.category-block {
display: flex;
flex-direction: column;
border-radius: 20px;
overflow: hidden;
box-shadow: var(--theme-box-shadow);
width: calc(25% - 30px);
background: var(--main-color);
}
.category-block__name {
background: var(--main-color);
margin: 0;
color: white;
padding: 20px 10px;
text-align: center;
}
/* Category block end */
/* Main start */
.main {
flex-grow: 1; /* USED TO PUSH FOOTER TO THE BOTTOM */
padding: 30px 0 60px;
}
.main-container {
max-width: 1240px;
width: 100%;
display: flex;
margin: 0 auto;
padding: 0 50px;
}
.logo {
display: flex;
}
.main-title {
text-transform: uppercase;
color: var(--main-color);
font-size: 17px;
font-weight: 700;
}
.owl-nav {
font-size: 14px;
box-shadow: var(--theme-box-shadow);
border-radius: 50%;
padding: 8px;
position: absolute;
top: calc(50% + 10px);
left: 20px;
z-index: 2;
background: #f1f1f1;
font-weight: 900;
cursor: pointer;
transition: 0.3s;
}
.owl-nav:hover {
background: white;
}
.owl-nav-prev {
left: 20px;
}
.owl-nav-next {
left: auto;
right: 20px;
}
.page-desc {
width: 100%;
background: white;
box-shadow: var(--theme-box-shadow);
border-radius: var(--theme-border-radius);
padding: 30px 50px 40px;
}
.page-desc__text {
margin-bottom: 0;
}
/* Main end */
/* Header start */
.header {
background: white;
padding: 45px 0 40px;
}
.header__inner {
align-items: center;
}
.search {
margin: 0 auto 0 60px;
position: relative;
background: #f1f1f1;
border-radius: 18px;
padding: 8px 20px;
display: flex;
align-items: center;
}
.search--active {
background: var(--main-color);
}
.search__input {
background: transparent;
border: none;
width: 430px;
padding: 5px 10px;
font-size: 12px;
}
.search--active .search__input {
color: white;
}
.search__input::placeholder {
color: #b9b9b9;
}
.search--active .search__input::placeholder {
color: whitesmoke;
}
.search__input:focus-visible {
outline: none;
}
.search__icon {
color: #b9b9b9;
font-size: 18px;
}
.search--active .search__icon {
color: white;
}
.page-nav {
display: flex;
align-items: center;
gap: 10px;
}
.page-nav__link {
color: black;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}
.page-nav__link--active {
color: var(--main-color);
font-weight: 800;
}
.home-link {
display: flex;
color: black;
border: 1px solid;
border-radius: 50%;
padding: 2px;
}
.home-link--active {
color: var(--main-color);
}
.home-link__span {
font-size: 13px;
}
.mobile-header {
padding: 30px 20px;
display: none;
}
.mobile-header__logo-container {
width: 100%;
display: flex;
justify-content: center;
}
.mobile-menu-toggler {
color: white;
background: var(--main-color);
border: none;
display: flex;
padding: 12px;
border-radius: 30%;
}
.mobile-header__row {
display: flex;
gap: 20px;
margin-top: 20px;
}
.mobile-menu {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: var(--main-color);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 9;
transition: 0.3s;
overflow-y: auto;
}
.mobile-menu--visible {
left: 0;
}
.mobile-menu__logo {
margin-bottom: 40px;
}
.mobile-menu__ul {
display: flex;
flex-direction: column;
gap: 25px;
text-align: center;
}
.mobile-menu__link {
color: white;
font-weight: 300;
}
.mobile-menu__close, .mobile-menu__return {
margin-top: 40px;
background: white;
color: #323232;
padding: 12px;
border-radius: 50%;
border: none;
display: flex;
box-shadow: 0px 4px 16px rgba(29, 29, 29, 0.15);
}
.mobile-categories {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: var(--main-color);
z-index: 10;
transition: 0.3s;
overflow-y: auto;
padding: 0 5px 30px;
}
.mobile-categories--visible {
left: 0;
}
.mobile-categories__title {
color: white;
text-transform: uppercase;
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
.mobile-categories__controls {
display: flex;
width: 100%;
justify-content: center;
margin-bottom: 40px;
gap: 50px;
}
/* Header end */
/* Rules start */
.rules__inner {
display: flex;
gap: 30px;
}
.rules__all {
width: 30%;
margin: 0;
background: var(--main-color);
border-radius: 25px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
color: white;
font-weight: 600;
padding: 14px 0;
border: none;
}
.rules__search {
width: 40%;
margin: 0;
background: white;
box-shadow: var(--theme-box-shadow);
border-radius: 25px;
display: flex;
justify-content: center;
}
.rules__search--max {
width: 100%;
}
.rules__search-icon {
color: black;
}
.rules__search-input {
font-size: 15px;
width: 250px;
}
.rules__search-input::placeholder {
color: #838383;
}
.filters-toggler {
width: 30%;
margin: 0;
background: var(--main-color);
border-radius: 25px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: white;
font-weight: 400;
border: none;
}
.filters-toggler span {
transition: 0.5s;
}
.filters-toggler--active span {
transform: rotate(90deg);
}
.category-filters {
-moz-transition: height .5s;
-ms-transition: height .5s;
-o-transition: height .5s;
-webkit-transition: height .5s;
transition: height .5s;
overflow: hidden;
height: 0px;
}
.category-filters__inner {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding-top: 30px;
}
.category-filters__button {
padding: 14px 5px;
display: flex;
width: calc(20% - 8px);
justify-content: center;
border: 2px dashed var(--main-color);
border-radius: 20px;
font-size: 14px;
background: transparent;
align-items: center;
color: black;
}
.category-filters__button--active {
background: var(--main-color);
color: white;
}
/* Rules end */
/* Search start */
.search-page {
flex-direction: column;
}
.search-page__authors {
margin-top: 30px;
}
.search-page__quotes {
margin-top: 30px;
}
.search-page__list {
display: flex;
flex-direction: column;
gap: 20px;
}
.search-page__highlight {
background: var(--main-color);
color: white;
}
.search-page .card__header-title {
text-transform: capitalize;
}
/* Search end */
/* Privacy page start */
.privacy-page ul {
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 40px;
}
.privacy-page .page-desc {
font-size: 14px;
}
/* Privacy page end */
/* Footer start */
.footer {
background: white;
padding: 65px 0;
}
.footer__inner {
align-items: flex-start;
}
.footer__terms {
margin: 0 auto 0 60px;
display: flex;
flex-direction: column;
}
.footer__terms-link {
font-weight: bold;
color: black;
font-size: 14px;
margin-bottom: 5px;
display: flex;
width: max-content;
}
.copyright {
margin: 40px 0 0;
font-weight: 100;
font-style: italic;
}
.footer__socials-text {
margin-bottom: 12px;
}
.socials {
display: flex;
gap: 20px;
}
.socials__link {
display: flex;
border-radius: 50%;
background: #f1f1f1;
padding: 12px;
box-shadow: var(--theme-box-shadow);
transition: 0.3s;
}
.socials__link:hover {
background: white;
}
.socials__link svg {
width: 20px;
}
/* Footer end */
/* Pagination start */
.pagination {
display: flex;
gap: 15px;
padding-left: 0;
list-style: none;
margin: 0px;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
}
.page-link {
position: relative;
display: flex;
color: black;
border-radius: 50%;
background: #f1f1f1;
line-height: 1;
width: 45px;
height: 45px;
align-items: center;
justify-content: center;
box-shadow: var(--theme-box-shadow);
transition: 0.3s;
}
.page-link:hover {
z-index: 2;
background-color: white;
}
/* (...) */
.page-link--arrows {
background: transparent;
box-shadow: none;
font-size: 25px;
color: var(--main-color);
}
.page-link--arrows:hover {
color: var(--main-color);
background: transparent;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: var(--main-color);
}
/* Pagination end */
/* Yandex share buttons start */
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
background: transparent !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
background-image: url('/img/main/share.svg') !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
padding: 0 !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
margin: 0 !important;
}
/* Yandex share buttons end */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
} | public/css/uncompressed/main.css | body {
color: black;
margin: 0;
background: #EAF3F0;
display: flex; /* USED TO PUSH FOOTER TO THE BOTTOM */
flex-direction: column; /* USED TO PUSH FOOTER TO THE BOTTOM */
min-height: 100vh; /* USED TO PUSH FOOTER TO THE BOTTOM */
font-family: 'Raleway', sans-serif;
}
:root {
--main-color: #459B74;
--secondary-color: #8d8d8d;
--theme-border-radius: 16px;
--theme-box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}
*, ::after, ::before {
box-sizing: border-box;
}
a {
text-decoration: none;
}
p {
font-size: 14px;
margin: 0 0 1em;
}
h1 {
margin: 0 0 1em;
}
img {
max-width: 100%;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
button {
cursor: pointer;
font-family: 'Raleway', sans-serif;
}
.unselectable {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* More start */
.more {
margin-top: 12px;
display: flex;
}
.more__button {
background: transparent;
border: none;
display: flex;
align-items: center;
padding: 0;
color: var(--main-color);
font-size: 14px;
}
.more__button--hidden {
display: none;
}
.more__button--vertical {
flex-direction: column;
}
.more__icon {
font-size: 22px;
pointer-events: none;
}
.more_align_right {
justify-content: flex-end;
}
.more_align_center {
justify-content: center;
}
/* More end */
/* Card start */
.card {
background: white;
border-radius: 25px;
padding: 20px 85px 10px;
display: flex;
align-items: flex-start;
gap: 50px;
box-shadow: var(--theme-box-shadow);
}
.card__img-container {
padding: 15px 0 25px;
min-width: 190px;
max-width: 190px;
}
.card__img {
border-radius: 50%;
}
.card__categories {
display: flex;
gap: 10px 20px;
flex-wrap: wrap;
}
.card__categories--mobile {
display: none;
margin-bottom: 20px;
gap: 5px 16px;
}
.card__categories-item {
color: var(--secondary-color);;
font-size: 14px;
}
.card__header {
display: flex;
align-items: center;
margin: 20px 0 12px;
gap: 20px;
}
.card__header-title {
font-size: 20px;
margin: 0;
}
.card__header-title a {
color: black;
}
.card__header-hash {
color: var(--secondary-color);
margin: 0;
font-size: 14px;
}
.card__header-icon {
cursor: pointer;
display: flex;
}
.card__header-icon svg {
color: var(--secondary-color);
width: 16px;
}
.card__text {
font-size: 14px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
padding-right: 20px;
}
.card__text--expanded {
animation: fadeEffect 1s;
display: block;
}
/*------ Vertical Card start--------*/
.card--vertical {
flex-direction: column;
gap: 0;
width: calc(33.3% - 20px);
padding: 30px 40px;
}
.card--vertical__mobile-title {
display: none;
color: black;
font-weight: bold;
}
.card--vertical .card__img-container {
padding: 0;
min-width: auto;
max-width: 190px;
}
.card--vertical .card__img {
width: 100%;
}
.card--vertical .card__header {
margin: 15px 0 10px;
}
.card--vertical .card__body {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 100%;
}
.card--vertical .card__text {
-webkit-line-clamp: 5;
padding-right: 0;
margin-bottom: 12px;
}
.card--vertical .card__header-title {
-webkit-line-clamp: 4;
}
.card--vertical .more {
margin-top: auto;
}
/*------ Vertical Card end--------*/
/* Card end */
/* Refresher start */
.refresher {
display: flex;
gap: 10px;
justify-content: space-between;
}
.refresher__item {
flex-basis: 100%;
display: flex;
flex-direction: column;
width: 100%;
}
.refresher__icon-container {
display: flex;
align-items: center;
}
.refresher__icon {
background: #f1f1f1;
padding: 8px;
border-radius: 50%;
box-shadow: var(--theme-box-shadow);
margin-top: 16px;
cursor: pointer;
border: none;
transition: 0.3s;
}
.refresher__icon:hover {
background: white;
}
.refresher__icon svg {
width: 18px;
}
.refresher__card {
background: white;
border-radius: 25px;
padding: 40px 30px 25px;
gap: 25px;
display: flex;
box-shadow: var(--theme-box-shadow);
flex-grow: 1;
}
.refresher__card-img {
border-radius: 50%;
max-width: 100%;
min-width: 130px;
width: 130px;
}
.refresher__card-text {
display: flex;
flex-direction: column;
width: 100%;
}
.refresher__card-title {
font-size: 16px;
margin-bottom: 10px;
margin-top: 0;
}
.refresher__card-title a {
color: black;
}
.refresher__card-body {
font-size: 14px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
padding-right: 10px;
}
.refresher__card .more {
margin-top: auto;
}
/* Refresher end */
/* Category block start */
.category-block {
display: flex;
flex-direction: column;
border-radius: 20px;
overflow: hidden;
box-shadow: var(--theme-box-shadow);
width: calc(25% - 30px);
background: var(--main-color);
}
.category-block__name {
background: var(--main-color);
margin: 0;
color: white;
padding: 20px 10px;
text-align: center;
}
/* Category block end */
/* Main start */
.main {
flex-grow: 1; /* USED TO PUSH FOOTER TO THE BOTTOM */
padding: 30px 0 60px;
}
.main-container {
max-width: 1240px;
width: 100%;
display: flex;
margin: 0 auto;
padding: 0 50px;
}
.logo {
display: flex;
}
.main-title {
text-transform: uppercase;
color: var(--main-color);
font-size: 17px;
font-weight: 700;
}
.owl-nav {
font-size: 14px;
box-shadow: var(--theme-box-shadow);
border-radius: 50%;
padding: 8px;
position: absolute;
top: calc(50% + 10px);
left: 20px;
z-index: 2;
background: #f1f1f1;
font-weight: 900;
cursor: pointer;
transition: 0.3s;
}
.owl-nav:hover {
background: white;
}
.owl-nav-prev {
left: 20px;
}
.owl-nav-next {
left: auto;
right: 20px;
}
.page-desc {
width: 100%;
background: white;
box-shadow: var(--theme-box-shadow);
border-radius: var(--theme-border-radius);
padding: 30px 50px 40px;
}
.page-desc__text {
margin-bottom: 0;
}
/* Main end */
/* Header start */
.header {
background: white;
padding: 45px 0 40px;
}
.header__inner {
align-items: center;
}
.search {
margin: 0 auto 0 60px;
position: relative;
background: #f1f1f1;
border-radius: 18px;
padding: 8px 20px;
display: flex;
align-items: center;
}
.search--active {
background: var(--main-color);
}
.search__input {
background: transparent;
border: none;
width: 430px;
padding: 5px 10px;
font-size: 12px;
}
.search--active .search__input {
color: white;
}
.search__input::placeholder {
color: #b9b9b9;
}
.search--active .search__input::placeholder {
color: whitesmoke;
}
.search__input:focus-visible {
outline: none;
}
.search__icon {
color: #b9b9b9;
font-size: 18px;
}
.search--active .search__icon {
color: white;
}
.page-nav {
display: flex;
align-items: center;
gap: 10px;
}
.page-nav__link {
color: black;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}
.page-nav__link--active {
color: var(--main-color);
font-weight: 800;
}
.home-link {
display: flex;
color: black;
border: 1px solid;
border-radius: 50%;
padding: 2px;
}
.home-link--active {
color: var(--main-color);
}
.home-link__span {
font-size: 13px;
}
.mobile-header {
padding: 30px 20px;
display: none;
}
.mobile-header__logo-container {
width: 100%;
display: flex;
justify-content: center;
}
.mobile-menu-toggler {
color: white;
background: var(--main-color);
border: none;
display: flex;
padding: 12px;
border-radius: 30%;
}
.mobile-header__row {
display: flex;
gap: 20px;
margin-top: 20px;
}
.mobile-menu {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: var(--main-color);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 9;
transition: 0.3s;
overflow-y: auto;
}
.mobile-menu--visible {
left: 0;
}
.mobile-menu__logo {
margin-bottom: 40px;
}
.mobile-menu__ul {
display: flex;
flex-direction: column;
gap: 25px;
text-align: center;
}
.mobile-menu__link {
color: white;
font-weight: 300;
}
.mobile-menu__close, .mobile-menu__return {
margin-top: 40px;
background: white;
color: #323232;
padding: 12px;
border-radius: 50%;
border: none;
display: flex;
box-shadow: 0px 4px 16px rgba(29, 29, 29, 0.15);
}
.mobile-categories {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: var(--main-color);
z-index: 10;
transition: 0.3s;
overflow-y: auto;
padding: 0 5px 30px;
}
.mobile-categories--visible {
left: 0;
}
.mobile-categories__title {
color: white;
text-transform: uppercase;
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
.mobile-categories__controls {
display: flex;
width: 100%;
justify-content: center;
margin-bottom: 40px;
gap: 50px;
}
/* Header end */
/* Rules start */
.rules__inner {
display: flex;
gap: 30px;
}
.rules__all {
width: 30%;
margin: 0;
background: var(--main-color);
border-radius: 25px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
color: white;
font-weight: 600;
padding: 14px 0;
border: none;
}
.rules__search {
width: 40%;
margin: 0;
background: white;
box-shadow: var(--theme-box-shadow);
border-radius: 25px;
display: flex;
justify-content: center;
}
.rules__search--max {
width: 100%;
}
.rules__search-icon {
color: black;
}
.rules__search-input {
font-size: 15px;
width: 250px;
}
.rules__search-input::placeholder {
color: #838383;
}
.filters-toggler {
width: 30%;
margin: 0;
background: var(--main-color);
border-radius: 25px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: white;
font-weight: 400;
border: none;
}
.filters-toggler span {
transition: 0.5s;
}
.filters-toggler--active span {
transform: rotate(90deg);
}
.category-filters {
-moz-transition: height .5s;
-ms-transition: height .5s;
-o-transition: height .5s;
-webkit-transition: height .5s;
transition: height .5s;
overflow: hidden;
height: 0px;
}
.category-filters__inner {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding-top: 30px;
}
.category-filters__button {
padding: 14px 5px;
display: flex;
width: calc(20% - 8px);
justify-content: center;
border: 2px dashed var(--main-color);
border-radius: 20px;
font-size: 14px;
background: transparent;
align-items: center;
color: black;
}
.category-filters__button--active {
background: var(--main-color);
color: white;
}
/* Rules end */
/* Search start */
.search-page {
flex-direction: column;
}
.search-page__authors {
margin-top: 30px;
}
.search-page__quotes {
margin-top: 30px;
}
.search-page__list {
display: flex;
flex-direction: column;
gap: 20px;
}
.search-page__highlight {
background: var(--main-color);
color: white;
}
.search-page .card__header-title {
text-transform: capitalize;
}
/* Search end */
/* Privacy page start */
.privacy-page ul {
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 40px;
}
.privacy-page .page-desc {
font-size: 14px;
}
/* Privacy page end */
/* Footer start */
.footer {
background: white;
padding: 65px 0;
}
.footer__inner {
align-items: flex-start;
}
.footer__terms {
margin: 0 auto 0 60px;
display: flex;
flex-direction: column;
}
.footer__terms-link {
font-weight: bold;
color: black;
font-size: 14px;
margin-bottom: 5px;
display: flex;
width: max-content;
}
.copyright {
margin: 40px 0 0;
font-weight: 100;
font-style: italic;
}
.footer__socials-text {
margin-bottom: 12px;
}
.socials {
display: flex;
gap: 20px;
}
.socials__link {
display: flex;
border-radius: 50%;
background: #f1f1f1;
padding: 12px;
box-shadow: var(--theme-box-shadow);
transition: 0.3s;
}
.socials__link:hover {
background: white;
}
.socials__link svg {
width: 20px;
}
/* Footer end */
/* Pagination start */
.pagination {
display: flex;
gap: 15px;
padding-left: 0;
list-style: none;
margin: 0px;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
}
.page-link {
position: relative;
display: flex;
color: black;
border-radius: 50%;
background: #f1f1f1;
line-height: 1;
width: 45px;
height: 45px;
align-items: center;
justify-content: center;
box-shadow: var(--theme-box-shadow);
transition: 0.3s;
}
.page-link:hover {
z-index: 2;
background-color: white;
}
/* (...) */
.page-link--arrows {
background: transparent;
box-shadow: none;
font-size: 25px;
color: var(--main-color);
}
.page-link--arrows:hover {
color: var(--main-color);
background: transparent;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: var(--main-color);
}
/* Pagination end */
/* Yandex share buttons start */
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
background: transparent !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
background-image: url('/img/main/share.svg') !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
padding: 0 !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
margin: 0 !important;
}
/* Yandex share buttons end */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
} | 0.383757 | 0.066236 |
html,body,div,img,ul,li,a,nav,span,p,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;border:none;}
body{font-size: 14px;font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;}
li{list-style: none}
a,a:hover,a:link,a:visited{text-decoration:none;}
body {color: rgba(0,0,0,.6);max-width: 550px;margin: 0 auto;}
.both{clear: both}
.promptMsg{font-size: 12px;}
#debug{position: fixed;top: 0 ;left: 0;text-align: left ;color: rgba(255, 47, 54, 0.5);font-size: 16px;font-weight:900;z-index: 10000;display: none;padding: 0.5em}
#home{background: url("../48/image/indexBg.jpg") no-repeat center;background-size: cover;color: #FFF;position: relative;}
.home-top{width: 100%;text-align: center;position: absolute; left: 50%; top: 30%;transform: translate(-50%, -30%);letter-spacing:0.2em;}
.home-top h1{font-size: 30px;font-weight: 900;line-height: 2.3em}
.home-top h2{font-size: 24px;font-weight: 500;line-height: 2.6em}
.home-top h3{font-size: 18px;font-weight: 500;line-height: 2.8em}
.home-top img{width: 18%;margin: 1rem 0;}
.home-bottom{width: 100%;height: 30%;position: absolute;left: 0;bottom: 0;text-align: center}
#start{margin-top:5%;font-size: 18px;padding: 0 2.5em;height:2.6em;line-height:2.6em;border-radius: 1.3em;border: 1px solid #fff;background: none}
.home-bottom .promptMsg{width:100%;text-align:center;position: absolute;bottom: 12%;}
#subjectBox{display: none;padding-top:1em;position:relative;background: url("../48/image/subjectBg.jpg") no-repeat center;background-size: cover;}
#progress {margin: 0 auto;display: block;}
.page{display: none;}
.page-1{display: block}
.subjectBox{font-size:12px;padding: 1em 10%;color: #fff;}
.subjectBox p{font-size: 14px;}
.rb{width: 100%;height:1.7em;margin-top: 0.5em;background-color: #fff;border-radius:1em;overflow: hidden}
.rb-tab{display: inline-block;width: 20%;height:100%;cursor: pointer;transition: ease .5s;border-right: 1px solid #fff;box-sizing: border-box}
.rb-tab-active,.rb-tab-prev-active{background: #99c9ed;}
.span-box{margin-top: 0.2em;height: 1.5em;line-height: 1.5em}
.span-left,.span-right{font-size: 10px;color: #fff;}
.span-left{float: left;}
.span-right{float: right;}
.page-btn{position: absolute;right: 2rem;bottom: 2rem;width: 3rem;}
.page-btn img{width: 100%}
#result{background: #fff;text-align: center;color: #000}
#result h2{height:45px;line-height:45px;font-size: 20px;font-weight:900;margin-top:1em;letter-spacing:0.2em;}
#result .tips{font-size: 12px;height: 12px;line-height: 12px;}
#chart{margin-top: 2rem}
.chartAllBox{position:relative;width: 100%;text-align: center;font-size: 14px;margin-top: 1rem;margin-bottom: 2rem}
.chartAllBox>span{font-weight: 900}
.chartAllBox>img{height: 1.2em;margin-left: 0.2em;position: absolute;top: 50%;transform: translateY(-50%);}
.chartBox{width: 100%;display: none}
.btn-box{width: 100%;padding: 3rem 0;text-align: center;box-sizing: border-box}
.btn-box button{width: 35%;height: 2.2em;line-height: 2.2em;padding:0;font-size: 16px;font-weight:900;color: #000;border-radius: 1.1em;background: #A9B6FA;margin: 2rem 10px 0 10px;}
.qrCode{width: 100%;}
#explainBox{width: 100%;height: 100%;background: rgba(255,255,255,0.8);position: fixed;left:0;top:0;z-index: 2000;text-align: center;display: none}
#explainBox>div{width: 100%;padding:3% 0;box-sizing:border-box;position: absolute;top: 30%;left: 0;background: #fff}
#explainBox img{width: 100%}
#explain{width:76%;height:54%;font-size: 12px;position: absolute;top: 24%;left: 12%;overflow: auto;text-align: left}
#tips{display:none;position: fixed;top:40%;left:20%;z-index:10000;width: 60%;overflow:hidden;padding: 2em;box-sizing: border-box;background: rgba(0,0,0,0.6);border-radius: 5px;color: #fff;text-align: center;} | Public/kindeditor/css/index-3.6.css | html,body,div,img,ul,li,a,nav,span,p,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;border:none;}
body{font-size: 14px;font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;}
li{list-style: none}
a,a:hover,a:link,a:visited{text-decoration:none;}
body {color: rgba(0,0,0,.6);max-width: 550px;margin: 0 auto;}
.both{clear: both}
.promptMsg{font-size: 12px;}
#debug{position: fixed;top: 0 ;left: 0;text-align: left ;color: rgba(255, 47, 54, 0.5);font-size: 16px;font-weight:900;z-index: 10000;display: none;padding: 0.5em}
#home{background: url("../48/image/indexBg.jpg") no-repeat center;background-size: cover;color: #FFF;position: relative;}
.home-top{width: 100%;text-align: center;position: absolute; left: 50%; top: 30%;transform: translate(-50%, -30%);letter-spacing:0.2em;}
.home-top h1{font-size: 30px;font-weight: 900;line-height: 2.3em}
.home-top h2{font-size: 24px;font-weight: 500;line-height: 2.6em}
.home-top h3{font-size: 18px;font-weight: 500;line-height: 2.8em}
.home-top img{width: 18%;margin: 1rem 0;}
.home-bottom{width: 100%;height: 30%;position: absolute;left: 0;bottom: 0;text-align: center}
#start{margin-top:5%;font-size: 18px;padding: 0 2.5em;height:2.6em;line-height:2.6em;border-radius: 1.3em;border: 1px solid #fff;background: none}
.home-bottom .promptMsg{width:100%;text-align:center;position: absolute;bottom: 12%;}
#subjectBox{display: none;padding-top:1em;position:relative;background: url("../48/image/subjectBg.jpg") no-repeat center;background-size: cover;}
#progress {margin: 0 auto;display: block;}
.page{display: none;}
.page-1{display: block}
.subjectBox{font-size:12px;padding: 1em 10%;color: #fff;}
.subjectBox p{font-size: 14px;}
.rb{width: 100%;height:1.7em;margin-top: 0.5em;background-color: #fff;border-radius:1em;overflow: hidden}
.rb-tab{display: inline-block;width: 20%;height:100%;cursor: pointer;transition: ease .5s;border-right: 1px solid #fff;box-sizing: border-box}
.rb-tab-active,.rb-tab-prev-active{background: #99c9ed;}
.span-box{margin-top: 0.2em;height: 1.5em;line-height: 1.5em}
.span-left,.span-right{font-size: 10px;color: #fff;}
.span-left{float: left;}
.span-right{float: right;}
.page-btn{position: absolute;right: 2rem;bottom: 2rem;width: 3rem;}
.page-btn img{width: 100%}
#result{background: #fff;text-align: center;color: #000}
#result h2{height:45px;line-height:45px;font-size: 20px;font-weight:900;margin-top:1em;letter-spacing:0.2em;}
#result .tips{font-size: 12px;height: 12px;line-height: 12px;}
#chart{margin-top: 2rem}
.chartAllBox{position:relative;width: 100%;text-align: center;font-size: 14px;margin-top: 1rem;margin-bottom: 2rem}
.chartAllBox>span{font-weight: 900}
.chartAllBox>img{height: 1.2em;margin-left: 0.2em;position: absolute;top: 50%;transform: translateY(-50%);}
.chartBox{width: 100%;display: none}
.btn-box{width: 100%;padding: 3rem 0;text-align: center;box-sizing: border-box}
.btn-box button{width: 35%;height: 2.2em;line-height: 2.2em;padding:0;font-size: 16px;font-weight:900;color: #000;border-radius: 1.1em;background: #A9B6FA;margin: 2rem 10px 0 10px;}
.qrCode{width: 100%;}
#explainBox{width: 100%;height: 100%;background: rgba(255,255,255,0.8);position: fixed;left:0;top:0;z-index: 2000;text-align: center;display: none}
#explainBox>div{width: 100%;padding:3% 0;box-sizing:border-box;position: absolute;top: 30%;left: 0;background: #fff}
#explainBox img{width: 100%}
#explain{width:76%;height:54%;font-size: 12px;position: absolute;top: 24%;left: 12%;overflow: auto;text-align: left}
#tips{display:none;position: fixed;top:40%;left:20%;z-index:10000;width: 60%;overflow:hidden;padding: 2em;box-sizing: border-box;background: rgba(0,0,0,0.6);border-radius: 5px;color: #fff;text-align: center;} | 0.330363 | 0.060613 |
* {
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
body {
overflow-x: hidden;
font-family: 'Times New Roman', Times, serif;
}
/* ...................header stylings */
nav {
display: flex;
justify-content: space-between;
align-items: center;
height: 8vh;
background-color: rgb(255, 255, 255);
color: rgb(114, 114, 114);
position: fixed;
width: 100%;
padding: 10px;
z-index: 10;
}
nav .logo {
font-size: 22px;
letter-spacing: 10px;
}
.nav-links {
display: flex;
justify-content: space-around;
width: 30%;
}
.nav-links a li {
list-style: none;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 17px;
}
.nav-links a {
text-decoration: none;
color: rgb(0, 0, 0);
}
.nav-links a:hover {
color: #ffd30f;
}
.burger {
display: none;
}
.burger div {
background-color: rgb(0, 0, 0);
width: 40px;
height: 3px;
margin: 5px;
transition: 0.5s ease;
}
body {
background-color: #003f47;
overflow-x: hidden;
}
.header {
display: flex;
justify-content: space-between;
}
.navlinks {
display: flex;
list-style: none;
justify-content: space-around;
width: 100vh;
font-size: 20px;
}
.navlinks li a {
text-decoration: none;
color: rgb(255, 255, 255);
}
/* the title of the page */
h1 {
align-items: center;
color: rgb(255, 255, 255);
text-align: center;
font-size: 5rem;
letter-spacing: 5px;
}
/* shapes designed */
.rightShapes {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-content: space-evenly;
width: 100%;
height: 80vh;
}
.shape1 {
position: absolute;
width: 500px;
height: 500px;
left: 1000px;
top: 100.07px;
background: #ffd30f;
transform: rotate(-25.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.shape2 {
position: absolute;
width: 500px;
height: 500px;
left: 1000px;
top: 100.07px;
background-image: url(person.svg);
border-radius: 3px;
transform: rotate(-3.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-position: top;
box-shadow: 50px 40px 10 0.7;
background-size: cover;
}
.shape4 {
position: absolute;
width: 1920px;
height: 780px;
top: 800px;
background: rgb(255, 255, 255);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 10vh;
z-index: -2;
}
/* grid boxes syling and the heading */
#worktext {
margin-top: 200px;
font-size: 2.5rem;
color: #332514;
text-align: center;
}
.spex {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 10px 30px black;
margin-left: 10px;
padding: 24px;
margin: 20px;
color: white;
}
/* footer styling */
.menub {
position: relative;
width: 100%;
height: 50vh;
background: #003f47;
text-align: center;
width: 100%;
margin: auto;
box-shadow: 0px 5px 20px black;
top: 5vh;
letter-spacing: 5px;
}
.menub a {
text-decoration: none;
}
.menub li {
list-style: none;
color: white;
text-transform: uppercase;
}
.menub li:hover {
color: #ffd30f;
}
.sect2 {
position: absolute;
top: 120vh;
}
.content:hover{
scale: 1;
}
.links {
display: flex;
flex-direction: column;
}
/* break points to the response */
@media (max-width: 1200px) {
.nav-links {
width: 60%;
}
}
/* horizontal devices */
@media (max-width: 1000px) {
.nav-links li {
font-size: 15px;
color: black;
}
.nav-links a:hover {
color: #ffd30f;
}
body {
overflow-x: hidden;
}
.rightShapes h1 {
position: absolute;
align-items: center;
color: rgb(255, 255, 255);
font-size: 40px;
top: 40vh;
left: 5vh;
}
.shape1 {
position: absolute;
width: 300px;
height: 300px;
left: 60%;
top: 10vh;
}
.shape2 {
position: absolute;
width: 300px;
height: 300px;
left: 60%;
top: 10vh;
background: url(person.svg);
border-radius: 3px;
transform: rotate(-3.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-position: top;
box-shadow: 50px 40px 10 0.7;
background-size: cover;
}
.shape4 {
position: absolute;
width: 100%px;
height: 780px;
top: -500vh;
opacity: 0.5;
background: rgb(255, 255, 255);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 10vh;
z-index: -2;
}
#worktext{
margin: 70px;
text-align: center;
}
.content:hover{
scale: 1;
}
.menub {
position: relative;
width: 100%;
height: 100vh;
background: #003f47;
text-align: center;
width: 100%;
box-shadow: 0px 5px 20px black;
top: 5vh;
}
.menub a {
text-decoration: none;
}
.menub li {
list-style: none;
color: white;
}
.menub li:hover {
color: #ffd30f;
}
.sect2 {
position: absolute;
top: 120vh;
}
.menub .links i:hover {
color: #ffd30f;
}
.spex {
display: grid;
grid-template-columns: 1fr;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 10px 30px black;
margin: 20px;
padding: 24px;
color: white;
width: 100%;
}
.shape4 {
position: absolute;
width: 600px;
height: 100vh;
top: 800px;
background: rgb(255, 255, 255);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 10vh;
z-index: -2;
opacity: 0.1;
}
}
.spex {
display: grid;
grid-template-columns: 1fr 1fr;
}
/* vertical devices */
@media (max-width: 480px) {
.nav-links {
position: absolute;
top: 8vh;
background-color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 92vh;
width: 100%;
right: 0;
transform: translateX(100%);
transition: transform 0.7s ease;
}
body {
overflow-x: hidden;
}
.nav-links li {
font-size: 15px;
color: black;
}
.nav-links a:hover {
color: #ffd30f;
}
body {
overflow-x: hidden;
}
.rightShapes h1 {
align-items: center;
color: rgb(255, 255, 255);
font-size: 40px;
top: 15vh;
}
.shape1 {
position: absolute;
width: 300px;
height: 300px;
left: 5vh;
top: 40vh;
background: #ffd30f;
transform: rotate(-25.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.shape2 {
position: absolute;
width: 300px;
height: 300px;
left: 5vh;
top: 40vh;
background: url(person.svg);
border-radius: 3px;
transform: rotate(-3.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-position: top;
box-shadow: 50px 40px 10 0.7;
background-size: cover;
}
.shape4 {
position: absolute;
width: 100%;
height: 200px;
top: 50vh;
background: rgb(0, 255, 76);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 20vh;
z-index: -2;
}
.content:hover{
scale: 1.1;
}
.menub {
position: relative;
width: 100%;
height: 30vh;
background: #003f47;
text-align: center;
width: 100%;
box-shadow: 0px 5px 20px black;
top: 10vh;
padding: 10px;
font-size: 10px;
}
.menub a {
text-decoration: none;
}
.menub li {
list-style: none;
color: white;
}
.menub li:hover {
color: #ffd30f;
}
.spex {
display: grid;
grid-template-columns: 1fr;
margin-top: -200px;
margin-left: 40px;
}
#worktext {
margin: 20px;
color: white;
font-size: 1.8rem;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 10px 30px black;
padding: 20px;
color: white;
width: 80%;
text-align: justify;
}
.burger {
display: block;
cursor: pointer;
}
.nav-active {
transform: translateX(0%);
}
}
/* nav bar animation */
@keyframes navLinkFade {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: translateX(0px);
}
}
.toggle .line1 {
transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
opacity: 0;
}
.toggle .line3 {
transform: rotate(45deg) translate(-5px, -6px);
} | style.css | * {
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
body {
overflow-x: hidden;
font-family: 'Times New Roman', Times, serif;
}
/* ...................header stylings */
nav {
display: flex;
justify-content: space-between;
align-items: center;
height: 8vh;
background-color: rgb(255, 255, 255);
color: rgb(114, 114, 114);
position: fixed;
width: 100%;
padding: 10px;
z-index: 10;
}
nav .logo {
font-size: 22px;
letter-spacing: 10px;
}
.nav-links {
display: flex;
justify-content: space-around;
width: 30%;
}
.nav-links a li {
list-style: none;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 17px;
}
.nav-links a {
text-decoration: none;
color: rgb(0, 0, 0);
}
.nav-links a:hover {
color: #ffd30f;
}
.burger {
display: none;
}
.burger div {
background-color: rgb(0, 0, 0);
width: 40px;
height: 3px;
margin: 5px;
transition: 0.5s ease;
}
body {
background-color: #003f47;
overflow-x: hidden;
}
.header {
display: flex;
justify-content: space-between;
}
.navlinks {
display: flex;
list-style: none;
justify-content: space-around;
width: 100vh;
font-size: 20px;
}
.navlinks li a {
text-decoration: none;
color: rgb(255, 255, 255);
}
/* the title of the page */
h1 {
align-items: center;
color: rgb(255, 255, 255);
text-align: center;
font-size: 5rem;
letter-spacing: 5px;
}
/* shapes designed */
.rightShapes {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-content: space-evenly;
width: 100%;
height: 80vh;
}
.shape1 {
position: absolute;
width: 500px;
height: 500px;
left: 1000px;
top: 100.07px;
background: #ffd30f;
transform: rotate(-25.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.shape2 {
position: absolute;
width: 500px;
height: 500px;
left: 1000px;
top: 100.07px;
background-image: url(person.svg);
border-radius: 3px;
transform: rotate(-3.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-position: top;
box-shadow: 50px 40px 10 0.7;
background-size: cover;
}
.shape4 {
position: absolute;
width: 1920px;
height: 780px;
top: 800px;
background: rgb(255, 255, 255);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 10vh;
z-index: -2;
}
/* grid boxes syling and the heading */
#worktext {
margin-top: 200px;
font-size: 2.5rem;
color: #332514;
text-align: center;
}
.spex {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 10px 30px black;
margin-left: 10px;
padding: 24px;
margin: 20px;
color: white;
}
/* footer styling */
.menub {
position: relative;
width: 100%;
height: 50vh;
background: #003f47;
text-align: center;
width: 100%;
margin: auto;
box-shadow: 0px 5px 20px black;
top: 5vh;
letter-spacing: 5px;
}
.menub a {
text-decoration: none;
}
.menub li {
list-style: none;
color: white;
text-transform: uppercase;
}
.menub li:hover {
color: #ffd30f;
}
.sect2 {
position: absolute;
top: 120vh;
}
.content:hover{
scale: 1;
}
.links {
display: flex;
flex-direction: column;
}
/* break points to the response */
@media (max-width: 1200px) {
.nav-links {
width: 60%;
}
}
/* horizontal devices */
@media (max-width: 1000px) {
.nav-links li {
font-size: 15px;
color: black;
}
.nav-links a:hover {
color: #ffd30f;
}
body {
overflow-x: hidden;
}
.rightShapes h1 {
position: absolute;
align-items: center;
color: rgb(255, 255, 255);
font-size: 40px;
top: 40vh;
left: 5vh;
}
.shape1 {
position: absolute;
width: 300px;
height: 300px;
left: 60%;
top: 10vh;
}
.shape2 {
position: absolute;
width: 300px;
height: 300px;
left: 60%;
top: 10vh;
background: url(person.svg);
border-radius: 3px;
transform: rotate(-3.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-position: top;
box-shadow: 50px 40px 10 0.7;
background-size: cover;
}
.shape4 {
position: absolute;
width: 100%px;
height: 780px;
top: -500vh;
opacity: 0.5;
background: rgb(255, 255, 255);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 10vh;
z-index: -2;
}
#worktext{
margin: 70px;
text-align: center;
}
.content:hover{
scale: 1;
}
.menub {
position: relative;
width: 100%;
height: 100vh;
background: #003f47;
text-align: center;
width: 100%;
box-shadow: 0px 5px 20px black;
top: 5vh;
}
.menub a {
text-decoration: none;
}
.menub li {
list-style: none;
color: white;
}
.menub li:hover {
color: #ffd30f;
}
.sect2 {
position: absolute;
top: 120vh;
}
.menub .links i:hover {
color: #ffd30f;
}
.spex {
display: grid;
grid-template-columns: 1fr;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 10px 30px black;
margin: 20px;
padding: 24px;
color: white;
width: 100%;
}
.shape4 {
position: absolute;
width: 600px;
height: 100vh;
top: 800px;
background: rgb(255, 255, 255);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 10vh;
z-index: -2;
opacity: 0.1;
}
}
.spex {
display: grid;
grid-template-columns: 1fr 1fr;
}
/* vertical devices */
@media (max-width: 480px) {
.nav-links {
position: absolute;
top: 8vh;
background-color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 92vh;
width: 100%;
right: 0;
transform: translateX(100%);
transition: transform 0.7s ease;
}
body {
overflow-x: hidden;
}
.nav-links li {
font-size: 15px;
color: black;
}
.nav-links a:hover {
color: #ffd30f;
}
body {
overflow-x: hidden;
}
.rightShapes h1 {
align-items: center;
color: rgb(255, 255, 255);
font-size: 40px;
top: 15vh;
}
.shape1 {
position: absolute;
width: 300px;
height: 300px;
left: 5vh;
top: 40vh;
background: #ffd30f;
transform: rotate(-25.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.shape2 {
position: absolute;
width: 300px;
height: 300px;
left: 5vh;
top: 40vh;
background: url(person.svg);
border-radius: 3px;
transform: rotate(-3.46deg);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-position: top;
box-shadow: 50px 40px 10 0.7;
background-size: cover;
}
.shape4 {
position: absolute;
width: 100%;
height: 200px;
top: 50vh;
background: rgb(0, 255, 76);
clip-path: polygon(100% 0%, 0 100%, 100% 100%);
top: 20vh;
z-index: -2;
}
.content:hover{
scale: 1.1;
}
.menub {
position: relative;
width: 100%;
height: 30vh;
background: #003f47;
text-align: center;
width: 100%;
box-shadow: 0px 5px 20px black;
top: 10vh;
padding: 10px;
font-size: 10px;
}
.menub a {
text-decoration: none;
}
.menub li {
list-style: none;
color: white;
}
.menub li:hover {
color: #ffd30f;
}
.spex {
display: grid;
grid-template-columns: 1fr;
margin-top: -200px;
margin-left: 40px;
}
#worktext {
margin: 20px;
color: white;
font-size: 1.8rem;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 10px 30px black;
padding: 20px;
color: white;
width: 80%;
text-align: justify;
}
.burger {
display: block;
cursor: pointer;
}
.nav-active {
transform: translateX(0%);
}
}
/* nav bar animation */
@keyframes navLinkFade {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: translateX(0px);
}
}
.toggle .line1 {
transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
opacity: 0;
}
.toggle .line3 {
transform: rotate(45deg) translate(-5px, -6px);
} | 0.400163 | 0.05526 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("inoreader.com")
{
/********************* top bar - start ********************/
/* hide prev/next buttons */
#sb_rp_prev_article,
#sb_rp_next_article
{
display: none !important;
}
/********************* top bar - end **********************/
/************** left navigation tree - start **************/
/* reduce padding-top of the navigation tree */
#subscriptions_nav
{
padding-top: 0 !important;
}
/* change unread count forecolor */
#tree_pane span.unread_cnt,
#tree_pane span.icon-checkmark
{
color: #D24231 !important;
}
/* add padding-bottom of the navigation tree */
#tree_pane #tree
{
padding-bottom: 30px !important;
}
/*************** left navigation tree - end ***************/
/******************* content area - start *****************/
/* block ad */
#sinner_container
{
display: none !important;
}
/* extend the width of content area */
#reader_pane.reader_pane_sinner
{
padding-right: 0 !important;
}
/* center all read message */
#reader_pane #all_read_message
{
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* (list view) reduce padding of consent https info panel */
#reader_pane.reader_pane_view_style_0 > #consent_https_info
{
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/* (list view) add margin between article headers */
#reader_pane.reader_pane_view_style_0 > div.ar
{
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* (list view) add padding to article headers */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header > div
{
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/* (list view) adjust margin-right of article header's favicon */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header >div.article_favicon
{
margin-right: 8px !important;
}
/* (list view) adjust margin of article header's arrow div */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header >div.arrow_div
{
top: 1px !important;
}
/* (list view) adjust margin and padding of article headers */
#reader_pane.reader_pane_view_style_0 > div.ar.article_expanded > div.article_header
{
margin-left: 2px !important;
padding-left: 8px !important;
}
/* (list view) add hover highlight to article headers */
#reader_pane.reader_pane_view_style_0 > div.ar:not(.article_expanded):hover,
#reader_pane.reader_pane_view_style_0 > div.ar.article_expanded > div.article_header:hover
{
box-shadow: 0 0 2px 2px #2E9AFE !important;
}
/* (column view) add margin between article headers */
#reader_pane.reader_pane_view_style_2 > div.ar
{
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* (column view) reduce padding of article content */
#three_way_contents
{
padding: 0 5px !important;
}
/* (column view) reduce margin-left of article headers */
#reader_pane.reader_pane_view_style_2 > div.ar > div.article_header
{
margin-left: 8px !important;
}
/* (column view) adjust margin of article header's favicon */
#reader_pane.reader_pane_view_style_2 > div.ar > div.article_header div.article_favicon
{
margin-top: 8px !important;
margin-right: 8px !important;
}
/* (column view) add hover highlight to article headers */
#reader_pane.reader_pane_view_style_2 > div.ar:hover
{
box-shadow: 0 0 2px 2px #2E9AFE !important;
}
/* (column view) fix highlight color of selected article headers */
#reader_pane.reader_pane_view_style_2 > div.ar.article_current,
#reader_pane.reader_pane_view_style_2 > div.ar.article_current > div.article_header > div.arrow_div
{
background-color: rgb(255, 249, 219) !important;
}
/* (card view) reduce margin-top of article tiles */
#reader_pane.reader_pane_view_style_3 > div.ar
{
margin-top: 20px !important;
}
/* (card view) add hover highlight to article tiles */
#reader_pane.reader_pane_view_style_3 > div.ar:hover
{
box-shadow: 0 0 5px 2px #2E9AFE !important;
}
/* (card view) fix highlight color of selected article headers */
#reader_pane.reader_pane_view_style_3 > div.ar.article_current
{
background-color: rgb(255, 249, 219) !important;
}
/* (card view) increase the size of center dialog content and keep it staying in the center screen */
#article_dialog_wrapper
{
width: 75% !important;
height: 95% !important;
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* (card view) reduce padding of dialog content */
#article_dialog_wrapper > #article_dialog
{
padding: 25px 0 !important;
}
/* adjust padding-top from the article content area */
div.article_full_contents
{
padding-top: 5px !important;
}
/* remove margin from the article title */
div.article_full_contents > div.article_title
{
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* adjust margin-top of the article sub title */
div.article_full_contents > div.article_sub_title
{
margin-top: 8px !important;
}
/* adjust padding of the article content */
div.article_full_contents > div.article_content
{
padding-top: 8px !important;
padding-bottom: 8px !important;
}
/* remove margin-top of the first element of article content */
div.article_full_contents > div.article_content > p:first-child
{
margin-top: 0 !important;
}
/* remove margin-bottom of the last element of the article content */
div.article_full_contents > div.article_content > p:last-child
{
margin-bottom: 0 !important;
}
/* change the forecolor of all visited links in article content area */
div.article_full_contents > div.article_content a:visited
{
color: #554FCA !important;
}
/******************** content area - end ******************/
} | Tiny-InoReader.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("inoreader.com")
{
/********************* top bar - start ********************/
/* hide prev/next buttons */
#sb_rp_prev_article,
#sb_rp_next_article
{
display: none !important;
}
/********************* top bar - end **********************/
/************** left navigation tree - start **************/
/* reduce padding-top of the navigation tree */
#subscriptions_nav
{
padding-top: 0 !important;
}
/* change unread count forecolor */
#tree_pane span.unread_cnt,
#tree_pane span.icon-checkmark
{
color: #D24231 !important;
}
/* add padding-bottom of the navigation tree */
#tree_pane #tree
{
padding-bottom: 30px !important;
}
/*************** left navigation tree - end ***************/
/******************* content area - start *****************/
/* block ad */
#sinner_container
{
display: none !important;
}
/* extend the width of content area */
#reader_pane.reader_pane_sinner
{
padding-right: 0 !important;
}
/* center all read message */
#reader_pane #all_read_message
{
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* (list view) reduce padding of consent https info panel */
#reader_pane.reader_pane_view_style_0 > #consent_https_info
{
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/* (list view) add margin between article headers */
#reader_pane.reader_pane_view_style_0 > div.ar
{
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* (list view) add padding to article headers */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header > div
{
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/* (list view) adjust margin-right of article header's favicon */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header >div.article_favicon
{
margin-right: 8px !important;
}
/* (list view) adjust margin of article header's arrow div */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header >div.arrow_div
{
top: 1px !important;
}
/* (list view) adjust margin and padding of article headers */
#reader_pane.reader_pane_view_style_0 > div.ar.article_expanded > div.article_header
{
margin-left: 2px !important;
padding-left: 8px !important;
}
/* (list view) add hover highlight to article headers */
#reader_pane.reader_pane_view_style_0 > div.ar:not(.article_expanded):hover,
#reader_pane.reader_pane_view_style_0 > div.ar.article_expanded > div.article_header:hover
{
box-shadow: 0 0 2px 2px #2E9AFE !important;
}
/* (column view) add margin between article headers */
#reader_pane.reader_pane_view_style_2 > div.ar
{
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* (column view) reduce padding of article content */
#three_way_contents
{
padding: 0 5px !important;
}
/* (column view) reduce margin-left of article headers */
#reader_pane.reader_pane_view_style_2 > div.ar > div.article_header
{
margin-left: 8px !important;
}
/* (column view) adjust margin of article header's favicon */
#reader_pane.reader_pane_view_style_2 > div.ar > div.article_header div.article_favicon
{
margin-top: 8px !important;
margin-right: 8px !important;
}
/* (column view) add hover highlight to article headers */
#reader_pane.reader_pane_view_style_2 > div.ar:hover
{
box-shadow: 0 0 2px 2px #2E9AFE !important;
}
/* (column view) fix highlight color of selected article headers */
#reader_pane.reader_pane_view_style_2 > div.ar.article_current,
#reader_pane.reader_pane_view_style_2 > div.ar.article_current > div.article_header > div.arrow_div
{
background-color: rgb(255, 249, 219) !important;
}
/* (card view) reduce margin-top of article tiles */
#reader_pane.reader_pane_view_style_3 > div.ar
{
margin-top: 20px !important;
}
/* (card view) add hover highlight to article tiles */
#reader_pane.reader_pane_view_style_3 > div.ar:hover
{
box-shadow: 0 0 5px 2px #2E9AFE !important;
}
/* (card view) fix highlight color of selected article headers */
#reader_pane.reader_pane_view_style_3 > div.ar.article_current
{
background-color: rgb(255, 249, 219) !important;
}
/* (card view) increase the size of center dialog content and keep it staying in the center screen */
#article_dialog_wrapper
{
width: 75% !important;
height: 95% !important;
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* (card view) reduce padding of dialog content */
#article_dialog_wrapper > #article_dialog
{
padding: 25px 0 !important;
}
/* adjust padding-top from the article content area */
div.article_full_contents
{
padding-top: 5px !important;
}
/* remove margin from the article title */
div.article_full_contents > div.article_title
{
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* adjust margin-top of the article sub title */
div.article_full_contents > div.article_sub_title
{
margin-top: 8px !important;
}
/* adjust padding of the article content */
div.article_full_contents > div.article_content
{
padding-top: 8px !important;
padding-bottom: 8px !important;
}
/* remove margin-top of the first element of article content */
div.article_full_contents > div.article_content > p:first-child
{
margin-top: 0 !important;
}
/* remove margin-bottom of the last element of the article content */
div.article_full_contents > div.article_content > p:last-child
{
margin-bottom: 0 !important;
}
/* change the forecolor of all visited links in article content area */
div.article_full_contents > div.article_content a:visited
{
color: #554FCA !important;
}
/******************** content area - end ******************/
} | 0.35209 | 0.107907 |
.vid-snap.uk-thumbnail {
width: 100%;
}
.vid-snap .uk-overlay {
text-align: center;
width: 100%;
display: block;
}
.vid-snap .uk-overlay img {
display: inline;
transition: -webkit-transform ease 0.3s;
transition: transform ease 0.3s;
width: 100%;
}
.vid-snap .uk-overlay.no-transition img {
transition: none;
transition: none;
}
.vid-snap .uk-overlay .uk-overlay-area,
.vid-snap .uk-overlay.uk .uk-overlay-area,
.vid-snap .uk-overlay-toggle .uk-overlay-area,
.vid-snap .uk-overlay-toggle.uk .uk-overlay-area {
opacity: 0.7 !important;
}
.vid-snap .uk-overlay:focus .uk-overlay-area,
.vid-snap .uk-overlay.uk:focus .uk-overlay-area,
.vid-snap .uk-overlay-toggle:focus .uk-overlay-area,
.vid-snap .uk-overlay-toggle.uk:focus .uk-overlay-area,
.vid-snap .uk-overlay:hover .uk-overlay-area,
.vid-snap .uk-overlay.uk:hover .uk-overlay-area,
.vid-snap .uk-overlay-toggle:hover .uk-overlay-area,
.vid-snap .uk-overlay-toggle.uk:hover .uk-overlay-area {
opacity: 0 !important;
}
.vid-snap .uk-overlay-area:empty:before {
content: "" !important;
}
.vid-snap.uk-thumbnail {
border-color: #000 !important;
transition: border-color 0.3s ease-out;
}
.vid-snap.uk-thumbnail:focus,
.vid-snap.uk-thumbnail:hover {
border-color:#2D2D2D !important;
}
.uk-overlay-area:not(:empty) {
font-size: 14px;
}
.vid-snap .uk-overlay-area > span {
display: inline;
color: rgba(255, 255, 255, 1);
text-shadow: 2px 2px 3px #000;
font-weight: bold;
position: absolute;
}
.vid-snap .uk-overlay-area > span.name {
left: 1rem;
top: 1rem;
max-width: calc(100% - 2rem);
display: inline;
word-wrap: break-word;
}
.vid-snap .uk-overlay-area > span.duration {
right: 1rem;
bottom: 1rem;
}
.vid-snap .uk-overlay-area > span.resolution {
left: 1rem;
bottom: 1rem;
}
.vid-snap .uk-overlay-area > span.size {
bottom: 1rem;
white-space: nowrap;
width: 100%;
left: 0;
}
.vid-snap.hover {
position: relative;
z-index: 1000;
}
.vid-snap.expand-on-hover {
transition: all 0.1s ease-out;
position: relative;
top: 0;
left: 0;
}
.vid-snap-parent {
overflow: visible;
/*position: relative;*/
margin-bottom: 20px;
}
.vid-snap.expand-on-hover div.uk-overlay {
/*transition: height 0.2s ease-out;*/
}
.vid-snap.expand-on-hover.hover {
width: 160% !important;
max-width: 160% !important;
}
.vid-snap.expand-on-hover.hover.left {
left: -60%;
}
.vid-snap.expand-on-hover.hover.top {
top: -60%;
}
.vid-snap.expand-on-hover.hover.center {
left: -30%;
}
.vid-snap.expand-on-hover.hover.middle {
top: -30%;
} | src/http/assets/custom/css/vid-snap.css | .vid-snap.uk-thumbnail {
width: 100%;
}
.vid-snap .uk-overlay {
text-align: center;
width: 100%;
display: block;
}
.vid-snap .uk-overlay img {
display: inline;
transition: -webkit-transform ease 0.3s;
transition: transform ease 0.3s;
width: 100%;
}
.vid-snap .uk-overlay.no-transition img {
transition: none;
transition: none;
}
.vid-snap .uk-overlay .uk-overlay-area,
.vid-snap .uk-overlay.uk .uk-overlay-area,
.vid-snap .uk-overlay-toggle .uk-overlay-area,
.vid-snap .uk-overlay-toggle.uk .uk-overlay-area {
opacity: 0.7 !important;
}
.vid-snap .uk-overlay:focus .uk-overlay-area,
.vid-snap .uk-overlay.uk:focus .uk-overlay-area,
.vid-snap .uk-overlay-toggle:focus .uk-overlay-area,
.vid-snap .uk-overlay-toggle.uk:focus .uk-overlay-area,
.vid-snap .uk-overlay:hover .uk-overlay-area,
.vid-snap .uk-overlay.uk:hover .uk-overlay-area,
.vid-snap .uk-overlay-toggle:hover .uk-overlay-area,
.vid-snap .uk-overlay-toggle.uk:hover .uk-overlay-area {
opacity: 0 !important;
}
.vid-snap .uk-overlay-area:empty:before {
content: "" !important;
}
.vid-snap.uk-thumbnail {
border-color: #000 !important;
transition: border-color 0.3s ease-out;
}
.vid-snap.uk-thumbnail:focus,
.vid-snap.uk-thumbnail:hover {
border-color:#2D2D2D !important;
}
.uk-overlay-area:not(:empty) {
font-size: 14px;
}
.vid-snap .uk-overlay-area > span {
display: inline;
color: rgba(255, 255, 255, 1);
text-shadow: 2px 2px 3px #000;
font-weight: bold;
position: absolute;
}
.vid-snap .uk-overlay-area > span.name {
left: 1rem;
top: 1rem;
max-width: calc(100% - 2rem);
display: inline;
word-wrap: break-word;
}
.vid-snap .uk-overlay-area > span.duration {
right: 1rem;
bottom: 1rem;
}
.vid-snap .uk-overlay-area > span.resolution {
left: 1rem;
bottom: 1rem;
}
.vid-snap .uk-overlay-area > span.size {
bottom: 1rem;
white-space: nowrap;
width: 100%;
left: 0;
}
.vid-snap.hover {
position: relative;
z-index: 1000;
}
.vid-snap.expand-on-hover {
transition: all 0.1s ease-out;
position: relative;
top: 0;
left: 0;
}
.vid-snap-parent {
overflow: visible;
/*position: relative;*/
margin-bottom: 20px;
}
.vid-snap.expand-on-hover div.uk-overlay {
/*transition: height 0.2s ease-out;*/
}
.vid-snap.expand-on-hover.hover {
width: 160% !important;
max-width: 160% !important;
}
.vid-snap.expand-on-hover.hover.left {
left: -60%;
}
.vid-snap.expand-on-hover.hover.top {
top: -60%;
}
.vid-snap.expand-on-hover.hover.center {
left: -30%;
}
.vid-snap.expand-on-hover.hover.middle {
top: -30%;
} | 0.586049 | 0.094093 |
.uniform-button-group a, .uniform-button
{
outline: none;
appearance: none;
border: 0;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
height: 2.25em;
padding: 0.5em 0.75em;
vertical-align: middle;
text-align: center;
line-height: 1;
position: relative; /* for adding loaders to buttons which have position:absolute */
/* transition: all 0.1s; */
color: var(--gray-darkest);
background-color: white;
background-image: linear-gradient(var(--white) 33%, color-mod(var(--white) shade(7%)));
border-radius: 0.2em;
border: 1px solid color-mod(var(--gray-darkest) tint(40%));
&.input-height
{
line-height: 1.4;
}
i
{
font-size: var(--larger);
&:first-child {
margin-right: 4px;
}
&:last-child {
margin-left: 4px;
}
}
&:visited
{
color: var(--gray-darkest);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--white) 33%, color-mod(var(--white) shade(9%)));
}
&:active, &.active
{
box-shadow: inset 0 0 10px color-mod(var(--black) a(0.1));
}
&.-outline
{
border: 1px solid var(--gray-darkest);
color: var(--gray-darkest);
}
&.-green, &.-blue, &.-red, &.-yellow
{
color: var(--white);
text-shadow:0 1px 2px color-mod(var(--black) alpha(0.1));
}
&.-green
{
background: var(--green);
background-color: color-mod(var(--green) shade(3%));
background-image: linear-gradient(color-mod(var(--green) tint(5%)), color-mod(var(--green) shade(3%)));
border-color: color-mod(var(--green) shade(3%));
&.-outline
{
border-color: var(--green-dark);
color: var(--green-dark);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--green) 33%, color-mod(var(--green) shade(9%)));
}
}
&.-blue
{
background: var(--blue);
background-color: color-mod(var(--blue) shade(3%));
background-image: linear-gradient(var(--blue), color-mod(var(--blue) shade(3%)));
border-color: color-mod(var(--blue) shade(3%));
&.-outline
{
color: var(--blue);
border-color: var(--blue);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--blue) 33%, color-mod(var(--blue) shade(9%)));
}
}
&.-red
{
background: var(--red);
background-color: color-mod(var(--red) shade(3%));
background-image: linear-gradient(var(--red), color-mod(var(--red) shade(3%)));
border-color: color-mod(var(--red) shade(3%));
&.-outline
{
color: var(--red-dark);
border-color: var(--red-dark);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--red) 33%, color-mod(var(--red) shade(9%)));
}
}
&.-yellow
{
background: var(--yellow);
background-color: color-mod(var(--yellow) shade(3%));
background-image: linear-gradient(color-mod(var(--yellow) tint(5%)), color-mod(var(--yellow) shade(3%)));
border-color: color-mod(var(--yellow) shade(3%));
&.-outline
{
border-color: var(--yellow-dark);
color: var(--yellow-dark);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--yellow) 33%, color-mod(var(--yellow) shade(9%)));
}
}
&.-clear
{
background: none;
border-color: transparent;
}
&.-outline
{
border-color: var(--gray-darkest);
background: none !important;
text-shadow: none !important;
&.-dashed
{
border-style: dashed;
}
}
&.-small
{
padding: 0.3em 0.5em;
font-size: 0.8em;
}
&.-large
{
padding: 1em 2em;
font-weight: bold;
height: 3.25em;
}
&.-input
{
padding-top: 0.65em;
padding-bottom: 0.65em;
}
&.-warn:hover
{
border-color: var(--red);
background: var(--red);
color: var(--white);
&.clear
{
color: var(--red);
background: none;
}
&.-outline
{
color: var(--red);
border-color: color-mod(var(--gray-darkest) tint(30%));
}
}
&.-block
{
padding-left: 0.5em !important;
padding-right: 0.5em !important;
display: block;
width: 100%;
}
&.-raw
{
background: none;
border: none;
text-shadow: none;
font-weight: normal;
box-shadow: none;
}
&.-white
{
&.-outline
{
color: var(--white);
border-color: var(--white);
}
}
&.-gray
{
color: var(--gray-darker);
&.-outline
{
color: var(--gray-darker);
border-color: var(--gray-dark);
}
}
&.-gray-dark
{
color: var(--white);
background-color: color-mod(var(--gray-dark) shade(3%));
background-image: linear-gradient(var(--gray-dark), color-mod(var(--gray-dark) shade(3%)));
border-color: color-mod(var(--gray-dark) shade(3%));
&.-outline
{
color: color-mod(var(--gray) tint(20%));
border-color: color-mod(var(--gray) tint(30%));
}
}
&:disabled, &.disabled, &:disabled:hover, &.disabled:hover
{
cursor: not-allowed;
color: var(--gray) !important;
background-image: none !important;
background-color: var(--gray-light);
border-color: var(--gray) !important;
text-shadow: none;
&.disabled-dark
{
background-color: var(--gray-darker);
color: var(--gray-darkest);
border-color: var(--gray-darkest);
opacit-g: 0.75;
}
}
}
.uniform-button-group select.uniform-button
{
appearance: none;
/* height: calc(2.3em + 2px); */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNy4xNjdweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjcuMTY3IDI4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNy4xNjcgMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGZpbGw9IiM1MDUxNTMiIGQ9Ik0xNiwxMWMwLDAuMjcxLTAuMSwwLjUwNS0wLjI5NywwLjcwM2wtNyw3QzguNTA1LDE4LjksOC4yNzEsMTksOCwxOXMtMC41MDUtMC4xLTAuNzAzLTAuMjk3bC03LTdDMC4wOTksMTEuNTA1LDAsMTEuMjcxLDAsMTFzMC4wOTktMC41MDUsMC4yOTctMC43MDNDMC40OTUsMTAuMDk5LDAuNzI5LDEwLDEsMTBoMTRjMC4yNzEsMCwwLjUwNSwwLjA5OSwwLjcwMywwLjI5N0MxNS45LDEwLjQ5NSwxNiwxMC43MjksMTYsMTF6Ii8+PC9zdmc+),
linear-gradient(var(--white) 33%, color-mod(var(--white) shade(7%)));
background-position: center right, center;
background-repeat: no-repeat, repeat;
background-size: auto 40%, auto;
padding-right: 1.5em !important;
}
span.uniform-button
{
cursor: auto;
}
a.uniform-button
{
user-select: none;
}
.uniform-button-group
{
a, button, select
{
outline: none;
appearance: none;
cursor: pointer;
font-size: 1em;
position: relative;
z-index: 1;
margin-right: -1px;
border-radius: 0;
&:last-child
{
border-radius: 0 0.2em 0.2em 0;
}
&:first-child
{
border-radius: 0.2em 0 0 0.2em;
}
&.active, &:active
{
background-color: color-mod(var(--green) shade(3%));
background-image: linear-gradient(color-mod(var(--green) tint(5%)), color-mod(var(--green) shade(3%)));
border-color: color-mod(var(--green) shade(3%));
color: var(--white);
}
&:disabled
{
background: var(--background);
color: var(--gray-light);
cursor: not-allowed;
}
}
} | src/css/uniform/button.css | .uniform-button-group a, .uniform-button
{
outline: none;
appearance: none;
border: 0;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
height: 2.25em;
padding: 0.5em 0.75em;
vertical-align: middle;
text-align: center;
line-height: 1;
position: relative; /* for adding loaders to buttons which have position:absolute */
/* transition: all 0.1s; */
color: var(--gray-darkest);
background-color: white;
background-image: linear-gradient(var(--white) 33%, color-mod(var(--white) shade(7%)));
border-radius: 0.2em;
border: 1px solid color-mod(var(--gray-darkest) tint(40%));
&.input-height
{
line-height: 1.4;
}
i
{
font-size: var(--larger);
&:first-child {
margin-right: 4px;
}
&:last-child {
margin-left: 4px;
}
}
&:visited
{
color: var(--gray-darkest);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--white) 33%, color-mod(var(--white) shade(9%)));
}
&:active, &.active
{
box-shadow: inset 0 0 10px color-mod(var(--black) a(0.1));
}
&.-outline
{
border: 1px solid var(--gray-darkest);
color: var(--gray-darkest);
}
&.-green, &.-blue, &.-red, &.-yellow
{
color: var(--white);
text-shadow:0 1px 2px color-mod(var(--black) alpha(0.1));
}
&.-green
{
background: var(--green);
background-color: color-mod(var(--green) shade(3%));
background-image: linear-gradient(color-mod(var(--green) tint(5%)), color-mod(var(--green) shade(3%)));
border-color: color-mod(var(--green) shade(3%));
&.-outline
{
border-color: var(--green-dark);
color: var(--green-dark);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--green) 33%, color-mod(var(--green) shade(9%)));
}
}
&.-blue
{
background: var(--blue);
background-color: color-mod(var(--blue) shade(3%));
background-image: linear-gradient(var(--blue), color-mod(var(--blue) shade(3%)));
border-color: color-mod(var(--blue) shade(3%));
&.-outline
{
color: var(--blue);
border-color: var(--blue);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--blue) 33%, color-mod(var(--blue) shade(9%)));
}
}
&.-red
{
background: var(--red);
background-color: color-mod(var(--red) shade(3%));
background-image: linear-gradient(var(--red), color-mod(var(--red) shade(3%)));
border-color: color-mod(var(--red) shade(3%));
&.-outline
{
color: var(--red-dark);
border-color: var(--red-dark);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--red) 33%, color-mod(var(--red) shade(9%)));
}
}
&.-yellow
{
background: var(--yellow);
background-color: color-mod(var(--yellow) shade(3%));
background-image: linear-gradient(color-mod(var(--yellow) tint(5%)), color-mod(var(--yellow) shade(3%)));
border-color: color-mod(var(--yellow) shade(3%));
&.-outline
{
border-color: var(--yellow-dark);
color: var(--yellow-dark);
}
&:hover, &.hover, &:focus
{
background-image: linear-gradient(var(--yellow) 33%, color-mod(var(--yellow) shade(9%)));
}
}
&.-clear
{
background: none;
border-color: transparent;
}
&.-outline
{
border-color: var(--gray-darkest);
background: none !important;
text-shadow: none !important;
&.-dashed
{
border-style: dashed;
}
}
&.-small
{
padding: 0.3em 0.5em;
font-size: 0.8em;
}
&.-large
{
padding: 1em 2em;
font-weight: bold;
height: 3.25em;
}
&.-input
{
padding-top: 0.65em;
padding-bottom: 0.65em;
}
&.-warn:hover
{
border-color: var(--red);
background: var(--red);
color: var(--white);
&.clear
{
color: var(--red);
background: none;
}
&.-outline
{
color: var(--red);
border-color: color-mod(var(--gray-darkest) tint(30%));
}
}
&.-block
{
padding-left: 0.5em !important;
padding-right: 0.5em !important;
display: block;
width: 100%;
}
&.-raw
{
background: none;
border: none;
text-shadow: none;
font-weight: normal;
box-shadow: none;
}
&.-white
{
&.-outline
{
color: var(--white);
border-color: var(--white);
}
}
&.-gray
{
color: var(--gray-darker);
&.-outline
{
color: var(--gray-darker);
border-color: var(--gray-dark);
}
}
&.-gray-dark
{
color: var(--white);
background-color: color-mod(var(--gray-dark) shade(3%));
background-image: linear-gradient(var(--gray-dark), color-mod(var(--gray-dark) shade(3%)));
border-color: color-mod(var(--gray-dark) shade(3%));
&.-outline
{
color: color-mod(var(--gray) tint(20%));
border-color: color-mod(var(--gray) tint(30%));
}
}
&:disabled, &.disabled, &:disabled:hover, &.disabled:hover
{
cursor: not-allowed;
color: var(--gray) !important;
background-image: none !important;
background-color: var(--gray-light);
border-color: var(--gray) !important;
text-shadow: none;
&.disabled-dark
{
background-color: var(--gray-darker);
color: var(--gray-darkest);
border-color: var(--gray-darkest);
opacit-g: 0.75;
}
}
}
.uniform-button-group select.uniform-button
{
appearance: none;
/* height: calc(2.3em + 2px); */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNy4xNjdweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjcuMTY3IDI4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNy4xNjcgMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGZpbGw9IiM1MDUxNTMiIGQ9Ik0xNiwxMWMwLDAuMjcxLTAuMSwwLjUwNS0wLjI5NywwLjcwM2wtNyw3QzguNTA1LDE4LjksOC4yNzEsMTksOCwxOXMtMC41MDUtMC4xLTAuNzAzLTAuMjk3bC03LTdDMC4wOTksMTEuNTA1LDAsMTEuMjcxLDAsMTFzMC4wOTktMC41MDUsMC4yOTctMC43MDNDMC40OTUsMTAuMDk5LDAuNzI5LDEwLDEsMTBoMTRjMC4yNzEsMCwwLjUwNSwwLjA5OSwwLjcwMywwLjI5N0MxNS45LDEwLjQ5NSwxNiwxMC43MjksMTYsMTF6Ii8+PC9zdmc+),
linear-gradient(var(--white) 33%, color-mod(var(--white) shade(7%)));
background-position: center right, center;
background-repeat: no-repeat, repeat;
background-size: auto 40%, auto;
padding-right: 1.5em !important;
}
span.uniform-button
{
cursor: auto;
}
a.uniform-button
{
user-select: none;
}
.uniform-button-group
{
a, button, select
{
outline: none;
appearance: none;
cursor: pointer;
font-size: 1em;
position: relative;
z-index: 1;
margin-right: -1px;
border-radius: 0;
&:last-child
{
border-radius: 0 0.2em 0.2em 0;
}
&:first-child
{
border-radius: 0.2em 0 0 0.2em;
}
&.active, &:active
{
background-color: color-mod(var(--green) shade(3%));
background-image: linear-gradient(color-mod(var(--green) tint(5%)), color-mod(var(--green) shade(3%)));
border-color: color-mod(var(--green) shade(3%));
color: var(--white);
}
&:disabled
{
background: var(--background);
color: var(--gray-light);
cursor: not-allowed;
}
}
} | 0.703549 | 0.164215 |
.proto_masonry_top, .widget_featured_image_pro_masonry_widget {
/*clear the top div container*/
clear:both;
margin-top:15px;
}
.proto_subcaption {
padding: 0 15px;
margin-bottom: 5px;
overflow-wrap: break-word;
white-space: normal;
word-wrap: break-word;
width:100%;
}
.proto_masonry_container figure.proto_masonry_figure,
{
margin:0;
}
.proto_masonry_gallery {
/* default widget settings. Use !important to override*/
display:block;
max-width:100%;
clear:both;
padding:0 5px;
}
.proto_masonry_item {
line-height:0;
}
.proto_masonry_item img, .proto_masonry_item, .proto_masonry_item figure.proto_masonry_figure, .proto_masonry_item figcaption.proto_masonry_caption, .proto_masonry_item p {
max-width: 100%;
}
.proto_masonry_item p.proto_subcaption
{
margin-bottom:5px;
}
.proto_masonry_item_boxshadow
{box-shadow: 0 0 6px 2px rgba(0,0,0,.075);}
.proto_comment_count:before
{
content: "\f101";
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #a0a5aa;
}
span.proto_page_nav
{
padding: 5px 10px;
border: solid 1px;
margin: 2px;
}
.proto_masonry_gallery, proto_masonry_item, proto_masonry_image
{
max-width:100%;
}
.proto_masonry_item figure.proto_masonry_figure > a {
display: block;
overflow: hidden;
color: transparent !important;
}
body .proto_masonry_item p, article .proto_masonry_item p, .proto_masonry_item p{
line-height: normal;
padding: 0;
margin: 0;
}
.proto_masonry_image.padimage {
padding: 4px;
}
.proto_masonry_container /* the inner container*/ {
margin-top:15px;
}
.proto_masonry_container_left /* left aligned masonry*/
.proto_masonry_gallery {
float:left;
width:100%;
}
.proto_masonry_container_right /* right aligned masonry*/
.proto_masonry_gallery {
float:right;
width:100%;
}
.proto_masonry_fitwidth /* fitwidth allows centering of content*/
.proto_masonry_gallery {
display:inline-block;
width: 100%;
}
.proto_masonry_container_center /* center aligned masonry */ {
text-align:center;
}
.proto_masonry_gallery /* caption centered. Override with !important*/
figcaption.proto_masonry_caption {
/* text-align:center; */
z-index:99;
/* padding:0 5px; */
}
.proto_masonry_gallery /* caption text. Override with !important*/
figcaption.proto_masonry_caption .proto_title {
font-size:14px;
font-weight:400;
line-height:normal;
padding: 5px;
}
.proto_masonry_gallery
.proto_hover_caption
.proto_title {
color:#fff;
margin:5px;
}
.proto_masonry_gallery
.proto_hover_caption {
background-color:rgba(0,0,0,0.4);
position:absolute;
z-index:100;
-webkit-transition:all 300ms ease-out;
-moz-transition:all 300ms ease-out;
-o-transition:all 300ms ease-out;
-ms-transition:all 300ms ease-out;
transition:all 300ms ease-out;
left:0;
bottom:0;
opacity:0;
height:100%;
}
.proto_masonry_gallery
.proto_hover_caption:hover {
opacity:1;
}
.proto_hover .proto_hover_caption {
opacity:1;
}
.proto_author {
text-transform:uppercase;
font-size:12px;
}
.proto_masonry_gallery
.proto_hover_caption .proto_title_container {
/* color:#fff; */
/* margin: 10px; */
position:absolute;
bottom:0;
left:0;
width:100%;
text-align:center;
}
.proto_masonry_gallery
.proto_masonry_fixed_height_caption .proto_title {
text-decoration:none;
text-overflow:ellipsis;
display:block;
white-space:nowrap;
overflow:hidden;
margin:0 15px;
max-width:100%;
}
.proto_masonry_gallery
figure.proto_masonry_figure
img {
display:inline-block;
}
.proto_masonry_gallery
.proto_masonry_fixed_height_caption.proto_hover_caption .proto_title {
margin:0;
text-align:center;
padding:2px;
}
.proto_title.is-truncated {
}
#wpcontent {
height:auto;
}
.proto_masonry_gallery
.proto_masonry_border {
border-style:solid;
border-color:#000;
}
.proto_masonry_excerpt
div {
padding-top:15px;
clear:both;
}
.proto_masonry_gallery
.proto_masonry_excerpt {padding: 0 5px;overflow:hidden;margin: 5px auto;/* text-align: center; */}
.proto_masonrty_gallery hr {
clear:both;
}
.proto_masonry_excerpt
button.proto-link-button,
{
display:block;
margin:auto;
}
.proto_masonry_excerpt
div.proto-link-button
{
display:block;
text-align:right;
}
.proto_masonry_gallery
.proto_masonry_excerpt {
margin: 5px auto 0;
line-height:normal;
clear:both;
position:relative;
}
.proto_masonry_gallery
figure.proto_masonry_figure {
position:relative;
}
figure.proto_masonry_figure:hover
.proto_hover_caption {
opacity:1;
}
figure.proto_masonry_figure
{
margin:auto;
}
.proto_masonry_gallery a {
outline:none;
}
.proto_masonry_gallery a img {
outline:none;
}
.proto_masonry_gallery img {
border:0;
display:inline-block;
}
.proto_masonry_gallery
.proto_hover_image {
display:block;
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
cursor:pointer;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
background:rgba(0,0,0,0.5);
opacity:0;
}
.proto_masonry_gallery
.proto_hover_image:before {
content:"";
display:block;
position:absolute;
left:50%;
top:50%;
margin:-37px 0 0 -37px;
width:74px;
height:74px;
}
.proto_masonry_gallery
.proto_masonry_item:hover .proto_hover_image {
top:0;
opacity:1;
}
.proto_masonry_gallery
.proto-snap-image-ontop {
visibility:visible;
}
.proto_masonry_container {
width:100%;
max-width:100%;
}
.panel-grid-cell::after,.fixed:after,.proto_masonry_item:after,.proto_masonry_container:after,.proto_masonry_top:after,figure.proto_masonry_figure:after,.proto_masonry_excerpt:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.proto_masonry_item
.more-link {
position:relative;
line-height:normal;
float: right;
z-index: 99;
margin: 0 0 5px 0;
}
.proto_caption_hr
{
margin: 0 5px;
}
.proto_excerpt_hr {
line-height: normal;
clear: both;
}
.proto_page_nav_dots a:before,.proto_page_nav_dots_current:before {
content:'\25CF';
font-size:25px;
}
.proto_page_nav_current {
color:#add8e6;
}
/**** Masonry Grid Transitions ****/
.masonry-animate {
-webkit-transition-property:height,width;
-moz-transition-property:height,width;
-ms-transition-property:height,width;
-o-transition-property:height,width;
transition-property:height,width;
}
.masonry-animate .masonry-brick {
-webkit-transition-property:left,right,top;
-moz-transition-property:left,right,top;
-ms-transition-property:left,right,top;
-o-transition-property:left,right,top;
transition-property:left,right,top;
}
.proto_masonry_packery
{
width:100%;
}
.proto_subcaption
{
text-align:center;
} | core/assets/css/proto-masonry.css | .proto_masonry_top, .widget_featured_image_pro_masonry_widget {
/*clear the top div container*/
clear:both;
margin-top:15px;
}
.proto_subcaption {
padding: 0 15px;
margin-bottom: 5px;
overflow-wrap: break-word;
white-space: normal;
word-wrap: break-word;
width:100%;
}
.proto_masonry_container figure.proto_masonry_figure,
{
margin:0;
}
.proto_masonry_gallery {
/* default widget settings. Use !important to override*/
display:block;
max-width:100%;
clear:both;
padding:0 5px;
}
.proto_masonry_item {
line-height:0;
}
.proto_masonry_item img, .proto_masonry_item, .proto_masonry_item figure.proto_masonry_figure, .proto_masonry_item figcaption.proto_masonry_caption, .proto_masonry_item p {
max-width: 100%;
}
.proto_masonry_item p.proto_subcaption
{
margin-bottom:5px;
}
.proto_masonry_item_boxshadow
{box-shadow: 0 0 6px 2px rgba(0,0,0,.075);}
.proto_comment_count:before
{
content: "\f101";
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #a0a5aa;
}
span.proto_page_nav
{
padding: 5px 10px;
border: solid 1px;
margin: 2px;
}
.proto_masonry_gallery, proto_masonry_item, proto_masonry_image
{
max-width:100%;
}
.proto_masonry_item figure.proto_masonry_figure > a {
display: block;
overflow: hidden;
color: transparent !important;
}
body .proto_masonry_item p, article .proto_masonry_item p, .proto_masonry_item p{
line-height: normal;
padding: 0;
margin: 0;
}
.proto_masonry_image.padimage {
padding: 4px;
}
.proto_masonry_container /* the inner container*/ {
margin-top:15px;
}
.proto_masonry_container_left /* left aligned masonry*/
.proto_masonry_gallery {
float:left;
width:100%;
}
.proto_masonry_container_right /* right aligned masonry*/
.proto_masonry_gallery {
float:right;
width:100%;
}
.proto_masonry_fitwidth /* fitwidth allows centering of content*/
.proto_masonry_gallery {
display:inline-block;
width: 100%;
}
.proto_masonry_container_center /* center aligned masonry */ {
text-align:center;
}
.proto_masonry_gallery /* caption centered. Override with !important*/
figcaption.proto_masonry_caption {
/* text-align:center; */
z-index:99;
/* padding:0 5px; */
}
.proto_masonry_gallery /* caption text. Override with !important*/
figcaption.proto_masonry_caption .proto_title {
font-size:14px;
font-weight:400;
line-height:normal;
padding: 5px;
}
.proto_masonry_gallery
.proto_hover_caption
.proto_title {
color:#fff;
margin:5px;
}
.proto_masonry_gallery
.proto_hover_caption {
background-color:rgba(0,0,0,0.4);
position:absolute;
z-index:100;
-webkit-transition:all 300ms ease-out;
-moz-transition:all 300ms ease-out;
-o-transition:all 300ms ease-out;
-ms-transition:all 300ms ease-out;
transition:all 300ms ease-out;
left:0;
bottom:0;
opacity:0;
height:100%;
}
.proto_masonry_gallery
.proto_hover_caption:hover {
opacity:1;
}
.proto_hover .proto_hover_caption {
opacity:1;
}
.proto_author {
text-transform:uppercase;
font-size:12px;
}
.proto_masonry_gallery
.proto_hover_caption .proto_title_container {
/* color:#fff; */
/* margin: 10px; */
position:absolute;
bottom:0;
left:0;
width:100%;
text-align:center;
}
.proto_masonry_gallery
.proto_masonry_fixed_height_caption .proto_title {
text-decoration:none;
text-overflow:ellipsis;
display:block;
white-space:nowrap;
overflow:hidden;
margin:0 15px;
max-width:100%;
}
.proto_masonry_gallery
figure.proto_masonry_figure
img {
display:inline-block;
}
.proto_masonry_gallery
.proto_masonry_fixed_height_caption.proto_hover_caption .proto_title {
margin:0;
text-align:center;
padding:2px;
}
.proto_title.is-truncated {
}
#wpcontent {
height:auto;
}
.proto_masonry_gallery
.proto_masonry_border {
border-style:solid;
border-color:#000;
}
.proto_masonry_excerpt
div {
padding-top:15px;
clear:both;
}
.proto_masonry_gallery
.proto_masonry_excerpt {padding: 0 5px;overflow:hidden;margin: 5px auto;/* text-align: center; */}
.proto_masonrty_gallery hr {
clear:both;
}
.proto_masonry_excerpt
button.proto-link-button,
{
display:block;
margin:auto;
}
.proto_masonry_excerpt
div.proto-link-button
{
display:block;
text-align:right;
}
.proto_masonry_gallery
.proto_masonry_excerpt {
margin: 5px auto 0;
line-height:normal;
clear:both;
position:relative;
}
.proto_masonry_gallery
figure.proto_masonry_figure {
position:relative;
}
figure.proto_masonry_figure:hover
.proto_hover_caption {
opacity:1;
}
figure.proto_masonry_figure
{
margin:auto;
}
.proto_masonry_gallery a {
outline:none;
}
.proto_masonry_gallery a img {
outline:none;
}
.proto_masonry_gallery img {
border:0;
display:inline-block;
}
.proto_masonry_gallery
.proto_hover_image {
display:block;
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
cursor:pointer;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
background:rgba(0,0,0,0.5);
opacity:0;
}
.proto_masonry_gallery
.proto_hover_image:before {
content:"";
display:block;
position:absolute;
left:50%;
top:50%;
margin:-37px 0 0 -37px;
width:74px;
height:74px;
}
.proto_masonry_gallery
.proto_masonry_item:hover .proto_hover_image {
top:0;
opacity:1;
}
.proto_masonry_gallery
.proto-snap-image-ontop {
visibility:visible;
}
.proto_masonry_container {
width:100%;
max-width:100%;
}
.panel-grid-cell::after,.fixed:after,.proto_masonry_item:after,.proto_masonry_container:after,.proto_masonry_top:after,figure.proto_masonry_figure:after,.proto_masonry_excerpt:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.proto_masonry_item
.more-link {
position:relative;
line-height:normal;
float: right;
z-index: 99;
margin: 0 0 5px 0;
}
.proto_caption_hr
{
margin: 0 5px;
}
.proto_excerpt_hr {
line-height: normal;
clear: both;
}
.proto_page_nav_dots a:before,.proto_page_nav_dots_current:before {
content:'\25CF';
font-size:25px;
}
.proto_page_nav_current {
color:#add8e6;
}
/**** Masonry Grid Transitions ****/
.masonry-animate {
-webkit-transition-property:height,width;
-moz-transition-property:height,width;
-ms-transition-property:height,width;
-o-transition-property:height,width;
transition-property:height,width;
}
.masonry-animate .masonry-brick {
-webkit-transition-property:left,right,top;
-moz-transition-property:left,right,top;
-ms-transition-property:left,right,top;
-o-transition-property:left,right,top;
transition-property:left,right,top;
}
.proto_masonry_packery
{
width:100%;
}
.proto_subcaption
{
text-align:center;
} | 0.379723 | 0.062018 |
html { background:grey; }
body { font-family: sans-serif;
display:table; margin:auto;
border-radius:1em; border:thick solid grey; padding:1ex;
background: white;
}
.assignment, .action { border-radius:1ex; padding:1ex; margin:1ex 0ex; }
.assignment.pending { background:rgba(0,0,0,0.0625); opacity:0.5; }
.assignment.open { background:rgba(0,255,127,0.0625); }
.assignment.late, form.late { background:rgba(255,127,0,0.0625); }
.assignment.closed { background:rgba(0,0,0,0.0625); }
.action { background:rgba(191,0,255,0.0625); border: thin solid rgba(191,0,255,0.25)}
div.prewrap pre { background: rgba(63,31,0,1); color: white; padding:1ex; margin:0em; float:left; }
div.prewrap { max-width:50em; overflow:auto; padding:0em; margin:0em; background: rgba(63,31,0,1); }
table.assignments { border-collapse: collapse; width: 100%; }
table.assignments td { padding: 1ex; vertical-align:top; background: linear-gradient(to top, rgba(0,0,0,0.0625),rgba(0,0,0,0)); }
table.assignments th { padding: 1em 1ex 0ex 1ex; text-align:left; }
h1 { margin:0.25ex 0ex; text-align:center; }
p { margin:0.5ex 0ex; }
.assignment tt, .big tt { border: thin solid white; padding: 1px; background: rgba(255,255,255,0.25); }
.hide-outer { margin:0ex 0.5ex; border:thin solid rgba(0,0,0,0.5); padding:0.5ex; border-radius:0.5ex; }
.hidden strong { font-weight: normal; display:block; width:100%; }
.hidden > strong:before { content: "+ "; }
.shown > strong:before { content: "− "; }
.hidden .hide-inner { display:none; }
textarea { width:100%; }
.hide-outer.important { border-width:thick; background:rgba(255,255,0,0.5); }
.group { margin:1ex 0.5ex; border:thin solid rgba(0,0,0,0.5); padding:0.5ex; border-radius:0.5ex; }
.big { font-size: 150%; margin:1ex; padding:1ex; border: thick solid; border-radius:1ex; }
.big h1 { font-size: 125%; text-align:left; margin:0em;}
.big.notice { border-color:rgba(0,0,0,0.25); background-color:rgba(0,0,0,0.0625); font-size:125%; }
.big.success { border-color:rgba(0,255,127,0.5); background-color:rgba(0,255,127,0.125); }
.big.error { border-color:rgba(255,63,0,0.5); background-color:rgba(255,63,0,0.125); }
pre.rawtext, pre.feedback, pre.regrade-request, pre.regrade-response { white-space:pre-wrap; background: white; padding:0.5ex; }
pre.regrade-request:before { content:"You: "; font-weight:bold; }
pre.regrade-response:before { content:"Regrader: "; font-weight:bold; }
pre.request:before { content:"You: "; font-weight:bold; }
pre.response:before { content:"Staff: "; font-weight:bold; }
li, dt, dd { margin: 0em; }
ul { padding-left: 1em; }
dl, ul, div.percentage, div.extra { margin:0em 0em 0em 1em; }
div.percentage, dl.buckets, dl.breakdown, div.extra {
border-left: thin solid rgba(0,0,0,0.25); padding-left:1ex;
}
.advice { font-style: italic; opacity:0.5;}
table.nopad { border-collapse: collapse; }
table.nopad, .nopad tr, .nopad td { border: none; padding:0em; margin:0em; }
.vbar td, .vbar th { border-left: thin solid black; border-right: thin solid black; padding: 0ex; text-align: center; vertical-align:top; }
table.vbar { border-collapse: separate; border-spacing:1ex 0ex; }
.xp-bar { width: 100%; padding: 0em; white-space: pre; border: thin solid black; line-height:0%;}
.xp-bar span { height: 1em; padding:0em; margin: 0em; border: none; display:inline-block; }
.xp-earned { background: rgba(0,191,0,1); fill:rgba(0,191,0,1); }
.xp-missed { background: rgba(255,127,0,0.5); fill:rgba(255,127,0,0.5); }
.xp-future { background: rgba(0,0,0,0.125); fill:rgba(0,0,0,0.125); }
.snapshot { max-width: 50%; display: table; margin: 1ex auto; box-shadow: 0ex 0ex 1ex 0ex rgba(0,0,0,0.25); text-align: center; color: rgba(0,0,0,0.5);}
.panel { margin: 1ex; padding:1ex; border: thin solid; border-radius:2ex; background-color:white; max-width:100%; }
pre.highlighted { border: thin solid #f0f0f0; padding-right: 1ex; max-width:calc(100%-2ex); margin:0em; overflow-x:auto; }
.highlighted .lineno { background:#f0f0f0; padding:0ex 1ex; color:#999999; font-weight:normal; font-style:normal; }
.highlighted .comment { font-style: italic; color:#808080; }
.highlighted .string { font-weight:bold; color: #008000; }
.highlighted .number { color: #0000ff; }
.highlighted .keyword { font-weight: bold; color: #000080; }
.highlighted .special { font-style: normal; color:#008080; }
.person { border: thin solid white; background-color: rgba(255,255,255,0.5); padding:0.25ex; }
dd table { border-collapse: collapse; width:100%; }
dd table td, dd table th { padding: 1ex; text-align: left; }
dd table tr:nth-child(2n) { background-color:rgba(255,127,0,0.125); }
dd.collapsed { display:none; }
dt.collapsed:before { content: "+ "; }
dt.collapsed:after { content: " …"; }
dt.collapsed { font-style: italic; }
.check.correct, .full.credit { background-color:rgba(0,255,0,0.25); }
.check.wrong, .no.credit { background-color:rgba(255,0,0,0.25); }
.check.partial, .partial.credit { background-color:rgba(255,255,0,0.25); }
table.feedback tr td:first-child { text-align: center; }
table.feedback tr td { border: rgba(0,0,0,0) 0.5ex solid; }
table.feedback tr.break td { border: thin solid black; padding:0; }
blockquote { border:1px solid rgba(0,0,0,0.125); padding:1ex; border-radius:1ex; background-color:rgba(0,0,0,0.04); margin:1em 4em; }
div.grade + div { white-space: pre-wrap; }
/* input, select, option { font-size:100%; } */
.check.correct, .full.credit, label.full { background-color:rgba(0,255,0,0.25); }
.check.wrong, .no.credit, label.none { background-color:rgba(255,0,0,0.25); }
.check.partial, .partial.credit, label.partial { background-color:rgba(255,255,0,0.25); }
table.feedback tr td:first-child { text-align: center; }
table.feedback tr td { border: rgba(0,0,0,0) 0.5ex solid; }
table.feedback tr.break td { border: thin solid black; padding:0; }
div.item label { white-space: pre; }
div.item { margin: 0.5ex 0ex; }
div.comment, div.item { display: flex; }
div.comment textarea, div.item span:last-child { flex: auto; margin-left: 1ex; }
div.conversation pre { white-space: pre-wrap; }
table.table-columns tbody tr td:last-child { display: flex; flex-direction:column; height:90vh; }
table.table-columns tbody tr td:last-child textarea.display { flex-grow:1; font-family:monospace; } | display.css | html { background:grey; }
body { font-family: sans-serif;
display:table; margin:auto;
border-radius:1em; border:thick solid grey; padding:1ex;
background: white;
}
.assignment, .action { border-radius:1ex; padding:1ex; margin:1ex 0ex; }
.assignment.pending { background:rgba(0,0,0,0.0625); opacity:0.5; }
.assignment.open { background:rgba(0,255,127,0.0625); }
.assignment.late, form.late { background:rgba(255,127,0,0.0625); }
.assignment.closed { background:rgba(0,0,0,0.0625); }
.action { background:rgba(191,0,255,0.0625); border: thin solid rgba(191,0,255,0.25)}
div.prewrap pre { background: rgba(63,31,0,1); color: white; padding:1ex; margin:0em; float:left; }
div.prewrap { max-width:50em; overflow:auto; padding:0em; margin:0em; background: rgba(63,31,0,1); }
table.assignments { border-collapse: collapse; width: 100%; }
table.assignments td { padding: 1ex; vertical-align:top; background: linear-gradient(to top, rgba(0,0,0,0.0625),rgba(0,0,0,0)); }
table.assignments th { padding: 1em 1ex 0ex 1ex; text-align:left; }
h1 { margin:0.25ex 0ex; text-align:center; }
p { margin:0.5ex 0ex; }
.assignment tt, .big tt { border: thin solid white; padding: 1px; background: rgba(255,255,255,0.25); }
.hide-outer { margin:0ex 0.5ex; border:thin solid rgba(0,0,0,0.5); padding:0.5ex; border-radius:0.5ex; }
.hidden strong { font-weight: normal; display:block; width:100%; }
.hidden > strong:before { content: "+ "; }
.shown > strong:before { content: "− "; }
.hidden .hide-inner { display:none; }
textarea { width:100%; }
.hide-outer.important { border-width:thick; background:rgba(255,255,0,0.5); }
.group { margin:1ex 0.5ex; border:thin solid rgba(0,0,0,0.5); padding:0.5ex; border-radius:0.5ex; }
.big { font-size: 150%; margin:1ex; padding:1ex; border: thick solid; border-radius:1ex; }
.big h1 { font-size: 125%; text-align:left; margin:0em;}
.big.notice { border-color:rgba(0,0,0,0.25); background-color:rgba(0,0,0,0.0625); font-size:125%; }
.big.success { border-color:rgba(0,255,127,0.5); background-color:rgba(0,255,127,0.125); }
.big.error { border-color:rgba(255,63,0,0.5); background-color:rgba(255,63,0,0.125); }
pre.rawtext, pre.feedback, pre.regrade-request, pre.regrade-response { white-space:pre-wrap; background: white; padding:0.5ex; }
pre.regrade-request:before { content:"You: "; font-weight:bold; }
pre.regrade-response:before { content:"Regrader: "; font-weight:bold; }
pre.request:before { content:"You: "; font-weight:bold; }
pre.response:before { content:"Staff: "; font-weight:bold; }
li, dt, dd { margin: 0em; }
ul { padding-left: 1em; }
dl, ul, div.percentage, div.extra { margin:0em 0em 0em 1em; }
div.percentage, dl.buckets, dl.breakdown, div.extra {
border-left: thin solid rgba(0,0,0,0.25); padding-left:1ex;
}
.advice { font-style: italic; opacity:0.5;}
table.nopad { border-collapse: collapse; }
table.nopad, .nopad tr, .nopad td { border: none; padding:0em; margin:0em; }
.vbar td, .vbar th { border-left: thin solid black; border-right: thin solid black; padding: 0ex; text-align: center; vertical-align:top; }
table.vbar { border-collapse: separate; border-spacing:1ex 0ex; }
.xp-bar { width: 100%; padding: 0em; white-space: pre; border: thin solid black; line-height:0%;}
.xp-bar span { height: 1em; padding:0em; margin: 0em; border: none; display:inline-block; }
.xp-earned { background: rgba(0,191,0,1); fill:rgba(0,191,0,1); }
.xp-missed { background: rgba(255,127,0,0.5); fill:rgba(255,127,0,0.5); }
.xp-future { background: rgba(0,0,0,0.125); fill:rgba(0,0,0,0.125); }
.snapshot { max-width: 50%; display: table; margin: 1ex auto; box-shadow: 0ex 0ex 1ex 0ex rgba(0,0,0,0.25); text-align: center; color: rgba(0,0,0,0.5);}
.panel { margin: 1ex; padding:1ex; border: thin solid; border-radius:2ex; background-color:white; max-width:100%; }
pre.highlighted { border: thin solid #f0f0f0; padding-right: 1ex; max-width:calc(100%-2ex); margin:0em; overflow-x:auto; }
.highlighted .lineno { background:#f0f0f0; padding:0ex 1ex; color:#999999; font-weight:normal; font-style:normal; }
.highlighted .comment { font-style: italic; color:#808080; }
.highlighted .string { font-weight:bold; color: #008000; }
.highlighted .number { color: #0000ff; }
.highlighted .keyword { font-weight: bold; color: #000080; }
.highlighted .special { font-style: normal; color:#008080; }
.person { border: thin solid white; background-color: rgba(255,255,255,0.5); padding:0.25ex; }
dd table { border-collapse: collapse; width:100%; }
dd table td, dd table th { padding: 1ex; text-align: left; }
dd table tr:nth-child(2n) { background-color:rgba(255,127,0,0.125); }
dd.collapsed { display:none; }
dt.collapsed:before { content: "+ "; }
dt.collapsed:after { content: " …"; }
dt.collapsed { font-style: italic; }
.check.correct, .full.credit { background-color:rgba(0,255,0,0.25); }
.check.wrong, .no.credit { background-color:rgba(255,0,0,0.25); }
.check.partial, .partial.credit { background-color:rgba(255,255,0,0.25); }
table.feedback tr td:first-child { text-align: center; }
table.feedback tr td { border: rgba(0,0,0,0) 0.5ex solid; }
table.feedback tr.break td { border: thin solid black; padding:0; }
blockquote { border:1px solid rgba(0,0,0,0.125); padding:1ex; border-radius:1ex; background-color:rgba(0,0,0,0.04); margin:1em 4em; }
div.grade + div { white-space: pre-wrap; }
/* input, select, option { font-size:100%; } */
.check.correct, .full.credit, label.full { background-color:rgba(0,255,0,0.25); }
.check.wrong, .no.credit, label.none { background-color:rgba(255,0,0,0.25); }
.check.partial, .partial.credit, label.partial { background-color:rgba(255,255,0,0.25); }
table.feedback tr td:first-child { text-align: center; }
table.feedback tr td { border: rgba(0,0,0,0) 0.5ex solid; }
table.feedback tr.break td { border: thin solid black; padding:0; }
div.item label { white-space: pre; }
div.item { margin: 0.5ex 0ex; }
div.comment, div.item { display: flex; }
div.comment textarea, div.item span:last-child { flex: auto; margin-left: 1ex; }
div.conversation pre { white-space: pre-wrap; }
table.table-columns tbody tr td:last-child { display: flex; flex-direction:column; height:90vh; }
table.table-columns tbody tr td:last-child textarea.display { flex-grow:1; font-family:monospace; } | 0.722037 | 0.230465 |
width: 1200px;
height: 100%;
margin: 0 auto;
background-color: rgb(153, 153, 153);
}
#elements {
display: grid;
grid-template-columns: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;
grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;
grid-template-areas: ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . .";
}
.FizzBuzz {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #62ff32;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
.Fizz {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #ff3262;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
.Buzz {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #ff8132;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
.Empty {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #3292ff;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
#sizeBox {
background-color: rgb(230, 230, 230);
padding-top: 10px;
padding-bottom: 10px;
}
.sliders {
width: 100%;
}
.sliderLabel {
}
#elWidth {
width: 45%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
}
#elHeight {
width: 45%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
}
#menuBox {
display: grid;
background-color: rgb(210, 210, 210);
}
#valueBox {
background-color: rgb(220, 220, 220);
padding-top: 10px;
padding-bottom: 10px;
}
#colorBox {
background-color: rgb(230, 230, 230);
padding-top: 10px;
padding-bottom: 10px;
}
#customBox {
background-color: rgb(235, 235, 235);
padding-top: 10px;
padding-bottom: 10px;
}
h3 {
display: inline;
font-size: 16px;
font-weight: 100;
}
#generate {
padding: 3px;
border-radius: 5px;
background-color: #3399ff;
color: #fff;
font-weight: bold;
transition: 0.3s;
}
#clear {
padding: 3px;
background-color: #ff6633;
border-radius: 5px;
color: #fff;
font-weight: bold;
transition: 0.3s;
}
#generate2 {
padding: 3px;
border-radius: 5px;
background-color: #00e600;
color: #fff;
font-weight: bold;
transition: 0.3s;
}
#generate:hover {
background-color: #3366ff;
}
#clear:hover {
background-color: #ff3333;
}
#generate2:hover {
background-color: #00b300;
}
@media (max-width: 992px) {
#container {
width: 500px;
height: 100%;
margin : 0 auto;
background-color: rgb(153, 153, 153);
}
#elements {
display: grid;
grid-template-columns: 100px 100px 100px 100px 100px;
grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
grid-template-areas: ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . .";
}
input[type=number]{
width: 100px;
}
}
@media (max-width: 576px) {
#container {
width: 300px;
height: 100%;
margin : 0 auto;
background-color: rgb(153, 153, 153);
}
#elements {
display: inline;
}
input[type=number]{
width: 50px;
}
} | styles/style.css | width: 1200px;
height: 100%;
margin: 0 auto;
background-color: rgb(153, 153, 153);
}
#elements {
display: grid;
grid-template-columns: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;
grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;
grid-template-areas: ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . .";
}
.FizzBuzz {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #62ff32;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
.Fizz {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #ff3262;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
.Buzz {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #ff8132;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
.Empty {
display: grid;
width: 90px;
height:90px;
margin:10px;
color:white;
background-color: #3292ff;
border-radius:8px;
border-style:solid;
border-width:1px;
border-color:#000;
text-align:center;
}
#sizeBox {
background-color: rgb(230, 230, 230);
padding-top: 10px;
padding-bottom: 10px;
}
.sliders {
width: 100%;
}
.sliderLabel {
}
#elWidth {
width: 45%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
}
#elHeight {
width: 45%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
}
#menuBox {
display: grid;
background-color: rgb(210, 210, 210);
}
#valueBox {
background-color: rgb(220, 220, 220);
padding-top: 10px;
padding-bottom: 10px;
}
#colorBox {
background-color: rgb(230, 230, 230);
padding-top: 10px;
padding-bottom: 10px;
}
#customBox {
background-color: rgb(235, 235, 235);
padding-top: 10px;
padding-bottom: 10px;
}
h3 {
display: inline;
font-size: 16px;
font-weight: 100;
}
#generate {
padding: 3px;
border-radius: 5px;
background-color: #3399ff;
color: #fff;
font-weight: bold;
transition: 0.3s;
}
#clear {
padding: 3px;
background-color: #ff6633;
border-radius: 5px;
color: #fff;
font-weight: bold;
transition: 0.3s;
}
#generate2 {
padding: 3px;
border-radius: 5px;
background-color: #00e600;
color: #fff;
font-weight: bold;
transition: 0.3s;
}
#generate:hover {
background-color: #3366ff;
}
#clear:hover {
background-color: #ff3333;
}
#generate2:hover {
background-color: #00b300;
}
@media (max-width: 992px) {
#container {
width: 500px;
height: 100%;
margin : 0 auto;
background-color: rgb(153, 153, 153);
}
#elements {
display: grid;
grid-template-columns: 100px 100px 100px 100px 100px;
grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
grid-template-areas: ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . .";
}
input[type=number]{
width: 100px;
}
}
@media (max-width: 576px) {
#container {
width: 300px;
height: 100%;
margin : 0 auto;
background-color: rgb(153, 153, 153);
}
#elements {
display: inline;
}
input[type=number]{
width: 50px;
}
} | 0.333069 | 0.048159 |
body {
overflow-x: visible;
width: 100%;
font: 15px "Century Gothic", "Times Roman", sans-serif;
min-height: 550px;
}
.bg {
background: url("../image/bg3.jpg") no-repeat center;
background-size: cover;
}
.bg4 {
background: url("../image/gif.gif") no-repeat center;
background-size: cover;
}
.bg5 {
background: url("../image/user.png") no-repeat center;
background-size: 40%;
min-height: 60%;
}
.bg3 {
background: url("../image/b1.png") no-repeat;
background-size: cover;
}
.bg1 {
background: url("../image/111.jpg") no-repeat;
background-size: 100%;
min-height: 100%;
}
.bg2 {
background: url("../image/bg2.jpg") no-repeat;
background-size: cover;
min-height: 535px;
}
.bg6 {
background: #afa3a3;
background-size: cover;
}
.bg7 {
background: url("../image/admin.png") no-repeat center;
background-size: 40%;
min-height: 20%;
;
}
.bg8 {
background: url("../image/result.jpg") no-repeat center;
background-size: cover;
min-height: 100%;
}
.bg9 {
background: url("../image/about.jpg") no-repeat center;
background-size: cover;
min-height: ;
}
@font-face {
font-family: 'typo';
src: url('../fonts/typo.ttf');
}
@font-face {
font-family: 'gothic';
src: url('../fonts/gothics.ttf');
}
.panel {
border-color: #eee;
margin: 40px;
padding: 20px;
font: 15px "Century Gothic", "Times Roman", sans-serif;
}
.title {
font-family: 'typo';
}
.header {
background: #202020;
height: 60px;
}
.logo {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
color: #287bda;
margin: 15px;
}
.title1 {
font: 16px "Century Gothic", "Times Roman", sans-serif;
}
.title2 {
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
}
.sub1 {
width: 90px;
color: #202020;
background: orange;
font-size: 15px;
height: 35px;
margin: 20px;
padding: 10px;
width: 100px;
}
.sub {
width: 50%;
background-color: #9acd32;
border-radius: 45px;
font-size: 20px;
padding: 2px;
margin-top: 15px;
margin-right: 20px;
}
.sub:hover {
color: #fff;
}
.footer {
font-size: 15px;
text-align: center;
border-top: 1px solid;
border-color: #323232;
background-color: #202020;
}
.footer a {
margin: 25px;
color: orange;
text-decoration: none;
font: 15px "Century Gothic", "Times Roman", sans-serif;
}
.footer a:hover {
text-decoration: none;
color: #9acd32;
border-top: 2px solid;
border-color: orange;
}
.box {
padding: 9px;
}
.container1 {
width: 100%;
height: 100%;
}
hr {
color: #000000;
}
.about {
width: 00%;
margin: auto;
margin-top: 30px;
max-width: 300px;
min-height: 700px;
padding: 4px 30px 30px 30px;
}
.top {
margin-top: 20px;
}
.log1 {
font: 15px 'Ubuntu', sans-serif;
color: orange;
margin-left: 10px;
}
.button {
border-radius: 14px;
}
.log {
margin: 10px;
margin-right: 60px;
margin-left: 5px;
color: orange;
text-decoration: none;
font-size: 20px;
font-size: 15px;
}
.log:hover {
color: #9acd32;
border-top: 2px solid;
border-color: orange;
text-decoration: none;
}
.login-wrap {
width: 00%;
margin: auto;
margin-top: 30px;
max-width: 300px;
min-height: 700px;
padding: 4px 30px 80px 550px;
background: url() no-repeat center;
box-shadow: rgba(0, 0, 0, .24);
}
.login-html {
width: 30%;
height: 93%;
position: absolute;
padding: 20px 30px 80px 20px;
background: url("../image/login.jpg") no-repeat center;
background-size: cover;
}
.login-html .sign-in-htm, .login-html .sign-up-htm {
top: 0;
left: 0;
right: 0;
transition: all .4s linear;
bottom: 40;
position: absolute;
-webkit-transform: rotateY(270deg);
transform: rotateY(270deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.login-html .sign-in, .login-html .sign-up, .login-form .group .check {
display: none;
}
.login-html .tab, .login-form .group .label, .login-form .group .button {
text-transform: uppercase;
}
.login-html .tab {
font-size: 22px;
margin-right: 15px;
padding-bottom: 5px;
margin: 0 15px 10px 0;
display: inline-block;
border-bottom: 2px solid transparent;
}
.login-html .sign-in:checked+.tab, .login-html .sign-up:checked+.tab {
color: antiquewhite;
border-color: coral;
}
.login-form {
min-height: 345px;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.login-form .group {
margin-bottom: 15px;
}
.login-form .group .label, .login-form .group .input, .login-form .group .button {
width: 100%;
color: black;
display: block;
}
.login-form .group .input, .login-form .group .button {
border: none;
padding: 15px 20px;
border-radius: 25px;
background: rgb(250, 250, 250);
}
.login-form .group input[data-type="password"] {
-webkit-text-security: circle;
}
.login-form .group .label {
color: rgb(228, 24, 24);
font-size: 12px;
}
.login-form .group .button {
background: #1161ee;
}
.login-form .group label .icon {
width: 15px;
height: 15px;
border-radius: 2px;
position: relative;
display: inline-block;
background: rgba(255, 255, 255, .1);
}
.login-form .group label .icon:before, .login-form .group label .icon:after {
content: '';
width: 10px;
height: 2px;
background: #fff;
position: absolute;
transition: all .2s ease-in-out 0s;
}
.login-form .group label .icon:before {
left: 3px;
width: 5px;
bottom: 6px;
-webkit-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group label .icon:after {
top: 6px;
right: 0;
-webkit-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group .check:checked+label {
color: #fff;
}
.login-form .group .check:checked+label .icon {
background: #1161ee;
}
.login-form .group .check:checked+label .icon:before {
-webkit-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
.login-form .group .check:checked+label .icon:after {
-webkit-transform: scale(1) rotate(-45deg);
transform: scale(1) rotate(-45deg);
}
.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.hr {
height: 2px;
margin: 60px 0 50px 0;
background: rgba(255, 255, 255, .2);
}
.foot-lnk {
text-align: center;
} | css/main.css | body {
overflow-x: visible;
width: 100%;
font: 15px "Century Gothic", "Times Roman", sans-serif;
min-height: 550px;
}
.bg {
background: url("../image/bg3.jpg") no-repeat center;
background-size: cover;
}
.bg4 {
background: url("../image/gif.gif") no-repeat center;
background-size: cover;
}
.bg5 {
background: url("../image/user.png") no-repeat center;
background-size: 40%;
min-height: 60%;
}
.bg3 {
background: url("../image/b1.png") no-repeat;
background-size: cover;
}
.bg1 {
background: url("../image/111.jpg") no-repeat;
background-size: 100%;
min-height: 100%;
}
.bg2 {
background: url("../image/bg2.jpg") no-repeat;
background-size: cover;
min-height: 535px;
}
.bg6 {
background: #afa3a3;
background-size: cover;
}
.bg7 {
background: url("../image/admin.png") no-repeat center;
background-size: 40%;
min-height: 20%;
;
}
.bg8 {
background: url("../image/result.jpg") no-repeat center;
background-size: cover;
min-height: 100%;
}
.bg9 {
background: url("../image/about.jpg") no-repeat center;
background-size: cover;
min-height: ;
}
@font-face {
font-family: 'typo';
src: url('../fonts/typo.ttf');
}
@font-face {
font-family: 'gothic';
src: url('../fonts/gothics.ttf');
}
.panel {
border-color: #eee;
margin: 40px;
padding: 20px;
font: 15px "Century Gothic", "Times Roman", sans-serif;
}
.title {
font-family: 'typo';
}
.header {
background: #202020;
height: 60px;
}
.logo {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
color: #287bda;
margin: 15px;
}
.title1 {
font: 16px "Century Gothic", "Times Roman", sans-serif;
}
.title2 {
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
}
.sub1 {
width: 90px;
color: #202020;
background: orange;
font-size: 15px;
height: 35px;
margin: 20px;
padding: 10px;
width: 100px;
}
.sub {
width: 50%;
background-color: #9acd32;
border-radius: 45px;
font-size: 20px;
padding: 2px;
margin-top: 15px;
margin-right: 20px;
}
.sub:hover {
color: #fff;
}
.footer {
font-size: 15px;
text-align: center;
border-top: 1px solid;
border-color: #323232;
background-color: #202020;
}
.footer a {
margin: 25px;
color: orange;
text-decoration: none;
font: 15px "Century Gothic", "Times Roman", sans-serif;
}
.footer a:hover {
text-decoration: none;
color: #9acd32;
border-top: 2px solid;
border-color: orange;
}
.box {
padding: 9px;
}
.container1 {
width: 100%;
height: 100%;
}
hr {
color: #000000;
}
.about {
width: 00%;
margin: auto;
margin-top: 30px;
max-width: 300px;
min-height: 700px;
padding: 4px 30px 30px 30px;
}
.top {
margin-top: 20px;
}
.log1 {
font: 15px 'Ubuntu', sans-serif;
color: orange;
margin-left: 10px;
}
.button {
border-radius: 14px;
}
.log {
margin: 10px;
margin-right: 60px;
margin-left: 5px;
color: orange;
text-decoration: none;
font-size: 20px;
font-size: 15px;
}
.log:hover {
color: #9acd32;
border-top: 2px solid;
border-color: orange;
text-decoration: none;
}
.login-wrap {
width: 00%;
margin: auto;
margin-top: 30px;
max-width: 300px;
min-height: 700px;
padding: 4px 30px 80px 550px;
background: url() no-repeat center;
box-shadow: rgba(0, 0, 0, .24);
}
.login-html {
width: 30%;
height: 93%;
position: absolute;
padding: 20px 30px 80px 20px;
background: url("../image/login.jpg") no-repeat center;
background-size: cover;
}
.login-html .sign-in-htm, .login-html .sign-up-htm {
top: 0;
left: 0;
right: 0;
transition: all .4s linear;
bottom: 40;
position: absolute;
-webkit-transform: rotateY(270deg);
transform: rotateY(270deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.login-html .sign-in, .login-html .sign-up, .login-form .group .check {
display: none;
}
.login-html .tab, .login-form .group .label, .login-form .group .button {
text-transform: uppercase;
}
.login-html .tab {
font-size: 22px;
margin-right: 15px;
padding-bottom: 5px;
margin: 0 15px 10px 0;
display: inline-block;
border-bottom: 2px solid transparent;
}
.login-html .sign-in:checked+.tab, .login-html .sign-up:checked+.tab {
color: antiquewhite;
border-color: coral;
}
.login-form {
min-height: 345px;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.login-form .group {
margin-bottom: 15px;
}
.login-form .group .label, .login-form .group .input, .login-form .group .button {
width: 100%;
color: black;
display: block;
}
.login-form .group .input, .login-form .group .button {
border: none;
padding: 15px 20px;
border-radius: 25px;
background: rgb(250, 250, 250);
}
.login-form .group input[data-type="password"] {
-webkit-text-security: circle;
}
.login-form .group .label {
color: rgb(228, 24, 24);
font-size: 12px;
}
.login-form .group .button {
background: #1161ee;
}
.login-form .group label .icon {
width: 15px;
height: 15px;
border-radius: 2px;
position: relative;
display: inline-block;
background: rgba(255, 255, 255, .1);
}
.login-form .group label .icon:before, .login-form .group label .icon:after {
content: '';
width: 10px;
height: 2px;
background: #fff;
position: absolute;
transition: all .2s ease-in-out 0s;
}
.login-form .group label .icon:before {
left: 3px;
width: 5px;
bottom: 6px;
-webkit-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group label .icon:after {
top: 6px;
right: 0;
-webkit-transform: scale(0) rotate(0);
transform: scale(0) rotate(0);
}
.login-form .group .check:checked+label {
color: #fff;
}
.login-form .group .check:checked+label .icon {
background: #1161ee;
}
.login-form .group .check:checked+label .icon:before {
-webkit-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
.login-form .group .check:checked+label .icon:after {
-webkit-transform: scale(1) rotate(-45deg);
transform: scale(1) rotate(-45deg);
}
.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.hr {
height: 2px;
margin: 60px 0 50px 0;
background: rgba(255, 255, 255, .2);
}
.foot-lnk {
text-align: center;
} | 0.414425 | 0.070945 |
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
:root {
/* ---------theme colors (varibale)---------- */
--bg-gray: #bdb8b1;
--text-curry: #cc8523;
--text-curry2: rgba(205, 130, 35, 0.5);
--offwhite: #f2f2f2;
--white: #fff;
--sky-blue: #a1c9d4;
--transition: all 0.5s linear;
--b-radius: 0.5rem;
--black: #000000;
--b-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--ff-open-sans: "Open Sans", sans-serif;
--clr-bg-grey-2: hsl(210, 36%, 96%);
}
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
line-height: 1.5;
font-size: 0.875rem;
font-family: var(--ff-open-sans);
color: var(--text-curry);
background: var(--clr-bg-grey-2);
}
p {
color: var(--black);
margin-top: 1rem;
}
/*=====================
section
======================*/
section {
padding: 5rem 0;
}
.title {
text-align: center;
margin-bottom: 2rem;
}
.title p {
margin-top: 1rem;
}
.section-center {
margin: 0 auto;
max-width: 1170px;
width: 90vw;
}
img {
display: block;
object-fit: cover;
height: 20rem;
width: 100%;
border-radius: var(--b-radius);
}
.btn-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 2rem;
}
.tab-btn:nth-child(1) {
border-top-left-radius: var(--b-radius);
}
.tab-btn:nth-child(3) {
border-top-right-radius: var(--b-radius);
}
.tab-btn {
padding: 1rem 0;
border: none;
font-size: 1rem;
display: block;
background: var(--bg-gray);
cursor: pointer;
text-align: center;
}
.tab-btn:hover {
background: var(--sky-blue);
}
.about-content {
border-bottom-left-radius: var(--b-radius);
border-bottom-right-radius: var(--b-radius);
padding: 2rem 1.5rem;
background: var(--white);
}
/*=====================
footer
======================*/
footer {
display: block;
width: 100%;
background: var(--bg-gray);
text-align: center;
padding: 1.5rem 0.5rem;
color: var(--text-curry);
font-size: 0.95rem;
}
.linkedin {
color: var(--blue);
}
/*=====================
big screen
======================*/
@media screen and (min-width: 800px) {
body {
font-size: 1rem;
}
h2 {
line-height: 1;
font-size: 2.5rem;
}
.about-center {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 1.75rem;
width: 90vw;
}
.btn-container {
margin-top: 0;
}
}
/*=====================
contents to hide
======================*/
.content {
display: none;
}
.tab-btn.active {
background: var(--white);
}
.content.active {
display: block;
} | css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
:root {
/* ---------theme colors (varibale)---------- */
--bg-gray: #bdb8b1;
--text-curry: #cc8523;
--text-curry2: rgba(205, 130, 35, 0.5);
--offwhite: #f2f2f2;
--white: #fff;
--sky-blue: #a1c9d4;
--transition: all 0.5s linear;
--b-radius: 0.5rem;
--black: #000000;
--b-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--ff-open-sans: "Open Sans", sans-serif;
--clr-bg-grey-2: hsl(210, 36%, 96%);
}
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
line-height: 1.5;
font-size: 0.875rem;
font-family: var(--ff-open-sans);
color: var(--text-curry);
background: var(--clr-bg-grey-2);
}
p {
color: var(--black);
margin-top: 1rem;
}
/*=====================
section
======================*/
section {
padding: 5rem 0;
}
.title {
text-align: center;
margin-bottom: 2rem;
}
.title p {
margin-top: 1rem;
}
.section-center {
margin: 0 auto;
max-width: 1170px;
width: 90vw;
}
img {
display: block;
object-fit: cover;
height: 20rem;
width: 100%;
border-radius: var(--b-radius);
}
.btn-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 2rem;
}
.tab-btn:nth-child(1) {
border-top-left-radius: var(--b-radius);
}
.tab-btn:nth-child(3) {
border-top-right-radius: var(--b-radius);
}
.tab-btn {
padding: 1rem 0;
border: none;
font-size: 1rem;
display: block;
background: var(--bg-gray);
cursor: pointer;
text-align: center;
}
.tab-btn:hover {
background: var(--sky-blue);
}
.about-content {
border-bottom-left-radius: var(--b-radius);
border-bottom-right-radius: var(--b-radius);
padding: 2rem 1.5rem;
background: var(--white);
}
/*=====================
footer
======================*/
footer {
display: block;
width: 100%;
background: var(--bg-gray);
text-align: center;
padding: 1.5rem 0.5rem;
color: var(--text-curry);
font-size: 0.95rem;
}
.linkedin {
color: var(--blue);
}
/*=====================
big screen
======================*/
@media screen and (min-width: 800px) {
body {
font-size: 1rem;
}
h2 {
line-height: 1;
font-size: 2.5rem;
}
.about-center {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 1.75rem;
width: 90vw;
}
.btn-container {
margin-top: 0;
}
}
/*=====================
contents to hide
======================*/
.content {
display: none;
}
.tab-btn.active {
background: var(--white);
}
.content.active {
display: block;
} | 0.316158 | 0.104477 |
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('JetBrainsMono-ExtraLight.woff2');
header {
display: flex;
position:fixed;
width: 100%;
height: 10vh;
background-color:#303030;
align-items: center;
top:0;
left:0;
text-align:center;
z-index: 10;
}
.header .left {
margin-left: 10px;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
.header .logo {
font-family: 'Abel', sans-serif;
color:white;
text-decoration: none;
}
li.header {
list-style: none;
display: inline-block;
padding: 10px;
margin-right: 10px;
}
.header-item {
width:100px;
height:60%;
background: rgba(0,0,0,0);
border-radius:10px;
border:1px solid white;
text-decoration: none;
display:block;
text-align: center;
text-transform: capitalize;
line-height: 200%;
font-family: 'Poppins', sans-serif;
}
.header-item:link,:visited {
color:white;
animation-name: header-item-nohover;
animation-duration: 0.5s;
}
.header-item:hover {
color:black;
background: white;
animation-name: header-item-hover;
animation-duration:0.5s;
}
@keyframes header-item-nohover {
0%{
background: white;
}
100% {
background: rgba(0,0,0,0);
}
}
@keyframes header-item-hover {
0%{
background: rgba(0,0,0,0);
}
100%{
background:white;
}
}
.header-item:active {
color:black;
}
.hero-background {
background-image: url(hero.png);
height: 90vh;
width: 100%;
position: relative;
left:0;
text-align:center;
z-index: 0;
}
.hero-content {
z-index: 2;
top:50%;
text-align: center;
}
section.me{
position: relative;
text-align: center;
padding-top:20vh;
padding-bottom:30vh;
height:50vh;
}
h1,h2,h3,li {
font-family: 'JetBrains Mono';
padding:0;
text-align: center;
}
h1 {
margin-bottom: 0;
font-style: light;
}
h3 {
color: gray;
font-size:small;
margin-top: 0;
}
ul {
list-style: none;
padding: 0;
}
.contact {
text-align: center;
}
section.contact {
padding-top:20vh;
padding-bottom:30vh;
position:relative;
}
ul.contact {
margin: 10px;
display:flex;
justify-content: center;
align-items: center;
padding-right: 10px;
}
li.contact {
height: 50px;
width: 50px;
background-origin: border-box;
margin: 10px
}
footer {
background-color: #303030;
color:white;
text-align: center;
padding: 20px;
font-size:smaller;
} | style/style.css | @import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('JetBrainsMono-ExtraLight.woff2');
header {
display: flex;
position:fixed;
width: 100%;
height: 10vh;
background-color:#303030;
align-items: center;
top:0;
left:0;
text-align:center;
z-index: 10;
}
.header .left {
margin-left: 10px;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
.header .logo {
font-family: 'Abel', sans-serif;
color:white;
text-decoration: none;
}
li.header {
list-style: none;
display: inline-block;
padding: 10px;
margin-right: 10px;
}
.header-item {
width:100px;
height:60%;
background: rgba(0,0,0,0);
border-radius:10px;
border:1px solid white;
text-decoration: none;
display:block;
text-align: center;
text-transform: capitalize;
line-height: 200%;
font-family: 'Poppins', sans-serif;
}
.header-item:link,:visited {
color:white;
animation-name: header-item-nohover;
animation-duration: 0.5s;
}
.header-item:hover {
color:black;
background: white;
animation-name: header-item-hover;
animation-duration:0.5s;
}
@keyframes header-item-nohover {
0%{
background: white;
}
100% {
background: rgba(0,0,0,0);
}
}
@keyframes header-item-hover {
0%{
background: rgba(0,0,0,0);
}
100%{
background:white;
}
}
.header-item:active {
color:black;
}
.hero-background {
background-image: url(hero.png);
height: 90vh;
width: 100%;
position: relative;
left:0;
text-align:center;
z-index: 0;
}
.hero-content {
z-index: 2;
top:50%;
text-align: center;
}
section.me{
position: relative;
text-align: center;
padding-top:20vh;
padding-bottom:30vh;
height:50vh;
}
h1,h2,h3,li {
font-family: 'JetBrains Mono';
padding:0;
text-align: center;
}
h1 {
margin-bottom: 0;
font-style: light;
}
h3 {
color: gray;
font-size:small;
margin-top: 0;
}
ul {
list-style: none;
padding: 0;
}
.contact {
text-align: center;
}
section.contact {
padding-top:20vh;
padding-bottom:30vh;
position:relative;
}
ul.contact {
margin: 10px;
display:flex;
justify-content: center;
align-items: center;
padding-right: 10px;
}
li.contact {
height: 50px;
width: 50px;
background-origin: border-box;
margin: 10px
}
footer {
background-color: #303030;
color:white;
text-align: center;
padding: 20px;
font-size:smaller;
} | 0.533641 | 0.084833 |
.bo08, .sub-tabs {
border: .08em solid rgba(0, 0, 0, .1)
}
.cau img, .dati {
float: left
}
.children, .com, .commentspnsrtarget, .ctx, .dati, .sub-tabs {
clear: both
}
.bobo08 {
border-bottom: .08em solid rgba(0, 0, 0, .1)
}
.boto08 {
border-top: .08em solid rgba(0, 0, 0, .1)
}
.adv {
margin: 0 5.5%
}
.sub-tabs {
max-width: 15.625em;
margin: 4em 5.5%;
border-top: 0
}
.sub-tabs a {
position: relative;
display: block;
text-align: center;
padding: 1em 0;
background-color: #fff;
color: #333;
-webkit-transition: all .3;
transition: all .3
}
.sub-tabs a:focus, .sub-tabs a:hover {
color: #333;
background-color: #ff6
}
.sub-tabs .active::after {
content: "";
position: absolute;
bottom: 0;
right: 46%;
width: 0;
border: .625em solid transparent;
border-bottom-color: #e5e5e5
}
.discussion {
padding: 0 5.5% 1em
}
.cl {
list-style: none;
padding: 0
}
.cl li {
margin-bottom: 4em
}
.children {
margin: 2em 0 0 5.5%;
padding-top: 1em
}
.cau, .cau img {
margin-right: 1em
}
.children li {
margin-bottom: 0
}
.children>li:not(:first-child) {
margin-bottom: 3em
}
.cn {
font-size: 3.5em;
position: absolute;
right: 0;
color: #e5e5e5;
z-index: 1
}
.bypostauthor>.c .cau h3::after {
content: "post author";
font-size: .58333333333333em;
color: #f3a48f;
padding-left: .25em
}
.bypostauthor>.c .ctx {
border-color: rgba(233, 92, 51, .5);
background: rgba(233, 92, 51, .1)
}
.bypostauthor>.cn {
color: rgba(233, 92, 51, .5)
}
.cau {
padding-bottom: .5em
}
.cau h3 {
padding: 0;
line-height: 1.5
}
.cau h3 a {
padding-bottom: 0
}
.dati {
margin-top: .3125em
}
.ctx {
font-size: 1.125em;
word-wrap: break-word;
box-sizing: border-box;
padding: 0 10% 0 2.5%;
border: .08em solid rgba(0, 0, 0, .1)
}
.ctx * {
position: relative;
z-index: 15
}
.ctx p:first-child {
padding-top: 1em
}
.ctx p:last-child {
padding-bottom: 1em
}
.com {
padding: .5em 0 0 5%
}
.reply {
top: .25em;
float: right;
margin-left: 1.25em;
z-index: 4
}
.infofield {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 400
}
.comment-respond {
margin: 0 5.5% 2em
}
.comment-respond div, .comment-respond form {
position: static;
margin-top: 1em
}
.comment-respond p strong {
color: #e53b2c;
display: inline-block
}
.comment-respond label {
padding-bottom: .5em
}
.comment-form {
margin-bottom: 4em
}
.comment-form label {
font-family: 'Noto Serif';
font-weight: 700;
font-style: normal
}
.comment-form [type=text] {
box-sizing: border-box;
width: 100%;
border-radius: .5em
}
.ccr {
position: absolute;
right: 0;
top: 2.5em
}
.rating__container {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 700;
position: absolute;
right: 3.5em
}
.rating__value {
margin-left: .375em;
top: .25em;
float: right
}
.rating__value--positive {
color: #41B411
}
.rating__value--negative {
color: red
}
.rating__stars {
float: left;
margin: .3em .6em 0 0
}
.rating__button {
display: inline-block;
width: 1.25em;
height: 1.25em;
background: url(../images/rating-sprite.svg) top left no-repeat;
background-size: 3.125em 3.125em;
opacity: .3;
-webkit-transition: all .3;
transition: all .3
}
.rating__button--down:focus, .rating__button--down:hover, .rating__button--up:focus, .rating__button--up:hover {
opacity: .6
}
.rating__button:active, .rating__button:focus, .rating__button:hover, .rating__button:link {
border: 0
}
.rating__button--down {
background-position: -.125em -.9em
}
.rating__button--up {
background-position: -1.875em -1em;
margin-right: .6em
}
.rating__alert {
padding: 0
}
@media screen and (min-width:38.125em) {
.cau h3, .cau img {
font-size: 1.5em;
line-height: 1.583333;
margin: 0 1em 0 0
}
.cau h3 {
float: left
}
.cau .dati {
line-height: 2.375;
float: none;
clear: none;
display: inline-block
}
.cn {
top: -.4em
}
}
@media screen and (min-width:50em) {
.ctx p:first-child {
padding-top: 1.5em
}
.ctx p:last-child {
padding-bottom: 1.5em
}
}
@media screen and (min-width:76.25em) {
.adv, .comment-respond, .sub-tabs {
margin-left: 0
}
.discussion {
padding-left: 0
}
} | itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/Html2PdfTest/smashing_files/comments.min.css | .bo08, .sub-tabs {
border: .08em solid rgba(0, 0, 0, .1)
}
.cau img, .dati {
float: left
}
.children, .com, .commentspnsrtarget, .ctx, .dati, .sub-tabs {
clear: both
}
.bobo08 {
border-bottom: .08em solid rgba(0, 0, 0, .1)
}
.boto08 {
border-top: .08em solid rgba(0, 0, 0, .1)
}
.adv {
margin: 0 5.5%
}
.sub-tabs {
max-width: 15.625em;
margin: 4em 5.5%;
border-top: 0
}
.sub-tabs a {
position: relative;
display: block;
text-align: center;
padding: 1em 0;
background-color: #fff;
color: #333;
-webkit-transition: all .3;
transition: all .3
}
.sub-tabs a:focus, .sub-tabs a:hover {
color: #333;
background-color: #ff6
}
.sub-tabs .active::after {
content: "";
position: absolute;
bottom: 0;
right: 46%;
width: 0;
border: .625em solid transparent;
border-bottom-color: #e5e5e5
}
.discussion {
padding: 0 5.5% 1em
}
.cl {
list-style: none;
padding: 0
}
.cl li {
margin-bottom: 4em
}
.children {
margin: 2em 0 0 5.5%;
padding-top: 1em
}
.cau, .cau img {
margin-right: 1em
}
.children li {
margin-bottom: 0
}
.children>li:not(:first-child) {
margin-bottom: 3em
}
.cn {
font-size: 3.5em;
position: absolute;
right: 0;
color: #e5e5e5;
z-index: 1
}
.bypostauthor>.c .cau h3::after {
content: "post author";
font-size: .58333333333333em;
color: #f3a48f;
padding-left: .25em
}
.bypostauthor>.c .ctx {
border-color: rgba(233, 92, 51, .5);
background: rgba(233, 92, 51, .1)
}
.bypostauthor>.cn {
color: rgba(233, 92, 51, .5)
}
.cau {
padding-bottom: .5em
}
.cau h3 {
padding: 0;
line-height: 1.5
}
.cau h3 a {
padding-bottom: 0
}
.dati {
margin-top: .3125em
}
.ctx {
font-size: 1.125em;
word-wrap: break-word;
box-sizing: border-box;
padding: 0 10% 0 2.5%;
border: .08em solid rgba(0, 0, 0, .1)
}
.ctx * {
position: relative;
z-index: 15
}
.ctx p:first-child {
padding-top: 1em
}
.ctx p:last-child {
padding-bottom: 1em
}
.com {
padding: .5em 0 0 5%
}
.reply {
top: .25em;
float: right;
margin-left: 1.25em;
z-index: 4
}
.infofield {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 400
}
.comment-respond {
margin: 0 5.5% 2em
}
.comment-respond div, .comment-respond form {
position: static;
margin-top: 1em
}
.comment-respond p strong {
color: #e53b2c;
display: inline-block
}
.comment-respond label {
padding-bottom: .5em
}
.comment-form {
margin-bottom: 4em
}
.comment-form label {
font-family: 'Noto Serif';
font-weight: 700;
font-style: normal
}
.comment-form [type=text] {
box-sizing: border-box;
width: 100%;
border-radius: .5em
}
.ccr {
position: absolute;
right: 0;
top: 2.5em
}
.rating__container {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 700;
position: absolute;
right: 3.5em
}
.rating__value {
margin-left: .375em;
top: .25em;
float: right
}
.rating__value--positive {
color: #41B411
}
.rating__value--negative {
color: red
}
.rating__stars {
float: left;
margin: .3em .6em 0 0
}
.rating__button {
display: inline-block;
width: 1.25em;
height: 1.25em;
background: url(../images/rating-sprite.svg) top left no-repeat;
background-size: 3.125em 3.125em;
opacity: .3;
-webkit-transition: all .3;
transition: all .3
}
.rating__button--down:focus, .rating__button--down:hover, .rating__button--up:focus, .rating__button--up:hover {
opacity: .6
}
.rating__button:active, .rating__button:focus, .rating__button:hover, .rating__button:link {
border: 0
}
.rating__button--down {
background-position: -.125em -.9em
}
.rating__button--up {
background-position: -1.875em -1em;
margin-right: .6em
}
.rating__alert {
padding: 0
}
@media screen and (min-width:38.125em) {
.cau h3, .cau img {
font-size: 1.5em;
line-height: 1.583333;
margin: 0 1em 0 0
}
.cau h3 {
float: left
}
.cau .dati {
line-height: 2.375;
float: none;
clear: none;
display: inline-block
}
.cn {
top: -.4em
}
}
@media screen and (min-width:50em) {
.ctx p:first-child {
padding-top: 1.5em
}
.ctx p:last-child {
padding-bottom: 1.5em
}
}
@media screen and (min-width:76.25em) {
.adv, .comment-respond, .sub-tabs {
margin-left: 0
}
.discussion {
padding-left: 0
}
} | 0.536556 | 0.148386 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
/*
===============
Variables
===============
*/
:root {
--clr-grey-9: hsl(212, 33%, 89%);
--clr-white: #fff;
--clr-black: #000;
--transition: all 0.3s linear;
--spacing: 0.2rem;
--radius: 0.25rem;
}
/*
===============
Global Styles
===============
*/
.btn {
text-transform: uppercase;
background: #473359;
color: var(--clr-white);
padding: 0.375rem 0.75rem;
letter-spacing: var(--spacing);
display: inline-block;
font-weight: 700;
-webkit-transition: var(--transition);
transition: var(--transition);
font-size: 1.5rem;
border: 2px solid transparent;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
}
.btn:hover {
color: #473359;
background: var(--clr-white);
}
.center-btn {
display: block;
width: 12rem;
text-align: center;
margin: 0 auto;
margin-top: 3rem;
}
/*
===============
Contact Page
===============
*/
.contact-page {
display: grid;
place-items: center;
justify-content: center;
min-height: calc(100vh - 10rem - 9rem);
}
@media screen and (max-width: 800px) {
.contact-page {
min-height: calc(90vh - 10rem - 9rem);
}
}
.contact-form {
border-radius: var(--radius);
text-align: center;
box-shadow: var(--dark-shadow);
transition: var(--transition);
width: 90vw;
max-width: 70rem;
margin: 0 auto;
}
@media screen and (max-width: 800px) {
.contact-form {
width: 100%;
}
}
form {
border: 0.5px solid black;
padding-top: 1rem;
}
.contact-form h3 {
padding: 2rem;
color: var(--clr-white);
}
.form-group {
padding: 1rem 7%;
}
.form-control {
display: block;
width: 100%;
padding: 1rem;
border: none;
margin-bottom: 1.25rem;
background: var(--clr-grey-9);
border-radius: var(--radius);
letter-spacing: var(--spacing);
width: 100%;
margin-bottom: 0.1rem;
font-family: Poppins;
}
.form-control::placeholder {
color: var(--clr-black);
text-transform: uppercase;
letter-spacing: var(--spacing);
}
.submit-btn {
display: block;
width: 100%;
padding: 2rem;
border-bottom-left-radius: var(--radius);
border-bottom-right-radius: var(--radius);
border-top-right-radius: 0;
border-top-left-radius: 0;
} | src/components/form/styles.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
/*
===============
Variables
===============
*/
:root {
--clr-grey-9: hsl(212, 33%, 89%);
--clr-white: #fff;
--clr-black: #000;
--transition: all 0.3s linear;
--spacing: 0.2rem;
--radius: 0.25rem;
}
/*
===============
Global Styles
===============
*/
.btn {
text-transform: uppercase;
background: #473359;
color: var(--clr-white);
padding: 0.375rem 0.75rem;
letter-spacing: var(--spacing);
display: inline-block;
font-weight: 700;
-webkit-transition: var(--transition);
transition: var(--transition);
font-size: 1.5rem;
border: 2px solid transparent;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
}
.btn:hover {
color: #473359;
background: var(--clr-white);
}
.center-btn {
display: block;
width: 12rem;
text-align: center;
margin: 0 auto;
margin-top: 3rem;
}
/*
===============
Contact Page
===============
*/
.contact-page {
display: grid;
place-items: center;
justify-content: center;
min-height: calc(100vh - 10rem - 9rem);
}
@media screen and (max-width: 800px) {
.contact-page {
min-height: calc(90vh - 10rem - 9rem);
}
}
.contact-form {
border-radius: var(--radius);
text-align: center;
box-shadow: var(--dark-shadow);
transition: var(--transition);
width: 90vw;
max-width: 70rem;
margin: 0 auto;
}
@media screen and (max-width: 800px) {
.contact-form {
width: 100%;
}
}
form {
border: 0.5px solid black;
padding-top: 1rem;
}
.contact-form h3 {
padding: 2rem;
color: var(--clr-white);
}
.form-group {
padding: 1rem 7%;
}
.form-control {
display: block;
width: 100%;
padding: 1rem;
border: none;
margin-bottom: 1.25rem;
background: var(--clr-grey-9);
border-radius: var(--radius);
letter-spacing: var(--spacing);
width: 100%;
margin-bottom: 0.1rem;
font-family: Poppins;
}
.form-control::placeholder {
color: var(--clr-black);
text-transform: uppercase;
letter-spacing: var(--spacing);
}
.submit-btn {
display: block;
width: 100%;
padding: 2rem;
border-bottom-left-radius: var(--radius);
border-bottom-right-radius: var(--radius);
border-top-right-radius: 0;
border-top-left-radius: 0;
} | 0.435661 | 0.072472 |
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, font, 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-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* ---------------- TYPOGRAPHY -----------------*/
body, input, textarea{
font:75% 'Helvetica Neue', Arial, Helvetica, sans-serif;
color:#000;
}
html>body{ font-size:12px; }
h1, h2, h3, h4{ font-family:'Century Gothic', 'AppleGothic', sans-serif; }
h1{ font-size:1.5em; }
h2{ font-size:1.25em; }
h3{ font-size:1em; }
p, ul, ul li, td{ font-size:1em; }
p,li,dt,dd,td,th{ line-height:1.5; }
p,dt,dd,td,th,ul,ol,dl{ margin-bottom:10px; }
strong { font-weight:bold; }
small { font-size:0.8333em; }
input, textarea{ font-size:1em; }
a:link,a:visited{
color:#599FCF;
text-decoration:none;
}
a:hover,a:active{
text-decoration:underline;
}
.box_fatbottom,
.queueTable .eta,
.currentDownload,
.totalDownload {
font-size:0.8333em;
}
/* -------------------------- PLUSH DEFAULT] -----------------*/
body {
background: #B1B1B1;
padding-bottom: 10px;
}
#page-wrap select {
background-color: #E0E0E0;
border: 0px;
color: #000;
}
.new_release_link {
color: #006400;
}
.pointer {
cursor: pointer;
}
.clear {
clear: both;
}
.float-right {
float:right;
}
.nowrap {
white-space: nowrap;
}
#warning_message {
color: #8B0000;
font-weight: bold;
}
#new_release {
color: green;
font-weight: bold;
}
#livetip {
position: absolute;
background-color: #cfc;
padding: 4px;
border: 2px solid #9c9;
border-radius: 4px;
z-index:99999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
/* ------------- jQuery Pagination Plugin -------------- */
.pagination-perpage {
float: left;
margin-top: 2px;
}
.pagination {
float: left;
margin-left:10px;
}
.pagination a {
background: #E0E0E0;
border: solid 1px #B1B1B1;
color: #000;
cursor: pointer;
text-decoration: none;
}
.pagination a:hover { border: solid 1px #000; }
.pagination a, .pagination span {
display: block;
float: left;
margin-right: 5px;
padding:3px 5px;
}
.pagination .current {
background: #FFF;
border: solid 1px #000;
color: #000;
}
.pagination .current.prev, .pagination .current.next {
background: #E0E0E0;
border-color: #B1B1B1;
color: #B1B1B1;
}
.pagination .loading { background: #FFF url('images/loading-spinner.gif') 50% 50% no-repeat; }
#add_nzb_modal select {
width:190px;
}
#add_nzb_pp td{
padding: 5px;
}
#add_nzb_hr {
margin-top: 15px;
margin-bottom: 15px;
}
#add_nzb_hr hr {
height: 1px;
border: 0;
color: #B1B1B1;
background-color: #B1B1B1;
width: 95%;
text-align: left;
margin: 0 auto 0 0;
}
/*---------------- navigation -------------- */
.wrapper {
width:100%;
margin:auto;
}
.navigation {
width: 100%;
height: 30px;
position: relative;
padding: 0;
}
.navigation ul {
margin: 0;
padding: 0;
}
.navigation ul.menu {
height: 30px;
}
.navigation ul#navigation_menu_left {
margin-left:17px;
float:left;
}
.navigation ul#navigation_menu_right {
margin-right:17px;
float:right;
}
.navigation ul li.active a{
background-color:#000;
background: -webkit-gradient(linear, right top, right bottom, from(#000), to(#333) );
background: -moz-linear-gradient(top, #000 0%, #333 100%);
}
.navigation ul.menu li {
list-style: none;
float:left;
height: 25px;
text-align: center;
background-color:#000;
background: -webkit-gradient(linear, right top, right bottom, from(#000), to(#333) );
background: -moz-linear-gradient(top, #000 0%, #333 100%);
}
.navigation ul li a {
color:#efefef;
font-weight:bold;
display: block;
padding: 0 8px 0 0;
border-left: 1px solid rgba(255,255,255,0.1);
border-right: 1px solid rgba(0,0,0,0.1);
text-align: center;
line-height: 25px;
background-color:#363636;
/* background : -webkit-gradient(linear, right top, right bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
-webkit-transition-property: background;
-webkit-transition-duration: 700ms;
*/
-moz-transition-property: background;
-moz-transition-duration: 700ms;
}
.navigation ul.menu li.first, .navigation ul li.first a {
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
}
.navigation ul.menu li.last, .navigation ul li.last a {
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
.navigation ul li a:hover {
background: transparent none;
text-decoration:none;
}
.navigation ul li a img {
opacity: .25;
margin:0 8px -3px 6px;
}
.navigation ul li.active a img {
opacity: 1.00;
}
.navigation ul li a:hover img {
opacity: 1.00;
}
.navigation ul li a span {
padding-left:26px;
background-repeat:no-repeat;
background-position:6px 0px;
}
.navigation ul li a span.icon_nav_download {
padding-left: 0;
}
.navigation ul li a span.icon_nav_download svg {
width: 16px;
height: 16px;
display: block;
float: left;
margin: 4px 5px 0px 4px;
}
/* When logo is inactive (grey) and then hovered */
.navigation ul li:not(.active) a span.icon_nav_download svg .logo-arrow-outer {
fill: #B9B9B9;
}
.navigation ul li:not(.active) a span.icon_nav_download svg .logo-arrow-inner {
fill: #D5D5D5;
}
.navigation ul li:not(.active) a:hover span.icon_nav_download svg .logo-arrow-outer {
fill: #FFB300 ;
}
.navigation ul li:not(.active) a:hover span.icon_nav_download svg .logo-arrow-inner {
fill: #FFCA28;
}
.navigation ul li a span.icon_nav_connections { background-image: url('images/nav/connections-grey.png'); }
.navigation ul li.active a span.icon_nav_connections, .navigation ul li a:hover span.icon_nav_connections { background-image: url('images/nav/connections.png'); }
.navigation ul li a span.icon_nav_rss { background-image: url('images/nav/rss-grey.png'); }
.navigation ul li.active a span.icon_nav_rss, .navigation ul li a:hover span.icon_nav_rss { background-image: url('images/nav/rss.png'); }
.navigation ul li a span.icon_nav_config { background-image: url('images/nav/config.png'); }
.navigation ul li.active a span.icon_nav_config, .navigation ul li a:hover span.icon_nav_config { background-image: url('images/nav/config.png'); }
.navigation ul li a span.icon_nav_addnzb { background-image: url('images/nav/addnzb-grey.png'); }
.navigation ul li.active a span.icon_nav_addnzb, .navigation ul li a:hover span.icon_nav_addnzb { background-image: url('images/nav/addnzb.png'); }
.navigation ul li a span.icon_nav_options { background-image: url('images/nav/options.png'); }
.navigation ul li.active a span.icon_nav_options, .navigation ul li a:hover span.icon_nav_options { background-image: url('images/nav/options.png'); }
.navigation ul li a span.icon_nav_refresh { background-image: url('images/nav/refresh-grey.png'); }
.navigation ul li.active a span.icon_nav_refresh, .navigation ul li a:hover span.icon_nav_refresh { background-image: url('images/nav/refresh.png'); }
.navigation ul li a span.icon_nav_help { background-image: url('images/nav/help-grey.png'); }
.navigation ul li.active a span.icon_nav_help, .navigation ul li a:hover span.icon_nav_help { background-image: url('images/nav/help.png'); }
#nav_text_right {
clear:both;
float:right;
padding: 0 20px 0 20px;
font-size:90%;
}
#nav_text_left {
clear:left;
padding: 0 20px 0 25px;
font-size:90%;
}
#nav_text_left a, #nav_text_right a {
color:#000;
}
#last_warning {
color:#000;
}
/* ------------------------- queue + history overall container ----------- */
/* sprite-main.png */
#main_menu ul li a span.sf-sub-indicator { background-position: 0 5px; }
#main_menu ul li ul li a span.sf-sub-indicator { background-position: 0 -16px; }
.main_sprite_container { background: url('images/sprite-main.png') no-repeat top right; }
.sprite_arrow_down{ background-position: 0 0; }
.sprite_arrow_right{ background-position: 0 -19px; }
.sprite_btm_corner_left{ background-position: 0 -38px; }
.sprite_btm_corner_right{ background-position: 0 -74px; }
.sprite_h_purge{ background-position: 0 -110px; }
.sprite_h_search{ background-position: 124px -141px; } /* 124px */
.sprite_hv_download{ background-position: 0 -167px; }
.sprite_hv_error{ background-position: 0 -193px; }
.sprite_hv_filejoin{ background-position: 0 -219px; }
.sprite_hv_unpack{ background-position: 0 -245px; }
.sprite_hv_report{ background-position: 0 -271px; }
.sprite_hv_script{ background-position: 0 -297px; }
.sprite_hv_star{ background-position: 0 -323px; }
.sprite_hv_stats{ background-position: 0 -349px; }
.sprite_hv_repair{ background-position: 0 -375px; }
.sprite_progress_done{ background-position: 0 -401px; } /* queue.tmpl */
.sprite_progressbar_bg{ background-position: 0 -430px; }
.sprite_q_menu_pausefor{ background-position: 0 -459px; }
.sprite_q_menu_pausefor_on{ background-position: 0 -521px; }
.sprite_q_pause{ background-position: 0 -552px; }
.sprite_q_pause_on{ background-position: 0 -583px; }
.sprite_q_queue{ background-position: 0 -614px; }
.sprite_q_queuesfHover{ background-position: 0 -645px; }
.sprite_q_queue_on{ background-position: 0 -676px; }
.sprite_q_menu_pauseforsfHover{ background-position: 0 -490px; }
.sprite_q_stats_complete{ background-position: 0 -707px; }
.sprite_q_stats_incomplete{ background-position: 0 -733px; }
.sprite_q_stats_needspace{ background-position: 0 -759px; }
.sprite_ql_cross{ background-position: 0 -785px; }
.sprite_ql_cross_on{ background-position: 0 -811px; }
.sprite_ql_grip_pause{ background-position: 0 -837px; }
.sprite_ql_grip_pause_on{ background-position: 0 -861px; }
.sprite_ql_grip_resume{ background-position: 0 -885px; }
.sprite_ql_grip_resume_on{ background-position: 0 -909px; }
.sprite_rounded_area_bg{ background-position: 0 -933px; }
.sprite_rounded_area_bg_edged{ background-position: 0 -965px; }
.sprite_sabnzbdplus_logo{ background-position: 0 -997px; }
.sprite_sabnzbdplus_plush{ background-position: 0 -1047px; }
.sprite_tile_qh_seperator{ background-position: 0 -1070px; }
.sprite_topleft_queue{ background-position: 0 -1084px; }
.sprite_topright_queue{ background-position: right -1161px; } /* right */
/* tile-x sprite */
.tilex_sprite_container { background: url('images/sprite-tilex.png') repeat-x top right; }
.sprite_tile_bottom_wrap { background-position: 0 0; }
.sprite_tile_qh { background-position: 0 -27px; }
.sprite_tile_qhistory { background-position: 0 -43px; } /* subtract 16 from above */
.sprite_tile_qh_bottom { background-position: 0 -95px; }
.sprite_tile_znavbar { background-position: 0 -134px; }
/* tile-y sprite */
.tiley_sprite_container { background: url('images/sprite-tiley.png') repeat-y top right; }
.sprite_tile_page_wrap { background-position: 0 0; }
.sprite_tile_queue_wrap { background-position: bottom right; }
.box_fatbottom {
color: #606060;
height: 37px;
text-align: center;
}
.left_stats, .right_stats {
cursor: default;
padding: 12px 16px 0 20px;
}
#box_fatbottom_queue .left_stats {
padding-top:6px;
}
.plush_wrapper {
display:block;
height:15px;
margin:0 auto;
padding:13px 0 0;
text-indent:-5000px;
width:58px;
}
.plush_wrapper .main_sprite_container { height:15px; }
#history_stats { padding-top: 16px; }
.box_fatbottom .left_stats { float: left; }
.box_fatbottom .right_stats { float: right; }
.box_fatbottom strong { color: #000; }
.box_banner_menu {
display: inline;
float: right;
list-style: none;
margin: 10px 0;
padding: 0;
}
.box_banner_menu li { float: right; }
/* keep .h_menu_verbose and .h_menu_purge up with the above (buttons top-right of history) */
.sprite_h_purge {
cursor: pointer;
display: none;
margin: 6px;
padding-bottom: 24px;
padding-right: 28px;
}
#page-wrap {
clear:both;
margin-left: 0px;
margin-right: 0px;
}
#master-width {
clear:both;
margin: 0px auto;
width: 90%;
}
.box_banner_hr {
background-repeat: repeat-x;
height: 4px;
}
.box_banner_history {
clear:both;
height:51px;
overflow:hidden;
}
.box_banner_history h1 {
color: #c7c7c7;
cursor: default;
float: left;
font-weight: normal;
padding:17px 8em 11px 21px;
}
.box_banner_r {
float:right;
height: 52px;
margin-left: 1px;
width:350px;
}
.listSearchBox {
color: black;
width: 120px;
border: 0px;
margin: 7px 9px 1px 1px;
padding-right:20px;
border: 1px solid #444;
background-color: #e5e5e5
}
.listSearchBox:hover,.listSearchBox:focus {
border: 1px solid gray;
}
#queueSearchForm {
display: block;
height: 0px;
text-align: right;
margin-right: 151px;
}
#queueSearchBox {
width: 121px;
margin-top: 35px;
}
/* a window narrower than this doesn't have room for the search box, so hide it */
@media screen and (max-width:900px) { #queueSearchForm { display: none; } }
/* a window wider than this has enough room for a bigger box, so grow it to line up with histsearchbox below it */
@media screen and (min-width:1190px) { #queueSearchBox { width: 121px; background-position-x: 125px;} }
#hdr-queue {
height: 67px;
}
#hdr-queue .logo {
float: left;
height: 67px;
}
#hdr-queue .logo h1 {
color: #c7c7c7;
cursor: default;
font-weight: normal;
margin: 32px 0 0 38px;
width:140px;
overflow:hidden;
}
.queue-buttons {
float:right;
height:37px;
padding-top:34px;
padding-right:5px;
position:relative;
white-space:nowrap;
}
#speed-wrapper {
margin-top:21px;
float:none;
padding:0;
}
#speed-wrapper a:hover {
text-decoration:none;
}
.queue-buttons ul {
float:left;
margin-right:24px;
}
.queue-buttons #pause_int {
color:#ccc;
font-size:small;
padding-right:16px;
position:absolute;
right:104px;
text-indent:0;
top:34px;
}
.queue-buttons ul li {
float: left;
display:block;
height:21px;
position:relative;
text-indent:-5000px;
width:21px;
}
.queue-buttons ul li.sprite_q_queue {
margin-left:10px;
}
/* Queue right-side pull down menu: multiops/eoq/purge/sort */
.queue-buttons ul li ul{ /* Second Level */
border-bottom:2px solid #403f3f;
border-right:2px solid #403f3f;
display:none;
float:left;
height:auto;
right:1px;
margin:0;
position:absolute;
top:21px;
z-index:100;
color:#aaa;
}
/* These are to make the menu width language sensitive,
not usable because sort-table width isn't language sensitive
.queue-buttons.lang-nl ul li ul{
width:210px;
}
.queue-buttons.lang-de ul li ul,
.queue-buttons.lang-fr ul li ul{
width:220px;
}
*/
.queue-buttons ul li.sprite_q_queue ul{
right:0;
}
.queue-buttons ul li ul li{
background:#1d1c1c;
border-top:1px solid #474646;
clear:left;
height:auto;
margin:0;
text-indent:0;
width:100%;
padding-left: 5px;
}
.queue-buttons ul li ul li:first-child{
border:0;
}
#speed-wrapper ul li ul li {
padding: 5px;
}
#speed-wrapper ul li ul li:last-child {
text-align: center;
}
#speed-wrapper ul li ul li:first-child input {
text-align: center;
vertical-align: bottom;
}
.queue-buttons ul li ul li a,
.queue-buttons ul li ul li span{
color:#aaa;
clear:left;
float:left;
margin:0;
padding:4px 6px;
text-align:left;
width:188px;
}
.queue-buttons ul li ul li span {
cursor: auto;
}
.queue-buttons ul li ul li a:hover{
color:#eee;
}
.queue-buttons ul li.sprite_q_queue ul li a:hover {
text-decoration:none;
}
.queue-buttons ul li ul li #onQueueFinish-option{
width:130px;
}
.queue-buttons ul li ul li ul,
.queue-buttons ul li.sprite_q_queue ul li ul{ /* Third Level */
border:0;
position:absolute;
right:200px;
top:0;
}
/*
.queue-buttons.lang-nl ul li ul li ul,
.queue-buttons.lang-nl ul li.sprite_q_queue ul li ul{
right:245px;
}
.queue-buttons.lang-de ul li ul li ul,
.queue-buttons.lang-de ul li.sprite_q_queue ul li ul,
.queue-buttons.lang-fr ul li ul li ul,
.queue-buttons.lang-fr ul li.sprite_q_queue ul li ul{
right:265px;
}
*/
#queue-wrap {
padding:0 16px;
}
#btm-wrapper {
clear: both;
height: 26px;
}
#btm-wrapper div {
background-repeat: no-repeat;
float: left;
height:26px;
width:26px;
}
#btm-wrapper .sprite_btm_corner_right {
float: right;
}
#queue_sort_list {
margin-right:-202px;
margin-top:26px;
width:221px;
z-index:999999;
border:1px solid #403f3f;
border-left:0px;
}
/* ---------------- box header, above queue (sabnzbd logo & stats) ----------------- */
.centerpiece {
margin: auto;
padding:13px 0 0 20px;
width:380px;
}
.sprite_sabnzbdplus_logo {
margin: 10px 0 0;
}
.sabnzbd_logo {
float: left;
padding-top: 14px;
}
.sabnzbd_logo svg {
height: 35px;
width: 126px;
}
#speed, #time-left {
cursor: default;
width: 68px;
height: 12px;
margin-top: 20px;
padding: 3px 0 7px;
text-align: center;
}
/* stats next to logo */
#speed {
float: left;
margin-left: 15px;
}
#time-left {
float: left;
margin-right: 15px;
width: 88px;
}
#speed p, #time-left p {
color: #7c7c7c;
font-size: 9px;
}
#speed span, #time-left span {
color: #dadada;
font-size: 11px;
font-weight: bold;
}
.show { display: inline; }
/* queueTable shared by queue and history */
.queueTable {
background-color: #e0e0e0;
border-bottom: 1px solid #fff;
border-collapse: separate;
border-spacing: 0px;
color: #606060;
width: 100%;
}
.queueTable tr {
background-color: #e0e0e0;
cursor: default;
}
.queueTable tr:hover,
.queueTable tr.alt:hover {
background-color: #f9f9f9;
color: #000;
}
.queueTable tr select {
background: #e5e5e5;
border:1px solid #e0e0e0;
color:#606060;
padding:2px;
}
.queueTable tr select.hovering {
background:#fff;
border: 1px solid #c0c0c0;
color: #000;
}
.queueTable tr.alt {
background-color:#d0d0d0;
}
.queueTable tr.alt select {
border:1px solid #d0d0d0;
background: #d5d5d5;
}
.queueTable tr.alt select.hovering {
border:1px solid #b0b0b0;
background: #fff;
}
#queueTable tr:hover { cursor: move; }
.queueTable td {
border-bottom: 1px solid #B1B1B1;
border-top: 1px solid #FFF;
padding: 3px 0;
vertical-align: middle;
}
tr:hover .nzb_status_grippie {
background-color: #f9f9f9; /* IE7 */
}
.queueTable td.download-title {
width: 50%;
height:28px;
}
.queueTable td.historyTitle {
padding:0px;
width: 50%;
height:28px;
}
.nzb_status_col {
width: 28px;
}
.nzb_status {
display: inline;
margin-right: 4px;
padding-bottom: 2px;
padding-left: 16px;
}
.nzb_status.Loaded { background: url('images/loading-spinner.gif') no-repeat; }
#queueTable .nzb_status {
cursor: pointer;
}
.loading { /* remove? */
background: url('images/loading-spinner.gif') 4px 50% no-repeat;
display: inline;
padding-left: 16px;
}
.initial-loading {
background: url('images/loading-bar.gif') 4px 50% no-repeat;
position:absolute;
width: 138px;
margin: 4px 0px 0px 100px;
}
.queueTable tr:hover td.historyTitle {
background-color: #f9f9f9; /* IE7 */
color: #000; }
.queueTable a {
color: #404040;;
text-decoration: none;
}
.queueTable tr:hover a {
color: #000;
border-bottom: 1px dotted #606060;
}
.queueTable tr:hover a:hover {
border-bottom: 1px solid #606060;
cursor: pointer;
}
.queueTable .eta {
padding: 0 6px 0 6px;
text-align: center;
}
.icon_nzb_remove {
display: inline;
padding-bottom: 2px;
padding-left: 16px;
}
.icon_nzb_remove:hover {
outline:none;
}
.sprite_ql_cross_on { cursor: pointer; }
#topmenu_bar {}
#multiops_bar {
height:51px;
color:grey;
}
#multiops_title {
color: #C0C0C0;
font-style: italic;
}
#multiops_inputs { }
#multiops_inputs .left {
float:left;
padding-left: 20px;
padding-top:5px;
}
#multiops_inputs .right{
float:right;
padding-top:5px;
}
#multiops_inputs select {
background: #e5e5e5;
color:#606060;
padding:1px;
margin:0px;
margin-right:3px;
}
#multiops_inputs select:hover {
background:#fff;
color: #000;
}
#multiops_inputs input {
color:#000;
border:0;
margin-right:2px;
}
#multiops_inputs a {
cursor:pointer;
color:#FFF;
}
/* ------------------------------- Queue ------------------------------- */
/* progress bar & MB/left stats */
.sprite_progressbar_bg {
width: 121px;
padding-left:1px;
}
.sprite_progress_done {
height: 19px;
width: 121px;
}
.currentDownload, .totalDownload {
color: #000;
font-weight: bold;
margin-top: 3px;
z-index: 1;
}
.currentDownload small, .totalDownload small { font-weight: normal; }
.currentDownload {
float: left;
margin-left: 5px;
}
.totalDownload {
float: right;
margin-right: 5px;
}
.options {
padding-right: 8px;
text-align: right;
}
/* below queue, left side, limit */
#queue_view_preference, #history_view_preference { width: 120px; }
#queue_view_preference { margin-top: -5px; }
#stats_noofslots { display: none; }
/* below queue, right side, disk space */
.queue_footer_icon {
display: inline;
margin: 16px 4px 0px 20px;
padding: 4px;
}
/* ------------------------------- History ------------------------------- */
.history_added {
cursor: default;
font-size: 75%;
}
tr:hover .history_added { color: black; }
.hvMessageFail {
clear: both;
color: #DE2424;
font-size: 80%;
font-weight: bold;
width: 100%;
}
.hvMessageAction {
clear: both;
color: #00008B;
font-size: 80%;
font-weight: bold;
width: 100%;
}
.hvMessageScript {
clear: both;
color: #006400;
font-size: 80%;
font-weight: bold;
width: 100%;
}
.icon_history_verbose {
cursor: help;
display: inline;
float: left;
margin-right: 2px;
width: 16px;
}
.hvFaded {
opacity: .25;
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
filter: alpha(opacity=25);*/
}
.pointer { cursor: pointer; }
/* ------------------------------- Ratings ------------------------------- */
.rating_stars_block_r {
text-align: right;
}
.rating_stars_block_c {
text-align: center;
}
.rating_vote_block {
float: left;
}
.rating_stars {
display: inline-block;
margin-right: 10px;
}
.rating_flag {
margin: 4px 10px 0px 85px;
}
.rating_flag_radio {
margin: 5px 15px 5px 5px;
}
.rating_modal_extra {
float: right;
width: 330px
}
.rating_modal_expired {
float: right;
}
.rating_modal_noopt {
color: red;
margin-left: 10px;
}
.rating_icon_vision {
width: 16px;
height: 16px;
display: inline-block;
margin-right: 5px;
background: url('images/vision16.png') no-repeat top center;
}
.rating_icon_sound {
width: 16px;
height: 16px;
display: inline-block;
margin-right: 5px;
background: url('images/sound16.png') no-repeat top center;
}
.rating_icon_thumbup {
width: 20px;
height: 20px;
display: inline-block;
background: url('images/thumbup20.png') no-repeat top center;
}
.rating_icon_thumbdown {
width: 20px;
height: 20px;
display: inline-block;
background: url('images/thumbdown20.png') no-repeat top center;
}
/* ------------------ MAIN MENU - courtesy jquery superfish plugin w/mods by jbw ---------------- */
#main_menu {
padding-top:10px;
text-align:center;
}
#main_menu ul {
display:inline-block;
list-style:none;
margin:0 auto;
padding:0;
white-space:nowrap;
}
#main_menu ul li {
float:left;
position:relative;
}
#main_menu ul li a {
display:block;
float:left;
margin:0 10px;
padding:0 20px 0 5px;
cursor:pointer;
position:relative;
text-align:left;
border-bottom:1px;
}
/* refresh button below queue */
#manual_refresh_wrapper b { font-weight:normal; }
#manual_refresh_wrapper.refreshing b { border-bottom: 1px dotted white; }
#manual_refresh_wrapper.refresh_skipped b { border-bottom: 1px solid red; }
#main_menu ul li a span {
background: url('images/sprite-main.png') no-repeat center left;
display:block;
height:1.5em;
right:5px;
position:absolute;
text-indent:-5000px;
top:0;
width:10px;
}
#main_menu ul li ul{ /* Second Level */
display:none;
float:left;
height:auto;
left:10px;
margin:0;
position:absolute;
top:18px;
width:200px;
z-index:100;
}
#main_menu ul li ul li{
background:#a2a2a2;
border-bottom:1px solid #878787;
clear:left;
float:left;
margin:0;
width:100%;
}
#main_menu ul li ul li a{
clear:left;
float:left;
margin:0;
padding:4px 6px;
text-align:left;
width:188px;
}
#main_menu ul li ul li a span {
background: url('images/sprite-main.png') no-repeat top left;
height:auto;
top:32%;
}
#main_menu ul li ul.config_links li a{
padding:3px 6px;
}
#main_menu ul li ul li:hover,
#main_menu ul li ul li ul li:hover {
background:#ccc;
color:#333;
}
#main_menu ul li ul li:hover ul li a {
color:#fff;
}
#main_menu ul li ul li:hover a,
#main_menu ul li ul li ul li:hover a {
text-decoration:none;
color:#333;
}
#main_menu ul li ul li ul{ /* Third Level */
left:200px;
position:absolute;
top:0;
}
#main_menu ul li ul li ul li{
width:188px;
}
/*
#main_menu.lang-nl ul li ul li ul li,
#main_menu.lang-fr ul li ul li ul li,
#main_menu.lang-sv ul li ul li ul li{
width:250px;
}
#main_menu.lang-de ul li ul li ul li{
width:280px;
}
*/
#main_menu ul li ul li#processingContainer ul li{
padding:4px 6px;
}
#main_menu ul li ul#navaddnzb{
width:275px;
}
#main_menu ul li ul#navaddnzb li#navupload,
#main_menu ul li ul li#navfetch{
padding:10px;
width:255px;
}
#main_menu ul li ul#navaddnzb li#processingContainer a{
width:255px;
}
#main_menu ul li ul#navaddnzb li#processingContainer ul{
left:275px;
}
#main_menu ul li ul li#processingContainer ul li label{
float:left;
text-align:left;
width:40%;
}
#main_menu ul li ul li#processingContainer ul li select{
width:60%;
}
#main_menu ul li ul#navqueue{
width:230px;
}
#main_menu ul li ul#navqueue li#navqueueoption {
padding:10px;
width:210px;
}
#main_menu ul li ul#navqueue li a{
width:210px;
}
#main_menu ul li ul#navqueue li ul{
left:230px;
width:200px;
}
#main_menu ul li ul#navqueue li ul li a{
width:180px;
}
#main_menu ul li ul#last_warning_link li{
min-width: 460px;
}
#main_menu ul li ul#last_warning_link li a{
min-width: 440px;
}
/*
#main_menu.lang-fr #addID_input{
width: 110px;
}
*/
#addID{
color:#000;
}
/*
.sf-shadow ul { if superfish shadows are enabled lets make it happen!
background: url('images/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
*/
#uploadTip {
overflow: hidden;
}
/*
ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/*
Example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color:#000;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(images/colorbox-controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(images/colorbox-controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox-controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(images/colorbox-controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(images/colorbox-controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/colorbox-controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/colorbox-border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/colorbox-border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-top:28px;}
#cboxLoadedContent a{font-weight:bold;}
#cboxTitle{position:absolute; top:4px; left:0; text-align:center; width:100%; color:#949494; font-weight:bold;}
#cboxCurrent{position:absolute; top:4px; left:58px; color:#fff;}
#cboxSlideshow{position:absolute; top:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; top:0; left:0px; background:url(images/colorbox-controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; top:0; left:27px; background:url(images/colorbox-controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxClose{position:absolute; top:0; right:0; background:url(images/colorbox-controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}
#plush_options_modal, #add_nzb_modal {
padding: 20px 0 0 50px;
}
#plush_options_modal .juiButton, #add_nzb_modal .juiButton {
color:#3383bb;
}
#help_modal {
text-align:center;
padding:20px;
}
#help_modal table {
margin:0 auto 20px;
border-spacing:4px;
font-size:110%;
}
#help_modal .sabnzbd_logo {
float:none;
display:block;
margin:auto;
padding:0px;
width:100px;
}
/* ---------------- N Z O (nzb files page, linked from queue) -------------------- */
body.nzo {}
body.nzo .config_nav {
cursor: default;
}
body.nzo #config_content input,
body.nzo .config_nav a {
cursor: pointer;
}
table.nzoTable {
border-collapse:collapse;
color: #131313;
margin:1px;
width:99%;
}
table.nzoTable tr {
cursor: pointer;
}
table.nzoTable tr.even {
background-color: #cdf;
}
table.nzoTable tr.evenLine {
background-color: #eee;
}
table.nzoTable tr.odd {
background-color: #99bbff;
}
table.nzoTable tr.oddLine {
background-color: #f8f8f8;
}
table.nzoTable tr.nzo_highlight {
background-color:#FFFFE0;
}
table.nzoTable tr:hover {
background-color: #666;
color: #FFF;
}
table.nzoTable th {
background: #b5b5b5;
color: white;
cursor: default;
font-weight: bold;
}
table.nzoTable th,
table.nzoTable td {
border:1px solid #999;
padding:3px 5px;
}
table.nzoTable td.alignRight {
text-align:right;
}
table.nzoTable td.filename {
width:95%;
}
table.nzoTable th.check,
table.nzoTable td.check {
width:22px;
}
.nzo_save_form { margin-left: 120px; }
.nzo_save_form div {
display: inline;
white-space: nowrap;
}
/* --------------------- CONFIG --------------------- */
#config_container {
background: #363636;
font-size:95%;
min-height: 345px;
padding-left: 20px;
padding: 10px;
text-align: left;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#config_content {
overflow: hidden;
width: 100%;
}
#config_content .catheaderinfo { font-weight:bold;}
#config_content div.tabs {
min-height:338px;
overflow:auto;
}
#config_go_back {
padding: 1px;
text-align: center;
}
#config_go_back div {
margin-bottom: -4px;
margin: auto;
padding: 25px 0 4px 20px;
width: 80px;
}
#config_go_back a {
color: black;
font-size: 66%;
margin-left: -20px;
padding: 30px 10px 0px 40px;
text-decoration: none;
}
#config_go_back a:hover { border-bottom: 1px dotted black; }
div.EntryBlock form { display: inline; }
div.EntryBlock { }
fieldset.EntryFieldSet {
border:1px solid #333;
display: inline;
float: left;
margin: 5px;
padding: 7px 7px 10px;
vertical-align: top;
}
.add-rss fieldset.EntryFieldSet {
width:97%;
}
.add-rss fieldset.EntryFieldSet .feedname{
font-weight:bold;
width:20%;
}
.add-rss fieldset.EntryFieldSet .feeduri{
width:70%;
}
.add-rss fieldset.EntryFieldSet .inputsubmit{
width:6%;
}
.update-rss fieldset.EntryFieldSet .feeduri{
width:99%;
}
.catTable {
width:99%;
}
.catTable th,
.catTable td {
padding:3px 3px 5px;
}
.catTable th {
font-weight:bold;
}
.catTable tr.odd {
background-color:#ddd;
}
.catTable td.lastCol {
width:8%;
}
.rssTable { border-spacing: 1px; }
.rssTable th,
.rssTable td {
padding:3px 3px 5px;
}
.rssTable th {
background-color:#555;
color:#FFF;
font-weight:bold;
}
.rssTable tr {
background-color:#eee;
}
.rssTable tr.odd {
background-color:#ddd;
}
.rssLeftColumn {text-align: right;}
/* Vertical Tabs - adapted from http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html
----------------------------------
.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 11em; margin-right:10px;}
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width:12em; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; }
*/
#schedulingTable td, #switchesTable td {
padding:3px 3px 5px;
}
.alignRight {
text-align: right;
padding-right: 4px;
}
.config_nav {
float: left;
margin-top: 20px;
text-align: left;
width: 84px;
position: fixed;
}
/*
.config_nav.lang-de {
width: 140px;
}
*/
.config_nav ul {
border: none;
list-style: none;
margin: 0;
padding: 0;
}
.config_nav li {
margin: 0;
padding: 3px 0px 3px 5px;
}
.config_nav li a {
background-color: #b1b1b1;
color: #363636;
display: block;
font-size: 9pt;
font-weight: bold;
padding: 4px 22px 4px 4px;
text-decoration: none;
width: 100%;
border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
}
.config_nav li a .config_sprite_container {
margin: 3px 0px 3px 0px;
padding-left: 22px;
padding-bottom: 1px;
width: 100%;
}
.config_nav li:hover a, .config_nav li a:hover {
background-color: #ccc;
color: #000;
}
.config_nav .nav_active {
background-color: #363636;
color: #fff;
}
legend .config_sprite_container {
display: inline;
padding: 0px 0px 0px 16px;
}
#config_content legend {
background-color: #333;
color: white;
font-weight: bold;
padding: 2px 6px 2px 6px;
}
#config_content legend.latestWarnings,
#config_content legend.lastEmail,
#config_content legend.serverBackup { background-color:#00008B; }
#config_content legend.serverOptional { background-color:#009090; }
#config_content legend.serverEnabled { background-color:#006400; }
#config_content legend.serverDisabled { background-color:#8B0000; }
#config_content legend.feedEnabled { background-color:#006400; }
#config_content legend.feedDisabled { background-color:#8B0000; }
/* sprite-config.png */
.config_sprite_container { background: url('images/sprite-config.png') no-repeat top left; }
.sprite_config_connections_disconnect { background-position: 0 0; width: 22px; height: 22px; }
.sprite_config_connections_encrypted { background-position: 0 -32px; width: 16px; height: 16px; }
.sprite_config_connections_unencrypted { background-position: 0 -58px; width: 16px; height: 16px; }
.sprite_config_connections_warnings { background-position: 0 -84px; width: 16px; height: 16px; }
.sprite_config_email_account_settings { background-position: 0 -110px; width: 16px; height: 16px; }
.sprite_config_email_options, .sprite_config_nav_email { background-position: 0 -136px; width: 16px; height: 16px; }
.sprite_config_email_test { background-position: 0 -162px; width: 22px; height: 22px; }
.sprite_config_folders_system { background-position: 0 -194px; width: 16px; height: 16px; }
.sprite_config_folders_user { background-position: 0 -220px; width: 16px; height: 16px; }
.sprite_config_general_restart { background-position: 0 -246px; width: 22px; height: 22px; }
.sprite_config_general_tuning { background-position: 0 -278px; width: 16px; height: 16px; }
.sprite_config_general_web_server { background-position: 0 -304px; width: 16px; height: 16px; }
.sprite_config_help { background-position: 0 -330px; width: 22px; height: 22px; }
.sprite_config_indexsites_account_info { background-position: 0 -362px; width: 16px; height: 16px; }
.sprite_config_indexsites_bookmarks { background-position: 0 -388px; width: 16px; height: 16px; }
.sprite_config_indexsites_processed { background-position: 0 -414px; width: 16px; height: 16px; }
.sprite_config_nav_categories { background-position: 0 -440px; width: 16px; height: 16px; }
.sprite_config_nav_connections { background-position: 0 -466px; width: 16px; height: 16px; }
.sprite_config_nav_folders { background-position: 0 -492px; width: 16px; height: 16px; }
.sprite_config_nav_general { background-position: 0 -518px; width: 16px; height: 16px; }
.sprite_config_nav_indexsites { background-position: 0 -544px; width: 16px; height: 16px; }
.sprite_config_nav_rss { background-position: 0 -570px; width: 16px; height: 16px; }
.sprite_config_nav_scheduling, .sprite_config_scheduling_current { background-position: 0 -596px; width: 16px; height: 16px; }
.sprite_config_nav_servers, .sprite_config_servers_add { background-position: 0 -622px; width: 16px; height: 16px; }
.sprite_config_nav_sorting, .sprite_config_sorting_series { background-position: 0 -648px; width: 16px; height: 16px; }
.sprite_config_nav_switches { background-position: 0 -674px; width: 16px; height: 16px; }
.sprite_config_rss_add { background-position: 0 -700px; width: 16px; height: 16px; }
.sprite_config_save { background-position: 0 -726px; width: 22px; height: 22px; }
.sprite_config_scheduling_add { background-position: 0 -758px; width: 16px; height: 16px; }
.sprite_config_sorting_date { background-position: 0 -784px; width: 16px; height: 16px; }
.sprite_config_sorting_generic { background-position: 0 -810px; width: 16px; height: 16px; }
.sprite_config_switches_other { background-position: 0 -836px; width: 16px; height: 16px; }
.sprite_config_switches_processing { background-position: 0 -862px; width: 16px; height: 16px; }
.sprite_nzo_bottom { background-position: 0 -888px; width: 16px; height: 16px; }
.sprite_nzo_delete { background-position: 0 -914px; width: 16px; height: 16px; }
.sprite_nzo_down { background-position: 0 -940px; width: 16px; height: 16px; }
.sprite_nzo_reload { background-position: 0 -966px; width: 16px; height: 16px; }
.sprite_nzo_select_all { background-position: 0 -992px; width: 16px; height: 16px; }
.sprite_nzo_select_invert { background-position: 0 -1018px; width: 16px; height: 16px; }
.sprite_nzo_select_none { background-position: 0 -1044px; width: 16px; height: 16px; }
.sprite_nzo_select_range { background-position: 0 -1070px; width: 16px; height: 16px; }
.sprite_nzo_top { background-position: 0 -1096px; width: 16px; height: 16px; }
.sprite_nzo_up { background-position: 0 -1122px; width: 16px; height: 16px; }
.numbered_list li { list-style-type: decimal; margin-left:3em; }
/* jqueryui config */
.ui-tabs .ui-tabs-nav li a {
font-size:95%;
}
.tabs div {
text-align:left;
}
/* FF2 to rescue */
.sucker {
font-weight: bold;
width: 120px;
}
.tucker {
font-weight: bold;
width: 300px;
}
.left_links .config_sprite_container, .right_links .config_sprite_container {
display: inline;
margin: 3px 0px 3px 0px;
padding: 4px 0px 4px 22px;
}
.left_links a, .right_links a {
cursor: pointer;
padding: 8px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.left_links {
float: left;
margin: 5px 0 0 10px;
}
.left_links a {
background-color: #363636;
color: #ddd;
display: inline;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}
.left_links a:hover {
background-color: #000;
color: #fff;
}
.config_margin { margin: 5px 110px 0 110px; margin-right:10px; }
/*
.config_margin.lang-de { margin: 5px 110px 0 140px; }
*/
.config_margin_wide { }
.config_margin_status { margin: 5px 10px 0 10px; }
.right_links {
float: right;
margin: 5px 40px 0 0;
}
.right_links a {
background-color: #ddd;
color: #666;
display: block;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}
.right_links a:hover {
background-color: #666;
color: #fff;
}
.center { text-align: center; }
.xsmall { font-size: x-small; }
.config_body { background: #b1b1b1; }
#configbox_latest_warnings a { color: white; }
.dir_helper {
background-color: blue;
color: white;
padding:2px;
}
.manual_restart {
background-color: red;
color: white;
padding:2px;
}
.optional {
background-color: green;
color: white;
}
.key_toggle {
background-color: #333;
color: white;
cursor: pointer;
}
*+html {
overflow-x:visible;
}
/*
new config design, adapted from Sickbeard
*/
#config { padding: 0px; text-align: center; }
#config * { margin:0; font-family: "Trebuchet MS", Verdana, sans-serif; }
#config ul { list-style-type:none; }
#config h3 { font-size:1.5em; color:#000; }
#config h4 { font-size:1em; color:#333; text-transform: uppercase; margin:0 0 .2em; }
#config h5 { font-size:1em; color:#000; margin:0 0 .2em; }
#config p, #config li { font-size:1.2em; line-height:1.3; }
#config .path { font-size:1em; color:#333; font-family: Verdana;}
#config .jumbo {font-size: 16px !important;}
#config-content {
display: block; width: 100%; text-align: left; padding:0 0 40px; clear: both; background: #fff; margin: 0px auto;
background: #ebebeb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
min-height: 305px;
overflow:auto;
}
input.ui-button { padding: .2em .5em; }
#config-components { width: auto; }
#config-components-border { float: left; width: auto; border-top: 1px solid #999999; padding: 5px 0;}
#config .component-group { border-bottom: 1px dotted #666; padding: 15px 15px 25px; position: relative; }
#config .component-group-desc { float: left; width: 23%;}
#config .component-group-desc h3 { font-size: 1.5em; }
#config .component-group-desc p { margin: .8em 0; width: 85%; font-size: 1.2em; color: #666;}
#config .component-group-desc p.note { margin: .8em 0; width: 90%; font-size: 1.2em; color: #333;}
#config .component-group-list { margin-left:25%; width: 75%; }
#config .component-group-last { border-bottom: 0px; padding: 15px 15px 25px; position: relative; }
#config fieldset {border:0; outline: 0; }
#config div.field-pair { padding: .5em; }
#config div.field-pair.alt { background-color:#ddd; }
#config div.field-pair input { float: left; }
#config input[type='text'] { padding-left: 5px; height: 1.7em; }
#config label.nocheck { padding-left: 13px; }
#config label span.component-title { font-size: 1.2em; font-weight: bold; float: left; width: 25%; margin-right: 10px;}
#config label span.component-desc { font-size: 1.0em; font-style:italic; }
#config div.nocheck { padding-left: 13px; }
#config div span.component-title { font-size: 1.2em; font-weight: bold; float: left; width: 25%; margin-left: 10px; margin-right: 10px;}
#config div span.component-desc { font-size: 1.0em; font-style:italic; width: 75%; }
#config div.field-pair select { font-size: 1.1em; border: 1px solid #d4d0c8;}
#config div.field-pair select option { padding: 0 10px; line-height: 1.4; }
#config-settings { float: right; width: 200px; background: #fffae5; border-bottom: 1px dotted #666; border-top: 1px solid #999;padding: 20px 0 30px; margin-right: 20px; }
#config-settings .config-settings-group { margin: 0 15px 15px; border-bottom: 1px dotted #999; padding-bottom: 15px; }
#config-settings .config-settings-group h2 { margin-bottom: 0; }
#config-settings .config-settings-group p {font-size: 1.1em; color: #666; margin: .6em 0 1em; }
#config-settings .config-settings-group div.field-pair { margin: 1.2em 0 .6em; }
#config-settings .config-settings-group input {float: left;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.multiple_cats {
padding: 5px 10px;
}
.apikey {
width:220px;
} | interfaces/Plush/templates/static/stylesheets/colorschemes/gold/gold.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, font, 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-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* ---------------- TYPOGRAPHY -----------------*/
body, input, textarea{
font:75% 'Helvetica Neue', Arial, Helvetica, sans-serif;
color:#000;
}
html>body{ font-size:12px; }
h1, h2, h3, h4{ font-family:'Century Gothic', 'AppleGothic', sans-serif; }
h1{ font-size:1.5em; }
h2{ font-size:1.25em; }
h3{ font-size:1em; }
p, ul, ul li, td{ font-size:1em; }
p,li,dt,dd,td,th{ line-height:1.5; }
p,dt,dd,td,th,ul,ol,dl{ margin-bottom:10px; }
strong { font-weight:bold; }
small { font-size:0.8333em; }
input, textarea{ font-size:1em; }
a:link,a:visited{
color:#599FCF;
text-decoration:none;
}
a:hover,a:active{
text-decoration:underline;
}
.box_fatbottom,
.queueTable .eta,
.currentDownload,
.totalDownload {
font-size:0.8333em;
}
/* -------------------------- PLUSH DEFAULT] -----------------*/
body {
background: #B1B1B1;
padding-bottom: 10px;
}
#page-wrap select {
background-color: #E0E0E0;
border: 0px;
color: #000;
}
.new_release_link {
color: #006400;
}
.pointer {
cursor: pointer;
}
.clear {
clear: both;
}
.float-right {
float:right;
}
.nowrap {
white-space: nowrap;
}
#warning_message {
color: #8B0000;
font-weight: bold;
}
#new_release {
color: green;
font-weight: bold;
}
#livetip {
position: absolute;
background-color: #cfc;
padding: 4px;
border: 2px solid #9c9;
border-radius: 4px;
z-index:99999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
/* ------------- jQuery Pagination Plugin -------------- */
.pagination-perpage {
float: left;
margin-top: 2px;
}
.pagination {
float: left;
margin-left:10px;
}
.pagination a {
background: #E0E0E0;
border: solid 1px #B1B1B1;
color: #000;
cursor: pointer;
text-decoration: none;
}
.pagination a:hover { border: solid 1px #000; }
.pagination a, .pagination span {
display: block;
float: left;
margin-right: 5px;
padding:3px 5px;
}
.pagination .current {
background: #FFF;
border: solid 1px #000;
color: #000;
}
.pagination .current.prev, .pagination .current.next {
background: #E0E0E0;
border-color: #B1B1B1;
color: #B1B1B1;
}
.pagination .loading { background: #FFF url('images/loading-spinner.gif') 50% 50% no-repeat; }
#add_nzb_modal select {
width:190px;
}
#add_nzb_pp td{
padding: 5px;
}
#add_nzb_hr {
margin-top: 15px;
margin-bottom: 15px;
}
#add_nzb_hr hr {
height: 1px;
border: 0;
color: #B1B1B1;
background-color: #B1B1B1;
width: 95%;
text-align: left;
margin: 0 auto 0 0;
}
/*---------------- navigation -------------- */
.wrapper {
width:100%;
margin:auto;
}
.navigation {
width: 100%;
height: 30px;
position: relative;
padding: 0;
}
.navigation ul {
margin: 0;
padding: 0;
}
.navigation ul.menu {
height: 30px;
}
.navigation ul#navigation_menu_left {
margin-left:17px;
float:left;
}
.navigation ul#navigation_menu_right {
margin-right:17px;
float:right;
}
.navigation ul li.active a{
background-color:#000;
background: -webkit-gradient(linear, right top, right bottom, from(#000), to(#333) );
background: -moz-linear-gradient(top, #000 0%, #333 100%);
}
.navigation ul.menu li {
list-style: none;
float:left;
height: 25px;
text-align: center;
background-color:#000;
background: -webkit-gradient(linear, right top, right bottom, from(#000), to(#333) );
background: -moz-linear-gradient(top, #000 0%, #333 100%);
}
.navigation ul li a {
color:#efefef;
font-weight:bold;
display: block;
padding: 0 8px 0 0;
border-left: 1px solid rgba(255,255,255,0.1);
border-right: 1px solid rgba(0,0,0,0.1);
text-align: center;
line-height: 25px;
background-color:#363636;
/* background : -webkit-gradient(linear, right top, right bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
-webkit-transition-property: background;
-webkit-transition-duration: 700ms;
*/
-moz-transition-property: background;
-moz-transition-duration: 700ms;
}
.navigation ul.menu li.first, .navigation ul li.first a {
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
}
.navigation ul.menu li.last, .navigation ul li.last a {
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
.navigation ul li a:hover {
background: transparent none;
text-decoration:none;
}
.navigation ul li a img {
opacity: .25;
margin:0 8px -3px 6px;
}
.navigation ul li.active a img {
opacity: 1.00;
}
.navigation ul li a:hover img {
opacity: 1.00;
}
.navigation ul li a span {
padding-left:26px;
background-repeat:no-repeat;
background-position:6px 0px;
}
.navigation ul li a span.icon_nav_download {
padding-left: 0;
}
.navigation ul li a span.icon_nav_download svg {
width: 16px;
height: 16px;
display: block;
float: left;
margin: 4px 5px 0px 4px;
}
/* When logo is inactive (grey) and then hovered */
.navigation ul li:not(.active) a span.icon_nav_download svg .logo-arrow-outer {
fill: #B9B9B9;
}
.navigation ul li:not(.active) a span.icon_nav_download svg .logo-arrow-inner {
fill: #D5D5D5;
}
.navigation ul li:not(.active) a:hover span.icon_nav_download svg .logo-arrow-outer {
fill: #FFB300 ;
}
.navigation ul li:not(.active) a:hover span.icon_nav_download svg .logo-arrow-inner {
fill: #FFCA28;
}
.navigation ul li a span.icon_nav_connections { background-image: url('images/nav/connections-grey.png'); }
.navigation ul li.active a span.icon_nav_connections, .navigation ul li a:hover span.icon_nav_connections { background-image: url('images/nav/connections.png'); }
.navigation ul li a span.icon_nav_rss { background-image: url('images/nav/rss-grey.png'); }
.navigation ul li.active a span.icon_nav_rss, .navigation ul li a:hover span.icon_nav_rss { background-image: url('images/nav/rss.png'); }
.navigation ul li a span.icon_nav_config { background-image: url('images/nav/config.png'); }
.navigation ul li.active a span.icon_nav_config, .navigation ul li a:hover span.icon_nav_config { background-image: url('images/nav/config.png'); }
.navigation ul li a span.icon_nav_addnzb { background-image: url('images/nav/addnzb-grey.png'); }
.navigation ul li.active a span.icon_nav_addnzb, .navigation ul li a:hover span.icon_nav_addnzb { background-image: url('images/nav/addnzb.png'); }
.navigation ul li a span.icon_nav_options { background-image: url('images/nav/options.png'); }
.navigation ul li.active a span.icon_nav_options, .navigation ul li a:hover span.icon_nav_options { background-image: url('images/nav/options.png'); }
.navigation ul li a span.icon_nav_refresh { background-image: url('images/nav/refresh-grey.png'); }
.navigation ul li.active a span.icon_nav_refresh, .navigation ul li a:hover span.icon_nav_refresh { background-image: url('images/nav/refresh.png'); }
.navigation ul li a span.icon_nav_help { background-image: url('images/nav/help-grey.png'); }
.navigation ul li.active a span.icon_nav_help, .navigation ul li a:hover span.icon_nav_help { background-image: url('images/nav/help.png'); }
#nav_text_right {
clear:both;
float:right;
padding: 0 20px 0 20px;
font-size:90%;
}
#nav_text_left {
clear:left;
padding: 0 20px 0 25px;
font-size:90%;
}
#nav_text_left a, #nav_text_right a {
color:#000;
}
#last_warning {
color:#000;
}
/* ------------------------- queue + history overall container ----------- */
/* sprite-main.png */
#main_menu ul li a span.sf-sub-indicator { background-position: 0 5px; }
#main_menu ul li ul li a span.sf-sub-indicator { background-position: 0 -16px; }
.main_sprite_container { background: url('images/sprite-main.png') no-repeat top right; }
.sprite_arrow_down{ background-position: 0 0; }
.sprite_arrow_right{ background-position: 0 -19px; }
.sprite_btm_corner_left{ background-position: 0 -38px; }
.sprite_btm_corner_right{ background-position: 0 -74px; }
.sprite_h_purge{ background-position: 0 -110px; }
.sprite_h_search{ background-position: 124px -141px; } /* 124px */
.sprite_hv_download{ background-position: 0 -167px; }
.sprite_hv_error{ background-position: 0 -193px; }
.sprite_hv_filejoin{ background-position: 0 -219px; }
.sprite_hv_unpack{ background-position: 0 -245px; }
.sprite_hv_report{ background-position: 0 -271px; }
.sprite_hv_script{ background-position: 0 -297px; }
.sprite_hv_star{ background-position: 0 -323px; }
.sprite_hv_stats{ background-position: 0 -349px; }
.sprite_hv_repair{ background-position: 0 -375px; }
.sprite_progress_done{ background-position: 0 -401px; } /* queue.tmpl */
.sprite_progressbar_bg{ background-position: 0 -430px; }
.sprite_q_menu_pausefor{ background-position: 0 -459px; }
.sprite_q_menu_pausefor_on{ background-position: 0 -521px; }
.sprite_q_pause{ background-position: 0 -552px; }
.sprite_q_pause_on{ background-position: 0 -583px; }
.sprite_q_queue{ background-position: 0 -614px; }
.sprite_q_queuesfHover{ background-position: 0 -645px; }
.sprite_q_queue_on{ background-position: 0 -676px; }
.sprite_q_menu_pauseforsfHover{ background-position: 0 -490px; }
.sprite_q_stats_complete{ background-position: 0 -707px; }
.sprite_q_stats_incomplete{ background-position: 0 -733px; }
.sprite_q_stats_needspace{ background-position: 0 -759px; }
.sprite_ql_cross{ background-position: 0 -785px; }
.sprite_ql_cross_on{ background-position: 0 -811px; }
.sprite_ql_grip_pause{ background-position: 0 -837px; }
.sprite_ql_grip_pause_on{ background-position: 0 -861px; }
.sprite_ql_grip_resume{ background-position: 0 -885px; }
.sprite_ql_grip_resume_on{ background-position: 0 -909px; }
.sprite_rounded_area_bg{ background-position: 0 -933px; }
.sprite_rounded_area_bg_edged{ background-position: 0 -965px; }
.sprite_sabnzbdplus_logo{ background-position: 0 -997px; }
.sprite_sabnzbdplus_plush{ background-position: 0 -1047px; }
.sprite_tile_qh_seperator{ background-position: 0 -1070px; }
.sprite_topleft_queue{ background-position: 0 -1084px; }
.sprite_topright_queue{ background-position: right -1161px; } /* right */
/* tile-x sprite */
.tilex_sprite_container { background: url('images/sprite-tilex.png') repeat-x top right; }
.sprite_tile_bottom_wrap { background-position: 0 0; }
.sprite_tile_qh { background-position: 0 -27px; }
.sprite_tile_qhistory { background-position: 0 -43px; } /* subtract 16 from above */
.sprite_tile_qh_bottom { background-position: 0 -95px; }
.sprite_tile_znavbar { background-position: 0 -134px; }
/* tile-y sprite */
.tiley_sprite_container { background: url('images/sprite-tiley.png') repeat-y top right; }
.sprite_tile_page_wrap { background-position: 0 0; }
.sprite_tile_queue_wrap { background-position: bottom right; }
.box_fatbottom {
color: #606060;
height: 37px;
text-align: center;
}
.left_stats, .right_stats {
cursor: default;
padding: 12px 16px 0 20px;
}
#box_fatbottom_queue .left_stats {
padding-top:6px;
}
.plush_wrapper {
display:block;
height:15px;
margin:0 auto;
padding:13px 0 0;
text-indent:-5000px;
width:58px;
}
.plush_wrapper .main_sprite_container { height:15px; }
#history_stats { padding-top: 16px; }
.box_fatbottom .left_stats { float: left; }
.box_fatbottom .right_stats { float: right; }
.box_fatbottom strong { color: #000; }
.box_banner_menu {
display: inline;
float: right;
list-style: none;
margin: 10px 0;
padding: 0;
}
.box_banner_menu li { float: right; }
/* keep .h_menu_verbose and .h_menu_purge up with the above (buttons top-right of history) */
.sprite_h_purge {
cursor: pointer;
display: none;
margin: 6px;
padding-bottom: 24px;
padding-right: 28px;
}
#page-wrap {
clear:both;
margin-left: 0px;
margin-right: 0px;
}
#master-width {
clear:both;
margin: 0px auto;
width: 90%;
}
.box_banner_hr {
background-repeat: repeat-x;
height: 4px;
}
.box_banner_history {
clear:both;
height:51px;
overflow:hidden;
}
.box_banner_history h1 {
color: #c7c7c7;
cursor: default;
float: left;
font-weight: normal;
padding:17px 8em 11px 21px;
}
.box_banner_r {
float:right;
height: 52px;
margin-left: 1px;
width:350px;
}
.listSearchBox {
color: black;
width: 120px;
border: 0px;
margin: 7px 9px 1px 1px;
padding-right:20px;
border: 1px solid #444;
background-color: #e5e5e5
}
.listSearchBox:hover,.listSearchBox:focus {
border: 1px solid gray;
}
#queueSearchForm {
display: block;
height: 0px;
text-align: right;
margin-right: 151px;
}
#queueSearchBox {
width: 121px;
margin-top: 35px;
}
/* a window narrower than this doesn't have room for the search box, so hide it */
@media screen and (max-width:900px) { #queueSearchForm { display: none; } }
/* a window wider than this has enough room for a bigger box, so grow it to line up with histsearchbox below it */
@media screen and (min-width:1190px) { #queueSearchBox { width: 121px; background-position-x: 125px;} }
#hdr-queue {
height: 67px;
}
#hdr-queue .logo {
float: left;
height: 67px;
}
#hdr-queue .logo h1 {
color: #c7c7c7;
cursor: default;
font-weight: normal;
margin: 32px 0 0 38px;
width:140px;
overflow:hidden;
}
.queue-buttons {
float:right;
height:37px;
padding-top:34px;
padding-right:5px;
position:relative;
white-space:nowrap;
}
#speed-wrapper {
margin-top:21px;
float:none;
padding:0;
}
#speed-wrapper a:hover {
text-decoration:none;
}
.queue-buttons ul {
float:left;
margin-right:24px;
}
.queue-buttons #pause_int {
color:#ccc;
font-size:small;
padding-right:16px;
position:absolute;
right:104px;
text-indent:0;
top:34px;
}
.queue-buttons ul li {
float: left;
display:block;
height:21px;
position:relative;
text-indent:-5000px;
width:21px;
}
.queue-buttons ul li.sprite_q_queue {
margin-left:10px;
}
/* Queue right-side pull down menu: multiops/eoq/purge/sort */
.queue-buttons ul li ul{ /* Second Level */
border-bottom:2px solid #403f3f;
border-right:2px solid #403f3f;
display:none;
float:left;
height:auto;
right:1px;
margin:0;
position:absolute;
top:21px;
z-index:100;
color:#aaa;
}
/* These are to make the menu width language sensitive,
not usable because sort-table width isn't language sensitive
.queue-buttons.lang-nl ul li ul{
width:210px;
}
.queue-buttons.lang-de ul li ul,
.queue-buttons.lang-fr ul li ul{
width:220px;
}
*/
.queue-buttons ul li.sprite_q_queue ul{
right:0;
}
.queue-buttons ul li ul li{
background:#1d1c1c;
border-top:1px solid #474646;
clear:left;
height:auto;
margin:0;
text-indent:0;
width:100%;
padding-left: 5px;
}
.queue-buttons ul li ul li:first-child{
border:0;
}
#speed-wrapper ul li ul li {
padding: 5px;
}
#speed-wrapper ul li ul li:last-child {
text-align: center;
}
#speed-wrapper ul li ul li:first-child input {
text-align: center;
vertical-align: bottom;
}
.queue-buttons ul li ul li a,
.queue-buttons ul li ul li span{
color:#aaa;
clear:left;
float:left;
margin:0;
padding:4px 6px;
text-align:left;
width:188px;
}
.queue-buttons ul li ul li span {
cursor: auto;
}
.queue-buttons ul li ul li a:hover{
color:#eee;
}
.queue-buttons ul li.sprite_q_queue ul li a:hover {
text-decoration:none;
}
.queue-buttons ul li ul li #onQueueFinish-option{
width:130px;
}
.queue-buttons ul li ul li ul,
.queue-buttons ul li.sprite_q_queue ul li ul{ /* Third Level */
border:0;
position:absolute;
right:200px;
top:0;
}
/*
.queue-buttons.lang-nl ul li ul li ul,
.queue-buttons.lang-nl ul li.sprite_q_queue ul li ul{
right:245px;
}
.queue-buttons.lang-de ul li ul li ul,
.queue-buttons.lang-de ul li.sprite_q_queue ul li ul,
.queue-buttons.lang-fr ul li ul li ul,
.queue-buttons.lang-fr ul li.sprite_q_queue ul li ul{
right:265px;
}
*/
#queue-wrap {
padding:0 16px;
}
#btm-wrapper {
clear: both;
height: 26px;
}
#btm-wrapper div {
background-repeat: no-repeat;
float: left;
height:26px;
width:26px;
}
#btm-wrapper .sprite_btm_corner_right {
float: right;
}
#queue_sort_list {
margin-right:-202px;
margin-top:26px;
width:221px;
z-index:999999;
border:1px solid #403f3f;
border-left:0px;
}
/* ---------------- box header, above queue (sabnzbd logo & stats) ----------------- */
.centerpiece {
margin: auto;
padding:13px 0 0 20px;
width:380px;
}
.sprite_sabnzbdplus_logo {
margin: 10px 0 0;
}
.sabnzbd_logo {
float: left;
padding-top: 14px;
}
.sabnzbd_logo svg {
height: 35px;
width: 126px;
}
#speed, #time-left {
cursor: default;
width: 68px;
height: 12px;
margin-top: 20px;
padding: 3px 0 7px;
text-align: center;
}
/* stats next to logo */
#speed {
float: left;
margin-left: 15px;
}
#time-left {
float: left;
margin-right: 15px;
width: 88px;
}
#speed p, #time-left p {
color: #7c7c7c;
font-size: 9px;
}
#speed span, #time-left span {
color: #dadada;
font-size: 11px;
font-weight: bold;
}
.show { display: inline; }
/* queueTable shared by queue and history */
.queueTable {
background-color: #e0e0e0;
border-bottom: 1px solid #fff;
border-collapse: separate;
border-spacing: 0px;
color: #606060;
width: 100%;
}
.queueTable tr {
background-color: #e0e0e0;
cursor: default;
}
.queueTable tr:hover,
.queueTable tr.alt:hover {
background-color: #f9f9f9;
color: #000;
}
.queueTable tr select {
background: #e5e5e5;
border:1px solid #e0e0e0;
color:#606060;
padding:2px;
}
.queueTable tr select.hovering {
background:#fff;
border: 1px solid #c0c0c0;
color: #000;
}
.queueTable tr.alt {
background-color:#d0d0d0;
}
.queueTable tr.alt select {
border:1px solid #d0d0d0;
background: #d5d5d5;
}
.queueTable tr.alt select.hovering {
border:1px solid #b0b0b0;
background: #fff;
}
#queueTable tr:hover { cursor: move; }
.queueTable td {
border-bottom: 1px solid #B1B1B1;
border-top: 1px solid #FFF;
padding: 3px 0;
vertical-align: middle;
}
tr:hover .nzb_status_grippie {
background-color: #f9f9f9; /* IE7 */
}
.queueTable td.download-title {
width: 50%;
height:28px;
}
.queueTable td.historyTitle {
padding:0px;
width: 50%;
height:28px;
}
.nzb_status_col {
width: 28px;
}
.nzb_status {
display: inline;
margin-right: 4px;
padding-bottom: 2px;
padding-left: 16px;
}
.nzb_status.Loaded { background: url('images/loading-spinner.gif') no-repeat; }
#queueTable .nzb_status {
cursor: pointer;
}
.loading { /* remove? */
background: url('images/loading-spinner.gif') 4px 50% no-repeat;
display: inline;
padding-left: 16px;
}
.initial-loading {
background: url('images/loading-bar.gif') 4px 50% no-repeat;
position:absolute;
width: 138px;
margin: 4px 0px 0px 100px;
}
.queueTable tr:hover td.historyTitle {
background-color: #f9f9f9; /* IE7 */
color: #000; }
.queueTable a {
color: #404040;;
text-decoration: none;
}
.queueTable tr:hover a {
color: #000;
border-bottom: 1px dotted #606060;
}
.queueTable tr:hover a:hover {
border-bottom: 1px solid #606060;
cursor: pointer;
}
.queueTable .eta {
padding: 0 6px 0 6px;
text-align: center;
}
.icon_nzb_remove {
display: inline;
padding-bottom: 2px;
padding-left: 16px;
}
.icon_nzb_remove:hover {
outline:none;
}
.sprite_ql_cross_on { cursor: pointer; }
#topmenu_bar {}
#multiops_bar {
height:51px;
color:grey;
}
#multiops_title {
color: #C0C0C0;
font-style: italic;
}
#multiops_inputs { }
#multiops_inputs .left {
float:left;
padding-left: 20px;
padding-top:5px;
}
#multiops_inputs .right{
float:right;
padding-top:5px;
}
#multiops_inputs select {
background: #e5e5e5;
color:#606060;
padding:1px;
margin:0px;
margin-right:3px;
}
#multiops_inputs select:hover {
background:#fff;
color: #000;
}
#multiops_inputs input {
color:#000;
border:0;
margin-right:2px;
}
#multiops_inputs a {
cursor:pointer;
color:#FFF;
}
/* ------------------------------- Queue ------------------------------- */
/* progress bar & MB/left stats */
.sprite_progressbar_bg {
width: 121px;
padding-left:1px;
}
.sprite_progress_done {
height: 19px;
width: 121px;
}
.currentDownload, .totalDownload {
color: #000;
font-weight: bold;
margin-top: 3px;
z-index: 1;
}
.currentDownload small, .totalDownload small { font-weight: normal; }
.currentDownload {
float: left;
margin-left: 5px;
}
.totalDownload {
float: right;
margin-right: 5px;
}
.options {
padding-right: 8px;
text-align: right;
}
/* below queue, left side, limit */
#queue_view_preference, #history_view_preference { width: 120px; }
#queue_view_preference { margin-top: -5px; }
#stats_noofslots { display: none; }
/* below queue, right side, disk space */
.queue_footer_icon {
display: inline;
margin: 16px 4px 0px 20px;
padding: 4px;
}
/* ------------------------------- History ------------------------------- */
.history_added {
cursor: default;
font-size: 75%;
}
tr:hover .history_added { color: black; }
.hvMessageFail {
clear: both;
color: #DE2424;
font-size: 80%;
font-weight: bold;
width: 100%;
}
.hvMessageAction {
clear: both;
color: #00008B;
font-size: 80%;
font-weight: bold;
width: 100%;
}
.hvMessageScript {
clear: both;
color: #006400;
font-size: 80%;
font-weight: bold;
width: 100%;
}
.icon_history_verbose {
cursor: help;
display: inline;
float: left;
margin-right: 2px;
width: 16px;
}
.hvFaded {
opacity: .25;
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
filter: alpha(opacity=25);*/
}
.pointer { cursor: pointer; }
/* ------------------------------- Ratings ------------------------------- */
.rating_stars_block_r {
text-align: right;
}
.rating_stars_block_c {
text-align: center;
}
.rating_vote_block {
float: left;
}
.rating_stars {
display: inline-block;
margin-right: 10px;
}
.rating_flag {
margin: 4px 10px 0px 85px;
}
.rating_flag_radio {
margin: 5px 15px 5px 5px;
}
.rating_modal_extra {
float: right;
width: 330px
}
.rating_modal_expired {
float: right;
}
.rating_modal_noopt {
color: red;
margin-left: 10px;
}
.rating_icon_vision {
width: 16px;
height: 16px;
display: inline-block;
margin-right: 5px;
background: url('images/vision16.png') no-repeat top center;
}
.rating_icon_sound {
width: 16px;
height: 16px;
display: inline-block;
margin-right: 5px;
background: url('images/sound16.png') no-repeat top center;
}
.rating_icon_thumbup {
width: 20px;
height: 20px;
display: inline-block;
background: url('images/thumbup20.png') no-repeat top center;
}
.rating_icon_thumbdown {
width: 20px;
height: 20px;
display: inline-block;
background: url('images/thumbdown20.png') no-repeat top center;
}
/* ------------------ MAIN MENU - courtesy jquery superfish plugin w/mods by jbw ---------------- */
#main_menu {
padding-top:10px;
text-align:center;
}
#main_menu ul {
display:inline-block;
list-style:none;
margin:0 auto;
padding:0;
white-space:nowrap;
}
#main_menu ul li {
float:left;
position:relative;
}
#main_menu ul li a {
display:block;
float:left;
margin:0 10px;
padding:0 20px 0 5px;
cursor:pointer;
position:relative;
text-align:left;
border-bottom:1px;
}
/* refresh button below queue */
#manual_refresh_wrapper b { font-weight:normal; }
#manual_refresh_wrapper.refreshing b { border-bottom: 1px dotted white; }
#manual_refresh_wrapper.refresh_skipped b { border-bottom: 1px solid red; }
#main_menu ul li a span {
background: url('images/sprite-main.png') no-repeat center left;
display:block;
height:1.5em;
right:5px;
position:absolute;
text-indent:-5000px;
top:0;
width:10px;
}
#main_menu ul li ul{ /* Second Level */
display:none;
float:left;
height:auto;
left:10px;
margin:0;
position:absolute;
top:18px;
width:200px;
z-index:100;
}
#main_menu ul li ul li{
background:#a2a2a2;
border-bottom:1px solid #878787;
clear:left;
float:left;
margin:0;
width:100%;
}
#main_menu ul li ul li a{
clear:left;
float:left;
margin:0;
padding:4px 6px;
text-align:left;
width:188px;
}
#main_menu ul li ul li a span {
background: url('images/sprite-main.png') no-repeat top left;
height:auto;
top:32%;
}
#main_menu ul li ul.config_links li a{
padding:3px 6px;
}
#main_menu ul li ul li:hover,
#main_menu ul li ul li ul li:hover {
background:#ccc;
color:#333;
}
#main_menu ul li ul li:hover ul li a {
color:#fff;
}
#main_menu ul li ul li:hover a,
#main_menu ul li ul li ul li:hover a {
text-decoration:none;
color:#333;
}
#main_menu ul li ul li ul{ /* Third Level */
left:200px;
position:absolute;
top:0;
}
#main_menu ul li ul li ul li{
width:188px;
}
/*
#main_menu.lang-nl ul li ul li ul li,
#main_menu.lang-fr ul li ul li ul li,
#main_menu.lang-sv ul li ul li ul li{
width:250px;
}
#main_menu.lang-de ul li ul li ul li{
width:280px;
}
*/
#main_menu ul li ul li#processingContainer ul li{
padding:4px 6px;
}
#main_menu ul li ul#navaddnzb{
width:275px;
}
#main_menu ul li ul#navaddnzb li#navupload,
#main_menu ul li ul li#navfetch{
padding:10px;
width:255px;
}
#main_menu ul li ul#navaddnzb li#processingContainer a{
width:255px;
}
#main_menu ul li ul#navaddnzb li#processingContainer ul{
left:275px;
}
#main_menu ul li ul li#processingContainer ul li label{
float:left;
text-align:left;
width:40%;
}
#main_menu ul li ul li#processingContainer ul li select{
width:60%;
}
#main_menu ul li ul#navqueue{
width:230px;
}
#main_menu ul li ul#navqueue li#navqueueoption {
padding:10px;
width:210px;
}
#main_menu ul li ul#navqueue li a{
width:210px;
}
#main_menu ul li ul#navqueue li ul{
left:230px;
width:200px;
}
#main_menu ul li ul#navqueue li ul li a{
width:180px;
}
#main_menu ul li ul#last_warning_link li{
min-width: 460px;
}
#main_menu ul li ul#last_warning_link li a{
min-width: 440px;
}
/*
#main_menu.lang-fr #addID_input{
width: 110px;
}
*/
#addID{
color:#000;
}
/*
.sf-shadow ul { if superfish shadows are enabled lets make it happen!
background: url('images/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
*/
#uploadTip {
overflow: hidden;
}
/*
ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/*
Example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color:#000;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(images/colorbox-controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(images/colorbox-controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox-controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(images/colorbox-controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(images/colorbox-controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/colorbox-controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/colorbox-border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/colorbox-border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-top:28px;}
#cboxLoadedContent a{font-weight:bold;}
#cboxTitle{position:absolute; top:4px; left:0; text-align:center; width:100%; color:#949494; font-weight:bold;}
#cboxCurrent{position:absolute; top:4px; left:58px; color:#fff;}
#cboxSlideshow{position:absolute; top:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; top:0; left:0px; background:url(images/colorbox-controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; top:0; left:27px; background:url(images/colorbox-controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxClose{position:absolute; top:0; right:0; background:url(images/colorbox-controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}
#plush_options_modal, #add_nzb_modal {
padding: 20px 0 0 50px;
}
#plush_options_modal .juiButton, #add_nzb_modal .juiButton {
color:#3383bb;
}
#help_modal {
text-align:center;
padding:20px;
}
#help_modal table {
margin:0 auto 20px;
border-spacing:4px;
font-size:110%;
}
#help_modal .sabnzbd_logo {
float:none;
display:block;
margin:auto;
padding:0px;
width:100px;
}
/* ---------------- N Z O (nzb files page, linked from queue) -------------------- */
body.nzo {}
body.nzo .config_nav {
cursor: default;
}
body.nzo #config_content input,
body.nzo .config_nav a {
cursor: pointer;
}
table.nzoTable {
border-collapse:collapse;
color: #131313;
margin:1px;
width:99%;
}
table.nzoTable tr {
cursor: pointer;
}
table.nzoTable tr.even {
background-color: #cdf;
}
table.nzoTable tr.evenLine {
background-color: #eee;
}
table.nzoTable tr.odd {
background-color: #99bbff;
}
table.nzoTable tr.oddLine {
background-color: #f8f8f8;
}
table.nzoTable tr.nzo_highlight {
background-color:#FFFFE0;
}
table.nzoTable tr:hover {
background-color: #666;
color: #FFF;
}
table.nzoTable th {
background: #b5b5b5;
color: white;
cursor: default;
font-weight: bold;
}
table.nzoTable th,
table.nzoTable td {
border:1px solid #999;
padding:3px 5px;
}
table.nzoTable td.alignRight {
text-align:right;
}
table.nzoTable td.filename {
width:95%;
}
table.nzoTable th.check,
table.nzoTable td.check {
width:22px;
}
.nzo_save_form { margin-left: 120px; }
.nzo_save_form div {
display: inline;
white-space: nowrap;
}
/* --------------------- CONFIG --------------------- */
#config_container {
background: #363636;
font-size:95%;
min-height: 345px;
padding-left: 20px;
padding: 10px;
text-align: left;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#config_content {
overflow: hidden;
width: 100%;
}
#config_content .catheaderinfo { font-weight:bold;}
#config_content div.tabs {
min-height:338px;
overflow:auto;
}
#config_go_back {
padding: 1px;
text-align: center;
}
#config_go_back div {
margin-bottom: -4px;
margin: auto;
padding: 25px 0 4px 20px;
width: 80px;
}
#config_go_back a {
color: black;
font-size: 66%;
margin-left: -20px;
padding: 30px 10px 0px 40px;
text-decoration: none;
}
#config_go_back a:hover { border-bottom: 1px dotted black; }
div.EntryBlock form { display: inline; }
div.EntryBlock { }
fieldset.EntryFieldSet {
border:1px solid #333;
display: inline;
float: left;
margin: 5px;
padding: 7px 7px 10px;
vertical-align: top;
}
.add-rss fieldset.EntryFieldSet {
width:97%;
}
.add-rss fieldset.EntryFieldSet .feedname{
font-weight:bold;
width:20%;
}
.add-rss fieldset.EntryFieldSet .feeduri{
width:70%;
}
.add-rss fieldset.EntryFieldSet .inputsubmit{
width:6%;
}
.update-rss fieldset.EntryFieldSet .feeduri{
width:99%;
}
.catTable {
width:99%;
}
.catTable th,
.catTable td {
padding:3px 3px 5px;
}
.catTable th {
font-weight:bold;
}
.catTable tr.odd {
background-color:#ddd;
}
.catTable td.lastCol {
width:8%;
}
.rssTable { border-spacing: 1px; }
.rssTable th,
.rssTable td {
padding:3px 3px 5px;
}
.rssTable th {
background-color:#555;
color:#FFF;
font-weight:bold;
}
.rssTable tr {
background-color:#eee;
}
.rssTable tr.odd {
background-color:#ddd;
}
.rssLeftColumn {text-align: right;}
/* Vertical Tabs - adapted from http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html
----------------------------------
.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 11em; margin-right:10px;}
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width:12em; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; }
*/
#schedulingTable td, #switchesTable td {
padding:3px 3px 5px;
}
.alignRight {
text-align: right;
padding-right: 4px;
}
.config_nav {
float: left;
margin-top: 20px;
text-align: left;
width: 84px;
position: fixed;
}
/*
.config_nav.lang-de {
width: 140px;
}
*/
.config_nav ul {
border: none;
list-style: none;
margin: 0;
padding: 0;
}
.config_nav li {
margin: 0;
padding: 3px 0px 3px 5px;
}
.config_nav li a {
background-color: #b1b1b1;
color: #363636;
display: block;
font-size: 9pt;
font-weight: bold;
padding: 4px 22px 4px 4px;
text-decoration: none;
width: 100%;
border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
}
.config_nav li a .config_sprite_container {
margin: 3px 0px 3px 0px;
padding-left: 22px;
padding-bottom: 1px;
width: 100%;
}
.config_nav li:hover a, .config_nav li a:hover {
background-color: #ccc;
color: #000;
}
.config_nav .nav_active {
background-color: #363636;
color: #fff;
}
legend .config_sprite_container {
display: inline;
padding: 0px 0px 0px 16px;
}
#config_content legend {
background-color: #333;
color: white;
font-weight: bold;
padding: 2px 6px 2px 6px;
}
#config_content legend.latestWarnings,
#config_content legend.lastEmail,
#config_content legend.serverBackup { background-color:#00008B; }
#config_content legend.serverOptional { background-color:#009090; }
#config_content legend.serverEnabled { background-color:#006400; }
#config_content legend.serverDisabled { background-color:#8B0000; }
#config_content legend.feedEnabled { background-color:#006400; }
#config_content legend.feedDisabled { background-color:#8B0000; }
/* sprite-config.png */
.config_sprite_container { background: url('images/sprite-config.png') no-repeat top left; }
.sprite_config_connections_disconnect { background-position: 0 0; width: 22px; height: 22px; }
.sprite_config_connections_encrypted { background-position: 0 -32px; width: 16px; height: 16px; }
.sprite_config_connections_unencrypted { background-position: 0 -58px; width: 16px; height: 16px; }
.sprite_config_connections_warnings { background-position: 0 -84px; width: 16px; height: 16px; }
.sprite_config_email_account_settings { background-position: 0 -110px; width: 16px; height: 16px; }
.sprite_config_email_options, .sprite_config_nav_email { background-position: 0 -136px; width: 16px; height: 16px; }
.sprite_config_email_test { background-position: 0 -162px; width: 22px; height: 22px; }
.sprite_config_folders_system { background-position: 0 -194px; width: 16px; height: 16px; }
.sprite_config_folders_user { background-position: 0 -220px; width: 16px; height: 16px; }
.sprite_config_general_restart { background-position: 0 -246px; width: 22px; height: 22px; }
.sprite_config_general_tuning { background-position: 0 -278px; width: 16px; height: 16px; }
.sprite_config_general_web_server { background-position: 0 -304px; width: 16px; height: 16px; }
.sprite_config_help { background-position: 0 -330px; width: 22px; height: 22px; }
.sprite_config_indexsites_account_info { background-position: 0 -362px; width: 16px; height: 16px; }
.sprite_config_indexsites_bookmarks { background-position: 0 -388px; width: 16px; height: 16px; }
.sprite_config_indexsites_processed { background-position: 0 -414px; width: 16px; height: 16px; }
.sprite_config_nav_categories { background-position: 0 -440px; width: 16px; height: 16px; }
.sprite_config_nav_connections { background-position: 0 -466px; width: 16px; height: 16px; }
.sprite_config_nav_folders { background-position: 0 -492px; width: 16px; height: 16px; }
.sprite_config_nav_general { background-position: 0 -518px; width: 16px; height: 16px; }
.sprite_config_nav_indexsites { background-position: 0 -544px; width: 16px; height: 16px; }
.sprite_config_nav_rss { background-position: 0 -570px; width: 16px; height: 16px; }
.sprite_config_nav_scheduling, .sprite_config_scheduling_current { background-position: 0 -596px; width: 16px; height: 16px; }
.sprite_config_nav_servers, .sprite_config_servers_add { background-position: 0 -622px; width: 16px; height: 16px; }
.sprite_config_nav_sorting, .sprite_config_sorting_series { background-position: 0 -648px; width: 16px; height: 16px; }
.sprite_config_nav_switches { background-position: 0 -674px; width: 16px; height: 16px; }
.sprite_config_rss_add { background-position: 0 -700px; width: 16px; height: 16px; }
.sprite_config_save { background-position: 0 -726px; width: 22px; height: 22px; }
.sprite_config_scheduling_add { background-position: 0 -758px; width: 16px; height: 16px; }
.sprite_config_sorting_date { background-position: 0 -784px; width: 16px; height: 16px; }
.sprite_config_sorting_generic { background-position: 0 -810px; width: 16px; height: 16px; }
.sprite_config_switches_other { background-position: 0 -836px; width: 16px; height: 16px; }
.sprite_config_switches_processing { background-position: 0 -862px; width: 16px; height: 16px; }
.sprite_nzo_bottom { background-position: 0 -888px; width: 16px; height: 16px; }
.sprite_nzo_delete { background-position: 0 -914px; width: 16px; height: 16px; }
.sprite_nzo_down { background-position: 0 -940px; width: 16px; height: 16px; }
.sprite_nzo_reload { background-position: 0 -966px; width: 16px; height: 16px; }
.sprite_nzo_select_all { background-position: 0 -992px; width: 16px; height: 16px; }
.sprite_nzo_select_invert { background-position: 0 -1018px; width: 16px; height: 16px; }
.sprite_nzo_select_none { background-position: 0 -1044px; width: 16px; height: 16px; }
.sprite_nzo_select_range { background-position: 0 -1070px; width: 16px; height: 16px; }
.sprite_nzo_top { background-position: 0 -1096px; width: 16px; height: 16px; }
.sprite_nzo_up { background-position: 0 -1122px; width: 16px; height: 16px; }
.numbered_list li { list-style-type: decimal; margin-left:3em; }
/* jqueryui config */
.ui-tabs .ui-tabs-nav li a {
font-size:95%;
}
.tabs div {
text-align:left;
}
/* FF2 to rescue */
.sucker {
font-weight: bold;
width: 120px;
}
.tucker {
font-weight: bold;
width: 300px;
}
.left_links .config_sprite_container, .right_links .config_sprite_container {
display: inline;
margin: 3px 0px 3px 0px;
padding: 4px 0px 4px 22px;
}
.left_links a, .right_links a {
cursor: pointer;
padding: 8px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.left_links {
float: left;
margin: 5px 0 0 10px;
}
.left_links a {
background-color: #363636;
color: #ddd;
display: inline;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}
.left_links a:hover {
background-color: #000;
color: #fff;
}
.config_margin { margin: 5px 110px 0 110px; margin-right:10px; }
/*
.config_margin.lang-de { margin: 5px 110px 0 140px; }
*/
.config_margin_wide { }
.config_margin_status { margin: 5px 10px 0 10px; }
.right_links {
float: right;
margin: 5px 40px 0 0;
}
.right_links a {
background-color: #ddd;
color: #666;
display: block;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}
.right_links a:hover {
background-color: #666;
color: #fff;
}
.center { text-align: center; }
.xsmall { font-size: x-small; }
.config_body { background: #b1b1b1; }
#configbox_latest_warnings a { color: white; }
.dir_helper {
background-color: blue;
color: white;
padding:2px;
}
.manual_restart {
background-color: red;
color: white;
padding:2px;
}
.optional {
background-color: green;
color: white;
}
.key_toggle {
background-color: #333;
color: white;
cursor: pointer;
}
*+html {
overflow-x:visible;
}
/*
new config design, adapted from Sickbeard
*/
#config { padding: 0px; text-align: center; }
#config * { margin:0; font-family: "Trebuchet MS", Verdana, sans-serif; }
#config ul { list-style-type:none; }
#config h3 { font-size:1.5em; color:#000; }
#config h4 { font-size:1em; color:#333; text-transform: uppercase; margin:0 0 .2em; }
#config h5 { font-size:1em; color:#000; margin:0 0 .2em; }
#config p, #config li { font-size:1.2em; line-height:1.3; }
#config .path { font-size:1em; color:#333; font-family: Verdana;}
#config .jumbo {font-size: 16px !important;}
#config-content {
display: block; width: 100%; text-align: left; padding:0 0 40px; clear: both; background: #fff; margin: 0px auto;
background: #ebebeb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
min-height: 305px;
overflow:auto;
}
input.ui-button { padding: .2em .5em; }
#config-components { width: auto; }
#config-components-border { float: left; width: auto; border-top: 1px solid #999999; padding: 5px 0;}
#config .component-group { border-bottom: 1px dotted #666; padding: 15px 15px 25px; position: relative; }
#config .component-group-desc { float: left; width: 23%;}
#config .component-group-desc h3 { font-size: 1.5em; }
#config .component-group-desc p { margin: .8em 0; width: 85%; font-size: 1.2em; color: #666;}
#config .component-group-desc p.note { margin: .8em 0; width: 90%; font-size: 1.2em; color: #333;}
#config .component-group-list { margin-left:25%; width: 75%; }
#config .component-group-last { border-bottom: 0px; padding: 15px 15px 25px; position: relative; }
#config fieldset {border:0; outline: 0; }
#config div.field-pair { padding: .5em; }
#config div.field-pair.alt { background-color:#ddd; }
#config div.field-pair input { float: left; }
#config input[type='text'] { padding-left: 5px; height: 1.7em; }
#config label.nocheck { padding-left: 13px; }
#config label span.component-title { font-size: 1.2em; font-weight: bold; float: left; width: 25%; margin-right: 10px;}
#config label span.component-desc { font-size: 1.0em; font-style:italic; }
#config div.nocheck { padding-left: 13px; }
#config div span.component-title { font-size: 1.2em; font-weight: bold; float: left; width: 25%; margin-left: 10px; margin-right: 10px;}
#config div span.component-desc { font-size: 1.0em; font-style:italic; width: 75%; }
#config div.field-pair select { font-size: 1.1em; border: 1px solid #d4d0c8;}
#config div.field-pair select option { padding: 0 10px; line-height: 1.4; }
#config-settings { float: right; width: 200px; background: #fffae5; border-bottom: 1px dotted #666; border-top: 1px solid #999;padding: 20px 0 30px; margin-right: 20px; }
#config-settings .config-settings-group { margin: 0 15px 15px; border-bottom: 1px dotted #999; padding-bottom: 15px; }
#config-settings .config-settings-group h2 { margin-bottom: 0; }
#config-settings .config-settings-group p {font-size: 1.1em; color: #666; margin: .6em 0 1em; }
#config-settings .config-settings-group div.field-pair { margin: 1.2em 0 .6em; }
#config-settings .config-settings-group input {float: left;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.multiple_cats {
padding: 5px 10px;
}
.apikey {
width:220px;
} | 0.331444 | 0.0809 |
@font-face {
font-family: 'freighttext_prosemibold';
src: url('fonts/freighttext_pro_semibold-webfont.eot');
src: url('fonts/freighttext_pro_semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_semibold-webfont.woff') format('woff'),
url('fonts/freighttext_pro_semibold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'freighttext_promedium';
src: url('fonts/freighttext_pro_medium-webfont.eot');
src: url('fonts/freighttext_pro_medium-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_medium-webfont.woff') format('woff'),
url('fonts/freighttext_pro_medium-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'freighttext_prolight';
src: url('fonts/freighttext_pro_light-webfont.eot');
src: url('fonts/freighttext_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_light-webfont.woff') format('woff'),
url('fonts/freighttext_pro_light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'freighttext_probook';
src: url('fonts/freighttext_pro_book-webfont.eot');
src: url('fonts/freighttext_pro_book-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_book-webfont.woff') format('woff'),
url('fonts/freighttext_pro_book-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
height: 100%;
overflow-x: hidden;
font-family: 'freighttext_promedium';
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-weight: 400;
font-style: normal;
color: #333332;
font-size: 18px;
line-height: 1.4;
}
a, a:visited, a:hover, a:active {
color: inherit;
}
ul, ol {
list-style: none;
padding: 0;
margin: 0;
font-family: 'freighttext_promedium';
font-weight: 400;
font-style: normal;
font-size: 20px;
margin-bottom: 30px;
}
ul.sub-menu {
margin-left: 15px;
}
li {
font-family: 'freighttext_promedium';
display: list-item;
margin-left: 30px;
width: 100%;
list-style-type: disc;
margin-bottom: 8px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
.wrapper {
position: relative;
top: 0;
left: 0;
height: 100%;
}
#nav {
height: 100%;
position: fixed;
left: -280px;
width: 280px;
background: url('images/background-nav.png');
z-index: 1;
top: 0;
}
#nav li {
list-style: none;
margin-left: 0;
}
#nav li a{
text-decoration: none;
}
.search-icon {
margin-top: 12px;
color: #b3b3b1;
float: right;
cursor: pointer;
}
#nav-list-search {
display: block !important;
}
.searchform {
line-height: 46px;
color: #b3b3b1;
font-weight: 700;
display: block;
padding: 0 16px 0 22px;
height: 43px;
}
.searchform input {
/*border:1px solid #232322 !important;
border-radius:3px;
width: 180px;
line-height: 17px;
padding: 5px;
color: #232322;
font-size: 15px;*/
display: inline-block;
position: relative;
background: #f9f9f7;
width: 200px;
padding: 0 10px;
overflow: hidden;
margin: 12px 0 0 0;
height: 29px;
-webkit-transition: width .2s ease-in-out;
-moz-transition: width .2s ease-in-out;
-ms-transition: width .2s ease-in-out;
-o-transition: width .2s ease-in-out;
transition: width .2s ease-in-out;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#cover {
position: relative;
width: 100%;
max-width: 100%;
min-height: 450px;
}
.cover-body {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 450px;
background-position: top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 1px solid rgba(0,0,0,.7);
}
.cover-body-inner {
width: 650px;
margin: 200px auto 0 auto;
display: block;
text-align: center;
}
.cover-title {
font-size: 32px;
line-height: 1;
color: #fff;
margin-bottom: 12px;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.cover-description {
font-size: 16px;
line-height: 1.2;
color: #fff;
margin-bottom: 14px;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.cover-bottom {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid rgba(255,255,255,0.7);
}
.btn {
display: inline-block;
position: relative;
height: 40px;
padding: 0 20px;
border: 0;
color: #FFF;
font-size: 14px;
line-height: 39px;
text-align: center;
text-decoration: none;
font-style: normal;
cursor: pointer;
border: 1px solid rgba(255,255,255,0.5);
vertical-align: bottom;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}
.btn:hover {
border: 1px solid rgba(255,255,255,1);
color: #FFF;
}
.archive-name {
display: block;
text-transform: capitalize;
color: #fff;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
text-align: center;
}
.page-wrap {
position: relative;
width: 100%;
margin-top: 20px;
}
.group, #footer {
width: 650px;
margin: 0 auto;
}
.single-post .group, .single-post #footer {
width: 70%;
margin: 0 auto;
}
.author-picture {
float: left;
display: block;
/*margin-right: 10px;*/
}
.author-name {
display: block;
font-size: 16px;
font-weight: 700;
color: #333332;
line-height: 1.2;
/*min-width: 100%;*/
text-align: right;
}
.bio {
font-size: 14px;
line-height: 1.2;
}
.author-name {
font-weight: 700;
}
.author-bio {
font-style: italic;
}
.featured-image, .featured-img {
top: 0;
width: 100%;
height: 450px;
left: 0;
right: 0;
bottom: 0;
}
.featured-img {
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.comment-count {
float: right;
color: white;
padding: 0 16px 0 16px;
opacity: .2;
font-size: 25px;
cursor: pointer;
visibility: hidden;
}
.bubble-active, .comment-count:hover {
visibility: visible !important;
opacity: 1;
}
.comment-visible>.comment-count {
visibility: visible;
}
#comment-sidebar {
visibility: hidden;
top: 0;
display: block;
position: absolute;
right: 0;
width: 50%;
}
#author, #email, #url, #comment {
font-size: 16px;
outline: 0;
border: none;
width: 100%;
}
.children {
margin: 7px 0 0 20px;
}
.nav-list {
margin-top: 30px;
position: relative;
font-weight: 400;
}
.nav-list a, .nav-list a:visited {
line-height: 46px;
color: #b3b3b1;
font-weight: 700;
display: block;
padding: 0 16px 0 22px;
height: 43px;
font-size: 16px;
}
.nav-list a:hover {
color: white;
background-color: rgba(60,60,60,.5);
}
span[class*="icon-"] {
margin-right: 20px;
}
a#nav-toggle {
width: 30px;
height: 30px;
padding: 5px;
position: fixed;
top: 10px;
left: 10px;
background: #232322;
color: white;
font-weight: bolder;
z-index: 999;
border-bottom: 5px solid #FFF;
}
.nav-rss {
position: fixed;
top: 10px;
right: 10px;
z-index: 999;
color: #FFF;
}
.post-content {
line-height: 1.45;
word-wrap: break-word;
}
.post-content p {
font-family: 'freighttext_promedium';
letter-spacing: normal;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 1.45;
margin: 15px 0 !important;
}
.post-content img {
/*padding-left: 5%;*/
width: 100%;
height: 100%;
}
.post-meta-data {
font-weight: 700;
}
.meta {
color: #b3b3b1;
font-size: 16px;
}
.bio-and-post-group {
overflow: hidden;
}
#footer {
text-align: right;
border-top: 1px #e3e3e3 solid;
padding: 10px 0;
font-size: 14px;
}
p {
margin: 0 0 10px 0;
font-size: 20px;
}
.credit {
font-size: 12px;
}
a { text-decoration: none;}
a, img {
border:none;
}
a { text-decoration: none;}
a, img {
border:none;
}
h1 {
font-weight: 700;
}
h2 {
font-weight: 700;
font-size: 40px;
line-height: 1;
margin: 35px 0 10px 0;
}
h2 a {
color: #333333;
}
h3 {
font-weight: 400;
font-style: italic;
line-height: 1.2;
font-size: 30px;
margin: 10px 0;
}
h4 {
font-weight: 700;
font-size: 25px;
margin: 10px 0;
}
.post-date {
font-size: 14px;
line-height: 1.4;
color: #666665;
word-wrap: break-word;
margin-bottom: 20px;
font-style: italic;
}
.index-box {
padding: 0 0 35px 0;
border-bottom: 1px solid #f2f2f0;
word-wrap: break-word;
-webkit-transition: opacity .5s linear;
-moz-transition: opacity .5s linear;
-o-transition: opacity .5s linear;
transition: opacity .5s linear;
}
.bio-and-post-group .index-box{
width: 100%;
margin: 0 auto !important;
float: none !important;
}
.bio-and-post-group .index-box p,
.bio-and-post-group .index-box ul,
.bio-and-post-group .index-box ol,
.bio-and-post-group .index-box h1,
.bio-and-post-group .index-box h2,
.bio-and-post-group .index-box h3,
.bio-and-post-group .index-box h4,
.bio-and-post-group .index-box h5,
.bio-and-post-group .index-box h6,
.bio-and-post-group .index-box .meta,
.bio-and-post-group .index-box .post-title,
.bio-and-post-group .index-box .post-meta-data,
.bio-and-post-group .index-box .post-socialarea,
.bio-and-post-group .index-box #disqus_thread {
width: 640px;
margin: 0 auto !important;
float: none !important;
}
.bio-and-post-group .index-box h2,
.bio-and-post-group .index-box h3,
.bio-and-post-group .index-box h4,
.bio-and-post-group .index-box h5,
.bio-and-post-group .index-box h6 {
margin: 40px auto 10px !important;
}
.bio-and-post-group .index-box .post-title {
margin: 20px auto !important;
line-height: 35px;
}
.bio-and-post-group .index-box .post-socialarea{
margin: 20px auto !important;
height: 40px;
}
.bio-and-post-group .index-box blockquote {
max-width: 1020px;
width: 100%;
margin: 0 auto;
padding-top: 35px;
box-sizing: border-box;
}
.bio-and-post-group .index-box blockquote p {
width: auto !important;
margin: 0 auto !important;
float: none !important;
}
.bio-and-post-group .index-box blockquote a {
background-image: none;
}
.post-title {
font-size: 30px;
font-weight: 700;
line-height: 1;
margin-top: 15px;
font-family: "freight-sans-pro","Myriad Pro","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
@media screen and (max-width: 960px) {
.group, #footer {
width: 90%;
}
#cover {
position: relative !important;
width: 100% !important;
max-width: 100% !important;
height: 500px;
}
.cover-body {
left: 0 !important;
position: relative !important;
width: 100% !important;
height: 500px;
}
.bio {
margin-bottom: 5px;
display: block;
}
.author-bio {
font-size: 14px;
color: #818181;
}
.author-name {
text-align: left !important;
}
.post-date div {
font-weight: bold;
display: inline-block;
margin-right: .5rem;
}
}
@media screen and (min-width: 961px){
.page-wrap {
width: 70%;
overflow: hidden;
}
.bio {
position: fixed;
z-index: 999;
float: left;
width: 600px;
margin-left: 75px;
margin-top: 9px;
border-left: 1px solid #FFF;
padding-left: 20px;
top: 0;
/*width: 23%;
margin-top: 10px;*/
}
.author-picture {
float: left;
color: #FFF;
display: inline-block;
width: 50px;
margin-top: 4px;
}
.author-name, .author-bio, .post-date {
float: left;
color: #FFF;
display: inline-block;
text-align: left;
margin-right: 10px;
margin-top: 7px;
}
.avatar-32 {
border-radius: 50%;
}
.author-bio {
/*color: #818181;*/
font-weight: 400;
text-align: right;
margin-bottom: 10px;
}
.post-date {
font-size: 13px;
text-align: right;
}
}
@media screen and (max-width: 550px) {
.post-title {
font-size: 48px;
}
.post-content p {
font-size: 18px;
}
}
@media screen {
body {
color: #333333;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; }
.fn, .says {
font-size: 30px;
}
.thread-odd {
margin-top: 15px;
margin-bottom: 15px;
}
.disqus_comments {
margin-top: 20px;
}
.bio-and-post-group {
overflow: hidden;
}
}
.post-socialarea {
margin-top: 30px;
width: 100%;
}
.post-social-like {
float: left;
}
.post-social-like a {
background-position: 15px -12px !important;
display: inline-block;
position: relative;
height: 40px;
padding: 0 20px;
border: 0;
font-size: 16px;
line-height: 39px;
text-align: center;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid rgba(0,0,0,0.1);
vertical-align: bottom;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'freighttext_promedium';
font-weight: 500;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
background-color: #FFF;
color: #57ad68 !important;
margin-right: 0;
padding: 0 30px;
border: 1px solid #57ad68 !important;
background: none;
}
.post-social-like a:hover {
background-color: #57ad68;
color: #FFF !important;
margin-right: 0;
padding: 0 30px;
border: 1px solid #57ad68 !important;
padding-left: 30px !important;
}
.dot-irecommendthis-count {
position: absolute;
top: 0;
right: -35px;
font-family: 'freighttext_promedium';
font-weight: 500;
font-style: normal;
color: #57ad68 !important;
}
.post-social-share {
float: right;
}
span[class^="ss-icon-"] {
width: 32px;
height: 32px;
display: inline-block;
background-image: url("./images/sprite-32.png");
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}
.ss-icon-twitter {
background-position: 0px 0px;
}
.ss-icon-facebook {
background-position: -32px 0px;
}
.ss-icon-googleplus {
background-position: -64px 0px;
}
.ss-icon-twitter:hover {
background-position: 0px -32px;
}
.ss-icon-facebook:hover {
background-position: -32px -32px;
}
.ss-icon-googleplus:hover {
background-position: -64px -32px;
}
.home .post-title {
font-size: 28px;
}
.single-post .post .post-content a{
text-decoration: none;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%);
background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%);
background-repeat: repeat-x;
background-size: 2px 2px;
background-position: 0 24px;
}
.single-post .post .post-content blockquote{
/*border-left: 3px solid #57ad68;
padding-left: 20px;
margin-left: -26px;
padding-bottom: 3px;*/
}
.header-logo-area {
font-size: 25px;
text-align: center;
}
.header-background {
display: none;
z-index: 500;
width: 100%;
font-size: 14px;
color: rgba(0,0,0,0.3);
pointer-events: none;
font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
letter-spacing: -0.02em;
font-weight: 400;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
background: rgba(255,255,255,.8);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.15);
box-shadow: 0 0 1px rgba(0,0,0,0.15);
height: 60px;
}
.sectionLayout--outsetColumn, .sectionLayout--outsetRow {
max-width: 1020px;
width: 100%;
margin: 0 auto;
padding-top: 35px;
box-sizing: border-box;
} | style.css | @font-face {
font-family: 'freighttext_prosemibold';
src: url('fonts/freighttext_pro_semibold-webfont.eot');
src: url('fonts/freighttext_pro_semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_semibold-webfont.woff') format('woff'),
url('fonts/freighttext_pro_semibold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'freighttext_promedium';
src: url('fonts/freighttext_pro_medium-webfont.eot');
src: url('fonts/freighttext_pro_medium-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_medium-webfont.woff') format('woff'),
url('fonts/freighttext_pro_medium-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'freighttext_prolight';
src: url('fonts/freighttext_pro_light-webfont.eot');
src: url('fonts/freighttext_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_light-webfont.woff') format('woff'),
url('fonts/freighttext_pro_light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'freighttext_probook';
src: url('fonts/freighttext_pro_book-webfont.eot');
src: url('fonts/freighttext_pro_book-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/freighttext_pro_book-webfont.woff') format('woff'),
url('fonts/freighttext_pro_book-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
height: 100%;
overflow-x: hidden;
font-family: 'freighttext_promedium';
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-weight: 400;
font-style: normal;
color: #333332;
font-size: 18px;
line-height: 1.4;
}
a, a:visited, a:hover, a:active {
color: inherit;
}
ul, ol {
list-style: none;
padding: 0;
margin: 0;
font-family: 'freighttext_promedium';
font-weight: 400;
font-style: normal;
font-size: 20px;
margin-bottom: 30px;
}
ul.sub-menu {
margin-left: 15px;
}
li {
font-family: 'freighttext_promedium';
display: list-item;
margin-left: 30px;
width: 100%;
list-style-type: disc;
margin-bottom: 8px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
.wrapper {
position: relative;
top: 0;
left: 0;
height: 100%;
}
#nav {
height: 100%;
position: fixed;
left: -280px;
width: 280px;
background: url('images/background-nav.png');
z-index: 1;
top: 0;
}
#nav li {
list-style: none;
margin-left: 0;
}
#nav li a{
text-decoration: none;
}
.search-icon {
margin-top: 12px;
color: #b3b3b1;
float: right;
cursor: pointer;
}
#nav-list-search {
display: block !important;
}
.searchform {
line-height: 46px;
color: #b3b3b1;
font-weight: 700;
display: block;
padding: 0 16px 0 22px;
height: 43px;
}
.searchform input {
/*border:1px solid #232322 !important;
border-radius:3px;
width: 180px;
line-height: 17px;
padding: 5px;
color: #232322;
font-size: 15px;*/
display: inline-block;
position: relative;
background: #f9f9f7;
width: 200px;
padding: 0 10px;
overflow: hidden;
margin: 12px 0 0 0;
height: 29px;
-webkit-transition: width .2s ease-in-out;
-moz-transition: width .2s ease-in-out;
-ms-transition: width .2s ease-in-out;
-o-transition: width .2s ease-in-out;
transition: width .2s ease-in-out;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#cover {
position: relative;
width: 100%;
max-width: 100%;
min-height: 450px;
}
.cover-body {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 450px;
background-position: top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 1px solid rgba(0,0,0,.7);
}
.cover-body-inner {
width: 650px;
margin: 200px auto 0 auto;
display: block;
text-align: center;
}
.cover-title {
font-size: 32px;
line-height: 1;
color: #fff;
margin-bottom: 12px;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.cover-description {
font-size: 16px;
line-height: 1.2;
color: #fff;
margin-bottom: 14px;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.cover-bottom {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid rgba(255,255,255,0.7);
}
.btn {
display: inline-block;
position: relative;
height: 40px;
padding: 0 20px;
border: 0;
color: #FFF;
font-size: 14px;
line-height: 39px;
text-align: center;
text-decoration: none;
font-style: normal;
cursor: pointer;
border: 1px solid rgba(255,255,255,0.5);
vertical-align: bottom;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}
.btn:hover {
border: 1px solid rgba(255,255,255,1);
color: #FFF;
}
.archive-name {
display: block;
text-transform: capitalize;
color: #fff;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
text-align: center;
}
.page-wrap {
position: relative;
width: 100%;
margin-top: 20px;
}
.group, #footer {
width: 650px;
margin: 0 auto;
}
.single-post .group, .single-post #footer {
width: 70%;
margin: 0 auto;
}
.author-picture {
float: left;
display: block;
/*margin-right: 10px;*/
}
.author-name {
display: block;
font-size: 16px;
font-weight: 700;
color: #333332;
line-height: 1.2;
/*min-width: 100%;*/
text-align: right;
}
.bio {
font-size: 14px;
line-height: 1.2;
}
.author-name {
font-weight: 700;
}
.author-bio {
font-style: italic;
}
.featured-image, .featured-img {
top: 0;
width: 100%;
height: 450px;
left: 0;
right: 0;
bottom: 0;
}
.featured-img {
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.comment-count {
float: right;
color: white;
padding: 0 16px 0 16px;
opacity: .2;
font-size: 25px;
cursor: pointer;
visibility: hidden;
}
.bubble-active, .comment-count:hover {
visibility: visible !important;
opacity: 1;
}
.comment-visible>.comment-count {
visibility: visible;
}
#comment-sidebar {
visibility: hidden;
top: 0;
display: block;
position: absolute;
right: 0;
width: 50%;
}
#author, #email, #url, #comment {
font-size: 16px;
outline: 0;
border: none;
width: 100%;
}
.children {
margin: 7px 0 0 20px;
}
.nav-list {
margin-top: 30px;
position: relative;
font-weight: 400;
}
.nav-list a, .nav-list a:visited {
line-height: 46px;
color: #b3b3b1;
font-weight: 700;
display: block;
padding: 0 16px 0 22px;
height: 43px;
font-size: 16px;
}
.nav-list a:hover {
color: white;
background-color: rgba(60,60,60,.5);
}
span[class*="icon-"] {
margin-right: 20px;
}
a#nav-toggle {
width: 30px;
height: 30px;
padding: 5px;
position: fixed;
top: 10px;
left: 10px;
background: #232322;
color: white;
font-weight: bolder;
z-index: 999;
border-bottom: 5px solid #FFF;
}
.nav-rss {
position: fixed;
top: 10px;
right: 10px;
z-index: 999;
color: #FFF;
}
.post-content {
line-height: 1.45;
word-wrap: break-word;
}
.post-content p {
font-family: 'freighttext_promedium';
letter-spacing: normal;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 1.45;
margin: 15px 0 !important;
}
.post-content img {
/*padding-left: 5%;*/
width: 100%;
height: 100%;
}
.post-meta-data {
font-weight: 700;
}
.meta {
color: #b3b3b1;
font-size: 16px;
}
.bio-and-post-group {
overflow: hidden;
}
#footer {
text-align: right;
border-top: 1px #e3e3e3 solid;
padding: 10px 0;
font-size: 14px;
}
p {
margin: 0 0 10px 0;
font-size: 20px;
}
.credit {
font-size: 12px;
}
a { text-decoration: none;}
a, img {
border:none;
}
a { text-decoration: none;}
a, img {
border:none;
}
h1 {
font-weight: 700;
}
h2 {
font-weight: 700;
font-size: 40px;
line-height: 1;
margin: 35px 0 10px 0;
}
h2 a {
color: #333333;
}
h3 {
font-weight: 400;
font-style: italic;
line-height: 1.2;
font-size: 30px;
margin: 10px 0;
}
h4 {
font-weight: 700;
font-size: 25px;
margin: 10px 0;
}
.post-date {
font-size: 14px;
line-height: 1.4;
color: #666665;
word-wrap: break-word;
margin-bottom: 20px;
font-style: italic;
}
.index-box {
padding: 0 0 35px 0;
border-bottom: 1px solid #f2f2f0;
word-wrap: break-word;
-webkit-transition: opacity .5s linear;
-moz-transition: opacity .5s linear;
-o-transition: opacity .5s linear;
transition: opacity .5s linear;
}
.bio-and-post-group .index-box{
width: 100%;
margin: 0 auto !important;
float: none !important;
}
.bio-and-post-group .index-box p,
.bio-and-post-group .index-box ul,
.bio-and-post-group .index-box ol,
.bio-and-post-group .index-box h1,
.bio-and-post-group .index-box h2,
.bio-and-post-group .index-box h3,
.bio-and-post-group .index-box h4,
.bio-and-post-group .index-box h5,
.bio-and-post-group .index-box h6,
.bio-and-post-group .index-box .meta,
.bio-and-post-group .index-box .post-title,
.bio-and-post-group .index-box .post-meta-data,
.bio-and-post-group .index-box .post-socialarea,
.bio-and-post-group .index-box #disqus_thread {
width: 640px;
margin: 0 auto !important;
float: none !important;
}
.bio-and-post-group .index-box h2,
.bio-and-post-group .index-box h3,
.bio-and-post-group .index-box h4,
.bio-and-post-group .index-box h5,
.bio-and-post-group .index-box h6 {
margin: 40px auto 10px !important;
}
.bio-and-post-group .index-box .post-title {
margin: 20px auto !important;
line-height: 35px;
}
.bio-and-post-group .index-box .post-socialarea{
margin: 20px auto !important;
height: 40px;
}
.bio-and-post-group .index-box blockquote {
max-width: 1020px;
width: 100%;
margin: 0 auto;
padding-top: 35px;
box-sizing: border-box;
}
.bio-and-post-group .index-box blockquote p {
width: auto !important;
margin: 0 auto !important;
float: none !important;
}
.bio-and-post-group .index-box blockquote a {
background-image: none;
}
.post-title {
font-size: 30px;
font-weight: 700;
line-height: 1;
margin-top: 15px;
font-family: "freight-sans-pro","Myriad Pro","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
@media screen and (max-width: 960px) {
.group, #footer {
width: 90%;
}
#cover {
position: relative !important;
width: 100% !important;
max-width: 100% !important;
height: 500px;
}
.cover-body {
left: 0 !important;
position: relative !important;
width: 100% !important;
height: 500px;
}
.bio {
margin-bottom: 5px;
display: block;
}
.author-bio {
font-size: 14px;
color: #818181;
}
.author-name {
text-align: left !important;
}
.post-date div {
font-weight: bold;
display: inline-block;
margin-right: .5rem;
}
}
@media screen and (min-width: 961px){
.page-wrap {
width: 70%;
overflow: hidden;
}
.bio {
position: fixed;
z-index: 999;
float: left;
width: 600px;
margin-left: 75px;
margin-top: 9px;
border-left: 1px solid #FFF;
padding-left: 20px;
top: 0;
/*width: 23%;
margin-top: 10px;*/
}
.author-picture {
float: left;
color: #FFF;
display: inline-block;
width: 50px;
margin-top: 4px;
}
.author-name, .author-bio, .post-date {
float: left;
color: #FFF;
display: inline-block;
text-align: left;
margin-right: 10px;
margin-top: 7px;
}
.avatar-32 {
border-radius: 50%;
}
.author-bio {
/*color: #818181;*/
font-weight: 400;
text-align: right;
margin-bottom: 10px;
}
.post-date {
font-size: 13px;
text-align: right;
}
}
@media screen and (max-width: 550px) {
.post-title {
font-size: 48px;
}
.post-content p {
font-size: 18px;
}
}
@media screen {
body {
color: #333333;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; }
.fn, .says {
font-size: 30px;
}
.thread-odd {
margin-top: 15px;
margin-bottom: 15px;
}
.disqus_comments {
margin-top: 20px;
}
.bio-and-post-group {
overflow: hidden;
}
}
.post-socialarea {
margin-top: 30px;
width: 100%;
}
.post-social-like {
float: left;
}
.post-social-like a {
background-position: 15px -12px !important;
display: inline-block;
position: relative;
height: 40px;
padding: 0 20px;
border: 0;
font-size: 16px;
line-height: 39px;
text-align: center;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid rgba(0,0,0,0.1);
vertical-align: bottom;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'freighttext_promedium';
font-weight: 500;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
background-color: #FFF;
color: #57ad68 !important;
margin-right: 0;
padding: 0 30px;
border: 1px solid #57ad68 !important;
background: none;
}
.post-social-like a:hover {
background-color: #57ad68;
color: #FFF !important;
margin-right: 0;
padding: 0 30px;
border: 1px solid #57ad68 !important;
padding-left: 30px !important;
}
.dot-irecommendthis-count {
position: absolute;
top: 0;
right: -35px;
font-family: 'freighttext_promedium';
font-weight: 500;
font-style: normal;
color: #57ad68 !important;
}
.post-social-share {
float: right;
}
span[class^="ss-icon-"] {
width: 32px;
height: 32px;
display: inline-block;
background-image: url("./images/sprite-32.png");
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}
.ss-icon-twitter {
background-position: 0px 0px;
}
.ss-icon-facebook {
background-position: -32px 0px;
}
.ss-icon-googleplus {
background-position: -64px 0px;
}
.ss-icon-twitter:hover {
background-position: 0px -32px;
}
.ss-icon-facebook:hover {
background-position: -32px -32px;
}
.ss-icon-googleplus:hover {
background-position: -64px -32px;
}
.home .post-title {
font-size: 28px;
}
.single-post .post .post-content a{
text-decoration: none;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%);
background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%);
background-repeat: repeat-x;
background-size: 2px 2px;
background-position: 0 24px;
}
.single-post .post .post-content blockquote{
/*border-left: 3px solid #57ad68;
padding-left: 20px;
margin-left: -26px;
padding-bottom: 3px;*/
}
.header-logo-area {
font-size: 25px;
text-align: center;
}
.header-background {
display: none;
z-index: 500;
width: 100%;
font-size: 14px;
color: rgba(0,0,0,0.3);
pointer-events: none;
font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
letter-spacing: -0.02em;
font-weight: 400;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
background: rgba(255,255,255,.8);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.15);
box-shadow: 0 0 1px rgba(0,0,0,0.15);
height: 60px;
}
.sectionLayout--outsetColumn, .sectionLayout--outsetRow {
max-width: 1020px;
width: 100%;
margin: 0 auto;
padding-top: 35px;
box-sizing: border-box;
} | 0.268462 | 0.043589 |
@-moz-document domain("messenger.com") {
._1ht1 {
background-color: #FFD6D1;
color: #000000;
height: 71px;
/*border-bottom: 1px solid #000000;*/
position: relative;
}
._1ht1._1ht2 {
background-color: #CCFFFF;
}
._1ht6 {
color: #000000;
font-size: 15px;
font-weight: bold;
line-height: 1.4;
/* font-style: oblique; */
}
._5iwm {
display: block;
padding: 12px 12px;
position: relative;
background: #FFD6D1;
/*border-bottom: 1px solid #000000;*/
}
._36ic {
background-color: #FFD6D1;
color: #000000;
/*border-bottom: 1px solid #000000;*/
box-sizing: border-box;
height: 50px;
justify-content: space-between;
padding: 8px;
width: 100%;
}
._5742 {
background-color: #CCFFFF;
color: #000000;
/*border-bottom: 1px solid #000000;*/
box-sizing: border-box;
height: 50px;
padding: 8px;
position: relative;
text-align: center;
z-index: 201;
}
._17w2 {
color: #000000;
font-size: 14px;
font-weight: bold;
/* font-weight: 400; */
}
._17w2 {
color: #000000;
font-size: 14px;
font-weight: bold;
/* font-weight: 400; */
}
._4u-c {
position: relative;
background: #FFD6D1;
}
._1lj0 {
color: #000000;
display: flex;
font-size: 14px;
font-weight: normal;
justify-content: space-between;
padding: 16px 16px 14px 14px;
}
._3eus {
color: #000000;
font-size: 12px;
}
._3szq {
color: #000000;
cursor: pointer;
flex: 1 1 100%;
line-height: 32px;
padding: 5px 0 6px;
}
body {
background: #FFD6D1;
color: #000000;
direction: ltr;
line-height: 1.34;
margin: 0;
padding: 0;
unicode-bidi: embed;
}
._2v6o {
color: #000000;
display: block;
font-size: 11px;
font-weight: normal;
margin-top: 2px;
vertical-align: middle;
}
._1htf {
/* color: rgba(23,172,255,0.8);*/
color: #000000;
font-size: 13px;
font-weight: 400;
margin-right: 20px;
}
._4rv3 {
background-color: #CCFFFF;
border-top: 1px solid #000000;
z-index: 201;
}
time{
color: #000000;
}
._364g {
color: #000000;
font-size: 14px;
line-height: 32px;
}
._2jnv, ._2jnx, ._2jnz, ._2jnx ._30e7 ._5j5f {
color: #000000;
font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
}
._1ht7 {
color: #000000;
display: inline-block;
font-size: 13px;
font-weight: 400;
padding-top: 4px;
}
a{
color: #000000;
}
} | data/usercss/128861.user.css | @-moz-document domain("messenger.com") {
._1ht1 {
background-color: #FFD6D1;
color: #000000;
height: 71px;
/*border-bottom: 1px solid #000000;*/
position: relative;
}
._1ht1._1ht2 {
background-color: #CCFFFF;
}
._1ht6 {
color: #000000;
font-size: 15px;
font-weight: bold;
line-height: 1.4;
/* font-style: oblique; */
}
._5iwm {
display: block;
padding: 12px 12px;
position: relative;
background: #FFD6D1;
/*border-bottom: 1px solid #000000;*/
}
._36ic {
background-color: #FFD6D1;
color: #000000;
/*border-bottom: 1px solid #000000;*/
box-sizing: border-box;
height: 50px;
justify-content: space-between;
padding: 8px;
width: 100%;
}
._5742 {
background-color: #CCFFFF;
color: #000000;
/*border-bottom: 1px solid #000000;*/
box-sizing: border-box;
height: 50px;
padding: 8px;
position: relative;
text-align: center;
z-index: 201;
}
._17w2 {
color: #000000;
font-size: 14px;
font-weight: bold;
/* font-weight: 400; */
}
._17w2 {
color: #000000;
font-size: 14px;
font-weight: bold;
/* font-weight: 400; */
}
._4u-c {
position: relative;
background: #FFD6D1;
}
._1lj0 {
color: #000000;
display: flex;
font-size: 14px;
font-weight: normal;
justify-content: space-between;
padding: 16px 16px 14px 14px;
}
._3eus {
color: #000000;
font-size: 12px;
}
._3szq {
color: #000000;
cursor: pointer;
flex: 1 1 100%;
line-height: 32px;
padding: 5px 0 6px;
}
body {
background: #FFD6D1;
color: #000000;
direction: ltr;
line-height: 1.34;
margin: 0;
padding: 0;
unicode-bidi: embed;
}
._2v6o {
color: #000000;
display: block;
font-size: 11px;
font-weight: normal;
margin-top: 2px;
vertical-align: middle;
}
._1htf {
/* color: rgba(23,172,255,0.8);*/
color: #000000;
font-size: 13px;
font-weight: 400;
margin-right: 20px;
}
._4rv3 {
background-color: #CCFFFF;
border-top: 1px solid #000000;
z-index: 201;
}
time{
color: #000000;
}
._364g {
color: #000000;
font-size: 14px;
line-height: 32px;
}
._2jnv, ._2jnx, ._2jnz, ._2jnx ._30e7 ._5j5f {
color: #000000;
font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
}
._1ht7 {
color: #000000;
display: inline-block;
font-size: 13px;
font-weight: 400;
padding-top: 4px;
}
a{
color: #000000;
}
} | 0.252753 | 0.068195 |
@-moz-document domain("d20pfsrd.com") {
main article.home div.contentblock {
border: 4px solid;
border-color: #333;
display: block;
float: none;
width: auto;
}
article div.article-content table[border="1"], article div.article-content table[border="1"] td, article div.article-content table[border="1"] th {
border-color: rgb(136,136,136);
border-width: 1px;
border-style: solid;
background-color: rgba(51, 51, 51, 0.95);
}
article div.contentblock > table > tbody > tr > td > div > div table tr td {
text-align: left;
background-color: rgba(51, 51, 51, 0.92);
}
article div.contentblock > table > tbody > tr > td > div > div:nth-of-type(1) {
background-color: #080808;
}
article div.contentblock > table > tbody > tr > td > div {
background-color: #3c3c3c;
}
article div.faq, article div.widefaq, article div.content-sidebar, article div.content-wide, article div.custom-content {
font-size: 14px;
border: solid thin;
border-color: rgb(153,153,153);
background-color: #3c3c3c;
box-shadow: 10px 10px 5px #888888;
margin: 0px 20px 15px 20px;
overflow-x: auto;
}
.sidebar-left div.sidebar-widget > div.widget_srdpagelist > ul li.page_item {
background-color: #3c3c3c;
}
body .sidebar-left div.sidebar-widget div.widget li a {
color: #fcf8e3 !important;
}
body .sidebar-left div.sidebar-widget > div > ul > li.page_item ul.children a {
color: #ffe4a6 !important;
}
article div.content-sidebar > div:first-of-type, article div.content-wide > div:first-of-type {
background-color: #a94442;
}
article table:not(.sites-layout-hbox) thead, table:not(.sites-layout-hbox) th {
background-color: #3c3c3c;
}
table {
background-color: #444;
box-shadow: 10px 10px 5px #00000059;
}
table caption{
color: #c3c3c3;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #aaa;
background-color: #333;
}
main {
margin-left: 196px;
background-color: #262626;
padding: 4pt;
font-family: sans-serif !important;
}
main h1 {
color: #d0b77d;
font-size: 22px;
padding: 3px;
margin: 0px;
}
main article h2,
main article h3 {
color: #ccc;
}
p.title {
font-size: 18px;
font-weight: bold;
background-color: rgb(27, 32, 37);
padding: 3px;
}
main article h4 {
background-color: rgb(26, 29, 33);
padding: 3px;
margin: 10px 0px;
}
main article.home div.contentblock {
background-color:#333333;
}
input {
background-color: #555;
}
article, div.widget {
background-color: #262626;
padding-top: 3px;
padding-bottom: 3px;
}
body article a:link, body article a:visited {
color: #7194bf !important;
text-decoration:none;
}
div.ogn-childpages {
background: #3c3c3c;
border:none;
}
div.widget{
border:none;
}
body .sidebar-left div.sidebar-widget div.widget a {
color: #84a6c3;
text-decoration:none;
}
div .product-left{
display:none;
}
div .product-right{
display:none;
}
div .product-listing{
display:none;
}
div.widget_srdgoogleads{
display:none;
}
div #toc_container{
background-color:transparent;
}
article table:not(.sites-layout-hbox) tr:nth-child(even) {
background-color:transparent;
}
main article.bestiary.page div.article-content div.bestiaryindex .divboxes > div > div:nth-of-type(1) {
background-color:#555555;
}
div.section15{
color:lightgray;
}
div.section15 > :first-child{
background-color:#555555;
}
article div.faq > div:first-of-type, article div.widefaq > div:first-of-type {
background-color: #555555;
}
article div.content-sidebar > div:first-of-type, article div.content-wide > div:first-of-type {
background-color: #555555;
}
article div.content-sidebar,
article div.faq{
box-shadow: 10px 10px 5px #00000059;
}
article div.table-right {
background: #262626;
}
nav.navbar-inverse {
background-color: #111;
}
.form-control,
.btn-primary {
border-radius:0;
}
div.footer-widget div.widget_black_studio_tinymce, div.footer-widget div.widget_black_studio_tinymce a{
text-decoration:none !important;
color: #84a6c3 !important;
}
div.footer-widget table{
background-color:#222 !important;
box-shadow: none;
}
div.footer-widget table td{
background-color:#444 !important;
}
} | data/usercss/162893.user.css | @-moz-document domain("d20pfsrd.com") {
main article.home div.contentblock {
border: 4px solid;
border-color: #333;
display: block;
float: none;
width: auto;
}
article div.article-content table[border="1"], article div.article-content table[border="1"] td, article div.article-content table[border="1"] th {
border-color: rgb(136,136,136);
border-width: 1px;
border-style: solid;
background-color: rgba(51, 51, 51, 0.95);
}
article div.contentblock > table > tbody > tr > td > div > div table tr td {
text-align: left;
background-color: rgba(51, 51, 51, 0.92);
}
article div.contentblock > table > tbody > tr > td > div > div:nth-of-type(1) {
background-color: #080808;
}
article div.contentblock > table > tbody > tr > td > div {
background-color: #3c3c3c;
}
article div.faq, article div.widefaq, article div.content-sidebar, article div.content-wide, article div.custom-content {
font-size: 14px;
border: solid thin;
border-color: rgb(153,153,153);
background-color: #3c3c3c;
box-shadow: 10px 10px 5px #888888;
margin: 0px 20px 15px 20px;
overflow-x: auto;
}
.sidebar-left div.sidebar-widget > div.widget_srdpagelist > ul li.page_item {
background-color: #3c3c3c;
}
body .sidebar-left div.sidebar-widget div.widget li a {
color: #fcf8e3 !important;
}
body .sidebar-left div.sidebar-widget > div > ul > li.page_item ul.children a {
color: #ffe4a6 !important;
}
article div.content-sidebar > div:first-of-type, article div.content-wide > div:first-of-type {
background-color: #a94442;
}
article table:not(.sites-layout-hbox) thead, table:not(.sites-layout-hbox) th {
background-color: #3c3c3c;
}
table {
background-color: #444;
box-shadow: 10px 10px 5px #00000059;
}
table caption{
color: #c3c3c3;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #aaa;
background-color: #333;
}
main {
margin-left: 196px;
background-color: #262626;
padding: 4pt;
font-family: sans-serif !important;
}
main h1 {
color: #d0b77d;
font-size: 22px;
padding: 3px;
margin: 0px;
}
main article h2,
main article h3 {
color: #ccc;
}
p.title {
font-size: 18px;
font-weight: bold;
background-color: rgb(27, 32, 37);
padding: 3px;
}
main article h4 {
background-color: rgb(26, 29, 33);
padding: 3px;
margin: 10px 0px;
}
main article.home div.contentblock {
background-color:#333333;
}
input {
background-color: #555;
}
article, div.widget {
background-color: #262626;
padding-top: 3px;
padding-bottom: 3px;
}
body article a:link, body article a:visited {
color: #7194bf !important;
text-decoration:none;
}
div.ogn-childpages {
background: #3c3c3c;
border:none;
}
div.widget{
border:none;
}
body .sidebar-left div.sidebar-widget div.widget a {
color: #84a6c3;
text-decoration:none;
}
div .product-left{
display:none;
}
div .product-right{
display:none;
}
div .product-listing{
display:none;
}
div.widget_srdgoogleads{
display:none;
}
div #toc_container{
background-color:transparent;
}
article table:not(.sites-layout-hbox) tr:nth-child(even) {
background-color:transparent;
}
main article.bestiary.page div.article-content div.bestiaryindex .divboxes > div > div:nth-of-type(1) {
background-color:#555555;
}
div.section15{
color:lightgray;
}
div.section15 > :first-child{
background-color:#555555;
}
article div.faq > div:first-of-type, article div.widefaq > div:first-of-type {
background-color: #555555;
}
article div.content-sidebar > div:first-of-type, article div.content-wide > div:first-of-type {
background-color: #555555;
}
article div.content-sidebar,
article div.faq{
box-shadow: 10px 10px 5px #00000059;
}
article div.table-right {
background: #262626;
}
nav.navbar-inverse {
background-color: #111;
}
.form-control,
.btn-primary {
border-radius:0;
}
div.footer-widget div.widget_black_studio_tinymce, div.footer-widget div.widget_black_studio_tinymce a{
text-decoration:none !important;
color: #84a6c3 !important;
}
div.footer-widget table{
background-color:#222 !important;
box-shadow: none;
}
div.footer-widget table td{
background-color:#444 !important;
}
} | 0.267504 | 0.063948 |
.providerAccountBlank {
width: 100%;
height: auto;
background-color: #ffffff;
padding: 0 auto;
padding-top:113px;
overflow-y: scroll;
}
.pageTitleContainer{
width: 40%;
height: 32px;
font-family: Futura;
font-size: 24px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #008cba;
margin:20px;
}
.boarderRectangle {
width: 1003px;
height: 2px;
background-color:#32b027;
margin-top: 1px;
margin-left: 20px;
margin-right: 20px;
}
.requiredRectangle {
width: auto;
height: 37px;
align-self:center;
background-color: #fecf40;
margin: 20px;
align-content: center;
}
.fieldsMarkedWithAreRequired {
width: auto;
height: 14px;
font-family: ProximaNova;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin:20px;
padding-top:12px;
}
.generalInfoContainer{
width: 1005px;
height: auto;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin: 20px;
}
.commonContainer{
position:relative;
width:100%;
height:32px;
display: flex;
justify-content: space-around;
margin-top: 10px;
}
.horizontalContainer{
position:relative;
width:100%;
height:32px;
display: flex;
flex-direction: row;
margin-top: 10px;
}
.labelContainer{
width:20%;
height:100%;
padding-left: 35px;
padding-top: 8px;
}
.textLabel{
height: 17px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
}
.inputBoxContainer{
width:80%;
height:100%;
}
.inputBox{
width:30%;
height:100%;
background-color:#FFF;
border:solid 1px #cccccc;
}
.checkBoxContainer{
width: auto;
height: 32px;
background-color: #ffffff;
display: inline-block;
margin-right: 10px;
}
.checkboxLabel{
width: auto;
height: 14px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
}
.contactInfoContainer{
width: 1005px;
height: auto;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin: 20px;
}
.horizontalCon{
position:relative;
display: flex;
flex-direction: row;
height:32px;
width:80%;
margin-top: 10px;
display: inline-block;
}
.verticalContainer{
position:relative;
display: flex;
flex-direction: column;
height:auto;
width:auto;
margin-top: 10px;
margin-left:30px;
}
labelBoxContainer{
height:17px;
width:auto;
display: inline-block;
padding-left:20px;
margin-right: 20px;
}
.inputBoxCon{
height: 32px;
background-color: #ffffff;
border: solid 1px #cccccc;
width:auto;
display: inline-block;
padding-left:20px;
margin-right: 20px;
}
.filesandDocumentContainer{
width: 1005px;
height:auto;
background-color: #ffffff;
margin-top: 5dp;
margin-left: 20px;
border: solid 1px #e2f3f7;
}
.devicesContainer{
width: 1005px;
height: auto;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin:20px;
}
.accountSettingsContainer{
width: 1005px;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin-top:5px;
margin-left:20px;
}
.accountCustomizationContainer{
width: 1005px;
height: 107px;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin-top:20px;
margin-left:20px;
}
.toggleButtonContainer{
width: 1005px;
background-color: #ffffff;
margin-top:5px;
margin-block-end: true;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
}
.buttonContainer{
width: 1005px;
height:auto;
margin-top: 5px;
}
.saveButton{
width:15%;
height: 48px;
border-radius: 4px;
float: right;
background-color: #3cd52e;
font-family: Futura;
font-size: 18px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
margin: 20px;
}
.titleContainer{
width: 1005px;
height: 36px;
background-color: #e2f3f7;
margin-top: 5dp;
}
.titleText{
width: 30%;
height: 19px;
font-family: Futura;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin-top: 5dp;
}
.hr{
border-width: 1px;
width:935px;
}
.addAnotherContainer{
width: 40%;
height: auto;
margin:20px;
}
.addAnotherText{
font-family: ProximaNova;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #32b027;
padding: 5px;
}
.errorText{
height: 17px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: rgb(179, 6, 6);
padding-left: 5px;
}
.textlabel{
width:20%;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin-left:35px;
margin-top: 10px;
display: inline-block
}
.inputBoxRowContainer{
width:20%;
height:32px;
margin-left:35px;
}
.inputBoxRow{
width:90%;
height:100%;
background-color:#FFF;
border:solid 1px #cccccc;
}
.deviceInner{
display: flex;
margin-left: 35px;
margin-top:10px;
}
.deviceRow{
display: flex;
justify-content: center;
height: 34px;
width: 100%;
margin-left: 11px;
}
.deviceDivShort{
flex:2
}
.deviceDivLong{
flex:9
}
.inputBoxDevice{
width:70%;
height:100%;
background-color:#FFF;
border:solid 1px #cccccc;
}
.indexLabel{
height: 17px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin-left:35px;
}
.backButton{
background-color:burlywood;
width:40px;
}
/* CSS for the Alert Dialouge */
.react-confirm-alert-blur {
filter: url(#gaussian-blur);
filter: blur(2px);
-webkit-filter: blur(2px);
}
.react-confirm-alert-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
background: rgba(255, 255, 255, 0.9);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
opacity: 0;
-webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
-moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
-o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}
.react-confirm-alert {}
.react-confirm-alert-body {
font-family: Arial, Helvetica, sans-serif;
width: 400px;
padding: 30px;
text-align: left;
background: #fff;
border-radius: 10px;
box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
color: #666;
}
.react-confirm-alert-svg{
position: absolute;
top: 0;
left: 0;
}
.react-confirm-alert-body > h1 {
margin-top: 0;
}
.react-confirm-alert-body > h3 {
margin: 0;
font-size: 16px;
}
.react-confirm-alert-button-group {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-start;
margin-top: 20px;
}
.react-confirm-alert-button-group > button {
outline: none;
background: #333;
border: none;
display: inline-block;
padding: 6px 18px;
color: #eee;
margin-right: 10px;
border-radius: 5px;
font-size: 12px;
cursor: pointer;
}
@-webkit-keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-o-keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} | app/components/EditAccount.css | .providerAccountBlank {
width: 100%;
height: auto;
background-color: #ffffff;
padding: 0 auto;
padding-top:113px;
overflow-y: scroll;
}
.pageTitleContainer{
width: 40%;
height: 32px;
font-family: Futura;
font-size: 24px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #008cba;
margin:20px;
}
.boarderRectangle {
width: 1003px;
height: 2px;
background-color:#32b027;
margin-top: 1px;
margin-left: 20px;
margin-right: 20px;
}
.requiredRectangle {
width: auto;
height: 37px;
align-self:center;
background-color: #fecf40;
margin: 20px;
align-content: center;
}
.fieldsMarkedWithAreRequired {
width: auto;
height: 14px;
font-family: ProximaNova;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin:20px;
padding-top:12px;
}
.generalInfoContainer{
width: 1005px;
height: auto;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin: 20px;
}
.commonContainer{
position:relative;
width:100%;
height:32px;
display: flex;
justify-content: space-around;
margin-top: 10px;
}
.horizontalContainer{
position:relative;
width:100%;
height:32px;
display: flex;
flex-direction: row;
margin-top: 10px;
}
.labelContainer{
width:20%;
height:100%;
padding-left: 35px;
padding-top: 8px;
}
.textLabel{
height: 17px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
}
.inputBoxContainer{
width:80%;
height:100%;
}
.inputBox{
width:30%;
height:100%;
background-color:#FFF;
border:solid 1px #cccccc;
}
.checkBoxContainer{
width: auto;
height: 32px;
background-color: #ffffff;
display: inline-block;
margin-right: 10px;
}
.checkboxLabel{
width: auto;
height: 14px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
}
.contactInfoContainer{
width: 1005px;
height: auto;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin: 20px;
}
.horizontalCon{
position:relative;
display: flex;
flex-direction: row;
height:32px;
width:80%;
margin-top: 10px;
display: inline-block;
}
.verticalContainer{
position:relative;
display: flex;
flex-direction: column;
height:auto;
width:auto;
margin-top: 10px;
margin-left:30px;
}
labelBoxContainer{
height:17px;
width:auto;
display: inline-block;
padding-left:20px;
margin-right: 20px;
}
.inputBoxCon{
height: 32px;
background-color: #ffffff;
border: solid 1px #cccccc;
width:auto;
display: inline-block;
padding-left:20px;
margin-right: 20px;
}
.filesandDocumentContainer{
width: 1005px;
height:auto;
background-color: #ffffff;
margin-top: 5dp;
margin-left: 20px;
border: solid 1px #e2f3f7;
}
.devicesContainer{
width: 1005px;
height: auto;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin:20px;
}
.accountSettingsContainer{
width: 1005px;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin-top:5px;
margin-left:20px;
}
.accountCustomizationContainer{
width: 1005px;
height: 107px;
background-color: #ffffff;
border: solid 1px #e2f3f7;
margin-top:20px;
margin-left:20px;
}
.toggleButtonContainer{
width: 1005px;
background-color: #ffffff;
margin-top:5px;
margin-block-end: true;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
}
.buttonContainer{
width: 1005px;
height:auto;
margin-top: 5px;
}
.saveButton{
width:15%;
height: 48px;
border-radius: 4px;
float: right;
background-color: #3cd52e;
font-family: Futura;
font-size: 18px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
margin: 20px;
}
.titleContainer{
width: 1005px;
height: 36px;
background-color: #e2f3f7;
margin-top: 5dp;
}
.titleText{
width: 30%;
height: 19px;
font-family: Futura;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin-top: 5dp;
}
.hr{
border-width: 1px;
width:935px;
}
.addAnotherContainer{
width: 40%;
height: auto;
margin:20px;
}
.addAnotherText{
font-family: ProximaNova;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #32b027;
padding: 5px;
}
.errorText{
height: 17px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: rgb(179, 6, 6);
padding-left: 5px;
}
.textlabel{
width:20%;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin-left:35px;
margin-top: 10px;
display: inline-block
}
.inputBoxRowContainer{
width:20%;
height:32px;
margin-left:35px;
}
.inputBoxRow{
width:90%;
height:100%;
background-color:#FFF;
border:solid 1px #cccccc;
}
.deviceInner{
display: flex;
margin-left: 35px;
margin-top:10px;
}
.deviceRow{
display: flex;
justify-content: center;
height: 34px;
width: 100%;
margin-left: 11px;
}
.deviceDivShort{
flex:2
}
.deviceDivLong{
flex:9
}
.inputBoxDevice{
width:70%;
height:100%;
background-color:#FFF;
border:solid 1px #cccccc;
}
.indexLabel{
height: 17px;
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #263746;
margin-left:35px;
}
.backButton{
background-color:burlywood;
width:40px;
}
/* CSS for the Alert Dialouge */
.react-confirm-alert-blur {
filter: url(#gaussian-blur);
filter: blur(2px);
-webkit-filter: blur(2px);
}
.react-confirm-alert-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
background: rgba(255, 255, 255, 0.9);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
opacity: 0;
-webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
-moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
-o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}
.react-confirm-alert {}
.react-confirm-alert-body {
font-family: Arial, Helvetica, sans-serif;
width: 400px;
padding: 30px;
text-align: left;
background: #fff;
border-radius: 10px;
box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
color: #666;
}
.react-confirm-alert-svg{
position: absolute;
top: 0;
left: 0;
}
.react-confirm-alert-body > h1 {
margin-top: 0;
}
.react-confirm-alert-body > h3 {
margin: 0;
font-size: 16px;
}
.react-confirm-alert-button-group {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-start;
margin-top: 20px;
}
.react-confirm-alert-button-group > button {
outline: none;
background: #333;
border: none;
display: inline-block;
padding: 6px 18px;
color: #eee;
margin-right: 10px;
border-radius: 5px;
font-size: 12px;
cursor: pointer;
}
@-webkit-keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-o-keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes react-confirm-alert-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} | 0.431464 | 0.111967 |
*{
margin:0;
padding:0;
font-family: sans-serif;
}
#video{
width: 100%;
}
.nav-wrapper{
background-color: #3498db;
}
.brand-logo{
margin-left: 20px;
}
.image{
opacity:1;
width: 100%;
margin-top: 20px;
}
.commencer{
border: 1px solid #f5f5f5;
color: #f5f5f5;
display: inline-block;
padding: 8px;
width:300px;
margin-top:8px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.commencer:hover,.commencer:focus{
background-color: #f5f5f5;
color: black;
transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
.parallax-container {
height: 420px;
}
#hah{
height: 570px;
opacity: 1;
}
.card.small{
width: 300px;
margin-top: 50px;
}
.section{
background-color:#2980b9;
padding: 1px;
}
.section h3{
font-size: 35px;
}
.titre{
height: 100px;
background-color: #3498db;
padding-top: 1px;
position: relative;
box-sizing: border-box;
}
.titre::after{
position: absolute;
width: 50px;
height: 50px;
border-top: 0px solid #2980b9;
border-right: 2px solid #2980b9;
border-bottom: 2px solid #2980b9;
border-left: 0px solid #2980b9;
top: 100%;
left: 51%;
margin-left: -30px;
content: '';
transform: rotate(45deg);
margin-top: -25px;
background: #3498db;
}
.titre p{
margin-top:-20px;
font-size: 40px;
font-family:sans-serif;
color: #fff;
}
span{
color: black;
font-weight:300px;
}
.help{
height: 400px;
}
.help h3{
margin-top: 7px;
font-size: 30px;
}
.help p{
margin-top: 40px;
font-size: 20px;
font-family:sans-serif;
}
.divider{
border: 1px solid #fff;
width: 150px;position: relative;
left: 42%;
}
.col.s4{
margin-top: 70px;
}
.input-field label{
color:black;
}
#input-field label {
color: black;
}*/
/* label focus color */
#first_name:focus + label {
color:black;
}
/* label underline focus color */
#first_name:focus {
border-bottom:1px solid black;
box-shadow:0 1px 0 0 black;
}
#textarea:focus + label {
color:black;
}
/* label underline focus color */
#textarea:focus {
border-bottom:1px solid black;
box-shadow:0 1px 0 0 black;
}
#pos{
position: absolute;
top: 0;
bottom: 0;
left: 31%;
}
#div{
border: 0.5px solid #fff;
width: auto;
position: relative;
left: 1%;
}
::placeholder{
opacity: 0.6;
color: black;
}
#ul{
margin-top: 10px;
}
#ul > li {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.unread{
background-color: #e5e5e5e5;
}
#toast-container {
top: auto !important;
right: auto !important;
bottom: 10%;
left:7%;
} | public/css/monstyle.css | *{
margin:0;
padding:0;
font-family: sans-serif;
}
#video{
width: 100%;
}
.nav-wrapper{
background-color: #3498db;
}
.brand-logo{
margin-left: 20px;
}
.image{
opacity:1;
width: 100%;
margin-top: 20px;
}
.commencer{
border: 1px solid #f5f5f5;
color: #f5f5f5;
display: inline-block;
padding: 8px;
width:300px;
margin-top:8px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.commencer:hover,.commencer:focus{
background-color: #f5f5f5;
color: black;
transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
.parallax-container {
height: 420px;
}
#hah{
height: 570px;
opacity: 1;
}
.card.small{
width: 300px;
margin-top: 50px;
}
.section{
background-color:#2980b9;
padding: 1px;
}
.section h3{
font-size: 35px;
}
.titre{
height: 100px;
background-color: #3498db;
padding-top: 1px;
position: relative;
box-sizing: border-box;
}
.titre::after{
position: absolute;
width: 50px;
height: 50px;
border-top: 0px solid #2980b9;
border-right: 2px solid #2980b9;
border-bottom: 2px solid #2980b9;
border-left: 0px solid #2980b9;
top: 100%;
left: 51%;
margin-left: -30px;
content: '';
transform: rotate(45deg);
margin-top: -25px;
background: #3498db;
}
.titre p{
margin-top:-20px;
font-size: 40px;
font-family:sans-serif;
color: #fff;
}
span{
color: black;
font-weight:300px;
}
.help{
height: 400px;
}
.help h3{
margin-top: 7px;
font-size: 30px;
}
.help p{
margin-top: 40px;
font-size: 20px;
font-family:sans-serif;
}
.divider{
border: 1px solid #fff;
width: 150px;position: relative;
left: 42%;
}
.col.s4{
margin-top: 70px;
}
.input-field label{
color:black;
}
#input-field label {
color: black;
}*/
/* label focus color */
#first_name:focus + label {
color:black;
}
/* label underline focus color */
#first_name:focus {
border-bottom:1px solid black;
box-shadow:0 1px 0 0 black;
}
#textarea:focus + label {
color:black;
}
/* label underline focus color */
#textarea:focus {
border-bottom:1px solid black;
box-shadow:0 1px 0 0 black;
}
#pos{
position: absolute;
top: 0;
bottom: 0;
left: 31%;
}
#div{
border: 0.5px solid #fff;
width: auto;
position: relative;
left: 1%;
}
::placeholder{
opacity: 0.6;
color: black;
}
#ul{
margin-top: 10px;
}
#ul > li {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.unread{
background-color: #e5e5e5e5;
}
#toast-container {
top: auto !important;
right: auto !important;
bottom: 10%;
left:7%;
} | 0.30054 | 0.087916 |
body {
background-color: #292929;
font-family: Exo, sans-serif;
color: #e2e2e2;
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
h1 {
margin-top: 20px;
margin-bottom: 20px;
color: #e2e2e2;
font-size: 38px;
line-height: 44px;
font-weight: 900;
text-align: center;
}
h2 {
display: block;
margin-top: 20px;
margin-bottom: 10px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 32px;
line-height: 36px;
font-weight: 700;
text-align: center;
}
h3 {
margin-top: 20px;
margin-bottom: 10px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #ff500b;
font-size: 24px;
line-height: 30px;
font-weight: 700;
}
h4 {
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
color: #e2e2e2;
font-size: 10px;
line-height: 12px;
font-weight: 300;
text-align: center;
text-transform: uppercase;
}
h4:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
color: #ff500b;
font-weight: 700;
}
h5 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
line-height: 20px;
font-weight: 200;
}
h6 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
line-height: 18px;
font-weight: bold;
}
p {
width: 500px;
margin-top: 20px;
margin-bottom: 20px;
color: #e2e2e2;
font-size: 16px;
text-align: center;
}
a {
margin-top: 20px;
color: #ff500b;
font-size: 14px;
font-weight: 700;
text-decoration: underline;
}
ul {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 40px;
}
li {
font-size: 16px;
}
label {
display: block;
margin-bottom: 5px;
color: #dbdbdb;
font-weight: 700;
}
strong {
font-weight: bold;
}
.main {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.headerwrapper {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100vh;
margin: 0px;
padding-top: 100px;
padding-right: 140px;
padding-left: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
background-image: url('../images/Liquorice-Landing-page-scene.jpg');
background-position: 100% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.stepcontainer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
max-width: 500px;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.logoimage {
width: 30%;
margin-top: 140px;
margin-bottom: 20px;
}
.code-embed {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 170%;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
border-style: none none solid;
border-width: 1px 1px 2px;
border-color: #000 #000 #ff500b;
border-radius: 10px 10px 0px 0px;
}
.code-embed:hover {
border-bottom-color: #e0e0e0;
}
.code-embed.symbol {
width: 50%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.code-embed.symbol:hover {
border-bottom-color: #e0e0e0;
}
.code-embed.name {
width: 95%;
}
.code-embed.name:hover {
border-bottom-color: #e0e0e0;
}
.code-embed.curve {
width: 80%;
}
.code-embed.curve:hover {
border-bottom-color: #fff;
}
.inputfieldwrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-right: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid none;
border-width: 1px;
border-color: #505050;
}
.inputfieldwrapper.double {
width: 100%;
}
.inputfieldwrapper.name {
width: 70%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.inputfieldwrapper.symbol {
width: 30%;
padding-right: 20px;
padding-left: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.inputfieldwrapper.collateral {
padding-right: 20px;
padding-left: 20px;
}
.inputfieldwrapper.tt {
width: 69%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.labeltextblock {
width: 45%;
padding-right: 10px;
color: #e2e2e2;
font-weight: 700;
}
.body {
background-color: rgba(0, 0, 0, 0.8);
}
.inputfieldswrapper {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.textfield {
padding-left: 10px;
border: 3px solid #000;
border-radius: 0px;
}
.label {
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.summarysecition {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}
.summarycontents {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 90%;
height: 175px;
margin-top: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid none;
border-width: 1px;
border-color: #505050;
}
.summarycontents.address {
height: 100px;
}
.scriptinfowrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
min-height: 250px;
min-width: 250px;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
cursor: pointer;
}
.scriptinfowrapper:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.scriptinfowrapper:active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.scriptinfowrapper:focus {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.scriptinfowrapper._01 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._02 {
width: auto;
min-width: 250px;
border: 1px none #000;
}
.scriptinfowrapper._05b {
background-image: url('../images/Liquorice-Gen-Assets-06.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._04 {
border-style: none;
border-width: 1px;
border-color: #5c5c5c;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._05 {
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._03 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._06 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._07 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._08 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-11.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._10 {
background-image: url('../images/Liquorice-Gen-Assets-12.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._11 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-13.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.heading {
padding-right: 20px;
padding-left: 20px;
}
.itemwrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.itemwrapper.results {
padding: 20px 10px 10px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border-style: none none solid;
border-width: 1px 1px 8px;
border-color: #000 #000 #e2e2e2;
border-radius: 0px;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
}
.itemwrapper.results:hover {
border-radius: 20px;
background-color: rgba(34, 34, 34, 0.8);
-webkit-transform: translate(0px, -19px) scale(1.1);
-ms-transform: translate(0px, -19px) scale(1.1);
transform: translate(0px, -19px) scale(1.1);
}
.textblock {
color: #e0e0e0;
font-size: 55px;
line-height: 55px;
font-weight: 800;
text-align: center;
text-transform: uppercase;
}
.textblock.big {
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 75px;
line-height: 90px;
font-weight: 800;
}
.textblock.big:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
color: #ff500b;
}
.textblock.medium {
margin-bottom: 0px;
font-size: 16px;
line-height: 20px;
font-weight: 800;
}
.textblock.medium-number {
max-width: 500px;
margin-bottom: 0px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 22px;
line-height: 22px;
font-weight: 800;
}
.textblock.medium-number:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.textblock.small {
margin-bottom: 20px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 35px;
line-height: 30px;
font-weight: 800;
}
.textblock.small:hover {
color: #ff500b;
}
.textblock.address {
font-size: 25px;
font-weight: 100;
text-transform: none;
}
.heading-2 {
font-weight: 900;
}
.paragraph {
color: #fff;
}
.heading-3 {
margin-top: 0px;
margin-bottom: 0px;
line-height: 12px;
}
.buttonembed {
overflow: hidden;
min-width: 100px;
margin: 20px;
border-radius: 100px;
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
font-weight: 800;
}
.buttonembed:hover {
box-shadow: 7px 7px 20px 5px rgba(0, 0, 0, 0.2);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.buttonembed:active {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.heading-4 {
margin-top: 40px;
margin-bottom: 40px;
}
.titlesection {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 60px;
padding-top: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.buttonwrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 0px;
margin-left: 0px;
border-top: 1px solid #505050;
border-bottom: 1px solid #505050;
}
.paragraph-2 {
width: 500px;
}
.sectionwrapper {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.image-8 {
width: 115px;
}
.spacer20pxshadow {
width: 100%;
padding-top: 20px;
padding-bottom: 0px;
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.5);
}
.drop-down-trigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.spacer20px {
width: 100%;
padding-top: 20px;
padding-bottom: 0px;
}
.nnavbar {
position: absolute;
top: 29px;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 55px;
padding-bottom: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
box-shadow: none;
}
.drop-down-link01-wrapper {
display: none;
overflow: hidden;
width: 100%;
margin-bottom: 10px;
padding: 0px 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
background-color: transparent;
}
.social-link-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.drop-down-menu-item {
overflow: hidden;
width: auto;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
padding-right: 0px;
padding-left: 0px;
}
.text-block-12 {
color: #fff;
}
.text-block-12:hover {
color: #0ff;
}
.social-media-menu-content {
position: static;
display: block;
overflow: hidden;
width: 100%;
margin-left: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
border-bottom: 1px none #000;
}
.drop-down-content {
position: relative;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: 6;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 200px;
height: auto;
margin-top: 17px;
margin-bottom: auto;
margin-left: 0px;
padding: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
border-radius: 0px 0px 4px 4px;
background-color: #003e52;
text-align: left;
}
.navbaritems {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.navblockitemstrigger {
display: block;
width: 120px;
height: 55px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: border 200ms ease, background-color 200ms ease;
transition: border 200ms ease, background-color 200ms ease;
cursor: pointer;
}
.navblockitemstrigger:hover {
border-bottom: 4px solid #ff500b;
background-color: rgba(0, 0, 0, 0.22);
}
.navblockitemstrigger:active {
background-color: rgba(0, 0, 0, 0.5);
}
.navblockitemstrigger:focus {
border-bottom: 4px solid #ff500b;
}
.text-block {
margin-top: 40px;
margin-left: 0px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
color: #fff;
line-height: 14px;
text-align: center;
}
.text-block:hover {
background-color: transparent;
color: #00fff2;
font-size: 15px;
font-style: normal;
font-weight: 500;
text-decoration: none;
text-transform: none;
}
.social01 {
width: 25px;
margin-right: 5px;
margin-left: 0px;
-webkit-filter: saturate(0%) brightness(200%);
filter: saturate(0%) brightness(200%);
cursor: pointer;
}
.ham-icon {
width: 20px;
max-height: none;
max-width: none;
min-height: auto;
min-width: auto;
margin-top: 0px;
margin-right: 10px;
margin-left: 20px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-filter: saturate(0%) brightness(200%);
filter: saturate(0%) brightness(200%);
-webkit-transition: -webkit-filter 100ms ease, -webkit-transform 200ms ease;
transition: -webkit-filter 100ms ease, -webkit-transform 200ms ease;
transition: filter 100ms ease, transform 200ms ease;
transition: filter 100ms ease, transform 200ms ease, -webkit-filter 100ms ease, -webkit-transform 200ms ease;
cursor: pointer;
}
.ham-icon:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.ham-icon:active {
-webkit-filter: saturate(133%) brightness(100%);
filter: saturate(133%) brightness(100%);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.nmenuddwrapper {
position: relative;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: -1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1400px;
margin-right: 140px;
margin-left: 140px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.social-media-icons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
margin-top: 5px;
margin-left: 0px;
padding-top: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.join-in-menu-trigger {
color: #fff;
font-weight: 300;
text-align: left;
cursor: pointer;
}
.nmenudesktop {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
}
.nnavbarcontents {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1400px;
margin-right: 140px;
margin-left: 140px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.nmenubar {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.navlink {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 120px;
height: 55px;
margin-top: -40px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-decoration: none;
}
.navlink.selected {
border-bottom: 4px solid #ff500b;
}
.heading-5 {
width: 500px;
margin-top: 40px;
margin-bottom: 40px;
color: #e2e2e2;
line-height: 42px;
}
.orangetext {
color: #ff500b;
text-transform: uppercase;
}
.emojitext.big {
font-size: 55px;
line-height: 75px;
}
.image-17 {
width: 100px;
max-width: 150px;
min-width: 0px;
margin-left: 0px;
padding-bottom: 5px;
padding-left: 0px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.footer-logo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.footer-text-title-2 {
display: inline;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-bottom: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
border-bottom: 1px solid #fff;
background-color: transparent;
color: #fff;
font-weight: 700;
text-align: left;
}
.social-link-block-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
padding-right: 2px;
padding-left: 2px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.link-footer {
max-width: none;
min-width: 70px;
margin-top: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-transition: color 100ms ease;
transition: color 100ms ease;
color: #fff;
font-size: 12px;
font-weight: 300;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.link-footer:hover {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
color: #fff;
font-size: 12px;
}
.link-footer:active {
color: #fff;
font-weight: 500;
}
.link-footer:visited {
color: rgba(255, 255, 255, 0.5);
}
.link-footer.box {
height: auto;
padding-right: 0px;
padding-left: 0px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
list-style-type: none;
}
.link-footer.box:hover {
border-bottom: 1px solid #fff;
background-color: transparent;
color: #0ff;
}
.link-footer.box:active {
border-bottom: 4px solid #f63333;
}
.column-19 {
height: auto;
max-height: 150px;
margin-top: 20px;
padding-left: 0px;
border: 1px none #000;
}
.social01-2 {
width: 20px;
max-width: none;
margin-right: 0px;
margin-left: 0px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-filter: saturate(0%) brightness(200%);
filter: saturate(0%) brightness(200%);
cursor: pointer;
}
.social01-2:hover {
-webkit-filter: saturate(200%) saturate(190%) hue-rotate(185deg) saturate(200%) brightness(90%);
filter: saturate(200%) saturate(190%) hue-rotate(185deg) saturate(200%) brightness(90%);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.social01-2:active {
-webkit-filter: saturate(0%) saturate(0%) hue-rotate(185deg) saturate(0%) brightness(200%);
filter: saturate(0%) saturate(0%) hue-rotate(185deg) saturate(0%) brightness(200%);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.contact-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-top: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.social-media-icons-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
margin-top: 0px;
margin-left: -5px;
padding-top: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.footersection {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 50px;
margin-bottom: 0px;
padding-right: 140px;
padding-bottom: 100px;
padding-left: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #1e1e1e;
}
.list01-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
align-self: center;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
color: #fff;
font-size: 10px;
font-weight: 300;
text-align: center;
list-style-type: none;
}
.footer-top-level-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
max-width: 1400px;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.footer-copyright-2 {
display: block;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
padding-bottom: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #fff;
font-size: 12px;
font-weight: 300;
}
.columns {
max-width: 1400px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
padding-top: 20px;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
border-bottom: 1px none #000;
}
.resultsbar {
position: fixed;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
z-index: 10;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 75px;
margin-bottom: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.resultscontent {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 95%;
height: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
border-radius: 100px;
background-color: #363636;
-webkit-transform: scale3d(1none, 1none, 1none);
transform: scale3d(1none, 1none, 1none);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.heading-6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-bottom: 0px;
padding-right: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.scriptinfowrapperaddress {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
min-height: 250px;
min-width: 250px;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
cursor: pointer;
}
.scriptinfowrapperaddress:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.scriptinfowrapperaddress:active {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.scriptinfowrapperaddress:focus {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.scriptinfowrapperaddress._01 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._02 {
width: auto;
min-width: 250px;
border: 1px none #000;
}
.scriptinfowrapperaddress._05b {
background-image: url('../images/Liquorice-Gen-Assets-06.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._04 {
border-style: none;
border-width: 1px;
border-color: #5c5c5c;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._05 {
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._03 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._06 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._07 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._08 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.generatesection {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}
.resultssecition {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}
.spacer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
min-height: 250px;
min-width: 250px;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
cursor: pointer;
}
.spacer:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.spacer:active {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.spacer:focus {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.spacer._01 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._02 {
width: auto;
min-width: 250px;
border: 1px none #000;
}
.spacer._05b {
background-image: url('../images/Liquorice-Gen-Assets-06.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._04 {
border-style: none;
border-width: 1px;
border-color: #5c5c5c;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._05 {
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._03 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._06 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._07 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._08 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.useraddress {
position: fixed;
left: auto;
top: 3%;
right: 0%;
bottom: auto;
z-index: 3;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: 30px;
padding-right: 20px;
padding-left: 20px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
border-radius: 50px 0px 0px 50px;
background-color: #333;
}
.addressblock {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.iconimage {
width: 28px;
height: auto;
max-width: none;
-webkit-filter: saturate(161%);
filter: saturate(161%);
}
.aboutportion {
margin-bottom: 0px;
}
.aboutportion.header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 100px;
margin-bottom: 100px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.headertitle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
max-width: 500px;
margin-top: 20px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.headerpara {
width: 300px;
text-align: left;
}
.logoimageheader {
width: 350px;
margin-left: 0px;
padding-left: 20px;
}
.aboutwrapper {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin: 60px 0px 0px;
padding-right: 140px;
padding-left: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.heading-7 {
font-size: 28px;
line-height: 32px;
text-align: center;
}
.image-18 {
margin-top: 40px;
margin-bottom: 40px;
}
.productsection {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 0px;
padding-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
background-color: #1e1e1e;
}
.newaddresslink {
margin-top: 40px;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #505050;
border-bottom: 1px solid #505050;
font-size: 25px;
}
.emojitextsmall {
font-size: 20px;
}
.protipwrapper {
position: relative;
left: 0px;
bottom: 1397px;
z-index: 0;
width: 25%;
height: 150px;
padding: 40px 20px 40px 60px;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
background-color: #363636;
box-shadow: -9px 11px 20px -5px rgba(0, 0, 0, 0.2);
}
.protipwrapper.right {
position: absolute;
left: auto;
top: 214%;
right: 0%;
bottom: 0%;
height: 340px;
}
.protipwrapper.right._02 {
top: 371%;
}
.protipwrapper.right.step2 {
top: 284%;
height: 420px;
}
.protipwrapper.left {
position: absolute;
left: 0%;
top: 279%;
right: auto;
bottom: 0%;
height: 400px;
padding-right: 40px;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
border-radius: 0px 100px 100px 0px;
}
.protipwrapper.left._02 {
top: 419%;
}
.protipwrapper.left.step2 {
top: 427%;
height: 300px;
padding-right: 40px;
}
.protipicon {
position: static;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 1;
width: 40px;
}
.protipiconp {
position: relative;
left: -25px;
top: 2px;
z-index: 2;
display: inline;
font-family: 'Droid Serif', serif;
font-size: 20px;
font-style: italic;
font-weight: 400;
}
.protippara {
width: auto;
margin-top: 0px;
margin-right: 0px;
padding-right: 0px;
font-size: 11px;
line-height: 13px;
text-align: left;
}
.paragraphleft {
text-align: left;
}
.rich-text-block {
font-size: 20px;
text-align: left;
}
.protipiconholder {
position: absolute;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 0;
}
.protipiconholder.left {
left: auto;
top: 0%;
right: 0%;
bottom: auto;
}
.underline {
text-decoration: underline;
}
.protiphead {
font-size: 14px;
}
@media screen and (min-width: 1280px) {
.protipwrapper.right {
height: 360px;
}
.protipwrapper.right.step2 {
height: 400px;
}
.protipwrapper.left {
top: 265%;
height: 450px;
padding-right: 40px;
}
.protipwrapper.left.step2 {
top: 414%;
height: 320px;
padding-right: 40px;
}
}
@media screen and (min-width: 1440px) {
.protipwrapper.right {
top: 196%;
height: 340px;
}
.protipwrapper.right.step2 {
top: 257%;
}
.protipwrapper.left {
top: 253%;
height: 370px;
}
.protipwrapper.left.step2 {
top: 398%;
height: 300px;
}
}
@media screen and (min-width: 1920px) {
.code-embed.symbol {
width: 80%;
}
.inputfieldwrapper {
margin-top: 20px;
margin-bottom: 10px;
}
.inputfieldwrapper.symbol {
padding-right: 20px;
padding-left: 0px;
}
.inputfieldwrapper.collateral {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.summarycontents {
width: 90%;
margin-top: 20px;
margin-bottom: 20px;
}
.scriptinfowrapper._09 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._09 {
background-image: url('../images/Liquorice-Gen-Assets-12.svg');
}
.scriptinfowrapper._11 {
background-image: url('../images/Liquorice-Gen-Assets-13.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.resultscontent {
width: 75%;
}
.scriptinfowrapperaddress._09 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._09 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.useraddress {
width: 22%;
}
.protipwrapper.right {
top: 172%;
bottom: -3%;
height: 300px;
}
.protipwrapper.right.step2 {
top: 213%;
}
.protipwrapper.left {
top: 233%;
height: 300px;
}
.protipwrapper.left.step2 {
top: 339%;
height: 250px;
}
}
@media screen and (max-width: 991px) {
.navblockitemstrigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 90px;
}
.navblockitemstrigger:active {
background-color: rgba(0, 0, 0, 0.5);
}
.nmenuddwrapper {
margin-right: 40px;
margin-left: 40px;
}
.nnavbarcontents {
margin-right: 40px;
margin-left: 40px;
}
.navlink {
width: auto;
}
.image-17 {
margin-left: 0px;
}
.link-footer {
text-align: left;
}
.column-19 {
padding-left: 0px;
}
.social-media-icons-2 {
margin-left: -5px;
}
.footersection {
padding-right: 40px;
padding-left: 40px;
}
.list01-2 {
margin-top: 10px;
margin-bottom: 0px;
padding-right: 10px;
}
.footer-top-level-content {
margin-right: 0px;
margin-left: 0px;
padding-right: 40px;
padding-left: 40px;
}
.columns {
margin-right: 0px;
margin-left: 0px;
}
}
@media screen and (max-width: 767px) {
.image-8 {
width: 120px;
}
.drop-down-trigger {
overflow: hidden;
}
.drop-down-content {
z-index: 6;
}
.navbaritems {
overflow: hidden;
width: 320px;
}
.navblockitemstrigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.text-block {
display: block;
overflow: hidden;
height: auto;
margin-top: -1px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
.ham-icon {
display: block;
-webkit-transition-property: none;
transition-property: none;
}
.navlink {
width: auto;
margin-top: -3px;
}
.navlink.w--current {
margin-top: 1px;
}
.image-17 {
max-width: none;
}
.column-19 {
border-top: 0px none #000;
border-bottom: 1px none #000;
}
.footersection {
padding-right: 40px;
padding-left: 40px;
}
.footer-top-level-content {
margin-right: 0px;
margin-left: 0px;
padding-right: 40px;
padding-left: 0px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.columns {
width: 100%;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
border-top: 1px none #000;
}
}
@media screen and (max-width: 479px) {
.image-8 {
width: 175px;
}
.drop-down-trigger {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.social-link-block {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.drop-down-menu-item {
margin-right: 0px;
margin-left: 0px;
}
.social-media-menu-content {
border-bottom: 1px none #000;
}
.navbaritems {
width: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.navblockitemstrigger {
display: none;
}
.text-block {
display: none;
}
.social01 {
width: 35px;
}
.ham-icon {
display: block;
-webkit-transition: -webkit-transform 200ms ease;
transition: -webkit-transform 200ms ease;
transition: transform 200ms ease;
transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.ham-icon:active {
-webkit-filter: saturate(131%) brightness(100%);
filter: saturate(131%) brightness(100%);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.nnavbarcontents {
margin-right: 20px;
margin-left: 20px;
}
.nmenubar {
display: none;
}
.navlink.w--current {
border-bottom: 2px solid #0ff;
}
.image-17 {
margin-left: -10px;
}
.footer-logo {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.social-link-block-2 {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.link-footer.box {
-webkit-transition-property: none;
transition-property: none;
}
.column-19 {
height: 120px;
max-height: 120px;
border-style: none;
border-width: 1px 1px 2px;
border-color: #000 #000 #fff;
}
.social01-2 {
display: block;
width: 20px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.footersection {
padding-right: 20px;
padding-left: 20px;
}
.footer-top-level-content {
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.footer-copyright-2 {
margin-left: 0px;
}
.columns {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
} | css/liquorice-gen.webflow.css | body {
background-color: #292929;
font-family: Exo, sans-serif;
color: #e2e2e2;
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
h1 {
margin-top: 20px;
margin-bottom: 20px;
color: #e2e2e2;
font-size: 38px;
line-height: 44px;
font-weight: 900;
text-align: center;
}
h2 {
display: block;
margin-top: 20px;
margin-bottom: 10px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 32px;
line-height: 36px;
font-weight: 700;
text-align: center;
}
h3 {
margin-top: 20px;
margin-bottom: 10px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #ff500b;
font-size: 24px;
line-height: 30px;
font-weight: 700;
}
h4 {
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
color: #e2e2e2;
font-size: 10px;
line-height: 12px;
font-weight: 300;
text-align: center;
text-transform: uppercase;
}
h4:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
color: #ff500b;
font-weight: 700;
}
h5 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
line-height: 20px;
font-weight: 200;
}
h6 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
line-height: 18px;
font-weight: bold;
}
p {
width: 500px;
margin-top: 20px;
margin-bottom: 20px;
color: #e2e2e2;
font-size: 16px;
text-align: center;
}
a {
margin-top: 20px;
color: #ff500b;
font-size: 14px;
font-weight: 700;
text-decoration: underline;
}
ul {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 40px;
}
li {
font-size: 16px;
}
label {
display: block;
margin-bottom: 5px;
color: #dbdbdb;
font-weight: 700;
}
strong {
font-weight: bold;
}
.main {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.headerwrapper {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100vh;
margin: 0px;
padding-top: 100px;
padding-right: 140px;
padding-left: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
background-image: url('../images/Liquorice-Landing-page-scene.jpg');
background-position: 100% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.stepcontainer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
max-width: 500px;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.logoimage {
width: 30%;
margin-top: 140px;
margin-bottom: 20px;
}
.code-embed {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 170%;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
border-style: none none solid;
border-width: 1px 1px 2px;
border-color: #000 #000 #ff500b;
border-radius: 10px 10px 0px 0px;
}
.code-embed:hover {
border-bottom-color: #e0e0e0;
}
.code-embed.symbol {
width: 50%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.code-embed.symbol:hover {
border-bottom-color: #e0e0e0;
}
.code-embed.name {
width: 95%;
}
.code-embed.name:hover {
border-bottom-color: #e0e0e0;
}
.code-embed.curve {
width: 80%;
}
.code-embed.curve:hover {
border-bottom-color: #fff;
}
.inputfieldwrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-right: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid none;
border-width: 1px;
border-color: #505050;
}
.inputfieldwrapper.double {
width: 100%;
}
.inputfieldwrapper.name {
width: 70%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.inputfieldwrapper.symbol {
width: 30%;
padding-right: 20px;
padding-left: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.inputfieldwrapper.collateral {
padding-right: 20px;
padding-left: 20px;
}
.inputfieldwrapper.tt {
width: 69%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.labeltextblock {
width: 45%;
padding-right: 10px;
color: #e2e2e2;
font-weight: 700;
}
.body {
background-color: rgba(0, 0, 0, 0.8);
}
.inputfieldswrapper {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.textfield {
padding-left: 10px;
border: 3px solid #000;
border-radius: 0px;
}
.label {
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.summarysecition {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}
.summarycontents {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 90%;
height: 175px;
margin-top: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid none;
border-width: 1px;
border-color: #505050;
}
.summarycontents.address {
height: 100px;
}
.scriptinfowrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
min-height: 250px;
min-width: 250px;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
cursor: pointer;
}
.scriptinfowrapper:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.scriptinfowrapper:active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.scriptinfowrapper:focus {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.scriptinfowrapper._01 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._02 {
width: auto;
min-width: 250px;
border: 1px none #000;
}
.scriptinfowrapper._05b {
background-image: url('../images/Liquorice-Gen-Assets-06.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._04 {
border-style: none;
border-width: 1px;
border-color: #5c5c5c;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._05 {
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._03 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._06 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._07 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._08 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-11.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._10 {
background-image: url('../images/Liquorice-Gen-Assets-12.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapper._11 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-13.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.heading {
padding-right: 20px;
padding-left: 20px;
}
.itemwrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.itemwrapper.results {
padding: 20px 10px 10px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border-style: none none solid;
border-width: 1px 1px 8px;
border-color: #000 #000 #e2e2e2;
border-radius: 0px;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
}
.itemwrapper.results:hover {
border-radius: 20px;
background-color: rgba(34, 34, 34, 0.8);
-webkit-transform: translate(0px, -19px) scale(1.1);
-ms-transform: translate(0px, -19px) scale(1.1);
transform: translate(0px, -19px) scale(1.1);
}
.textblock {
color: #e0e0e0;
font-size: 55px;
line-height: 55px;
font-weight: 800;
text-align: center;
text-transform: uppercase;
}
.textblock.big {
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 75px;
line-height: 90px;
font-weight: 800;
}
.textblock.big:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
color: #ff500b;
}
.textblock.medium {
margin-bottom: 0px;
font-size: 16px;
line-height: 20px;
font-weight: 800;
}
.textblock.medium-number {
max-width: 500px;
margin-bottom: 0px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 22px;
line-height: 22px;
font-weight: 800;
}
.textblock.medium-number:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.textblock.small {
margin-bottom: 20px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 35px;
line-height: 30px;
font-weight: 800;
}
.textblock.small:hover {
color: #ff500b;
}
.textblock.address {
font-size: 25px;
font-weight: 100;
text-transform: none;
}
.heading-2 {
font-weight: 900;
}
.paragraph {
color: #fff;
}
.heading-3 {
margin-top: 0px;
margin-bottom: 0px;
line-height: 12px;
}
.buttonembed {
overflow: hidden;
min-width: 100px;
margin: 20px;
border-radius: 100px;
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
font-weight: 800;
}
.buttonembed:hover {
box-shadow: 7px 7px 20px 5px rgba(0, 0, 0, 0.2);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.buttonembed:active {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.heading-4 {
margin-top: 40px;
margin-bottom: 40px;
}
.titlesection {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 60px;
padding-top: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.buttonwrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 0px;
margin-left: 0px;
border-top: 1px solid #505050;
border-bottom: 1px solid #505050;
}
.paragraph-2 {
width: 500px;
}
.sectionwrapper {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.image-8 {
width: 115px;
}
.spacer20pxshadow {
width: 100%;
padding-top: 20px;
padding-bottom: 0px;
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.5);
}
.drop-down-trigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.spacer20px {
width: 100%;
padding-top: 20px;
padding-bottom: 0px;
}
.nnavbar {
position: absolute;
top: 29px;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 55px;
padding-bottom: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
box-shadow: none;
}
.drop-down-link01-wrapper {
display: none;
overflow: hidden;
width: 100%;
margin-bottom: 10px;
padding: 0px 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
background-color: transparent;
}
.social-link-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.drop-down-menu-item {
overflow: hidden;
width: auto;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
padding-right: 0px;
padding-left: 0px;
}
.text-block-12 {
color: #fff;
}
.text-block-12:hover {
color: #0ff;
}
.social-media-menu-content {
position: static;
display: block;
overflow: hidden;
width: 100%;
margin-left: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
border-bottom: 1px none #000;
}
.drop-down-content {
position: relative;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: 6;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 200px;
height: auto;
margin-top: 17px;
margin-bottom: auto;
margin-left: 0px;
padding: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
border-radius: 0px 0px 4px 4px;
background-color: #003e52;
text-align: left;
}
.navbaritems {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.navblockitemstrigger {
display: block;
width: 120px;
height: 55px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: border 200ms ease, background-color 200ms ease;
transition: border 200ms ease, background-color 200ms ease;
cursor: pointer;
}
.navblockitemstrigger:hover {
border-bottom: 4px solid #ff500b;
background-color: rgba(0, 0, 0, 0.22);
}
.navblockitemstrigger:active {
background-color: rgba(0, 0, 0, 0.5);
}
.navblockitemstrigger:focus {
border-bottom: 4px solid #ff500b;
}
.text-block {
margin-top: 40px;
margin-left: 0px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
color: #fff;
line-height: 14px;
text-align: center;
}
.text-block:hover {
background-color: transparent;
color: #00fff2;
font-size: 15px;
font-style: normal;
font-weight: 500;
text-decoration: none;
text-transform: none;
}
.social01 {
width: 25px;
margin-right: 5px;
margin-left: 0px;
-webkit-filter: saturate(0%) brightness(200%);
filter: saturate(0%) brightness(200%);
cursor: pointer;
}
.ham-icon {
width: 20px;
max-height: none;
max-width: none;
min-height: auto;
min-width: auto;
margin-top: 0px;
margin-right: 10px;
margin-left: 20px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-filter: saturate(0%) brightness(200%);
filter: saturate(0%) brightness(200%);
-webkit-transition: -webkit-filter 100ms ease, -webkit-transform 200ms ease;
transition: -webkit-filter 100ms ease, -webkit-transform 200ms ease;
transition: filter 100ms ease, transform 200ms ease;
transition: filter 100ms ease, transform 200ms ease, -webkit-filter 100ms ease, -webkit-transform 200ms ease;
cursor: pointer;
}
.ham-icon:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.ham-icon:active {
-webkit-filter: saturate(133%) brightness(100%);
filter: saturate(133%) brightness(100%);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.nmenuddwrapper {
position: relative;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: -1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1400px;
margin-right: 140px;
margin-left: 140px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.social-media-icons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
margin-top: 5px;
margin-left: 0px;
padding-top: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.join-in-menu-trigger {
color: #fff;
font-weight: 300;
text-align: left;
cursor: pointer;
}
.nmenudesktop {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
}
.nnavbarcontents {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1400px;
margin-right: 140px;
margin-left: 140px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.nmenubar {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.navlink {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 120px;
height: 55px;
margin-top: -40px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-decoration: none;
}
.navlink.selected {
border-bottom: 4px solid #ff500b;
}
.heading-5 {
width: 500px;
margin-top: 40px;
margin-bottom: 40px;
color: #e2e2e2;
line-height: 42px;
}
.orangetext {
color: #ff500b;
text-transform: uppercase;
}
.emojitext.big {
font-size: 55px;
line-height: 75px;
}
.image-17 {
width: 100px;
max-width: 150px;
min-width: 0px;
margin-left: 0px;
padding-bottom: 5px;
padding-left: 0px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.footer-logo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.footer-text-title-2 {
display: inline;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-bottom: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
border-bottom: 1px solid #fff;
background-color: transparent;
color: #fff;
font-weight: 700;
text-align: left;
}
.social-link-block-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
padding-right: 2px;
padding-left: 2px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.link-footer {
max-width: none;
min-width: 70px;
margin-top: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-transition: color 100ms ease;
transition: color 100ms ease;
color: #fff;
font-size: 12px;
font-weight: 300;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.link-footer:hover {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
color: #fff;
font-size: 12px;
}
.link-footer:active {
color: #fff;
font-weight: 500;
}
.link-footer:visited {
color: rgba(255, 255, 255, 0.5);
}
.link-footer.box {
height: auto;
padding-right: 0px;
padding-left: 0px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
list-style-type: none;
}
.link-footer.box:hover {
border-bottom: 1px solid #fff;
background-color: transparent;
color: #0ff;
}
.link-footer.box:active {
border-bottom: 4px solid #f63333;
}
.column-19 {
height: auto;
max-height: 150px;
margin-top: 20px;
padding-left: 0px;
border: 1px none #000;
}
.social01-2 {
width: 20px;
max-width: none;
margin-right: 0px;
margin-left: 0px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-filter: saturate(0%) brightness(200%);
filter: saturate(0%) brightness(200%);
cursor: pointer;
}
.social01-2:hover {
-webkit-filter: saturate(200%) saturate(190%) hue-rotate(185deg) saturate(200%) brightness(90%);
filter: saturate(200%) saturate(190%) hue-rotate(185deg) saturate(200%) brightness(90%);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.social01-2:active {
-webkit-filter: saturate(0%) saturate(0%) hue-rotate(185deg) saturate(0%) brightness(200%);
filter: saturate(0%) saturate(0%) hue-rotate(185deg) saturate(0%) brightness(200%);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.contact-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-top: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.social-media-icons-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
margin-top: 0px;
margin-left: -5px;
padding-top: 0px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.footersection {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 50px;
margin-bottom: 0px;
padding-right: 140px;
padding-bottom: 100px;
padding-left: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #1e1e1e;
}
.list01-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
align-self: center;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
color: #fff;
font-size: 10px;
font-weight: 300;
text-align: center;
list-style-type: none;
}
.footer-top-level-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
max-width: 1400px;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.footer-copyright-2 {
display: block;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
padding-bottom: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #fff;
font-size: 12px;
font-weight: 300;
}
.columns {
max-width: 1400px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
padding-top: 20px;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
border-bottom: 1px none #000;
}
.resultsbar {
position: fixed;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
z-index: 10;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 75px;
margin-bottom: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.resultscontent {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 95%;
height: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
border-radius: 100px;
background-color: #363636;
-webkit-transform: scale3d(1none, 1none, 1none);
transform: scale3d(1none, 1none, 1none);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.heading-6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-bottom: 0px;
padding-right: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.scriptinfowrapperaddress {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
min-height: 250px;
min-width: 250px;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
cursor: pointer;
}
.scriptinfowrapperaddress:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.scriptinfowrapperaddress:active {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.scriptinfowrapperaddress:focus {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.scriptinfowrapperaddress._01 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._02 {
width: auto;
min-width: 250px;
border: 1px none #000;
}
.scriptinfowrapperaddress._05b {
background-image: url('../images/Liquorice-Gen-Assets-06.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._04 {
border-style: none;
border-width: 1px;
border-color: #5c5c5c;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._05 {
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._03 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._06 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._07 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._08 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapperaddress._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.generatesection {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}
.resultssecition {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}
.spacer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
min-height: 250px;
min-width: 250px;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
cursor: pointer;
}
.spacer:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.spacer:active {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.spacer:focus {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.spacer._01 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._02 {
width: auto;
min-width: 250px;
border: 1px none #000;
}
.spacer._05b {
background-image: url('../images/Liquorice-Gen-Assets-06.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._04 {
border-style: none;
border-width: 1px;
border-color: #5c5c5c;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._05 {
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._03 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-08.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._06 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-09.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.spacer._07 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._08 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._09 {
border: 1px none #000;
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.useraddress {
position: fixed;
left: auto;
top: 3%;
right: 0%;
bottom: auto;
z-index: 3;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: 30px;
padding-right: 20px;
padding-left: 20px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
border-radius: 50px 0px 0px 50px;
background-color: #333;
}
.addressblock {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.iconimage {
width: 28px;
height: auto;
max-width: none;
-webkit-filter: saturate(161%);
filter: saturate(161%);
}
.aboutportion {
margin-bottom: 0px;
}
.aboutportion.header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 100px;
margin-bottom: 100px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.headertitle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
max-width: 500px;
margin-top: 20px;
margin-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.headerpara {
width: 300px;
text-align: left;
}
.logoimageheader {
width: 350px;
margin-left: 0px;
padding-left: 20px;
}
.aboutwrapper {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin: 60px 0px 0px;
padding-right: 140px;
padding-left: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.heading-7 {
font-size: 28px;
line-height: 32px;
text-align: center;
}
.image-18 {
margin-top: 40px;
margin-bottom: 40px;
}
.productsection {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
margin-top: 60px;
margin-bottom: 0px;
padding-bottom: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
background-color: #1e1e1e;
}
.newaddresslink {
margin-top: 40px;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #505050;
border-bottom: 1px solid #505050;
font-size: 25px;
}
.emojitextsmall {
font-size: 20px;
}
.protipwrapper {
position: relative;
left: 0px;
bottom: 1397px;
z-index: 0;
width: 25%;
height: 150px;
padding: 40px 20px 40px 60px;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
background-color: #363636;
box-shadow: -9px 11px 20px -5px rgba(0, 0, 0, 0.2);
}
.protipwrapper.right {
position: absolute;
left: auto;
top: 214%;
right: 0%;
bottom: 0%;
height: 340px;
}
.protipwrapper.right._02 {
top: 371%;
}
.protipwrapper.right.step2 {
top: 284%;
height: 420px;
}
.protipwrapper.left {
position: absolute;
left: 0%;
top: 279%;
right: auto;
bottom: 0%;
height: 400px;
padding-right: 40px;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
border-radius: 0px 100px 100px 0px;
}
.protipwrapper.left._02 {
top: 419%;
}
.protipwrapper.left.step2 {
top: 427%;
height: 300px;
padding-right: 40px;
}
.protipicon {
position: static;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 1;
width: 40px;
}
.protipiconp {
position: relative;
left: -25px;
top: 2px;
z-index: 2;
display: inline;
font-family: 'Droid Serif', serif;
font-size: 20px;
font-style: italic;
font-weight: 400;
}
.protippara {
width: auto;
margin-top: 0px;
margin-right: 0px;
padding-right: 0px;
font-size: 11px;
line-height: 13px;
text-align: left;
}
.paragraphleft {
text-align: left;
}
.rich-text-block {
font-size: 20px;
text-align: left;
}
.protipiconholder {
position: absolute;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 0;
}
.protipiconholder.left {
left: auto;
top: 0%;
right: 0%;
bottom: auto;
}
.underline {
text-decoration: underline;
}
.protiphead {
font-size: 14px;
}
@media screen and (min-width: 1280px) {
.protipwrapper.right {
height: 360px;
}
.protipwrapper.right.step2 {
height: 400px;
}
.protipwrapper.left {
top: 265%;
height: 450px;
padding-right: 40px;
}
.protipwrapper.left.step2 {
top: 414%;
height: 320px;
padding-right: 40px;
}
}
@media screen and (min-width: 1440px) {
.protipwrapper.right {
top: 196%;
height: 340px;
}
.protipwrapper.right.step2 {
top: 257%;
}
.protipwrapper.left {
top: 253%;
height: 370px;
}
.protipwrapper.left.step2 {
top: 398%;
height: 300px;
}
}
@media screen and (min-width: 1920px) {
.code-embed.symbol {
width: 80%;
}
.inputfieldwrapper {
margin-top: 20px;
margin-bottom: 10px;
}
.inputfieldwrapper.symbol {
padding-right: 20px;
padding-left: 0px;
}
.inputfieldwrapper.collateral {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.summarycontents {
width: 90%;
margin-top: 20px;
margin-bottom: 20px;
}
.scriptinfowrapper._09 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.scriptinfowrapper._09 {
background-image: url('../images/Liquorice-Gen-Assets-12.svg');
}
.scriptinfowrapper._11 {
background-image: url('../images/Liquorice-Gen-Assets-13.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.resultscontent {
width: 75%;
}
.scriptinfowrapperaddress._09 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.spacer._09 {
background-image: url('../images/Liquorice-Gen-Assets-04.svg');
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}
.useraddress {
width: 22%;
}
.protipwrapper.right {
top: 172%;
bottom: -3%;
height: 300px;
}
.protipwrapper.right.step2 {
top: 213%;
}
.protipwrapper.left {
top: 233%;
height: 300px;
}
.protipwrapper.left.step2 {
top: 339%;
height: 250px;
}
}
@media screen and (max-width: 991px) {
.navblockitemstrigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 90px;
}
.navblockitemstrigger:active {
background-color: rgba(0, 0, 0, 0.5);
}
.nmenuddwrapper {
margin-right: 40px;
margin-left: 40px;
}
.nnavbarcontents {
margin-right: 40px;
margin-left: 40px;
}
.navlink {
width: auto;
}
.image-17 {
margin-left: 0px;
}
.link-footer {
text-align: left;
}
.column-19 {
padding-left: 0px;
}
.social-media-icons-2 {
margin-left: -5px;
}
.footersection {
padding-right: 40px;
padding-left: 40px;
}
.list01-2 {
margin-top: 10px;
margin-bottom: 0px;
padding-right: 10px;
}
.footer-top-level-content {
margin-right: 0px;
margin-left: 0px;
padding-right: 40px;
padding-left: 40px;
}
.columns {
margin-right: 0px;
margin-left: 0px;
}
}
@media screen and (max-width: 767px) {
.image-8 {
width: 120px;
}
.drop-down-trigger {
overflow: hidden;
}
.drop-down-content {
z-index: 6;
}
.navbaritems {
overflow: hidden;
width: 320px;
}
.navblockitemstrigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.text-block {
display: block;
overflow: hidden;
height: auto;
margin-top: -1px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
.ham-icon {
display: block;
-webkit-transition-property: none;
transition-property: none;
}
.navlink {
width: auto;
margin-top: -3px;
}
.navlink.w--current {
margin-top: 1px;
}
.image-17 {
max-width: none;
}
.column-19 {
border-top: 0px none #000;
border-bottom: 1px none #000;
}
.footersection {
padding-right: 40px;
padding-left: 40px;
}
.footer-top-level-content {
margin-right: 0px;
margin-left: 0px;
padding-right: 40px;
padding-left: 0px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.columns {
width: 100%;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
border-top: 1px none #000;
}
}
@media screen and (max-width: 479px) {
.image-8 {
width: 175px;
}
.drop-down-trigger {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.social-link-block {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.drop-down-menu-item {
margin-right: 0px;
margin-left: 0px;
}
.social-media-menu-content {
border-bottom: 1px none #000;
}
.navbaritems {
width: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: space-between;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.navblockitemstrigger {
display: none;
}
.text-block {
display: none;
}
.social01 {
width: 35px;
}
.ham-icon {
display: block;
-webkit-transition: -webkit-transform 200ms ease;
transition: -webkit-transform 200ms ease;
transition: transform 200ms ease;
transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.ham-icon:active {
-webkit-filter: saturate(131%) brightness(100%);
filter: saturate(131%) brightness(100%);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.nnavbarcontents {
margin-right: 20px;
margin-left: 20px;
}
.nmenubar {
display: none;
}
.navlink.w--current {
border-bottom: 2px solid #0ff;
}
.image-17 {
margin-left: -10px;
}
.footer-logo {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.social-link-block-2 {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.link-footer.box {
-webkit-transition-property: none;
transition-property: none;
}
.column-19 {
height: 120px;
max-height: 120px;
border-style: none;
border-width: 1px 1px 2px;
border-color: #000 #000 #fff;
}
.social01-2 {
display: block;
width: 20px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.footersection {
padding-right: 20px;
padding-left: 20px;
}
.footer-top-level-content {
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.footer-copyright-2 {
margin-left: 0px;
}
.columns {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
} | 0.312265 | 0.055081 |
body {
line-height: 1;
}
.ui.segment {
border-radius: 0 !important;
}
ol.sortable li {
box-shadow: 0 0 0 1px #E6E6E6;
}
body {
font-family: tahoma, verdana, helvetica;
font-size: 0.8em;
padding: 10px;
background-color: #e5e5e5;
}
.Gantt {
height: 100%;
/* width: 98%;
margin-left: 1%;*/
}
/* Gantt chart style */
/* author : <NAME> */
html,
body {
font-size: 15px;
/*height: 100%;*/
}
body {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
background: #FFFFFF;
margin: 0;
padding: 0;
color: #555555;
text-rendering: optimizeLegibility;
min-width: 320px;
}
.ui.button {
font-weight: normal;
text-decoration: none;
}
a {
color: #009FDA;
text-decoration: none;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease;
}
a:hover {
color: #00BAFF;
}
p a {
font-weight: bold;
}
/*******************************
Global
*******************************/
.ui.page.grid.segment {
padding: 0.5rem 0;
}
.hdr-title {
padding-top: 1px;
margin-bottom: 12px;
}
.task:hover,.sub-task:hover{
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: url(openhand.cur), move;
}
.task:active,.sub-task:active{
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: url(closedhand.cur), move;
}
div.menu-container,#gantt-container{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
padding-left:0px;
}
.panel-collapsed {
width: 414px;
}
.panel-expanded {
width: 826px;
}
.task:hover,.sub-task:hover{
background-color: rgba(199, 138, 51, 0.5);
}
.item-selector{
height: 22px;
position: fixed;
display: none;
width: 98%;
background-color: rgba(199, 138, 51, 0.5);
top:10px;
z-index: 1;
}
/*******************************
Responsive
*******************************/
/* Mobile Only */
@media only screen and (max-width : 768px) {
.ui.page.grid.segment {
padding-top: 0.5rem;
padding-bottom: 2rem;
}
#gantt-container{
/*min-width: 1300px;*/
}
}
@media only screen and (max-width : 760px) {
/*Setting viewport for medium devices*/
.menu-container{
width: 230px !important;
}
}
@media only screen and (max-width : 1000px) {
}
div.menu-container {
border-right: 3px solid rgba(0, 0, 0, 0.2);
overflow: hidden;
/* display: inline-block; */
min-height: 100%;
left: 0%;
padding: 0 1px;
z-index: 1;
position: absolute;
background: rgb(255, 255, 255);
}
.menu-header{
position:relative;
background-color: white;
width: 102%;
padding-top: 4px;
}
.btnW{
position:absolute;
top:4px;
right:0;
border: 1px solid #000;
}
.btnW:before{
content:'>'
}
.btnW.contract:before{
content:'<'
}
.menu-header .hdr-title{
border-bottom: 4px solid rgba(0, 0, 0, 0.3);
height: 0px;
width: 104%;
}
.menu-container ul{
list-style-type: none;
display: block;
overflow: hidden;
}
.menu-container ul li{
float:left;
line-height: 1.5;
padding: 0px 2px 0px 2px;
}
.task-container{
width: 850px;
}
.task-container-title{
width: 850px;
}
.task{
white-space: nowrap;
max-height: 21px;
}
.task-list-container{
overflow: auto;
}
.task-list-container li{
overflow: hidden;
}
div.gantt-chart-container {
float: right;
width: 100%;
display: initial;
}
.task .col-info {
opacity:0;
margin: 0;
padding: 0;
cursor: pointer;
width: 21px;
height: 21px;
}
.task .col-info img{
width: 21px;
height: 21px;
}
.task:hover .col-info{
opacity:1;
}
.task .col-name{
width:320px;
white-space: nowrap;
overflow: hidden;
}
.nested {
font-weight: bold;
}
.nameInput {
width: 290px;
}
.task .col-name i{
/* margin-left: 15px; */
margin-right: 5px;
/* cursor: pointer; */
}
.task .col-sortindex {
width:30px;
}
.task .col-comments {
margin-left: -40px;
color : blue;
font-size: 12px;
}
.task .col-name div{
display: inline-block;
}
.task .col-status{
/*padding-left: 10px;*/
width: 80px;
}
.task .col-start{
padding-left: 10px;
width: 90px;
}
.task .col-end{
padding-left: 10px;
width: 90px;
}
.task .col-complete{
text-align: center;
width: 40px;
}
.task .col-duration{
padding-left: 10px;
width: 50px;
}
.task .col-milestone{
width: 20px;
min-height: 20px;
}
.task .col-deliverable{
width: 20px;
min-height: 20px;
}
.task .col-reportable{
width: 20px;
min-height: 20px;
}
.task .col-timesheets{
width: 20px;
min-height: 20px;
}
.task .col-acttimesheets{
width: 20px;
min-height: 20px;
}
.task .selected {
border: 1px solid lightblue;
}
i.icon{
margin: 0;
}
.ui.button > .icon{
margin-right: 0;
}
@media only screen and (max-width: 760px){
div.gantt-chart-container{
float: none;
clear: both;
width: 100%;
}
}
/*#modalEditContainer {*/
/*position: absolute;*/
/*top : 50px;*/
/*left: 50%;*/
/*}*/
#main-view {
/* margin-top: 15px; */
padding-top: 0px;
}
#main {
margin-top: 120px;
padding: 0;
}
#head {
top: 0;
z-index: 2;
margin-top: 0;
width: 100%;
}
.hold-scroll {
overflow: hidden;
}
/*styles for modal edit*/
.ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="date"], .ui.form input[type="password"], .ui.form input[type="number"], .ui.form input[type="url"], .ui.form input[type="tel"] {
padding: 0.4em 0.5em !important;
}
.ui.form select {
padding: 0.2em 0.5em !important;
width: 160px !important;
}
.ui.textarea, .ui.form textarea {
height: 6em !important;
padding: 0.3em 0.5em !important;
}
.labelsolid {
background-color: white;
font-weight:bold;
float: left;
height: 100%;
line-height: 1em;
margin: 0;
padding: 0;
position: static;
}
.label_80 {
display: block !important;
float: left;
padding-right: 5px;
padding-top: 5px;
text-align: left;
width: 80px !important;
}
.textdiv{
padding:8px;
}
.ui.form .field {
margin: 0 0 0.5em !important;
}
.noborder {
border-width:0px !important;
border:none !important;
}
.ui.checkbox {
width: 130px !important;
}
.selectdiv{
padding:2px;
}
.column{
height:120px;
}
.right_top{
float:right;
border-left: 1px solid lightgray;
}
/*div.menu-container {*/
/*top: 120px;*/
/*}*/
#top-menu{
z-index:1000 !important;
background-color: #fafafa;
}
#zoom-menu .selected {
background-color: lightgray;
} | src/css/gantt.css | body {
line-height: 1;
}
.ui.segment {
border-radius: 0 !important;
}
ol.sortable li {
box-shadow: 0 0 0 1px #E6E6E6;
}
body {
font-family: tahoma, verdana, helvetica;
font-size: 0.8em;
padding: 10px;
background-color: #e5e5e5;
}
.Gantt {
height: 100%;
/* width: 98%;
margin-left: 1%;*/
}
/* Gantt chart style */
/* author : <NAME> */
html,
body {
font-size: 15px;
/*height: 100%;*/
}
body {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
background: #FFFFFF;
margin: 0;
padding: 0;
color: #555555;
text-rendering: optimizeLegibility;
min-width: 320px;
}
.ui.button {
font-weight: normal;
text-decoration: none;
}
a {
color: #009FDA;
text-decoration: none;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease;
}
a:hover {
color: #00BAFF;
}
p a {
font-weight: bold;
}
/*******************************
Global
*******************************/
.ui.page.grid.segment {
padding: 0.5rem 0;
}
.hdr-title {
padding-top: 1px;
margin-bottom: 12px;
}
.task:hover,.sub-task:hover{
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: url(openhand.cur), move;
}
.task:active,.sub-task:active{
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: url(closedhand.cur), move;
}
div.menu-container,#gantt-container{
transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
padding-left:0px;
}
.panel-collapsed {
width: 414px;
}
.panel-expanded {
width: 826px;
}
.task:hover,.sub-task:hover{
background-color: rgba(199, 138, 51, 0.5);
}
.item-selector{
height: 22px;
position: fixed;
display: none;
width: 98%;
background-color: rgba(199, 138, 51, 0.5);
top:10px;
z-index: 1;
}
/*******************************
Responsive
*******************************/
/* Mobile Only */
@media only screen and (max-width : 768px) {
.ui.page.grid.segment {
padding-top: 0.5rem;
padding-bottom: 2rem;
}
#gantt-container{
/*min-width: 1300px;*/
}
}
@media only screen and (max-width : 760px) {
/*Setting viewport for medium devices*/
.menu-container{
width: 230px !important;
}
}
@media only screen and (max-width : 1000px) {
}
div.menu-container {
border-right: 3px solid rgba(0, 0, 0, 0.2);
overflow: hidden;
/* display: inline-block; */
min-height: 100%;
left: 0%;
padding: 0 1px;
z-index: 1;
position: absolute;
background: rgb(255, 255, 255);
}
.menu-header{
position:relative;
background-color: white;
width: 102%;
padding-top: 4px;
}
.btnW{
position:absolute;
top:4px;
right:0;
border: 1px solid #000;
}
.btnW:before{
content:'>'
}
.btnW.contract:before{
content:'<'
}
.menu-header .hdr-title{
border-bottom: 4px solid rgba(0, 0, 0, 0.3);
height: 0px;
width: 104%;
}
.menu-container ul{
list-style-type: none;
display: block;
overflow: hidden;
}
.menu-container ul li{
float:left;
line-height: 1.5;
padding: 0px 2px 0px 2px;
}
.task-container{
width: 850px;
}
.task-container-title{
width: 850px;
}
.task{
white-space: nowrap;
max-height: 21px;
}
.task-list-container{
overflow: auto;
}
.task-list-container li{
overflow: hidden;
}
div.gantt-chart-container {
float: right;
width: 100%;
display: initial;
}
.task .col-info {
opacity:0;
margin: 0;
padding: 0;
cursor: pointer;
width: 21px;
height: 21px;
}
.task .col-info img{
width: 21px;
height: 21px;
}
.task:hover .col-info{
opacity:1;
}
.task .col-name{
width:320px;
white-space: nowrap;
overflow: hidden;
}
.nested {
font-weight: bold;
}
.nameInput {
width: 290px;
}
.task .col-name i{
/* margin-left: 15px; */
margin-right: 5px;
/* cursor: pointer; */
}
.task .col-sortindex {
width:30px;
}
.task .col-comments {
margin-left: -40px;
color : blue;
font-size: 12px;
}
.task .col-name div{
display: inline-block;
}
.task .col-status{
/*padding-left: 10px;*/
width: 80px;
}
.task .col-start{
padding-left: 10px;
width: 90px;
}
.task .col-end{
padding-left: 10px;
width: 90px;
}
.task .col-complete{
text-align: center;
width: 40px;
}
.task .col-duration{
padding-left: 10px;
width: 50px;
}
.task .col-milestone{
width: 20px;
min-height: 20px;
}
.task .col-deliverable{
width: 20px;
min-height: 20px;
}
.task .col-reportable{
width: 20px;
min-height: 20px;
}
.task .col-timesheets{
width: 20px;
min-height: 20px;
}
.task .col-acttimesheets{
width: 20px;
min-height: 20px;
}
.task .selected {
border: 1px solid lightblue;
}
i.icon{
margin: 0;
}
.ui.button > .icon{
margin-right: 0;
}
@media only screen and (max-width: 760px){
div.gantt-chart-container{
float: none;
clear: both;
width: 100%;
}
}
/*#modalEditContainer {*/
/*position: absolute;*/
/*top : 50px;*/
/*left: 50%;*/
/*}*/
#main-view {
/* margin-top: 15px; */
padding-top: 0px;
}
#main {
margin-top: 120px;
padding: 0;
}
#head {
top: 0;
z-index: 2;
margin-top: 0;
width: 100%;
}
.hold-scroll {
overflow: hidden;
}
/*styles for modal edit*/
.ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="date"], .ui.form input[type="password"], .ui.form input[type="number"], .ui.form input[type="url"], .ui.form input[type="tel"] {
padding: 0.4em 0.5em !important;
}
.ui.form select {
padding: 0.2em 0.5em !important;
width: 160px !important;
}
.ui.textarea, .ui.form textarea {
height: 6em !important;
padding: 0.3em 0.5em !important;
}
.labelsolid {
background-color: white;
font-weight:bold;
float: left;
height: 100%;
line-height: 1em;
margin: 0;
padding: 0;
position: static;
}
.label_80 {
display: block !important;
float: left;
padding-right: 5px;
padding-top: 5px;
text-align: left;
width: 80px !important;
}
.textdiv{
padding:8px;
}
.ui.form .field {
margin: 0 0 0.5em !important;
}
.noborder {
border-width:0px !important;
border:none !important;
}
.ui.checkbox {
width: 130px !important;
}
.selectdiv{
padding:2px;
}
.column{
height:120px;
}
.right_top{
float:right;
border-left: 1px solid lightgray;
}
/*div.menu-container {*/
/*top: 120px;*/
/*}*/
#top-menu{
z-index:1000 !important;
background-color: #fafafa;
}
#zoom-menu .selected {
background-color: lightgray;
} | 0.245718 | 0.088465 |
@charset "utf-8";
/*date:2018-03-13*/
/* add====================== */
.mar10{margin:10px}
.marLeft5{margin-left:5px}
.marLeft10{margin-left:10px}
.mar20{margin:20px}
.fl{float:left}
.selTitle{font-size: 1.95rem;color:#666}
.fontGray{color:#8e8e8e}
.money{font-size:2rem;font-family: "Microsoft YaHei";}
.grayico_pay{display:inline-block;width: 3.34rem;height: 2.6rem;margin: 0 auto;overflow-y: hidden;}
.copyRight{color:#afafaf;font-size:1.5rem;margin-bottom:10px;font-family: Microsoft YaHei;}
/* 按钮====================== */
.btn{ width:100%; height:4.5rem; border-radius:6px; font-size:1.7rem;}
.btn:after{ border-radius:9px;}
.btn_blue{ background:#4182E2; color:#fff;}
.btn_blue:active{ background:#2167CD;}
.btn_blue.disable{ background: #ddd}
.btn_white{ background:#fff; color:#000;}
.btn_white:active{ background:#ddd;}
/* 1像素边框====================== */
.border{ position:relative;}
.border:after{ content:""; position:absolute; left:0; top:0; right:-100%; bottom:-100%; -webkit-transform:scale(0.5); -webkit-transform-origin:0 0; pointer-events:none;}
/*.b_all:after{ border:1px solid #4182e2;}
.b_all2:after{ border:1px solid #ddd;}*/
.b_btm:after{ border-bottom:1px solid #d5d5d5;}
/*.b_lft:after{ border-left:1px solid #ddd;}*/
.b_rgt:after{ border-right:1px solid #d5d5d5;}
/*.b_top:after{ border-top:1px solid #ddd;}*/
.b_rgt_btm:after{ border-right:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5;}
/* 付款金额====================== */
.payMoney{text-align: left;color:#b7b7b7;font-size:1.8rem;margin-bottom:10px;}
/* 设置支付金额====================== */
.amount_title{padding: 0 1.5rem; font-size: 1.7rem;color: #333;line-height: 2.8rem;}
.set_amount{padding:1rem 1rem 0.5rem 1rem; margin: 2rem 1.5rem 0 1.5rem; background: #fff; position: relative;border-radius:6px;box-shadow: 0 0 1px #ebebeb;}
.set_amount .amount_hd{font-size: 1.5rem; color: #666; text-align: left;height: 2.4rem;line-height: 2.4rem;}
.set_amount .amount_bd{ height: 50px;line-height: 50px; margin: 0; text-align: left; }
.set_amount .amount_bd input{width: 100%; height: 100%; font-family: arial; font-size: 4rem;}
.set_amount .amount_bd .int_place{display: inline-block; height: 5rem; line-height: 5rem; vertical-align: middle; font-family: arial; font-size: 4rem;color: #999;}
/* .set_amount .amount_bd .input_simu{font-family: HelveticaNeue; font-size: 4.4rem;display: inline-block;color:#444;position:absolute;left:3.6rem;height:50px;bottom:10px;}
.set_amount .amount_bd .line_simu{margin-top:0.5rem;width: 1px; height: 3rem; background: #4182E2; vertical-align: middle; opacity: 0; -webkit-animation: animate_flash 1s ease-in-out infinite;}
*/
.set_amount .amount_bd .input_simu{font-family: HelveticaNeue; font-size: 34px; color:#444;height:50px; float:left;}
.set_amount .amount_bd .line_simu{margin-top:0.5rem;width: 1px; height: 40px; background: #4182E2; opacity: 0; -webkit-animation: animate_flash 1s ease-in-out infinite;float:left;}
.i_money{padding:0rem 0.5rem 0 0; font-size:24px;color: #444;font-family: arial;height:50px; float:left;}
@-webkit-keyframes animate_flash{
50%{opacity:1;}
}
.amount_bd .clearBtn{width: 3rem;height: 100%;position: absolute;right: 0;top:0;background: #fff;}
.set_amount .amount_bd .btn_clear{
position: absolute; right: 0.5rem; top: 1.5rem; width: 2rem; height: 2rem; background: url(../images/btn_clear.png) center center no-repeat; background-size: 1.4rem 1.4rem;
}
.error_tips{position: absolute; left: 50%; top: 18.2rem; width: 16rem; height: 3.2rem; line-height: 3.2rem; margin-left: -8rem; color: #fff; background: rgba(15,15,30,0.5); border-radius: 8px; display: none;}
.remark{padding: 0 1.6rem; color: #4081e1; text-align: right;height: 3.7rem;line-height: 3.7rem;}
.btn_row{padding: 0 2rem 1rem;}
/* .i_money{padding:0rem 0.5rem 0 0; font-size:23px;color: #444;font-family: arial;position:absolute;height:50px;bottom:5px;} */
.sico_pay_p{padding: 3rem 0 1.5rem 0;}
.sico_pay{display: block;width:40px;height:40px;background: url(../images/sellerLogo.png) no-repeat;background-size:40px 40px;margin: 0 auto;overflow-y: hidden;}
/*.keyboard{background: #fff;}*/
.key_table{width: 100%;border-collapse:collapse;border-spacing:1;border-spacing:0;list-style: none;padding: 0;margin: 0;}
.key_table td{width: 25%;height: 6.2rem;text-align: center;color:#444}
.key_table td.disable{background-color: #a0d7fe;}
.keyboard .key{line-height: 6.2rem; font-family:HelveticaNeue; font-size: 3.6rem;}
.keyboard .key.clear{background: url(../images/clear.png) center no-repeat; background-size:2.95rem 2.95rem;width: 2.95rem;height:2.95rem}
.keyboard .key:active{background-color: #D5D8DB;}
.keyboard{background: #fff;}
.keyboard .pay_btn{background-color: #0076fe;font-size: 2rem;color: #fff;line-height: 2.3rem;}
.pay_btn:active{background-color: #54b8ff;}
.pay_btn em{display: block;}
.pop_remark{background: rgba(255, 255, 255, 0.95); border-radius: 10px; margin: 8rem 4rem; overflow: hidden;}
.pop_remark .pop_title{padding: 1.8rem 1.5rem 0; font-size: 1.7rem;}
.pop_remark .input_wrap{margin: 1.6rem 1.5rem 2rem;}
.pop_remark .input_wrap input{width: 100%; height: 4rem; background: #fff; text-indent: 1rem;}
.pop_remark .btn_wrap{display: -webkit-box;}
.pop_remark .btn_wrap span{display: block; -webkit-box-flex: 1; width: 1px; height: 5rem; line-height: 5rem; font-size: 1.7rem; color: #007FFF;}
/* 支付确认====================== */
.pay_amount{font-size: 5rem; margin: 3.5rem 0 0.8rem;}
.remark2{font-size: 1.5rem; color: #666;}
.btn_row2{margin: 5rem 2rem 2rem;}
/* 支付成功====================== */
.bg_wt{background-color: #fff;margin-bottom: 1rem;}
.pay_stop{padding: 4rem 0 1rem 0;}
.pay_stop .ico_success{display: block;width: 6rem; height: 6rem; background: url(../images/icoSuccess.png) center no-repeat; background-size: 100% 100%;margin: 0 auto;}
.pay_suc1{font-size: 1.7rem; color: #4182e2;height: 2.6rem;line-height: 2.6rem;overflow: hidden;}
.pay_suc2{font-size: 3rem; color: #333;height: 3.9rem;line-height: 3.9rem;overflow: hidden;}
.pay_suc2 i{font-size: 1.5rem;}
.pay_suc3{font-size: 1.5rem;color: #999;height: 3.7rem;line-height: 3.7rem;overflow: hidden;}
.btn_p{padding: 2rem 0 2.4rem 0;}
.btn_wt{width: 12.5rem;color: #4182e2;background-color: #fff;}
.btn_wt:active{ background-color:#eee;}
/*discount*/
.discount{padding-bottom: 2rem;}
.discount-tit{
font-size: 2.5rem;
padding: 2.5rem 0;
color:#4182e2;
text-align: center;
}
.discount-box{
margin: 0 2rem;
background: #fff;
-wekkit-border-radius: 5px;
border-radius: 5px;
}
.discount-box img{
max-width: 18.15rem;
display: block;
margin: 0 auto;
padding: 3rem 0 1rem 0;
}
.discount-box .t1{
color:#999;
font-size: 1.4rem;
padding: 0.5rem 0;
}
.discount-box .t2{
color:#000;
font-size: 2.5rem;
}
.discount-box .t2 span{font-size: 4rem;}
.discount-box .t3{
margin: 2.5rem 1rem 0 1rem;
border-top: 1px dashed #ddd;
padding: 1rem 1rem 2.6rem 1rem;
line-height: 2.8rem;
color:#999;
}
.discount-box .clear{
overflow: hidden;
}
.discount-box .fl{
float: left;
}
.discount-box .fr{
float: right;
}
.discount-box .grey{
color:#666;
text-decoration: line-through;
}
.discount-box .orange{
color:#ff9742;
}
.discount-box .btn{
margin-top: 2.5rem;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff;
font-size: 1.7rem;
line-height: 4.5rem;
background: #4182e2;
}
.discount-box .btn:active{
background:#2667c7;
}
.discount-box .disable,.discount-box .disable:active{
background:#ddd;
}
.tdVerTop{vertical-align:top;}
@media (max-width:340px){
.set_amount .amount_bd .input_simu {
font-family: HelveticaNeue;
font-size: 30px;
}
.keyboard .key {
line-height: 5rem;
font-size: 3rem;
}
.key_table td {
height: 5rem;
}
} | paypage/css/style.css | @charset "utf-8";
/*date:2018-03-13*/
/* add====================== */
.mar10{margin:10px}
.marLeft5{margin-left:5px}
.marLeft10{margin-left:10px}
.mar20{margin:20px}
.fl{float:left}
.selTitle{font-size: 1.95rem;color:#666}
.fontGray{color:#8e8e8e}
.money{font-size:2rem;font-family: "Microsoft YaHei";}
.grayico_pay{display:inline-block;width: 3.34rem;height: 2.6rem;margin: 0 auto;overflow-y: hidden;}
.copyRight{color:#afafaf;font-size:1.5rem;margin-bottom:10px;font-family: Microsoft YaHei;}
/* 按钮====================== */
.btn{ width:100%; height:4.5rem; border-radius:6px; font-size:1.7rem;}
.btn:after{ border-radius:9px;}
.btn_blue{ background:#4182E2; color:#fff;}
.btn_blue:active{ background:#2167CD;}
.btn_blue.disable{ background: #ddd}
.btn_white{ background:#fff; color:#000;}
.btn_white:active{ background:#ddd;}
/* 1像素边框====================== */
.border{ position:relative;}
.border:after{ content:""; position:absolute; left:0; top:0; right:-100%; bottom:-100%; -webkit-transform:scale(0.5); -webkit-transform-origin:0 0; pointer-events:none;}
/*.b_all:after{ border:1px solid #4182e2;}
.b_all2:after{ border:1px solid #ddd;}*/
.b_btm:after{ border-bottom:1px solid #d5d5d5;}
/*.b_lft:after{ border-left:1px solid #ddd;}*/
.b_rgt:after{ border-right:1px solid #d5d5d5;}
/*.b_top:after{ border-top:1px solid #ddd;}*/
.b_rgt_btm:after{ border-right:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5;}
/* 付款金额====================== */
.payMoney{text-align: left;color:#b7b7b7;font-size:1.8rem;margin-bottom:10px;}
/* 设置支付金额====================== */
.amount_title{padding: 0 1.5rem; font-size: 1.7rem;color: #333;line-height: 2.8rem;}
.set_amount{padding:1rem 1rem 0.5rem 1rem; margin: 2rem 1.5rem 0 1.5rem; background: #fff; position: relative;border-radius:6px;box-shadow: 0 0 1px #ebebeb;}
.set_amount .amount_hd{font-size: 1.5rem; color: #666; text-align: left;height: 2.4rem;line-height: 2.4rem;}
.set_amount .amount_bd{ height: 50px;line-height: 50px; margin: 0; text-align: left; }
.set_amount .amount_bd input{width: 100%; height: 100%; font-family: arial; font-size: 4rem;}
.set_amount .amount_bd .int_place{display: inline-block; height: 5rem; line-height: 5rem; vertical-align: middle; font-family: arial; font-size: 4rem;color: #999;}
/* .set_amount .amount_bd .input_simu{font-family: HelveticaNeue; font-size: 4.4rem;display: inline-block;color:#444;position:absolute;left:3.6rem;height:50px;bottom:10px;}
.set_amount .amount_bd .line_simu{margin-top:0.5rem;width: 1px; height: 3rem; background: #4182E2; vertical-align: middle; opacity: 0; -webkit-animation: animate_flash 1s ease-in-out infinite;}
*/
.set_amount .amount_bd .input_simu{font-family: HelveticaNeue; font-size: 34px; color:#444;height:50px; float:left;}
.set_amount .amount_bd .line_simu{margin-top:0.5rem;width: 1px; height: 40px; background: #4182E2; opacity: 0; -webkit-animation: animate_flash 1s ease-in-out infinite;float:left;}
.i_money{padding:0rem 0.5rem 0 0; font-size:24px;color: #444;font-family: arial;height:50px; float:left;}
@-webkit-keyframes animate_flash{
50%{opacity:1;}
}
.amount_bd .clearBtn{width: 3rem;height: 100%;position: absolute;right: 0;top:0;background: #fff;}
.set_amount .amount_bd .btn_clear{
position: absolute; right: 0.5rem; top: 1.5rem; width: 2rem; height: 2rem; background: url(../images/btn_clear.png) center center no-repeat; background-size: 1.4rem 1.4rem;
}
.error_tips{position: absolute; left: 50%; top: 18.2rem; width: 16rem; height: 3.2rem; line-height: 3.2rem; margin-left: -8rem; color: #fff; background: rgba(15,15,30,0.5); border-radius: 8px; display: none;}
.remark{padding: 0 1.6rem; color: #4081e1; text-align: right;height: 3.7rem;line-height: 3.7rem;}
.btn_row{padding: 0 2rem 1rem;}
/* .i_money{padding:0rem 0.5rem 0 0; font-size:23px;color: #444;font-family: arial;position:absolute;height:50px;bottom:5px;} */
.sico_pay_p{padding: 3rem 0 1.5rem 0;}
.sico_pay{display: block;width:40px;height:40px;background: url(../images/sellerLogo.png) no-repeat;background-size:40px 40px;margin: 0 auto;overflow-y: hidden;}
/*.keyboard{background: #fff;}*/
.key_table{width: 100%;border-collapse:collapse;border-spacing:1;border-spacing:0;list-style: none;padding: 0;margin: 0;}
.key_table td{width: 25%;height: 6.2rem;text-align: center;color:#444}
.key_table td.disable{background-color: #a0d7fe;}
.keyboard .key{line-height: 6.2rem; font-family:HelveticaNeue; font-size: 3.6rem;}
.keyboard .key.clear{background: url(../images/clear.png) center no-repeat; background-size:2.95rem 2.95rem;width: 2.95rem;height:2.95rem}
.keyboard .key:active{background-color: #D5D8DB;}
.keyboard{background: #fff;}
.keyboard .pay_btn{background-color: #0076fe;font-size: 2rem;color: #fff;line-height: 2.3rem;}
.pay_btn:active{background-color: #54b8ff;}
.pay_btn em{display: block;}
.pop_remark{background: rgba(255, 255, 255, 0.95); border-radius: 10px; margin: 8rem 4rem; overflow: hidden;}
.pop_remark .pop_title{padding: 1.8rem 1.5rem 0; font-size: 1.7rem;}
.pop_remark .input_wrap{margin: 1.6rem 1.5rem 2rem;}
.pop_remark .input_wrap input{width: 100%; height: 4rem; background: #fff; text-indent: 1rem;}
.pop_remark .btn_wrap{display: -webkit-box;}
.pop_remark .btn_wrap span{display: block; -webkit-box-flex: 1; width: 1px; height: 5rem; line-height: 5rem; font-size: 1.7rem; color: #007FFF;}
/* 支付确认====================== */
.pay_amount{font-size: 5rem; margin: 3.5rem 0 0.8rem;}
.remark2{font-size: 1.5rem; color: #666;}
.btn_row2{margin: 5rem 2rem 2rem;}
/* 支付成功====================== */
.bg_wt{background-color: #fff;margin-bottom: 1rem;}
.pay_stop{padding: 4rem 0 1rem 0;}
.pay_stop .ico_success{display: block;width: 6rem; height: 6rem; background: url(../images/icoSuccess.png) center no-repeat; background-size: 100% 100%;margin: 0 auto;}
.pay_suc1{font-size: 1.7rem; color: #4182e2;height: 2.6rem;line-height: 2.6rem;overflow: hidden;}
.pay_suc2{font-size: 3rem; color: #333;height: 3.9rem;line-height: 3.9rem;overflow: hidden;}
.pay_suc2 i{font-size: 1.5rem;}
.pay_suc3{font-size: 1.5rem;color: #999;height: 3.7rem;line-height: 3.7rem;overflow: hidden;}
.btn_p{padding: 2rem 0 2.4rem 0;}
.btn_wt{width: 12.5rem;color: #4182e2;background-color: #fff;}
.btn_wt:active{ background-color:#eee;}
/*discount*/
.discount{padding-bottom: 2rem;}
.discount-tit{
font-size: 2.5rem;
padding: 2.5rem 0;
color:#4182e2;
text-align: center;
}
.discount-box{
margin: 0 2rem;
background: #fff;
-wekkit-border-radius: 5px;
border-radius: 5px;
}
.discount-box img{
max-width: 18.15rem;
display: block;
margin: 0 auto;
padding: 3rem 0 1rem 0;
}
.discount-box .t1{
color:#999;
font-size: 1.4rem;
padding: 0.5rem 0;
}
.discount-box .t2{
color:#000;
font-size: 2.5rem;
}
.discount-box .t2 span{font-size: 4rem;}
.discount-box .t3{
margin: 2.5rem 1rem 0 1rem;
border-top: 1px dashed #ddd;
padding: 1rem 1rem 2.6rem 1rem;
line-height: 2.8rem;
color:#999;
}
.discount-box .clear{
overflow: hidden;
}
.discount-box .fl{
float: left;
}
.discount-box .fr{
float: right;
}
.discount-box .grey{
color:#666;
text-decoration: line-through;
}
.discount-box .orange{
color:#ff9742;
}
.discount-box .btn{
margin-top: 2.5rem;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff;
font-size: 1.7rem;
line-height: 4.5rem;
background: #4182e2;
}
.discount-box .btn:active{
background:#2667c7;
}
.discount-box .disable,.discount-box .disable:active{
background:#ddd;
}
.tdVerTop{vertical-align:top;}
@media (max-width:340px){
.set_amount .amount_bd .input_simu {
font-family: HelveticaNeue;
font-size: 30px;
}
.keyboard .key {
line-height: 5rem;
font-size: 3rem;
}
.key_table td {
height: 5rem;
}
} | 0.221687 | 0.057812 |
body {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.75;
color: #29384E;
}
h1,
h2,
h3{
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color:#F15B3E;
}
h2 a,
h3 a {
color:#F15B3E;
}
h2 {
margin-top: 1.4375rem;
margin-bottom: 1rem;
}
h3.line{
border-top: solid 1px #fff;
}
p {
margin-bottom: 1rem;
}
ul, li {
padding: 0;
}
ul:not([class]) {
list-style: none;
}
ul:not([class]) li:not([class])::before {
content: "\2022 ";
color: #F15B3E;
margin-right: 0.625rem;
}
.colored{
color:#F15B3E;
font-weight: 400;
}
.left{
float: left;
text-align: left;
}
.light{
color: #fff;
}
.upper{
text-transform: uppercase;
}
a.link{
color: #212529;
text-decoration: underline;
}
.link.colored{
color:#F15B3E;
}
.light a.link{
color: #fff;
}
.btn-primary{
background-color: #F15B3E;
border: none;
text-transform: uppercase;
padding: 0.7em 1rem;
font-weight: 400;
font-size: 1rem;
border-radius: 0.2rem;
}
.btn-secondary{
background-color: #fff;
border: none;
border-radius: 4rem;
color: #F15B3E !important;
padding: 0 0.7rem;
font-weight: 700;
}
.btn-primary:hover{
background-color: #F15B3E;
opacity: 0.8;
}
nav.navbar{
background-color: #2A394E;
}
nav.navbar img{
width: 15rem;
z-index: 9999
}
.navbar-nav {
font-size: .9375rem;
}
.navbar-nav .nav-link {
color: #fff;
}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active {
color: #F15B3E;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 990px) {
.navbar-collapse {
position: absolute;
top: 0;
right: 0;
min-width: 281px;
background-color: #F15B3E;
z-index: 1;
text-align: right;
padding: .5rem 1rem;
}
.navbar-nav {
font-size: 1.125em;
text-align: center;
}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active {
color: #2A394E;
}
.navbar-close-icon {
color: #fff;
font-size: 2rem;
}
}
header.hero {
position: relative;
background: #343a40 url("../img/hero-bg.svg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-bottom: 8rem;
min-height: 25.5625rem;
}
header.hero nav.navbar {
background-color: transparent;
padding-bottom: 5rem; }
header.hero h1 {
font-size: 2.5rem;
margin-top: 2rem;
color: #fff;
}
header.hero h2 {
font-size: 2rem;
font-weight: 400;
color: #fff;
}
header.hero h5 {
font-size: 1rem;
font-weight: 400;
line-height: 2em;}
@media (min-width: 768px) {
header.hero h1 {
font-size: 3rem; } }
/* Pages */
.content {
padding: 3.1875rem 0;
}
/* Homepage */
.location, .meetings {
background-color: #F15B3E;
}
.location *, .meetings *{
color: #fff;
}
.location a, .meetings a{
text-decoration:underline;
}
.location .fa, .meetings .fa{
font-size: 1.5rem;
}
.location .btn, .meetings .btn {
margin: 0 0.25rem;
}
.location .first, .meetings .first {
border-right: solid 1px #f0f0f0;
}
.meetings .first {
padding-right:40px;
}
.location .second p, .meetings .second p{
font-size: 90%;
}
.location .second p.italic, .meetings .second p.italic{
font-style: italic;
}
.location , .meetings *{
color: #fff;
}
.meetings .col-lg-6 {
text-align:center;
}
.meetings .col-lg-6 h5 {
text-align:center;
}
.meetings .col-lg-6 h6 {
text-align:center;
font-weight:normal;
}
@media (max-width: 1024px) {
.location .first, .meetings .first {
border-right: 0;
padding-bottom: 2em;
border-bottom: solid 1px #fff; }
.location .second .mt-5, .meetings .second .mt-5 {
margin-top: 0 !important; } }
.scheduledates li {
width:50%;
text-align:center;
float:left;
display:inline;
}
.scheduledates li:last-child {
width:100%;
}
.links{
background-color: #ECEEF1;
}
.links.small .container{
width: 50vw;
}
@media (max-width: 768px) {
.links.small .container{
width: 100%;
}
}
.committee {
background-color: #2A394D;
color: #D8D8D8;
}
.committee + .committee .container {
border-top: 1px solid;
}
.committee a {
color: #D8D8D8;
}
.committee h5{
color: #fff;
}
.commitee hr{
color: #fff;
}
.showcase .showcase-text {
padding: 3rem; }
.showcase .showcase-img {
min-height: 30rem;
background-size: cover; }
@media (min-width: 768px) {
.showcase .showcase-text {
padding: 7rem; } }
.testimonials {
padding-top: 5rem;
padding-bottom: 5rem; }
.testimonials .testimonial-item {
max-width: 8rem; }
.testimonials .testimonial-item img {
max-width: 8rem; }
.companies img {
max-width: 12rem;
max-height: 5rem;
padding: 0.25em 0;
width: 100%;
height: 100%;
}
.e2ma_signup_form {
text-align:left;
margin-top:-20px !important;
}
.e2ma_signup_form_required_footnote {
visibility:hidden;
}
.e2ma_signup_form_row {
width:75%;
float:left;
display:inline;
}
.e2ma_signup_form input[type="text"], .e2ma_signup_form input[type="email"], .e2ma_signup_form textarea, .e2ma_signup_form select[multiple="multiple"]
{
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
display: block;
width: 100%;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #ced4da;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
height: 50px !important;
}
.e2ma_signup_form_button_row {
width:20%;
float:left;
display:inline;
margin:0px !important;
margin-top:2px;
margin-left:10px !important;
}
.e2ma_signup_form input[type="submit"], .e2ma_signup_form .e2ma_signup_form_button {
background-color: #F15B3E;
border: none;
text-transform: uppercase;
padding: 0.7em 1rem;
font-weight: 400;
font-size: 1.1rem;
border-radius: 0.2rem !important;
width: 100%;
line-height:1.5em;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-moz-user-select: none;
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-family:inherit;
height:50px !important;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/footer.svg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem; }
footer.footer {
padding-top: 4rem;
padding-bottom: 4rem; }
footer.footer .social{
color: #ECEEF1;
}
.footer a {
color: #ECEEF1;
}
#overlay {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
#architecture {
text-align:center;
}
#architecture img{
width:1000px;
margin-top:80px;
}
.archbutton {
border: 0;
background-color: #fff;
}
@media (max-width: 728px) {
#architecture img {
width: 340px;
margin-top: 30px;
}
.archsm {
width:300px;
}
}
/* Custom module style */
/* Colorways*/
.black-white {
color: black;
background-color: white;
}
.black-light-grey {
color: black;
background-color: #ECEEF1;
}
.block h4{
color: #F15B3E;
margin-top: 2.4375rem;
margin-bottom: 1rem;
font-size: 2rem;
font-weight: 500;
}
.white-red {
color: white;
background-color: #F15B3E;
}
.white-red a{
color: white;
text-decoration: underline;
}
.white-red a:hover{
color: darkblue;
}
.white-blue{
background-color: #2A394D;
color: #D8D8D8;
}
.white-blue a{
color: #D8D8D8;
}
.white-blue a:hover{
text-decoration: underline;
}
/* Position */
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.semiwide{
width: 50vw;
}
.block{
width: 100%;
padding-bottom: 20px;
}
.post-category h1{
margin-top: 1.120em;
font-weight: 500;
}
.block h3{
color: black !important;
margin-bottom: 3rem!important;
font-size: 1.25rem;
font-weight: 500;
line-height: 1.2;
}
.imagegallery img {
max-width: 12rem;
max-height: 5rem;
padding: 0.25em 0;
width: 100%;
height: 100%;
}
.modulecontainer .incolumns ul li{
width:50%;
text-align:center;
float:left;
display:inline;
}
.modulecontainer ul li:last-child {
width:100%;
}
.modulecontainer {
padding-right: 40px;
border-right: solid 1px #f0f0f0;
}
.modulecontainer.last {
padding-right: 0px;
border-right: none;
}
.image-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
grid-gap: 30px;
}
.image-list .image {
border-radius: 100%;
width: 133px;
height: 133px;
overflow: hidden;
margin: 0 auto; }
/* Blog */
.post-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(361px, 1fr));
justify-content: space-between;
grid-gap: 30px;
margin-top: 3rem;
}
.post-related {
grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
}
.post {
display: flex;
flex-flow: column;
justify-content: space-between;
border: 1px solid #A3AFBD;
padding: 15px;
}
.post-list-item {
border: none;
padding: 0;
}
.post-list-item a {
display: flex;
flex-flow: column;
}
.post-list-item a:hover {
text-decoration: none;
}
.post-list-item .post-title {
margin-top: 1.5rem;
}
.post-header {
padding: 8px 0;
}
.post-title {
font-size: 1.5rem;
margin-bottom: 5px;
}
.post-author {
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 0;
}
.post-image {
order: -1;
}
.post-date {
font-size: .875rem;
}
.post-action {
margin: .5rem 0 2rem;
}
.post-action + * {
margin-top: auto;
}
.post-tag {
color: #BAC3CE;
border: 1px solid #BAC3CE;
height: 33px;
line-height: 31px;
border-radius: 15px;
font-size: 0.875rem;
display: inline-block;
padding: 0 20px;
}
@media (min-width: 992px) {
.post {
padding: 30px;
}
.post-list-item {
padding: 0;
}
}
.single-post,
.single-related {
max-width: 945px;
margin: 0 auto;
}
.post-img figcaption {
font-style: italic;
font-size: .875rem;
margin-top: 1.5rem;
}
aside blockquote {
color: #F15B3E;
font-size: 1.5rem;
font-style: italic;
}
blockquote {
margin: 1rem 2.5rem;
font-size: 1rem;
}
.single-post h2,
.single-related h2,
.single-post h3 {
color: #29384E;
font-size: 1.5rem;
}
.single-related {
margin-bottom: 3.1875rem;
border-top: 1px solid #DADADA;
margin-top: 1.875rem;
}
@media (min-width: 768px) {
.col-sm-5ths {
max-width: 20%;
float: left; } }
@media (min-width: 992px) {
.col-md-5ths {
max-width: 20%;
float: left; } }
@media (min-width: 1200px) {
.col-lg-5ths {
max-width: 20%;
float: left; } }
.headshot-wrapper {
border-radius: 100%;
width: 133px;
height: 133px;
overflow: hidden;
margin: 0 auto; }
.headshot-wrapper .image-headshot {
max-width: 100%;
max-height: 100%;
width: 100%;
padding: 0;
}
.pagination{
margin: 20px auto 20px auto;
}
.post-related img{
height: 140px;
width: 100%;
}
.post-img img{
width: 100%;
}
.post img{
max-height: 285px;
max-width: 100%;
}
.post-featured-in{
margin-top: 15px ;
}
.modulecontainer .incolumns li{
padding: 0;
}
.modulecontainer ul.defaultlist {
padding-left: 40px;
} | css/main.css | body {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.75;
color: #29384E;
}
h1,
h2,
h3{
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color:#F15B3E;
}
h2 a,
h3 a {
color:#F15B3E;
}
h2 {
margin-top: 1.4375rem;
margin-bottom: 1rem;
}
h3.line{
border-top: solid 1px #fff;
}
p {
margin-bottom: 1rem;
}
ul, li {
padding: 0;
}
ul:not([class]) {
list-style: none;
}
ul:not([class]) li:not([class])::before {
content: "\2022 ";
color: #F15B3E;
margin-right: 0.625rem;
}
.colored{
color:#F15B3E;
font-weight: 400;
}
.left{
float: left;
text-align: left;
}
.light{
color: #fff;
}
.upper{
text-transform: uppercase;
}
a.link{
color: #212529;
text-decoration: underline;
}
.link.colored{
color:#F15B3E;
}
.light a.link{
color: #fff;
}
.btn-primary{
background-color: #F15B3E;
border: none;
text-transform: uppercase;
padding: 0.7em 1rem;
font-weight: 400;
font-size: 1rem;
border-radius: 0.2rem;
}
.btn-secondary{
background-color: #fff;
border: none;
border-radius: 4rem;
color: #F15B3E !important;
padding: 0 0.7rem;
font-weight: 700;
}
.btn-primary:hover{
background-color: #F15B3E;
opacity: 0.8;
}
nav.navbar{
background-color: #2A394E;
}
nav.navbar img{
width: 15rem;
z-index: 9999
}
.navbar-nav {
font-size: .9375rem;
}
.navbar-nav .nav-link {
color: #fff;
}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active {
color: #F15B3E;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 990px) {
.navbar-collapse {
position: absolute;
top: 0;
right: 0;
min-width: 281px;
background-color: #F15B3E;
z-index: 1;
text-align: right;
padding: .5rem 1rem;
}
.navbar-nav {
font-size: 1.125em;
text-align: center;
}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active {
color: #2A394E;
}
.navbar-close-icon {
color: #fff;
font-size: 2rem;
}
}
header.hero {
position: relative;
background: #343a40 url("../img/hero-bg.svg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-bottom: 8rem;
min-height: 25.5625rem;
}
header.hero nav.navbar {
background-color: transparent;
padding-bottom: 5rem; }
header.hero h1 {
font-size: 2.5rem;
margin-top: 2rem;
color: #fff;
}
header.hero h2 {
font-size: 2rem;
font-weight: 400;
color: #fff;
}
header.hero h5 {
font-size: 1rem;
font-weight: 400;
line-height: 2em;}
@media (min-width: 768px) {
header.hero h1 {
font-size: 3rem; } }
/* Pages */
.content {
padding: 3.1875rem 0;
}
/* Homepage */
.location, .meetings {
background-color: #F15B3E;
}
.location *, .meetings *{
color: #fff;
}
.location a, .meetings a{
text-decoration:underline;
}
.location .fa, .meetings .fa{
font-size: 1.5rem;
}
.location .btn, .meetings .btn {
margin: 0 0.25rem;
}
.location .first, .meetings .first {
border-right: solid 1px #f0f0f0;
}
.meetings .first {
padding-right:40px;
}
.location .second p, .meetings .second p{
font-size: 90%;
}
.location .second p.italic, .meetings .second p.italic{
font-style: italic;
}
.location , .meetings *{
color: #fff;
}
.meetings .col-lg-6 {
text-align:center;
}
.meetings .col-lg-6 h5 {
text-align:center;
}
.meetings .col-lg-6 h6 {
text-align:center;
font-weight:normal;
}
@media (max-width: 1024px) {
.location .first, .meetings .first {
border-right: 0;
padding-bottom: 2em;
border-bottom: solid 1px #fff; }
.location .second .mt-5, .meetings .second .mt-5 {
margin-top: 0 !important; } }
.scheduledates li {
width:50%;
text-align:center;
float:left;
display:inline;
}
.scheduledates li:last-child {
width:100%;
}
.links{
background-color: #ECEEF1;
}
.links.small .container{
width: 50vw;
}
@media (max-width: 768px) {
.links.small .container{
width: 100%;
}
}
.committee {
background-color: #2A394D;
color: #D8D8D8;
}
.committee + .committee .container {
border-top: 1px solid;
}
.committee a {
color: #D8D8D8;
}
.committee h5{
color: #fff;
}
.commitee hr{
color: #fff;
}
.showcase .showcase-text {
padding: 3rem; }
.showcase .showcase-img {
min-height: 30rem;
background-size: cover; }
@media (min-width: 768px) {
.showcase .showcase-text {
padding: 7rem; } }
.testimonials {
padding-top: 5rem;
padding-bottom: 5rem; }
.testimonials .testimonial-item {
max-width: 8rem; }
.testimonials .testimonial-item img {
max-width: 8rem; }
.companies img {
max-width: 12rem;
max-height: 5rem;
padding: 0.25em 0;
width: 100%;
height: 100%;
}
.e2ma_signup_form {
text-align:left;
margin-top:-20px !important;
}
.e2ma_signup_form_required_footnote {
visibility:hidden;
}
.e2ma_signup_form_row {
width:75%;
float:left;
display:inline;
}
.e2ma_signup_form input[type="text"], .e2ma_signup_form input[type="email"], .e2ma_signup_form textarea, .e2ma_signup_form select[multiple="multiple"]
{
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
display: block;
width: 100%;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #ced4da;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
height: 50px !important;
}
.e2ma_signup_form_button_row {
width:20%;
float:left;
display:inline;
margin:0px !important;
margin-top:2px;
margin-left:10px !important;
}
.e2ma_signup_form input[type="submit"], .e2ma_signup_form .e2ma_signup_form_button {
background-color: #F15B3E;
border: none;
text-transform: uppercase;
padding: 0.7em 1rem;
font-weight: 400;
font-size: 1.1rem;
border-radius: 0.2rem !important;
width: 100%;
line-height:1.5em;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-moz-user-select: none;
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-family:inherit;
height:50px !important;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/footer.svg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem; }
footer.footer {
padding-top: 4rem;
padding-bottom: 4rem; }
footer.footer .social{
color: #ECEEF1;
}
.footer a {
color: #ECEEF1;
}
#overlay {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
#architecture {
text-align:center;
}
#architecture img{
width:1000px;
margin-top:80px;
}
.archbutton {
border: 0;
background-color: #fff;
}
@media (max-width: 728px) {
#architecture img {
width: 340px;
margin-top: 30px;
}
.archsm {
width:300px;
}
}
/* Custom module style */
/* Colorways*/
.black-white {
color: black;
background-color: white;
}
.black-light-grey {
color: black;
background-color: #ECEEF1;
}
.block h4{
color: #F15B3E;
margin-top: 2.4375rem;
margin-bottom: 1rem;
font-size: 2rem;
font-weight: 500;
}
.white-red {
color: white;
background-color: #F15B3E;
}
.white-red a{
color: white;
text-decoration: underline;
}
.white-red a:hover{
color: darkblue;
}
.white-blue{
background-color: #2A394D;
color: #D8D8D8;
}
.white-blue a{
color: #D8D8D8;
}
.white-blue a:hover{
text-decoration: underline;
}
/* Position */
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.semiwide{
width: 50vw;
}
.block{
width: 100%;
padding-bottom: 20px;
}
.post-category h1{
margin-top: 1.120em;
font-weight: 500;
}
.block h3{
color: black !important;
margin-bottom: 3rem!important;
font-size: 1.25rem;
font-weight: 500;
line-height: 1.2;
}
.imagegallery img {
max-width: 12rem;
max-height: 5rem;
padding: 0.25em 0;
width: 100%;
height: 100%;
}
.modulecontainer .incolumns ul li{
width:50%;
text-align:center;
float:left;
display:inline;
}
.modulecontainer ul li:last-child {
width:100%;
}
.modulecontainer {
padding-right: 40px;
border-right: solid 1px #f0f0f0;
}
.modulecontainer.last {
padding-right: 0px;
border-right: none;
}
.image-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
grid-gap: 30px;
}
.image-list .image {
border-radius: 100%;
width: 133px;
height: 133px;
overflow: hidden;
margin: 0 auto; }
/* Blog */
.post-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(361px, 1fr));
justify-content: space-between;
grid-gap: 30px;
margin-top: 3rem;
}
.post-related {
grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
}
.post {
display: flex;
flex-flow: column;
justify-content: space-between;
border: 1px solid #A3AFBD;
padding: 15px;
}
.post-list-item {
border: none;
padding: 0;
}
.post-list-item a {
display: flex;
flex-flow: column;
}
.post-list-item a:hover {
text-decoration: none;
}
.post-list-item .post-title {
margin-top: 1.5rem;
}
.post-header {
padding: 8px 0;
}
.post-title {
font-size: 1.5rem;
margin-bottom: 5px;
}
.post-author {
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 0;
}
.post-image {
order: -1;
}
.post-date {
font-size: .875rem;
}
.post-action {
margin: .5rem 0 2rem;
}
.post-action + * {
margin-top: auto;
}
.post-tag {
color: #BAC3CE;
border: 1px solid #BAC3CE;
height: 33px;
line-height: 31px;
border-radius: 15px;
font-size: 0.875rem;
display: inline-block;
padding: 0 20px;
}
@media (min-width: 992px) {
.post {
padding: 30px;
}
.post-list-item {
padding: 0;
}
}
.single-post,
.single-related {
max-width: 945px;
margin: 0 auto;
}
.post-img figcaption {
font-style: italic;
font-size: .875rem;
margin-top: 1.5rem;
}
aside blockquote {
color: #F15B3E;
font-size: 1.5rem;
font-style: italic;
}
blockquote {
margin: 1rem 2.5rem;
font-size: 1rem;
}
.single-post h2,
.single-related h2,
.single-post h3 {
color: #29384E;
font-size: 1.5rem;
}
.single-related {
margin-bottom: 3.1875rem;
border-top: 1px solid #DADADA;
margin-top: 1.875rem;
}
@media (min-width: 768px) {
.col-sm-5ths {
max-width: 20%;
float: left; } }
@media (min-width: 992px) {
.col-md-5ths {
max-width: 20%;
float: left; } }
@media (min-width: 1200px) {
.col-lg-5ths {
max-width: 20%;
float: left; } }
.headshot-wrapper {
border-radius: 100%;
width: 133px;
height: 133px;
overflow: hidden;
margin: 0 auto; }
.headshot-wrapper .image-headshot {
max-width: 100%;
max-height: 100%;
width: 100%;
padding: 0;
}
.pagination{
margin: 20px auto 20px auto;
}
.post-related img{
height: 140px;
width: 100%;
}
.post-img img{
width: 100%;
}
.post img{
max-height: 285px;
max-width: 100%;
}
.post-featured-in{
margin-top: 15px ;
}
.modulecontainer .incolumns li{
padding: 0;
}
.modulecontainer ul.defaultlist {
padding-left: 40px;
} | 0.40698 | 0.083217 |
@import url("../fonts/HelveticaBlack/stylesheet.css");
@import url('../css/header.css');
@import url('../css/footer.css');
body{
margin: 0;
background-color: black;
}
.food{
cursor: pointer;
transition: 2s;
overflow: hidden;
}
.lineBeforeTitle{
border:5px solid red;
}
.foodTitle{
margin-top: 1px;
text-align: center;
font-size: 36px;
font-family: 'Helvetica Black',sans-serif;
color:white;
padding: 15px 0;
border: 5px solid red;
width: 100%;
transition: 2s;
}
.foodContainer{
display: grid;
grid-template-columns: repeat(3,1fr);
position: relative;
width: 100%;
text-align: center;
transition: 2s;
}
.foodText{
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 300px;
background-color: rgba(0,0,0,0.5);
transition: 1.5s;
bottom: -100%;
}
.food:hover .foodText{
transition: 1.5s;
bottom: 0;
}
.foodTextDesc{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:100px;
left: 0;
right: 0;
bottom: 0;
font-size: 14px;
}
.foodDescription{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top: 15px;
left: 0;
right: 0;
bottom: 0;
font-size: 36px;
width: 100%;
height: 45px;
}
.foodPrice{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:200px;
right: 100px;
bottom: 0;
left:200px;
font-size: 20px;
text-shadow: 3px 3px 15px rgba(255, 181, 8, 0.3);
background-color: rgb(243, 29, 29);
padding: 10px;
border-radius: 5px;
text-align: center;
display: grid;
align-self: center;
justify-self: center;
color: #f8ba35;
width: 100px;
height: 20px;
}
.foodId{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:250px;
right: 100px;
bottom: 0;
left:200px;
font-size: 12px;
text-align: center;
display: grid;
align-self: center;
justify-self: center;
color:white;
width: 100px;
height: 20px;
}
.foodQuantity{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:270px;
right: 100px;
bottom: 0;
left:200px;
font-size: 12px;
text-align: center;
display: grid;
align-self: center;
justify-self: center;
color:white;
width: 100px;
height: 20px;
}
.food{
position: relative;
width: 100%;
max-height: 300px;
height: 600px;
border: 5px solid red;
background-color: black;
}
@media screen and (max-width:1250px){
.foodContainer{
grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:900px){
.foodTitle{
text-align: center;
font-size: 36px;
font-family: 'Helvetica Black',sans-serif;
color:white;
padding: 15px 0px;
border: 5px solid red;
width: 100%;
}
.foodContainer{
grid-template-columns: 1fr;
}
} | public/assets/css/menu.css | @import url("../fonts/HelveticaBlack/stylesheet.css");
@import url('../css/header.css');
@import url('../css/footer.css');
body{
margin: 0;
background-color: black;
}
.food{
cursor: pointer;
transition: 2s;
overflow: hidden;
}
.lineBeforeTitle{
border:5px solid red;
}
.foodTitle{
margin-top: 1px;
text-align: center;
font-size: 36px;
font-family: 'Helvetica Black',sans-serif;
color:white;
padding: 15px 0;
border: 5px solid red;
width: 100%;
transition: 2s;
}
.foodContainer{
display: grid;
grid-template-columns: repeat(3,1fr);
position: relative;
width: 100%;
text-align: center;
transition: 2s;
}
.foodText{
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 300px;
background-color: rgba(0,0,0,0.5);
transition: 1.5s;
bottom: -100%;
}
.food:hover .foodText{
transition: 1.5s;
bottom: 0;
}
.foodTextDesc{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:100px;
left: 0;
right: 0;
bottom: 0;
font-size: 14px;
}
.foodDescription{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top: 15px;
left: 0;
right: 0;
bottom: 0;
font-size: 36px;
width: 100%;
height: 45px;
}
.foodPrice{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:200px;
right: 100px;
bottom: 0;
left:200px;
font-size: 20px;
text-shadow: 3px 3px 15px rgba(255, 181, 8, 0.3);
background-color: rgb(243, 29, 29);
padding: 10px;
border-radius: 5px;
text-align: center;
display: grid;
align-self: center;
justify-self: center;
color: #f8ba35;
width: 100px;
height: 20px;
}
.foodId{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:250px;
right: 100px;
bottom: 0;
left:200px;
font-size: 12px;
text-align: center;
display: grid;
align-self: center;
justify-self: center;
color:white;
width: 100px;
height: 20px;
}
.foodQuantity{
position: absolute;
color: white;
font-family: 'Helvetica Black';
top:270px;
right: 100px;
bottom: 0;
left:200px;
font-size: 12px;
text-align: center;
display: grid;
align-self: center;
justify-self: center;
color:white;
width: 100px;
height: 20px;
}
.food{
position: relative;
width: 100%;
max-height: 300px;
height: 600px;
border: 5px solid red;
background-color: black;
}
@media screen and (max-width:1250px){
.foodContainer{
grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:900px){
.foodTitle{
text-align: center;
font-size: 36px;
font-family: 'Helvetica Black',sans-serif;
color:white;
padding: 15px 0px;
border: 5px solid red;
width: 100%;
}
.foodContainer{
grid-template-columns: 1fr;
}
} | 0.353317 | 0.052546 |
body {
background: url(../images/bg-body.jpg) repeat;
color: #6c5b37;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0;
min-width: 960px;
padding: 0;
}
a {
outline: none;
}
img {
border: 0;
}
p {
margin: 0;
line-height: 24px;
}
p a {
color: #6c5b37;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
h1, h2, h3, h5 {
margin: 0;
}
div.header {
background: url(../images/stripe1.gif) repeat-x left top;
height: 145px;
margin: 0 auto;
overflow: hidden;
width: 960px;
}
div.header div {
float: left;
margin: 39px 0 0;
}
div.header div a,
div.body div div:first-child a,
div.body div:first-child div.footer ul li a,
div.body div:first-child div.body div a {
display: inline-block;
}
div.header #form {
background: url(../images/interface.png) no-repeat 0 -160px;
float: right;
height: 32px;
margin: 72px 20px 0 0;
overflow: hidden;
width: 434px;
}
div.header #form input#search {
background: none;
border: 0;
color: #707476;
float: left;
font-size: 14px;
height: 25px;
line-height: 25px;
margin: 3px 0 0 10px;
padding: 0;
width: 400px;
}
div.header #form input#searchbtn {
background: url(../images/interface.png) no-repeat 0 -306px;
border: 0;
float: left;
height: 17px;
margin: 7px 0 0;
width: 16px;
}
div.body {
margin: 20px auto 0;
overflow: hidden;
width: 960px;
}
div.body div:first-child {
float: left;
height: auto;
margin: 5px 0 0;
width: 716px;
}
div.body div:first-child div.header {
background: url(../images/interface.png) no-repeat;
height: 35px;
padding: 7px 0 0 8px;
margin: 0 0 0 3px;
width: 702px;
}
div.body div:first-child div.header ul {
overflow: hidden;
}
div.body div:first-child div.header ul li {
float: left;
margin: 0 13px;
text-transform: uppercase;
}
div.body div:first-child div.header ul li a {
color: #fffcdf;
display: block;
height: 29px;
font-size: 12px;
letter-spacing: 0.075em;
line-height: 29px;
padding: 0 10px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px #81725c;
}
div.body div:first-child div.header ul li.current a {
background: url(../images/bg-menuselected.jpg) repeat-x;
color: #FFF;
}
div.body div:first-child div.header ul li a:hover {
color: #FFF;
}
div.body div:first-child div.body {
background: none;
float: none;
height: auto;
margin: 0;
width: auto;
}
div.body div:first-child div.body div {
background: url(../images/bg-gallery.png) repeat-y;
border-radius: 8px 8px 0 0;
height: 427px;
}
div.body div:first-child div.body div a img {
margin: 1px 1px 0 4px;
}
div.body div:first-child div.body ul {
background: url(../images/interface.png) no-repeat center -57px;
height: 88px;
margin: 0 0 0;
overflow: hidden;
}
div.body div:first-child div.body ul li {
background: url(../images/bg-separator.jpg) no-repeat left 10px;
color: #fffffd;
float: left;
margin: 0 0 0 1px;
overflow: hidden;
text-transform: none;
width: 236px;
}
div.body div:first-child div.body ul li:first-child {
background: none;
margin: 0 0 0 3px;
}
div.body div:first-child div.body ul li img {
margin: 13px 10px 0;
}
div.body div:first-child div.body ul li a {
float: left;
margin: 0;
}
div.body div:first-child div.body ul li div {
background: none;
border-radius: 0;
float: left;
height: auto;
margin: 0;
padding: 8px 0 0;
width: 150px;
}
div.body div:first-child div.body ul li div h2 {
display: block;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
letter-spacing: 0.05em;
line-height: 24px;
margin: -2px 0 0;
}
div.body div:first-child div.body ul li div h2 a {
color: #fffffd;
display: block;
float: none;
text-decoration: none;
text-transform: uppercase;
}
div.body div:first-child div.body ul li.current {
background: url(../images/interface.png) no-repeat 0 -207px;
height: 84px;
width: 236px;
}
div.body div:first-child div.body ul li.current h2 {
font-size: 18px;
letter-spacing: normal;
}
div.body div:first-child div.body ul li.current h2 a {
color: #8e0034;
}
div.body div:first-child div.body ul li.current p {
color: #8b8468;
}
div.body div:first-child div.body ul li p {
line-height: 24px;
}
div.body div:first-child div.footer {
background: none;
float: none;
height: auto;
margin: 24px 0 0;
width: auto;
}
div.body div:first-child div.footer ul {
margin: 25px 0 0;
overflow: hidden;
}
div.body div:first-child div.footer ul:first-child {
margin: 0;
}
div.body div:first-child div.footer ul li {
background: url(../images/bg-frame.png) no-repeat center top;
border-radius: 3px;
float: left;
height: 306px;
margin: 0 0 0 24px;
padding: 0 3px 0;
width: 340px;
}
div.body div:first-child div.footer ul li h2 {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
height: 49px;
letter-spacing: 0.025em;
line-height: 49px;
text-transform: uppercase;
}
div.body div:first-child div.footer ul li h2 a {
color: #27843d;
display: block;
text-align: center;
text-decoration: none;
text-shadow: 0 1px #f7f0e7;
}
div.body div:first-child div.footer ul li img {
border-bottom: 1px solid #fcda55;
border-top: 1px solid #fcda55;
}
div.body div:first-child div.footer ul li:first-child {
margin: 0;
}
div.body div {
float: right;
height: auto;
width: 215px;
}
div.body div div {
float: none;
margin: 20px 0 0;
}
div.body div div:first-child {
float: none;
height: auto;
margin: 0;
width: auto;
}
div.body div div:first-child img {
margin: 10px 0 0;
}
div.body div div h3,
div.body div div h4 {
color: #850028;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
letter-spacing: 0.05em;
line-height: 24px;
margin: 0;
padding: 0;
text-transform: uppercase;
}
div.body div div h4 {
margin: 30px 0 5px;
text-transform: none;
}
div.body div div h4:first-child {
margin: 0 0 5px;
padding: 7px 0 0;
}
div.body div div span {
color: #6c5b37;
display: block;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.025em;
line-height: 24px;
margin: 2px 0 0;
text-align: center;
text-transform: uppercase;
}
div.body div div ul#featured li {
margin: 10px 0 0;
overflow: hidden;
}
div.body div div ul#featured li:first-child {
margin: 0;
}
div.body div div ul#featured li a {
float: left;
margin: 0 10px 0 0;
}
div.body div div ul#featured li a img {
border: 1px solid #ada495;
margin: 5px 0 0;
}
div.body div div ul#featured li div {
float: left;
margin: 0;
width: 100px;
}
div.body div div ul#featured li div h2 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
letter-spacing: 0.025em;
line-height: 24px;
}
div.body div div ul#featured li div h2 a {
color: #6c5b37;
float: none;
text-decoration: none;
text-transform: uppercase;
}
p a:hover,
div.body div div ul#featured li div h2 a:hover,
div.body div div a#facebook:hover,
div.body div div a#twitter:hover,
div.body div div a#youtube:hover,
div.body div div a#flickr:hover,
div.body div div a#googleplus:hover {
color: #6d4409;
}
div.body div div ul#featured li div span {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-align: left;
text-transform: none;
}
div.body div div ul#blog li {
background: url(../images/border-horizontal.gif) repeat-x center top;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
padding: 10px 0;
}
div.body div div ul#blog li a {
color: #6c5b37;
letter-spacing: 0.025em;
line-height: 24px;
margin: 0 0 7px;
text-decoration: none;
}
div.body div div ul#blog li a:hover {
text-decoration: underline;
}
div.body div div ul#blog li:first-child {
background: none;
padding: 0 0 10px;
}
div.body div div ul#blog li span.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
letter-spacing: 0.025em;
text-align: left;
text-transform: none;
}
div.body div div a#facebook,
div.body div div a#twitter,
div.body div div a#youtube,
div.body div div a#flickr,
div.body div div a#googleplus {
color: #6c5b37;
display: block;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-indent: 35px
}
div.body div div a#facebook {
background: url(../images/icons.png) no-repeat 3px 0;
height: 13px;
line-height: 13px;
margin: 5px 0 0;
}
div.body div div a#facebook:hover {
background: url(../images/icons.png) no-repeat 3px -13px;
}
div.body div div a#twitter {
background: url(../images/icons.png) no-repeat 0 -41px;
height: 12px;
line-height: 12px;
margin: 11px 0 0;
}
div.body div div a#twitter:hover {
background: url(../images/icons.png) no-repeat 0 -53px;
}
div.body div div a#youtube {
background: url(../images/icons.png) no-repeat 1px -80px;
height: 21px;
line-height: 21px;
margin: 8px 0 0;
}
div.body div div a#youtube:hover {
background: url(../images/icons.png) no-repeat 1px -101px;
}
div.body div div a#flickr {
background: url(../images/icons.png) no-repeat 0 -137px;
height: 10px;
line-height: 10px;
margin: 12px 0 0;
}
div.body div div a#flickr:hover {
background: url(../images/icons.png) no-repeat 0 -147px;
}
div.body div div a#googleplus {
background: url(../images/icons.png) no-repeat 2px -172px;
height: 14px;
line-height: 14px;
margin: 15px 0 0;
}
div.body div div a#googleplus:hover {
background: url(../images/icons.png) no-repeat 2px -186px;
}
div.body div#content {
background: url(../images/bg-content-top.jpg) no-repeat center top;
border-radius: 0;
height: auto;
margin: 0 0 0 3px;
padding: 2px 0 0;
width: 710px;
}
div.body div#content div {
background: #f0ece3 url(../images/bg-content-bottom.gif) no-repeat center bottom;
border-radius: 0;
height: auto;
padding: 13px 0 36px;
width: 710px;
}
div.body div#content div div {
background: none;
padding: 0 25px;
width: auto;
}
div.body div#content div div p {
padding: 0;
}
div.body div#content div div ol.directions {
margin: 0;
padding: 0 0 0 20px;
}
div.body div#content div div ol.directions li {
line-height: 24px;
}
div.body div#content div div h3 {
padding: 7px 0 0;
text-transform: none;
}
div.body div#content div div h5 {
font-size: 14px;
line-height: 24px;
margin: 0 0 10px;
}
div.body div#content div div ol.ingredients {
list-style: none;
margin: 0 0 20px;
overflow: hidden;
padding: 0;
}
div.body div#content div div ol.ingredients li {
color: #6C5B37;
float: left;
line-height: 24px;
padding: 0;
width: 300px;
}
div.body div#content div div img {
margin: 20px 0;
}
div.body div#content div div ul {
margin: 0 0 20px;
padding: 0;
}
div.body div#content div div ul li {
background: none;
border: 0;
color: #6C5B37;
float: none;
height: auto;
margin: 0;
padding: 0 0 30px;
width: auto;
}
div.body div#content div div ul li p {
line-height: 27px;
}
div.body div#content div div ul li a img {
margin: 5px 0 10px;
}
div.body div#content div p,
div.body div#content div ul li {
padding: 0 25px;
}
div.body div#content div ul {
background: none;
height: auto;
padding: 20px 0 0;
}
div.body div#content div ul li {
background: #fdfcef;
border-bottom: 1px solid #FCDA55;
border-top: 1px solid #FCDA55;
float: none;
height: 191px;
margin: 23px 0 0;
width: 660px;
}
div.body div#content div ul li:first-child {
margin: 0;
}
div.body div#content div ul li a {
float: left;
display: inline-block;
}
div.body div#content div ul li a img {
border: 1px solid #e7e6d5;
margin: 15px 18px 0 0;
}
div.body div#content div ul li div {
background: none;
float: left;
min-height: inherit;
padding: 16px 0 0;
width: 480px;
}
div.body div#content div ul li div div {
float: none;
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
width: auto;
}
div.body div#content div ul li div div p {
float: left;
width: 260px;
}
div.body div#content div ul li div div ul {
float: left;
list-style: disc inside;
margin: 0;
padding: 0 0 0 30px;
width: 190px;
}
div.body div#content div ul li div div ul li {
border: 0;
color: #6C5B37;
height: auto;
line-height: 24px;
padding: 0 0 0 5px;
width: auto;
}
div.body div#content div ul li div h3 {
color: #7d0133;
font-size: 18px;
line-height: 24px;
padding: 0;
text-transform: none;
}
div.body div#content div ul li div h3 a,
div.body div#content div div h3 a {
color: #7d0133;
float: none;
text-decoration: none;
}
div.body div#content div ul li div h3 a:hover {
color: #a60a49;
}
div.body div#content div ul li div p {
color: #6C5B37;
padding: 0;
}
div.body div#content div ul li div p a,
div.body div#content div div ul li p a {
float: none;
}
div.footer {
background: url(../images/stripe2.gif) repeat-x left bottom;
height: auto;
margin: 0 auto;
width: 960px;
}
div.footer div {
height: 80px;
width: 716px;
}
div.footer div p {
color: #aaa292;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 0.075em;
line-height: 70px;
text-align: center;
} | public/css/style.css | body {
background: url(../images/bg-body.jpg) repeat;
color: #6c5b37;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0;
min-width: 960px;
padding: 0;
}
a {
outline: none;
}
img {
border: 0;
}
p {
margin: 0;
line-height: 24px;
}
p a {
color: #6c5b37;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
h1, h2, h3, h5 {
margin: 0;
}
div.header {
background: url(../images/stripe1.gif) repeat-x left top;
height: 145px;
margin: 0 auto;
overflow: hidden;
width: 960px;
}
div.header div {
float: left;
margin: 39px 0 0;
}
div.header div a,
div.body div div:first-child a,
div.body div:first-child div.footer ul li a,
div.body div:first-child div.body div a {
display: inline-block;
}
div.header #form {
background: url(../images/interface.png) no-repeat 0 -160px;
float: right;
height: 32px;
margin: 72px 20px 0 0;
overflow: hidden;
width: 434px;
}
div.header #form input#search {
background: none;
border: 0;
color: #707476;
float: left;
font-size: 14px;
height: 25px;
line-height: 25px;
margin: 3px 0 0 10px;
padding: 0;
width: 400px;
}
div.header #form input#searchbtn {
background: url(../images/interface.png) no-repeat 0 -306px;
border: 0;
float: left;
height: 17px;
margin: 7px 0 0;
width: 16px;
}
div.body {
margin: 20px auto 0;
overflow: hidden;
width: 960px;
}
div.body div:first-child {
float: left;
height: auto;
margin: 5px 0 0;
width: 716px;
}
div.body div:first-child div.header {
background: url(../images/interface.png) no-repeat;
height: 35px;
padding: 7px 0 0 8px;
margin: 0 0 0 3px;
width: 702px;
}
div.body div:first-child div.header ul {
overflow: hidden;
}
div.body div:first-child div.header ul li {
float: left;
margin: 0 13px;
text-transform: uppercase;
}
div.body div:first-child div.header ul li a {
color: #fffcdf;
display: block;
height: 29px;
font-size: 12px;
letter-spacing: 0.075em;
line-height: 29px;
padding: 0 10px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px #81725c;
}
div.body div:first-child div.header ul li.current a {
background: url(../images/bg-menuselected.jpg) repeat-x;
color: #FFF;
}
div.body div:first-child div.header ul li a:hover {
color: #FFF;
}
div.body div:first-child div.body {
background: none;
float: none;
height: auto;
margin: 0;
width: auto;
}
div.body div:first-child div.body div {
background: url(../images/bg-gallery.png) repeat-y;
border-radius: 8px 8px 0 0;
height: 427px;
}
div.body div:first-child div.body div a img {
margin: 1px 1px 0 4px;
}
div.body div:first-child div.body ul {
background: url(../images/interface.png) no-repeat center -57px;
height: 88px;
margin: 0 0 0;
overflow: hidden;
}
div.body div:first-child div.body ul li {
background: url(../images/bg-separator.jpg) no-repeat left 10px;
color: #fffffd;
float: left;
margin: 0 0 0 1px;
overflow: hidden;
text-transform: none;
width: 236px;
}
div.body div:first-child div.body ul li:first-child {
background: none;
margin: 0 0 0 3px;
}
div.body div:first-child div.body ul li img {
margin: 13px 10px 0;
}
div.body div:first-child div.body ul li a {
float: left;
margin: 0;
}
div.body div:first-child div.body ul li div {
background: none;
border-radius: 0;
float: left;
height: auto;
margin: 0;
padding: 8px 0 0;
width: 150px;
}
div.body div:first-child div.body ul li div h2 {
display: block;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
letter-spacing: 0.05em;
line-height: 24px;
margin: -2px 0 0;
}
div.body div:first-child div.body ul li div h2 a {
color: #fffffd;
display: block;
float: none;
text-decoration: none;
text-transform: uppercase;
}
div.body div:first-child div.body ul li.current {
background: url(../images/interface.png) no-repeat 0 -207px;
height: 84px;
width: 236px;
}
div.body div:first-child div.body ul li.current h2 {
font-size: 18px;
letter-spacing: normal;
}
div.body div:first-child div.body ul li.current h2 a {
color: #8e0034;
}
div.body div:first-child div.body ul li.current p {
color: #8b8468;
}
div.body div:first-child div.body ul li p {
line-height: 24px;
}
div.body div:first-child div.footer {
background: none;
float: none;
height: auto;
margin: 24px 0 0;
width: auto;
}
div.body div:first-child div.footer ul {
margin: 25px 0 0;
overflow: hidden;
}
div.body div:first-child div.footer ul:first-child {
margin: 0;
}
div.body div:first-child div.footer ul li {
background: url(../images/bg-frame.png) no-repeat center top;
border-radius: 3px;
float: left;
height: 306px;
margin: 0 0 0 24px;
padding: 0 3px 0;
width: 340px;
}
div.body div:first-child div.footer ul li h2 {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
height: 49px;
letter-spacing: 0.025em;
line-height: 49px;
text-transform: uppercase;
}
div.body div:first-child div.footer ul li h2 a {
color: #27843d;
display: block;
text-align: center;
text-decoration: none;
text-shadow: 0 1px #f7f0e7;
}
div.body div:first-child div.footer ul li img {
border-bottom: 1px solid #fcda55;
border-top: 1px solid #fcda55;
}
div.body div:first-child div.footer ul li:first-child {
margin: 0;
}
div.body div {
float: right;
height: auto;
width: 215px;
}
div.body div div {
float: none;
margin: 20px 0 0;
}
div.body div div:first-child {
float: none;
height: auto;
margin: 0;
width: auto;
}
div.body div div:first-child img {
margin: 10px 0 0;
}
div.body div div h3,
div.body div div h4 {
color: #850028;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
letter-spacing: 0.05em;
line-height: 24px;
margin: 0;
padding: 0;
text-transform: uppercase;
}
div.body div div h4 {
margin: 30px 0 5px;
text-transform: none;
}
div.body div div h4:first-child {
margin: 0 0 5px;
padding: 7px 0 0;
}
div.body div div span {
color: #6c5b37;
display: block;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.025em;
line-height: 24px;
margin: 2px 0 0;
text-align: center;
text-transform: uppercase;
}
div.body div div ul#featured li {
margin: 10px 0 0;
overflow: hidden;
}
div.body div div ul#featured li:first-child {
margin: 0;
}
div.body div div ul#featured li a {
float: left;
margin: 0 10px 0 0;
}
div.body div div ul#featured li a img {
border: 1px solid #ada495;
margin: 5px 0 0;
}
div.body div div ul#featured li div {
float: left;
margin: 0;
width: 100px;
}
div.body div div ul#featured li div h2 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
letter-spacing: 0.025em;
line-height: 24px;
}
div.body div div ul#featured li div h2 a {
color: #6c5b37;
float: none;
text-decoration: none;
text-transform: uppercase;
}
p a:hover,
div.body div div ul#featured li div h2 a:hover,
div.body div div a#facebook:hover,
div.body div div a#twitter:hover,
div.body div div a#youtube:hover,
div.body div div a#flickr:hover,
div.body div div a#googleplus:hover {
color: #6d4409;
}
div.body div div ul#featured li div span {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-align: left;
text-transform: none;
}
div.body div div ul#blog li {
background: url(../images/border-horizontal.gif) repeat-x center top;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
padding: 10px 0;
}
div.body div div ul#blog li a {
color: #6c5b37;
letter-spacing: 0.025em;
line-height: 24px;
margin: 0 0 7px;
text-decoration: none;
}
div.body div div ul#blog li a:hover {
text-decoration: underline;
}
div.body div div ul#blog li:first-child {
background: none;
padding: 0 0 10px;
}
div.body div div ul#blog li span.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
letter-spacing: 0.025em;
text-align: left;
text-transform: none;
}
div.body div div a#facebook,
div.body div div a#twitter,
div.body div div a#youtube,
div.body div div a#flickr,
div.body div div a#googleplus {
color: #6c5b37;
display: block;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-indent: 35px
}
div.body div div a#facebook {
background: url(../images/icons.png) no-repeat 3px 0;
height: 13px;
line-height: 13px;
margin: 5px 0 0;
}
div.body div div a#facebook:hover {
background: url(../images/icons.png) no-repeat 3px -13px;
}
div.body div div a#twitter {
background: url(../images/icons.png) no-repeat 0 -41px;
height: 12px;
line-height: 12px;
margin: 11px 0 0;
}
div.body div div a#twitter:hover {
background: url(../images/icons.png) no-repeat 0 -53px;
}
div.body div div a#youtube {
background: url(../images/icons.png) no-repeat 1px -80px;
height: 21px;
line-height: 21px;
margin: 8px 0 0;
}
div.body div div a#youtube:hover {
background: url(../images/icons.png) no-repeat 1px -101px;
}
div.body div div a#flickr {
background: url(../images/icons.png) no-repeat 0 -137px;
height: 10px;
line-height: 10px;
margin: 12px 0 0;
}
div.body div div a#flickr:hover {
background: url(../images/icons.png) no-repeat 0 -147px;
}
div.body div div a#googleplus {
background: url(../images/icons.png) no-repeat 2px -172px;
height: 14px;
line-height: 14px;
margin: 15px 0 0;
}
div.body div div a#googleplus:hover {
background: url(../images/icons.png) no-repeat 2px -186px;
}
div.body div#content {
background: url(../images/bg-content-top.jpg) no-repeat center top;
border-radius: 0;
height: auto;
margin: 0 0 0 3px;
padding: 2px 0 0;
width: 710px;
}
div.body div#content div {
background: #f0ece3 url(../images/bg-content-bottom.gif) no-repeat center bottom;
border-radius: 0;
height: auto;
padding: 13px 0 36px;
width: 710px;
}
div.body div#content div div {
background: none;
padding: 0 25px;
width: auto;
}
div.body div#content div div p {
padding: 0;
}
div.body div#content div div ol.directions {
margin: 0;
padding: 0 0 0 20px;
}
div.body div#content div div ol.directions li {
line-height: 24px;
}
div.body div#content div div h3 {
padding: 7px 0 0;
text-transform: none;
}
div.body div#content div div h5 {
font-size: 14px;
line-height: 24px;
margin: 0 0 10px;
}
div.body div#content div div ol.ingredients {
list-style: none;
margin: 0 0 20px;
overflow: hidden;
padding: 0;
}
div.body div#content div div ol.ingredients li {
color: #6C5B37;
float: left;
line-height: 24px;
padding: 0;
width: 300px;
}
div.body div#content div div img {
margin: 20px 0;
}
div.body div#content div div ul {
margin: 0 0 20px;
padding: 0;
}
div.body div#content div div ul li {
background: none;
border: 0;
color: #6C5B37;
float: none;
height: auto;
margin: 0;
padding: 0 0 30px;
width: auto;
}
div.body div#content div div ul li p {
line-height: 27px;
}
div.body div#content div div ul li a img {
margin: 5px 0 10px;
}
div.body div#content div p,
div.body div#content div ul li {
padding: 0 25px;
}
div.body div#content div ul {
background: none;
height: auto;
padding: 20px 0 0;
}
div.body div#content div ul li {
background: #fdfcef;
border-bottom: 1px solid #FCDA55;
border-top: 1px solid #FCDA55;
float: none;
height: 191px;
margin: 23px 0 0;
width: 660px;
}
div.body div#content div ul li:first-child {
margin: 0;
}
div.body div#content div ul li a {
float: left;
display: inline-block;
}
div.body div#content div ul li a img {
border: 1px solid #e7e6d5;
margin: 15px 18px 0 0;
}
div.body div#content div ul li div {
background: none;
float: left;
min-height: inherit;
padding: 16px 0 0;
width: 480px;
}
div.body div#content div ul li div div {
float: none;
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
width: auto;
}
div.body div#content div ul li div div p {
float: left;
width: 260px;
}
div.body div#content div ul li div div ul {
float: left;
list-style: disc inside;
margin: 0;
padding: 0 0 0 30px;
width: 190px;
}
div.body div#content div ul li div div ul li {
border: 0;
color: #6C5B37;
height: auto;
line-height: 24px;
padding: 0 0 0 5px;
width: auto;
}
div.body div#content div ul li div h3 {
color: #7d0133;
font-size: 18px;
line-height: 24px;
padding: 0;
text-transform: none;
}
div.body div#content div ul li div h3 a,
div.body div#content div div h3 a {
color: #7d0133;
float: none;
text-decoration: none;
}
div.body div#content div ul li div h3 a:hover {
color: #a60a49;
}
div.body div#content div ul li div p {
color: #6C5B37;
padding: 0;
}
div.body div#content div ul li div p a,
div.body div#content div div ul li p a {
float: none;
}
div.footer {
background: url(../images/stripe2.gif) repeat-x left bottom;
height: auto;
margin: 0 auto;
width: 960px;
}
div.footer div {
height: 80px;
width: 716px;
}
div.footer div p {
color: #aaa292;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 0.075em;
line-height: 70px;
text-align: center;
} | 0.227298 | 0.07946 |
width: 100%;
height: auto;
margin: 0px auto;
}
#pdf-loader {
display: none;
text-align: center;
color: #999999;
font-size: 13px;
line-height: 100px;
height: 100px;
}
#pdf-no-page {
display: none;
text-align: center;
color: #999999;
font-size: 13px;
line-height: 100px;
height: 100px;
}
#pdf-contents {
display: none;
}
#pdf-meta {
/* opacity: 0.2; */
}
#pdf-buttons {
width: 3%;
float: right;
}
#pdf-next {
margin-left: 10px;
}
#pdf-search-container {
position: absolute;
left: 50%;
top: 50%;
margin-top: 0%;
transform: translate(-50%, -50%);
opacity: 0.2;
}
#pdf-download-container{
/* opacity: 0.2; */
}
#pdf-find-text {
font-size: calc(11px + 0.25vw);
}
#page-count-container {
/* opacity: 0.2; */
}
#pdf-current-page {
display: inline;
}
#pdf-total-pages {
display: inline;
}
#pdf-canvas {
/* border: 1px solid rgba(0, 0, 0, 0.2); */
box-sizing: border-box;
height: auto;
}
#page-loader {
/*height: 100px;
line-height: 100px;
text-align: center;
display: none;
color: #999999;
font-size: 13px;
padding-top: 1%;
*/
display: none;
text-align: center;
color: #bd1515;
font-size: 13px;
line-height: 100px;
height: 100px;
}
#htmldiv {
height: 100%;
}
.loweropacity {
/* opacity: 0.2 !important; */
}
.higheropacity {
/* opacity: 1 !important; */
}
.sb-pdf-container {
height: 100vh;
/* overflow: hidden; */
}
.sb-pdf-container .sb-pdf-header {
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
min-height: 40px;
background: #f2f2f2;
padding: 1% 1.25%;
height: 10%;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.sb-pdf-container .sb-pdf-headerfix {
position: relative;
min-height: 40px;
padding: 0.5% 2%;
height: 10%;
top: 0;
width: 100%;
z-index: 99;
}
.sb-pdf-container .sb-pdf-body {
height: 90%;
/* overflow-y: auto; */
}
.sb-pdf-container .download-pdf-image {
margin: 0 1.25% 0 7.75%;
cursor: pointer;
border-radius: 4px;
height: 100%;
display: inline-flex;
align-items: center;
width: 4.5%;
justify-content: center;
}
.sb-pdf-container .download-pdf-image img {
max-width: 70%;
}
.sb-pdf-container .pdf-name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1;
margin-right: 2%;
font-size: calc(0.8rem + 0.25vw);
margin-left: 5%;
}
.sb-pdf-container .pdf-searchbar {
margin-left: auto;
margin-right: 13%;
display: flex;
align-items: center;
flex-wrap: wrap;
height: 100%;
font-size: calc(0.8rem + 0.25vw);
min-width: 128px;
}
.sb-pdf-container .pdf-searchbar .search-box {
height: 100%;
}
.sb-pdf-container .pdf-searchbar .search-box:active {
border-color: #005391;
}
.sb-pdf-container .pdf-searchbar .search-input {
border: 1px solid #dedede;
padding: 5% 1% 11% 1%;
border-radius: 4px;
max-width: 56px;
color: #333;
height: 100%;
text-align: center;
}
.sb-pdf-container .pdf-searchbar .search-page-pdf-arrow-container {
position: relative;
background: #005391;
height: 100%;
display: inline-block;
width: 25%;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
cursor: pointer;
}
.sb-pdf-container .pdf-searchbar .search-page-pdf-arrow {
position: absolute;
max-width: 50%;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
cursor: pointer;
}
.sb-btn-arrows {
min-width: 48px;
width: 6%;
cursor: pointer;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* z-index: 99999; */
background: white;
border: 1px solid white;
color: #333;
position: fixed;
top: 1.75%;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
padding: 0;
height: calc(10% - 3.5%);
min-height: 28px;
}
.sb-btn-arrows.prev {
right: 9%;
}
.sb-btn-arrows.next {
right: 1.25%;
}
.sb-btn-arrows:hover, .sb-btn-arrows.active {
background: #005391;
border: 1px solid #005391;
color: white;
}
.chevron {
line-height: 0;
}
.chevron::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
height: 10px;
transform: rotate(-45deg);
width: 10px;
}
.chevron.right::before {
transform: rotate(45deg);
margin-right: 4px;
}
.chevron.left::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.bold-page {
font-size: calc(11px + 0.25vw);
margin-left: 4px;
}
.bold-page:last-child {
margin-left: 0;
}
@media screen and (max-width: 640px) {
.sb-pdf-container .pdf-searchbar .search-input {
width: 32px;
}
.sb-btn-arrows.prev {
right: 10%;
}
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
.sb-pdf-container .pdf-searchbar .search-input {
width: 40px;
}
}
@media screen and (min-width: 1024px) {
.bold-page, .sb-pdf-container .pdf-name, #pdf-find-text {
font-size: calc(1rem + 0.25vw);
}
.sb-pdf-container .pdf-searchbar .search-input {
width: 48px;
}
}
.canvasWrapper canvas{
box-shadow: 0px 0px 6px 0px #777474;
margin-top: 9%;
}
.page{
margin: 1px auto -8px auto;
position: relative;
}
.page .loadingIcon{
background: url('../assets/pdfSpinner.gif') no-repeat center 50%;
display: block;
left: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100px;
height: 100px;
}
#pdf-error-popup {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
width: 100%;
flex-direction: column;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#pdf-error-popup p{
display: block;
font-size: 1rem;
max-width: 26rem;
text-align: center;
width: 90%;
margin-bottom: 1rem;
}
.sb-btn-primary {
border-color: #024f9d;
background-color: #024f9d;
color: white;
}
.sb-btn-normal {
padding: 8px 16px;
height: 36px;
font-size: 12px;
}
.sb-btn {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
display: inline-block;
border: 1px solid;
color: #fff;
cursor: pointer;
min-width: 64px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
position: relative;
text-transform: inherit;
text-decoration: none;
}
/* .loadingIcon{
position: relative;
top: 50%;
left: 50%;
border: 8px solid #f3f3f3;
border-radius: 20%;
border-top: 8px solid rgb(90, 90, 192);
border-bottom: 8px solid rgb(90, 90, 192);
width: 60px;
height: 60px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); } */
/*
@media screen and (max-width: 1024px) {
.hamberger-menu img, .sb-pdf-container .download-pdf-image img {
max-width: 60%;
}
.sb-btn-arrows {
width: 48px;
}
.sb-btn-arrows.prev {
right: 10.5%;
}
} */ | src/desktop/public/contentPlayer/preview/coreplugins/org.ekstep.pdfrenderer-1.0/renderer/libs/pdf.css | width: 100%;
height: auto;
margin: 0px auto;
}
#pdf-loader {
display: none;
text-align: center;
color: #999999;
font-size: 13px;
line-height: 100px;
height: 100px;
}
#pdf-no-page {
display: none;
text-align: center;
color: #999999;
font-size: 13px;
line-height: 100px;
height: 100px;
}
#pdf-contents {
display: none;
}
#pdf-meta {
/* opacity: 0.2; */
}
#pdf-buttons {
width: 3%;
float: right;
}
#pdf-next {
margin-left: 10px;
}
#pdf-search-container {
position: absolute;
left: 50%;
top: 50%;
margin-top: 0%;
transform: translate(-50%, -50%);
opacity: 0.2;
}
#pdf-download-container{
/* opacity: 0.2; */
}
#pdf-find-text {
font-size: calc(11px + 0.25vw);
}
#page-count-container {
/* opacity: 0.2; */
}
#pdf-current-page {
display: inline;
}
#pdf-total-pages {
display: inline;
}
#pdf-canvas {
/* border: 1px solid rgba(0, 0, 0, 0.2); */
box-sizing: border-box;
height: auto;
}
#page-loader {
/*height: 100px;
line-height: 100px;
text-align: center;
display: none;
color: #999999;
font-size: 13px;
padding-top: 1%;
*/
display: none;
text-align: center;
color: #bd1515;
font-size: 13px;
line-height: 100px;
height: 100px;
}
#htmldiv {
height: 100%;
}
.loweropacity {
/* opacity: 0.2 !important; */
}
.higheropacity {
/* opacity: 1 !important; */
}
.sb-pdf-container {
height: 100vh;
/* overflow: hidden; */
}
.sb-pdf-container .sb-pdf-header {
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
min-height: 40px;
background: #f2f2f2;
padding: 1% 1.25%;
height: 10%;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.sb-pdf-container .sb-pdf-headerfix {
position: relative;
min-height: 40px;
padding: 0.5% 2%;
height: 10%;
top: 0;
width: 100%;
z-index: 99;
}
.sb-pdf-container .sb-pdf-body {
height: 90%;
/* overflow-y: auto; */
}
.sb-pdf-container .download-pdf-image {
margin: 0 1.25% 0 7.75%;
cursor: pointer;
border-radius: 4px;
height: 100%;
display: inline-flex;
align-items: center;
width: 4.5%;
justify-content: center;
}
.sb-pdf-container .download-pdf-image img {
max-width: 70%;
}
.sb-pdf-container .pdf-name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1;
margin-right: 2%;
font-size: calc(0.8rem + 0.25vw);
margin-left: 5%;
}
.sb-pdf-container .pdf-searchbar {
margin-left: auto;
margin-right: 13%;
display: flex;
align-items: center;
flex-wrap: wrap;
height: 100%;
font-size: calc(0.8rem + 0.25vw);
min-width: 128px;
}
.sb-pdf-container .pdf-searchbar .search-box {
height: 100%;
}
.sb-pdf-container .pdf-searchbar .search-box:active {
border-color: #005391;
}
.sb-pdf-container .pdf-searchbar .search-input {
border: 1px solid #dedede;
padding: 5% 1% 11% 1%;
border-radius: 4px;
max-width: 56px;
color: #333;
height: 100%;
text-align: center;
}
.sb-pdf-container .pdf-searchbar .search-page-pdf-arrow-container {
position: relative;
background: #005391;
height: 100%;
display: inline-block;
width: 25%;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
cursor: pointer;
}
.sb-pdf-container .pdf-searchbar .search-page-pdf-arrow {
position: absolute;
max-width: 50%;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
cursor: pointer;
}
.sb-btn-arrows {
min-width: 48px;
width: 6%;
cursor: pointer;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* z-index: 99999; */
background: white;
border: 1px solid white;
color: #333;
position: fixed;
top: 1.75%;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
padding: 0;
height: calc(10% - 3.5%);
min-height: 28px;
}
.sb-btn-arrows.prev {
right: 9%;
}
.sb-btn-arrows.next {
right: 1.25%;
}
.sb-btn-arrows:hover, .sb-btn-arrows.active {
background: #005391;
border: 1px solid #005391;
color: white;
}
.chevron {
line-height: 0;
}
.chevron::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
height: 10px;
transform: rotate(-45deg);
width: 10px;
}
.chevron.right::before {
transform: rotate(45deg);
margin-right: 4px;
}
.chevron.left::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.bold-page {
font-size: calc(11px + 0.25vw);
margin-left: 4px;
}
.bold-page:last-child {
margin-left: 0;
}
@media screen and (max-width: 640px) {
.sb-pdf-container .pdf-searchbar .search-input {
width: 32px;
}
.sb-btn-arrows.prev {
right: 10%;
}
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
.sb-pdf-container .pdf-searchbar .search-input {
width: 40px;
}
}
@media screen and (min-width: 1024px) {
.bold-page, .sb-pdf-container .pdf-name, #pdf-find-text {
font-size: calc(1rem + 0.25vw);
}
.sb-pdf-container .pdf-searchbar .search-input {
width: 48px;
}
}
.canvasWrapper canvas{
box-shadow: 0px 0px 6px 0px #777474;
margin-top: 9%;
}
.page{
margin: 1px auto -8px auto;
position: relative;
}
.page .loadingIcon{
background: url('../assets/pdfSpinner.gif') no-repeat center 50%;
display: block;
left: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100px;
height: 100px;
}
#pdf-error-popup {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
width: 100%;
flex-direction: column;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#pdf-error-popup p{
display: block;
font-size: 1rem;
max-width: 26rem;
text-align: center;
width: 90%;
margin-bottom: 1rem;
}
.sb-btn-primary {
border-color: #024f9d;
background-color: #024f9d;
color: white;
}
.sb-btn-normal {
padding: 8px 16px;
height: 36px;
font-size: 12px;
}
.sb-btn {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
display: inline-block;
border: 1px solid;
color: #fff;
cursor: pointer;
min-width: 64px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
position: relative;
text-transform: inherit;
text-decoration: none;
}
/* .loadingIcon{
position: relative;
top: 50%;
left: 50%;
border: 8px solid #f3f3f3;
border-radius: 20%;
border-top: 8px solid rgb(90, 90, 192);
border-bottom: 8px solid rgb(90, 90, 192);
width: 60px;
height: 60px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); } */
/*
@media screen and (max-width: 1024px) {
.hamberger-menu img, .sb-pdf-container .download-pdf-image img {
max-width: 60%;
}
.sb-btn-arrows {
width: 48px;
}
.sb-btn-arrows.prev {
right: 10.5%;
}
} */ | 0.398055 | 0.060641 |