code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@charset "utf-8";
/* Estilos generales*/
header,nav,section,article,aside,footer {
display:block;
overflow: hidden;
}
body {
background:linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-moz-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-webkit-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-o-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-ms-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
width: 1000px;
margin: 20px auto;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.texto-blanco{
color: #D6F0F0;
}
.icono-menu-superiror {
background-repeat: no-repeat;
background-position: center;
display: block;
float: left;
width: 21px;
height: 22px;
}
.home-icon {
background-image: url('../imagenes/icono-home.png');
}
.contacto-icon {
background-image: url('../imagenes/icono-contacto.png');
}
.ubicanos-icon {
background-image: url('../imagenes/icono-ubicanos.png');
}
.lista-menu{
list-style: none;
margin: 0;
padding: 0;
}
.lista-menu a {
display: block;
text-decoration: none;
float: left;
}
.articulo {
border-radius: 0 0 20px 20px;
background: linear-gradient(top,#FFF 60%,#ADE2E2);
background: -moz-linear-gradient(top,#FFF 60%,#ADE2E2);
background: -o-linear-gradient(top,#FFF 60%,#ADE2E2);
background: -webkit-linear-gradient(top,#FFF 60%,#ADE2E2);
background: -ms-linear-gradient(top,#FFF 60%,#ADE2E2);
float: right;
margin-left: 5px;
padding: 15px;
}
#container {
width: 1000px;
margin: 0 auto;
}
/*Estilos maquetacion cabecera*/
#menu-superior {
overflow: hidden;
padding: 40px 0 0 385px;
}
#cabecera-logo {
float: left;
}
#menu-superior a{
margin: 0 5px 0 5px;
padding-top: 8px;
}
#menu-superior ul a:hover{
text-decoration: underline;
}
/*Estilos del cuerpo */
#menu {
padding-top: 15px;
background: linear-gradient(top,#5BC6C6,#379D9D);
background: -moz-linear-gradient(top,#5BC6C6,#379D9D);
background: -o-linear-gradient(top,#5BC6C6,#379D9D);
background: -ms-linear-gradient(top,#5BC6C6,#379D9D);
background: -webkit-linear-gradient(top,#5BC6C6,#379D9D);
border-radius: 0 20px 0 0;
float: left;
width: 65%;
}
#menu a {
font-weight: bold;
font-size: 17px;
padding: 10px 15px 25px 15px;
}
#menu a:hover {
background: linear-gradient(top,#ADE2E2,#FFF);
background: -moz-linear-gradient(top,#ADE2E2,#FFF);
background: -o-linear-gradient(top,#ADE2E2,#FFF);
background: -webkit-linear-gradient(top,#ADE2E2,#FFF);
background: -ms-linear-gradient(top,#ADE2E2,#FFF);
color: #000;
border-radius: 10px 10px 0 0;
}
#sociales-menu {
padding-left: 20%;
float: left;
width: 15%;
}
#sociales-menu a {
padding: 10px;
}
#container-menu{
overflow: hidden;
}
/*Estilos del cuerpo */
#cuerpo {
}
#principal {
background-color: #FFF;
padding: 20px;
border-radius: 0 15px 0 15px;
position: relative;
}
#eslogan {
background: rgba(76,191,192,0.7);
border-radius: 15px 0 0 15px;
position: absolute;
right: 22px;
top: 343px;
width: 494px;
height: 90px;
}
#eslogan h1,#eslogan h2 {
color: #FFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0 10px 0 0;
font-weight: normal;
text-align: right;
text-shadow: 2px 2px 2px #000;
}
#eslogan h1 {
font-size: 40px;
}
#eslogan h2 {
font-size: 20px;
}
#articulo1 {
width: 50%;
}
#articulo2 {
width: 35%;
}
#articulo1 p{
padding-bottom: 40px;
}
.articulo h2 {
font-weight: normal;
padding: 16px 0;
margin: 0;
font-size: 30px;
}
.articulo h2::before {
content:url('../imagenes/icono-flecha.png')
}
.articulo p {
padding: 10px 25px 10px 25px;
margin: 0;
}
/*maquetacion del pie */
#texto-pie {
float: right;
width: 80%;
} | app/ejercicio3/css/styles.css | @charset "utf-8";
/* Estilos generales*/
header,nav,section,article,aside,footer {
display:block;
overflow: hidden;
}
body {
background:linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-moz-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-webkit-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-o-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-ms-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
width: 1000px;
margin: 20px auto;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.texto-blanco{
color: #D6F0F0;
}
.icono-menu-superiror {
background-repeat: no-repeat;
background-position: center;
display: block;
float: left;
width: 21px;
height: 22px;
}
.home-icon {
background-image: url('../imagenes/icono-home.png');
}
.contacto-icon {
background-image: url('../imagenes/icono-contacto.png');
}
.ubicanos-icon {
background-image: url('../imagenes/icono-ubicanos.png');
}
.lista-menu{
list-style: none;
margin: 0;
padding: 0;
}
.lista-menu a {
display: block;
text-decoration: none;
float: left;
}
.articulo {
border-radius: 0 0 20px 20px;
background: linear-gradient(top,#FFF 60%,#ADE2E2);
background: -moz-linear-gradient(top,#FFF 60%,#ADE2E2);
background: -o-linear-gradient(top,#FFF 60%,#ADE2E2);
background: -webkit-linear-gradient(top,#FFF 60%,#ADE2E2);
background: -ms-linear-gradient(top,#FFF 60%,#ADE2E2);
float: right;
margin-left: 5px;
padding: 15px;
}
#container {
width: 1000px;
margin: 0 auto;
}
/*Estilos maquetacion cabecera*/
#menu-superior {
overflow: hidden;
padding: 40px 0 0 385px;
}
#cabecera-logo {
float: left;
}
#menu-superior a{
margin: 0 5px 0 5px;
padding-top: 8px;
}
#menu-superior ul a:hover{
text-decoration: underline;
}
/*Estilos del cuerpo */
#menu {
padding-top: 15px;
background: linear-gradient(top,#5BC6C6,#379D9D);
background: -moz-linear-gradient(top,#5BC6C6,#379D9D);
background: -o-linear-gradient(top,#5BC6C6,#379D9D);
background: -ms-linear-gradient(top,#5BC6C6,#379D9D);
background: -webkit-linear-gradient(top,#5BC6C6,#379D9D);
border-radius: 0 20px 0 0;
float: left;
width: 65%;
}
#menu a {
font-weight: bold;
font-size: 17px;
padding: 10px 15px 25px 15px;
}
#menu a:hover {
background: linear-gradient(top,#ADE2E2,#FFF);
background: -moz-linear-gradient(top,#ADE2E2,#FFF);
background: -o-linear-gradient(top,#ADE2E2,#FFF);
background: -webkit-linear-gradient(top,#ADE2E2,#FFF);
background: -ms-linear-gradient(top,#ADE2E2,#FFF);
color: #000;
border-radius: 10px 10px 0 0;
}
#sociales-menu {
padding-left: 20%;
float: left;
width: 15%;
}
#sociales-menu a {
padding: 10px;
}
#container-menu{
overflow: hidden;
}
/*Estilos del cuerpo */
#cuerpo {
}
#principal {
background-color: #FFF;
padding: 20px;
border-radius: 0 15px 0 15px;
position: relative;
}
#eslogan {
background: rgba(76,191,192,0.7);
border-radius: 15px 0 0 15px;
position: absolute;
right: 22px;
top: 343px;
width: 494px;
height: 90px;
}
#eslogan h1,#eslogan h2 {
color: #FFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0 10px 0 0;
font-weight: normal;
text-align: right;
text-shadow: 2px 2px 2px #000;
}
#eslogan h1 {
font-size: 40px;
}
#eslogan h2 {
font-size: 20px;
}
#articulo1 {
width: 50%;
}
#articulo2 {
width: 35%;
}
#articulo1 p{
padding-bottom: 40px;
}
.articulo h2 {
font-weight: normal;
padding: 16px 0;
margin: 0;
font-size: 30px;
}
.articulo h2::before {
content:url('../imagenes/icono-flecha.png')
}
.articulo p {
padding: 10px 25px 10px 25px;
margin: 0;
}
/*maquetacion del pie */
#texto-pie {
float: right;
width: 80%;
} | 0.26693 | 0.095983 |
@media (min-width:360px) {
header {
flex-wrap:wrap;
justify-content:space-around;
align-items:center;
}
body {
color: white;
background: var(--background--color);
position:relative;
font-family: 'Roboto Condensed', sans-serif;
}
.hero {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
width: 100%;
height: 55vh;
overflow: hidden;
background-size: cover !important;
background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%), url(../images/background.jpg);
}
h1 {
font-style: normal;
font-weight: 900;
color: #eee;
font-size: 11vmin;
letter-spacing: 0.03em;
line-height: 1;
text-shadow: 4px 8px 16px rgba(0, 0, 0, 0.8);
margin-bottom: 87px;
}
button {
background: #098191;
transition: background ease .25s;
border-radius: 50px;
display: inline-block;
border: none;
padding: 0.75rem 1.5rem;
margin: 0;
text-decoration: none;
color: black;
font-size: 1.2rem;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
color: white;
}
button:hover {
background: lightblue;
}
button:focus {
outline: 1px solid #fff;
outline-offset: -4px;
}
nav {
padding-top: 15px;
margin-right: 20px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
/* background */
section > div {
border-radius: 100%;
background-image: linear-gradient(to bottom, #858dff1c,#a3a9ff13),
linear-gradient(to bottom,#8189ff59,#8189ff0e);
position:absolute;
z-index:-1;
font-size: 24px;
}
.circle1{
width:120px;
height:120px;
top:130px;
left:2vw;
filter:blur(5px);
}
.circle2{
top:-2vh;
left:236px;
filter:blur(11px);
}
.circle3{
top:0vh;
left:80vw;
width:140px;
height:140px;
filter: blur(3px);
}
.circle4{
top:559px;
left:54px;
width:140px;
height:140px;
filter: blur(3px);
}
.circle5{
top:520px;
left:202px;
width:120px;
height:120px;
filter: blur(8px);
}
.circle6{
top:371px;
left:430px;
width:100px;
height:100px;
filter: blur(3px);
}
.circle7{
top:691px;
left:-14px;
width:90px;
height:90px;
filter: blur(3px);
}
.circle8{
top:50vh;
left:80vw;
width:110px;
height:110px;
filter: blur(3px);
} | assets/css/secondary.css | @media (min-width:360px) {
header {
flex-wrap:wrap;
justify-content:space-around;
align-items:center;
}
body {
color: white;
background: var(--background--color);
position:relative;
font-family: 'Roboto Condensed', sans-serif;
}
.hero {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
width: 100%;
height: 55vh;
overflow: hidden;
background-size: cover !important;
background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%), url(../images/background.jpg);
}
h1 {
font-style: normal;
font-weight: 900;
color: #eee;
font-size: 11vmin;
letter-spacing: 0.03em;
line-height: 1;
text-shadow: 4px 8px 16px rgba(0, 0, 0, 0.8);
margin-bottom: 87px;
}
button {
background: #098191;
transition: background ease .25s;
border-radius: 50px;
display: inline-block;
border: none;
padding: 0.75rem 1.5rem;
margin: 0;
text-decoration: none;
color: black;
font-size: 1.2rem;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
color: white;
}
button:hover {
background: lightblue;
}
button:focus {
outline: 1px solid #fff;
outline-offset: -4px;
}
nav {
padding-top: 15px;
margin-right: 20px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
/* background */
section > div {
border-radius: 100%;
background-image: linear-gradient(to bottom, #858dff1c,#a3a9ff13),
linear-gradient(to bottom,#8189ff59,#8189ff0e);
position:absolute;
z-index:-1;
font-size: 24px;
}
.circle1{
width:120px;
height:120px;
top:130px;
left:2vw;
filter:blur(5px);
}
.circle2{
top:-2vh;
left:236px;
filter:blur(11px);
}
.circle3{
top:0vh;
left:80vw;
width:140px;
height:140px;
filter: blur(3px);
}
.circle4{
top:559px;
left:54px;
width:140px;
height:140px;
filter: blur(3px);
}
.circle5{
top:520px;
left:202px;
width:120px;
height:120px;
filter: blur(8px);
}
.circle6{
top:371px;
left:430px;
width:100px;
height:100px;
filter: blur(3px);
}
.circle7{
top:691px;
left:-14px;
width:90px;
height:90px;
filter: blur(3px);
}
.circle8{
top:50vh;
left:80vw;
width:110px;
height:110px;
filter: blur(3px);
} | 0.452778 | 0.084644 |
.message-box {
height: 100%;
padding-bottom: 0.2em;
margin-left: 1em;
display: flex;
flex-direction: column;
}
.message-box__header {
height: 10vh;
padding: 0.5em;
background-color: var(--bgc-white);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.message-box__header__title {
font-family: var(--ff-montserrat-med);
font-size: 1.5rem;
padding: 0.5em;
}
.message-box__header__time {
align-self: flex-end;
padding: 0.3em;
}
.message-box__content {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: scroll;
scrollbar-width: none;
}
.message-box__content::-webkit-scrollbar {
display: none;
}
.message-box__content__message__container {
min-width: 15vw;
padding: 0.75em;
margin: 0.3em;
display: flex;
flex-direction: column;
justify-content: flex-start;
border-radius: 20px;
background-color: var(--bgc-white);
}
.message-box__content__message__sender {
align-self: flex-start;
font-weight: bolder;
color: var(--bgc-green);
font-family: var(--ff-roboto);
font-size: 0.8rem;
}
.message-box__content__message {
align-self: flex-start;
padding-top: 0.5em;
}
.message-box__content__message-time {
align-self: flex-end;
font-size: 0.75rem;
font-weight: bold;
padding-left: 1.5em;
padding-right: 0.5em;
}
.message-box__content__left {
align-self: flex-start;
}
.message-box__content__right {
align-self: flex-end;
}
.message-box__content__loader {
padding: 0 1em;
background-color: darkgray;
margin-left: auto;
margin-right: 1em;
margin-bottom: 1em;
border-radius: 20px;
animation: blinker 5s infinite ease;
}
.message-box__footer {
height: 10vh;
display: flex;
flex-direction: row;
align-items: center;
border-top: 2px solid black;
}
.message-box__footer__input {
flex: 1;
padding: 1em;
margin-left: 0.3em;
border-radius: 20px;
outline: none;
border: none;
font-family: var(--ff-roboreg);
}
.message-box__footer__button {
color: black !important;
}
@keyframes blinker {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media screen and (max-width: 576px) {
.message-box__header {
min-height: 10vh;
}
.message-box__header__title {
font-size: 1rem;
font-weight: bolder;
}
.message-box__header__time {
align-self: flex-start;
}
} | client/src/components/MessageBox/MessageBox.css | .message-box {
height: 100%;
padding-bottom: 0.2em;
margin-left: 1em;
display: flex;
flex-direction: column;
}
.message-box__header {
height: 10vh;
padding: 0.5em;
background-color: var(--bgc-white);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.message-box__header__title {
font-family: var(--ff-montserrat-med);
font-size: 1.5rem;
padding: 0.5em;
}
.message-box__header__time {
align-self: flex-end;
padding: 0.3em;
}
.message-box__content {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: scroll;
scrollbar-width: none;
}
.message-box__content::-webkit-scrollbar {
display: none;
}
.message-box__content__message__container {
min-width: 15vw;
padding: 0.75em;
margin: 0.3em;
display: flex;
flex-direction: column;
justify-content: flex-start;
border-radius: 20px;
background-color: var(--bgc-white);
}
.message-box__content__message__sender {
align-self: flex-start;
font-weight: bolder;
color: var(--bgc-green);
font-family: var(--ff-roboto);
font-size: 0.8rem;
}
.message-box__content__message {
align-self: flex-start;
padding-top: 0.5em;
}
.message-box__content__message-time {
align-self: flex-end;
font-size: 0.75rem;
font-weight: bold;
padding-left: 1.5em;
padding-right: 0.5em;
}
.message-box__content__left {
align-self: flex-start;
}
.message-box__content__right {
align-self: flex-end;
}
.message-box__content__loader {
padding: 0 1em;
background-color: darkgray;
margin-left: auto;
margin-right: 1em;
margin-bottom: 1em;
border-radius: 20px;
animation: blinker 5s infinite ease;
}
.message-box__footer {
height: 10vh;
display: flex;
flex-direction: row;
align-items: center;
border-top: 2px solid black;
}
.message-box__footer__input {
flex: 1;
padding: 1em;
margin-left: 0.3em;
border-radius: 20px;
outline: none;
border: none;
font-family: var(--ff-roboreg);
}
.message-box__footer__button {
color: black !important;
}
@keyframes blinker {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media screen and (max-width: 576px) {
.message-box__header {
min-height: 10vh;
}
.message-box__header__title {
font-size: 1rem;
font-weight: bolder;
}
.message-box__header__time {
align-self: flex-start;
}
} | 0.672439 | 0.076373 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
div#ContentWrapper > script + div > div:first-of-type {
margin-top: 0 !important;
padding-top: 10px;
display: none;
}
html > body.DocumentWidth > div#ContentWrapper {
background-color: #202124;
font-family: 'Open Sans', sans-serif;
}
div#wrapper > div#mainContentTable {
background-image: none;
}
form[name="userform"] > div:last-child,
form[name="userform"] > div:nth-last-child(2) {
color: #bbb;
display: none;
}
div#centralLoginContent + div,
div#mainContentTable > div:first-of-type {
visibility: hidden;
}
div#centralLoginContent {
background-image: none;
display: flex;
position: static;
justify-content: center;
align-items: center;
flex-direction: column;
}
div#centralLoginContent > div:nth-child(3),
div#centralLoginContent > div:nth-child(4) {
display: none;
}
/* div#logoTopLogin > img {
padding: 10px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 5px;
} */
div#loginTable,
div#loginTable a#userid {
color: #ddd;
}
div#col2 > div:first-of-type {
visibility: hidden;
}
div#col2 > div:nth-of-type(4) {
display: flex;
align-items: center;
}
div#loginTable {
position: static;
display: flex;
justify-content: center;
}
#col0 {
display: none;
}
#loginTable .loginBtn#button {
cursor: pointer;
font-family: 'Roboto Condensed', sans-serif;
border-radius: 4px;
min-width: 64px;
height: 36px;
line-height: 36px;
padding: 0 16px;
font-size: 14px;
border: none;
background-color: #4E2A84;
box-shadow: none;
background-image: none;
text-transform: uppercase;
color: #ddd;
font-weight: 500;
letter-spacing: 2px;
transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.64);
border: 1px solid #613ea3;
}
#loginTable .loginBtn#button:hover {
background-color: #836EAA;
border-color: #836EAA;
box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.64);
}
input[type="text"] {
font-family: 'Open Sans', sans-serif;
}
#centralLoginContent #loginTable {
font-family: 'Open Sans', sans-serif;
}
#centralLoginContent #loginTable .textField {
font-family: 'Open Sans', sans-serif;
border: 1px solid #ccc;
}
#centralLoginContent #loginTable #col1.col {
min-width: 83px;
margin-right: 15px;
}
#centralLoginContent #loginTable #col1.col > div {
text-align: right;
}
#centralLoginContent #loginTable .col > div:first-of-type {
display: none;
} | css/login_dark.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
div#ContentWrapper > script + div > div:first-of-type {
margin-top: 0 !important;
padding-top: 10px;
display: none;
}
html > body.DocumentWidth > div#ContentWrapper {
background-color: #202124;
font-family: 'Open Sans', sans-serif;
}
div#wrapper > div#mainContentTable {
background-image: none;
}
form[name="userform"] > div:last-child,
form[name="userform"] > div:nth-last-child(2) {
color: #bbb;
display: none;
}
div#centralLoginContent + div,
div#mainContentTable > div:first-of-type {
visibility: hidden;
}
div#centralLoginContent {
background-image: none;
display: flex;
position: static;
justify-content: center;
align-items: center;
flex-direction: column;
}
div#centralLoginContent > div:nth-child(3),
div#centralLoginContent > div:nth-child(4) {
display: none;
}
/* div#logoTopLogin > img {
padding: 10px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 5px;
} */
div#loginTable,
div#loginTable a#userid {
color: #ddd;
}
div#col2 > div:first-of-type {
visibility: hidden;
}
div#col2 > div:nth-of-type(4) {
display: flex;
align-items: center;
}
div#loginTable {
position: static;
display: flex;
justify-content: center;
}
#col0 {
display: none;
}
#loginTable .loginBtn#button {
cursor: pointer;
font-family: 'Roboto Condensed', sans-serif;
border-radius: 4px;
min-width: 64px;
height: 36px;
line-height: 36px;
padding: 0 16px;
font-size: 14px;
border: none;
background-color: #4E2A84;
box-shadow: none;
background-image: none;
text-transform: uppercase;
color: #ddd;
font-weight: 500;
letter-spacing: 2px;
transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.64);
border: 1px solid #613ea3;
}
#loginTable .loginBtn#button:hover {
background-color: #836EAA;
border-color: #836EAA;
box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.64);
}
input[type="text"] {
font-family: 'Open Sans', sans-serif;
}
#centralLoginContent #loginTable {
font-family: 'Open Sans', sans-serif;
}
#centralLoginContent #loginTable .textField {
font-family: 'Open Sans', sans-serif;
border: 1px solid #ccc;
}
#centralLoginContent #loginTable #col1.col {
min-width: 83px;
margin-right: 15px;
}
#centralLoginContent #loginTable #col1.col > div {
text-align: right;
}
#centralLoginContent #loginTable .col > div:first-of-type {
display: none;
} | 0.188735 | 0.060919 |
TABLE OF CONTENTS:
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button
>> Form
>> Theme
>> Home Page 02
>> About Page
>> Contact Page
>> 404 Page
>> Donation List
>> Donation Single
>> Event List
>> Event Single
>> FAQ Page
>> Project Single
>> Project List
>> Volunteer Team
>> Our Mission
>> Blog Page
>> Home Page 01
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.home2-header .circle-vector, .home2-header .red-vector, .home2-header .yellow-vector {
width: 25px;
height: auto;
position: absolute; }
/* Author CSS */
body {
margin: 0;
color: #058642;
font-family: "Roboto", sans-serif; }
h1 {
color: #058642;
font-size: 62px; }
@media screen and (max-width: 767.98px) {
h1 {
font-size: 50px; } }
@media screen and (max-width: 575.98px) {
h1 {
font-size: 49px; } }
h2 {
color: #058642;
font-size: 48px; }
@media screen and (max-width: 1199.98px) {
h2 {
font-size: 45px; } }
h3 {
color: #058642;
font-size: 24px; }
h4 {
color: #058642;
font-size: 20px; }
h5 {
color: #058642;
font-size: 18px; }
h6 {
color: #5C97CD;
font-size: 14px;
margin-bottom: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Oswald", sans-serif;
font-weight: 700;
text-transform: capitalize;
line-height: 1.2;
margin-bottom: 0; }
p {
color: #058642;
margin-bottom: 10px;
font-size: 16px; }
ul {
margin: 0;
padding: 0;
list-style: none; }
a:hover,
a:focus {
text-decoration: none;
outline: none; }
input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
outline: none; }
button {
cursor: pointer; }
img {
width: 100%;
height: auto;
display: block; }
/* Navbar */
.mobile-menu .mean-bar {
position: absolute;
z-index: 999; }
@media screen and (max-width: 991.98px) {
.mobile-menu .mean-bar {
background-color: transparent;
top: 28px; } }
@media screen and (max-width: 767.98px) {
.mobile-menu .mean-bar {
width: 95%; } }
@media (max-width: 480px) {
.mobile-menu .mean-bar {
width: 92%; } }
@media screen and (max-width: 991.98px) {
.mobile-menu .mean-nav {
background-color: #5C97CD; } }
@media (max-width: 480px) {
.mobile-menu .mean-nav {
margin-top: 29px; } }
.mean-container .mean-nav ul li a.mean-expand {
width: 25px;
height: 25px;
background-color: transparent; }
.mean-container a.meanmenu-reveal {
color: #058642;
top: -20px; }
@media screen and (max-width: 767.98px) {
.mean-container a.meanmenu-reveal {
right: -6px !important; } }
@media (max-width: 480px) {
.mean-container a.meanmenu-reveal {
top: -30px; } }
.mean-container a.meanmenu-reveal span {
background-color: #058642;
height: 4px;
margin-top: 4px; }
.mean-container .mean-nav ul li a.mean-expand:hover {
background-color: #5C97CD; }
.main-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media screen and (max-width: 991.98px) {
.main-menu {
display: block; } }
.main-menu li {
display: inline-block;
position: relative; }
@media screen and (max-width: 991.98px) {
.main-menu li span {
display: none; } }
.main-menu li .submenu {
width: 220px;
position: absolute;
top: 90px;
left: 0;
background: #5C97CD;
visibility: hidden;
opacity: 0;
padding: 10px;
border-radius: 5px;
z-index: 999; }
@media (min-width: 992px) {
.main-menu li .submenu {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; } }
@media screen and (max-width: 991.98px) {
.main-menu li .submenu {
position: static;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 1;
visibility: visible; } }
.main-menu li .submenu li {
display: block; }
.main-menu li .submenu li a {
padding: 5px 15px;
display: block;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 14px;
color: #ffffff; }
.main-menu li .submenu li a:hover {
margin-left: 5px; }
.main-menu li:hover .submenu {
top: 81px;
opacity: 1;
visibility: visible; }
.main-menu li:hover > a {
color: #5C97CD; }
.main-menu li a {
padding: 30px 15px;
display: block;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.main-menu li a span i {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.main-menu li a {
padding: 30px 8px;
font-size: 14px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.main-menu li a {
font-size: 14px; } }
.home2-header .main-menu li:hover > a {
color: #5D98CD; }
@media screen and (max-width: 991.98px) {
.home2-header .main-menu li:hover > a {
color: #ffffff; } }
.home2-header .main-menu li .submenu {
background-color: #5D98CD; }
.home2-header .main-menu li .submenu li:hover a {
color: #ffffff; }
.home2-header .mean-nav {
background-color: #5D98CD; }
.home2-header .nav-right-btn li a {
background-color: #5D98CD;
border-radius: 0px; }
.home2-header .mean-container .mean-nav ul li a.mean-expand:hover {
background-color: #5D98CD; }
/* Header Section */
.info-bar {
background: #058642;
padding: 8px 0; }
.info-bar .date {
float: left;
margin-right: 20px; }
.info-bar .infobar-ticker {
overflow: hidden; }
.info-bar .infobar-ticker span {
margin-right: 10px; }
@media screen and (max-width: 991.98px) {
.info-bar .infobar-ticker {
text-align: left; } }
.info-bar .infobar-ticker .single-ticker {
color: #ffffff;
font-family: "Roboto", sans-serif;
text-transform: capitalize;
font-weight: 400; }
.info-bar .top-left {
text-align: left;
margin-left: 0; }
@media screen and (max-width: 991.98px) {
.info-bar .top-left {
text-align: center;
margin-bottom: 6px;
margin-left: 10%; } }
@media screen and (max-width: 767.98px) {
.info-bar .top-left {
display: none; } }
.info-bar .top-left p {
color: #5C97CD;
font-weight: 400;
margin-bottom: 0; }
.info-bar .top-left p span {
color: #ffffff;
margin-left: 10px; }
.info-bar .top-left p span:first-child {
margin-right: 10px; }
.info-bar .social {
text-align: right; }
@media screen and (max-width: 991.98px) {
.info-bar .social {
text-align: center; } }
.info-bar .social a {
padding: 0 8px;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block; }
.info-bar .social a:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.info-bar .social a {
padding: 0 6px; } }
@media screen and (max-width: 991.98px) {
.header-section {
padding: 12px 0; } }
.header-section .logo {
position: relative;
z-index: 99999999; }
.header-section .logo img {
width: 240px; }
@media (max-width: 480px) {
.header-section .logo img {
width: 150px; } }
.home2-header {
background-image: url(../images/header-bg2.png);
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
padding: 25px 0 0 0; }
.home2-header .vector-container {
position: relative; }
.home2-header .circle-vector {
top: 0%;
left: -3%; }
@media screen and (max-width: 767.98px) {
.home2-header .circle-vector {
display: none; } }
.home2-header .red-vector {
top: 18%;
left: 40%;
width: 100px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.home2-header .red-vector {
top: 6%;
left: 42%; } }
@media screen and (max-width: 991.98px) {
.home2-header .red-vector {
top: 18%;
right: 2%;
left: initial; } }
@media screen and (max-width: 767.98px) {
.home2-header .red-vector {
display: none; } }
.home2-header .yellow-vector {
top: 60%;
left: 40%;
width: 70px; }
@media screen and (max-width: 991.98px) {
.home2-header .yellow-vector {
left: initial;
right: 35%; } }
@media screen and (max-width: 767.98px) {
.home2-header .yellow-vector {
display: none; } }
.home2-header .hero-section {
padding: 140px 0; }
@media screen and (max-width: 991.98px) {
.home2-header .hero-section {
padding: 100px 0; } }
@media screen and (max-width: 767.98px) {
.home2-header .hero-section {
padding: 60px 0; } }
@media screen and (max-width: 1199.98px) {
.home2-header .hero-section .hero-title h1 br {
display: none; } }
.home2-header .hero-section .progress-bar-area {
margin-top: 30px;
width: 302px; }
.home2-header .hero-section .progress-bar-area h1 {
margin-bottom: 20px;
display: inline-block; }
.home2-header .hero-section .progress-bar-area h1 span.stroke-text {
margin-right: 10px; }
.home2-header .hero-section .progress-bar-area h1 span.stroke-text:first-child {
margin-right: 0; }
.home2-header .hero-section .progress-bar-area span.donate-title {
font-size: 18px;
font-family: "Oswald", sans-serif;
font-weight: 500;
text-transform: capitalize;
float: right;
margin-top: 42px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.home2-header .hero-section .progress-bar-area span.donate-title {
margin-top: 45px; } }
@media screen and (max-width: 767.98px) {
.home2-header .hero-section .progress-bar-area span.donate-title {
margin-top: 30px; } }
.home2-header .hero-section .progress-bar-area .progressbar {
border-radius: 6px !important; }
.home2-header .hero-section .progress-bar-area .proggress {
height: 15px !important;
border-radius: 6px !important; }
.home2-header .hero-section .progress-bar-area .percentCount {
font-size: 0px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.home2-header .hero-section .progress-bar-area {
width: 302px; } }
@media screen and (max-width: 767.98px) {
.home2-header .hero-section .progress-bar-area {
width: 280px; } }
.home2-header .hero-section .hero-btn {
margin-top: 30px; }
.home2-header .hero-section .banner img {
width: 118%;
height: auto;
margin-top: -20px; }
@media screen and (max-width: 991.98px) {
.home2-header .hero-section .banner img {
display: none; } }
/* Footer Section */
.footer-section {
background-image: url(../images/footer-bg.png);
background-size: cover;
background-repeat: no-repeat; }
.footer-section .vector-container {
position: relative; }
.footer-section .yellow-vector, .footer-section .red-vector, .footer-section .dot-vector {
position: absolute;
width: 70px; }
@media screen and (max-width: 767.98px) {
.footer-section .yellow-vector, .footer-section .red-vector, .footer-section .dot-vector {
display: none; } }
.footer-section .yellow-vector {
left: -150px;
top: 6px; }
.footer-section .dot-vector {
right: 0;
top: 10px; }
.footer-section .red-vector {
bottom: 10px;
right: 0; }
.footer-section img.logo {
margin-bottom: 25px; }
@media screen and (max-width: 991.98px) {
.footer-section img.logo {
width: 240px; } }
.footer-section .footer-social a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 6px;
font-size: 26px;
display: inline-block; }
.footer-section .footer-social a:hover {
color: #5C97CD; }
.footer-section .other-links h3 {
margin-bottom: 25px;
margin-top: 20px; }
.footer-section .other-links .footer-nav ul li a {
color: #058642;
margin-bottom: 15px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.footer-section .other-links .footer-nav ul li a:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.footer-section .other-links {
margin-top: 30px; } }
.footer-section .donors-link h3 {
margin-bottom: 25px;
margin-top: 20px; }
.footer-section .donors-link .footer-nav ul li a {
color: #058642;
margin-bottom: 15px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.footer-section .donors-link .footer-nav ul li a:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.footer-section .donors-link {
margin-top: 30px; } }
.footer-section .footer-last h3 {
margin-top: 20px;
margin-bottom: 25px; }
.footer-section .footer-last .widget-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px; }
.footer-section .footer-last .widget-bottom img {
margin-right: 15px;
width: 55px;
height: 46px; }
@media screen and (max-width: 767.98px) {
.footer-section .footer-last .widget-bottom .widget-content {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; } }
.footer-section .footer-bottom {
margin-top: 30px; }
@media screen and (max-width: 991.98px) {
.footer-section .footer-bottom .copyright {
margin-top: 30px; } }
.footer-section .footer-bottom .copyright p a {
text-transform: uppercase;
color: #5C97CD;
font-weight: 600; }
@media screen and (max-width: 991.98px) {
.footer-section .footer-bottom .author {
margin-top: 30px; } }
.footer-section .footer-bottom .author span i {
color: #5C97CD;
margin-right: 6px; }
.about-footer {
background-color: #ffffff;
background-image: none !important;
padding-top: 250px; }
@media screen and (max-width: 991.98px) {
.about-footer {
padding-top: 120px; } }
.about-footer .copyright-vector {
position: absolute;
bottom: 43px;
right: 0;
width: 160px; }
.about-footer .about-footer-vector {
position: absolute;
top: 0;
left: 0;
width: 160px; }
.about-footer .red-vector {
bottom: 80px;
right: -65px; }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.about-footer .red-vector {
right: 10px; } }
@media screen and (max-width: 1199.98px) {
.about-footer .red-vector {
display: none; } }
@media screen and (max-width: 991.98px) {
.about-footer .dot-vector, .about-footer .red-vector, .about-footer .yellow-vector {
display: none; } }
.about-footer .footer-top {
margin-bottom: 100px;
position: absolute;
top: -112%;
width: 98%;
z-index: 999;
background-color: #ffffff; }
@media screen and (max-width: 991.98px) {
.about-footer .footer-top {
position: initial; } }
.about-footer .footer-top .subscribe-area {
position: relative;
padding: 50px 20px;
-webkit-box-shadow: 0px 0px 50px #dddddd;
box-shadow: 0px 0px 50px #dddddd;
overflow: hidden; }
@media screen and (max-width: 991.98px) {
.about-footer .footer-top .subscribe-area {
margin-bottom: 60px; } }
.about-footer .footer-top .subscribe-area .left-logo {
margin-right: 35px; }
.about-footer .footer-top .subscribe-area .left-logo .left-icon {
width: 60px;
height: 60px;
margin-top: 0px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.about-footer .footer-top .subscribe-area .left-logo .left-icon span {
width: 45px;
position: absolute;
top: 0;
right: -30%;
z-index: 99; }
.about-footer .footer-top .subscribe-area .left-logo .left-icon span img {
width: 100%; }
.about-footer .footer-top .subscribe-area .subscription-vector {
position: absolute;
top: -10px;
right: -11px;
width: 75px;
height: 75px; }
.about-footer .footer-top .subscribe-area .hot-number {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.about-footer .footer-top .subscribe-area .hot-number img {
width: 65px;
height: 65px;
margin-right: 15px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.about-footer .footer-top .subscribe-area .hot-number .number h3 {
color: #5C97CD;
margin-top: 12px; }
.about-footer .footer-top .subscribe-area .subscribe-form {
margin-top: 45px; }
.about-footer .footer-top .brands {
padding: 31px 20px 36px 20px;
-webkit-box-shadow: 0px 0px 108px #dddddd;
box-shadow: 0px 0px 108px #dddddd; }
@media screen and (max-width: 767.98px) {
.about-footer .footer-top .brands {
text-align: center; } }
.about-footer .footer-top .brands span.brand-title {
display: block;
font-size: 36px;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
color: #058642; }
.about-footer .footer-top .brands img {
width: 120px;
height: 96px;
display: inline-block;
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-footer .footer-top .brands img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0); }
.about-footer .footer-bottom .footer-social {
display: inline-block;
margin: auto; }
.about-footer .copyright {
text-align: center;
background: #e34a20;
padding: 10px 0;
margin-top: 30px; }
.about-footer .copyright p {
color: #058642;
margin: 0; }
.about-footer .copyright a {
color: #ffffff;
text-transform: uppercase; }
.about-footer .widget-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 25px; }
.about-footer .widget-bottom img {
margin-right: 15px;
width: 48px;
height: 46px; }
@media screen and (max-width: 767.98px) {
.about-footer .widget-bottom .widget-content {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; } }
.about-footer .footer-nav ul li {
position: relative;
margin-left: 20px; }
.about-footer .footer-nav ul li:before {
content: '\f0da';
font-family: "Font Awesome\ 5 Free";
display: block;
position: absolute;
left: -15px;
top: 0;
font-weight: 900; }
.about-footer .footer-nav ul li a {
font-size: 14px;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.about-footer .footer-last .widget-bottom .widget-content h6 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-footer .footer-last .widget-bottom .widget-content h6:hover {
color: #5C97CD; }
.about-footer h6 {
color: #058642;
margin-bottom: 6px;
line-height: 1.6em; }
.coming-soon-footer {
padding-top: 120px; }
/* Breadcrumb Section */
.breadcrumb {
background-image: url(../images/about-bg.png);
background-size: cover;
overflow: hidden;
background-repeat: no-repeat;
background-position: bottom center;
padding: 100px 0;
background-color: transparent;
position: relative;
z-index: 1;
margin-bottom: 0; }
@media screen and (max-width: 767.98px) {
.breadcrumb {
padding: 50px 0; } }
.breadcrumb .breadcrumb-left {
position: relative;
padding: 70px 0; }
@media (min-width: 576px) and (max-width: 767.98px) {
.breadcrumb .breadcrumb-left {
text-align: center; } }
@media (max-width: 575.98px) {
.breadcrumb .breadcrumb-left {
text-align: center; } }
.breadcrumb .breadcrumb-left img {
position: absolute;
top: -35%;
left: -26%;
width: 100%;
z-index: -1; }
@media screen and (max-width: 991.98px) {
.breadcrumb .breadcrumb-left img {
width: 73%;
left: -10%;
top: -32%; } }
@media screen and (max-width: 767.98px) {
.breadcrumb .breadcrumb-left img {
width: 90%;
left: -25%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.breadcrumb .breadcrumb-left img {
display: none; } }
@media screen and (max-width: 575.98px) {
.breadcrumb .breadcrumb-left img {
display: none; } }
.breadcrumb .breadcrumb-left h1,
.breadcrumb .breadcrumb-left h2,
.breadcrumb .breadcrumb-left h3,
.breadcrumb .breadcrumb-left h5 {
color: #ffffff;
margin-bottom: 15px; }
.breadcrumb .breadcrumb-left h3 a {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: #ffffff; }
.breadcrumb .breadcrumb-left h3 a:hover {
color: #058642; }
/* Preloader */
.preloader-inner {
position: fixed;
left: 0;
top: 0;
z-index: 9999;
background-color: #ffffff;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.preloader-inner .cancel-preloader {
position: absolute;
bottom: 30px;
right: 30px; }
.preloader-inner .cancel-preloader a {
background-color: #ffffff;
font-weight: 600;
text-transform: capitalize;
color: #5C97CD;
width: 200px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 30px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.preloader-inner .cancel-preloader a:hover {
background-color: #058642;
color: #ffffff; }
.spinner {
width: 70px;
text-align: center; }
.spinner > div {
width: 15px;
height: 15px;
background-color: #5C97CD;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0); }
40% {
-webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
/* Button */
.nav-right-btn li a, .subscribe-form form input[type="submit"], .campaign-section .campaign-title .readmore-btn-container a, .about-donate-slider .slide-left a, .not-found-img a, .post-section .sidebar .widget-banner .left-content a, .event-single .event-donation .donate-tab .tab-content .tab-pane a, .donate-tab .tab-content .tab-pane a, .template-button {
padding: 12px 26px;
background-color: #5C97CD;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-size: 16px;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block;
border-radius: 6px; }
.nav-right-btn li a:hover, .subscribe-form form input:hover[type="submit"], .campaign-section .campaign-title .readmore-btn-container a:hover, .about-donate-slider .slide-left a:hover, .not-found-img a:hover, .post-section .sidebar .widget-banner .left-content a:hover, .event-single .event-donation .donate-tab .tab-content .tab-pane a:hover, .donate-tab .tab-content .tab-pane a:hover, .template-button:hover {
background: #058642; }
.nav-right-btn {
padding-top: 12px 26px;
text-align: right; }
@media screen and (max-width: 991.98px) {
.nav-right-btn {
margin-right: 30px; } }
@media screen and (max-width: 767.98px) {
.nav-right-btn {
margin-right: 40px; } }
@media (max-width: 480px) {
.nav-right-btn {
margin-right: 50px; } }
.nav-right-btn li {
position: relative;
z-index: 999999999999999; }
.call-to-action-btn {
background-color: #058642;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
padding: 12px 0px;
border-radius: 6px;
display: inline-block;
margin-top: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 150px;
text-align: center; }
.call-to-action-btn:hover {
background-color: #5C97CD;
color: #ffffff; }
.home2-primary-btn {
background-color: #5D98CD !important;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
padding: 12px 0px;
border-radius: 0px !important;
display: inline-block;
margin-top: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 120px;
text-align: center; }
.home2-primary-btn:hover {
background-color: #058642 !important;
color: #ffffff; }
.img-top-btn {
position: absolute;
padding: 3px 24px;
text-align: center;
border-radius: 6px;
display: inline-block;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 700;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
z-index: 99999; }
.img-top-btn:hover {
background-color: #5C97CD; }
.home2-img-top-btn {
background-color: #058642 !important;
border-radius: 0px !important; }
.home2-img-top-btn:hover {
background-color: #5D98CD !important; }
.readmore-btn {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
display: block;
margin-top: 15px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (max-width: 575.98px) {
.readmore-btn {
margin-top: 0; } }
.readmore-btn:hover {
color: #5C97CD; }
.go-top-btn {
position: fixed;
bottom: 30px;
right: 25px;
background: #058642;
color: #ffffff;
text-transform: uppercase;
padding: 8px 14px;
z-index: 99999999;
display: inline-block;
cursor: pointer;
-webkit-transition: initial;
-o-transition: initial;
transition: initial;
border-radius: 3px;
display: none; }
.go-top-btn:hover {
background-color: #5C97CD;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
/* Form */
.charity-form-area .form-right form .form-input, .post-section .form-right form .form-input {
position: relative;
margin-bottom: 20px; }
.charity-form-area .form-right form .form-input input, .charity-form-area .form-right form .form-input select, .post-section .form-right form .form-input input, .post-section .form-right form .form-input select {
width: 100%;
padding: 12px 12px 12px 12px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600;
border: none;
background-color: #f7f7f7; }
.charity-form-area .form-right form .form-input input::-webkit-input-placeholder, .charity-form-area .form-right form .form-input select::-webkit-input-placeholder, .post-section .form-right form .form-input input::-webkit-input-placeholder, .post-section .form-right form .form-input select::-webkit-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input input:-ms-input-placeholder, .charity-form-area .form-right form .form-input select:-ms-input-placeholder, .post-section .form-right form .form-input input:-ms-input-placeholder, .post-section .form-right form .form-input select:-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input input::-ms-input-placeholder, .charity-form-area .form-right form .form-input select::-ms-input-placeholder, .post-section .form-right form .form-input input::-ms-input-placeholder, .post-section .form-right form .form-input select::-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input input::placeholder, .charity-form-area .form-right form .form-input select::placeholder, .post-section .form-right form .form-input input::placeholder, .post-section .form-right form .form-input select::placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input select, .post-section .form-right form .form-input select {
color: rgba(152, 135, 163, 0.9); }
.charity-form-area .form-right form .form-input span.currency, .post-section .form-right form .form-input span.currency {
position: absolute;
top: 0;
right: 0px;
height: 47.4px;
width: 40px;
background: #5C97CD;
color: #ffffff;
padding: 12px 0;
font-family: "Oswald", sans-serif;
font-weight: 700;
text-align: center; }
.charity-form-area .form-right form .form-input .nice-select, .post-section .form-right form .form-input .nice-select {
padding: 2px 12px;
color: rgba(152, 135, 163, 0.9); }
.charity-form-area .form-right form .form-input span.current, .post-section .form-right form .form-input span.current {
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea, .post-section .form-right form .form-textarea {
padding-right: 0; }
.charity-form-area .form-right form .form-textarea textarea, .post-section .form-right form .form-textarea textarea {
width: 100%;
padding: 7px 21px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(152, 135, 163, 0.9);
border: none;
background-color: #f7f7f7; }
.charity-form-area .form-right form .form-textarea textarea::-webkit-input-placeholder, .post-section .form-right form .form-textarea textarea::-webkit-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea textarea:-ms-input-placeholder, .post-section .form-right form .form-textarea textarea:-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea textarea::-ms-input-placeholder, .post-section .form-right form .form-textarea textarea::-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea textarea::placeholder, .post-section .form-right form .form-textarea textarea::placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form input[type="submit"], .post-section .form-right form input[type="submit"] {
border: none;
margin-top: 25px;
cursor: pointer;
background-color: #5C97CD;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.charity-form-area .form-right form input[type="submit"]:hover, .post-section .form-right form input[type="submit"]:hover {
background-color: #058642; }
.subscribe-form form input[type="email"] {
width: 70%;
padding: 8px 21px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(152, 135, 163, 0.9);
border: none;
background-color: #f7f7f7;
border-radius: 6px; }
.subscribe-form form input[type="email"]::-webkit-input-placeholder {
color: rgba(152, 135, 163, 0.9); }
.subscribe-form form input[type="email"]:-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9); }
.subscribe-form form input[type="email"]::-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9); }
.subscribe-form form input[type="email"]::placeholder {
color: rgba(152, 135, 163, 0.9); }
@media screen and (max-width: 575.98px) {
.subscribe-form form input[type="email"] {
width: 100%;
display: block;
margin-bottom: 20px; } }
.subscribe-form form input[type="submit"] {
border: none;
cursor: pointer;
float: right;
text-transform: capitalize;
border-radius: 6px;
padding: 8px 26px; }
@media screen and (max-width: 575.98px) {
.subscribe-form form input[type="submit"] {
float: none; } }
.post-section .form-right {
background-color: #ffffff;
padding: 25px 15px;
margin-top: 60px;
-webkit-box-shadow: 0px 0px 10px #dddddd;
box-shadow: 0px 0px 10px #dddddd;
overflow: hidden;
position: relative; }
.post-section .form-right h4 {
margin: 0 0 20px 20px; }
.post-section .form-right .gateway-select {
margin: 20px 0; }
.post-section .form-right .gateway-select h4 {
display: inline-block;
margin-right: 20px;
margin-left: 20px; }
.post-section .form-right .gateway-select .paypal-img,
.post-section .form-right .gateway-select .payoneer-img,
.post-section .form-right .gateway-select .mastercard-img {
display: inline-block;
width: inherit;
margin-left: 6px;
margin-right: 12px;
margin-top: -2px;
cursor: pointer; }
.post-section .form-right .hand-vector {
position: absolute;
bottom: -41px;
right: -137px;
width: 311px;
height: 174px; }
.post-section .form-right input[type="submit"] {
border-radius: 4px;
margin-left: 15px; }
/* Theme Default */
.padding-top-4 {
padding-top: 4px; }
.padding-top-10 {
padding-top: 10px; }
.padding-top-20 {
padding-top: 20px; }
.padding-top-30 {
padding-top: 30px; }
.padding-top-40 {
padding-top: 40px; }
.padding-top-45 {
padding-top: 45px; }
.padding-top-50 {
padding-top: 50px; }
.padding-top-60 {
padding-top: 60px; }
.padding-top-70 {
padding-top: 70px; }
.padding-top-80 {
padding-top: 80px; }
.padding-top-85 {
padding-top: 85px; }
.padding-top-90 {
padding-top: 90px; }
.padding-top-92 {
padding-top: 92px; }
.padding-top-94 {
padding-top: 94px; }
.padding-top-100 {
padding-top: 100px; }
.padding-top-103 {
padding-top: 103px; }
.padding-top-105 {
padding-top: 105px; }
.padding-top-110 {
padding-top: 110px; }
.padding-top-115 {
padding-top: 115px; }
.padding-top-116 {
padding-top: 116px; }
.padding-top-120 {
padding-top: 120px; }
.padding-top-160 {
padding-top: 160px; }
.padding-top-122 {
padding-top: 122px; }
.padding-bottom-10 {
padding-bottom: 10px; }
.padding-bottom-20 {
padding-bottom: 20px; }
.padding-bottom-30 {
padding-bottom: 30px; }
.padding-bottom-40 {
padding-bottom: 40px; }
.padding-bottom-50 {
padding-bottom: 50px; }
.padding-bottom-55 {
padding-bottom: 55px; }
.padding-bottom-60 {
padding-bottom: 60px; }
.padding-bottom-70 {
padding-bottom: 70px; }
.padding-bottom-75 {
padding-bottom: 75px; }
.padding-bottom-80 {
padding-bottom: 80px; }
.padding-bottom-85 {
padding-bottom: 85px; }
.padding-bottom-90 {
padding-bottom: 90px; }
.padding-bottom-97 {
padding-bottom: 97px; }
.padding-bottom-100 {
padding-bottom: 100px; }
.padding-bottom-105 {
padding-bottom: 105px; }
.padding-bottom-110 {
padding-bottom: 110px; }
.padding-bottom-115 {
padding-bottom: 115px; }
.padding-bottom-120 {
padding-bottom: 120px; }
.padding-bottom-122 {
padding-bottom: 122px; }
.padding-bottom-145 {
padding-bottom: 145px; }
.padding-10 {
padding-top: 10px;
padding-bottom: 10px; }
.padding-20 {
padding: 20px; }
.padding-30 {
padding-top: 30px;
padding-bottom: 30px; }
.padding-40 {
padding-top: 40px;
padding-bottom: 40px; }
.padding-50 {
padding-top: 50px;
padding-bottom: 50px; }
.padding-60 {
padding-top: 60px;
padding-bottom: 60px; }
.padding-70 {
padding-top: 70px;
padding-bottom: 70px; }
.padding-80 {
padding-top: 80px;
padding-bottom: 80px; }
.padding-90 {
padding-top: 90px;
padding-bottom: 90px; }
.padding-100 {
padding-top: 100px;
padding-bottom: 100px; }
.padding-105 {
padding-top: 105px;
padding-bottom: 105px; }
.padding-115 {
padding-top: 115px;
padding-bottom: 115px; }
.padding-120 {
padding-top: 120px;
padding-bottom: 120px; }
.margin-0 {
margin: 0; }
.margin-right-8 {
margin-right: 8px; }
.margin-right-10 {
margin-right: 10px; }
.margin-minus-19 {
margin-top: -19px; }
.margin-top-10 {
margin-top: 10px; }
.margin-top-20 {
margin-top: 20px; }
.margin-top-24 {
margin-top: 24px; }
.margin-top-25 {
margin-top: 25px; }
.margin-top-30 {
margin-top: 30px; }
.margin-top-40 {
margin-top: 40px; }
.margin-top-50 {
margin-top: 50px; }
.margin-top-60 {
margin-top: 60px; }
.margin-top-70 {
margin-top: 70px; }
.margin-top-80 {
margin-top: 80px; }
.margin-top-90 {
margin-top: 90px; }
.margin-top-100 {
margin-top: 100px; }
.margin-bottom-10 {
margin-bottom: 10px; }
.margin-bottom-15 {
margin-bottom: 15px; }
.margin-bottom-20 {
margin-bottom: 20px; }
.margin-bottom-25 {
margin-bottom: 25px; }
.margin-bottom-30 {
margin-bottom: 30px; }
.margin-bottom-40 {
margin-bottom: 40px; }
.margin-bottom-45 {
margin-bottom: 45px; }
.margin-bottom-50 {
margin-bottom: 50px; }
.margin-bottom-55 {
margin-bottom: 55px; }
.margin-bottom-60 {
margin-bottom: 60px; }
.margin-bottom-70 {
margin-bottom: 70px; }
.margin-bottom-80 {
margin-bottom: 80px; }
.margin-bottom-90 {
margin-bottom: 90px; }
.margin-bottom-100 {
margin-bottom: 100px; }
.margin-right-10 {
margin-right: 10px; }
.margin-right-20 {
margin-right: 20px; }
.margin-right-30 {
margin-right: 30px; }
.margin-right-40 {
margin-right: 40px; }
.margin-right-50 {
margin-right: 50px; }
.margin-right-60 {
margin-right: 60px; }
.margin-right-70 {
margin-right: 70px; }
.margin-right-80 {
margin-right: 80px; }
.margin-right-90 {
margin-right: 90px; }
.margin-right-100 {
margin-right: 100px; }
.margin-left-10 {
margin-left: 10px; }
.margin-left-20 {
margin-left: 20px; }
.margin-left-30 {
margin-left: 30px; }
.margin-left-40 {
margin-left: 40px; }
.margin-left-50 {
margin-left: 50px; }
.margin-left-60 {
margin-left: 60px; }
.margin-left-70 {
margin-left: 70px; }
.margin-left-80 {
margin-left: 80px; }
.margin-left-90 {
margin-left: 90px; }
.margin-left-100 {
margin-left: 100px; }
.margin-10 {
margin: 10px 0; }
.margin-20 {
margin: 20px 0; }
.margin-30 {
margin: 30px 0; }
.margin-40 {
margin: 40px 0; }
.margin-50 {
margin: 50px 0; }
.margin-60 {
margin: 60px 0; }
.margin-70 {
margin: 70px 0; }
.margin-80 {
margin: 80px 0; }
.margin-90 {
margin: 90px 0; }
.margin-100 {
margin: 100px 0; }
.stroke-text {
color: #000000;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #5C97CD; }
.img-top-btn {
position: absolute;
top: 20px;
left: 20px;
padding: 3px 24px;
background-color: #058642;
color: #ffffff;
font-family: "Roboto", sans-serif;
font-weight: 600;
display: inline-block; }
.overflow-visible {
overflow: visible !important; }
.bg-transparent {
background: transparent !important; }
.home2-heading-color {
color: #058642; }
.home2-p-color {
color: #83839e; }
@media screen and (max-width: 991.98px) {
.md-none {
display: none; } }
/** Home Page 02 **/
.home2-blog-section .home2-blog-left {
padding: 10px;
background-color: #fbfbfb; }
.home2-blog-section .home2-blog-left .home2-blog-content {
padding: 20px;
position: relative;
padding-bottom: 40px;
margin-bottom: 20px; }
.home2-blog-section .home2-blog-left .home2-blog-content h3 {
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.home2-blog-section .home2-blog-left .home2-blog-content p {
margin-bottom: 15px; }
.home2-blog-section .home2-blog-left .home2-blog-content a.readmore {
font-family: "Oswald", sans-serif;
font-weight: 600;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.home2-blog-section .home2-blog-left .home2-blog-content a.readmore:hover {
color: #5C97CD; }
.home2-blog-section .home2-blog-left .home2-blog-content .vector-bg {
width: 70px;
height: auto;
position: absolute;
bottom: 0px;
right: 6px; }
.home2-blog-section .home2-blog-video {
position: relative; }
@media screen and (max-width: 991.98px) {
.home2-blog-section .home2-blog-video {
margin-top: 60px; } }
.home2-blog-section .home2-blog-video .play-btn {
position: absolute;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #5D98CD;
border-radius: 50%;
cursor: pointer; }
.home2-blog-section .home2-blog-video .play-btn span.play-icon {
width: 30px;
height: 30px;
display: block;
margin-top: 18px;
margin-left: 19px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.home2-blog-section .home2-blog-video .play-btn:hover span.play-icon {
margin: 11px; }
.home2-blog-section .home2-blog-video .bottom-quote-text {
position: absolute;
bottom: 0;
left: 0;
width: 47%;
background: #5D98CD;
padding: 21px 12px; }
.home2-blog-section .home2-blog-video .bottom-quote-text span.quote-icon {
float: right;
margin-right: 6px;
margin-top: -6px;
color: #ffffff; }
.home2-blog-section .home2-blog-video .bottom-quote-text h3 {
color: #ffffff; }
@media (max-width: 575.98px) {
.home2-blog-section .home2-blog-video .bottom-quote-text {
width: 62%; } }
@media screen and (max-width: 991.98px) {
.donate-section .country-map img {
margin-bottom: 60px; } }
.donate-section .donate-right p {
margin-bottom: 30px; }
@media screen and (max-width: 991.98px) {
.donate-section .donate-right p {
width: 90%; } }
.donate-section .donate-right .countdown-area .countdown h2 {
display: inline-block; }
.donate-section .donate-right .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.donate-section .donate-right .countdown-area .countdown {
margin-bottom: 15px; } }
.donate-section .donate-right a.call-to-action-btn {
background-color: #5C97CD; }
.donate-section .donate-right a.call-to-action-btn:hover {
background-color: #058642; }
.help-section .help-left {
padding: 10px; }
@media screen and (max-width: 991.98px) {
.help-section .help-left {
margin-bottom: 25px; } }
.help-section .help-left h2 {
margin-bottom: 15px; }
.help-section .help-left p {
margin-bottom: 30px; }
.help-section .help-left img {
width: 75%; }
.help-section .help-right {
padding: 20px; }
.help-section .help-right .top-img {
position: relative; }
.help-section .help-right .top-img span {
background: #5C97CD;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.help-section .help-right .top-img span:hover {
background-color: #058642; }
.help-section .help-right .left-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.help-section .help-right .left-content img {
width: 80px;
height: 80px;
margin-right: 15px; }
.help-section .help-right .left-content .help-blog h3 {
margin-bottom: 15px; }
.help-section .help-right .left-content .help-blog p {
margin-bottom: 15px; }
.help-section .help-right .left-content .help-blog a.readmore {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.help-section .help-right .left-content .help-blog a.readmore:hover {
color: #5C97CD; }
.campaign-section {
background-image: url(../images/home2-campaign-bg.png);
background-repeat: no-repeat;
background-position: top left;
background-color: #ffffff !important; }
.campaign-section .campaign-title {
margin-bottom: 60px; }
.campaign-section .campaign-title .readmore-btn-container {
text-align: right; }
.campaign-section .campaign-title .readmore-btn-container a {
margin-top: 0 !important; }
@media screen and (max-width: 767.98px) {
.campaign-section .campaign-title .readmore-btn-container {
text-align: left;
margin-top: 25px; } }
.campaign-section .campaign-content .campaign-column {
margin-bottom: 45px;
position: relative;
background-color: #ffffff;
-webkit-box-shadow: 0px 5px 30px #dddddd;
box-shadow: 0px 5px 30px #dddddd; }
.campaign-section .campaign-content .campaign-column:hover span.img-top-btn {
background: #5D98CD; }
.campaign-section .campaign-content .campaign-column:hover a.readmore-btn {
color: #5D98CD; }
.campaign-section .campaign-content .campaign-column span.img-top-btn {
left: 27px;
top: 33px; }
.campaign-section .campaign-content .campaign-column img {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.campaign-section .campaign-content .campaign-column img:hover {
-webkit-transform: rotate(3deg) scale(1.1);
-ms-transform: rotate(3deg) scale(1.1);
transform: rotate(3deg) scale(1.1); }
.campaign-section .campaign-content .campaign-column .animated-progress span {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.campaign-section .campaign-content .campaign-column h3 {
text-transform: capitalize;
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.campaign-section .campaign-content .campaign-column h3:hover {
color: #5D98CD; }
.campaign-section .campaign-content .campaign-column .campaign-column-bottom span {
margin-right: 10px;
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.campaign-section .campaign-content .campaign-column .campaign-column-bottom span:last-child {
margin-right: 0; }
.campaign-section .campaign-content .campaign-column .campaign-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.campaign-section .campaign-content .campaign-column .campaign-meta a.readmore-btn {
margin-top: 0; }
.campaign-section .campaign-content .campaign-column .campaign-meta span {
color: #058642; }
.donate-tab-section {
background-image: url(../images/bg-2.jpg);
background-size: cover;
background-repeat: no-repeat; }
.donate-tab-section .vector-container {
position: relative; }
.donate-tab-section .vector-bg {
width: 70px;
height: 32px;
position: absolute; }
@media screen and (max-width: 767.98px) {
.donate-tab-section .vector-bg {
display: none; } }
.donate-tab-section .yellow-vecotor {
top: 10%;
left: 10%; }
.donate-tab-section .red-vector {
bottom: 20%;
right: 20%; }
@media screen and (max-width: 991.98px) {
.donate-tab-section .red-vector {
bottom: 3%;
right: 6%; } }
.donate-tab-section .dot-vector {
top: 7%;
right: 8%; }
@media screen and (max-width: 991.98px) {
.donate-tab-section .dot-vector {
top: 1%;
right: 0; } }
.donate-tab-section .title {
margin-bottom: 30px; }
.donate-tab-section .title h2 {
text-transform: capitalize; }
.donate-tab-section .donate-tab ul li a {
padding: 0px 15px;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 18px;
margin-right: 20px;
margin-bottom: 15px;
border-radius: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
position: relative; }
.donate-tab-section .donate-tab ul li a:hover {
background-color: #5D98CD !important; }
.donate-tab-section .donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5D98CD; }
@media screen and (max-width: 767.98px) {
.donate-tab-section .donate-tab ul li a:after {
width: 0;
height: 0; } }
.donate-tab-section .donate-tab ul li a.active {
background-color: #5D98CD !important; }
.donate-tab-section .donate-tab ul li:last-child a {
margin-right: 0; }
.donate-tab-section .donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.donate-tab-section .donate-tab .tab-content .tab-pane {
text-align: center; }
.donate-tab-section .donate-tab .tab-content .tab-pane h2 {
color: #5D98CD;
display: inline-block; }
.donate-tab-section .donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5D98CD; }
.donate-tab-section .donate-tab .tab-content .tab-pane .animated-progress-bar {
max-width: 365px;
margin: auto;
margin-top: 25px;
margin-bottom: 25px; }
.donate-tab-section .donate-tab .tab-content .tab-pane .animated-progress-bar span {
top: -4px !important; }
@media screen and (max-width: 991.98px) {
.home2-dn-tab {
background-image: none;
background-color: #fbfbfb; } }
.charity-form-area .form-left {
position: relative; }
@media screen and (max-width: 767.98px) {
.charity-form-area .form-left {
margin-bottom: 40px; } }
.charity-form-area .form-left .left-content {
position: absolute;
bottom: 100px;
left: 55px;
width: 88%; }
@media (max-width: 575.98px) {
.charity-form-area .form-left .left-content {
top: 50px;
left: 40px; } }
@media screen and (max-width: 575.98px) {
.charity-form-area .form-left .left-content {
bottom: 10px; } }
.charity-form-area .form-left .left-content img {
width: 85px; }
.charity-form-area .form-left .left-content h2 {
color: #ffffff; }
.home2-ch-form .left-content a {
background-color: #058642 !important; }
.home2-ch-form .left-content a:hover {
background-color: #5D98CD !important; }
.home2-ch-form .form-right .currency {
background-color: #5D98CD !important; }
.testimonial-section .testimonial-left {
padding-right: 20px; }
.testimonial-section .testimonial-left h2 {
margin-bottom: 30px; }
.testimonial-section .testimonial-left p {
margin-bottom: 30px;
width: 90%; }
@media screen and (max-width: 991.98px) {
.testimonial-section .testimonial-left p {
width: 100%; } }
.testimonial-section .client-slider .single-slide {
background-image: url(../images/hand-bg2.png);
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: 165px;
background-position: bottom left;
background-repeat: no-repeat; }
.testimonial-section .client-slider .single-slide .client-img {
width: 64%;
padding: 12px; }
@media screen and (max-width: 991.98px) {
.testimonial-section .client-slider .single-slide .client-img {
display: none; } }
.testimonial-section .client-slider .single-slide .client-content h5 {
margin-bottom: 15px; }
.testimonial-section .client-slider .single-slide .client-content h3 {
margin-bottom: 15px; }
.testimonial-section .client-slider .single-slide .client-content p {
margin-bottom: 15px; }
.testimonial-section .client-slider .single-slide .client-content span {
font-family: "Oswald", sans-serif;
font-weight: 400;
margin-right: 10px;
margin-bottom: 15px;
display: inline-block; }
.testimonial-section .client-slider .single-slide .client-content span.donate-amount {
color: #058642;
font-family: "Oswald", sans-serif; }
.testimonial-section .client-slider .single-slide .client-content span.slider-btn {
font-family: "Oswald", sans-serif;
background: #058642;
color: #ffffff;
padding: 3px 15px;
display: inline-block; }
.testimonial-section .client-slider .slick-prev,
.testimonial-section .client-slider .slick-next {
position: absolute;
bottom: 10%;
left: -106%;
z-index: 99999999999999;
border: none;
background-color: #058642;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 7px 16px; }
.testimonial-section .client-slider .slick-prev:hover,
.testimonial-section .client-slider .slick-next:hover {
background-color: #5D98CD !important; }
@media screen and (max-width: 991.98px) {
.testimonial-section .client-slider .slick-prev,
.testimonial-section .client-slider .slick-next {
left: -108%; } }
@media screen and (max-width: 767.98px) {
.testimonial-section .client-slider .slick-prev,
.testimonial-section .client-slider .slick-next {
left: 17px;
bottom: -20px; } }
.testimonial-section .client-slider .slick-next {
left: -96%; }
@media screen and (max-width: 1199.98px) {
.testimonial-section .client-slider .slick-next {
left: -92%; } }
@media screen and (max-width: 767.98px) {
.testimonial-section .client-slider .slick-next {
left: 73px;
bottom: -20px; } }
.education-section {
padding-bottom: 105px;
background-image: url(../images/education-bg.png);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.education-section {
padding-bottom: 150px; } }
@media screen and (max-width: 991.98px) {
.education-section {
padding-bottom: 150px; } }
.education-section .vector-container {
position: relative; }
.education-section .yellow-vector,
.education-section .dot-vector {
position: absolute;
z-index: 99999999999999999; }
@media screen and (max-width: 767.98px) {
.education-section .yellow-vector,
.education-section .dot-vector {
display: none; } }
.education-section .yellow-vector {
top: 4%;
left: -8%;
width: 70px; }
.education-section .dot-vector {
top: 2%;
right: -6%;
width: 120px; }
.education-section .left-img {
padding: 12px; }
.education-section .education-slider {
position: relative;
padding: 12px; }
.education-section .education-slider .single-slide {
padding: 12px; }
.education-section .education-slider .single-slide span {
font-family: "Oswald", sans-serif;
font-size: 16px;
color: #ffffff;
background-color: #058642;
padding: 2px 20px 4px 20px;
font-weight: 600;
margin-bottom: 15px;
display: inline-block; }
.education-section .education-slider .single-slide h2 {
margin-bottom: 15px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.education-section .education-slider .single-slide h2 {
font-size: 24px; } }
.education-section .education-slider .single-slide p {
margin-bottom: 25px; }
.education-section .education-slider .single-slide .animated-progress-bar {
max-width: 350px;
margin: initial;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 6px !important; }
@media (min-width: 768px) and (max-width: 991.98px) {
.education-section .education-slider .single-slide .animated-progress-bar {
width: 220px; } }
@media screen and (max-width: 767.98px) {
.education-section .education-slider .single-slide .animated-progress-bar {
width: 290px; } }
.education-section .education-slider .single-slide .animated-progress-bar span {
background-color: transparent !important;
font-size: 14px !important;
top: -5px !important; }
.education-section .slick-next,
.education-section .slick-prev {
position: absolute;
z-index: 99999999999;
left: 25px;
bottom: -30px;
border: none;
background-color: #058642;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 7px 16px; }
.education-section .slick-next:hover,
.education-section .slick-prev:hover {
background-color: #5D98CD; }
@media screen and (max-width: 767.98px) {
.education-section .slick-next,
.education-section .slick-prev {
left: 24px; } }
.education-section .slick-next {
left: 78px; }
@media screen and (max-width: 767.98px) {
.education-section .slick-next {
left: 8s7px; } }
.home2-cp-2 {
background-image: none !important;
background-color: #ffffff !important; }
.home2-cp-2 .campaign-column:hover .readmore-btn {
color: #5D98CD !important; }
.home2-cp-2 .campaign-column a.readmore-btn:hover {
color: #5D98CD !important; }
.donar-area .donar-slider img {
width: 105px;
height: 86px;
margin: auto; }
/* About Page */
.help-section .help-left {
padding: 0 30px 0 0; }
@media screen and (max-width: 991.98px) {
.help-section .help-left {
padding-right: 10px;
margin-bottom: 60px; } }
.help-section .help-left .bottom-img {
position: relative; }
.help-section .help-left .bottom-img img {
width: 77%; }
.help-section .help-left .bottom-img .certified-text {
position: absolute;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #058642;
padding: 10px 22px 10px 30px; }
.help-section .help-left .bottom-img .certified-text:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -30px;
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 31px solid transparent;
border-top: 86px solid #058642; }
.help-section .help-left .bottom-img .certified-text img {
width: 65px;
height: 65px;
margin-right: 12px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.help-section .help-left .bottom-img .certified-text .certified-title {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.help-section .help-left .bottom-img .certified-text .certified-title h3 {
color: #ffffff;
margin: 0;
margin-bottom: 6px; }
.help-section .help-left .bottom-img .certified-text .certified-title span {
color: #ffffff; }
.help-section .help-right {
padding: 0 30px 0 0; }
.help-section .help-right .help-img-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.help-section .help-right .help-img-slider .slick-dots li {
margin-right: 10px; }
.help-section .help-right .help-img-slider .slick-dots li:last-child {
margin-right: 0; }
.help-section .help-right .help-img-slider .slick-dots li button {
font-size: 0;
border: none;
width: 60px;
height: 4px;
background-color: #ffffff; }
.help-section .help-right .help-img-slider .slick-dots li.slick-active button {
background-color: #5C97CD; }
.help-section .help-right .left-logo {
margin-right: 35px; }
.help-section .help-right .left-logo .left-icon {
width: 60px;
height: 60px;
margin-top: 15px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.help-section .help-right .left-logo .left-icon span {
width: 45px;
position: absolute;
top: -17%;
right: -30%;
z-index: 99; }
.help-section .help-right .left-logo .left-icon span img {
width: 100%; }
.about-blog-section .blog-content {
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.about-blog-section .blog-content .left-logo {
margin-right: 35px; }
.about-blog-section .blog-content .left-logo .left-icon {
width: 60px;
height: 60px;
margin-top: 15px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.about-blog-section .blog-content .left-logo .left-icon span {
width: 45px;
position: absolute;
top: -17%;
right: -30%;
z-index: 99; }
.about-blog-section .blog-content .help-blog h3 {
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-blog-section .blog-content .help-blog h3:hover {
color: #5C97CD; }
.about-blog-section .blog-content .help-blog p {
margin-bottom: 15px; }
.about-blog-section .blog-content .help-blog a.readmore {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 700;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-blog-section .blog-content .help-blog a.readmore:hover {
color: #5C97CD; }
.about-donate-section {
background-image: url(../images/about-tab-bg.png);
background-size: cover;
background-position: bottom left; }
@media screen and (max-width: 991.98px) {
.about-donate-section {
background-image: none;
background-color: #fbfbfb; } }
.about-donate-section .red-vector,
.about-donate-section .dot-vector {
position: absolute;
top: 5%;
left: 5%;
width: 120px; }
.about-donate-section .red-vector {
top: initial;
bottom: 30%;
left: initial;
right: 5%; }
@media (min-width: 1440px) and (max-width: 1599.98px) {
.about-donate-section .red-vector {
bottom: 2%; } }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.about-donate-section .red-vector {
bottom: 2%; } }
@media screen and (max-width: 1199.98px) {
.about-donate-section .red-vector {
display: none; } }
.about-donate-section .title {
margin-bottom: 30px; }
.about-donate-section .title h2 {
text-transform: capitalize; }
.about-donate-section .donate-tab ul li a {
padding: 2px 0px;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 400;
font-size: 18px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
position: relative;
width: 100px;
text-align: center; }
.about-donate-section .donate-tab ul li a:hover {
background-color: #5C97CD; }
.about-donate-section .donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.about-donate-section .donate-tab ul li a:after {
width: 0;
height: 0; } }
.about-donate-section .donate-tab ul li a.active {
background-color: #5C97CD; }
.about-donate-section .donate-tab ul li:last-child a {
margin-right: 0; }
.about-donate-section .donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.about-donate-section .donate-tab .tab-content {
margin-top: 30px; }
.about-donate-section .donate-tab .tab-content .tab-pane {
text-align: left; }
.about-donate-section .donate-tab .tab-content .tab-pane .number-counter-container {
display: inline-block;
width: 190px; }
.about-donate-section .donate-tab .tab-content .tab-pane h2 {
color: #5C97CD;
display: inline-block; }
.about-donate-section .donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5C97CD; }
.about-donate-section .donate-tab .tab-content .tab-pane span.goal-text {
font-size: 16px;
font-weight: 600;
color: #058642;
width: 100px;
margin-left: 12px; }
.about-donate-section .donate-tab .tab-content .tab-pane .animated-progress-bar {
margin: 0;
margin-top: 25px !important;
margin-bottom: 25px !important;
width: 300px !important;
height: 20px !important; }
.about-donate-section .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress {
height: 20px !important; }
.about-donate-section .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress span {
margin-top: 2px !important; }
.about-donate-section .donate-tab .tab-content .tab-pane a {
background-color: #058642 !important; }
.about-donate-section .donate-tab .tab-content .tab-pane a:hover {
background-color: #5C97CD !important; }
@media screen and (max-width: 991.98px) {
.about-donate-section .accordion {
margin-top: 60px; } }
.about-donate-section .accordion h3 {
background-color: #ffffff;
outline: 0;
padding: 20px 15px;
margin-top: 30px;
text-transform: capitalize;
cursor: pointer; }
@media screen and (max-width: 991.98px) {
.about-donate-section .accordion h3 {
margin-top: 14px; } }
.about-donate-section .accordion h3:first-child {
margin-top: 0; }
@media screen and (max-width: 991.98px) {
.about-donate-section .accordion h3:first-child {
margin-top: 0px; } }
.about-donate-section .accordion h3 span {
float: right; }
.about-donate-section .accordion .ui-accordion-content {
margin-bottom: 45px; }
.about-donate-section .accordion h3.ui-accordion-header-active {
position: relative; }
.about-donate-section .accordion h3.ui-accordion-header-active:after {
content: '\f103';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.about-donate-section .accordion h3.ui-accordion-header-collapsed {
position: relative; }
.about-donate-section .accordion h3.ui-accordion-header-collapsed:after {
content: '\f101';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.about-donate-section .accordion p {
background-color: #ffffff;
padding: 15px;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07); }
.volunteer-section .vector-container {
position: relative; }
.volunteer-section .red-vector {
position: absolute;
top: 25%;
left: -6%;
width: 70px;
height: 32px; }
@media screen and (max-width: 991.98px) {
.volunteer-section .red-vector {
top: 12%;
left: -8%; } }
@media screen and (max-width: 767.98px) {
.volunteer-section .red-vector {
display: none; } }
.volunteer-section .volunteer-column {
position: relative;
overflow: hidden;
margin-bottom: 30px; }
.volunteer-section .volunteer-column .social {
position: absolute;
top: 6px;
left: 10px;
z-index: 9999;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
.volunteer-section .volunteer-column .social a {
display: block;
padding: 0px;
font-size: 25px;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.volunteer-section .volunteer-column .social a:hover {
color: #5C97CD; }
.volunteer-section .volunteer-column .social-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.volunteer-section .volunteer-column span.plus-icon {
position: absolute;
top: 60%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 20px;
color: #ffffff;
background: #5C97CD;
padding: 4px 10px;
border-radius: 50%;
cursor: pointer; }
.volunteer-section .volunteer-column .designation {
position: absolute;
bottom: 0;
left: 0;
background: #5C97CD;
width: 100%;
padding: 20px 20px 0 20px;
text-align: center;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition: 0.5s;
z-index: 2; }
.volunteer-section .volunteer-column .designation span.close {
background: #058642;
color: #ffffff;
padding: 6px 7px;
border-radius: 50%;
font-size: 20px;
position: absolute;
top: -27%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
cursor: pointer;
z-index: 10;
opacity: 1; }
.volunteer-section .volunteer-column .designation h5 {
color: #ffffff;
text-transform: capitalize;
margin-bottom: 6px; }
.volunteer-section .volunteer-column .designation p {
color: #ffffff; }
.volunteer-section .volunteer-column .active-designation {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; }
.about-donate-slider {
background-color: #fbfbfb;
overflow: hidden; }
.about-donate-slider .hand-vector,
.about-donate-slider .heart-vector {
position: absolute;
top: 10%;
left: -338px;
width: 600px; }
@media screen and (max-width: 575.98px) {
.about-donate-slider .hand-vector,
.about-donate-slider .heart-vector {
display: none; } }
@media screen and (max-width: 991.98px) {
.about-donate-slider .heart-vector {
top: 0; } }
.about-donate-slider .hand-vector {
left: initial;
right: -310px;
bottom: -62px;
top: initial; }
@media screen and (max-width: 991.98px) {
.about-donate-slider .hand-vector {
bottom: -70px; } }
@media screen and (max-width: 991.98px) {
.about-donate-slider .slide-left {
margin-bottom: 60px; } }
.about-donate-slider .slide-left .top-btn {
background-color: #058642;
color: #ffffff;
padding: 2px 15px;
font-family: "Oswald", sans-serif;
font-weight: 500;
display: inline-block; }
.about-donate-slider .slide-left h2 {
margin-bottom: 20px; }
.about-donate-slider .slide-left h4 {
margin-bottom: 20px; }
.about-donate-slider .slide-left a {
border-radius: 6px;
margin-top: 30px; }
.about-donate-slider .slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999; }
.about-donate-slider .slider .slick-arrow:hover {
background: #5C97CD; }
.about-donate-slider .slider .slick-next {
right: 0;
left: initial; }
.about-donate-slider .slide-right {
position: relative; }
.about-donate-slider .slide-right .bottom-quote-text {
position: absolute;
bottom: 0;
left: 0;
width: 47%;
background: #5C97CD;
padding: 21px 12px; }
.about-donate-slider .slide-right .bottom-quote-text span.quote-icon {
float: right;
margin-right: 6px;
margin-top: -6px;
color: #ffffff; }
.about-donate-slider .slide-right .bottom-quote-text h3 {
color: #ffffff;
text-transform: none; }
@media (max-width: 575.98px) {
.about-donate-slider .slide-right .bottom-quote-text {
width: 62%; } }
.about-donate-slider .blog-content {
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.about-donate-slider .blog-content .left-logo {
margin-right: 35px; }
.about-donate-slider .blog-content .left-logo .left-icon {
width: 60px;
height: 60px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.about-donate-slider .blog-content .left-logo .left-icon span {
width: 58px;
position: absolute;
top: 0%;
right: -30%;
z-index: 99; }
.about-donate-slider .blog-content .help-blog h3 {
margin-bottom: 6px; }
.about-donate-slider .blog-content .help-blog h4 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-donate-slider .blog-content .help-blog h4:hover {
color: #5C97CD; }
.about-form .form-left {
width: 97%; }
@media screen and (max-width: 991.98px) {
.about-form .form-left {
width: 100%;
margin-bottom: 60px; } }
@media screen and (max-width: 767.98px) {
.about-form .form-left {
margin-bottom: 60px;
margin-top: 0; } }
@media screen and (max-width: 991.98px) {
.about-form .form-right {
padding: 10px; } }
.about-form .left-content {
left: 20px !important; }
@media (min-width: 768px) and (max-width: 991.98px) {
.about-form .left-content {
bottom: 100px !important; } }
.about-form .left-content h2 {
color: #ffffff; }
.about-form .left-content a {
background-color: #5C97CD !important; }
.about-form .left-content a:hover {
background-color: #058642 !important; }
.vector-container {
position: relative; }
.about-donate {
overflow: hidden;
background-color: #fbfbfb;
padding-bottom: 245px; }
@media screen and (max-width: 991.98px) {
.about-donate {
padding-bottom: 0; } }
.about-donate .heart-vector {
position: absolute;
top: 20px;
left: -187px;
width: 355px;
height: 123px; }
@media screen and (max-width: 991.98px) {
.about-donate .heart-vector {
display: none; } }
.about-donate .hand-vector {
position: absolute;
bottom: 0px;
right: -130px;
width: 328px;
height: 153px; }
@media screen and (max-width: 1199.98px) {
.about-donate .hand-vector {
display: none; } }
.about-donate .country-select {
position: relative; }
.about-donate .country-select h4 {
display: inline-block;
margin-right: 15px; }
.about-donate .country-select img {
width: 40px;
height: 40px;
display: inline-block; }
.about-donate .country-select input[type="text"] {
border: none;
font-size: 18px;
font-family: "Oswald", sans-serif;
font-weight: 600;
color: #058642; }
@media screen and (max-width: 991.98px) {
.about-donate .country-map {
padding-top: 60px; } }
/*Contact Page*/
.office-location {
overflow: hidden; }
.office-location .title h2 {
margin-bottom: 200px; }
@media screen and (max-width: 991.98px) {
.office-location .title h2 {
margin-bottom: 60px; } }
.office-location .address {
position: absolute;
top: 110px;
left: 0;
width: 100%;
z-index: 999999999999; }
@media screen and (max-width: 991.98px) {
.office-location .address {
position: initial; } }
.office-location .address .address-column {
padding: 40px;
-webkit-box-shadow: 0px 0px 30px #dddddd;
box-shadow: 0px 0px 30px #dddddd;
position: relative;
background-color: #ffffff; }
@media screen and (max-width: 991.98px) {
.office-location .address .address-column {
margin-bottom: 60px; } }
.office-location .address .address-column img {
position: absolute;
bottom: 6px;
right: 0;
width: 90px;
height: 60px; }
.office-location .address .address-column h4 {
margin-bottom: 15px;
margin-left: 10px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.office-location .address .address-column h4:hover {
color: #5C97CD; }
.office-location .address .address-column p {
color: #058642;
margin: 8px; }
.office-location .address .address-column p span {
font-size: 18px;
margin-right: 10px;
color: #058642; }
.office-location iframe {
width: 100% !important;
height: 540px !important; }
@media screen and (max-width: 767.98px) {
.office-location iframe {
height: 380px !important; } }
.contact-form {
padding-bottom: 40px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.contact-form {
padding-bottom: 90px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.contact-form {
padding-bottom: 60px; } }
.contact-form .contact-page-form .col-md-6,
.contact-form .contact-page-form .col-lg-6,
.contact-form .contact-page-form .col-lg-12,
.contact-form .contact-page-form .col-md-12 {
padding: 6px !important; }
@media screen and (max-width: 991.98px) {
.contact-form .form-left {
margin-top: 60px; } }
.contact-form .form-left a {
background-color: #058642; }
.contact-form .form-left a:hover {
background-color: #5C97CD !important; }
.contact-form .form-input {
padding: 3px 0 !important; }
.contact-form .form-input input,
.contact-form .form-input select {
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
background-color: #ffffff !important; }
.contact-form .form-input .nice-select {
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
background-color: #ffffff !important; }
.contact-form .form-textarea {
padding: 3px 0 !important; }
.contact-form .form-textarea textarea {
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
background-color: #ffffff !important; }
.contact-form form input[type="submit"] {
cursor: pointer; }
/* 404 Page */
.not-found {
background-color: #fbfbfb; }
.not-found-img {
padding-bottom: 246px; }
@media screen and (max-width: 991.98px) {
.not-found-img {
padding-bottom: 120px; } }
.not-found-img img {
width: inherit;
margin: auto; }
@media screen and (max-width: 991.98px) {
.not-found-img img {
width: 100%; } }
.not-found-img a {
margin-top: 60px;
text-transform: capitalize;
border-radius: 6px; }
/*Donation List*/
.donation-breadcrumb .breadcrumb-left img {
top: -30% !important;
left: -14% !important;
height: 182% !important;
width: 100%; }
.donate-lists {
padding-bottom: 245px; }
@media screen and (max-width: 991.98px) {
.donate-lists {
padding-bottom: 120px; } }
.donate-lists .campaign-content .campaign-column .img-container {
overflow: hidden; }
.donate-lists .campaign-content .pagination {
display: inline-block; }
.donate-lists .campaign-content .pagination li {
display: inline-block; }
.donate-lists .campaign-content .pagination li a {
display: block;
padding: 8px 12px;
border: none;
color: #ffffff;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif; }
.donate-lists .campaign-content .pagination li a:hover {
background-color: #5C97CD; }
.donate-lists .campaign-content .pagination li a.active {
background-color: #5C97CD; }
.donate-lists a.donate-btn {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
margin-top: 20px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.donate-lists a.donate-btn:hover {
color: #5C97CD; }
.dn-lists-bg {
background-image: none;
background-color: #fbfbfb !important; }
.donation-single {
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.donation-single .breadcrumb-left img {
width: 125% !important; } }
/* Donation Single */
.single-post-slider {
background-color: #fbfbfb; }
.single-post-slider .post-slider .single-slide {
position: relative; }
.single-post-slider .post-slider .single-slide a.img-top-btn {
background-color: #5C97CD; }
.single-post-slider .post-slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999; }
.single-post-slider .post-slider .slick-arrow:hover {
background: #5C97CD; }
.single-post-slider .post-slider .slick-next {
left: initial !important;
right: 0; }
.post-section {
padding-bottom: 246px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.post-section {
padding-bottom: 60px; } }
.post-section .main-content .title {
display: block;
font-size: 36px;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
color: #058642; }
.post-section .main-content .spacer {
height: 25px; }
.post-section .main-content .animated-progress-bar {
margin-top: 3px !important; }
@media screen and (max-width: 767.98px) {
.post-section .main-content .info {
margin-top: 15px; } }
.post-section .main-content .info span {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
margin-right: 10px; }
.post-section .main-content .info span:last-child {
margin-right: 0; }
.post-section .main-content .form-right .call-to-action-btn {
margin-top: 0; }
.post-section .sidebar .widget-container {
padding: 30px 20px;
margin-bottom: 30px; }
.post-section .sidebar .categories {
margin-top: -22%;
background-image: url(../images/categories-bg.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: cover; }
@media screen and (max-width: 991.98px) {
.post-section .sidebar .categories {
margin-top: 60px; } }
.post-section .sidebar .categories h4 {
margin-bottom: 8px;
color: #ffffff; }
.post-section .sidebar .categories ul li a {
font-size: 15px;
font-family: "Oswald", sans-serif;
font-weight: 400;
letter-spacing: 1px;
text-transform: capitalize;
padding: 4px 0;
display: block;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.post-section .sidebar .categories ul li a:hover {
color: #058642; }
.post-section .sidebar .blog-sidebar {
background-color: #ffffff;
padding-right: 3px; }
.post-section .sidebar .blog-sidebar h4 {
margin-bottom: 25px; }
.post-section .sidebar .blog-sidebar .blog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 25px; }
.post-section .sidebar .blog-sidebar .blog img {
margin-right: 15px;
width: 48px;
height: 46px; }
.post-section .sidebar .blog-sidebar .blog .blog-content h6 {
color: #058642;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.post-section .sidebar .blog-sidebar .blog .blog-content h6:hover {
color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.post-section .sidebar .blog-sidebar .blog .blog-content {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; } }
@media screen and (max-width: 991.98px) {
.post-section .sidebar .blog-sidebar {
margin-bottom: 60px; } }
.post-section .sidebar .widget-banner {
padding: initial;
margin-bottom: 0;
position: relative; }
.post-section .sidebar .widget-banner .left-content {
position: absolute;
bottom: 45px;
left: 25px;
width: 88%; }
.post-section .sidebar .widget-banner .left-content img {
width: 60px;
height: 60px;
margin-bottom: 15px; }
.post-section .sidebar .widget-banner .left-content h3 {
color: #ffffff;
margin-bottom: 15px; }
.post-section .sidebar .widget-banner .left-content a {
padding: 8px 30px;
border-radius: 6px; }
.post-section .sidebar .widget-banner .left-content a:hover {
background-color: #058642; }
@media screen and (max-width: 991.98px) {
.post-section .sidebar .widget-banner {
margin-bottom: 60px; } }
/* Event List */
.event-list-breadcrumb .breadcrumb-left img {
width: 100%; }
@media screen and (max-width: 991.98px) {
.event-list-breadcrumb .breadcrumb-left img {
width: 72% !important; } }
@media screen and (max-width: 767.98px) {
.event-list-breadcrumb .breadcrumb-left img {
width: 100% !important; } }
@media (max-width: 480px) {
.event-list-breadcrumb .breadcrumb-left img {
width: 120% !important; } }
.event-list-cp {
background-image: none;
background-color: #fbfbfb !important; }
.event-list .campaign-column:hover h3 {
color: #5C97CD; }
.event-list .campaign-column .campaign-column-bottom a {
text-transform: capitalize;
font-family: "Oswald", sans-serif;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block; }
.event-list .campaign-column .campaign-column-bottom a:hover {
color: #5C97CD; }
.event-list .campaign-column .campaign-column-bottom .time {
display: inline-block; }
@media screen and (max-width: 767.98px) {
.event-list .campaign-column .campaign-column-bottom .time {
float: right; } }
.event-list .campaign-column .campaign-column-bottom .time span {
font-family: "Oswald", sans-serif;
color: #058642;
margin-left: 10px;
margin-right: 0 !important; }
/* Evente Single */
@media screen and (max-width: 991.98px) {
.event-single {
padding-bottom: 90px; } }
.event-single p.bottom-text {
margin-top: 25px; }
.event-tab ul li a {
padding: 8px 25px;
display: block;
background: #058642;
color: #ffffff;
border-radius: 0 !important;
margin-right: 20px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.event-tab ul li a:hover {
background-color: #5C97CD; }
@media (max-width: 480px) {
.event-tab ul li a {
margin-bottom: 15px; } }
.event-tab ul li a.active {
background-color: #5C97CD !important; }
.event-tab .tab-content {
margin-top: 20px;
padding: 25px;
background-color: #ffffff; }
.event-tab .tab-content h3 {
margin-bottom: 25px; }
.event-tab .tab-content p {
margin-bottom: 25px; }
.event-tab .tab-content .countdown-area .countdown h2 {
display: inline-block; }
.event-tab .tab-content .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.event-tab .tab-content .countdown-area .countdown {
margin-bottom: 15px; } }
.event-single .event-donation .donate-tab ul li a {
padding: 2px 0px 4px 0;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 400;
font-size: 16px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 100px;
text-align: center;
position: relative; }
.event-single .event-donation .donate-tab ul li a:hover {
background-color: #5C97CD; }
.event-single .event-donation .donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.event-single .event-donation .donate-tab ul li a:after {
width: 0;
height: 0; } }
.event-single .event-donation .donate-tab ul li a.active {
background-color: #5C97CD; }
.event-single .event-donation .donate-tab ul li:last-child a {
margin-right: 0; }
.event-single .event-donation .donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.event-single .event-donation .donate-tab .tab-content {
margin-top: 30px; }
.event-single .event-donation .donate-tab .tab-content .tab-pane {
text-align: left; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .number-counter-container {
display: inline-block;
width: 190px;
margin-bottom: 10px; }
.event-single .event-donation .donate-tab .tab-content .tab-pane h2 {
color: #5C97CD;
display: inline-block; }
.event-single .event-donation .donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5C97CD; }
.event-single .event-donation .donate-tab .tab-content .tab-pane span.goal-text {
font-size: 16px;
font-weight: 600;
color: #058642;
width: 100px;
margin-left: 12px;
margin-bottom: 10px; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .animated-progress-bar {
margin: 0;
margin-top: 25px !important;
margin-bottom: 25px !important;
width: 300px !important;
height: 20px !important; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress {
height: 20px !important; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress span {
margin-top: 2px !important; }
.event-single .event-donation .donate-tab .tab-content .tab-pane a {
margin-top: 15px; }
.event-single .event-donation .blog-video {
position: relative; }
@media screen and (max-width: 991.98px) {
.event-single .event-donation .blog-video {
margin-top: 60px; } }
.event-single .event-donation .blog-video .play-btn {
position: absolute;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #5C97CD;
border-radius: 50%;
cursor: pointer; }
.event-single .event-donation .blog-video .play-btn span.play-icon {
width: 30px;
height: 30px;
display: block;
margin-top: 18px;
margin-left: 19px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.event-single .event-donation .blog-video .play-btn:hover span.play-icon {
margin: 11px; }
.sidebar .categories ul li {
font-size: 15px;
font-family: "Oswald", sans-serif;
font-weight: 400;
letter-spacing: 1px;
text-transform: capitalize;
padding: 8px 0;
display: block;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.sidebar .brands-logo {
background-color: #ffffff;
padding: 40px 25px;
-webkit-box-shadow: 0px 0px 30px #dddddd;
box-shadow: 0px 0px 30px #dddddd; }
@media (min-width: 768px) and (max-width: 991.98px) {
.sidebar .brands-logo {
margin-top: 60px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.sidebar .brands-logo {
margin-top: 30px; } }
@media (max-width: 575.98px) {
.sidebar .brands-logo {
margin-top: 30px; } }
.sidebar .brands-logo h4 {
margin-bottom: 25px; }
@media screen and (max-width: 767.98px) {
.sidebar .brands-logo .brands {
text-align: center; } }
.sidebar .brands-logo .brands img {
margin-bottom: 25px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.sidebar .brands-logo .brands img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0); }
@media screen and (max-width: 767.98px) {
.sidebar .brands-logo .brands img {
width: 120px; } }
/** FAQ Page **/
.faq-breadcrumb {
overflow: hidden; }
@media (max-width: 480px) {
.faq-breadcrumb .breadcrumb-left img {
width: 140% !important;
top: -38% !important; } }
.donate-tab ul li a {
padding: 0px 21px;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 400;
font-size: 18px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 0 !important;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: block;
position: relative; }
.donate-tab ul li a:hover {
background-color: #5C97CD !important; }
.donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.donate-tab ul li a:after {
width: 0;
height: 0; } }
.donate-tab ul li a.active {
background-color: #5C97CD !important; }
.donate-tab ul li:last-child a {
margin-right: 0; }
.donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.donate-tab .tab-content {
margin-top: 30px; }
.donate-tab .tab-content .tab-pane {
text-align: center; }
.donate-tab .tab-content .tab-pane h2 {
color: #5C97CD;
display: inline-block; }
.donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5C97CD; }
.donate-tab .tab-content .tab-pane .progress {
width: 300px;
margin: auto;
margin-top: 15px; }
.donate-tab .tab-content .tab-pane .progress .progress-bar {
background-color: #5C97CD; }
.donate-tab .tab-content .tab-pane a {
margin-top: 15px; }
.faq-section {
padding-bottom: 247px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.faq-section {
padding-bottom: 120px; } }
@media screen and (max-width: 767.98px) {
.faq-section .accordion .ui-accordion-content {
margin-bottom: 40px; } }
@media (max-width: 480px) {
.faq-section .accordion .ui-accordion-content {
margin-bottom: 65px; } }
.faq-section .accordion h3 {
background-color: #ffffff;
outline: 0;
padding: 20px 15px;
margin-top: 30px;
text-transform: capitalize;
cursor: pointer; }
@media (max-width: 575.98px) {
.faq-section .accordion h3 {
padding-right: 20px; } }
@media screen and (max-width: 991.98px) {
.faq-section .accordion h3 {
margin-top: 14px; } }
.faq-section .accordion h3:first-child {
margin-top: 0; }
@media screen and (max-width: 991.98px) {
.faq-section .accordion h3:first-child {
margin-top: 0px; } }
.faq-section .accordion h3 span {
float: right; }
.faq-section .accordion h3.ui-accordion-header-active {
position: relative; }
.faq-section .accordion h3.ui-accordion-header-active:after {
content: '\f103';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.faq-section .accordion h3.ui-accordion-header-collapsed {
position: relative; }
.faq-section .accordion h3.ui-accordion-header-collapsed:after {
content: '\f101';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.faq-section .accordion p {
background-color: #ffffff;
padding: 15px;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07); }
/** Project Single **/
.project-single-breadcrumb {
overflow: hidden; }
.project-single-breadcrumb .breadcrumb-left img {
left: -13%;
width: 120%;
top: -48%; }
@media (max-width: 480px) {
.project-single-breadcrumb .breadcrumb-left img {
width: 135% !important;
top: -30% !important; } }
.project-single .donate-right .title {
font-family: "Oswald", sans-serif;
color: #058642;
text-transform: capitalize;
font-size: 36px;
font-weight: 600;
display: block;
width: 80%;
margin-top: 25px; }
@media screen and (max-width: 991.98px) {
.project-single .donate-right .title {
width: 100%; } }
.project-single .donate-right p {
margin-bottom: 30px; }
@media screen and (max-width: 991.98px) {
.project-single .donate-right p {
width: 90%; } }
.project-single .donate-right .country-select h4 {
display: inline-block;
margin-right: 25px; }
.project-single .donate-right .country-select input[type="text"] {
border: none;
font-size: 18px;
font-family: "Oswald", sans-serif;
font-weight: 600;
color: #058642; }
.project-single .donate-right .countdown-area .countdown h2 {
display: inline-block; }
.project-single .donate-right .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.project-single .donate-right .countdown-area .countdown {
margin-bottom: 15px; } }
.project-single .donate-right a.call-to-action-btn {
margin-top: 30px;
background-color: #5C97CD; }
.project-single .donate-right a.call-to-action-btn:hover {
background-color: #058642; }
/** Project List **/
.project-list-breadcrumb {
overflow: hidden; }
.project-list-breadcrumb .breadcrumb-left img {
left: -18% !important; }
@media screen and (max-width: 991.98px) {
.project-list-breadcrumb .breadcrumb-left img {
left: -12% !important; } }
@media (max-width: 480px) {
.project-list-breadcrumb .breadcrumb-left img {
width: 135%;
top: -32% !important;
left: -18% !important; } }
.project-list {
padding-bottom: 247px;
position: relative;
z-index: 2;
background-color: #fbfbfb; }
@media (min-width: 576px) and (max-width: 767.98px) {
.project-list .title {
text-align: center; } }
@media (max-width: 575.98px) {
.project-list .title {
text-align: center; } }
@media screen and (max-width: 991.98px) {
.project-list {
padding-bottom: 120px; } }
.project-list .grid .messonry-img {
height: 250px;
background-size: cover;
background-repeat: no-repeat;
margin-bottom: 30px;
position: relative;
overflow: hidden; }
.project-list .grid .messonry-img:hover .describe {
left: 0; }
.project-list .grid .messonry-img .describe {
position: absolute;
-ms-flex-line-pack: end;
align-content: flex-end;
top: 0;
left: -100%;
width: 100%;
height: 100%;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
background-color: rgba(247, 79, 33, 0.9); }
.project-list .grid .messonry-img .describe .project-gallery {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99; }
.project-list .grid .messonry-img .describe .project-gallery .open-gallery {
color: #ffffff;
font-size: 35px; }
.project-list .grid .messonry-img .describe .content {
position: absolute;
bottom: 0;
left: 0;
padding: 30px; }
.project-list .grid .messonry-img .describe .content span {
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.project-list .grid .messonry-img .describe .content h4 {
color: #ffffff; }
.project-list .title {
margin-bottom: 53px; }
.project-list .button-group {
text-align: right; }
@media screen and (max-width: 1199.98px) {
.project-list .button-group {
margin-bottom: 40px;
text-align: left; } }
@media screen and (max-width: 575.98px) {
.project-list .button-group {
text-align: center; } }
.project-list .button-group button {
padding: 2px 0px;
background-color: #058642;
color: #ffffff;
border: none;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize;
width: 110px;
margin-right: 10px;
margin-bottom: 15px;
font-family: "Oswald", sans-serif;
position: relative; }
.project-list .button-group button:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.project-list .button-group button:after {
width: 0;
height: 0; } }
.project-list .button-group button:last-child {
margin-right: 0; }
.project-list .button-group button:last-child:after {
height: 0;
width: 0; }
.project-list .button-group button:hover {
background-color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.project-list .button-group button {
margin-bottom: 8px; } }
.project-list .button-group button.active {
background-color: #5C97CD; }
.project-list .pagination {
display: inline-block;
margin-top: 50px; }
.project-list .pagination li {
display: inline-block; }
.project-list .pagination li a {
display: block;
padding: 8px 12px;
border: none;
color: #ffffff;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.project-list .pagination li a:hover {
background-color: #5C97CD; }
.project-list .pagination li a.active {
background-color: #5C97CD; }
.mfp-counter {
display: none; }
/* Volunteer Team */
@media screen and (max-width: 991.98px) {
.team-members {
padding-bottom: 90px; } }
@media screen and (max-width: 991.98px) {
.team-members-slider {
padding-top: 120px; } }
.volunteer-slider {
background-color: #fbfbfb;
padding-bottom: 236px; }
@media screen and (max-width: 991.98px) {
.volunteer-slider {
padding-bottom: 120px; } }
.volunteer-slider .main-container {
overflow: hidden; }
.volunteer-slider .heart-vector {
position: absolute;
top: 5%;
left: -380px;
width: 600px; }
.volunteer-slider .hand-vector {
position: absolute;
bottom: 0;
right: -380px;
width: 600px; }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.volunteer-slider .heart-vector,
.volunteer-slider .hand-vector {
display: none; } }
@media screen and (max-width: 1199.98px) {
.volunteer-slider .heart-vector,
.volunteer-slider .hand-vector {
display: none; } }
.volunteer-slider .apply-to-volunteer {
padding: 30px;
background-image: url(../images/volunteer-bg.png);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: -140px;
left: 0;
width: 100%; }
@media screen and (max-width: 991.98px) {
.volunteer-slider .apply-to-volunteer {
position: initial; } }
.volunteer-slider .left-title h2 {
color: #ffffff; }
.volunteer-slider .apply-btn {
text-align: right; }
@media screen and (max-width: 991.98px) {
.volunteer-slider .apply-btn {
text-align: left;
margin-top: 15px; } }
.volunteer-slider .apply-btn a {
background-color: #5C97CD !important;
border: 1px solid transparent;
margin: 0 !important; }
.volunteer-slider .apply-btn a:hover {
background: transparent !important;
border: 1px solid #5C97CD; }
@media screen and (max-width: 767.98px) {
.volunteer-slider .slider-content .title {
margin-bottom: 80px; } }
.volunteer-slider .slider-content .client-slider .single-slide {
background-image: url(../images/hand-bg2.png);
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: 165px;
background-position: bottom left;
background-repeat: no-repeat;
background-color: #ffffff;
position: relative;
margin: 10px;
-webkit-box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07);
box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07); }
.volunteer-slider .slider-content .client-slider .single-slide span.quote {
position: absolute;
top: 20px;
right: 20px;
font-size: 20px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-img {
width: 64%;
padding: 12px; }
@media screen and (max-width: 767.98px) {
.volunteer-slider .slider-content .client-slider .single-slide .client-img {
display: none; } }
.volunteer-slider .slider-content .client-slider .single-slide .client-content h5 {
margin-bottom: 15px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content h3 {
margin-bottom: 15px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content .donate-amount {
color: #5C97CD; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content p {
margin-bottom: 15px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content span {
font-family: "Oswald", sans-serif;
font-weight: 400;
margin-right: 10px;
margin-bottom: 15px;
display: inline-block; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content span.slider-btn {
font-family: "Oswald", sans-serif;
background: #058642;
color: #ffffff;
padding: 3px 15px;
display: inline-block; }
.volunteer-slider .slider-content .client-slider .slick-prev,
.volunteer-slider .slider-content .client-slider .slick-next {
position: absolute;
top: -92px;
right: 60px;
z-index: 999;
border: none;
background-color: #058642;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 8px 15px; }
.volunteer-slider .slider-content .client-slider .slick-prev:hover,
.volunteer-slider .slider-content .client-slider .slick-next:hover {
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.volunteer-slider .slider-content .client-slider .slick-prev,
.volunteer-slider .slider-content .client-slider .slick-next {
top: -43px; } }
.volunteer-slider .slider-content .client-slider .slick-next {
right: 10px; }
/** Our Mission **/
.our-mission-breadcrumb {
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.our-mission-breadcrumb .breadcrumb-left img {
width: 100% !important; } }
@media (max-width: 480px) {
.our-mission-breadcrumb .breadcrumb-left img {
width: 135% !important; } }
.mission-donate .mission-left {
position: relative; }
.mission-donate .mission-left .left-content {
position: absolute;
bottom: 25px;
left: 30px;
width: 88%; }
@media (max-width: 575.98px) {
.mission-donate .mission-left .left-content {
bottom: 5px;
left: 25px; } }
.mission-donate .mission-left .left-content img {
width: 80px;
margin-bottom: 15px; }
.mission-donate .mission-left .left-content h2 {
color: #ffffff; }
.mission-donate .mission-left .left-content a.call-to-action-btn {
background-color: #5C97CD; }
.mission-donate .mission-left .left-content a.call-to-action-btn:hover {
background-color: #058642; }
.mission-donate .mission-right {
background-image: url(../images/mission-right-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: right top;
padding: 30px 18px; }
.mission-donate .mission-right h2 {
margin-bottom: 15px; }
.mission-donate .mission-right p {
width: 80%; }
@media screen and (max-width: 767.98px) {
.mission-donate .mission-right p {
width: 100%; } }
.mission-donate .mission-donate-form {
margin-top: 40px; }
.mission-donate .mission-donate-form label {
background-color: #058642;
padding: 7px 16px 7px 0;
margin-right: 8px;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 500;
display: inline-block;
border-radius: 6px;
margin-bottom: 15px; }
.mission-donate .mission-donate-form label input[type="radio"] {
opacity: 0; }
.mission-donate .mission-donate-form label span.dot {
width: 10px;
height: 10px;
background-color: #ffffff;
display: inline-block;
border-radius: 50%;
margin-right: 6px; }
.mission-donate .mission-donate-form label.active {
background-color: #5C97CD; }
.mission-donate .mission-donate-form input[type="submit"] {
cursor: pointer;
background-color: #5C97CD;
border: none; }
.mission-donate .mission-donate-form input[type="submit"]:hover {
background-color: #058642; }
.campaign-mission {
background-color: #fbfbfb;
overflow: hidden; }
.campaign-mission .hand-vector,
.campaign-mission .heart-vector {
position: absolute;
width: 600px;
bottom: 0;
left: -338px; }
@media screen and (max-width: 767.98px) {
.campaign-mission .hand-vector,
.campaign-mission .heart-vector {
display: none; } }
.campaign-mission .heart-vector {
right: -418px;
top: 0%;
bottom: initial;
left: initial; }
.campaign-mission .title {
margin-bottom: 60px; }
.campaign-mission .campaign-column {
margin-bottom: 60px; }
.campaign-mission .campaign-column h4 {
margin-bottom: 15px;
margin-top: 10px; }
.campaign-mission .campaign-column a {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
display: inline-block; }
.campaign-mission .revers .campaign-column {
text-align: right; }
.family-story .title {
margin-bottom: 40px; }
.family-story .family-content {
position: relative; }
.family-story .family-content .family-slider .slick-list {
margin: 0 -2px; }
.family-story .family-content .family-slider .slick-slide > div {
padding: 0 2px; }
.family-story .family-content .family-slider .slick-arrow {
position: absolute;
bottom: 0px;
right: 0px;
background: #058642;
color: #ffffff;
padding: 6px 18px;
border: none;
z-index: 9999;
display: inline-block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (max-width: 575.98px) {
.family-story .family-content .family-slider .slick-arrow {
bottom: -20px; } }
.family-story .family-content .family-slider .slick-arrow:hover {
background-color: #5C97CD; }
.family-story .family-content .family-slider .slick-prev {
right: 50px !important; }
.family-story .family-content .left-content {
background-image: url(../images/family-story.png);
background-repeat: no-repeat;
background-size: cover;
padding: 50px 86px 50px 45px;
position: relative;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 115%;
z-index: 9999999999; }
@media screen and (max-width: 1199.98px) {
.family-story .family-content .left-content {
padding: 15px 86px 15px 45px; } }
@media screen and (max-width: 991.98px) {
.family-story .family-content .left-content {
position: initial;
width: 100%;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
margin-bottom: 40px;
padding: 40px; } }
.family-story .family-content .left-content h3 {
color: #ffffff;
margin-bottom: 40px;
line-height: 1.6em; }
.family-story .family-content .left-content .left-bottom h3 {
margin-bottom: 0; }
.family-story .family-content .left-content .left-bottom span {
font-family: "Oswald", sans-serif;
font-weight: 500;
color: #058642;
text-transform: capitalize; }
@media screen and (max-width: 991.98px) {
.family-story .family-content .right-img {
display: none; } }
.mission-video {
background-color: #fbfbfb;
height: 600px; }
.mission-video .heart-vector {
position: absolute;
left: -100px;
width: 270px;
top: 5%;
z-index: 999; }
.mission-video .hand-vector {
position: absolute;
bottom: 0;
right: 0;
width: 212px; }
@media screen and (max-width: 767.98px) {
.mission-video .heart-vector,
.mission-video .hand-vector {
display: none; } }
.mission-video .title-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
@media screen and (max-width: 1199.98px) {
.mission-video .title-right {
margin-top: 40px; } }
.mission-video .title-right .left-logo {
margin-right: 35px; }
.mission-video .title-right .left-logo .left-icon {
width: 80px;
height: 80px;
margin-top: 0px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.mission-video .title-right .left-logo .left-icon span {
width: 65px;
position: absolute;
top: 15%;
right: -30%;
z-index: 99; }
.mission-video .title-right .phone-content h3 {
margin-bottom: 8px; }
.mission-video .title-right .phone-content h2 {
color: #5C97CD; }
.mission-video .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
margin-top: 40px;
z-index: 99; }
@media screen and (max-width: 575.98px) {
.mission-video .video {
position: relative; } }
.mission-video .video .play-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 70px;
width: 70px;
border-radius: 50%;
background-color: #5C97CD;
z-index: 999; }
.mission-video .video .play-icon span.play-btn {
width: 50px;
height: 50px;
display: inline-block;
margin-top: 28px;
margin-left: 25px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.mission-video .video .play-icon span.play-btn:hover {
margin: 10px; }
.white-space {
height: 250px;
background-color: #ffffff; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.white-space {
height: 290px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.white-space {
height: 200px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.white-space {
height: 180px; } }
@media (max-width: 575.98px) {
.white-space {
height: 160px; } }
.our-mission-donate-list {
padding-bottom: 200px !important;
background-image: url(../images/our-mission-test-bg.png);
background-size: cover;
background-repeat: no-repeat;
position: relative; }
@media screen and (max-width: 991.98px) {
.our-mission-donate-list {
padding-bottom: 120px !important; } }
.our-mission-donate-list .heart-vector {
position: absolute;
top: 15%;
left: -410px;
width: 600px; }
@media screen and (max-width: 767.98px) {
.our-mission-donate-list .heart-vector {
display: none; } }
.our-mission-donate-list .campaign-column h3 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.our-mission-donate-list .time a:hover {
color: #058642 !important; }
/* Blog Page */
.blog-breadcrumb {
overflow: hidden; }
@media (max-width: 480px) {
.blog-breadcrumb .breadcrumb-left img {
width: 135% !important;
top: -25%; } }
.blog-content-section {
padding-bottom: 247px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.blog-content-section {
padding-bottom: 120px; } }
.blog-single-post {
padding: 10px;
background-color: #ffffff;
margin-bottom: 40px; }
.blog-single-post.different-bg-color {
background-color: #ffffff; }
.blog-single-post .blog-thumbnail {
overflow: hidden; }
.blog-single-post .blog-thumbnail:hover .img-top-btn {
background-color: #5C97CD !important; }
.blog-single-post .blog-thumbnail img {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.blog-single-post .blog-thumbnail img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: .8; }
.blog-single-post .blog-thumbnail a.img-top-btn {
border-radius: 0px !important; }
.blog-single-post .blog-thumbnail a.img-top-btn:hover {
color: #ffffff !important; }
.blog-single-post .blog-content-part {
padding: 20px; }
.blog-single-post .blog-content-part .blog-content-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px; }
@media (max-width: 575.98px) {
.blog-single-post .blog-content-part .blog-content-top div {
margin-bottom: 5px; } }
@media (max-width: 575.98px) {
.blog-single-post .blog-content-part .blog-content-top {
display: inherit; } }
.blog-single-post .blog-content-part .blog-content-top a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize; }
.blog-single-post .blog-content-part .blog-content-top a:hover {
color: #5C97CD; }
.blog-single-post .blog-content-part .blog-content-top a i {
margin-right: 10px; }
.blog-single-post .blog-content-part .blog-title {
margin-top: 20px; }
.blog-single-post .blog-content-part .blog-title h3 a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.blog-single-post .blog-content-part .blog-title h3 a:hover {
color: #5C97CD; }
.blog-single-post .blog-content-part .blog-content {
margin-top: 20px; }
.blog-single-post .blog-content-part .blog-excerpt-link a {
color: #058642;
font-weight: 500;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block;
margin-top: 20px; }
.blog-single-post .blog-content-part .blog-excerpt-link a:hover {
color: #5C97CD; }
.blog-single-post .blog-thumbnail-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
background-color: #058642;
border: 1px solid transparent;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
z-index: 1; }
.blog-single-post .blog-thumbnail-slider .slick-arrow:hover {
background-color: #5C97CD; }
.blog-single-post .blog-thumbnail-slider .slick-prev {
left: 0px; }
.blog-single-post .blog-thumbnail-slider .slick-next {
right: 0px; }
.blog-single-post .blog-thumbnail-video {
position: relative; }
.blog-single-post .blog-thumbnail-video .video-play-button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.blog-single-post .blog-thumbnail-video .play-icon {
background-color: #ffffff;
width: 60px;
height: 60px;
border-radius: 50%;
position: relative; }
.blog-single-post .blog-thumbnail-video .play-icon .play-circle {
width: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 30px;
text-align: center;
color: #058642; }
.pagination {
display: inline-block; }
.pagination li {
display: inline-block; }
.pagination li a {
display: block;
padding: 8px 12px;
border: none;
color: #ffffff;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif; }
.pagination li a:hover {
background-color: #5C97CD; }
.pagination li a.active {
background-color: #5C97CD; }
.blog-thumbnail,
.blog-thumbnail-video,
.thumbnail-single-slide {
position: relative; }
.blog-thumbnail .shape-btn,
.blog-thumbnail-video .shape-btn,
.thumbnail-single-slide .shape-btn {
position: absolute;
top: 5%;
left: 2%;
display: inline-block; }
.blog-thumbnail .shape-btn a,
.blog-thumbnail-video .shape-btn a,
.thumbnail-single-slide .shape-btn a {
background-color: #058642;
color: #ffffff;
padding: 0px 12px;
font-family: "Oswald", sans-serif;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block; }
.blog-thumbnail .shape-btn a:hover,
.blog-thumbnail-video .shape-btn a:hover,
.thumbnail-single-slide .shape-btn a:hover {
background-color: #5C97CD; }
.header-search form {
display: inline-block;
background-color: #ffffff;
border-radius: 6px; }
.header-search form input[type="text"] {
background-color: #ffffff;
border: none;
padding: 15px;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
width: 78%; }
.header-search form button {
background-color: #5C97CD;
border: none;
color: #ffffff;
padding: 14px 0;
border-radius: 6px;
width: 20%;
text-align: center;
float: right; }
.single-widget + .single-widget {
margin-top: 30px;
padding: 30px 20px; }
.single-widget .widget-title {
margin-bottom: 30px; }
.single-widget.search-widget form {
width: 100%; }
.single-widget.recent-post-widget {
background-color: #ffffff; }
.single-widget.recent-post-widget .single-recent-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.single-widget.recent-post-widget .single-recent-post + .single-recent-post {
margin-top: 20px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-image {
margin-right: 15px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-image img {
width: 80px;
height: 80px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title .post-date a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
margin-bottom: 5px;
display: inline-block; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title .post-date a:hover {
color: #5C97CD; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title .post-date a i {
margin-right: 10px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title h6 {
margin-bottom: 10px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title h6 a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title h6 a:hover {
color: #5C97CD; }
.single-widget.category-widget {
background-image: url(../images/categories-bg.png);
background-size: cover;
background-position: bottom right;
padding: 20px 15px; }
.single-widget.category-widget .widget-title h4 {
color: #ffffff; }
.single-widget.category-widget li {
display: block; }
.single-widget.category-widget li a {
color: #ffffff;
text-transform: capitalize;
padding: 10px 0;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: #058642; }
.single-widget.category-widget li a.border-none {
border-top: transparent; }
.single-widget.category-widget li a:hover {
color: #058642; }
.single-widget.category-widget li a i {
font-size: 10px;
margin-right: 10px; }
.single-widget.tag-widget {
background-color: #ffffff; }
.single-widget.tag-widget li {
display: inline-block;
margin-bottom: 4px; }
.single-widget.tag-widget li a {
display: inline-block;
padding: 4px 5px;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
background-color: #058642;
text-transform: capitalize;
border-radius: 6px; }
.single-widget.tag-widget li a:hover {
background-color: #5C97CD; }
.single-widget.banner-widget {
position: relative;
background-image: url("../images/sidebar-img.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-right: 40px;
text-align: left; }
.single-widget.banner-widget .banner-widget-logo img {
width: auto;
height: auto; }
.single-widget.banner-widget .banner-widget-title {
text-align: left; }
.single-widget.banner-widget .banner-widget-title h4 {
color: #ffffff; }
.single-widget.banner-widget .call-to-action-btn {
background-color: #5C97CD !important; }
.single-widget.banner-widget .call-to-action-btn:hover {
background-color: #058642 !important; }
@media (min-width: 768px) and (max-width: 991.98px) {
.blog-sidebar {
margin-top: 60px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.blog-sidebar {
margin-top: 60px; } }
@media (max-width: 575.98px) {
.blog-sidebar {
margin-top: 60px; } }
.template-button {
text-transform: capitalize; }
.template-button:hover {
color: #ffffff; }
/* Blog Details Page */
.blog-content-section.blog-details-page .blog-single-post {
padding: 0;
background-color: transparent;
margin-bottom: 0; }
.blog-content-section.blog-details-page .blog-single-post .blog-thumbnail img:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part {
padding: 0;
margin-top: 30px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-list .single-list {
display: inline-block;
margin: 5px 0; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-list .single-list i {
margin-right: 10px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote {
background-color: #5C97CD;
padding: 40px 40px 50px;
margin: 30px 0; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-text {
color: #ffffff;
font-size: 30px;
font-family: "Oswald", sans-serif;
font-weight: 500;
line-height: 1.3em;
width: 90%;
display: inline-block; }
@media screen and (max-width: 767.98px) {
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-text {
width: 100%; } }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-icon {
float: right; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote h3 {
color: #ffffff; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.client_name {
color: #ffffff;
font-family: "Oswald", sans-serif;
margin-top: 20px;
display: block; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-icon {
color: #ffffff;
font-size: 40px;
margin-left: 10px;
position: relative;
top: 0px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-bottom-tag li {
display: inline;
margin-right: 10px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-bottom-tag li a {
display: inline-block;
color: #058642;
background-color: rgba(46, 65, 87, 0.05);
padding: 5px 10px;
text-transform: capitalize; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul {
float: right; }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul {
float: none;
margin-top: 20px; } }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li {
display: inline;
margin-left: 10px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li span {
font-size: 20px;
font-weight: 500;
text-transform: capitalize; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 20px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li a:hover {
color: #5C97CD; }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-images .single-image.image-2 {
margin-top: 30px; } }
.blog-content-section.blog-details-page .blog-comment-area .single-comment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-image img {
width: 100px;
height: 100px;
border-radius: 50%;
margin-right: 20px; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left h5 {
display: inline-block; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left span {
margin-left: 20px; }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left span {
display: block;
margin-left: 0; } }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .comment-reply-button a {
text-transform: capitalize;
display: inline-block;
padding: 6px 18px;
border-radius: 6px;
color: #ffffff;
background-color: #5C97CD;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border: 1px solid transparent; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .comment-reply-button a:hover {
background-color: #058642; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment.comment-left-margin {
margin-left: 80px; }
@media (min-width: 576px) and (max-width: 767.98px) {
.blog-content-section.blog-details-page .blog-comment-area .single-comment.comment-left-margin {
margin-left: 40px; } }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-comment-area .single-comment.comment-left-margin {
margin-left: 40px; } }
.blog-content-section.blog-details-page .blog-comment-form form {
margin-top: 40px; }
.single-blog-image img {
width: inherit;
display: inline-block; }
.blog-comment-form input,
.blog-comment-form textarea {
width: 100%;
margin-bottom: 25px;
border: none;
background: #f7f7f7;
padding: 12px 15px;
font-family: "Oswald", sans-serif; }
.blog-comment-form input[type="submit"],
.blog-comment-form button[type="submit"] {
display: inline-block;
border: none;
background-color: #058642;
color: #ffffff;
padding: 12px 15px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif; }
.blog-comment-form input[type="submit"]:hover,
.blog-comment-form button[type="submit"]:hover {
background-color: #5C97CD; }
.blog-meta a {
color: #058642;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.blog-meta a:hover {
color: #5C97CD; }
.single-blog-content a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.single-blog-content a:hover {
color: #5C97CD; }
/** Home Page 01 **/
/* Hero Slider */
.hero-slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999; }
.hero-slider .slick-arrow:hover {
background: #5C97CD; }
@media screen and (max-width: 991.98px) {
.hero-slider .slick-arrow {
display: none !important; } }
.hero-slider .slick-next {
right: 0;
left: initial; }
.hero-slider .hero-single-slide {
padding: 190px 0 115px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom right;
background-color: transparent;
position: relative;
z-index: -10;
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.hero-slider .hero-single-slide {
padding: 120px 0 70px 0; } }
@media screen and (max-width: 575.98px) {
.hero-slider .hero-single-slide {
padding: 60px 0 30px 0; } }
@media (max-width: 480px) {
.hero-slider .hero-single-slide {
padding: 60px 0px 0px 0px; } }
.hero-slider .hero-single-slide .slide-left-content {
position: relative;
padding: 20px 0 140px 0;
width: 100%; }
.hero-slider .hero-single-slide .slide-left-content img {
position: absolute;
top: -18%;
left: -27%;
width: 125%;
z-index: -1; }
@media screen and (max-width: 1199.98px) {
.hero-slider .hero-single-slide .slide-left-content img {
width: 160%; } }
@media screen and (max-width: 767.98px) {
.hero-slider .hero-single-slide .slide-left-content img {
width: 150%;
left: -30%; } }
@media (max-width: 480px) {
.hero-slider .hero-single-slide .slide-left-content img {
width: 240%;
top: -100px;
left: -208px; } }
.hero-slider .hero-single-slide .slide-left-content .content-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.hero-slider .hero-single-slide .slide-left-content .content-top h1 {
margin-right: 15px; }
.hero-slider .hero-single-slide .slide-left-content .content-top span {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #ffffff;
font-family: "Roboto", sans-serif; }
.hero-slider .hero-single-slide .slide-left-content h1 {
color: #ffffff; }
.hero-slider .hero-single-slide .slide-left-content p {
color: #ffffff; }
.hero-slider .hero-single-slide .slide-left-content a {
border: 1px solid transparent; }
.hero-slider .hero-single-slide .slide-left-content a:hover {
background-color: transparent;
border: 1px solid #ffffff; }
.hero-slider .slick-active .slide-left-content h1.title,
.hero-slider .slick-active .slide-left-content .content-top {
-webkit-animation: 1.5s .3s fadeInUp;
animation: 1.5s .3s fadeInUp; }
.hero-slider .slick-active .slide-left-content p,
.hero-slider .slick-active .slide-left-content a {
-webkit-animation: 1.5s .3s fadeInDown;
animation: 1.5s .3s fadeInDown; }
.index-blog {
background-color: #ffffff; }
.campaign-section .img-container {
overflow: hidden; }
.home1-cp {
background-color: #fbfbfb !important;
background-image: none; }
.home1-cp .campaign-column:hover span.img-top-btn {
background-color: #5C97CD !important; }
.home1-cp .campaign-column:hover a.readmore-btn {
color: #5C97CD !important; }
.home1-cp .campaign-column h3:hover {
color: #5C97CD !important; }
.donation-tab {
padding-bottom: 20px; }
@media screen and (max-width: 991.98px) {
.donation-tab {
padding-bottom: 30px; } }
.donation-tab .title {
margin-bottom: 53px; }
@media screen and (max-width: 991.98px) {
.donation-tab .event-tab {
margin-top: 60px; } }
.donation-tab .event-tab .tab-content {
-webkit-box-shadow: initial;
box-shadow: initial;
padding: 0; }
.donation-tab .event-tab .tab-content .tab-content-top {
padding: 30px 20px 30px 30px;
background-color: #fbfbfb; }
.donation-tab .event-tab .tab-content h3 {
margin-bottom: 25px; }
.donation-tab .event-tab .tab-content p {
margin-bottom: 25px; }
.donation-tab .event-tab .tab-content .countdown-area .countdown h2 {
display: inline-block; }
.donation-tab .event-tab .tab-content .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.donation-tab .event-tab .tab-content .countdown-area .countdown {
margin-bottom: 15px; } }
.donation-tab .bottom-text {
background-color: #ffffff; }
.donation-tab .bottom-text a.call-to-action-btn {
background-color: #5C97CD; }
.donation-tab .bottom-text a.call-to-action-btn:hover {
background-color: #058642; }
.education-video {
position: absolute;
top: -640px;
left: 0;
width: 100%; }
@media screen and (max-width: 991.98px) {
.education-video {
position: inherit;
top: 0; } }
.education-video .content {
background-image: url(../images/education-video.png);
background-size: cover;
background-position: right bottom;
background-repeat: no-repeat;
padding: 170px 0;
position: relative;
z-index: 1;
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.education-video .content {
padding-left: 30px; } }
.education-video .content .left-content {
position: relative; }
.education-video .content .left-content img {
position: absolute;
top: -140px;
left: -18%;
width: 100%;
z-index: -1; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.education-video .content .left-content img {
width: 125%;
left: -20%; } }
@media screen and (max-width: 767.98px) {
.education-video .content .left-content img {
width: 130%; } }
@media screen and (max-width: 575.98px) {
.education-video .content .left-content img {
width: 160%;
left: -40%; } }
.education-video .content .left-content h2 {
color: #ffffff;
margin-bottom: 15px; }
.education-video .content .left-content .call-to-action-btn {
border: 1px solid transparent; }
.education-video .content .left-content .call-to-action-btn:hover {
background-color: all 0.3s ease-in;
border: 1px solid #ffffff; }
.education-video .content .video-content {
position: relative;
height: 100%; }
@media screen and (max-width: 991.98px) {
.education-video .content .video-content {
display: none; } }
.education-video .content .video-content .play-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background-color: #5C97CD;
border-radius: 50%; }
.education-video .content .video-content .play-btn span {
width: 50px;
height: 50px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
margin: 22px; }
.education-video .content .video-content .play-btn span:hover {
margin: 10px; }
.home-donate {
padding-top: 290px; }
@media screen and (max-width: 991.98px) {
.home-donate {
padding-top: 120px; } }
.home-donate .dot-vector,
.home-donate .red-vector {
position: absolute;
width: 120px;
left: 3%; }
@media screen and (max-width: 767.98px) {
.home-donate .dot-vector,
.home-donate .red-vector {
display: none; } }
.home-donate .red-vector {
left: initial;
right: 0;
bottom: 5%; }
@media screen and (max-width: 991.98px) {
.home-donate .red-vector {
display: none; } }
.home-donate .tab-pane {
text-align: left !important; }
.home-donate .tab-pane .animated-progress-bar {
margin: 15px 0 !important; }
.home-donate .tab-pane .call-to-action-btn {
background-color: #058642 !important; }
.home-donate .tab-pane .call-to-action-btn:hover {
background-color: #5C97CD !important; }
.home-project-list {
background-color: #ffffff;
padding-bottom: 0;
position: initial;
z-index: inherit; }
@media screen and (max-width: 991.98px) {
.home-project-list {
padding-bottom: 120px; } }
.home-project-list .grid {
z-index: 99; }
.donation-pricing {
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: right bottom;
position: relative;
z-index: 1;
margin-top: -105px;
padding-top: 195px; }
@media (min-width: 1440px) and (max-width: 1599.98px) {
.donation-pricing {
background-image: none;
background-color: #fbfbfb; } }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.donation-pricing {
background-color: #fbfbfb;
background-image: none; } }
@media screen and (max-width: 991.98px) {
.donation-pricing {
background-image: none;
background-color: #fbfbfb; } }
@media screen and (max-width: 991.98px) {
.donation-pricing {
margin-top: 0;
padding-top: 120px; } }
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
width: 100px;
position: absolute;
left: 10%;
top: 30%; }
@media (min-width: 1600px) and (max-width: 1919.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 5%; } }
@media (min-width: 1440px) and (max-width: 1599.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 0; } }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 0; } }
@media screen and (max-width: 1199.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 0; } }
@media screen and (max-width: 991.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: initial;
right: 10%; } }
@media screen and (max-width: 575.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
display: none; } }
.donation-pricing .dot-vector {
top: 10%; }
.donation-pricing .donation-amount .amount-tab ul {
background: none;
border: none; }
.donation-pricing .donation-amount .amount-tab ul li a {
background-color: #058642;
color: #ffffff;
text-transform: capitalize;
padding: 2px 0;
margin-right: 10px;
width: 100px;
text-align: center;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif;
border-radius: 0;
font-weight: 600; }
.donation-pricing .donation-amount .amount-tab ul li a:hover {
background-color: #5C97CD; }
.donation-pricing .donation-amount .amount-tab ul li a.active {
background-color: #5C97CD; }
.donation-pricing .donation-amount .amount-tab .tab-content {
margin-top: 40px;
margin-bottom: 60px; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label {
display: block;
width: 330px;
background-color: #ffffff;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
padding: 25px 50px 25px 10px;
cursor: pointer;
margin-bottom: 25px;
position: relative;
overflow: hidden; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label img.vector {
position: absolute;
width: 35px;
height: 35px;
top: -3px;
right: -6px; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label span.h4 {
display: inline-block;
margin-right: 6px;
margin-left: 6px;
font-size: 20px;
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label span.h5 {
margin-left: 20px;
font-size: 18px;
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
display: block; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form input[type='submit'] {
border: none;
cursor: pointer; }
.donation-pricing .pricing-slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999999; }
.donation-pricing .pricing-slider .slick-arrow:hover {
background: #5C97CD; }
.donation-pricing .pricing-slider .slick-next {
right: 0;
left: initial; }
.donation-pricing .bottom-content {
padding-right: 25px; }
.donation-pricing .bottom-content h2 {
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.donation-pricing .bottom-content h2:hover {
color: #5C97CD; }
.donation-pricing .bottom-content p {
color: #058642; }
.home-testimonial {
padding-bottom: 0;
background: initial; }
@media screen and (max-width: 991.98px) {
.home-testimonial {
padding-bottom: 120px; } }
@media screen and (max-width: 767.98px) {
.home-testimonial .container {
padding-top: 0 !important; } }
.home-testimonial .single-slide {
-webkit-box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07);
box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07); }
.home-testimonial .single-slide .quote {
opacity: 0.6; }
.home-testimonial .donate-amount {
color: #5C97CD; }
.campaign-event {
background-image: url(../images/test-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
margin-top: -130px;
padding-top: 250px;
padding-bottom: 231px; }
@media screen and (max-width: 991.98px) {
.campaign-event {
margin-top: 0px;
padding-top: 120px;
padding-bottom: 120px; } }
.campaign-event .dot-vector,
.campaign-event .red-vector {
position: absolute;
top: 20%;
left: 3%;
width: 120px; }
@media screen and (max-width: 991.98px) {
.campaign-event .dot-vector,
.campaign-event .red-vector {
display: none; } }
.campaign-event .red-vector {
top: 50%; }
.campaign-event .slider-left .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999999999; }
.campaign-event .slider-left .slick-arrow:hover {
background: #5C97CD; }
.campaign-event .slider-left .slick-next {
right: 0;
left: initial; }
.campaign-event .slider-left .single-slide .meta-content {
text-align: center;
margin-top: -15px; }
.campaign-event .slider-left .single-slide .meta-content span {
color: #5C97CD;
font-family: "Oswald", sans-serif;
display: inline-block;
margin: 0 6px;
padding: 2px 6px;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: #ffffff; }
@media screen and (max-width: 767.98px) {
.campaign-event .slider-left .single-slide .meta-content span {
margin-bottom: 6px; } }
.campaign-event .slider-left .single-slide .meta-content span .icon {
margin-right: 3px; }
.campaign-event .bottom-content h2 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.campaign-event .bottom-content h2:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.campaign-event .event-campaign-right {
margin-top: 60px; } }
.campaign-event .event-campaign-right .gift-children {
padding: 40px 30px;
background-color: #ffffff;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.campaign-event .event-campaign-right .gift-children .vector {
position: absolute;
top: 0;
right: 0;
width: 50px;
opacity: 0.6; }
.campaign-event .event-campaign-right .gift-children .gift-date {
text-align: center;
margin-right: 20px;
background-image: url(../images/border-bg.png);
background-repeat: no-repeat;
background-size: 110px;
padding: 15px 38px 15px 34px; }
.campaign-event .event-campaign-right .gift-children .gift-date span {
font-family: "Oswald", sans-serif;
color: #058642;
font-weight: 600; }
.campaign-event .event-campaign-right .gift-children .gift-content h3 {
margin-bottom: 15px; }
.campaign-event .event-campaign-right .gift-children .gift-content p {
margin-bottom: 15px; }
.campaign-event .event-campaign-right .gift-children .gift-content .icons-field span {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
margin-right: 15px; }
.campaign-event .event-campaign-right .gift-children .gift-content .icons-field span:last-child {
margin-right: 0; } | public/assets/css/style.css | TABLE OF CONTENTS:
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button
>> Form
>> Theme
>> Home Page 02
>> About Page
>> Contact Page
>> 404 Page
>> Donation List
>> Donation Single
>> Event List
>> Event Single
>> FAQ Page
>> Project Single
>> Project List
>> Volunteer Team
>> Our Mission
>> Blog Page
>> Home Page 01
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.home2-header .circle-vector, .home2-header .red-vector, .home2-header .yellow-vector {
width: 25px;
height: auto;
position: absolute; }
/* Author CSS */
body {
margin: 0;
color: #058642;
font-family: "Roboto", sans-serif; }
h1 {
color: #058642;
font-size: 62px; }
@media screen and (max-width: 767.98px) {
h1 {
font-size: 50px; } }
@media screen and (max-width: 575.98px) {
h1 {
font-size: 49px; } }
h2 {
color: #058642;
font-size: 48px; }
@media screen and (max-width: 1199.98px) {
h2 {
font-size: 45px; } }
h3 {
color: #058642;
font-size: 24px; }
h4 {
color: #058642;
font-size: 20px; }
h5 {
color: #058642;
font-size: 18px; }
h6 {
color: #5C97CD;
font-size: 14px;
margin-bottom: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Oswald", sans-serif;
font-weight: 700;
text-transform: capitalize;
line-height: 1.2;
margin-bottom: 0; }
p {
color: #058642;
margin-bottom: 10px;
font-size: 16px; }
ul {
margin: 0;
padding: 0;
list-style: none; }
a:hover,
a:focus {
text-decoration: none;
outline: none; }
input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
outline: none; }
button {
cursor: pointer; }
img {
width: 100%;
height: auto;
display: block; }
/* Navbar */
.mobile-menu .mean-bar {
position: absolute;
z-index: 999; }
@media screen and (max-width: 991.98px) {
.mobile-menu .mean-bar {
background-color: transparent;
top: 28px; } }
@media screen and (max-width: 767.98px) {
.mobile-menu .mean-bar {
width: 95%; } }
@media (max-width: 480px) {
.mobile-menu .mean-bar {
width: 92%; } }
@media screen and (max-width: 991.98px) {
.mobile-menu .mean-nav {
background-color: #5C97CD; } }
@media (max-width: 480px) {
.mobile-menu .mean-nav {
margin-top: 29px; } }
.mean-container .mean-nav ul li a.mean-expand {
width: 25px;
height: 25px;
background-color: transparent; }
.mean-container a.meanmenu-reveal {
color: #058642;
top: -20px; }
@media screen and (max-width: 767.98px) {
.mean-container a.meanmenu-reveal {
right: -6px !important; } }
@media (max-width: 480px) {
.mean-container a.meanmenu-reveal {
top: -30px; } }
.mean-container a.meanmenu-reveal span {
background-color: #058642;
height: 4px;
margin-top: 4px; }
.mean-container .mean-nav ul li a.mean-expand:hover {
background-color: #5C97CD; }
.main-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media screen and (max-width: 991.98px) {
.main-menu {
display: block; } }
.main-menu li {
display: inline-block;
position: relative; }
@media screen and (max-width: 991.98px) {
.main-menu li span {
display: none; } }
.main-menu li .submenu {
width: 220px;
position: absolute;
top: 90px;
left: 0;
background: #5C97CD;
visibility: hidden;
opacity: 0;
padding: 10px;
border-radius: 5px;
z-index: 999; }
@media (min-width: 992px) {
.main-menu li .submenu {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; } }
@media screen and (max-width: 991.98px) {
.main-menu li .submenu {
position: static;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 1;
visibility: visible; } }
.main-menu li .submenu li {
display: block; }
.main-menu li .submenu li a {
padding: 5px 15px;
display: block;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 14px;
color: #ffffff; }
.main-menu li .submenu li a:hover {
margin-left: 5px; }
.main-menu li:hover .submenu {
top: 81px;
opacity: 1;
visibility: visible; }
.main-menu li:hover > a {
color: #5C97CD; }
.main-menu li a {
padding: 30px 15px;
display: block;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.main-menu li a span i {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.main-menu li a {
padding: 30px 8px;
font-size: 14px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.main-menu li a {
font-size: 14px; } }
.home2-header .main-menu li:hover > a {
color: #5D98CD; }
@media screen and (max-width: 991.98px) {
.home2-header .main-menu li:hover > a {
color: #ffffff; } }
.home2-header .main-menu li .submenu {
background-color: #5D98CD; }
.home2-header .main-menu li .submenu li:hover a {
color: #ffffff; }
.home2-header .mean-nav {
background-color: #5D98CD; }
.home2-header .nav-right-btn li a {
background-color: #5D98CD;
border-radius: 0px; }
.home2-header .mean-container .mean-nav ul li a.mean-expand:hover {
background-color: #5D98CD; }
/* Header Section */
.info-bar {
background: #058642;
padding: 8px 0; }
.info-bar .date {
float: left;
margin-right: 20px; }
.info-bar .infobar-ticker {
overflow: hidden; }
.info-bar .infobar-ticker span {
margin-right: 10px; }
@media screen and (max-width: 991.98px) {
.info-bar .infobar-ticker {
text-align: left; } }
.info-bar .infobar-ticker .single-ticker {
color: #ffffff;
font-family: "Roboto", sans-serif;
text-transform: capitalize;
font-weight: 400; }
.info-bar .top-left {
text-align: left;
margin-left: 0; }
@media screen and (max-width: 991.98px) {
.info-bar .top-left {
text-align: center;
margin-bottom: 6px;
margin-left: 10%; } }
@media screen and (max-width: 767.98px) {
.info-bar .top-left {
display: none; } }
.info-bar .top-left p {
color: #5C97CD;
font-weight: 400;
margin-bottom: 0; }
.info-bar .top-left p span {
color: #ffffff;
margin-left: 10px; }
.info-bar .top-left p span:first-child {
margin-right: 10px; }
.info-bar .social {
text-align: right; }
@media screen and (max-width: 991.98px) {
.info-bar .social {
text-align: center; } }
.info-bar .social a {
padding: 0 8px;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block; }
.info-bar .social a:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.info-bar .social a {
padding: 0 6px; } }
@media screen and (max-width: 991.98px) {
.header-section {
padding: 12px 0; } }
.header-section .logo {
position: relative;
z-index: 99999999; }
.header-section .logo img {
width: 240px; }
@media (max-width: 480px) {
.header-section .logo img {
width: 150px; } }
.home2-header {
background-image: url(../images/header-bg2.png);
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
padding: 25px 0 0 0; }
.home2-header .vector-container {
position: relative; }
.home2-header .circle-vector {
top: 0%;
left: -3%; }
@media screen and (max-width: 767.98px) {
.home2-header .circle-vector {
display: none; } }
.home2-header .red-vector {
top: 18%;
left: 40%;
width: 100px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.home2-header .red-vector {
top: 6%;
left: 42%; } }
@media screen and (max-width: 991.98px) {
.home2-header .red-vector {
top: 18%;
right: 2%;
left: initial; } }
@media screen and (max-width: 767.98px) {
.home2-header .red-vector {
display: none; } }
.home2-header .yellow-vector {
top: 60%;
left: 40%;
width: 70px; }
@media screen and (max-width: 991.98px) {
.home2-header .yellow-vector {
left: initial;
right: 35%; } }
@media screen and (max-width: 767.98px) {
.home2-header .yellow-vector {
display: none; } }
.home2-header .hero-section {
padding: 140px 0; }
@media screen and (max-width: 991.98px) {
.home2-header .hero-section {
padding: 100px 0; } }
@media screen and (max-width: 767.98px) {
.home2-header .hero-section {
padding: 60px 0; } }
@media screen and (max-width: 1199.98px) {
.home2-header .hero-section .hero-title h1 br {
display: none; } }
.home2-header .hero-section .progress-bar-area {
margin-top: 30px;
width: 302px; }
.home2-header .hero-section .progress-bar-area h1 {
margin-bottom: 20px;
display: inline-block; }
.home2-header .hero-section .progress-bar-area h1 span.stroke-text {
margin-right: 10px; }
.home2-header .hero-section .progress-bar-area h1 span.stroke-text:first-child {
margin-right: 0; }
.home2-header .hero-section .progress-bar-area span.donate-title {
font-size: 18px;
font-family: "Oswald", sans-serif;
font-weight: 500;
text-transform: capitalize;
float: right;
margin-top: 42px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.home2-header .hero-section .progress-bar-area span.donate-title {
margin-top: 45px; } }
@media screen and (max-width: 767.98px) {
.home2-header .hero-section .progress-bar-area span.donate-title {
margin-top: 30px; } }
.home2-header .hero-section .progress-bar-area .progressbar {
border-radius: 6px !important; }
.home2-header .hero-section .progress-bar-area .proggress {
height: 15px !important;
border-radius: 6px !important; }
.home2-header .hero-section .progress-bar-area .percentCount {
font-size: 0px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.home2-header .hero-section .progress-bar-area {
width: 302px; } }
@media screen and (max-width: 767.98px) {
.home2-header .hero-section .progress-bar-area {
width: 280px; } }
.home2-header .hero-section .hero-btn {
margin-top: 30px; }
.home2-header .hero-section .banner img {
width: 118%;
height: auto;
margin-top: -20px; }
@media screen and (max-width: 991.98px) {
.home2-header .hero-section .banner img {
display: none; } }
/* Footer Section */
.footer-section {
background-image: url(../images/footer-bg.png);
background-size: cover;
background-repeat: no-repeat; }
.footer-section .vector-container {
position: relative; }
.footer-section .yellow-vector, .footer-section .red-vector, .footer-section .dot-vector {
position: absolute;
width: 70px; }
@media screen and (max-width: 767.98px) {
.footer-section .yellow-vector, .footer-section .red-vector, .footer-section .dot-vector {
display: none; } }
.footer-section .yellow-vector {
left: -150px;
top: 6px; }
.footer-section .dot-vector {
right: 0;
top: 10px; }
.footer-section .red-vector {
bottom: 10px;
right: 0; }
.footer-section img.logo {
margin-bottom: 25px; }
@media screen and (max-width: 991.98px) {
.footer-section img.logo {
width: 240px; } }
.footer-section .footer-social a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 6px;
font-size: 26px;
display: inline-block; }
.footer-section .footer-social a:hover {
color: #5C97CD; }
.footer-section .other-links h3 {
margin-bottom: 25px;
margin-top: 20px; }
.footer-section .other-links .footer-nav ul li a {
color: #058642;
margin-bottom: 15px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.footer-section .other-links .footer-nav ul li a:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.footer-section .other-links {
margin-top: 30px; } }
.footer-section .donors-link h3 {
margin-bottom: 25px;
margin-top: 20px; }
.footer-section .donors-link .footer-nav ul li a {
color: #058642;
margin-bottom: 15px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.footer-section .donors-link .footer-nav ul li a:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.footer-section .donors-link {
margin-top: 30px; } }
.footer-section .footer-last h3 {
margin-top: 20px;
margin-bottom: 25px; }
.footer-section .footer-last .widget-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px; }
.footer-section .footer-last .widget-bottom img {
margin-right: 15px;
width: 55px;
height: 46px; }
@media screen and (max-width: 767.98px) {
.footer-section .footer-last .widget-bottom .widget-content {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; } }
.footer-section .footer-bottom {
margin-top: 30px; }
@media screen and (max-width: 991.98px) {
.footer-section .footer-bottom .copyright {
margin-top: 30px; } }
.footer-section .footer-bottom .copyright p a {
text-transform: uppercase;
color: #5C97CD;
font-weight: 600; }
@media screen and (max-width: 991.98px) {
.footer-section .footer-bottom .author {
margin-top: 30px; } }
.footer-section .footer-bottom .author span i {
color: #5C97CD;
margin-right: 6px; }
.about-footer {
background-color: #ffffff;
background-image: none !important;
padding-top: 250px; }
@media screen and (max-width: 991.98px) {
.about-footer {
padding-top: 120px; } }
.about-footer .copyright-vector {
position: absolute;
bottom: 43px;
right: 0;
width: 160px; }
.about-footer .about-footer-vector {
position: absolute;
top: 0;
left: 0;
width: 160px; }
.about-footer .red-vector {
bottom: 80px;
right: -65px; }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.about-footer .red-vector {
right: 10px; } }
@media screen and (max-width: 1199.98px) {
.about-footer .red-vector {
display: none; } }
@media screen and (max-width: 991.98px) {
.about-footer .dot-vector, .about-footer .red-vector, .about-footer .yellow-vector {
display: none; } }
.about-footer .footer-top {
margin-bottom: 100px;
position: absolute;
top: -112%;
width: 98%;
z-index: 999;
background-color: #ffffff; }
@media screen and (max-width: 991.98px) {
.about-footer .footer-top {
position: initial; } }
.about-footer .footer-top .subscribe-area {
position: relative;
padding: 50px 20px;
-webkit-box-shadow: 0px 0px 50px #dddddd;
box-shadow: 0px 0px 50px #dddddd;
overflow: hidden; }
@media screen and (max-width: 991.98px) {
.about-footer .footer-top .subscribe-area {
margin-bottom: 60px; } }
.about-footer .footer-top .subscribe-area .left-logo {
margin-right: 35px; }
.about-footer .footer-top .subscribe-area .left-logo .left-icon {
width: 60px;
height: 60px;
margin-top: 0px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.about-footer .footer-top .subscribe-area .left-logo .left-icon span {
width: 45px;
position: absolute;
top: 0;
right: -30%;
z-index: 99; }
.about-footer .footer-top .subscribe-area .left-logo .left-icon span img {
width: 100%; }
.about-footer .footer-top .subscribe-area .subscription-vector {
position: absolute;
top: -10px;
right: -11px;
width: 75px;
height: 75px; }
.about-footer .footer-top .subscribe-area .hot-number {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.about-footer .footer-top .subscribe-area .hot-number img {
width: 65px;
height: 65px;
margin-right: 15px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.about-footer .footer-top .subscribe-area .hot-number .number h3 {
color: #5C97CD;
margin-top: 12px; }
.about-footer .footer-top .subscribe-area .subscribe-form {
margin-top: 45px; }
.about-footer .footer-top .brands {
padding: 31px 20px 36px 20px;
-webkit-box-shadow: 0px 0px 108px #dddddd;
box-shadow: 0px 0px 108px #dddddd; }
@media screen and (max-width: 767.98px) {
.about-footer .footer-top .brands {
text-align: center; } }
.about-footer .footer-top .brands span.brand-title {
display: block;
font-size: 36px;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
color: #058642; }
.about-footer .footer-top .brands img {
width: 120px;
height: 96px;
display: inline-block;
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-footer .footer-top .brands img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0); }
.about-footer .footer-bottom .footer-social {
display: inline-block;
margin: auto; }
.about-footer .copyright {
text-align: center;
background: #e34a20;
padding: 10px 0;
margin-top: 30px; }
.about-footer .copyright p {
color: #058642;
margin: 0; }
.about-footer .copyright a {
color: #ffffff;
text-transform: uppercase; }
.about-footer .widget-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 25px; }
.about-footer .widget-bottom img {
margin-right: 15px;
width: 48px;
height: 46px; }
@media screen and (max-width: 767.98px) {
.about-footer .widget-bottom .widget-content {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; } }
.about-footer .footer-nav ul li {
position: relative;
margin-left: 20px; }
.about-footer .footer-nav ul li:before {
content: '\f0da';
font-family: "Font Awesome\ 5 Free";
display: block;
position: absolute;
left: -15px;
top: 0;
font-weight: 900; }
.about-footer .footer-nav ul li a {
font-size: 14px;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.about-footer .footer-last .widget-bottom .widget-content h6 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-footer .footer-last .widget-bottom .widget-content h6:hover {
color: #5C97CD; }
.about-footer h6 {
color: #058642;
margin-bottom: 6px;
line-height: 1.6em; }
.coming-soon-footer {
padding-top: 120px; }
/* Breadcrumb Section */
.breadcrumb {
background-image: url(../images/about-bg.png);
background-size: cover;
overflow: hidden;
background-repeat: no-repeat;
background-position: bottom center;
padding: 100px 0;
background-color: transparent;
position: relative;
z-index: 1;
margin-bottom: 0; }
@media screen and (max-width: 767.98px) {
.breadcrumb {
padding: 50px 0; } }
.breadcrumb .breadcrumb-left {
position: relative;
padding: 70px 0; }
@media (min-width: 576px) and (max-width: 767.98px) {
.breadcrumb .breadcrumb-left {
text-align: center; } }
@media (max-width: 575.98px) {
.breadcrumb .breadcrumb-left {
text-align: center; } }
.breadcrumb .breadcrumb-left img {
position: absolute;
top: -35%;
left: -26%;
width: 100%;
z-index: -1; }
@media screen and (max-width: 991.98px) {
.breadcrumb .breadcrumb-left img {
width: 73%;
left: -10%;
top: -32%; } }
@media screen and (max-width: 767.98px) {
.breadcrumb .breadcrumb-left img {
width: 90%;
left: -25%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.breadcrumb .breadcrumb-left img {
display: none; } }
@media screen and (max-width: 575.98px) {
.breadcrumb .breadcrumb-left img {
display: none; } }
.breadcrumb .breadcrumb-left h1,
.breadcrumb .breadcrumb-left h2,
.breadcrumb .breadcrumb-left h3,
.breadcrumb .breadcrumb-left h5 {
color: #ffffff;
margin-bottom: 15px; }
.breadcrumb .breadcrumb-left h3 a {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: #ffffff; }
.breadcrumb .breadcrumb-left h3 a:hover {
color: #058642; }
/* Preloader */
.preloader-inner {
position: fixed;
left: 0;
top: 0;
z-index: 9999;
background-color: #ffffff;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.preloader-inner .cancel-preloader {
position: absolute;
bottom: 30px;
right: 30px; }
.preloader-inner .cancel-preloader a {
background-color: #ffffff;
font-weight: 600;
text-transform: capitalize;
color: #5C97CD;
width: 200px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 30px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.preloader-inner .cancel-preloader a:hover {
background-color: #058642;
color: #ffffff; }
.spinner {
width: 70px;
text-align: center; }
.spinner > div {
width: 15px;
height: 15px;
background-color: #5C97CD;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0); }
40% {
-webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
/* Button */
.nav-right-btn li a, .subscribe-form form input[type="submit"], .campaign-section .campaign-title .readmore-btn-container a, .about-donate-slider .slide-left a, .not-found-img a, .post-section .sidebar .widget-banner .left-content a, .event-single .event-donation .donate-tab .tab-content .tab-pane a, .donate-tab .tab-content .tab-pane a, .template-button {
padding: 12px 26px;
background-color: #5C97CD;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-size: 16px;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block;
border-radius: 6px; }
.nav-right-btn li a:hover, .subscribe-form form input:hover[type="submit"], .campaign-section .campaign-title .readmore-btn-container a:hover, .about-donate-slider .slide-left a:hover, .not-found-img a:hover, .post-section .sidebar .widget-banner .left-content a:hover, .event-single .event-donation .donate-tab .tab-content .tab-pane a:hover, .donate-tab .tab-content .tab-pane a:hover, .template-button:hover {
background: #058642; }
.nav-right-btn {
padding-top: 12px 26px;
text-align: right; }
@media screen and (max-width: 991.98px) {
.nav-right-btn {
margin-right: 30px; } }
@media screen and (max-width: 767.98px) {
.nav-right-btn {
margin-right: 40px; } }
@media (max-width: 480px) {
.nav-right-btn {
margin-right: 50px; } }
.nav-right-btn li {
position: relative;
z-index: 999999999999999; }
.call-to-action-btn {
background-color: #058642;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
padding: 12px 0px;
border-radius: 6px;
display: inline-block;
margin-top: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 150px;
text-align: center; }
.call-to-action-btn:hover {
background-color: #5C97CD;
color: #ffffff; }
.home2-primary-btn {
background-color: #5D98CD !important;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
padding: 12px 0px;
border-radius: 0px !important;
display: inline-block;
margin-top: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 120px;
text-align: center; }
.home2-primary-btn:hover {
background-color: #058642 !important;
color: #ffffff; }
.img-top-btn {
position: absolute;
padding: 3px 24px;
text-align: center;
border-radius: 6px;
display: inline-block;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 700;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
z-index: 99999; }
.img-top-btn:hover {
background-color: #5C97CD; }
.home2-img-top-btn {
background-color: #058642 !important;
border-radius: 0px !important; }
.home2-img-top-btn:hover {
background-color: #5D98CD !important; }
.readmore-btn {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
display: block;
margin-top: 15px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (max-width: 575.98px) {
.readmore-btn {
margin-top: 0; } }
.readmore-btn:hover {
color: #5C97CD; }
.go-top-btn {
position: fixed;
bottom: 30px;
right: 25px;
background: #058642;
color: #ffffff;
text-transform: uppercase;
padding: 8px 14px;
z-index: 99999999;
display: inline-block;
cursor: pointer;
-webkit-transition: initial;
-o-transition: initial;
transition: initial;
border-radius: 3px;
display: none; }
.go-top-btn:hover {
background-color: #5C97CD;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
/* Form */
.charity-form-area .form-right form .form-input, .post-section .form-right form .form-input {
position: relative;
margin-bottom: 20px; }
.charity-form-area .form-right form .form-input input, .charity-form-area .form-right form .form-input select, .post-section .form-right form .form-input input, .post-section .form-right form .form-input select {
width: 100%;
padding: 12px 12px 12px 12px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600;
border: none;
background-color: #f7f7f7; }
.charity-form-area .form-right form .form-input input::-webkit-input-placeholder, .charity-form-area .form-right form .form-input select::-webkit-input-placeholder, .post-section .form-right form .form-input input::-webkit-input-placeholder, .post-section .form-right form .form-input select::-webkit-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input input:-ms-input-placeholder, .charity-form-area .form-right form .form-input select:-ms-input-placeholder, .post-section .form-right form .form-input input:-ms-input-placeholder, .post-section .form-right form .form-input select:-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input input::-ms-input-placeholder, .charity-form-area .form-right form .form-input select::-ms-input-placeholder, .post-section .form-right form .form-input input::-ms-input-placeholder, .post-section .form-right form .form-input select::-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input input::placeholder, .charity-form-area .form-right form .form-input select::placeholder, .post-section .form-right form .form-input input::placeholder, .post-section .form-right form .form-input select::placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-input select, .post-section .form-right form .form-input select {
color: rgba(152, 135, 163, 0.9); }
.charity-form-area .form-right form .form-input span.currency, .post-section .form-right form .form-input span.currency {
position: absolute;
top: 0;
right: 0px;
height: 47.4px;
width: 40px;
background: #5C97CD;
color: #ffffff;
padding: 12px 0;
font-family: "Oswald", sans-serif;
font-weight: 700;
text-align: center; }
.charity-form-area .form-right form .form-input .nice-select, .post-section .form-right form .form-input .nice-select {
padding: 2px 12px;
color: rgba(152, 135, 163, 0.9); }
.charity-form-area .form-right form .form-input span.current, .post-section .form-right form .form-input span.current {
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea, .post-section .form-right form .form-textarea {
padding-right: 0; }
.charity-form-area .form-right form .form-textarea textarea, .post-section .form-right form .form-textarea textarea {
width: 100%;
padding: 7px 21px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(152, 135, 163, 0.9);
border: none;
background-color: #f7f7f7; }
.charity-form-area .form-right form .form-textarea textarea::-webkit-input-placeholder, .post-section .form-right form .form-textarea textarea::-webkit-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea textarea:-ms-input-placeholder, .post-section .form-right form .form-textarea textarea:-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea textarea::-ms-input-placeholder, .post-section .form-right form .form-textarea textarea::-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form .form-textarea textarea::placeholder, .post-section .form-right form .form-textarea textarea::placeholder {
color: rgba(152, 135, 163, 0.9);
font-family: "Oswald", sans-serif;
font-weight: 600; }
.charity-form-area .form-right form input[type="submit"], .post-section .form-right form input[type="submit"] {
border: none;
margin-top: 25px;
cursor: pointer;
background-color: #5C97CD;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.charity-form-area .form-right form input[type="submit"]:hover, .post-section .form-right form input[type="submit"]:hover {
background-color: #058642; }
.subscribe-form form input[type="email"] {
width: 70%;
padding: 8px 21px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(152, 135, 163, 0.9);
border: none;
background-color: #f7f7f7;
border-radius: 6px; }
.subscribe-form form input[type="email"]::-webkit-input-placeholder {
color: rgba(152, 135, 163, 0.9); }
.subscribe-form form input[type="email"]:-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9); }
.subscribe-form form input[type="email"]::-ms-input-placeholder {
color: rgba(152, 135, 163, 0.9); }
.subscribe-form form input[type="email"]::placeholder {
color: rgba(152, 135, 163, 0.9); }
@media screen and (max-width: 575.98px) {
.subscribe-form form input[type="email"] {
width: 100%;
display: block;
margin-bottom: 20px; } }
.subscribe-form form input[type="submit"] {
border: none;
cursor: pointer;
float: right;
text-transform: capitalize;
border-radius: 6px;
padding: 8px 26px; }
@media screen and (max-width: 575.98px) {
.subscribe-form form input[type="submit"] {
float: none; } }
.post-section .form-right {
background-color: #ffffff;
padding: 25px 15px;
margin-top: 60px;
-webkit-box-shadow: 0px 0px 10px #dddddd;
box-shadow: 0px 0px 10px #dddddd;
overflow: hidden;
position: relative; }
.post-section .form-right h4 {
margin: 0 0 20px 20px; }
.post-section .form-right .gateway-select {
margin: 20px 0; }
.post-section .form-right .gateway-select h4 {
display: inline-block;
margin-right: 20px;
margin-left: 20px; }
.post-section .form-right .gateway-select .paypal-img,
.post-section .form-right .gateway-select .payoneer-img,
.post-section .form-right .gateway-select .mastercard-img {
display: inline-block;
width: inherit;
margin-left: 6px;
margin-right: 12px;
margin-top: -2px;
cursor: pointer; }
.post-section .form-right .hand-vector {
position: absolute;
bottom: -41px;
right: -137px;
width: 311px;
height: 174px; }
.post-section .form-right input[type="submit"] {
border-radius: 4px;
margin-left: 15px; }
/* Theme Default */
.padding-top-4 {
padding-top: 4px; }
.padding-top-10 {
padding-top: 10px; }
.padding-top-20 {
padding-top: 20px; }
.padding-top-30 {
padding-top: 30px; }
.padding-top-40 {
padding-top: 40px; }
.padding-top-45 {
padding-top: 45px; }
.padding-top-50 {
padding-top: 50px; }
.padding-top-60 {
padding-top: 60px; }
.padding-top-70 {
padding-top: 70px; }
.padding-top-80 {
padding-top: 80px; }
.padding-top-85 {
padding-top: 85px; }
.padding-top-90 {
padding-top: 90px; }
.padding-top-92 {
padding-top: 92px; }
.padding-top-94 {
padding-top: 94px; }
.padding-top-100 {
padding-top: 100px; }
.padding-top-103 {
padding-top: 103px; }
.padding-top-105 {
padding-top: 105px; }
.padding-top-110 {
padding-top: 110px; }
.padding-top-115 {
padding-top: 115px; }
.padding-top-116 {
padding-top: 116px; }
.padding-top-120 {
padding-top: 120px; }
.padding-top-160 {
padding-top: 160px; }
.padding-top-122 {
padding-top: 122px; }
.padding-bottom-10 {
padding-bottom: 10px; }
.padding-bottom-20 {
padding-bottom: 20px; }
.padding-bottom-30 {
padding-bottom: 30px; }
.padding-bottom-40 {
padding-bottom: 40px; }
.padding-bottom-50 {
padding-bottom: 50px; }
.padding-bottom-55 {
padding-bottom: 55px; }
.padding-bottom-60 {
padding-bottom: 60px; }
.padding-bottom-70 {
padding-bottom: 70px; }
.padding-bottom-75 {
padding-bottom: 75px; }
.padding-bottom-80 {
padding-bottom: 80px; }
.padding-bottom-85 {
padding-bottom: 85px; }
.padding-bottom-90 {
padding-bottom: 90px; }
.padding-bottom-97 {
padding-bottom: 97px; }
.padding-bottom-100 {
padding-bottom: 100px; }
.padding-bottom-105 {
padding-bottom: 105px; }
.padding-bottom-110 {
padding-bottom: 110px; }
.padding-bottom-115 {
padding-bottom: 115px; }
.padding-bottom-120 {
padding-bottom: 120px; }
.padding-bottom-122 {
padding-bottom: 122px; }
.padding-bottom-145 {
padding-bottom: 145px; }
.padding-10 {
padding-top: 10px;
padding-bottom: 10px; }
.padding-20 {
padding: 20px; }
.padding-30 {
padding-top: 30px;
padding-bottom: 30px; }
.padding-40 {
padding-top: 40px;
padding-bottom: 40px; }
.padding-50 {
padding-top: 50px;
padding-bottom: 50px; }
.padding-60 {
padding-top: 60px;
padding-bottom: 60px; }
.padding-70 {
padding-top: 70px;
padding-bottom: 70px; }
.padding-80 {
padding-top: 80px;
padding-bottom: 80px; }
.padding-90 {
padding-top: 90px;
padding-bottom: 90px; }
.padding-100 {
padding-top: 100px;
padding-bottom: 100px; }
.padding-105 {
padding-top: 105px;
padding-bottom: 105px; }
.padding-115 {
padding-top: 115px;
padding-bottom: 115px; }
.padding-120 {
padding-top: 120px;
padding-bottom: 120px; }
.margin-0 {
margin: 0; }
.margin-right-8 {
margin-right: 8px; }
.margin-right-10 {
margin-right: 10px; }
.margin-minus-19 {
margin-top: -19px; }
.margin-top-10 {
margin-top: 10px; }
.margin-top-20 {
margin-top: 20px; }
.margin-top-24 {
margin-top: 24px; }
.margin-top-25 {
margin-top: 25px; }
.margin-top-30 {
margin-top: 30px; }
.margin-top-40 {
margin-top: 40px; }
.margin-top-50 {
margin-top: 50px; }
.margin-top-60 {
margin-top: 60px; }
.margin-top-70 {
margin-top: 70px; }
.margin-top-80 {
margin-top: 80px; }
.margin-top-90 {
margin-top: 90px; }
.margin-top-100 {
margin-top: 100px; }
.margin-bottom-10 {
margin-bottom: 10px; }
.margin-bottom-15 {
margin-bottom: 15px; }
.margin-bottom-20 {
margin-bottom: 20px; }
.margin-bottom-25 {
margin-bottom: 25px; }
.margin-bottom-30 {
margin-bottom: 30px; }
.margin-bottom-40 {
margin-bottom: 40px; }
.margin-bottom-45 {
margin-bottom: 45px; }
.margin-bottom-50 {
margin-bottom: 50px; }
.margin-bottom-55 {
margin-bottom: 55px; }
.margin-bottom-60 {
margin-bottom: 60px; }
.margin-bottom-70 {
margin-bottom: 70px; }
.margin-bottom-80 {
margin-bottom: 80px; }
.margin-bottom-90 {
margin-bottom: 90px; }
.margin-bottom-100 {
margin-bottom: 100px; }
.margin-right-10 {
margin-right: 10px; }
.margin-right-20 {
margin-right: 20px; }
.margin-right-30 {
margin-right: 30px; }
.margin-right-40 {
margin-right: 40px; }
.margin-right-50 {
margin-right: 50px; }
.margin-right-60 {
margin-right: 60px; }
.margin-right-70 {
margin-right: 70px; }
.margin-right-80 {
margin-right: 80px; }
.margin-right-90 {
margin-right: 90px; }
.margin-right-100 {
margin-right: 100px; }
.margin-left-10 {
margin-left: 10px; }
.margin-left-20 {
margin-left: 20px; }
.margin-left-30 {
margin-left: 30px; }
.margin-left-40 {
margin-left: 40px; }
.margin-left-50 {
margin-left: 50px; }
.margin-left-60 {
margin-left: 60px; }
.margin-left-70 {
margin-left: 70px; }
.margin-left-80 {
margin-left: 80px; }
.margin-left-90 {
margin-left: 90px; }
.margin-left-100 {
margin-left: 100px; }
.margin-10 {
margin: 10px 0; }
.margin-20 {
margin: 20px 0; }
.margin-30 {
margin: 30px 0; }
.margin-40 {
margin: 40px 0; }
.margin-50 {
margin: 50px 0; }
.margin-60 {
margin: 60px 0; }
.margin-70 {
margin: 70px 0; }
.margin-80 {
margin: 80px 0; }
.margin-90 {
margin: 90px 0; }
.margin-100 {
margin: 100px 0; }
.stroke-text {
color: #000000;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #5C97CD; }
.img-top-btn {
position: absolute;
top: 20px;
left: 20px;
padding: 3px 24px;
background-color: #058642;
color: #ffffff;
font-family: "Roboto", sans-serif;
font-weight: 600;
display: inline-block; }
.overflow-visible {
overflow: visible !important; }
.bg-transparent {
background: transparent !important; }
.home2-heading-color {
color: #058642; }
.home2-p-color {
color: #83839e; }
@media screen and (max-width: 991.98px) {
.md-none {
display: none; } }
/** Home Page 02 **/
.home2-blog-section .home2-blog-left {
padding: 10px;
background-color: #fbfbfb; }
.home2-blog-section .home2-blog-left .home2-blog-content {
padding: 20px;
position: relative;
padding-bottom: 40px;
margin-bottom: 20px; }
.home2-blog-section .home2-blog-left .home2-blog-content h3 {
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.home2-blog-section .home2-blog-left .home2-blog-content p {
margin-bottom: 15px; }
.home2-blog-section .home2-blog-left .home2-blog-content a.readmore {
font-family: "Oswald", sans-serif;
font-weight: 600;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.home2-blog-section .home2-blog-left .home2-blog-content a.readmore:hover {
color: #5C97CD; }
.home2-blog-section .home2-blog-left .home2-blog-content .vector-bg {
width: 70px;
height: auto;
position: absolute;
bottom: 0px;
right: 6px; }
.home2-blog-section .home2-blog-video {
position: relative; }
@media screen and (max-width: 991.98px) {
.home2-blog-section .home2-blog-video {
margin-top: 60px; } }
.home2-blog-section .home2-blog-video .play-btn {
position: absolute;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #5D98CD;
border-radius: 50%;
cursor: pointer; }
.home2-blog-section .home2-blog-video .play-btn span.play-icon {
width: 30px;
height: 30px;
display: block;
margin-top: 18px;
margin-left: 19px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.home2-blog-section .home2-blog-video .play-btn:hover span.play-icon {
margin: 11px; }
.home2-blog-section .home2-blog-video .bottom-quote-text {
position: absolute;
bottom: 0;
left: 0;
width: 47%;
background: #5D98CD;
padding: 21px 12px; }
.home2-blog-section .home2-blog-video .bottom-quote-text span.quote-icon {
float: right;
margin-right: 6px;
margin-top: -6px;
color: #ffffff; }
.home2-blog-section .home2-blog-video .bottom-quote-text h3 {
color: #ffffff; }
@media (max-width: 575.98px) {
.home2-blog-section .home2-blog-video .bottom-quote-text {
width: 62%; } }
@media screen and (max-width: 991.98px) {
.donate-section .country-map img {
margin-bottom: 60px; } }
.donate-section .donate-right p {
margin-bottom: 30px; }
@media screen and (max-width: 991.98px) {
.donate-section .donate-right p {
width: 90%; } }
.donate-section .donate-right .countdown-area .countdown h2 {
display: inline-block; }
.donate-section .donate-right .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.donate-section .donate-right .countdown-area .countdown {
margin-bottom: 15px; } }
.donate-section .donate-right a.call-to-action-btn {
background-color: #5C97CD; }
.donate-section .donate-right a.call-to-action-btn:hover {
background-color: #058642; }
.help-section .help-left {
padding: 10px; }
@media screen and (max-width: 991.98px) {
.help-section .help-left {
margin-bottom: 25px; } }
.help-section .help-left h2 {
margin-bottom: 15px; }
.help-section .help-left p {
margin-bottom: 30px; }
.help-section .help-left img {
width: 75%; }
.help-section .help-right {
padding: 20px; }
.help-section .help-right .top-img {
position: relative; }
.help-section .help-right .top-img span {
background: #5C97CD;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.help-section .help-right .top-img span:hover {
background-color: #058642; }
.help-section .help-right .left-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.help-section .help-right .left-content img {
width: 80px;
height: 80px;
margin-right: 15px; }
.help-section .help-right .left-content .help-blog h3 {
margin-bottom: 15px; }
.help-section .help-right .left-content .help-blog p {
margin-bottom: 15px; }
.help-section .help-right .left-content .help-blog a.readmore {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.help-section .help-right .left-content .help-blog a.readmore:hover {
color: #5C97CD; }
.campaign-section {
background-image: url(../images/home2-campaign-bg.png);
background-repeat: no-repeat;
background-position: top left;
background-color: #ffffff !important; }
.campaign-section .campaign-title {
margin-bottom: 60px; }
.campaign-section .campaign-title .readmore-btn-container {
text-align: right; }
.campaign-section .campaign-title .readmore-btn-container a {
margin-top: 0 !important; }
@media screen and (max-width: 767.98px) {
.campaign-section .campaign-title .readmore-btn-container {
text-align: left;
margin-top: 25px; } }
.campaign-section .campaign-content .campaign-column {
margin-bottom: 45px;
position: relative;
background-color: #ffffff;
-webkit-box-shadow: 0px 5px 30px #dddddd;
box-shadow: 0px 5px 30px #dddddd; }
.campaign-section .campaign-content .campaign-column:hover span.img-top-btn {
background: #5D98CD; }
.campaign-section .campaign-content .campaign-column:hover a.readmore-btn {
color: #5D98CD; }
.campaign-section .campaign-content .campaign-column span.img-top-btn {
left: 27px;
top: 33px; }
.campaign-section .campaign-content .campaign-column img {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.campaign-section .campaign-content .campaign-column img:hover {
-webkit-transform: rotate(3deg) scale(1.1);
-ms-transform: rotate(3deg) scale(1.1);
transform: rotate(3deg) scale(1.1); }
.campaign-section .campaign-content .campaign-column .animated-progress span {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.campaign-section .campaign-content .campaign-column h3 {
text-transform: capitalize;
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.campaign-section .campaign-content .campaign-column h3:hover {
color: #5D98CD; }
.campaign-section .campaign-content .campaign-column .campaign-column-bottom span {
margin-right: 10px;
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.campaign-section .campaign-content .campaign-column .campaign-column-bottom span:last-child {
margin-right: 0; }
.campaign-section .campaign-content .campaign-column .campaign-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.campaign-section .campaign-content .campaign-column .campaign-meta a.readmore-btn {
margin-top: 0; }
.campaign-section .campaign-content .campaign-column .campaign-meta span {
color: #058642; }
.donate-tab-section {
background-image: url(../images/bg-2.jpg);
background-size: cover;
background-repeat: no-repeat; }
.donate-tab-section .vector-container {
position: relative; }
.donate-tab-section .vector-bg {
width: 70px;
height: 32px;
position: absolute; }
@media screen and (max-width: 767.98px) {
.donate-tab-section .vector-bg {
display: none; } }
.donate-tab-section .yellow-vecotor {
top: 10%;
left: 10%; }
.donate-tab-section .red-vector {
bottom: 20%;
right: 20%; }
@media screen and (max-width: 991.98px) {
.donate-tab-section .red-vector {
bottom: 3%;
right: 6%; } }
.donate-tab-section .dot-vector {
top: 7%;
right: 8%; }
@media screen and (max-width: 991.98px) {
.donate-tab-section .dot-vector {
top: 1%;
right: 0; } }
.donate-tab-section .title {
margin-bottom: 30px; }
.donate-tab-section .title h2 {
text-transform: capitalize; }
.donate-tab-section .donate-tab ul li a {
padding: 0px 15px;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 18px;
margin-right: 20px;
margin-bottom: 15px;
border-radius: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
position: relative; }
.donate-tab-section .donate-tab ul li a:hover {
background-color: #5D98CD !important; }
.donate-tab-section .donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5D98CD; }
@media screen and (max-width: 767.98px) {
.donate-tab-section .donate-tab ul li a:after {
width: 0;
height: 0; } }
.donate-tab-section .donate-tab ul li a.active {
background-color: #5D98CD !important; }
.donate-tab-section .donate-tab ul li:last-child a {
margin-right: 0; }
.donate-tab-section .donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.donate-tab-section .donate-tab .tab-content .tab-pane {
text-align: center; }
.donate-tab-section .donate-tab .tab-content .tab-pane h2 {
color: #5D98CD;
display: inline-block; }
.donate-tab-section .donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5D98CD; }
.donate-tab-section .donate-tab .tab-content .tab-pane .animated-progress-bar {
max-width: 365px;
margin: auto;
margin-top: 25px;
margin-bottom: 25px; }
.donate-tab-section .donate-tab .tab-content .tab-pane .animated-progress-bar span {
top: -4px !important; }
@media screen and (max-width: 991.98px) {
.home2-dn-tab {
background-image: none;
background-color: #fbfbfb; } }
.charity-form-area .form-left {
position: relative; }
@media screen and (max-width: 767.98px) {
.charity-form-area .form-left {
margin-bottom: 40px; } }
.charity-form-area .form-left .left-content {
position: absolute;
bottom: 100px;
left: 55px;
width: 88%; }
@media (max-width: 575.98px) {
.charity-form-area .form-left .left-content {
top: 50px;
left: 40px; } }
@media screen and (max-width: 575.98px) {
.charity-form-area .form-left .left-content {
bottom: 10px; } }
.charity-form-area .form-left .left-content img {
width: 85px; }
.charity-form-area .form-left .left-content h2 {
color: #ffffff; }
.home2-ch-form .left-content a {
background-color: #058642 !important; }
.home2-ch-form .left-content a:hover {
background-color: #5D98CD !important; }
.home2-ch-form .form-right .currency {
background-color: #5D98CD !important; }
.testimonial-section .testimonial-left {
padding-right: 20px; }
.testimonial-section .testimonial-left h2 {
margin-bottom: 30px; }
.testimonial-section .testimonial-left p {
margin-bottom: 30px;
width: 90%; }
@media screen and (max-width: 991.98px) {
.testimonial-section .testimonial-left p {
width: 100%; } }
.testimonial-section .client-slider .single-slide {
background-image: url(../images/hand-bg2.png);
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: 165px;
background-position: bottom left;
background-repeat: no-repeat; }
.testimonial-section .client-slider .single-slide .client-img {
width: 64%;
padding: 12px; }
@media screen and (max-width: 991.98px) {
.testimonial-section .client-slider .single-slide .client-img {
display: none; } }
.testimonial-section .client-slider .single-slide .client-content h5 {
margin-bottom: 15px; }
.testimonial-section .client-slider .single-slide .client-content h3 {
margin-bottom: 15px; }
.testimonial-section .client-slider .single-slide .client-content p {
margin-bottom: 15px; }
.testimonial-section .client-slider .single-slide .client-content span {
font-family: "Oswald", sans-serif;
font-weight: 400;
margin-right: 10px;
margin-bottom: 15px;
display: inline-block; }
.testimonial-section .client-slider .single-slide .client-content span.donate-amount {
color: #058642;
font-family: "Oswald", sans-serif; }
.testimonial-section .client-slider .single-slide .client-content span.slider-btn {
font-family: "Oswald", sans-serif;
background: #058642;
color: #ffffff;
padding: 3px 15px;
display: inline-block; }
.testimonial-section .client-slider .slick-prev,
.testimonial-section .client-slider .slick-next {
position: absolute;
bottom: 10%;
left: -106%;
z-index: 99999999999999;
border: none;
background-color: #058642;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 7px 16px; }
.testimonial-section .client-slider .slick-prev:hover,
.testimonial-section .client-slider .slick-next:hover {
background-color: #5D98CD !important; }
@media screen and (max-width: 991.98px) {
.testimonial-section .client-slider .slick-prev,
.testimonial-section .client-slider .slick-next {
left: -108%; } }
@media screen and (max-width: 767.98px) {
.testimonial-section .client-slider .slick-prev,
.testimonial-section .client-slider .slick-next {
left: 17px;
bottom: -20px; } }
.testimonial-section .client-slider .slick-next {
left: -96%; }
@media screen and (max-width: 1199.98px) {
.testimonial-section .client-slider .slick-next {
left: -92%; } }
@media screen and (max-width: 767.98px) {
.testimonial-section .client-slider .slick-next {
left: 73px;
bottom: -20px; } }
.education-section {
padding-bottom: 105px;
background-image: url(../images/education-bg.png);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.education-section {
padding-bottom: 150px; } }
@media screen and (max-width: 991.98px) {
.education-section {
padding-bottom: 150px; } }
.education-section .vector-container {
position: relative; }
.education-section .yellow-vector,
.education-section .dot-vector {
position: absolute;
z-index: 99999999999999999; }
@media screen and (max-width: 767.98px) {
.education-section .yellow-vector,
.education-section .dot-vector {
display: none; } }
.education-section .yellow-vector {
top: 4%;
left: -8%;
width: 70px; }
.education-section .dot-vector {
top: 2%;
right: -6%;
width: 120px; }
.education-section .left-img {
padding: 12px; }
.education-section .education-slider {
position: relative;
padding: 12px; }
.education-section .education-slider .single-slide {
padding: 12px; }
.education-section .education-slider .single-slide span {
font-family: "Oswald", sans-serif;
font-size: 16px;
color: #ffffff;
background-color: #058642;
padding: 2px 20px 4px 20px;
font-weight: 600;
margin-bottom: 15px;
display: inline-block; }
.education-section .education-slider .single-slide h2 {
margin-bottom: 15px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.education-section .education-slider .single-slide h2 {
font-size: 24px; } }
.education-section .education-slider .single-slide p {
margin-bottom: 25px; }
.education-section .education-slider .single-slide .animated-progress-bar {
max-width: 350px;
margin: initial;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 6px !important; }
@media (min-width: 768px) and (max-width: 991.98px) {
.education-section .education-slider .single-slide .animated-progress-bar {
width: 220px; } }
@media screen and (max-width: 767.98px) {
.education-section .education-slider .single-slide .animated-progress-bar {
width: 290px; } }
.education-section .education-slider .single-slide .animated-progress-bar span {
background-color: transparent !important;
font-size: 14px !important;
top: -5px !important; }
.education-section .slick-next,
.education-section .slick-prev {
position: absolute;
z-index: 99999999999;
left: 25px;
bottom: -30px;
border: none;
background-color: #058642;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 7px 16px; }
.education-section .slick-next:hover,
.education-section .slick-prev:hover {
background-color: #5D98CD; }
@media screen and (max-width: 767.98px) {
.education-section .slick-next,
.education-section .slick-prev {
left: 24px; } }
.education-section .slick-next {
left: 78px; }
@media screen and (max-width: 767.98px) {
.education-section .slick-next {
left: 8s7px; } }
.home2-cp-2 {
background-image: none !important;
background-color: #ffffff !important; }
.home2-cp-2 .campaign-column:hover .readmore-btn {
color: #5D98CD !important; }
.home2-cp-2 .campaign-column a.readmore-btn:hover {
color: #5D98CD !important; }
.donar-area .donar-slider img {
width: 105px;
height: 86px;
margin: auto; }
/* About Page */
.help-section .help-left {
padding: 0 30px 0 0; }
@media screen and (max-width: 991.98px) {
.help-section .help-left {
padding-right: 10px;
margin-bottom: 60px; } }
.help-section .help-left .bottom-img {
position: relative; }
.help-section .help-left .bottom-img img {
width: 77%; }
.help-section .help-left .bottom-img .certified-text {
position: absolute;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #058642;
padding: 10px 22px 10px 30px; }
.help-section .help-left .bottom-img .certified-text:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -30px;
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 31px solid transparent;
border-top: 86px solid #058642; }
.help-section .help-left .bottom-img .certified-text img {
width: 65px;
height: 65px;
margin-right: 12px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.help-section .help-left .bottom-img .certified-text .certified-title {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.help-section .help-left .bottom-img .certified-text .certified-title h3 {
color: #ffffff;
margin: 0;
margin-bottom: 6px; }
.help-section .help-left .bottom-img .certified-text .certified-title span {
color: #ffffff; }
.help-section .help-right {
padding: 0 30px 0 0; }
.help-section .help-right .help-img-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.help-section .help-right .help-img-slider .slick-dots li {
margin-right: 10px; }
.help-section .help-right .help-img-slider .slick-dots li:last-child {
margin-right: 0; }
.help-section .help-right .help-img-slider .slick-dots li button {
font-size: 0;
border: none;
width: 60px;
height: 4px;
background-color: #ffffff; }
.help-section .help-right .help-img-slider .slick-dots li.slick-active button {
background-color: #5C97CD; }
.help-section .help-right .left-logo {
margin-right: 35px; }
.help-section .help-right .left-logo .left-icon {
width: 60px;
height: 60px;
margin-top: 15px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.help-section .help-right .left-logo .left-icon span {
width: 45px;
position: absolute;
top: -17%;
right: -30%;
z-index: 99; }
.help-section .help-right .left-logo .left-icon span img {
width: 100%; }
.about-blog-section .blog-content {
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.about-blog-section .blog-content .left-logo {
margin-right: 35px; }
.about-blog-section .blog-content .left-logo .left-icon {
width: 60px;
height: 60px;
margin-top: 15px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.about-blog-section .blog-content .left-logo .left-icon span {
width: 45px;
position: absolute;
top: -17%;
right: -30%;
z-index: 99; }
.about-blog-section .blog-content .help-blog h3 {
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-blog-section .blog-content .help-blog h3:hover {
color: #5C97CD; }
.about-blog-section .blog-content .help-blog p {
margin-bottom: 15px; }
.about-blog-section .blog-content .help-blog a.readmore {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 700;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-blog-section .blog-content .help-blog a.readmore:hover {
color: #5C97CD; }
.about-donate-section {
background-image: url(../images/about-tab-bg.png);
background-size: cover;
background-position: bottom left; }
@media screen and (max-width: 991.98px) {
.about-donate-section {
background-image: none;
background-color: #fbfbfb; } }
.about-donate-section .red-vector,
.about-donate-section .dot-vector {
position: absolute;
top: 5%;
left: 5%;
width: 120px; }
.about-donate-section .red-vector {
top: initial;
bottom: 30%;
left: initial;
right: 5%; }
@media (min-width: 1440px) and (max-width: 1599.98px) {
.about-donate-section .red-vector {
bottom: 2%; } }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.about-donate-section .red-vector {
bottom: 2%; } }
@media screen and (max-width: 1199.98px) {
.about-donate-section .red-vector {
display: none; } }
.about-donate-section .title {
margin-bottom: 30px; }
.about-donate-section .title h2 {
text-transform: capitalize; }
.about-donate-section .donate-tab ul li a {
padding: 2px 0px;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 400;
font-size: 18px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
position: relative;
width: 100px;
text-align: center; }
.about-donate-section .donate-tab ul li a:hover {
background-color: #5C97CD; }
.about-donate-section .donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.about-donate-section .donate-tab ul li a:after {
width: 0;
height: 0; } }
.about-donate-section .donate-tab ul li a.active {
background-color: #5C97CD; }
.about-donate-section .donate-tab ul li:last-child a {
margin-right: 0; }
.about-donate-section .donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.about-donate-section .donate-tab .tab-content {
margin-top: 30px; }
.about-donate-section .donate-tab .tab-content .tab-pane {
text-align: left; }
.about-donate-section .donate-tab .tab-content .tab-pane .number-counter-container {
display: inline-block;
width: 190px; }
.about-donate-section .donate-tab .tab-content .tab-pane h2 {
color: #5C97CD;
display: inline-block; }
.about-donate-section .donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5C97CD; }
.about-donate-section .donate-tab .tab-content .tab-pane span.goal-text {
font-size: 16px;
font-weight: 600;
color: #058642;
width: 100px;
margin-left: 12px; }
.about-donate-section .donate-tab .tab-content .tab-pane .animated-progress-bar {
margin: 0;
margin-top: 25px !important;
margin-bottom: 25px !important;
width: 300px !important;
height: 20px !important; }
.about-donate-section .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress {
height: 20px !important; }
.about-donate-section .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress span {
margin-top: 2px !important; }
.about-donate-section .donate-tab .tab-content .tab-pane a {
background-color: #058642 !important; }
.about-donate-section .donate-tab .tab-content .tab-pane a:hover {
background-color: #5C97CD !important; }
@media screen and (max-width: 991.98px) {
.about-donate-section .accordion {
margin-top: 60px; } }
.about-donate-section .accordion h3 {
background-color: #ffffff;
outline: 0;
padding: 20px 15px;
margin-top: 30px;
text-transform: capitalize;
cursor: pointer; }
@media screen and (max-width: 991.98px) {
.about-donate-section .accordion h3 {
margin-top: 14px; } }
.about-donate-section .accordion h3:first-child {
margin-top: 0; }
@media screen and (max-width: 991.98px) {
.about-donate-section .accordion h3:first-child {
margin-top: 0px; } }
.about-donate-section .accordion h3 span {
float: right; }
.about-donate-section .accordion .ui-accordion-content {
margin-bottom: 45px; }
.about-donate-section .accordion h3.ui-accordion-header-active {
position: relative; }
.about-donate-section .accordion h3.ui-accordion-header-active:after {
content: '\f103';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.about-donate-section .accordion h3.ui-accordion-header-collapsed {
position: relative; }
.about-donate-section .accordion h3.ui-accordion-header-collapsed:after {
content: '\f101';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.about-donate-section .accordion p {
background-color: #ffffff;
padding: 15px;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07); }
.volunteer-section .vector-container {
position: relative; }
.volunteer-section .red-vector {
position: absolute;
top: 25%;
left: -6%;
width: 70px;
height: 32px; }
@media screen and (max-width: 991.98px) {
.volunteer-section .red-vector {
top: 12%;
left: -8%; } }
@media screen and (max-width: 767.98px) {
.volunteer-section .red-vector {
display: none; } }
.volunteer-section .volunteer-column {
position: relative;
overflow: hidden;
margin-bottom: 30px; }
.volunteer-section .volunteer-column .social {
position: absolute;
top: 6px;
left: 10px;
z-index: 9999;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; }
.volunteer-section .volunteer-column .social a {
display: block;
padding: 0px;
font-size: 25px;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.volunteer-section .volunteer-column .social a:hover {
color: #5C97CD; }
.volunteer-section .volunteer-column .social-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.volunteer-section .volunteer-column span.plus-icon {
position: absolute;
top: 60%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 20px;
color: #ffffff;
background: #5C97CD;
padding: 4px 10px;
border-radius: 50%;
cursor: pointer; }
.volunteer-section .volunteer-column .designation {
position: absolute;
bottom: 0;
left: 0;
background: #5C97CD;
width: 100%;
padding: 20px 20px 0 20px;
text-align: center;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition: 0.5s;
z-index: 2; }
.volunteer-section .volunteer-column .designation span.close {
background: #058642;
color: #ffffff;
padding: 6px 7px;
border-radius: 50%;
font-size: 20px;
position: absolute;
top: -27%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
cursor: pointer;
z-index: 10;
opacity: 1; }
.volunteer-section .volunteer-column .designation h5 {
color: #ffffff;
text-transform: capitalize;
margin-bottom: 6px; }
.volunteer-section .volunteer-column .designation p {
color: #ffffff; }
.volunteer-section .volunteer-column .active-designation {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important; }
.about-donate-slider {
background-color: #fbfbfb;
overflow: hidden; }
.about-donate-slider .hand-vector,
.about-donate-slider .heart-vector {
position: absolute;
top: 10%;
left: -338px;
width: 600px; }
@media screen and (max-width: 575.98px) {
.about-donate-slider .hand-vector,
.about-donate-slider .heart-vector {
display: none; } }
@media screen and (max-width: 991.98px) {
.about-donate-slider .heart-vector {
top: 0; } }
.about-donate-slider .hand-vector {
left: initial;
right: -310px;
bottom: -62px;
top: initial; }
@media screen and (max-width: 991.98px) {
.about-donate-slider .hand-vector {
bottom: -70px; } }
@media screen and (max-width: 991.98px) {
.about-donate-slider .slide-left {
margin-bottom: 60px; } }
.about-donate-slider .slide-left .top-btn {
background-color: #058642;
color: #ffffff;
padding: 2px 15px;
font-family: "Oswald", sans-serif;
font-weight: 500;
display: inline-block; }
.about-donate-slider .slide-left h2 {
margin-bottom: 20px; }
.about-donate-slider .slide-left h4 {
margin-bottom: 20px; }
.about-donate-slider .slide-left a {
border-radius: 6px;
margin-top: 30px; }
.about-donate-slider .slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999; }
.about-donate-slider .slider .slick-arrow:hover {
background: #5C97CD; }
.about-donate-slider .slider .slick-next {
right: 0;
left: initial; }
.about-donate-slider .slide-right {
position: relative; }
.about-donate-slider .slide-right .bottom-quote-text {
position: absolute;
bottom: 0;
left: 0;
width: 47%;
background: #5C97CD;
padding: 21px 12px; }
.about-donate-slider .slide-right .bottom-quote-text span.quote-icon {
float: right;
margin-right: 6px;
margin-top: -6px;
color: #ffffff; }
.about-donate-slider .slide-right .bottom-quote-text h3 {
color: #ffffff;
text-transform: none; }
@media (max-width: 575.98px) {
.about-donate-slider .slide-right .bottom-quote-text {
width: 62%; } }
.about-donate-slider .blog-content {
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.about-donate-slider .blog-content .left-logo {
margin-right: 35px; }
.about-donate-slider .blog-content .left-logo .left-icon {
width: 60px;
height: 60px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.about-donate-slider .blog-content .left-logo .left-icon span {
width: 58px;
position: absolute;
top: 0%;
right: -30%;
z-index: 99; }
.about-donate-slider .blog-content .help-blog h3 {
margin-bottom: 6px; }
.about-donate-slider .blog-content .help-blog h4 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.about-donate-slider .blog-content .help-blog h4:hover {
color: #5C97CD; }
.about-form .form-left {
width: 97%; }
@media screen and (max-width: 991.98px) {
.about-form .form-left {
width: 100%;
margin-bottom: 60px; } }
@media screen and (max-width: 767.98px) {
.about-form .form-left {
margin-bottom: 60px;
margin-top: 0; } }
@media screen and (max-width: 991.98px) {
.about-form .form-right {
padding: 10px; } }
.about-form .left-content {
left: 20px !important; }
@media (min-width: 768px) and (max-width: 991.98px) {
.about-form .left-content {
bottom: 100px !important; } }
.about-form .left-content h2 {
color: #ffffff; }
.about-form .left-content a {
background-color: #5C97CD !important; }
.about-form .left-content a:hover {
background-color: #058642 !important; }
.vector-container {
position: relative; }
.about-donate {
overflow: hidden;
background-color: #fbfbfb;
padding-bottom: 245px; }
@media screen and (max-width: 991.98px) {
.about-donate {
padding-bottom: 0; } }
.about-donate .heart-vector {
position: absolute;
top: 20px;
left: -187px;
width: 355px;
height: 123px; }
@media screen and (max-width: 991.98px) {
.about-donate .heart-vector {
display: none; } }
.about-donate .hand-vector {
position: absolute;
bottom: 0px;
right: -130px;
width: 328px;
height: 153px; }
@media screen and (max-width: 1199.98px) {
.about-donate .hand-vector {
display: none; } }
.about-donate .country-select {
position: relative; }
.about-donate .country-select h4 {
display: inline-block;
margin-right: 15px; }
.about-donate .country-select img {
width: 40px;
height: 40px;
display: inline-block; }
.about-donate .country-select input[type="text"] {
border: none;
font-size: 18px;
font-family: "Oswald", sans-serif;
font-weight: 600;
color: #058642; }
@media screen and (max-width: 991.98px) {
.about-donate .country-map {
padding-top: 60px; } }
/*Contact Page*/
.office-location {
overflow: hidden; }
.office-location .title h2 {
margin-bottom: 200px; }
@media screen and (max-width: 991.98px) {
.office-location .title h2 {
margin-bottom: 60px; } }
.office-location .address {
position: absolute;
top: 110px;
left: 0;
width: 100%;
z-index: 999999999999; }
@media screen and (max-width: 991.98px) {
.office-location .address {
position: initial; } }
.office-location .address .address-column {
padding: 40px;
-webkit-box-shadow: 0px 0px 30px #dddddd;
box-shadow: 0px 0px 30px #dddddd;
position: relative;
background-color: #ffffff; }
@media screen and (max-width: 991.98px) {
.office-location .address .address-column {
margin-bottom: 60px; } }
.office-location .address .address-column img {
position: absolute;
bottom: 6px;
right: 0;
width: 90px;
height: 60px; }
.office-location .address .address-column h4 {
margin-bottom: 15px;
margin-left: 10px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.office-location .address .address-column h4:hover {
color: #5C97CD; }
.office-location .address .address-column p {
color: #058642;
margin: 8px; }
.office-location .address .address-column p span {
font-size: 18px;
margin-right: 10px;
color: #058642; }
.office-location iframe {
width: 100% !important;
height: 540px !important; }
@media screen and (max-width: 767.98px) {
.office-location iframe {
height: 380px !important; } }
.contact-form {
padding-bottom: 40px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.contact-form {
padding-bottom: 90px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.contact-form {
padding-bottom: 60px; } }
.contact-form .contact-page-form .col-md-6,
.contact-form .contact-page-form .col-lg-6,
.contact-form .contact-page-form .col-lg-12,
.contact-form .contact-page-form .col-md-12 {
padding: 6px !important; }
@media screen and (max-width: 991.98px) {
.contact-form .form-left {
margin-top: 60px; } }
.contact-form .form-left a {
background-color: #058642; }
.contact-form .form-left a:hover {
background-color: #5C97CD !important; }
.contact-form .form-input {
padding: 3px 0 !important; }
.contact-form .form-input input,
.contact-form .form-input select {
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
background-color: #ffffff !important; }
.contact-form .form-input .nice-select {
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
background-color: #ffffff !important; }
.contact-form .form-textarea {
padding: 3px 0 !important; }
.contact-form .form-textarea textarea {
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
background-color: #ffffff !important; }
.contact-form form input[type="submit"] {
cursor: pointer; }
/* 404 Page */
.not-found {
background-color: #fbfbfb; }
.not-found-img {
padding-bottom: 246px; }
@media screen and (max-width: 991.98px) {
.not-found-img {
padding-bottom: 120px; } }
.not-found-img img {
width: inherit;
margin: auto; }
@media screen and (max-width: 991.98px) {
.not-found-img img {
width: 100%; } }
.not-found-img a {
margin-top: 60px;
text-transform: capitalize;
border-radius: 6px; }
/*Donation List*/
.donation-breadcrumb .breadcrumb-left img {
top: -30% !important;
left: -14% !important;
height: 182% !important;
width: 100%; }
.donate-lists {
padding-bottom: 245px; }
@media screen and (max-width: 991.98px) {
.donate-lists {
padding-bottom: 120px; } }
.donate-lists .campaign-content .campaign-column .img-container {
overflow: hidden; }
.donate-lists .campaign-content .pagination {
display: inline-block; }
.donate-lists .campaign-content .pagination li {
display: inline-block; }
.donate-lists .campaign-content .pagination li a {
display: block;
padding: 8px 12px;
border: none;
color: #ffffff;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif; }
.donate-lists .campaign-content .pagination li a:hover {
background-color: #5C97CD; }
.donate-lists .campaign-content .pagination li a.active {
background-color: #5C97CD; }
.donate-lists a.donate-btn {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
margin-top: 20px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.donate-lists a.donate-btn:hover {
color: #5C97CD; }
.dn-lists-bg {
background-image: none;
background-color: #fbfbfb !important; }
.donation-single {
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.donation-single .breadcrumb-left img {
width: 125% !important; } }
/* Donation Single */
.single-post-slider {
background-color: #fbfbfb; }
.single-post-slider .post-slider .single-slide {
position: relative; }
.single-post-slider .post-slider .single-slide a.img-top-btn {
background-color: #5C97CD; }
.single-post-slider .post-slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999; }
.single-post-slider .post-slider .slick-arrow:hover {
background: #5C97CD; }
.single-post-slider .post-slider .slick-next {
left: initial !important;
right: 0; }
.post-section {
padding-bottom: 246px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.post-section {
padding-bottom: 60px; } }
.post-section .main-content .title {
display: block;
font-size: 36px;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
color: #058642; }
.post-section .main-content .spacer {
height: 25px; }
.post-section .main-content .animated-progress-bar {
margin-top: 3px !important; }
@media screen and (max-width: 767.98px) {
.post-section .main-content .info {
margin-top: 15px; } }
.post-section .main-content .info span {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
margin-right: 10px; }
.post-section .main-content .info span:last-child {
margin-right: 0; }
.post-section .main-content .form-right .call-to-action-btn {
margin-top: 0; }
.post-section .sidebar .widget-container {
padding: 30px 20px;
margin-bottom: 30px; }
.post-section .sidebar .categories {
margin-top: -22%;
background-image: url(../images/categories-bg.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: cover; }
@media screen and (max-width: 991.98px) {
.post-section .sidebar .categories {
margin-top: 60px; } }
.post-section .sidebar .categories h4 {
margin-bottom: 8px;
color: #ffffff; }
.post-section .sidebar .categories ul li a {
font-size: 15px;
font-family: "Oswald", sans-serif;
font-weight: 400;
letter-spacing: 1px;
text-transform: capitalize;
padding: 4px 0;
display: block;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.post-section .sidebar .categories ul li a:hover {
color: #058642; }
.post-section .sidebar .blog-sidebar {
background-color: #ffffff;
padding-right: 3px; }
.post-section .sidebar .blog-sidebar h4 {
margin-bottom: 25px; }
.post-section .sidebar .blog-sidebar .blog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 25px; }
.post-section .sidebar .blog-sidebar .blog img {
margin-right: 15px;
width: 48px;
height: 46px; }
.post-section .sidebar .blog-sidebar .blog .blog-content h6 {
color: #058642;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.post-section .sidebar .blog-sidebar .blog .blog-content h6:hover {
color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.post-section .sidebar .blog-sidebar .blog .blog-content {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; } }
@media screen and (max-width: 991.98px) {
.post-section .sidebar .blog-sidebar {
margin-bottom: 60px; } }
.post-section .sidebar .widget-banner {
padding: initial;
margin-bottom: 0;
position: relative; }
.post-section .sidebar .widget-banner .left-content {
position: absolute;
bottom: 45px;
left: 25px;
width: 88%; }
.post-section .sidebar .widget-banner .left-content img {
width: 60px;
height: 60px;
margin-bottom: 15px; }
.post-section .sidebar .widget-banner .left-content h3 {
color: #ffffff;
margin-bottom: 15px; }
.post-section .sidebar .widget-banner .left-content a {
padding: 8px 30px;
border-radius: 6px; }
.post-section .sidebar .widget-banner .left-content a:hover {
background-color: #058642; }
@media screen and (max-width: 991.98px) {
.post-section .sidebar .widget-banner {
margin-bottom: 60px; } }
/* Event List */
.event-list-breadcrumb .breadcrumb-left img {
width: 100%; }
@media screen and (max-width: 991.98px) {
.event-list-breadcrumb .breadcrumb-left img {
width: 72% !important; } }
@media screen and (max-width: 767.98px) {
.event-list-breadcrumb .breadcrumb-left img {
width: 100% !important; } }
@media (max-width: 480px) {
.event-list-breadcrumb .breadcrumb-left img {
width: 120% !important; } }
.event-list-cp {
background-image: none;
background-color: #fbfbfb !important; }
.event-list .campaign-column:hover h3 {
color: #5C97CD; }
.event-list .campaign-column .campaign-column-bottom a {
text-transform: capitalize;
font-family: "Oswald", sans-serif;
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block; }
.event-list .campaign-column .campaign-column-bottom a:hover {
color: #5C97CD; }
.event-list .campaign-column .campaign-column-bottom .time {
display: inline-block; }
@media screen and (max-width: 767.98px) {
.event-list .campaign-column .campaign-column-bottom .time {
float: right; } }
.event-list .campaign-column .campaign-column-bottom .time span {
font-family: "Oswald", sans-serif;
color: #058642;
margin-left: 10px;
margin-right: 0 !important; }
/* Evente Single */
@media screen and (max-width: 991.98px) {
.event-single {
padding-bottom: 90px; } }
.event-single p.bottom-text {
margin-top: 25px; }
.event-tab ul li a {
padding: 8px 25px;
display: block;
background: #058642;
color: #ffffff;
border-radius: 0 !important;
margin-right: 20px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.event-tab ul li a:hover {
background-color: #5C97CD; }
@media (max-width: 480px) {
.event-tab ul li a {
margin-bottom: 15px; } }
.event-tab ul li a.active {
background-color: #5C97CD !important; }
.event-tab .tab-content {
margin-top: 20px;
padding: 25px;
background-color: #ffffff; }
.event-tab .tab-content h3 {
margin-bottom: 25px; }
.event-tab .tab-content p {
margin-bottom: 25px; }
.event-tab .tab-content .countdown-area .countdown h2 {
display: inline-block; }
.event-tab .tab-content .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.event-tab .tab-content .countdown-area .countdown {
margin-bottom: 15px; } }
.event-single .event-donation .donate-tab ul li a {
padding: 2px 0px 4px 0;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 400;
font-size: 16px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 100px;
text-align: center;
position: relative; }
.event-single .event-donation .donate-tab ul li a:hover {
background-color: #5C97CD; }
.event-single .event-donation .donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.event-single .event-donation .donate-tab ul li a:after {
width: 0;
height: 0; } }
.event-single .event-donation .donate-tab ul li a.active {
background-color: #5C97CD; }
.event-single .event-donation .donate-tab ul li:last-child a {
margin-right: 0; }
.event-single .event-donation .donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.event-single .event-donation .donate-tab .tab-content {
margin-top: 30px; }
.event-single .event-donation .donate-tab .tab-content .tab-pane {
text-align: left; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .number-counter-container {
display: inline-block;
width: 190px;
margin-bottom: 10px; }
.event-single .event-donation .donate-tab .tab-content .tab-pane h2 {
color: #5C97CD;
display: inline-block; }
.event-single .event-donation .donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5C97CD; }
.event-single .event-donation .donate-tab .tab-content .tab-pane span.goal-text {
font-size: 16px;
font-weight: 600;
color: #058642;
width: 100px;
margin-left: 12px;
margin-bottom: 10px; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .animated-progress-bar {
margin: 0;
margin-top: 25px !important;
margin-bottom: 25px !important;
width: 300px !important;
height: 20px !important; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress {
height: 20px !important; }
.event-single .event-donation .donate-tab .tab-content .tab-pane .animated-progress-bar .animated-progress span {
margin-top: 2px !important; }
.event-single .event-donation .donate-tab .tab-content .tab-pane a {
margin-top: 15px; }
.event-single .event-donation .blog-video {
position: relative; }
@media screen and (max-width: 991.98px) {
.event-single .event-donation .blog-video {
margin-top: 60px; } }
.event-single .event-donation .blog-video .play-btn {
position: absolute;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #5C97CD;
border-radius: 50%;
cursor: pointer; }
.event-single .event-donation .blog-video .play-btn span.play-icon {
width: 30px;
height: 30px;
display: block;
margin-top: 18px;
margin-left: 19px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.event-single .event-donation .blog-video .play-btn:hover span.play-icon {
margin: 11px; }
.sidebar .categories ul li {
font-size: 15px;
font-family: "Oswald", sans-serif;
font-weight: 400;
letter-spacing: 1px;
text-transform: capitalize;
padding: 8px 0;
display: block;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.sidebar .brands-logo {
background-color: #ffffff;
padding: 40px 25px;
-webkit-box-shadow: 0px 0px 30px #dddddd;
box-shadow: 0px 0px 30px #dddddd; }
@media (min-width: 768px) and (max-width: 991.98px) {
.sidebar .brands-logo {
margin-top: 60px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.sidebar .brands-logo {
margin-top: 30px; } }
@media (max-width: 575.98px) {
.sidebar .brands-logo {
margin-top: 30px; } }
.sidebar .brands-logo h4 {
margin-bottom: 25px; }
@media screen and (max-width: 767.98px) {
.sidebar .brands-logo .brands {
text-align: center; } }
.sidebar .brands-logo .brands img {
margin-bottom: 25px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.sidebar .brands-logo .brands img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0); }
@media screen and (max-width: 767.98px) {
.sidebar .brands-logo .brands img {
width: 120px; } }
/** FAQ Page **/
.faq-breadcrumb {
overflow: hidden; }
@media (max-width: 480px) {
.faq-breadcrumb .breadcrumb-left img {
width: 140% !important;
top: -38% !important; } }
.donate-tab ul li a {
padding: 0px 21px;
color: #ffffff;
background-color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 400;
font-size: 18px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 0 !important;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: block;
position: relative; }
.donate-tab ul li a:hover {
background-color: #5C97CD !important; }
.donate-tab ul li a:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.donate-tab ul li a:after {
width: 0;
height: 0; } }
.donate-tab ul li a.active {
background-color: #5C97CD !important; }
.donate-tab ul li:last-child a {
margin-right: 0; }
.donate-tab ul li:last-child a:after {
content: '';
height: 0;
width: 0; }
.donate-tab .tab-content {
margin-top: 30px; }
.donate-tab .tab-content .tab-pane {
text-align: center; }
.donate-tab .tab-content .tab-pane h2 {
color: #5C97CD;
display: inline-block; }
.donate-tab .tab-content .tab-pane span {
font-size: 45px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #5C97CD; }
.donate-tab .tab-content .tab-pane .progress {
width: 300px;
margin: auto;
margin-top: 15px; }
.donate-tab .tab-content .tab-pane .progress .progress-bar {
background-color: #5C97CD; }
.donate-tab .tab-content .tab-pane a {
margin-top: 15px; }
.faq-section {
padding-bottom: 247px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.faq-section {
padding-bottom: 120px; } }
@media screen and (max-width: 767.98px) {
.faq-section .accordion .ui-accordion-content {
margin-bottom: 40px; } }
@media (max-width: 480px) {
.faq-section .accordion .ui-accordion-content {
margin-bottom: 65px; } }
.faq-section .accordion h3 {
background-color: #ffffff;
outline: 0;
padding: 20px 15px;
margin-top: 30px;
text-transform: capitalize;
cursor: pointer; }
@media (max-width: 575.98px) {
.faq-section .accordion h3 {
padding-right: 20px; } }
@media screen and (max-width: 991.98px) {
.faq-section .accordion h3 {
margin-top: 14px; } }
.faq-section .accordion h3:first-child {
margin-top: 0; }
@media screen and (max-width: 991.98px) {
.faq-section .accordion h3:first-child {
margin-top: 0px; } }
.faq-section .accordion h3 span {
float: right; }
.faq-section .accordion h3.ui-accordion-header-active {
position: relative; }
.faq-section .accordion h3.ui-accordion-header-active:after {
content: '\f103';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.faq-section .accordion h3.ui-accordion-header-collapsed {
position: relative; }
.faq-section .accordion h3.ui-accordion-header-collapsed:after {
content: '\f101';
font-family: "Font Awesome 5 Free";
display: block;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
font-size: 16px; }
.faq-section .accordion p {
background-color: #ffffff;
padding: 15px;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07); }
/** Project Single **/
.project-single-breadcrumb {
overflow: hidden; }
.project-single-breadcrumb .breadcrumb-left img {
left: -13%;
width: 120%;
top: -48%; }
@media (max-width: 480px) {
.project-single-breadcrumb .breadcrumb-left img {
width: 135% !important;
top: -30% !important; } }
.project-single .donate-right .title {
font-family: "Oswald", sans-serif;
color: #058642;
text-transform: capitalize;
font-size: 36px;
font-weight: 600;
display: block;
width: 80%;
margin-top: 25px; }
@media screen and (max-width: 991.98px) {
.project-single .donate-right .title {
width: 100%; } }
.project-single .donate-right p {
margin-bottom: 30px; }
@media screen and (max-width: 991.98px) {
.project-single .donate-right p {
width: 90%; } }
.project-single .donate-right .country-select h4 {
display: inline-block;
margin-right: 25px; }
.project-single .donate-right .country-select input[type="text"] {
border: none;
font-size: 18px;
font-family: "Oswald", sans-serif;
font-weight: 600;
color: #058642; }
.project-single .donate-right .countdown-area .countdown h2 {
display: inline-block; }
.project-single .donate-right .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.project-single .donate-right .countdown-area .countdown {
margin-bottom: 15px; } }
.project-single .donate-right a.call-to-action-btn {
margin-top: 30px;
background-color: #5C97CD; }
.project-single .donate-right a.call-to-action-btn:hover {
background-color: #058642; }
/** Project List **/
.project-list-breadcrumb {
overflow: hidden; }
.project-list-breadcrumb .breadcrumb-left img {
left: -18% !important; }
@media screen and (max-width: 991.98px) {
.project-list-breadcrumb .breadcrumb-left img {
left: -12% !important; } }
@media (max-width: 480px) {
.project-list-breadcrumb .breadcrumb-left img {
width: 135%;
top: -32% !important;
left: -18% !important; } }
.project-list {
padding-bottom: 247px;
position: relative;
z-index: 2;
background-color: #fbfbfb; }
@media (min-width: 576px) and (max-width: 767.98px) {
.project-list .title {
text-align: center; } }
@media (max-width: 575.98px) {
.project-list .title {
text-align: center; } }
@media screen and (max-width: 991.98px) {
.project-list {
padding-bottom: 120px; } }
.project-list .grid .messonry-img {
height: 250px;
background-size: cover;
background-repeat: no-repeat;
margin-bottom: 30px;
position: relative;
overflow: hidden; }
.project-list .grid .messonry-img:hover .describe {
left: 0; }
.project-list .grid .messonry-img .describe {
position: absolute;
-ms-flex-line-pack: end;
align-content: flex-end;
top: 0;
left: -100%;
width: 100%;
height: 100%;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
background-color: rgba(247, 79, 33, 0.9); }
.project-list .grid .messonry-img .describe .project-gallery {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99; }
.project-list .grid .messonry-img .describe .project-gallery .open-gallery {
color: #ffffff;
font-size: 35px; }
.project-list .grid .messonry-img .describe .content {
position: absolute;
bottom: 0;
left: 0;
padding: 30px; }
.project-list .grid .messonry-img .describe .content span {
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.project-list .grid .messonry-img .describe .content h4 {
color: #ffffff; }
.project-list .title {
margin-bottom: 53px; }
.project-list .button-group {
text-align: right; }
@media screen and (max-width: 1199.98px) {
.project-list .button-group {
margin-bottom: 40px;
text-align: left; } }
@media screen and (max-width: 575.98px) {
.project-list .button-group {
text-align: center; } }
.project-list .button-group button {
padding: 2px 0px;
background-color: #058642;
color: #ffffff;
border: none;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize;
width: 110px;
margin-right: 10px;
margin-bottom: 15px;
font-family: "Oswald", sans-serif;
position: relative; }
.project-list .button-group button:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: -15px;
width: 15px;
height: 1px;
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.project-list .button-group button:after {
width: 0;
height: 0; } }
.project-list .button-group button:last-child {
margin-right: 0; }
.project-list .button-group button:last-child:after {
height: 0;
width: 0; }
.project-list .button-group button:hover {
background-color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.project-list .button-group button {
margin-bottom: 8px; } }
.project-list .button-group button.active {
background-color: #5C97CD; }
.project-list .pagination {
display: inline-block;
margin-top: 50px; }
.project-list .pagination li {
display: inline-block; }
.project-list .pagination li a {
display: block;
padding: 8px 12px;
border: none;
color: #ffffff;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.project-list .pagination li a:hover {
background-color: #5C97CD; }
.project-list .pagination li a.active {
background-color: #5C97CD; }
.mfp-counter {
display: none; }
/* Volunteer Team */
@media screen and (max-width: 991.98px) {
.team-members {
padding-bottom: 90px; } }
@media screen and (max-width: 991.98px) {
.team-members-slider {
padding-top: 120px; } }
.volunteer-slider {
background-color: #fbfbfb;
padding-bottom: 236px; }
@media screen and (max-width: 991.98px) {
.volunteer-slider {
padding-bottom: 120px; } }
.volunteer-slider .main-container {
overflow: hidden; }
.volunteer-slider .heart-vector {
position: absolute;
top: 5%;
left: -380px;
width: 600px; }
.volunteer-slider .hand-vector {
position: absolute;
bottom: 0;
right: -380px;
width: 600px; }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.volunteer-slider .heart-vector,
.volunteer-slider .hand-vector {
display: none; } }
@media screen and (max-width: 1199.98px) {
.volunteer-slider .heart-vector,
.volunteer-slider .hand-vector {
display: none; } }
.volunteer-slider .apply-to-volunteer {
padding: 30px;
background-image: url(../images/volunteer-bg.png);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: -140px;
left: 0;
width: 100%; }
@media screen and (max-width: 991.98px) {
.volunteer-slider .apply-to-volunteer {
position: initial; } }
.volunteer-slider .left-title h2 {
color: #ffffff; }
.volunteer-slider .apply-btn {
text-align: right; }
@media screen and (max-width: 991.98px) {
.volunteer-slider .apply-btn {
text-align: left;
margin-top: 15px; } }
.volunteer-slider .apply-btn a {
background-color: #5C97CD !important;
border: 1px solid transparent;
margin: 0 !important; }
.volunteer-slider .apply-btn a:hover {
background: transparent !important;
border: 1px solid #5C97CD; }
@media screen and (max-width: 767.98px) {
.volunteer-slider .slider-content .title {
margin-bottom: 80px; } }
.volunteer-slider .slider-content .client-slider .single-slide {
background-image: url(../images/hand-bg2.png);
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-size: 165px;
background-position: bottom left;
background-repeat: no-repeat;
background-color: #ffffff;
position: relative;
margin: 10px;
-webkit-box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07);
box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07); }
.volunteer-slider .slider-content .client-slider .single-slide span.quote {
position: absolute;
top: 20px;
right: 20px;
font-size: 20px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-img {
width: 64%;
padding: 12px; }
@media screen and (max-width: 767.98px) {
.volunteer-slider .slider-content .client-slider .single-slide .client-img {
display: none; } }
.volunteer-slider .slider-content .client-slider .single-slide .client-content h5 {
margin-bottom: 15px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content h3 {
margin-bottom: 15px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content .donate-amount {
color: #5C97CD; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content p {
margin-bottom: 15px; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content span {
font-family: "Oswald", sans-serif;
font-weight: 400;
margin-right: 10px;
margin-bottom: 15px;
display: inline-block; }
.volunteer-slider .slider-content .client-slider .single-slide .client-content span.slider-btn {
font-family: "Oswald", sans-serif;
background: #058642;
color: #ffffff;
padding: 3px 15px;
display: inline-block; }
.volunteer-slider .slider-content .client-slider .slick-prev,
.volunteer-slider .slider-content .client-slider .slick-next {
position: absolute;
top: -92px;
right: 60px;
z-index: 999;
border: none;
background-color: #058642;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 8px 15px; }
.volunteer-slider .slider-content .client-slider .slick-prev:hover,
.volunteer-slider .slider-content .client-slider .slick-next:hover {
background-color: #5C97CD; }
@media screen and (max-width: 767.98px) {
.volunteer-slider .slider-content .client-slider .slick-prev,
.volunteer-slider .slider-content .client-slider .slick-next {
top: -43px; } }
.volunteer-slider .slider-content .client-slider .slick-next {
right: 10px; }
/** Our Mission **/
.our-mission-breadcrumb {
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.our-mission-breadcrumb .breadcrumb-left img {
width: 100% !important; } }
@media (max-width: 480px) {
.our-mission-breadcrumb .breadcrumb-left img {
width: 135% !important; } }
.mission-donate .mission-left {
position: relative; }
.mission-donate .mission-left .left-content {
position: absolute;
bottom: 25px;
left: 30px;
width: 88%; }
@media (max-width: 575.98px) {
.mission-donate .mission-left .left-content {
bottom: 5px;
left: 25px; } }
.mission-donate .mission-left .left-content img {
width: 80px;
margin-bottom: 15px; }
.mission-donate .mission-left .left-content h2 {
color: #ffffff; }
.mission-donate .mission-left .left-content a.call-to-action-btn {
background-color: #5C97CD; }
.mission-donate .mission-left .left-content a.call-to-action-btn:hover {
background-color: #058642; }
.mission-donate .mission-right {
background-image: url(../images/mission-right-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: right top;
padding: 30px 18px; }
.mission-donate .mission-right h2 {
margin-bottom: 15px; }
.mission-donate .mission-right p {
width: 80%; }
@media screen and (max-width: 767.98px) {
.mission-donate .mission-right p {
width: 100%; } }
.mission-donate .mission-donate-form {
margin-top: 40px; }
.mission-donate .mission-donate-form label {
background-color: #058642;
padding: 7px 16px 7px 0;
margin-right: 8px;
color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: 500;
display: inline-block;
border-radius: 6px;
margin-bottom: 15px; }
.mission-donate .mission-donate-form label input[type="radio"] {
opacity: 0; }
.mission-donate .mission-donate-form label span.dot {
width: 10px;
height: 10px;
background-color: #ffffff;
display: inline-block;
border-radius: 50%;
margin-right: 6px; }
.mission-donate .mission-donate-form label.active {
background-color: #5C97CD; }
.mission-donate .mission-donate-form input[type="submit"] {
cursor: pointer;
background-color: #5C97CD;
border: none; }
.mission-donate .mission-donate-form input[type="submit"]:hover {
background-color: #058642; }
.campaign-mission {
background-color: #fbfbfb;
overflow: hidden; }
.campaign-mission .hand-vector,
.campaign-mission .heart-vector {
position: absolute;
width: 600px;
bottom: 0;
left: -338px; }
@media screen and (max-width: 767.98px) {
.campaign-mission .hand-vector,
.campaign-mission .heart-vector {
display: none; } }
.campaign-mission .heart-vector {
right: -418px;
top: 0%;
bottom: initial;
left: initial; }
.campaign-mission .title {
margin-bottom: 60px; }
.campaign-mission .campaign-column {
margin-bottom: 60px; }
.campaign-mission .campaign-column h4 {
margin-bottom: 15px;
margin-top: 10px; }
.campaign-mission .campaign-column a {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
text-transform: capitalize;
display: inline-block; }
.campaign-mission .revers .campaign-column {
text-align: right; }
.family-story .title {
margin-bottom: 40px; }
.family-story .family-content {
position: relative; }
.family-story .family-content .family-slider .slick-list {
margin: 0 -2px; }
.family-story .family-content .family-slider .slick-slide > div {
padding: 0 2px; }
.family-story .family-content .family-slider .slick-arrow {
position: absolute;
bottom: 0px;
right: 0px;
background: #058642;
color: #ffffff;
padding: 6px 18px;
border: none;
z-index: 9999;
display: inline-block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (max-width: 575.98px) {
.family-story .family-content .family-slider .slick-arrow {
bottom: -20px; } }
.family-story .family-content .family-slider .slick-arrow:hover {
background-color: #5C97CD; }
.family-story .family-content .family-slider .slick-prev {
right: 50px !important; }
.family-story .family-content .left-content {
background-image: url(../images/family-story.png);
background-repeat: no-repeat;
background-size: cover;
padding: 50px 86px 50px 45px;
position: relative;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 115%;
z-index: 9999999999; }
@media screen and (max-width: 1199.98px) {
.family-story .family-content .left-content {
padding: 15px 86px 15px 45px; } }
@media screen and (max-width: 991.98px) {
.family-story .family-content .left-content {
position: initial;
width: 100%;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
margin-bottom: 40px;
padding: 40px; } }
.family-story .family-content .left-content h3 {
color: #ffffff;
margin-bottom: 40px;
line-height: 1.6em; }
.family-story .family-content .left-content .left-bottom h3 {
margin-bottom: 0; }
.family-story .family-content .left-content .left-bottom span {
font-family: "Oswald", sans-serif;
font-weight: 500;
color: #058642;
text-transform: capitalize; }
@media screen and (max-width: 991.98px) {
.family-story .family-content .right-img {
display: none; } }
.mission-video {
background-color: #fbfbfb;
height: 600px; }
.mission-video .heart-vector {
position: absolute;
left: -100px;
width: 270px;
top: 5%;
z-index: 999; }
.mission-video .hand-vector {
position: absolute;
bottom: 0;
right: 0;
width: 212px; }
@media screen and (max-width: 767.98px) {
.mission-video .heart-vector,
.mission-video .hand-vector {
display: none; } }
.mission-video .title-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
@media screen and (max-width: 1199.98px) {
.mission-video .title-right {
margin-top: 40px; } }
.mission-video .title-right .left-logo {
margin-right: 35px; }
.mission-video .title-right .left-logo .left-icon {
width: 80px;
height: 80px;
margin-top: 0px;
background-color: #5C97CD;
border-radius: 50%;
position: relative; }
.mission-video .title-right .left-logo .left-icon span {
width: 65px;
position: absolute;
top: 15%;
right: -30%;
z-index: 99; }
.mission-video .title-right .phone-content h3 {
margin-bottom: 8px; }
.mission-video .title-right .phone-content h2 {
color: #5C97CD; }
.mission-video .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
margin-top: 40px;
z-index: 99; }
@media screen and (max-width: 575.98px) {
.mission-video .video {
position: relative; } }
.mission-video .video .play-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 70px;
width: 70px;
border-radius: 50%;
background-color: #5C97CD;
z-index: 999; }
.mission-video .video .play-icon span.play-btn {
width: 50px;
height: 50px;
display: inline-block;
margin-top: 28px;
margin-left: 25px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.mission-video .video .play-icon span.play-btn:hover {
margin: 10px; }
.white-space {
height: 250px;
background-color: #ffffff; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.white-space {
height: 290px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.white-space {
height: 200px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.white-space {
height: 180px; } }
@media (max-width: 575.98px) {
.white-space {
height: 160px; } }
.our-mission-donate-list {
padding-bottom: 200px !important;
background-image: url(../images/our-mission-test-bg.png);
background-size: cover;
background-repeat: no-repeat;
position: relative; }
@media screen and (max-width: 991.98px) {
.our-mission-donate-list {
padding-bottom: 120px !important; } }
.our-mission-donate-list .heart-vector {
position: absolute;
top: 15%;
left: -410px;
width: 600px; }
@media screen and (max-width: 767.98px) {
.our-mission-donate-list .heart-vector {
display: none; } }
.our-mission-donate-list .campaign-column h3 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.our-mission-donate-list .time a:hover {
color: #058642 !important; }
/* Blog Page */
.blog-breadcrumb {
overflow: hidden; }
@media (max-width: 480px) {
.blog-breadcrumb .breadcrumb-left img {
width: 135% !important;
top: -25%; } }
.blog-content-section {
padding-bottom: 247px;
background-color: #fbfbfb; }
@media screen and (max-width: 991.98px) {
.blog-content-section {
padding-bottom: 120px; } }
.blog-single-post {
padding: 10px;
background-color: #ffffff;
margin-bottom: 40px; }
.blog-single-post.different-bg-color {
background-color: #ffffff; }
.blog-single-post .blog-thumbnail {
overflow: hidden; }
.blog-single-post .blog-thumbnail:hover .img-top-btn {
background-color: #5C97CD !important; }
.blog-single-post .blog-thumbnail img {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.blog-single-post .blog-thumbnail img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: .8; }
.blog-single-post .blog-thumbnail a.img-top-btn {
border-radius: 0px !important; }
.blog-single-post .blog-thumbnail a.img-top-btn:hover {
color: #ffffff !important; }
.blog-single-post .blog-content-part {
padding: 20px; }
.blog-single-post .blog-content-part .blog-content-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px; }
@media (max-width: 575.98px) {
.blog-single-post .blog-content-part .blog-content-top div {
margin-bottom: 5px; } }
@media (max-width: 575.98px) {
.blog-single-post .blog-content-part .blog-content-top {
display: inherit; } }
.blog-single-post .blog-content-part .blog-content-top a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize; }
.blog-single-post .blog-content-part .blog-content-top a:hover {
color: #5C97CD; }
.blog-single-post .blog-content-part .blog-content-top a i {
margin-right: 10px; }
.blog-single-post .blog-content-part .blog-title {
margin-top: 20px; }
.blog-single-post .blog-content-part .blog-title h3 a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.blog-single-post .blog-content-part .blog-title h3 a:hover {
color: #5C97CD; }
.blog-single-post .blog-content-part .blog-content {
margin-top: 20px; }
.blog-single-post .blog-content-part .blog-excerpt-link a {
color: #058642;
font-weight: 500;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block;
margin-top: 20px; }
.blog-single-post .blog-content-part .blog-excerpt-link a:hover {
color: #5C97CD; }
.blog-single-post .blog-thumbnail-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
background-color: #058642;
border: 1px solid transparent;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
z-index: 1; }
.blog-single-post .blog-thumbnail-slider .slick-arrow:hover {
background-color: #5C97CD; }
.blog-single-post .blog-thumbnail-slider .slick-prev {
left: 0px; }
.blog-single-post .blog-thumbnail-slider .slick-next {
right: 0px; }
.blog-single-post .blog-thumbnail-video {
position: relative; }
.blog-single-post .blog-thumbnail-video .video-play-button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.blog-single-post .blog-thumbnail-video .play-icon {
background-color: #ffffff;
width: 60px;
height: 60px;
border-radius: 50%;
position: relative; }
.blog-single-post .blog-thumbnail-video .play-icon .play-circle {
width: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 30px;
text-align: center;
color: #058642; }
.pagination {
display: inline-block; }
.pagination li {
display: inline-block; }
.pagination li a {
display: block;
padding: 8px 12px;
border: none;
color: #ffffff;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif; }
.pagination li a:hover {
background-color: #5C97CD; }
.pagination li a.active {
background-color: #5C97CD; }
.blog-thumbnail,
.blog-thumbnail-video,
.thumbnail-single-slide {
position: relative; }
.blog-thumbnail .shape-btn,
.blog-thumbnail-video .shape-btn,
.thumbnail-single-slide .shape-btn {
position: absolute;
top: 5%;
left: 2%;
display: inline-block; }
.blog-thumbnail .shape-btn a,
.blog-thumbnail-video .shape-btn a,
.thumbnail-single-slide .shape-btn a {
background-color: #058642;
color: #ffffff;
padding: 0px 12px;
font-family: "Oswald", sans-serif;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block; }
.blog-thumbnail .shape-btn a:hover,
.blog-thumbnail-video .shape-btn a:hover,
.thumbnail-single-slide .shape-btn a:hover {
background-color: #5C97CD; }
.header-search form {
display: inline-block;
background-color: #ffffff;
border-radius: 6px; }
.header-search form input[type="text"] {
background-color: #ffffff;
border: none;
padding: 15px;
font-family: "Oswald", sans-serif;
font-weight: 600;
font-size: 14px;
width: 78%; }
.header-search form button {
background-color: #5C97CD;
border: none;
color: #ffffff;
padding: 14px 0;
border-radius: 6px;
width: 20%;
text-align: center;
float: right; }
.single-widget + .single-widget {
margin-top: 30px;
padding: 30px 20px; }
.single-widget .widget-title {
margin-bottom: 30px; }
.single-widget.search-widget form {
width: 100%; }
.single-widget.recent-post-widget {
background-color: #ffffff; }
.single-widget.recent-post-widget .single-recent-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.single-widget.recent-post-widget .single-recent-post + .single-recent-post {
margin-top: 20px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-image {
margin-right: 15px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-image img {
width: 80px;
height: 80px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title .post-date a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
margin-bottom: 5px;
display: inline-block; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title .post-date a:hover {
color: #5C97CD; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title .post-date a i {
margin-right: 10px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title h6 {
margin-bottom: 10px; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title h6 a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.single-widget.recent-post-widget .single-recent-post .recent-post-title h6 a:hover {
color: #5C97CD; }
.single-widget.category-widget {
background-image: url(../images/categories-bg.png);
background-size: cover;
background-position: bottom right;
padding: 20px 15px; }
.single-widget.category-widget .widget-title h4 {
color: #ffffff; }
.single-widget.category-widget li {
display: block; }
.single-widget.category-widget li a {
color: #ffffff;
text-transform: capitalize;
padding: 10px 0;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: #058642; }
.single-widget.category-widget li a.border-none {
border-top: transparent; }
.single-widget.category-widget li a:hover {
color: #058642; }
.single-widget.category-widget li a i {
font-size: 10px;
margin-right: 10px; }
.single-widget.tag-widget {
background-color: #ffffff; }
.single-widget.tag-widget li {
display: inline-block;
margin-bottom: 4px; }
.single-widget.tag-widget li a {
display: inline-block;
padding: 4px 5px;
color: #ffffff;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
background-color: #058642;
text-transform: capitalize;
border-radius: 6px; }
.single-widget.tag-widget li a:hover {
background-color: #5C97CD; }
.single-widget.banner-widget {
position: relative;
background-image: url("../images/sidebar-img.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-right: 40px;
text-align: left; }
.single-widget.banner-widget .banner-widget-logo img {
width: auto;
height: auto; }
.single-widget.banner-widget .banner-widget-title {
text-align: left; }
.single-widget.banner-widget .banner-widget-title h4 {
color: #ffffff; }
.single-widget.banner-widget .call-to-action-btn {
background-color: #5C97CD !important; }
.single-widget.banner-widget .call-to-action-btn:hover {
background-color: #058642 !important; }
@media (min-width: 768px) and (max-width: 991.98px) {
.blog-sidebar {
margin-top: 60px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
.blog-sidebar {
margin-top: 60px; } }
@media (max-width: 575.98px) {
.blog-sidebar {
margin-top: 60px; } }
.template-button {
text-transform: capitalize; }
.template-button:hover {
color: #ffffff; }
/* Blog Details Page */
.blog-content-section.blog-details-page .blog-single-post {
padding: 0;
background-color: transparent;
margin-bottom: 0; }
.blog-content-section.blog-details-page .blog-single-post .blog-thumbnail img:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part {
padding: 0;
margin-top: 30px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-list .single-list {
display: inline-block;
margin: 5px 0; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-list .single-list i {
margin-right: 10px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote {
background-color: #5C97CD;
padding: 40px 40px 50px;
margin: 30px 0; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-text {
color: #ffffff;
font-size: 30px;
font-family: "Oswald", sans-serif;
font-weight: 500;
line-height: 1.3em;
width: 90%;
display: inline-block; }
@media screen and (max-width: 767.98px) {
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-text {
width: 100%; } }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-icon {
float: right; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote h3 {
color: #ffffff; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.client_name {
color: #ffffff;
font-family: "Oswald", sans-serif;
margin-top: 20px;
display: block; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-icon {
color: #ffffff;
font-size: 40px;
margin-left: 10px;
position: relative;
top: 0px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-bottom-tag li {
display: inline;
margin-right: 10px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-bottom-tag li a {
display: inline-block;
color: #058642;
background-color: rgba(46, 65, 87, 0.05);
padding: 5px 10px;
text-transform: capitalize; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul {
float: right; }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul {
float: none;
margin-top: 20px; } }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li {
display: inline;
margin-left: 10px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li span {
font-size: 20px;
font-weight: 500;
text-transform: capitalize; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 20px; }
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li a:hover {
color: #5C97CD; }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-images .single-image.image-2 {
margin-top: 30px; } }
.blog-content-section.blog-details-page .blog-comment-area .single-comment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-image img {
width: 100px;
height: 100px;
border-radius: 50%;
margin-right: 20px; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left h5 {
display: inline-block; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left span {
margin-left: 20px; }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left span {
display: block;
margin-left: 0; } }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .comment-reply-button a {
text-transform: capitalize;
display: inline-block;
padding: 6px 18px;
border-radius: 6px;
color: #ffffff;
background-color: #5C97CD;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border: 1px solid transparent; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .comment-reply-button a:hover {
background-color: #058642; }
.blog-content-section.blog-details-page .blog-comment-area .single-comment.comment-left-margin {
margin-left: 80px; }
@media (min-width: 576px) and (max-width: 767.98px) {
.blog-content-section.blog-details-page .blog-comment-area .single-comment.comment-left-margin {
margin-left: 40px; } }
@media (max-width: 575.98px) {
.blog-content-section.blog-details-page .blog-comment-area .single-comment.comment-left-margin {
margin-left: 40px; } }
.blog-content-section.blog-details-page .blog-comment-form form {
margin-top: 40px; }
.single-blog-image img {
width: inherit;
display: inline-block; }
.blog-comment-form input,
.blog-comment-form textarea {
width: 100%;
margin-bottom: 25px;
border: none;
background: #f7f7f7;
padding: 12px 15px;
font-family: "Oswald", sans-serif; }
.blog-comment-form input[type="submit"],
.blog-comment-form button[type="submit"] {
display: inline-block;
border: none;
background-color: #058642;
color: #ffffff;
padding: 12px 15px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif; }
.blog-comment-form input[type="submit"]:hover,
.blog-comment-form button[type="submit"]:hover {
background-color: #5C97CD; }
.blog-meta a {
color: #058642;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.blog-meta a:hover {
color: #5C97CD; }
.single-blog-content a {
color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.single-blog-content a:hover {
color: #5C97CD; }
/** Home Page 01 **/
/* Hero Slider */
.hero-slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999; }
.hero-slider .slick-arrow:hover {
background: #5C97CD; }
@media screen and (max-width: 991.98px) {
.hero-slider .slick-arrow {
display: none !important; } }
.hero-slider .slick-next {
right: 0;
left: initial; }
.hero-slider .hero-single-slide {
padding: 190px 0 115px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom right;
background-color: transparent;
position: relative;
z-index: -10;
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.hero-slider .hero-single-slide {
padding: 120px 0 70px 0; } }
@media screen and (max-width: 575.98px) {
.hero-slider .hero-single-slide {
padding: 60px 0 30px 0; } }
@media (max-width: 480px) {
.hero-slider .hero-single-slide {
padding: 60px 0px 0px 0px; } }
.hero-slider .hero-single-slide .slide-left-content {
position: relative;
padding: 20px 0 140px 0;
width: 100%; }
.hero-slider .hero-single-slide .slide-left-content img {
position: absolute;
top: -18%;
left: -27%;
width: 125%;
z-index: -1; }
@media screen and (max-width: 1199.98px) {
.hero-slider .hero-single-slide .slide-left-content img {
width: 160%; } }
@media screen and (max-width: 767.98px) {
.hero-slider .hero-single-slide .slide-left-content img {
width: 150%;
left: -30%; } }
@media (max-width: 480px) {
.hero-slider .hero-single-slide .slide-left-content img {
width: 240%;
top: -100px;
left: -208px; } }
.hero-slider .hero-single-slide .slide-left-content .content-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.hero-slider .hero-single-slide .slide-left-content .content-top h1 {
margin-right: 15px; }
.hero-slider .hero-single-slide .slide-left-content .content-top span {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #ffffff;
font-family: "Roboto", sans-serif; }
.hero-slider .hero-single-slide .slide-left-content h1 {
color: #ffffff; }
.hero-slider .hero-single-slide .slide-left-content p {
color: #ffffff; }
.hero-slider .hero-single-slide .slide-left-content a {
border: 1px solid transparent; }
.hero-slider .hero-single-slide .slide-left-content a:hover {
background-color: transparent;
border: 1px solid #ffffff; }
.hero-slider .slick-active .slide-left-content h1.title,
.hero-slider .slick-active .slide-left-content .content-top {
-webkit-animation: 1.5s .3s fadeInUp;
animation: 1.5s .3s fadeInUp; }
.hero-slider .slick-active .slide-left-content p,
.hero-slider .slick-active .slide-left-content a {
-webkit-animation: 1.5s .3s fadeInDown;
animation: 1.5s .3s fadeInDown; }
.index-blog {
background-color: #ffffff; }
.campaign-section .img-container {
overflow: hidden; }
.home1-cp {
background-color: #fbfbfb !important;
background-image: none; }
.home1-cp .campaign-column:hover span.img-top-btn {
background-color: #5C97CD !important; }
.home1-cp .campaign-column:hover a.readmore-btn {
color: #5C97CD !important; }
.home1-cp .campaign-column h3:hover {
color: #5C97CD !important; }
.donation-tab {
padding-bottom: 20px; }
@media screen and (max-width: 991.98px) {
.donation-tab {
padding-bottom: 30px; } }
.donation-tab .title {
margin-bottom: 53px; }
@media screen and (max-width: 991.98px) {
.donation-tab .event-tab {
margin-top: 60px; } }
.donation-tab .event-tab .tab-content {
-webkit-box-shadow: initial;
box-shadow: initial;
padding: 0; }
.donation-tab .event-tab .tab-content .tab-content-top {
padding: 30px 20px 30px 30px;
background-color: #fbfbfb; }
.donation-tab .event-tab .tab-content h3 {
margin-bottom: 25px; }
.donation-tab .event-tab .tab-content p {
margin-bottom: 25px; }
.donation-tab .event-tab .tab-content .countdown-area .countdown h2 {
display: inline-block; }
.donation-tab .event-tab .tab-content .countdown-area .countdown span {
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
color: #058642; }
@media screen and (max-width: 575.98px) {
.donation-tab .event-tab .tab-content .countdown-area .countdown {
margin-bottom: 15px; } }
.donation-tab .bottom-text {
background-color: #ffffff; }
.donation-tab .bottom-text a.call-to-action-btn {
background-color: #5C97CD; }
.donation-tab .bottom-text a.call-to-action-btn:hover {
background-color: #058642; }
.education-video {
position: absolute;
top: -640px;
left: 0;
width: 100%; }
@media screen and (max-width: 991.98px) {
.education-video {
position: inherit;
top: 0; } }
.education-video .content {
background-image: url(../images/education-video.png);
background-size: cover;
background-position: right bottom;
background-repeat: no-repeat;
padding: 170px 0;
position: relative;
z-index: 1;
overflow: hidden; }
@media screen and (max-width: 767.98px) {
.education-video .content {
padding-left: 30px; } }
.education-video .content .left-content {
position: relative; }
.education-video .content .left-content img {
position: absolute;
top: -140px;
left: -18%;
width: 100%;
z-index: -1; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.education-video .content .left-content img {
width: 125%;
left: -20%; } }
@media screen and (max-width: 767.98px) {
.education-video .content .left-content img {
width: 130%; } }
@media screen and (max-width: 575.98px) {
.education-video .content .left-content img {
width: 160%;
left: -40%; } }
.education-video .content .left-content h2 {
color: #ffffff;
margin-bottom: 15px; }
.education-video .content .left-content .call-to-action-btn {
border: 1px solid transparent; }
.education-video .content .left-content .call-to-action-btn:hover {
background-color: all 0.3s ease-in;
border: 1px solid #ffffff; }
.education-video .content .video-content {
position: relative;
height: 100%; }
@media screen and (max-width: 991.98px) {
.education-video .content .video-content {
display: none; } }
.education-video .content .video-content .play-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background-color: #5C97CD;
border-radius: 50%; }
.education-video .content .video-content .play-btn span {
width: 50px;
height: 50px;
display: block;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
margin: 22px; }
.education-video .content .video-content .play-btn span:hover {
margin: 10px; }
.home-donate {
padding-top: 290px; }
@media screen and (max-width: 991.98px) {
.home-donate {
padding-top: 120px; } }
.home-donate .dot-vector,
.home-donate .red-vector {
position: absolute;
width: 120px;
left: 3%; }
@media screen and (max-width: 767.98px) {
.home-donate .dot-vector,
.home-donate .red-vector {
display: none; } }
.home-donate .red-vector {
left: initial;
right: 0;
bottom: 5%; }
@media screen and (max-width: 991.98px) {
.home-donate .red-vector {
display: none; } }
.home-donate .tab-pane {
text-align: left !important; }
.home-donate .tab-pane .animated-progress-bar {
margin: 15px 0 !important; }
.home-donate .tab-pane .call-to-action-btn {
background-color: #058642 !important; }
.home-donate .tab-pane .call-to-action-btn:hover {
background-color: #5C97CD !important; }
.home-project-list {
background-color: #ffffff;
padding-bottom: 0;
position: initial;
z-index: inherit; }
@media screen and (max-width: 991.98px) {
.home-project-list {
padding-bottom: 120px; } }
.home-project-list .grid {
z-index: 99; }
.donation-pricing {
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: right bottom;
position: relative;
z-index: 1;
margin-top: -105px;
padding-top: 195px; }
@media (min-width: 1440px) and (max-width: 1599.98px) {
.donation-pricing {
background-image: none;
background-color: #fbfbfb; } }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.donation-pricing {
background-color: #fbfbfb;
background-image: none; } }
@media screen and (max-width: 991.98px) {
.donation-pricing {
background-image: none;
background-color: #fbfbfb; } }
@media screen and (max-width: 991.98px) {
.donation-pricing {
margin-top: 0;
padding-top: 120px; } }
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
width: 100px;
position: absolute;
left: 10%;
top: 30%; }
@media (min-width: 1600px) and (max-width: 1919.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 5%; } }
@media (min-width: 1440px) and (max-width: 1599.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 0; } }
@media (min-width: 1200px) and (max-width: 1439.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 0; } }
@media screen and (max-width: 1199.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: 0; } }
@media screen and (max-width: 991.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
left: initial;
right: 10%; } }
@media screen and (max-width: 575.98px) {
.donation-pricing .red-vector,
.donation-pricing .dot-vector {
display: none; } }
.donation-pricing .dot-vector {
top: 10%; }
.donation-pricing .donation-amount .amount-tab ul {
background: none;
border: none; }
.donation-pricing .donation-amount .amount-tab ul li a {
background-color: #058642;
color: #ffffff;
text-transform: capitalize;
padding: 2px 0;
margin-right: 10px;
width: 100px;
text-align: center;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: "Oswald", sans-serif;
border-radius: 0;
font-weight: 600; }
.donation-pricing .donation-amount .amount-tab ul li a:hover {
background-color: #5C97CD; }
.donation-pricing .donation-amount .amount-tab ul li a.active {
background-color: #5C97CD; }
.donation-pricing .donation-amount .amount-tab .tab-content {
margin-top: 40px;
margin-bottom: 60px; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label {
display: block;
width: 330px;
background-color: #ffffff;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
padding: 25px 50px 25px 10px;
cursor: pointer;
margin-bottom: 25px;
position: relative;
overflow: hidden; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label img.vector {
position: absolute;
width: 35px;
height: 35px;
top: -3px;
right: -6px; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label span.h4 {
display: inline-block;
margin-right: 6px;
margin-left: 6px;
font-size: 20px;
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form label span.h5 {
margin-left: 20px;
font-size: 18px;
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
display: block; }
.donation-pricing .donation-amount .amount-tab .tab-content .donate-amount-form input[type='submit'] {
border: none;
cursor: pointer; }
.donation-pricing .pricing-slider .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999999; }
.donation-pricing .pricing-slider .slick-arrow:hover {
background: #5C97CD; }
.donation-pricing .pricing-slider .slick-next {
right: 0;
left: initial; }
.donation-pricing .bottom-content {
padding-right: 25px; }
.donation-pricing .bottom-content h2 {
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.donation-pricing .bottom-content h2:hover {
color: #5C97CD; }
.donation-pricing .bottom-content p {
color: #058642; }
.home-testimonial {
padding-bottom: 0;
background: initial; }
@media screen and (max-width: 991.98px) {
.home-testimonial {
padding-bottom: 120px; } }
@media screen and (max-width: 767.98px) {
.home-testimonial .container {
padding-top: 0 !important; } }
.home-testimonial .single-slide {
-webkit-box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07);
box-shadow: 2px 1.429px 10px 1px rgba(0, 0, 0, 0.07); }
.home-testimonial .single-slide .quote {
opacity: 0.6; }
.home-testimonial .donate-amount {
color: #5C97CD; }
.campaign-event {
background-image: url(../images/test-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
margin-top: -130px;
padding-top: 250px;
padding-bottom: 231px; }
@media screen and (max-width: 991.98px) {
.campaign-event {
margin-top: 0px;
padding-top: 120px;
padding-bottom: 120px; } }
.campaign-event .dot-vector,
.campaign-event .red-vector {
position: absolute;
top: 20%;
left: 3%;
width: 120px; }
@media screen and (max-width: 991.98px) {
.campaign-event .dot-vector,
.campaign-event .red-vector {
display: none; } }
.campaign-event .red-vector {
top: 50%; }
.campaign-event .slider-left .slick-arrow {
padding: 6px 15px;
color: #ffffff;
background: #058642;
border: none;
outline: none;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999999999; }
.campaign-event .slider-left .slick-arrow:hover {
background: #5C97CD; }
.campaign-event .slider-left .slick-next {
right: 0;
left: initial; }
.campaign-event .slider-left .single-slide .meta-content {
text-align: center;
margin-top: -15px; }
.campaign-event .slider-left .single-slide .meta-content span {
color: #5C97CD;
font-family: "Oswald", sans-serif;
display: inline-block;
margin: 0 6px;
padding: 2px 6px;
background-color: #058642;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: #ffffff; }
@media screen and (max-width: 767.98px) {
.campaign-event .slider-left .single-slide .meta-content span {
margin-bottom: 6px; } }
.campaign-event .slider-left .single-slide .meta-content span .icon {
margin-right: 3px; }
.campaign-event .bottom-content h2 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.campaign-event .bottom-content h2:hover {
color: #5C97CD; }
@media screen and (max-width: 991.98px) {
.campaign-event .event-campaign-right {
margin-top: 60px; } }
.campaign-event .event-campaign-right .gift-children {
padding: 40px 30px;
background-color: #ffffff;
-webkit-box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
box-shadow: 16.481px 27.429px 69px 0px rgba(0, 0, 0, 0.07);
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.campaign-event .event-campaign-right .gift-children .vector {
position: absolute;
top: 0;
right: 0;
width: 50px;
opacity: 0.6; }
.campaign-event .event-campaign-right .gift-children .gift-date {
text-align: center;
margin-right: 20px;
background-image: url(../images/border-bg.png);
background-repeat: no-repeat;
background-size: 110px;
padding: 15px 38px 15px 34px; }
.campaign-event .event-campaign-right .gift-children .gift-date span {
font-family: "Oswald", sans-serif;
color: #058642;
font-weight: 600; }
.campaign-event .event-campaign-right .gift-children .gift-content h3 {
margin-bottom: 15px; }
.campaign-event .event-campaign-right .gift-children .gift-content p {
margin-bottom: 15px; }
.campaign-event .event-campaign-right .gift-children .gift-content .icons-field span {
color: #058642;
font-family: "Oswald", sans-serif;
font-weight: 600;
margin-right: 15px; }
.campaign-event .event-campaign-right .gift-children .gift-content .icons-field span:last-child {
margin-right: 0; } | 0.444806 | 0.071591 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
a:link,
a:hover {
text-decoration: none !important;
}
.bg-main {
background: #0f4c75 !important;
}
.text-main {
color: #0f4c75 !important;
}
.bg-accent {
background: #3282b8 !important;
}
.text-accent {
color: #3282b8;
}
.roundness {
border-radius: 30px !important;
}
.btn {
padding: 0.7rem !important;
}
/* ::-webkit-scrollbar {
width: 5px;
} */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
background: #3282b8;
}
.big-btn {
padding: 20px !important;
border-radius: 40px !important;
background: #0f4c75 !important;
color: #fff !important;
font-size: 20px !important;
}
body {
/* background-image: url('bg1.jpg'); */
background-size: cover;
background-position: top;
text-align: center;
font-family: 'Open Sans';
overflow-x: hidden;
}
/* Footer */
.fixed-bottom {
height: 50px;
background-color: #3282b8;
color: black;
}
/* Submit button common to all pages */
.submit-btn {
background: #0f4c75 !important;
color: #fff !important;
}
.submit-btn:hover {
background: linear-gradient(30deg, #0f4c75, #3282b8) !important;
/* border: 1px solid #0f4c75; */
}
.prof-icon {
opacity: 0.65;
}
/* ---- Login Page ---- */
@media (max-width: 1000px) {
.login-svg {
display: none;
}
}
@media (max-width: 1100px) {
.professionals {
margin-top: -50px;
}
}
@media (min-width: 1500px) {
.professionals {
margin-top: 50px;
}
}
.head-svg {
margin-top: 25px;
}
@media only screen and (max-width:500px) {
.head-svg {
margin-top: 10px;
}
}
.portal {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.btn-prof {
height: 180px;
width: 180px;
margin-left: 20px;
margin-top: 100px;
background-color: rgba(50, 130, 184, 0.3);
}
.btn-prof:hover {
background: rgba(50, 130, 184, 0.15);
box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1), -6px -6px 12px rgba(250, 250, 250, 1);
}
.hiddenInp {
visibility: hidden;
}
.prof-container {
display: flex;
justify-content: center;
margin-top: 50px;
}
.hiddenInp {
visibility: hidden;
}
.btn-prof:hover {
box-shadow: 0px 0px 10px #888888;
}
nav .nav-tabs {
border-bottom: 0;
}
nav .nav-tabs .nav-item {
background: #0f4c75 !important;
color: white;
border: none;
margin: 5px;
padding: 15px;
border-radius: 25px;
font-size: 20px;
}
nav .nav-tabs .active {
background: #fff !important;
color: #0f4c75 !important;
border: none;
font-weight: bold;
}
.fixed-bottom {
height: 50px;
background: none;
}
input[type="text"]:disabled {
background: #f5f5f5 !important;
}
select {
display: block;
background-color: #edf3f5;
font-size: 16px;
font-family: sans-serif;
font-weight: 700;
color: #444;
line-height: 1.3;
padding: .6em 1.4em .5em .8em;
max-width: 100%;
margin: 0;
border: 1px solid #aaa;
box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .6);
border-radius: 1.0em;
}
@media (min-width: 1200px) {
.application-table {
margin-left: -15%;
}
} | ehr-api/public/stylesheets/styles.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
a:link,
a:hover {
text-decoration: none !important;
}
.bg-main {
background: #0f4c75 !important;
}
.text-main {
color: #0f4c75 !important;
}
.bg-accent {
background: #3282b8 !important;
}
.text-accent {
color: #3282b8;
}
.roundness {
border-radius: 30px !important;
}
.btn {
padding: 0.7rem !important;
}
/* ::-webkit-scrollbar {
width: 5px;
} */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
background: #3282b8;
}
.big-btn {
padding: 20px !important;
border-radius: 40px !important;
background: #0f4c75 !important;
color: #fff !important;
font-size: 20px !important;
}
body {
/* background-image: url('bg1.jpg'); */
background-size: cover;
background-position: top;
text-align: center;
font-family: 'Open Sans';
overflow-x: hidden;
}
/* Footer */
.fixed-bottom {
height: 50px;
background-color: #3282b8;
color: black;
}
/* Submit button common to all pages */
.submit-btn {
background: #0f4c75 !important;
color: #fff !important;
}
.submit-btn:hover {
background: linear-gradient(30deg, #0f4c75, #3282b8) !important;
/* border: 1px solid #0f4c75; */
}
.prof-icon {
opacity: 0.65;
}
/* ---- Login Page ---- */
@media (max-width: 1000px) {
.login-svg {
display: none;
}
}
@media (max-width: 1100px) {
.professionals {
margin-top: -50px;
}
}
@media (min-width: 1500px) {
.professionals {
margin-top: 50px;
}
}
.head-svg {
margin-top: 25px;
}
@media only screen and (max-width:500px) {
.head-svg {
margin-top: 10px;
}
}
.portal {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.btn-prof {
height: 180px;
width: 180px;
margin-left: 20px;
margin-top: 100px;
background-color: rgba(50, 130, 184, 0.3);
}
.btn-prof:hover {
background: rgba(50, 130, 184, 0.15);
box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1), -6px -6px 12px rgba(250, 250, 250, 1);
}
.hiddenInp {
visibility: hidden;
}
.prof-container {
display: flex;
justify-content: center;
margin-top: 50px;
}
.hiddenInp {
visibility: hidden;
}
.btn-prof:hover {
box-shadow: 0px 0px 10px #888888;
}
nav .nav-tabs {
border-bottom: 0;
}
nav .nav-tabs .nav-item {
background: #0f4c75 !important;
color: white;
border: none;
margin: 5px;
padding: 15px;
border-radius: 25px;
font-size: 20px;
}
nav .nav-tabs .active {
background: #fff !important;
color: #0f4c75 !important;
border: none;
font-weight: bold;
}
.fixed-bottom {
height: 50px;
background: none;
}
input[type="text"]:disabled {
background: #f5f5f5 !important;
}
select {
display: block;
background-color: #edf3f5;
font-size: 16px;
font-family: sans-serif;
font-weight: 700;
color: #444;
line-height: 1.3;
padding: .6em 1.4em .5em .8em;
max-width: 100%;
margin: 0;
border: 1px solid #aaa;
box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .6);
border-radius: 1.0em;
}
@media (min-width: 1200px) {
.application-table {
margin-left: -15%;
}
} | 0.36523 | 0.074905 |
html {
font-size: 125%; /* 20梅16=125% min-font-size:12px bug*/
}
@media only screen and (min-width: 481px) {
html {
font-size: 188%!important; /* 30.08梅16=188% */
}
}
@media only screen and (min-width: 561px) {
html {
font-size: 218%!important; /* 38.88梅16=218% */
}
}
@media only screen and (min-width: 641px) {
html {
font-size: 250%!important; /* 40梅16=250% */
}
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
font: inherit;
vertical-align: baseline;
font-family: "Microsoft YaHei"
}
body {
font-family: "Microsoft YaHei";
font-size: 0.7rem;
color: #333;
line-height: 0.7rem;
width: 100%;
}
em {
font-style: normal
}
li {
list-style: none
}
a {
text-decoration: none;
outline: 0;
color: #333;
}
img {
border: none;
vertical-align: top;
}
table {
border-collapse: collapse;
}
input, textarea {
font-family: "Microsoft YaHei";
padding: 0;
}
textarea {
resize: none;
overflow: auto;
}
textarea:focus {
outline: none;
}
input:focus {
outline: none;
}
.clear {
zoom: 1
}
.clear:after {
content: "";
display: block;
clear: both;
}
.fl {
float: left
}
.fr {
float: right
}
/**充值**/
header{
background: #19b5ff;
width: 100%;
height: 44px;
line-height: 44px;
text-align: center;
font-size: 0.9rem;
position: fixed;
left: 0;
top: 0;
z-index: 97;
}
header a{
color: #FFFFFF;
}
header ._left {
display: block;
position: absolute;
left: 0;
top: 0;
}
header ._left img {
height: 1rem;
margin: 0.6rem 0 0 0.6rem;
}
.banner{
width: 100%;
height: 222px;
background:pink;
margin-top: 2.2rem;
margin-bottom: 0.2rem;
}
.person_wallet_recharge{
width: 95%;
height: auto;
margin: 0 auto;
}
.person_wallet_recharge .ul li{
float: left;
width: 27%;
height: 2rem;
text-align: center;
border: 1px solid #CCCCCC;
border-radius: 0.2rem;
line-height: 2rem;
margin: 5px 1% 0.4rem 4%;
box-sizing: border-box;
color: #525252;
position: relative;
}
.person_wallet_recharge .sel{
background: url(../images/iconfont-dagouxuanzhong.png);
background-size: cover;
height: 1rem;
width: 1rem;
position: absolute;
right: 0;
bottom: 0;
display: none;
}
.person_wallet_recharge .ul li.current{
color: #ff4c4c;
border: #ff4c4c 1px solid;
}
.person_wallet_recharge .ul li:nth-child(1) .sel{
display: none;
}
.person_wallet_recharge .botton{
text-align: center;
background: #19b5ff;
color: #fff;
border-radius: 0.2rem;
line-height: 1.7rem;
height: 1.7rem;
width: 91%;
margin: 0 auto;
font-size: 0.85rem;
}
.person_wallet_recharge .pic{
background: #FFFFFF;
padding-left: 3%;
line-height: 2.2rem;
height: 2.2rem;
color: #333333;
font-size:0.75rem;
margin-top: 0.5rem;
margin-bottom: 1rem;
}
.person_wallet_recharge .pic input{
border: none;
padding-left: 1%;
color: #CCCCCC;
font-size: 0.75rem;
}
.person_wallet_recharge .agreement{
height: 2rem;
padding-left: 5%;
line-height: 2rem;
}
.person_wallet_recharge .agreement p{
color: #CCCCCC;
}
.nav{
width:95%;
height: 1rem;
margin: 0 auto;
text-align: center;
}
.nav ul li{
float: left;
line-height: 1rem;
padding: 0px 4%;
margin: 0px 2% 0px 4%;
border-right:1px solid #CCCCCC;
}
.f-overlay{
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
z-index: 99;
display: none;
}
.addvideo{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 100;
background: #FFFFFF;
}
.addvideo h3{
text-align: center;
height: 2.2rem;
line-height: 2.2rem;
font-size: 1rem;
margin-bottom: 0.8rem;
}
.addvideo h3 span{
color: red;
}
.addvideo ul li{
background: #fff;
height: 2.2rem;
line-height: 2.2rem;
font-size: 0.75rem;
color: #333;
text-align: center;
margin-bottom: 0.8rem;
}
.addvideo ul li a{
width: 90%;
border: 1px solid red;
display: block;
margin: 0 auto;
border-radius: 0.5rem;
color: red;
}
.addvideo ul li.cal{
background: #cccccc;
width: 90%;
margin: 0 auto 0.8rem auto;
color: #FFFFFF;
}
.layui-m-layer0 .layui-m-layerchild{
width: 30% !important;
}
.layui-m-layercont{
padding: 10px 20px !important;
} | Public/Home/css/new_file.css | html {
font-size: 125%; /* 20梅16=125% min-font-size:12px bug*/
}
@media only screen and (min-width: 481px) {
html {
font-size: 188%!important; /* 30.08梅16=188% */
}
}
@media only screen and (min-width: 561px) {
html {
font-size: 218%!important; /* 38.88梅16=218% */
}
}
@media only screen and (min-width: 641px) {
html {
font-size: 250%!important; /* 40梅16=250% */
}
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
font: inherit;
vertical-align: baseline;
font-family: "Microsoft YaHei"
}
body {
font-family: "Microsoft YaHei";
font-size: 0.7rem;
color: #333;
line-height: 0.7rem;
width: 100%;
}
em {
font-style: normal
}
li {
list-style: none
}
a {
text-decoration: none;
outline: 0;
color: #333;
}
img {
border: none;
vertical-align: top;
}
table {
border-collapse: collapse;
}
input, textarea {
font-family: "Microsoft YaHei";
padding: 0;
}
textarea {
resize: none;
overflow: auto;
}
textarea:focus {
outline: none;
}
input:focus {
outline: none;
}
.clear {
zoom: 1
}
.clear:after {
content: "";
display: block;
clear: both;
}
.fl {
float: left
}
.fr {
float: right
}
/**充值**/
header{
background: #19b5ff;
width: 100%;
height: 44px;
line-height: 44px;
text-align: center;
font-size: 0.9rem;
position: fixed;
left: 0;
top: 0;
z-index: 97;
}
header a{
color: #FFFFFF;
}
header ._left {
display: block;
position: absolute;
left: 0;
top: 0;
}
header ._left img {
height: 1rem;
margin: 0.6rem 0 0 0.6rem;
}
.banner{
width: 100%;
height: 222px;
background:pink;
margin-top: 2.2rem;
margin-bottom: 0.2rem;
}
.person_wallet_recharge{
width: 95%;
height: auto;
margin: 0 auto;
}
.person_wallet_recharge .ul li{
float: left;
width: 27%;
height: 2rem;
text-align: center;
border: 1px solid #CCCCCC;
border-radius: 0.2rem;
line-height: 2rem;
margin: 5px 1% 0.4rem 4%;
box-sizing: border-box;
color: #525252;
position: relative;
}
.person_wallet_recharge .sel{
background: url(../images/iconfont-dagouxuanzhong.png);
background-size: cover;
height: 1rem;
width: 1rem;
position: absolute;
right: 0;
bottom: 0;
display: none;
}
.person_wallet_recharge .ul li.current{
color: #ff4c4c;
border: #ff4c4c 1px solid;
}
.person_wallet_recharge .ul li:nth-child(1) .sel{
display: none;
}
.person_wallet_recharge .botton{
text-align: center;
background: #19b5ff;
color: #fff;
border-radius: 0.2rem;
line-height: 1.7rem;
height: 1.7rem;
width: 91%;
margin: 0 auto;
font-size: 0.85rem;
}
.person_wallet_recharge .pic{
background: #FFFFFF;
padding-left: 3%;
line-height: 2.2rem;
height: 2.2rem;
color: #333333;
font-size:0.75rem;
margin-top: 0.5rem;
margin-bottom: 1rem;
}
.person_wallet_recharge .pic input{
border: none;
padding-left: 1%;
color: #CCCCCC;
font-size: 0.75rem;
}
.person_wallet_recharge .agreement{
height: 2rem;
padding-left: 5%;
line-height: 2rem;
}
.person_wallet_recharge .agreement p{
color: #CCCCCC;
}
.nav{
width:95%;
height: 1rem;
margin: 0 auto;
text-align: center;
}
.nav ul li{
float: left;
line-height: 1rem;
padding: 0px 4%;
margin: 0px 2% 0px 4%;
border-right:1px solid #CCCCCC;
}
.f-overlay{
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
z-index: 99;
display: none;
}
.addvideo{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 100;
background: #FFFFFF;
}
.addvideo h3{
text-align: center;
height: 2.2rem;
line-height: 2.2rem;
font-size: 1rem;
margin-bottom: 0.8rem;
}
.addvideo h3 span{
color: red;
}
.addvideo ul li{
background: #fff;
height: 2.2rem;
line-height: 2.2rem;
font-size: 0.75rem;
color: #333;
text-align: center;
margin-bottom: 0.8rem;
}
.addvideo ul li a{
width: 90%;
border: 1px solid red;
display: block;
margin: 0 auto;
border-radius: 0.5rem;
color: red;
}
.addvideo ul li.cal{
background: #cccccc;
width: 90%;
margin: 0 auto 0.8rem auto;
color: #FFFFFF;
}
.layui-m-layer0 .layui-m-layerchild{
width: 30% !important;
}
.layui-m-layercont{
padding: 10px 20px !important;
} | 0.351534 | 0.097476 |
::-webkit-scrollbar {
display: none;
}
::-moz-placeholder {
color: #aaa;
}
::-webkit-input-placeholder {
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}
::selection {
background: #111;
color: #fff;
font-weight: bold
}
html {
color: #333;
}
body {
min-width: 1200px;
}
html,body {
margin: 0;
height: 100%;
background-color: #fff;
font-size: 14px;
color: #444;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #000;
}
hr {
height: 1px;
background: #ccc;
width: 100%;
border: none;
margin: 0;
padding: 0;
margin-top: 10px;
}
img {
border: 0;
}
body {
background: #fff;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
display: block;
margin: 0;
padding: 0;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
a {
text-decoration: none;
color: #08acee;
}
a:active,a:hover {
outline: 0;
}
button {
outline: 0;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table {
width: 100%;
border-radius: 4px;
}
li {
list-style: none;
}
i {
font-style: normal;
}
a {
color: #666;
text-decoration: none;
-webkit-transition: color .3s;
transition: color .3s;
}
a:hover {
color: #eee;
}
em {
font-style: normal;
}
h2, h3 {
font-weight: 100;
}
.fl{
float:left;
}
.fr{
float:right;
} | src/assets/css/core.css | ::-webkit-scrollbar {
display: none;
}
::-moz-placeholder {
color: #aaa;
}
::-webkit-input-placeholder {
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}
::selection {
background: #111;
color: #fff;
font-weight: bold
}
html {
color: #333;
}
body {
min-width: 1200px;
}
html,body {
margin: 0;
height: 100%;
background-color: #fff;
font-size: 14px;
color: #444;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #000;
}
hr {
height: 1px;
background: #ccc;
width: 100%;
border: none;
margin: 0;
padding: 0;
margin-top: 10px;
}
img {
border: 0;
}
body {
background: #fff;
color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
margin: 0;
padding: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
display: block;
margin: 0;
padding: 0;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
a {
text-decoration: none;
color: #08acee;
}
a:active,a:hover {
outline: 0;
}
button {
outline: 0;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
img {
border: 0;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table {
width: 100%;
border-radius: 4px;
}
li {
list-style: none;
}
i {
font-style: normal;
}
a {
color: #666;
text-decoration: none;
-webkit-transition: color .3s;
transition: color .3s;
}
a:hover {
color: #eee;
}
em {
font-style: normal;
}
h2, h3 {
font-weight: 100;
}
.fl{
float:left;
}
.fr{
float:right;
} | 0.27973 | 0.054727 |
.icon-blank{
background:url('../images/blank_1.gif') no-repeat center center;
}
.icon-add{
background:url('../images/edit_add_1.png') no-repeat center center;
}
.icon-edit{
background:url('../images/pencil_1.png') no-repeat center center;
}
.icon-clear{
background:url('../images/clear_1.png') no-repeat center center;
}
.icon-remove{
background:url('../images/edit_remove_1.png') no-repeat center center;
}
.icon-save{
background:url('../images/filesave_1.png') no-repeat center center;
}
.icon-cut{
background:url('../images/cut_1.png') no-repeat center center;
}
.icon-ok{
background:url('../images/ok_1.png') no-repeat center center;
}
.icon-no{
background:url('../images/no_1.png') no-repeat center center;
}
.icon-cancel{
background:url('../images/cancel_1.png') no-repeat center center;
}
.icon-reload{
background:url('../images/reload_1.png') no-repeat center center;
}
.icon-search{
background:url('../images/search_1.png') no-repeat center center;
}
.icon-print{
background:url('../images/print_1.png') no-repeat center center;
}
.icon-help{
background:url('../images/help_1.png') no-repeat center center;
}
.icon-undo{
background:url('../images/undo_1.png') no-repeat center center;
}
.icon-redo{
background:url('../images/redo_1.png') no-repeat center center;
}
.icon-back{
background:url('../images/back_1.png') no-repeat center center;
}
.icon-sum{
background:url('../images/sum_1.png') no-repeat center center;
}
.icon-tip{
background:url('../images/tip_1.png') no-repeat center center;
}
.icon-filter{
background:url('../images/filter_1.png') no-repeat center center;
}
.icon-man{
background:url('../images/man_1.png') no-repeat center center;
}
.icon-lock{
background:url('../images/lock_1.png') no-repeat center center;
}
.icon-more{
background:url('../images/more_1.png') no-repeat center center;
}
.icon-mini-add{
background:url('../images/mini_add_1.png') no-repeat center center;
}
.icon-mini-edit{
background:url('../images/mini_edit_1.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('../images/mini_refresh_1.png') no-repeat center center;
}
.icon-large-picture{
background:url('../images/large_picture_1.png') no-repeat center center;
}
.icon-large-clipart{
background:url('../images/large_clipart_1.png') no-repeat center center;
}
.icon-large-shapes{
background:url('../images/large_shapes_1.png') no-repeat center center;
}
.icon-large-smartart{
background:url('../images/large_smartart_1.png') no-repeat center center;
}
.icon-large-chart{
background:url('../images/large_chart_1.png') no-repeat center center;
} | public/static/css/icon_1.css | .icon-blank{
background:url('../images/blank_1.gif') no-repeat center center;
}
.icon-add{
background:url('../images/edit_add_1.png') no-repeat center center;
}
.icon-edit{
background:url('../images/pencil_1.png') no-repeat center center;
}
.icon-clear{
background:url('../images/clear_1.png') no-repeat center center;
}
.icon-remove{
background:url('../images/edit_remove_1.png') no-repeat center center;
}
.icon-save{
background:url('../images/filesave_1.png') no-repeat center center;
}
.icon-cut{
background:url('../images/cut_1.png') no-repeat center center;
}
.icon-ok{
background:url('../images/ok_1.png') no-repeat center center;
}
.icon-no{
background:url('../images/no_1.png') no-repeat center center;
}
.icon-cancel{
background:url('../images/cancel_1.png') no-repeat center center;
}
.icon-reload{
background:url('../images/reload_1.png') no-repeat center center;
}
.icon-search{
background:url('../images/search_1.png') no-repeat center center;
}
.icon-print{
background:url('../images/print_1.png') no-repeat center center;
}
.icon-help{
background:url('../images/help_1.png') no-repeat center center;
}
.icon-undo{
background:url('../images/undo_1.png') no-repeat center center;
}
.icon-redo{
background:url('../images/redo_1.png') no-repeat center center;
}
.icon-back{
background:url('../images/back_1.png') no-repeat center center;
}
.icon-sum{
background:url('../images/sum_1.png') no-repeat center center;
}
.icon-tip{
background:url('../images/tip_1.png') no-repeat center center;
}
.icon-filter{
background:url('../images/filter_1.png') no-repeat center center;
}
.icon-man{
background:url('../images/man_1.png') no-repeat center center;
}
.icon-lock{
background:url('../images/lock_1.png') no-repeat center center;
}
.icon-more{
background:url('../images/more_1.png') no-repeat center center;
}
.icon-mini-add{
background:url('../images/mini_add_1.png') no-repeat center center;
}
.icon-mini-edit{
background:url('../images/mini_edit_1.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('../images/mini_refresh_1.png') no-repeat center center;
}
.icon-large-picture{
background:url('../images/large_picture_1.png') no-repeat center center;
}
.icon-large-clipart{
background:url('../images/large_clipart_1.png') no-repeat center center;
}
.icon-large-shapes{
background:url('../images/large_shapes_1.png') no-repeat center center;
}
.icon-large-smartart{
background:url('../images/large_smartart_1.png') no-repeat center center;
}
.icon-large-chart{
background:url('../images/large_chart_1.png') no-repeat center center;
} | 0.164047 | 0.091788 |
@-moz-document url-prefix("https://chat.strims.gg") {
a.user
{
/*username border color*/
--main-bg-color: #000;
/*Username color and background*/
color: #ffde00;
background: linear-gradient(#480030, #000);
border-radius:55px;
-moz-border-radius:55px;
-webkit-border-radius:55px;
font-size: 18px;
border-color: var(--main-bg-color) var(--main-bg-color) var(--main-bg-color) var(--main-bg-color);
}
.msg-own
{
/*Own message background color*/
background: linear-gradient(#800,#800,#710101);
}
.chat-lines
{
/*Custom font*/
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
font-size: 20px;
line-height: 34px;
}
.chat-emote {
/*Custom emote scale*/
transform: scale(1.25);
}
.msg-highlight
{
/*Tagged message color*/
background: linear-gradient(#800,#800,#710101);
}
#chat-input-frame {
grid-row: input;
background: linear-gradient(#2b0019,#430028,#59001a,#370021);
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
border-top: 2px solid #000;
padding: 6px 6px 0 6px;
height: 110px;
width: 100%;
z-index: 230;
}
.chat-tool-btn {
font-size: 20px;
cursor: pointer;
width: 100px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #b9b902;
text-decoration: none;
top: 15px; left: -10px;
border-radius: 50%;
filter: drop-shadow(3px 3px 3px #1c0017) ;
}
#chat-input-control {
position: absolute;
top: 0;
height: 125%;
background: linear-gradient(#2b0019,#430028,#370021);
outline: none;
resize: none;
margin: 0;
box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.7) inset;
display: block;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#chat-input-scaler, #chat-input-control {
width: calc( 100vw - 12px);
box-sizing: border-box;
padding: 5px;
border: 3px solid #290000;
overflow-wrap: break-word;
word-wrap: break-word;
}
textarea, input, button {
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
text-shadow:2px 2px 2px #000;
font-size: 18px;
text-align: center;
line-height: 1.42857143;
text-rendering: optimizeLegibility;
}
.pref-taggedvisibility .msg-highlight
{
/*Tagged message color with the*/
/*Increased visibility of tagged users*/
/*option enabled*/
background: linear-gradient(#800,#800,#710101);
}
.msg-chat .greentext {
color: rgb(132, 213, 35);
padding: 2px;
text-shadow: -2px 0 #000, 0 2px black, 2px 0 black, 0 -2px black;
animation: type2 0.5s steps(60, end);
}
.msg-chat
{
/*Chat text color*/
color: rgb(191, 255, 201);
border: 1px solid rgb(0, 0, 0);
padding: 2px;
white-space: normal;
width: 397px;
text-shadow: -1.5px 0 #000, 0 1.5px black, 1.5px 0 black, 0 -1.5px black;
filter: drop-shadow(2px 2px 2px #1c0017) ;
animation: type 0.5s steps(60, end);
}
@keyframes type{
from { color: rgb(208, 255, 215,0);}
}
@keyframes type2{
from { color: rgb(108, 165, 40,0);}
}
body
{
/*Chat background color*/
/*background: linear-gradient(rgba(255,0,0,0), #5e0059); */
/*background: linear-gradient(#5e0059, #000); */
background: linear-gradient(#2b0019,#430028,#59001a,#64001e,#370021);
background-attachment: fixed;
}
/*Univisited URL color in chat*/
.msg-chat .externallink
{
color: #feff00;
}
/*Visited URL color in chat*/
.msg-chat .externallink:visited
{
color: #7a7777;
}
/* "/me" username color*/
.msg-me a.user {
color: #6e6e6e;
}
}
@-moz-document url-prefix("https://strims.gg")
{
.navbar-brand {
display: inline-block;
padding-top: 0.33575rem;
padding-bottom: 0.33575rem;
margin-right: 1rem;
font-size: 24px;
line-height: inherit;
white-space: nowrap;
filter: drop-shadow(4px 4px 4px #1c0017) ;
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar {
background-color: #3a0024;
border: 0;
margin-bottom: 0;
min-height: 50px;
padding: 0;
padding-right: 0px;
padding-left: 0px;
filter: drop-shadow(4px 4px 4px #1c0017) ;
}
.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: #ffde00;
border: 2px solid #826d00;
background: #140b1a;
border-radius:12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
}
.navbar-dark .navbar-nav .nav-link {
color: #ffde00;
}
html, body, #main, .fill-percentage, .routes {
margin: 0;
width: 100%;
height: 100%;
color: #fff;
font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
text-shadow:2px 2px 2px #000;
font-size: 16px;
background: linear-gradient(#2b0019,#430028,#59001a,#470015,#370021);
}
.streams-heading {
font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 45px; font-style: normal; font-variant: small-caps; font-weight: 700; line-height: 45px; } h3 { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px; } p { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } blockquote { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } pre { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px;
text-align: center;
}
.stream-thumbnail {
border: 2px solid #000;
background-color: #222;
filter: drop-shadow(2px 2px 2px #1c0017) ;
margin-top: 1em;
overflow: hidden;
position: relative;
}
.form-control, .form-control, .btn-group > .navbar-btn, .input-group-btn > .btn {
background-color: #140b1a;
color: #fff;
border-color: #000;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
} | data/usercss/165663.user.css | @-moz-document url-prefix("https://chat.strims.gg") {
a.user
{
/*username border color*/
--main-bg-color: #000;
/*Username color and background*/
color: #ffde00;
background: linear-gradient(#480030, #000);
border-radius:55px;
-moz-border-radius:55px;
-webkit-border-radius:55px;
font-size: 18px;
border-color: var(--main-bg-color) var(--main-bg-color) var(--main-bg-color) var(--main-bg-color);
}
.msg-own
{
/*Own message background color*/
background: linear-gradient(#800,#800,#710101);
}
.chat-lines
{
/*Custom font*/
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
font-size: 20px;
line-height: 34px;
}
.chat-emote {
/*Custom emote scale*/
transform: scale(1.25);
}
.msg-highlight
{
/*Tagged message color*/
background: linear-gradient(#800,#800,#710101);
}
#chat-input-frame {
grid-row: input;
background: linear-gradient(#2b0019,#430028,#59001a,#370021);
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
border-top: 2px solid #000;
padding: 6px 6px 0 6px;
height: 110px;
width: 100%;
z-index: 230;
}
.chat-tool-btn {
font-size: 20px;
cursor: pointer;
width: 100px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #b9b902;
text-decoration: none;
top: 15px; left: -10px;
border-radius: 50%;
filter: drop-shadow(3px 3px 3px #1c0017) ;
}
#chat-input-control {
position: absolute;
top: 0;
height: 125%;
background: linear-gradient(#2b0019,#430028,#370021);
outline: none;
resize: none;
margin: 0;
box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.7) inset;
display: block;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#chat-input-scaler, #chat-input-control {
width: calc( 100vw - 12px);
box-sizing: border-box;
padding: 5px;
border: 3px solid #290000;
overflow-wrap: break-word;
word-wrap: break-word;
}
textarea, input, button {
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
text-shadow:2px 2px 2px #000;
font-size: 18px;
text-align: center;
line-height: 1.42857143;
text-rendering: optimizeLegibility;
}
.pref-taggedvisibility .msg-highlight
{
/*Tagged message color with the*/
/*Increased visibility of tagged users*/
/*option enabled*/
background: linear-gradient(#800,#800,#710101);
}
.msg-chat .greentext {
color: rgb(132, 213, 35);
padding: 2px;
text-shadow: -2px 0 #000, 0 2px black, 2px 0 black, 0 -2px black;
animation: type2 0.5s steps(60, end);
}
.msg-chat
{
/*Chat text color*/
color: rgb(191, 255, 201);
border: 1px solid rgb(0, 0, 0);
padding: 2px;
white-space: normal;
width: 397px;
text-shadow: -1.5px 0 #000, 0 1.5px black, 1.5px 0 black, 0 -1.5px black;
filter: drop-shadow(2px 2px 2px #1c0017) ;
animation: type 0.5s steps(60, end);
}
@keyframes type{
from { color: rgb(208, 255, 215,0);}
}
@keyframes type2{
from { color: rgb(108, 165, 40,0);}
}
body
{
/*Chat background color*/
/*background: linear-gradient(rgba(255,0,0,0), #5e0059); */
/*background: linear-gradient(#5e0059, #000); */
background: linear-gradient(#2b0019,#430028,#59001a,#64001e,#370021);
background-attachment: fixed;
}
/*Univisited URL color in chat*/
.msg-chat .externallink
{
color: #feff00;
}
/*Visited URL color in chat*/
.msg-chat .externallink:visited
{
color: #7a7777;
}
/* "/me" username color*/
.msg-me a.user {
color: #6e6e6e;
}
}
@-moz-document url-prefix("https://strims.gg")
{
.navbar-brand {
display: inline-block;
padding-top: 0.33575rem;
padding-bottom: 0.33575rem;
margin-right: 1rem;
font-size: 24px;
line-height: inherit;
white-space: nowrap;
filter: drop-shadow(4px 4px 4px #1c0017) ;
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar {
background-color: #3a0024;
border: 0;
margin-bottom: 0;
min-height: 50px;
padding: 0;
padding-right: 0px;
padding-left: 0px;
filter: drop-shadow(4px 4px 4px #1c0017) ;
}
.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: #ffde00;
border: 2px solid #826d00;
background: #140b1a;
border-radius:12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
}
.navbar-dark .navbar-nav .nav-link {
color: #ffde00;
}
html, body, #main, .fill-percentage, .routes {
margin: 0;
width: 100%;
height: 100%;
color: #fff;
font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
text-shadow:2px 2px 2px #000;
font-size: 16px;
background: linear-gradient(#2b0019,#430028,#59001a,#470015,#370021);
}
.streams-heading {
font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 45px; font-style: normal; font-variant: small-caps; font-weight: 700; line-height: 45px; } h3 { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px; } p { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } blockquote { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } pre { font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px;
text-align: center;
}
.stream-thumbnail {
border: 2px solid #000;
background-color: #222;
filter: drop-shadow(2px 2px 2px #1c0017) ;
margin-top: 1em;
overflow: hidden;
position: relative;
}
.form-control, .form-control, .btn-group > .navbar-btn, .input-group-btn > .btn {
background-color: #140b1a;
color: #fff;
border-color: #000;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
} | 0.274157 | 0.052936 |
.background_yellowGreen7,
.hover_background_yellowGreen7:hover,
.active_background_yellowGreen7:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(73, 97, 24)), color-stop(100%, rgb(58, 78, 19)));
background-image: -webkit-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -o-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -ms-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: linear-gradient(to bottom, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496118', endColorstr='#3a4e13',GradientType=0 );
}
.background_yellowGreen7h,
.hover_background_yellowGreen7h:hover,
.active_background_yellowGreen7h:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(88, 117, 28)), color-stop(100%, rgb(70, 93, 23)));
background-image: -webkit-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: -o-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: -ms-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: linear-gradient(to bottom, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58751c', endColorstr='#465d17',GradientType=0 );
}
.background_yellowGreen7a,
.hover_background_yellowGreen7a:hover,
.active_background_yellowGreen7a:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(70, 93, 23)), color-stop(100%, rgb(88, 117, 28)));
background-image: -webkit-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: -o-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: -ms-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: linear-gradient(to bottom, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465d17', endColorstr='#58751c',GradientType=0 );
}
.background_yellowGreen7s,
.hover_background_yellowGreen7s:hover,
.active_background_yellowGreen7s:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(110, 146, 36)), color-stop(100%, rgb(88, 117, 28)));
background-image: -webkit-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: -o-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: -ms-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: linear-gradient(to bottom, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e9224', endColorstr='#58751c',GradientType=0 );
}
.background_color_yellowGreen7,
.hover_background_color_yellowGreen7:hover,
.active_background_color_yellowGreen7:active:hover {
background-color:#3a4e13;
}
.background_first_color_yellowGreen7,
.hover_background_first_color_yellowGreen7:hover,
.active_background_first_color_yellowGreen7:active:hover {
background-color:#496118;
}
.background_last_color_yellowGreen7,
.hover_background_last_color_yellowGreen7:hover,
.active_background_color_last_yellowGreen7:active:hover {
background-color:#3a4e13;
}
/* ------------------------------ color settings -------------------------------*/
.color_yellowGreen7,
.hover_color_yellowGreen7:hover,
.active_color_yellowGreen7:active:hover {
color: #c8c8c8;
}
.color_yellowGreen7h,
.hover_color_yellowGreen7h:hover,
.active_color_yellowGreen7h:active:hover {
color: #c8c8c8;
}
.color_yellowGreen7a,
.hover_color_yellowGreen7a:hover,
.active_color_yellowGreen7a:active:hover {
color: #ff0;
}
.color_yellowGreen7s,
.hover_color_yellowGreen7s:hover,
.active_color_yellowGreen7s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_yellowGreen7,
.hover_border_yellowGreen7:hover,
.active_border_yellowGreen7:active:hover {
border-color: #3a4e13 #3a4e13 #3a4e13 #3a4e13;
}
.border_yellowGreen7h,
.hover_border_yellowGreen7h:hover,
.active_border_yellowGreen7h:active:hover {
border-color: #354611 #354611 #354611 #354611;
}
.border_yellowGreen7a,
.hover_border_yellowGreen7a:hover,
.active_border_yellowGreen7a:active:hover {
border-color: #2f3e0f #2f3e0f #2f3e0f #2f3e0f;
}
.border_yellowGreen7s,
.hover_border_yellowGreen7s:hover,
.active_border_yellowGreen7s:active:hover {
border-color: #58751c #58751c #58751c #58751c;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_yellowGreen7,
.hover_shadow_expand_yellowGreen7:hover,
.active_shadow_expand_yellowGreen7:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(58, 78, 19, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(58, 78, 19, .39);
box-shadow: 0em 0em 1em 0.25em rgba(58, 78, 19, .39);
}
.shadow_expand_yellowGreen7h,
.hover_shadow_expand_yellowGreen7h:hover,
.active_shadow_expand_yellowGreen7h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(70, 93, 23, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(70, 93, 23, .50);
box-shadow: 0em 0em 1em 0.25em rgba(70, 93, 23, .50);
}
.shadow_expand_yellowGreen7a,
.hover_shadow_expand_yellowGreen7a:hover,
.active_shadow_expand_yellowGreen7a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .63);
box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .63);
}
.shadow_expand_yellowGreen7s,
.hover_shadow_expand_yellowGreen7s:hover,
.active_shadow_expand_yellowGreen7s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .78);
box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_yellowGreen7,
.hover_shadow_left_yellowGreen7:hover,
.active_shadow_left_yellowGreen7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_left_yellowGreen7h,
.hover_shadow_left_yellowGreen7h:hover,
.active_shadow_left_yellowGreen7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_left_yellowGreen7a,
.hover_shadow_left_yellowGreen7a:hover,
.active_shadow_left_yellowGreen7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_left_yellowGreen7s,
.hover_shadow_left_yellowGreen7s:hover,
.active_shadow_left_yellowGreen7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_yellowGreen7,
.hover_shadow_right_yellowGreen7:hover,
.active_shadow_right_yellowGreen7:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(58, 78, 19, .39);
box-shadow: 0.5em 0em 1em rgba(58, 78, 19, .39);
}
.shadow_right_yellowGreen7h,
.hover_shadow_right_yellowGreen7h:hover,
.active_shadow_right_yellowGreen7h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(70, 93, 23, .50);
box-shadow: 0.5em 0em 1em rgba(70, 93, 23, .50);
}
.shadow_right_yellowGreen7a,
.hover_shadow_right_yellowGreen7a:hover,
.active_shadow_right_yellowGreen7a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .63);
box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .63);
}
.shadow_right_yellowGreen7s,
.hover_shadow_right_yellowGreen7s:hover,
.active_shadow_right_yellowGreen7s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .78);
box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_yellowGreen7,
.hover_shadow_top_yellowGreen7:hover,
.active_shadow_top_yellowGreen7:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_top_yellowGreen7h,
.hover_shadow_top_yellowGreen7h:hover,
.active_shadow_top_yellowGreen7h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_top_yellowGreen7a,
.hover_shadow_top_yellowGreen7a:hover,
.active_shadow_top_yellowGreen7a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_top_yellowGreen7s,
.hover_shadow_top_yellowGreen7s:hover,
.active_shadow_top_yellowGreen7s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_yellowGreen7,
.hover_shadow_bottom_yellowGreen7:hover,
.active_shadow_bottom_yellowGreen7:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0em 0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_bottom_yellowGreen7h,
.hover_shadow_bottom_yellowGreen7h:hover,
.active_shadow_bottom_yellowGreen7h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0em 0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_bottom_yellowGreen7a,
.hover_shadow_bottom_yellowGreen7a:hover,
.active_shadow_bottom_yellowGreen7a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_bottom_yellowGreen7s,
.hover_shadow_bottom_yellowGreen7s:hover,
.active_shadow_bottom_yellowGreen7s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_yellowGreen7,
.hover_shadow_top_left_yellowGreen7:hover,
.active_shadow_top_left_yellowGreen7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_top_left_yellowGreen7h,
.hover_shadow_top_left_yellowGreen7h:hover,
.active_shadow_top_left_yellowGreen7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_top_left_yellowGreen7a,
.hover_shadow_top_left_yellowGreen7a:hover,
.active_shadow_top_left_yellowGreen7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_top_left_yellowGreen7s,
.hover_shadow_top_left_yellowGreen7s:hover,
.active_shadow_top_left_yellowGreen7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_yellowGreen7,
.hover_shadow_top_right_yellowGreen7:hover,
.active_shadow_top_right_yellowGreen7:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0.5em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_top_right_yellowGreen7h,
.hover_shadow_top_right_yellowGreen7h:hover,
.active_shadow_top_right_yellowGreen7h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0.5em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_top_right_yellowGreen7a,
.hover_shadow_top_right_yellowGreen7a:hover,
.active_shadow_top_right_yellowGreen7a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_top_right_yellowGreen7s,
.hover_shadow_top_right_yellowGreen7s:hover,
.active_shadow_top_right_yellowGreen7s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_yellowGreen7,
.hover_shadow_bottom_left_yellowGreen7:hover,
.active_shadow_bottom_left_yellowGreen7:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(58, 78, 19, .39);
box-shadow: -0.5em 0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_bottom_left_yellowGreen7h,
.hover_shadow_bottom_left_yellowGreen7h:hover,
.active_shadow_bottom_left_yellowGreen7h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(70, 93, 23, .50);
box-shadow: -0.5em 0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_bottom_left_yellowGreen7a,
.hover_shadow_bottom_left_yellowGreen7a:hover,
.active_shadow_bottom_left_yellowGreen7a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .63);
box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_bottom_left_yellowGreen7s,
.hover_shadow_bottom_left_yellowGreen7s:hover,
.active_shadow_bottom_left_yellowGreen7s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .78);
box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_yellowGreen7,
.hover_shadow_bottom_right_yellowGreen7:hover,
.active_shadow_bottom_right_yellowGreen7:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0.5em 0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_bottom_right_yellowGreen7h,
.hover_shadow_bottom_right_yellowGreen7h:hover,
.active_shadow_bottom_right_yellowGreen7h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0.5em 0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_bottom_right_yellowGreen7a,
.hover_shadow_bottom_right_yellowGreen7a:hover,
.active_shadow_bottom_right_yellowGreen7a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_bottom_right_yellowGreen7s,
.hover_shadow_bottom_right_yellowGreen7s:hover,
.active_shadow_bottom_right_yellowGreen7s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .78);
} | widgets/common/assets/gradients/simple/yellowGreen/yellowGreen7.css | .background_yellowGreen7,
.hover_background_yellowGreen7:hover,
.active_background_yellowGreen7:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(73, 97, 24)), color-stop(100%, rgb(58, 78, 19)));
background-image: -webkit-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -o-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -ms-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: linear-gradient(to bottom, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496118', endColorstr='#3a4e13',GradientType=0 );
}
.background_yellowGreen7h,
.hover_background_yellowGreen7h:hover,
.active_background_yellowGreen7h:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(88, 117, 28)), color-stop(100%, rgb(70, 93, 23)));
background-image: -webkit-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: -o-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: -ms-linear-gradient(top, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
background-image: linear-gradient(to bottom, rgb(88, 117, 28) 0%, rgb(70, 93, 23) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58751c', endColorstr='#465d17',GradientType=0 );
}
.background_yellowGreen7a,
.hover_background_yellowGreen7a:hover,
.active_background_yellowGreen7a:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(70, 93, 23)), color-stop(100%, rgb(88, 117, 28)));
background-image: -webkit-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: -o-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: -ms-linear-gradient(top, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
background-image: linear-gradient(to bottom, rgb(70, 93, 23) 0%, rgb(88, 117, 28) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465d17', endColorstr='#58751c',GradientType=0 );
}
.background_yellowGreen7s,
.hover_background_yellowGreen7s:hover,
.active_background_yellowGreen7s:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(110, 146, 36)), color-stop(100%, rgb(88, 117, 28)));
background-image: -webkit-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: -o-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: -ms-linear-gradient(top, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
background-image: linear-gradient(to bottom, rgb(110, 146, 36) 0%, rgb(88, 117, 28) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e9224', endColorstr='#58751c',GradientType=0 );
}
.background_color_yellowGreen7,
.hover_background_color_yellowGreen7:hover,
.active_background_color_yellowGreen7:active:hover {
background-color:#3a4e13;
}
.background_first_color_yellowGreen7,
.hover_background_first_color_yellowGreen7:hover,
.active_background_first_color_yellowGreen7:active:hover {
background-color:#496118;
}
.background_last_color_yellowGreen7,
.hover_background_last_color_yellowGreen7:hover,
.active_background_color_last_yellowGreen7:active:hover {
background-color:#3a4e13;
}
/* ------------------------------ color settings -------------------------------*/
.color_yellowGreen7,
.hover_color_yellowGreen7:hover,
.active_color_yellowGreen7:active:hover {
color: #c8c8c8;
}
.color_yellowGreen7h,
.hover_color_yellowGreen7h:hover,
.active_color_yellowGreen7h:active:hover {
color: #c8c8c8;
}
.color_yellowGreen7a,
.hover_color_yellowGreen7a:hover,
.active_color_yellowGreen7a:active:hover {
color: #ff0;
}
.color_yellowGreen7s,
.hover_color_yellowGreen7s:hover,
.active_color_yellowGreen7s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_yellowGreen7,
.hover_border_yellowGreen7:hover,
.active_border_yellowGreen7:active:hover {
border-color: #3a4e13 #3a4e13 #3a4e13 #3a4e13;
}
.border_yellowGreen7h,
.hover_border_yellowGreen7h:hover,
.active_border_yellowGreen7h:active:hover {
border-color: #354611 #354611 #354611 #354611;
}
.border_yellowGreen7a,
.hover_border_yellowGreen7a:hover,
.active_border_yellowGreen7a:active:hover {
border-color: #2f3e0f #2f3e0f #2f3e0f #2f3e0f;
}
.border_yellowGreen7s,
.hover_border_yellowGreen7s:hover,
.active_border_yellowGreen7s:active:hover {
border-color: #58751c #58751c #58751c #58751c;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_yellowGreen7,
.hover_shadow_expand_yellowGreen7:hover,
.active_shadow_expand_yellowGreen7:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(58, 78, 19, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(58, 78, 19, .39);
box-shadow: 0em 0em 1em 0.25em rgba(58, 78, 19, .39);
}
.shadow_expand_yellowGreen7h,
.hover_shadow_expand_yellowGreen7h:hover,
.active_shadow_expand_yellowGreen7h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(70, 93, 23, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(70, 93, 23, .50);
box-shadow: 0em 0em 1em 0.25em rgba(70, 93, 23, .50);
}
.shadow_expand_yellowGreen7a,
.hover_shadow_expand_yellowGreen7a:hover,
.active_shadow_expand_yellowGreen7a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .63);
box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .63);
}
.shadow_expand_yellowGreen7s,
.hover_shadow_expand_yellowGreen7s:hover,
.active_shadow_expand_yellowGreen7s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .78);
box-shadow: 0em 0em 1em 0.25em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_yellowGreen7,
.hover_shadow_left_yellowGreen7:hover,
.active_shadow_left_yellowGreen7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_left_yellowGreen7h,
.hover_shadow_left_yellowGreen7h:hover,
.active_shadow_left_yellowGreen7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_left_yellowGreen7a,
.hover_shadow_left_yellowGreen7a:hover,
.active_shadow_left_yellowGreen7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_left_yellowGreen7s,
.hover_shadow_left_yellowGreen7s:hover,
.active_shadow_left_yellowGreen7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_yellowGreen7,
.hover_shadow_right_yellowGreen7:hover,
.active_shadow_right_yellowGreen7:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(58, 78, 19, .39);
box-shadow: 0.5em 0em 1em rgba(58, 78, 19, .39);
}
.shadow_right_yellowGreen7h,
.hover_shadow_right_yellowGreen7h:hover,
.active_shadow_right_yellowGreen7h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(70, 93, 23, .50);
box-shadow: 0.5em 0em 1em rgba(70, 93, 23, .50);
}
.shadow_right_yellowGreen7a,
.hover_shadow_right_yellowGreen7a:hover,
.active_shadow_right_yellowGreen7a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .63);
box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .63);
}
.shadow_right_yellowGreen7s,
.hover_shadow_right_yellowGreen7s:hover,
.active_shadow_right_yellowGreen7s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .78);
box-shadow: 0.5em 0em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_yellowGreen7,
.hover_shadow_top_yellowGreen7:hover,
.active_shadow_top_yellowGreen7:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_top_yellowGreen7h,
.hover_shadow_top_yellowGreen7h:hover,
.active_shadow_top_yellowGreen7h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_top_yellowGreen7a,
.hover_shadow_top_yellowGreen7a:hover,
.active_shadow_top_yellowGreen7a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_top_yellowGreen7s,
.hover_shadow_top_yellowGreen7s:hover,
.active_shadow_top_yellowGreen7s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_yellowGreen7,
.hover_shadow_bottom_yellowGreen7:hover,
.active_shadow_bottom_yellowGreen7:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0em 0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_bottom_yellowGreen7h,
.hover_shadow_bottom_yellowGreen7h:hover,
.active_shadow_bottom_yellowGreen7h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0em 0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_bottom_yellowGreen7a,
.hover_shadow_bottom_yellowGreen7a:hover,
.active_shadow_bottom_yellowGreen7a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_bottom_yellowGreen7s,
.hover_shadow_bottom_yellowGreen7s:hover,
.active_shadow_bottom_yellowGreen7s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0em 0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_yellowGreen7,
.hover_shadow_top_left_yellowGreen7:hover,
.active_shadow_top_left_yellowGreen7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: -0.5em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_top_left_yellowGreen7h,
.hover_shadow_top_left_yellowGreen7h:hover,
.active_shadow_top_left_yellowGreen7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: -0.5em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_top_left_yellowGreen7a,
.hover_shadow_top_left_yellowGreen7a:hover,
.active_shadow_top_left_yellowGreen7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_top_left_yellowGreen7s,
.hover_shadow_top_left_yellowGreen7s:hover,
.active_shadow_top_left_yellowGreen7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: -0.5em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_yellowGreen7,
.hover_shadow_top_right_yellowGreen7:hover,
.active_shadow_top_right_yellowGreen7:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0.5em -0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_top_right_yellowGreen7h,
.hover_shadow_top_right_yellowGreen7h:hover,
.active_shadow_top_right_yellowGreen7h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0.5em -0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_top_right_yellowGreen7a,
.hover_shadow_top_right_yellowGreen7a:hover,
.active_shadow_top_right_yellowGreen7a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_top_right_yellowGreen7s,
.hover_shadow_top_right_yellowGreen7s:hover,
.active_shadow_top_right_yellowGreen7s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0.5em -0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_yellowGreen7,
.hover_shadow_bottom_left_yellowGreen7:hover,
.active_shadow_bottom_left_yellowGreen7:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(58, 78, 19, .39);
box-shadow: -0.5em 0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_bottom_left_yellowGreen7h,
.hover_shadow_bottom_left_yellowGreen7h:hover,
.active_shadow_bottom_left_yellowGreen7h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(70, 93, 23, .50);
box-shadow: -0.5em 0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_bottom_left_yellowGreen7a,
.hover_shadow_bottom_left_yellowGreen7a:hover,
.active_shadow_bottom_left_yellowGreen7a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .63);
box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_bottom_left_yellowGreen7s,
.hover_shadow_bottom_left_yellowGreen7s:hover,
.active_shadow_bottom_left_yellowGreen7s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .78);
box-shadow: -0.5em 0.5em 1em rgba(88, 117, 28, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_yellowGreen7,
.hover_shadow_bottom_right_yellowGreen7:hover,
.active_shadow_bottom_right_yellowGreen7:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(58, 78, 19, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(58, 78, 19, .39);
box-shadow: 0.5em 0.5em 1em rgba(58, 78, 19, .39);
}
.shadow_bottom_right_yellowGreen7h,
.hover_shadow_bottom_right_yellowGreen7h:hover,
.active_shadow_bottom_right_yellowGreen7h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(70, 93, 23, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(70, 93, 23, .50);
box-shadow: 0.5em 0.5em 1em rgba(70, 93, 23, .50);
}
.shadow_bottom_right_yellowGreen7a,
.hover_shadow_bottom_right_yellowGreen7a:hover,
.active_shadow_bottom_right_yellowGreen7a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .63);
box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .63);
}
.shadow_bottom_right_yellowGreen7s,
.hover_shadow_bottom_right_yellowGreen7s:hover,
.active_shadow_bottom_right_yellowGreen7s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .78);
box-shadow: 0.5em 0.5em 1em rgba(88, 117, 28, .78);
} | 0.525612 | 0.104204 |
@charset "utf-8";
em {
font-style:normal;
}
ol,ul {
list-style:none outside none;
padding:0;
margin:0;
}
.tab li,.tab a,.tab-item {
float:left;
text-align:center;
}
.tab li,.tab a,.tab-item {
cursor:pointer;
float:left;
text-align:center;
}
.summary-stock .dt {
margin-top:4px;
}
.list1 .dt {
float:left;
height:18px;
text-align:right;
width:72px;
}
.list1 .dd {
width:350px;
float:left;
}
.list1 .content {
z-index:100
}
#dispatching_desc {
vertical-align:middle;
position:relative;
top:-4px;
left:9px;
color:rgb(102,102,102);
}
#dispatching_msg {
vertical-align:middle;
position:relative;
top:-4px;
left:-1px
}
.store-selector {
position:relative;
float:left;
height:30px;
margin-right:6px
}
.store-selector dl,.store-selector dt,.store-selector dd {
float:none;
color:#999
}
.store-selector dl {
position:absolute;
top:23px;
left:0;
z-index:1;
width:358px;
padding:5px;
border:1px solid #ddd;
background:#fff;
display:none;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd
}
.store-selector dt {
padding:6px 0 10px;
color:#999
}
.store-selector dd {
padding-bottom:5px;
line-height:18px
}
.store-selector a:link,.store-selector a:visited {
color:#005aa0
}
.store-selector a:hover,.store-selector a:active {
background:#005aa0;
color:#fff
}
.store-selector .text {
float:left;
position:relative;
top:0px;
left:0px;
z-index:2;
height:30px;
border:0;
color:#666666;
padding:0 20px 0 4px;
line-height:30px;
overflow:hidden
}
.store-selector .text b {
display:block;
position:absolute;
top:0;
right:0;
overflow:hidden;
width:17px;
height:24px;
background:url(../images/btn20121210.png) 0 4px no-repeat
}
.store-selector .close {
display:none;
position:absolute;
z-index:2000;
top:19px;
left:520px;
cursor:pointer;
width:17px;
height:17px;
background:url(../images/20120418.png) no-repeat -40px 0
}
.store-selector a:hover {
background:#B79567;
color:#fff;
cursor:pointer
}
.store-selector.hover .text {
border-bottom:0
}
.store-selector.hover .i-storeinfo {
position:relative;
z-index:2;
background:url(../images/bg_store.gif) no-repeat right -50px
}
.store-selector.hover .i-storeinfo div {
background:url(../images/bg_store.gif) no-repeat -81px -75px
}
.store-selector.hover dl {
display:block
}
.store-selector.hover .close {
display:block
}
*html .store-selector .i-storeinfo,*html .store-selector .i-storeinfo div {
float:left
}
.store-selector .content {
display:none;
position:absolute;
top:23px;
left:-45px;
border:1px solid #cecbce;
width:550px;
padding:15px;
background:#fff;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd
}
.store-selector .content select {
float:left;
width:120px;
border:1px solid #cecbce;
margin-right:15px
}
.store-selector .content .select3 {
margin-right:0
}
.store-selector.hover .content,.store-selector.hover .close {
display:block
}
.JD-stock {
position:relative;
margin-bottom:0
}
.JD-stock .tab {
width:100%;
height:25px;
float:left;
border-bottom:2px solid #edd28b;
overflow:visible;
*overflow:hidden
}
.JD-stock .tab li {
float:left;
clear:none;
height:23px;
padding:1px 1px 0;
border:1px solid #ddd;
border-bottom:0;
margin-right:3px;
background-color:#fff;
line-height:22px;
text-decoration:none
}
.JD-stock .tab .curr {
*position:relative;
height:25px;
padding:0;
border:2px solid #edd28b;
border-bottom:0
}
.JD-stock .tab a {
position:relative;
float:left;
height:23px;
padding:0 20px 1px 10px;
line-height:23px;
text-align:center;
text-decoration:none;
cursor:pointer;
color:#005AA0;
outline:0;
*blr:expression(this.onFocus=this.blur())
}
.JD-stock .tab a:hover {
background:0;
color:#005AA0
}
.JD-stock .tab a i {
position:absolute;
right:5px;
top:10px;
display:block;
width:7px;
height:5px;
overflow:hidden;
background:url(../images/20130606B.png) no-repeat -76px -34px;
opacity:.5;
filter:alpha(opacity=50)
}
.JD-stock .tab .curr i,.JD-stock .tab a:hover i {
opacity:1;
filter:alpha(opacity=100)
}
.JD-stock .area-list {
padding-top:5px
}
.JD-stock .area-list li {
float:left;
width:120px;
padding:2px 0 2px 15px;
clear:none
}
.JD-stock .area-list li a {
float:left;
padding:2px 4px;
color:#005aa0
}
.JD-stock .area-list li a:hover {
color:#fff
}
.JD-stock .area-list .longer-area {
width:370px
}
.JD-stock .area-list .long-area {
width:170px
} | template/pc/rainbow/static/css/location.css | @charset "utf-8";
em {
font-style:normal;
}
ol,ul {
list-style:none outside none;
padding:0;
margin:0;
}
.tab li,.tab a,.tab-item {
float:left;
text-align:center;
}
.tab li,.tab a,.tab-item {
cursor:pointer;
float:left;
text-align:center;
}
.summary-stock .dt {
margin-top:4px;
}
.list1 .dt {
float:left;
height:18px;
text-align:right;
width:72px;
}
.list1 .dd {
width:350px;
float:left;
}
.list1 .content {
z-index:100
}
#dispatching_desc {
vertical-align:middle;
position:relative;
top:-4px;
left:9px;
color:rgb(102,102,102);
}
#dispatching_msg {
vertical-align:middle;
position:relative;
top:-4px;
left:-1px
}
.store-selector {
position:relative;
float:left;
height:30px;
margin-right:6px
}
.store-selector dl,.store-selector dt,.store-selector dd {
float:none;
color:#999
}
.store-selector dl {
position:absolute;
top:23px;
left:0;
z-index:1;
width:358px;
padding:5px;
border:1px solid #ddd;
background:#fff;
display:none;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd
}
.store-selector dt {
padding:6px 0 10px;
color:#999
}
.store-selector dd {
padding-bottom:5px;
line-height:18px
}
.store-selector a:link,.store-selector a:visited {
color:#005aa0
}
.store-selector a:hover,.store-selector a:active {
background:#005aa0;
color:#fff
}
.store-selector .text {
float:left;
position:relative;
top:0px;
left:0px;
z-index:2;
height:30px;
border:0;
color:#666666;
padding:0 20px 0 4px;
line-height:30px;
overflow:hidden
}
.store-selector .text b {
display:block;
position:absolute;
top:0;
right:0;
overflow:hidden;
width:17px;
height:24px;
background:url(../images/btn20121210.png) 0 4px no-repeat
}
.store-selector .close {
display:none;
position:absolute;
z-index:2000;
top:19px;
left:520px;
cursor:pointer;
width:17px;
height:17px;
background:url(../images/20120418.png) no-repeat -40px 0
}
.store-selector a:hover {
background:#B79567;
color:#fff;
cursor:pointer
}
.store-selector.hover .text {
border-bottom:0
}
.store-selector.hover .i-storeinfo {
position:relative;
z-index:2;
background:url(../images/bg_store.gif) no-repeat right -50px
}
.store-selector.hover .i-storeinfo div {
background:url(../images/bg_store.gif) no-repeat -81px -75px
}
.store-selector.hover dl {
display:block
}
.store-selector.hover .close {
display:block
}
*html .store-selector .i-storeinfo,*html .store-selector .i-storeinfo div {
float:left
}
.store-selector .content {
display:none;
position:absolute;
top:23px;
left:-45px;
border:1px solid #cecbce;
width:550px;
padding:15px;
background:#fff;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd
}
.store-selector .content select {
float:left;
width:120px;
border:1px solid #cecbce;
margin-right:15px
}
.store-selector .content .select3 {
margin-right:0
}
.store-selector.hover .content,.store-selector.hover .close {
display:block
}
.JD-stock {
position:relative;
margin-bottom:0
}
.JD-stock .tab {
width:100%;
height:25px;
float:left;
border-bottom:2px solid #edd28b;
overflow:visible;
*overflow:hidden
}
.JD-stock .tab li {
float:left;
clear:none;
height:23px;
padding:1px 1px 0;
border:1px solid #ddd;
border-bottom:0;
margin-right:3px;
background-color:#fff;
line-height:22px;
text-decoration:none
}
.JD-stock .tab .curr {
*position:relative;
height:25px;
padding:0;
border:2px solid #edd28b;
border-bottom:0
}
.JD-stock .tab a {
position:relative;
float:left;
height:23px;
padding:0 20px 1px 10px;
line-height:23px;
text-align:center;
text-decoration:none;
cursor:pointer;
color:#005AA0;
outline:0;
*blr:expression(this.onFocus=this.blur())
}
.JD-stock .tab a:hover {
background:0;
color:#005AA0
}
.JD-stock .tab a i {
position:absolute;
right:5px;
top:10px;
display:block;
width:7px;
height:5px;
overflow:hidden;
background:url(../images/20130606B.png) no-repeat -76px -34px;
opacity:.5;
filter:alpha(opacity=50)
}
.JD-stock .tab .curr i,.JD-stock .tab a:hover i {
opacity:1;
filter:alpha(opacity=100)
}
.JD-stock .area-list {
padding-top:5px
}
.JD-stock .area-list li {
float:left;
width:120px;
padding:2px 0 2px 15px;
clear:none
}
.JD-stock .area-list li a {
float:left;
padding:2px 4px;
color:#005aa0
}
.JD-stock .area-list li a:hover {
color:#fff
}
.JD-stock .area-list .longer-area {
width:370px
}
.JD-stock .area-list .long-area {
width:170px
} | 0.208662 | 0.04798 |
.category-cozxy-head{
font-weight: 800;
}
.menubar a {
color: #000;
}
.menu-main-cozxy .category-cozxy-head a{
color: #000 !important;
}
.menu-main-cozxy .category-cozxy-head a:active{
color: #000;
}
.menu-main-cozxy .category-cozxy-head a:hover{
color: #f9c204;
}
.main-category-brands{
max-height:500px; min-height: 500px;
}
.main-category-brands .menu-item{
float: left;
width: 20%;
}
/*.menu-item{
float: left;
width: 20%;
min-height: 50px;
max-height: 50px;
padding: 5px;
}
*/
.menu-item-brands{
float: left;
width: 20%;
min-height: 50px;
max-height: 50px;
padding: 5px;
}
.categories-submenu-brands .menu-item-brands:hover a, .categories-submenu-brands .menu-item-brands.active a{
background-color: #fdc532;
color: #ff0000;
height: auto;
}
/* Category Sub Menu */
.categories-submenu-brands, .categories-submenu-brands .collapsing {
position: absolute !important;
width: 100%;
z-index: 4096;
}
.categories-submenu-brands .menu-item {
/*background-color: #e2e6e9;*/
background-color: #fff;
display: block;
}
.categories-submenu-brands .menu-item a {
/*padding: 12px;*/
display: block;
width: 100%;
color: #333;
}
.categories-submenu-brands .menu-item:hover a, .categories-submenu-brands .menu-item.active a{
background-color: #fdc532;
color: #ff0000;
height: auto;
}
/* Category Sub Menu Level 2 */
.sub2menu {
/*background-color: #fdc532;*/
background-color: #f5f5f5;
}
.loadCategory .sub-cate {
background-color: #f5f5f5;
padding: 0 8px 5px;
}
.loadCategory .sub-cate a {
padding: 12px 16px 6px;
display: block;
width: 100%;
color: #333;
border-bottom: 1px solid #fee1a7;
}
.loadCategory .sub-items {
padding: 0px 8px;
}
.loadCategory .sub-items a {
padding: 2px 24px;
display: block;
width: 100%;
color: #333;
}
.loadCategory .sub-cate:hover, .loadCategory .sub-cate a:hover, .loadCategory .sub-items a:hover {
/*background-color: #ffffff;*/
color: #000;
}
.categories-submenu-brands .mob-only {
display: none !important;
}
.menu-item a:hover{
border-bottom: 1px solid #fcdd08;
}
.subs-sub-titles {
margin-bottom:1px ;
padding: 10px;
}
.subs-sub-titles a:hover{
background-color: #fcdd08;
}
/* Category Sub Menu Brands Layout v2 */
.product-txt {
padding: 12px 12px 0 !important;
position: relative;
} | frontend/web/themes/cozxy/cssNew/cozxy.categories.brands.v2.css | .category-cozxy-head{
font-weight: 800;
}
.menubar a {
color: #000;
}
.menu-main-cozxy .category-cozxy-head a{
color: #000 !important;
}
.menu-main-cozxy .category-cozxy-head a:active{
color: #000;
}
.menu-main-cozxy .category-cozxy-head a:hover{
color: #f9c204;
}
.main-category-brands{
max-height:500px; min-height: 500px;
}
.main-category-brands .menu-item{
float: left;
width: 20%;
}
/*.menu-item{
float: left;
width: 20%;
min-height: 50px;
max-height: 50px;
padding: 5px;
}
*/
.menu-item-brands{
float: left;
width: 20%;
min-height: 50px;
max-height: 50px;
padding: 5px;
}
.categories-submenu-brands .menu-item-brands:hover a, .categories-submenu-brands .menu-item-brands.active a{
background-color: #fdc532;
color: #ff0000;
height: auto;
}
/* Category Sub Menu */
.categories-submenu-brands, .categories-submenu-brands .collapsing {
position: absolute !important;
width: 100%;
z-index: 4096;
}
.categories-submenu-brands .menu-item {
/*background-color: #e2e6e9;*/
background-color: #fff;
display: block;
}
.categories-submenu-brands .menu-item a {
/*padding: 12px;*/
display: block;
width: 100%;
color: #333;
}
.categories-submenu-brands .menu-item:hover a, .categories-submenu-brands .menu-item.active a{
background-color: #fdc532;
color: #ff0000;
height: auto;
}
/* Category Sub Menu Level 2 */
.sub2menu {
/*background-color: #fdc532;*/
background-color: #f5f5f5;
}
.loadCategory .sub-cate {
background-color: #f5f5f5;
padding: 0 8px 5px;
}
.loadCategory .sub-cate a {
padding: 12px 16px 6px;
display: block;
width: 100%;
color: #333;
border-bottom: 1px solid #fee1a7;
}
.loadCategory .sub-items {
padding: 0px 8px;
}
.loadCategory .sub-items a {
padding: 2px 24px;
display: block;
width: 100%;
color: #333;
}
.loadCategory .sub-cate:hover, .loadCategory .sub-cate a:hover, .loadCategory .sub-items a:hover {
/*background-color: #ffffff;*/
color: #000;
}
.categories-submenu-brands .mob-only {
display: none !important;
}
.menu-item a:hover{
border-bottom: 1px solid #fcdd08;
}
.subs-sub-titles {
margin-bottom:1px ;
padding: 10px;
}
.subs-sub-titles a:hover{
background-color: #fcdd08;
}
/* Category Sub Menu Brands Layout v2 */
.product-txt {
padding: 12px 12px 0 !important;
position: relative;
} | 0.308086 | 0.067087 |
td, th {
vertical-align: top;
}
th {
text-align: left;
}
a {
color: #26c;
}
.parbreak:before {
content: '';
display: block;
height: 0;
margin-top: .5em;
}
#header {
margin-top: 10%;
text-align: center;
width: 100%;
}
#header.result-view {
margin-top: 0%;
text-align: left;
}
#header.result-view > * {
vertical-align: top;
}
#logo {
display: inline-block;
margin: 20px;
width: 200px;
}
#header.result-view #logo {
margin-bottom: 0;
}
#search {
display: block;
text-align: center;
}
#header.result-view #search {
display: inline-block;
margin-top: 65px;
text-align: left;
}
#search-str, #search button {
border: 1px solid #ccc;
border-radius: 2px;
box-sizing: content-box;
display: inline-block;
height: 20px;
padding: 2px .5em;
vertical-align: middle;
}
#search-str {
font-family: monospace;
font-size: 14px;
height: auto;
min-height: 20px;
outline: none;
padding-top: 4px;
padding-bottom: 0;
position: relative;
text-align: left;
width: 20em;
}
#search-str #caret-spacer {
left: .4em;
position: absolute;
top: 4px;
}
#search-str.placeholder:before {
color: #aaa;
content: 'See "How to use" for query examples';
cursor: text;
font-family: sans-serif;
}
#searchlinks {
display: inline-block;
font-size: 90%;
list-style-type: none;
padding: 0;
}
#header.result-view #searchlinks {
margin: .3em 0 0;
}
#searchlinks li {
cursor: pointer;
color: #6f7c91;
float: left;
text-decoration: underline;
}
#searchlinks li.active {
color: #373e48;
}
#searchlinks li.disabled {
cursor: default;
text-decoration: none;
}
#searchlinks li.separator {
cursor: default;
color: #939dac;
padding: 0 .5em;
text-decoration: none;
}
#share-link.visible {
display: inline-block;
}
#header.result-view #share-link.visible {
display: block;
margin: 1em 0 0 245px;
}
.tooltip {
background: #f8f8f8;
display: block;
height: 0;
opacity: 0;
overflow: hidden;
transition: opacity 0.25s ease-out;
}
#header.result-view .tooltip {
padding-left: 245px;
}
.tooltip.visible {
border-width: 1px 0;
border-color: #ccc;
border-style: solid;
margin-top: 1em;
}
.tooltip div {
text-align: left;
display: inline-block;
}
.visible {
height: auto;
opacity: 1;
}
#advanced.visible {
padding-bottom: .6em;
padding-top: .6em;
}
#advanced #libraries .libraries-list {
display: inline-block;
margin-right: 1em;
margin-top: 1em;
vertical-align: top;
}
#advanced #libraries .libraries-list .libraries-heading {
display: block;
font-weight: bold;
text-align: center;
width: 100%;
}
#helptext code, #helptext .code {
background-color: #eeeeee;
font-family: monospace;
font-size: 90%;
margin-right: .2em;
padding: 1px 4px;
border: 1px solid #d0d0d0;
border-radius: 2px;
}
#helptext .description {
padding-left: .3em;
}
#search-results {
margin-top: 1em;
}
#suggestions {
padding: 1em;
}
#search-results p {
padding-left: 1em;
}
.core-module {
font-style: italic;
}
.result-basic {
background-color: #e8e8e8;
padding: .2em .2em .2em 1em;
}
.result-basic .usages-link, .problem-license {
float: right;
margin-right: 1em;
font-size: 85%;
}
.result-extra {
background-color: #f4f4f4;
font-size: 85%;
padding-left: 1em;
}
.result-extra-space {
padding-bottom: .5em;
}
.result-extra code, .result-extra pre {
font-size: 110%;
}
.result-extra .togglee ul {
margin: 0;
padding-left: 2em;
}
.result-extra.toggle-container {
padding-left: 2.2em;
}
.result-extra .toggler {
margin-left: -1em;
}
.result-code {
margin: 1em 0 1.5em 1em;
}
.general-help {
padding: 0 1em;
}
#more {
padding-left: 1em;
}
.examples {
padding-bottom: .5em;
}
.example {
font-size: initial;
margin: .5em;
}
.keyword.optional {
color: #777;
}
.punctuation-ellipsis {
margin: 0 .2em 0 .4em;
}
@media (max-width: 600px) {
#header.result-view #logo {
margin-bottom: 20px;
}
#advanced #libraries .libraries-list {
display: block;
}
#advanced #libraries .libraries-list .libraries-heading {
margin-bottom: .5em;
text-align: left;
}
#search {
margin: 0 1em 1em !important;
}
.tooltip {
padding-left: 1em !important;
}
#header.result-view #share-link {
display: none;
}
#header.result-view #share-link.visible {
display: block;
margin-left: 1em !important;
}
} | frontend/frontend.css | td, th {
vertical-align: top;
}
th {
text-align: left;
}
a {
color: #26c;
}
.parbreak:before {
content: '';
display: block;
height: 0;
margin-top: .5em;
}
#header {
margin-top: 10%;
text-align: center;
width: 100%;
}
#header.result-view {
margin-top: 0%;
text-align: left;
}
#header.result-view > * {
vertical-align: top;
}
#logo {
display: inline-block;
margin: 20px;
width: 200px;
}
#header.result-view #logo {
margin-bottom: 0;
}
#search {
display: block;
text-align: center;
}
#header.result-view #search {
display: inline-block;
margin-top: 65px;
text-align: left;
}
#search-str, #search button {
border: 1px solid #ccc;
border-radius: 2px;
box-sizing: content-box;
display: inline-block;
height: 20px;
padding: 2px .5em;
vertical-align: middle;
}
#search-str {
font-family: monospace;
font-size: 14px;
height: auto;
min-height: 20px;
outline: none;
padding-top: 4px;
padding-bottom: 0;
position: relative;
text-align: left;
width: 20em;
}
#search-str #caret-spacer {
left: .4em;
position: absolute;
top: 4px;
}
#search-str.placeholder:before {
color: #aaa;
content: 'See "How to use" for query examples';
cursor: text;
font-family: sans-serif;
}
#searchlinks {
display: inline-block;
font-size: 90%;
list-style-type: none;
padding: 0;
}
#header.result-view #searchlinks {
margin: .3em 0 0;
}
#searchlinks li {
cursor: pointer;
color: #6f7c91;
float: left;
text-decoration: underline;
}
#searchlinks li.active {
color: #373e48;
}
#searchlinks li.disabled {
cursor: default;
text-decoration: none;
}
#searchlinks li.separator {
cursor: default;
color: #939dac;
padding: 0 .5em;
text-decoration: none;
}
#share-link.visible {
display: inline-block;
}
#header.result-view #share-link.visible {
display: block;
margin: 1em 0 0 245px;
}
.tooltip {
background: #f8f8f8;
display: block;
height: 0;
opacity: 0;
overflow: hidden;
transition: opacity 0.25s ease-out;
}
#header.result-view .tooltip {
padding-left: 245px;
}
.tooltip.visible {
border-width: 1px 0;
border-color: #ccc;
border-style: solid;
margin-top: 1em;
}
.tooltip div {
text-align: left;
display: inline-block;
}
.visible {
height: auto;
opacity: 1;
}
#advanced.visible {
padding-bottom: .6em;
padding-top: .6em;
}
#advanced #libraries .libraries-list {
display: inline-block;
margin-right: 1em;
margin-top: 1em;
vertical-align: top;
}
#advanced #libraries .libraries-list .libraries-heading {
display: block;
font-weight: bold;
text-align: center;
width: 100%;
}
#helptext code, #helptext .code {
background-color: #eeeeee;
font-family: monospace;
font-size: 90%;
margin-right: .2em;
padding: 1px 4px;
border: 1px solid #d0d0d0;
border-radius: 2px;
}
#helptext .description {
padding-left: .3em;
}
#search-results {
margin-top: 1em;
}
#suggestions {
padding: 1em;
}
#search-results p {
padding-left: 1em;
}
.core-module {
font-style: italic;
}
.result-basic {
background-color: #e8e8e8;
padding: .2em .2em .2em 1em;
}
.result-basic .usages-link, .problem-license {
float: right;
margin-right: 1em;
font-size: 85%;
}
.result-extra {
background-color: #f4f4f4;
font-size: 85%;
padding-left: 1em;
}
.result-extra-space {
padding-bottom: .5em;
}
.result-extra code, .result-extra pre {
font-size: 110%;
}
.result-extra .togglee ul {
margin: 0;
padding-left: 2em;
}
.result-extra.toggle-container {
padding-left: 2.2em;
}
.result-extra .toggler {
margin-left: -1em;
}
.result-code {
margin: 1em 0 1.5em 1em;
}
.general-help {
padding: 0 1em;
}
#more {
padding-left: 1em;
}
.examples {
padding-bottom: .5em;
}
.example {
font-size: initial;
margin: .5em;
}
.keyword.optional {
color: #777;
}
.punctuation-ellipsis {
margin: 0 .2em 0 .4em;
}
@media (max-width: 600px) {
#header.result-view #logo {
margin-bottom: 20px;
}
#advanced #libraries .libraries-list {
display: block;
}
#advanced #libraries .libraries-list .libraries-heading {
margin-bottom: .5em;
text-align: left;
}
#search {
margin: 0 1em 1em !important;
}
.tooltip {
padding-left: 1em !important;
}
#header.result-view #share-link {
display: none;
}
#header.result-view #share-link.visible {
display: block;
margin-left: 1em !important;
}
} | 0.437583 | 0.101367 |
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-image: url("/img/water.jpg");
background-size: cover;
background-position: center;
}
.titulo {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
text-shadow: 4px 4px 6px rgba(230, 230, 230, 0.4);
color: #fc9842;
}
.botonera {
display: grid;
gap: 20px;
grid-template-columns: 25% 25% 25%;
grid-auto-rows: 120px;
align-self: center;
justify-self: center;
justify-content: center;
align-content: center;
}
.item {
/* background-color: #fff; */
background-color: #d9e4f5;
background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
color: #333;
filter: opacity(90%);
display: flex;
padding: 10px;
border-radius: 10px;
/* border: 1px solid whitesmoke; */
justify-content: center;
align-items: center;
-moz-box-shadow: inset 0 0 10px #eee;
-webkit-box-shadow: inset 0 0 10px #eee;
box-shadow: inset 0 0 10px #eee;
}
.item:hover {
background-color: #fc9842;
background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}
@media screen and (max-width: 768px) {
.botonera {
grid-template-columns: 30% 30%;
grid-auto-rows: 100px;
gap: 15px;
}
.item {
font-size: medium;
}
}
@media screen and (max-width: 320px) {
.botonera {
grid-template-columns: 50%;
grid-auto-rows: 100px;
gap: 15px;
}
.item {
font-size: small;
}
}
.sombra {
box-shadow: inset 0 -3em 3em rgba(230, 0, 0, 0.1),
0 0 0 1px rgb(220, 220, 220), 0.3em 0.3em 1em rgba(0, 0, 0, 0.726);
}
.contenedor-datos {
display: block;
gap: 20px;
height: 100vh;
}
.datos-ingreso {
background-color: #d9e4f5;
background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
color: #333;
filter: opacity(90%);
display: table;
padding: 20px;
border-radius: 10px;
justify-content: center;
align-items: center;
-moz-box-shadow: inset 0 0 10px #eee;
-webkit-box-shadow: inset 0 0 10px #eee;
box-shadow: inset 0 0 10px #eee;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
/* .boton {
margin: 5px;
background-color: #fc9842;
background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
} */
.boton {
box-shadow: inset 0px 1px 0px 0px #fff6af;
background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
background-color: #ffec64;
border-radius: 6px;
border: 1px solid #ffaa22;
display: inline-block;
cursor: pointer;
color: teal;
font-family: Arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 0px 1px 0px #ffee66;
margin-top: 5px;
margin-bottom: 20px;
}
.boton:hover {
background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
background-color: #ffab23;
}
.boton:active {
position: relative;
top: 1px;
}
.input {
margin-bottom: 20px;
}
.label {
text-transform: capitalize;
color: teal;
}
.output {
margin-bottom: 20px;
} | css/estilos.css | body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-image: url("/img/water.jpg");
background-size: cover;
background-position: center;
}
.titulo {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
text-shadow: 4px 4px 6px rgba(230, 230, 230, 0.4);
color: #fc9842;
}
.botonera {
display: grid;
gap: 20px;
grid-template-columns: 25% 25% 25%;
grid-auto-rows: 120px;
align-self: center;
justify-self: center;
justify-content: center;
align-content: center;
}
.item {
/* background-color: #fff; */
background-color: #d9e4f5;
background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
color: #333;
filter: opacity(90%);
display: flex;
padding: 10px;
border-radius: 10px;
/* border: 1px solid whitesmoke; */
justify-content: center;
align-items: center;
-moz-box-shadow: inset 0 0 10px #eee;
-webkit-box-shadow: inset 0 0 10px #eee;
box-shadow: inset 0 0 10px #eee;
}
.item:hover {
background-color: #fc9842;
background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}
@media screen and (max-width: 768px) {
.botonera {
grid-template-columns: 30% 30%;
grid-auto-rows: 100px;
gap: 15px;
}
.item {
font-size: medium;
}
}
@media screen and (max-width: 320px) {
.botonera {
grid-template-columns: 50%;
grid-auto-rows: 100px;
gap: 15px;
}
.item {
font-size: small;
}
}
.sombra {
box-shadow: inset 0 -3em 3em rgba(230, 0, 0, 0.1),
0 0 0 1px rgb(220, 220, 220), 0.3em 0.3em 1em rgba(0, 0, 0, 0.726);
}
.contenedor-datos {
display: block;
gap: 20px;
height: 100vh;
}
.datos-ingreso {
background-color: #d9e4f5;
background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
color: #333;
filter: opacity(90%);
display: table;
padding: 20px;
border-radius: 10px;
justify-content: center;
align-items: center;
-moz-box-shadow: inset 0 0 10px #eee;
-webkit-box-shadow: inset 0 0 10px #eee;
box-shadow: inset 0 0 10px #eee;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
/* .boton {
margin: 5px;
background-color: #fc9842;
background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
} */
.boton {
box-shadow: inset 0px 1px 0px 0px #fff6af;
background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
background-color: #ffec64;
border-radius: 6px;
border: 1px solid #ffaa22;
display: inline-block;
cursor: pointer;
color: teal;
font-family: Arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 0px 1px 0px #ffee66;
margin-top: 5px;
margin-bottom: 20px;
}
.boton:hover {
background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
background-color: #ffab23;
}
.boton:active {
position: relative;
top: 1px;
}
.input {
margin-bottom: 20px;
}
.label {
text-transform: capitalize;
color: teal;
}
.output {
margin-bottom: 20px;
} | 0.39129 | 0.118896 |
* @author <NAME> <<EMAIL>>
*/
/* InputEx Styles */
div.inputEx-hidden {
display: none;
}
/* Add red border to invalid inputs */
.inputEx-invalid > div > div > input {
border: 1px solid #C00E0C;
background: #ffDFD3;
}
.inputEx-valid > div > div >input {
border: 1px solid lightgray;
background: white;
}
.inputEx-valid > div > div > input[disabled] {
background-color: rgb(235, 235, 228);
}
.inputEx-valid .inputEx-CheckBox > input[disabled] + .inputEx-CheckBox-rightLabel{
color: lightgray;
}
div.inputEx-Field input, div.inputEx-Field textarea, div.inputEx-Field select {
border: 1px solid lightgray;
}
.yui3-skin-sam div.inputEx-ListField-subFieldEl {
margin: 0;
float:none;
}
.wegas-formwhite-space div.inputEx-label {
white-space: normal;
}
.wegas-form .inputEx-CombineField .inputEx-fieldWrapper .inputEx-label {
margin-left:10px;
width:auto;
}
div.inputEx-fieldWrapper > div.inputEx-label:first-letter {
text-transform: uppercase;
}
div.inputEx-message {
margin: 0;
}
div.inputEx-fieldWrapper {
margin-bottom: 0.4em;
}
/* Wegas Form Widget Styles */
/* Styles for form edition */
.wegas-form div.inputEx-TypeField-PropertiesPanel {
padding-left: 140px;
}
.wegas-form legend.inputEx-Group-legend {
margin-left: -116px;
color: #2647a0;
width: 130px;
padding: 0.2em 0.5em 0 0;
}
.wegas-form .inputEx-ListField {
padding: 0px!important;
}
.wegas-form-content {
padding: 20px 10px 20px !important;
}
.wegas-form div.inputEx-fieldWrapper,
.wegas-form div.inputEx-Field {
float:none;
}
/*.wegas-form-centent .inputEx-Group,*/
.wegas-form select {
width: 100%;
padding: 1px 0;
}
.wegas-form textarea,
.wegas-form input[type=text],
.wegas-form input[type=password] {
width: 99%;
padding: 2px 0.5%;
}
.wegas-form input[type=checkbox] {
margin-top: .2em;
}
.wegas-form div.inputEx-label {
padding-top: 0.3em;
white-space: normal;
}
.wegas-form div.inputEx-StringField-wrapper {
display: inline-block;
vertical-align: top;
width: 100%;
}
/* Set up fluid layout for inputex fields */
.wegas-form > div > div > fieldset > div {
padding-left:135px;
white-space: nowrap;
position: relative;
}
div.inputEx-description {
white-space: normal;
}
.wegas-form > div > div > fieldset > div div.inputEx-label,
.wegas-form div.inputEx-CombineField > div.inputEx-label,
.wegas-form div.inputEx-fieldWrapper > div.inputEx-label {
margin-left: -135px;
width: 129px;
padding-right: 0px;
}
.wegas-form .inputEx-ListField > span {
display: none;
}
/* Wegas Url Field styles */
.inputEx-wegas-UrlField {
padding-right: 69px;
}
.inputEx-wegas-UrlField .yui3-uploader {
display: inline-block;
float: right;
margin-right: -40px;
padding: 2px 4px 0px 6px;
vertical-align: top;
margin-top: -2px;
}
.inputEx-wegas-UrlField .yui3-uploader input {
display: none;
}
.inputEx-wegas-UrlField button {
float: right;
padding: 1px 4px 1px 6px;
vertical-align: top;
margin-top: -2px;
display: inline-block;
}
.inputEx-wegas-UrlField > button {
margin-right: -69px;
}
/* wegas-inputex-ace styles */
.ace_editor {
width: 100%;
height: 150px;
}
.inputEx-Field .ace_editor {
width: 99.5%;
height: 100px;
}
/* Variable descriptor select */
.wegas-inputex-variabledescriptorselect-group {
clear:both;
}
.inputEx-singleLineWysiwygScript .wegas-inputex-variabledescriptorselect-group {
padding-left: 0px;
}
.wegas-inputex-variabledescriptorselect-group > label {
float: left;
padding: 0.2em 0.5em 0 0;
text-align: right;
margin-left:-135px;
width: 129px;
}
.wegas-inputex-variabledescriptorselect-group > fieldset {
}
.wegas-inputex-variabledescriptorselect .inputEx-fieldWrapper,
.wegas-inputex-variabledescriptorselect .inputEx-CombineField,
.wegas-inputex-variabledescriptorselect .inputEx-Group .inputEx-Group,
.wegas-inputex-variabledescriptorselect div.inputEx-fieldWrapper {
float: none;
padding-left:0;
}
.wegas-inputex-variabledescriptorselect fieldset {
display: inline-block;
}
.wegas-inputex-variabledescriptorselect select {
width:auto;
max-width: 150px;
}
.wegas-inputex-variabledescriptorselect .wegas-variabledescriptor-select-fallback{
width: 100%;
}
.wegas-inputex-variabledescriptorselect .wegas-variabledescriptor-select-fallback textarea{
white-space: nowrap;
}
/* Wysiwyg code editor */
.inputEx-WysiwygScriptWrapper {
padding: 0px!important;
}
.inputEx-Group .inputEx-Group .inputEx-WysiwygScriptWrapper {
margin-left: -135px;
}
.inputEx-WysiwygScriptWrapper > div.inputEx-label {
margin-left: 0px !important;
margin-right: 6px;
}
.inputEx-WysiwygScript > .yui3-button {
background-color: #ededed;;
box-shadow: none;
padding: 1px;
margin-bottom: 2px;
min-height: 23px;
border: 1px solid lightgray;
margin-top: 0;
border-right: none;
}
.inputEx-WysiwygScript .inputEx-WysiwygScript-viewsrc {
border-right: 1px solid lightgray;
}
.inputEx-WysiwygScript .inputEx-WysiwygScript-add.yui3-button-selected,
.inputEx-WysiwygScript .inputEx-WysiwygScript-viewsrc.yui3-button-selected {
background: rgba(12, 63, 113, 0.44);;
}
.inputEx-WysiwygScript .inputEx-fieldWrapper,
.inputEx-WysiwygScript .inputEx-CombineField,
.inputEx-WysiwygScript .inputEx-Group .inputEx-Group,
.inputEx-WysiwygScript div.inputEx-fieldWrapper {
float: none !important;
padding-left:0;
display: inline-block !important;
vertical-align: top;
margin-right: -2px;
}
.inputEx-WysiwygScript div.wegas-method-returnline {
margin-left: 57px;
margin-top: -3px;
}
.inputEx-WysiwygScript div.wegas-method-returnline .inputEx-fieldWrapper,
.inputEx-WysiwygScript div.wegas-method-returnline .inputEx-Group,
.inputEx-WysiwygScript div.wegas-method-returnline .inputEx-Group fieldset {
width: 100%;
}
.inputEx-WysiwygScript div.inputEx-CombineField {
padding:0;
}
.inputEx-WysiwygScript .wegas-method-sendmessage {
padding: 0px 5px 0px 57px;
margin-bottom: 4px;
margin-top: -3px;
}
.inputEx-WysiwygScript .wegas-method-sendmessage .inputEx-fieldWrapper {
display: block !important;
float: initial !important;
margin-bottom: 2px;
}
.inputEx-WysiwygScript .wegas-method-sendmessage .inputEx-ListField-addButton + span {
display: inline-block;
vertical-align: top;
margin-top: -1px;
margin-left: 2px !important;
}
.inputEx-WysiwygScript .wegas-method-sendmessage .inputEx-ListField-addButton + span::after {
content: "Attachements";
}
.inputEx-WysiwygScript option:disabled,
.inputEx-WysiwygScript option[disabled]{
font-style: italic;
color: graytext;
}
.yui3-skin-sam .inputEx-WysiwygScript .inputEx-ListField .wegas-addbutton {
left: 0;
top: -24px;
background-color: #ededed;
margin-bottom: 2px;
padding: 0;
min-height: 24px;
padding: 0px 0px 2px 2px;
border: 1px solid lightgray;
border-right: none;
display: none;
}
.inputEx-WysiwygScript .inputEx-ListField .wegas-removebutton {
left: 114px;
}
.inputEx-WysiwygScript .inputEx-ListField .wegas-moveupbutton {
left: 80px;
width: 11px;
display: none;
}
.inputEx-WysiwygScript .inputEx-ListField .wegas-movedownbutton {
left: 96px;
display: none;
}
.inputEx-WysiwygScript .inputEx-ListField > fieldset > div:hover .wegas-moveupbutton,
.inputEx-WysiwygScript .inputEx-ListField > fieldset > div:hover .wegas-movedownbutton {
display: block;
}
/* single line wysywyg script */
.inputEx-singleLineWysiwygScript {
padding-right: 26px;
}
.inputEx-singleLineWysiwygScript .inputEx-WysiwygScript-viewsrc {
position: absolute;
margin: 0;
top: -2px;
right: -2px;
display: block !important;
}
.inputEx-singleLineWysiwygScript textarea {
height: 50px !important;
}
.inputEx-singleLineWysiwygScript .inputEx-WysiwygScript-add,
.inputEx-singleLineWysiwygScript .yui3-button {
display: none !important;
}
.inputEx-singleLineWysiwygScript .inputEx-fieldWrapper {
margin-bottom: 0px;
}
.wegas-inputex-inlinegroup div.inputEx-fieldWrapper {
float: left;
}
/* Original inputex listfield styles */
.inputEx-ListField legend.inputEx-Group-legend {
margin-left: 0;
}
.inputEx-ListField-childContainer > div {
position: relative;
}
.inputEx-ListField-Arrow,
img.inputEx-ListField-delButton {
position: absolute;
z-index: 5;
top: 4px;
left: -20px;
/*background: transparent url(../../wegas-app/images/wegas-app-sprite.png) no-repeat scroll 0px -1006px !important;*/
}
.inputEx-ListField-ArrowUp {
left: -50px;
}
.inputEx-ListField-ArrowDown {
left: -37px;
}
/* List field style */
.inputEx-ListField {
position: relative;
}
.inputEx-ListField > fieldset > div {
position:relative;
padding-left: 135px;
}
.yui3-skin-sam .inputEx-ListField .wegas-addbutton,
.yui3-skin-sam .inputEx-ListField .wegas-removebutton,
.yui3-skin-sam .inputEx-ListField .wegas-moveupbutton,
.yui3-skin-sam .inputEx-ListField .wegas-movedownbutton {
background: none;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin: -2px 0 0;
background-color: transparent;
padding:0;
position: absolute;
top: 0;
z-index: 10; /* to allow click events */
}
.yui3-skin-sam .inputEx-ListField .wegas-addbutton:after {
content: none; /** remove submenu indicator for this button */
}
.inputEx-ListField .wegas-addbutton {
left: 53px!important;
}
.inputEx-ListField .wegas-removebutton {
left: -3px;
}
/* Tinymce field */
.wegas-form .mce-container {
margin: 0;
padding: 0;
}
.wegas-form .mce-panel {
border-color: lightgray;
background: #f2f2f2;
}
.wegas-form .mce-panel {
border-color: lightgray;
background: #f2f2f2;
}
.wegas-form .mce-toolbar-grp {
padding: 2px;
}
.wegas-form .mce-btn-group {
margin: 0 13px 0 0;
}
.wegas-form .mce-btn-group .mce-btn {
background-image: none;
border: none;
border-radius: 3px;
margin-right: 1px;
}
/* Color field styles */
div.inputEx-ColorField button {
background: url(../../wegas-app/images/wegas-app-sprite.png) 3px -683px;
border: none;
cursor: pointer;
}
/* Radio field */
.yui3-skin-sam div.inputEx-RadioField-choice {
float: none;
padding-top: 0.3em;
}
div.inputEx-RadioField-choice input[type="radio"] {
vertical-align: middle;
}
/* ComboBox field */
.inputEx-ComboBox .inputex-combobox-select{
position: absolute;
cursor: pointer;
display: none;
height: 15px;
width: 15px;
background: url("../../wegas-app/images/wegas-icon-toggle.png") 4px 7px;
right: 0px;
top: 3px;
}
.inputEx-focused .inputEx-ComboBox .inputex-combobox-select,
.inputEx-ComboBox:hover .inputex-combobox-select{
display:inline;
}
/* Uneditable field */
.inputEx-uneditableField .inputEx-Field {
border: 1px solid lightgray;
padding: 2px;
background: #fafafa;
} | wegas-app/src/main/webapp/wegas-editor/css/wegas-inputex.css | * @author <NAME> <<EMAIL>>
*/
/* InputEx Styles */
div.inputEx-hidden {
display: none;
}
/* Add red border to invalid inputs */
.inputEx-invalid > div > div > input {
border: 1px solid #C00E0C;
background: #ffDFD3;
}
.inputEx-valid > div > div >input {
border: 1px solid lightgray;
background: white;
}
.inputEx-valid > div > div > input[disabled] {
background-color: rgb(235, 235, 228);
}
.inputEx-valid .inputEx-CheckBox > input[disabled] + .inputEx-CheckBox-rightLabel{
color: lightgray;
}
div.inputEx-Field input, div.inputEx-Field textarea, div.inputEx-Field select {
border: 1px solid lightgray;
}
.yui3-skin-sam div.inputEx-ListField-subFieldEl {
margin: 0;
float:none;
}
.wegas-formwhite-space div.inputEx-label {
white-space: normal;
}
.wegas-form .inputEx-CombineField .inputEx-fieldWrapper .inputEx-label {
margin-left:10px;
width:auto;
}
div.inputEx-fieldWrapper > div.inputEx-label:first-letter {
text-transform: uppercase;
}
div.inputEx-message {
margin: 0;
}
div.inputEx-fieldWrapper {
margin-bottom: 0.4em;
}
/* Wegas Form Widget Styles */
/* Styles for form edition */
.wegas-form div.inputEx-TypeField-PropertiesPanel {
padding-left: 140px;
}
.wegas-form legend.inputEx-Group-legend {
margin-left: -116px;
color: #2647a0;
width: 130px;
padding: 0.2em 0.5em 0 0;
}
.wegas-form .inputEx-ListField {
padding: 0px!important;
}
.wegas-form-content {
padding: 20px 10px 20px !important;
}
.wegas-form div.inputEx-fieldWrapper,
.wegas-form div.inputEx-Field {
float:none;
}
/*.wegas-form-centent .inputEx-Group,*/
.wegas-form select {
width: 100%;
padding: 1px 0;
}
.wegas-form textarea,
.wegas-form input[type=text],
.wegas-form input[type=password] {
width: 99%;
padding: 2px 0.5%;
}
.wegas-form input[type=checkbox] {
margin-top: .2em;
}
.wegas-form div.inputEx-label {
padding-top: 0.3em;
white-space: normal;
}
.wegas-form div.inputEx-StringField-wrapper {
display: inline-block;
vertical-align: top;
width: 100%;
}
/* Set up fluid layout for inputex fields */
.wegas-form > div > div > fieldset > div {
padding-left:135px;
white-space: nowrap;
position: relative;
}
div.inputEx-description {
white-space: normal;
}
.wegas-form > div > div > fieldset > div div.inputEx-label,
.wegas-form div.inputEx-CombineField > div.inputEx-label,
.wegas-form div.inputEx-fieldWrapper > div.inputEx-label {
margin-left: -135px;
width: 129px;
padding-right: 0px;
}
.wegas-form .inputEx-ListField > span {
display: none;
}
/* Wegas Url Field styles */
.inputEx-wegas-UrlField {
padding-right: 69px;
}
.inputEx-wegas-UrlField .yui3-uploader {
display: inline-block;
float: right;
margin-right: -40px;
padding: 2px 4px 0px 6px;
vertical-align: top;
margin-top: -2px;
}
.inputEx-wegas-UrlField .yui3-uploader input {
display: none;
}
.inputEx-wegas-UrlField button {
float: right;
padding: 1px 4px 1px 6px;
vertical-align: top;
margin-top: -2px;
display: inline-block;
}
.inputEx-wegas-UrlField > button {
margin-right: -69px;
}
/* wegas-inputex-ace styles */
.ace_editor {
width: 100%;
height: 150px;
}
.inputEx-Field .ace_editor {
width: 99.5%;
height: 100px;
}
/* Variable descriptor select */
.wegas-inputex-variabledescriptorselect-group {
clear:both;
}
.inputEx-singleLineWysiwygScript .wegas-inputex-variabledescriptorselect-group {
padding-left: 0px;
}
.wegas-inputex-variabledescriptorselect-group > label {
float: left;
padding: 0.2em 0.5em 0 0;
text-align: right;
margin-left:-135px;
width: 129px;
}
.wegas-inputex-variabledescriptorselect-group > fieldset {
}
.wegas-inputex-variabledescriptorselect .inputEx-fieldWrapper,
.wegas-inputex-variabledescriptorselect .inputEx-CombineField,
.wegas-inputex-variabledescriptorselect .inputEx-Group .inputEx-Group,
.wegas-inputex-variabledescriptorselect div.inputEx-fieldWrapper {
float: none;
padding-left:0;
}
.wegas-inputex-variabledescriptorselect fieldset {
display: inline-block;
}
.wegas-inputex-variabledescriptorselect select {
width:auto;
max-width: 150px;
}
.wegas-inputex-variabledescriptorselect .wegas-variabledescriptor-select-fallback{
width: 100%;
}
.wegas-inputex-variabledescriptorselect .wegas-variabledescriptor-select-fallback textarea{
white-space: nowrap;
}
/* Wysiwyg code editor */
.inputEx-WysiwygScriptWrapper {
padding: 0px!important;
}
.inputEx-Group .inputEx-Group .inputEx-WysiwygScriptWrapper {
margin-left: -135px;
}
.inputEx-WysiwygScriptWrapper > div.inputEx-label {
margin-left: 0px !important;
margin-right: 6px;
}
.inputEx-WysiwygScript > .yui3-button {
background-color: #ededed;;
box-shadow: none;
padding: 1px;
margin-bottom: 2px;
min-height: 23px;
border: 1px solid lightgray;
margin-top: 0;
border-right: none;
}
.inputEx-WysiwygScript .inputEx-WysiwygScript-viewsrc {
border-right: 1px solid lightgray;
}
.inputEx-WysiwygScript .inputEx-WysiwygScript-add.yui3-button-selected,
.inputEx-WysiwygScript .inputEx-WysiwygScript-viewsrc.yui3-button-selected {
background: rgba(12, 63, 113, 0.44);;
}
.inputEx-WysiwygScript .inputEx-fieldWrapper,
.inputEx-WysiwygScript .inputEx-CombineField,
.inputEx-WysiwygScript .inputEx-Group .inputEx-Group,
.inputEx-WysiwygScript div.inputEx-fieldWrapper {
float: none !important;
padding-left:0;
display: inline-block !important;
vertical-align: top;
margin-right: -2px;
}
.inputEx-WysiwygScript div.wegas-method-returnline {
margin-left: 57px;
margin-top: -3px;
}
.inputEx-WysiwygScript div.wegas-method-returnline .inputEx-fieldWrapper,
.inputEx-WysiwygScript div.wegas-method-returnline .inputEx-Group,
.inputEx-WysiwygScript div.wegas-method-returnline .inputEx-Group fieldset {
width: 100%;
}
.inputEx-WysiwygScript div.inputEx-CombineField {
padding:0;
}
.inputEx-WysiwygScript .wegas-method-sendmessage {
padding: 0px 5px 0px 57px;
margin-bottom: 4px;
margin-top: -3px;
}
.inputEx-WysiwygScript .wegas-method-sendmessage .inputEx-fieldWrapper {
display: block !important;
float: initial !important;
margin-bottom: 2px;
}
.inputEx-WysiwygScript .wegas-method-sendmessage .inputEx-ListField-addButton + span {
display: inline-block;
vertical-align: top;
margin-top: -1px;
margin-left: 2px !important;
}
.inputEx-WysiwygScript .wegas-method-sendmessage .inputEx-ListField-addButton + span::after {
content: "Attachements";
}
.inputEx-WysiwygScript option:disabled,
.inputEx-WysiwygScript option[disabled]{
font-style: italic;
color: graytext;
}
.yui3-skin-sam .inputEx-WysiwygScript .inputEx-ListField .wegas-addbutton {
left: 0;
top: -24px;
background-color: #ededed;
margin-bottom: 2px;
padding: 0;
min-height: 24px;
padding: 0px 0px 2px 2px;
border: 1px solid lightgray;
border-right: none;
display: none;
}
.inputEx-WysiwygScript .inputEx-ListField .wegas-removebutton {
left: 114px;
}
.inputEx-WysiwygScript .inputEx-ListField .wegas-moveupbutton {
left: 80px;
width: 11px;
display: none;
}
.inputEx-WysiwygScript .inputEx-ListField .wegas-movedownbutton {
left: 96px;
display: none;
}
.inputEx-WysiwygScript .inputEx-ListField > fieldset > div:hover .wegas-moveupbutton,
.inputEx-WysiwygScript .inputEx-ListField > fieldset > div:hover .wegas-movedownbutton {
display: block;
}
/* single line wysywyg script */
.inputEx-singleLineWysiwygScript {
padding-right: 26px;
}
.inputEx-singleLineWysiwygScript .inputEx-WysiwygScript-viewsrc {
position: absolute;
margin: 0;
top: -2px;
right: -2px;
display: block !important;
}
.inputEx-singleLineWysiwygScript textarea {
height: 50px !important;
}
.inputEx-singleLineWysiwygScript .inputEx-WysiwygScript-add,
.inputEx-singleLineWysiwygScript .yui3-button {
display: none !important;
}
.inputEx-singleLineWysiwygScript .inputEx-fieldWrapper {
margin-bottom: 0px;
}
.wegas-inputex-inlinegroup div.inputEx-fieldWrapper {
float: left;
}
/* Original inputex listfield styles */
.inputEx-ListField legend.inputEx-Group-legend {
margin-left: 0;
}
.inputEx-ListField-childContainer > div {
position: relative;
}
.inputEx-ListField-Arrow,
img.inputEx-ListField-delButton {
position: absolute;
z-index: 5;
top: 4px;
left: -20px;
/*background: transparent url(../../wegas-app/images/wegas-app-sprite.png) no-repeat scroll 0px -1006px !important;*/
}
.inputEx-ListField-ArrowUp {
left: -50px;
}
.inputEx-ListField-ArrowDown {
left: -37px;
}
/* List field style */
.inputEx-ListField {
position: relative;
}
.inputEx-ListField > fieldset > div {
position:relative;
padding-left: 135px;
}
.yui3-skin-sam .inputEx-ListField .wegas-addbutton,
.yui3-skin-sam .inputEx-ListField .wegas-removebutton,
.yui3-skin-sam .inputEx-ListField .wegas-moveupbutton,
.yui3-skin-sam .inputEx-ListField .wegas-movedownbutton {
background: none;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin: -2px 0 0;
background-color: transparent;
padding:0;
position: absolute;
top: 0;
z-index: 10; /* to allow click events */
}
.yui3-skin-sam .inputEx-ListField .wegas-addbutton:after {
content: none; /** remove submenu indicator for this button */
}
.inputEx-ListField .wegas-addbutton {
left: 53px!important;
}
.inputEx-ListField .wegas-removebutton {
left: -3px;
}
/* Tinymce field */
.wegas-form .mce-container {
margin: 0;
padding: 0;
}
.wegas-form .mce-panel {
border-color: lightgray;
background: #f2f2f2;
}
.wegas-form .mce-panel {
border-color: lightgray;
background: #f2f2f2;
}
.wegas-form .mce-toolbar-grp {
padding: 2px;
}
.wegas-form .mce-btn-group {
margin: 0 13px 0 0;
}
.wegas-form .mce-btn-group .mce-btn {
background-image: none;
border: none;
border-radius: 3px;
margin-right: 1px;
}
/* Color field styles */
div.inputEx-ColorField button {
background: url(../../wegas-app/images/wegas-app-sprite.png) 3px -683px;
border: none;
cursor: pointer;
}
/* Radio field */
.yui3-skin-sam div.inputEx-RadioField-choice {
float: none;
padding-top: 0.3em;
}
div.inputEx-RadioField-choice input[type="radio"] {
vertical-align: middle;
}
/* ComboBox field */
.inputEx-ComboBox .inputex-combobox-select{
position: absolute;
cursor: pointer;
display: none;
height: 15px;
width: 15px;
background: url("../../wegas-app/images/wegas-icon-toggle.png") 4px 7px;
right: 0px;
top: 3px;
}
.inputEx-focused .inputEx-ComboBox .inputex-combobox-select,
.inputEx-ComboBox:hover .inputex-combobox-select{
display:inline;
}
/* Uneditable field */
.inputEx-uneditableField .inputEx-Field {
border: 1px solid lightgray;
padding: 2px;
background: #fafafa;
} | 0.339609 | 0.045884 |
@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
a {
color: #333;
text-decoration: none
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
select {
padding: 2px;
border: 1px solid #ccc;
}
html {
width: 100%;
height: 100%;
background-size: 100% 100%;
background-attachment: fixed;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
}
body {
color: #333;
font-size: 12px;
font-family: '"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif';
}
.form_login {
width: 700px;
margin: 150px auto 0 auto; /*opacity: 0.6;background-color: rgb(0, 0, 0);*/
}
.form_login h1 {
text-align: center;
margin-bottom: 18px;
}
.form_login .warp {
text-align: left;
width: 460px;
margin: 0 auto;
padding: 6px 30px 0 30px;
background-color: #fff;
border-radius: 6px;
}
.form_login .warp div {
height: 42px;
width: 460px;
margin-bottom: 20px;
}
.form_login .warp .btn-send{
height: 68px;
margin-bottom: 0;
padding-top: 20px;
}
.form_login .warp .txt_input {
display: block;
float: left;
padding: 8px;
width: 350px;
border: 1px solid #ececec;
font-family: "arial,\5fae\8f6f\96c5\9ed1";
color: #838a9d;
font-size: 14px;
height: 24px;
line-height: 24px;
}
.txt_input:focus{
box-shadow: 0 0 5px #337ab7;
}
.form_login .warp div span{
display: block;
float: left;
padding-left: 42px;
width: 50px;
font-size: 14px;
height: 42px;
line-height: 42px;
}
.form_login .warp .username {
background: #fff url(../img/login.gif) no-repeat 0 -5px;
}
.form_login .warp .password {
background: #fff url(../img/login.gif) no-repeat 0 -64px;
font-family: "Microsoft YaHei";
}
.form_login .warp .code {
background: #fff url(../img/icon-yanzhengma.png) 4px 4px no-repeat;
}
.form_login .warp .input-code{
width: 150px;
}
.form_login .warp #verify {
display: inline-block;
cursor: pointer;
width: 190px;
float: left;
margin-left: 10px;
padding-left: 0;
}
.form_login .warp #verify img {
display: inline-block;
border: none;
width: 90px;
height: 42px;
}
.form_login .warp .form_btn {
display: block;
width: 460px;
text-align: center;
border: none;
cursor: pointer;
border-radius: 2px;
font-family: "微软雅黑";
font-size: 18px;
background-color: #337ab7;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 8px 0;
}
.warp h1 {
line-height: 35px;
padding: 15px 0;
text-align: center;
color: #337ab7
} | static/admin/css/login.css | @charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
a {
color: #333;
text-decoration: none
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
select {
padding: 2px;
border: 1px solid #ccc;
}
html {
width: 100%;
height: 100%;
background-size: 100% 100%;
background-attachment: fixed;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
}
body {
color: #333;
font-size: 12px;
font-family: '"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif';
}
.form_login {
width: 700px;
margin: 150px auto 0 auto; /*opacity: 0.6;background-color: rgb(0, 0, 0);*/
}
.form_login h1 {
text-align: center;
margin-bottom: 18px;
}
.form_login .warp {
text-align: left;
width: 460px;
margin: 0 auto;
padding: 6px 30px 0 30px;
background-color: #fff;
border-radius: 6px;
}
.form_login .warp div {
height: 42px;
width: 460px;
margin-bottom: 20px;
}
.form_login .warp .btn-send{
height: 68px;
margin-bottom: 0;
padding-top: 20px;
}
.form_login .warp .txt_input {
display: block;
float: left;
padding: 8px;
width: 350px;
border: 1px solid #ececec;
font-family: "arial,\5fae\8f6f\96c5\9ed1";
color: #838a9d;
font-size: 14px;
height: 24px;
line-height: 24px;
}
.txt_input:focus{
box-shadow: 0 0 5px #337ab7;
}
.form_login .warp div span{
display: block;
float: left;
padding-left: 42px;
width: 50px;
font-size: 14px;
height: 42px;
line-height: 42px;
}
.form_login .warp .username {
background: #fff url(../img/login.gif) no-repeat 0 -5px;
}
.form_login .warp .password {
background: #fff url(../img/login.gif) no-repeat 0 -64px;
font-family: "Microsoft YaHei";
}
.form_login .warp .code {
background: #fff url(../img/icon-yanzhengma.png) 4px 4px no-repeat;
}
.form_login .warp .input-code{
width: 150px;
}
.form_login .warp #verify {
display: inline-block;
cursor: pointer;
width: 190px;
float: left;
margin-left: 10px;
padding-left: 0;
}
.form_login .warp #verify img {
display: inline-block;
border: none;
width: 90px;
height: 42px;
}
.form_login .warp .form_btn {
display: block;
width: 460px;
text-align: center;
border: none;
cursor: pointer;
border-radius: 2px;
font-family: "微软雅黑";
font-size: 18px;
background-color: #337ab7;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 8px 0;
}
.warp h1 {
line-height: 35px;
padding: 15px 0;
text-align: center;
color: #337ab7
} | 0.221519 | 0.0566 |
*,
*:before,
*:after {
box-sizing: border-box;
}
.hidden {
display: none;
}
.profile {
width: 900px;
margin: 70px auto;
border: 1px solid black;
font-family: Arial, sans-serif;
padding: 20px;
position: relative;
background: #fff;
}
.profile-header {
font-size: 1.5em;
font-weight: bold;
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.profile-navlist {
font-size: 0;
list-style-type: none;
}
.profile-navlist-item {
font-size: 15px;
display: inline-block;
position: relative;
border: 1px solid #ccc;
border-left: none;
border-bottom: none;
background: #f0ecec;
z-index: 10;
line-height: 40px;
height: 40px;
cursor: pointer;
padding: 0 40px;
}
.profile-navlist-item:last-child {
border-right: 1px solid #ccc;
}
.profile-navlist-item:first-child {
border-left: 1px solid #ccc;
}
.profile-navlist-item:first-child:before {
display: none;
}
.profile-group {
border: 1px solid #ccc;
padding: 20px;
}
.profile-item {
display: table-row;
}
.left-cell,
.right-cell {
display: table-cell;
padding-bottom: 20px;
}
.left-cell {
text-align: right;
padding-right: 20px;
}
.right-cell {
position: relative;
text-align: left;
}
.input-style {
padding: 5px;
margin-right: 20px;
border-radius: 10px;
border: 1px solid #ccc;
width: 300px;
}
.data-input {
width: 75px;
}
.month-input {
width: 150px;
border-radius: 10px 0 0 10px;
}
.active {
z-index: 100;
background: #fff;
box-shadow: 0 2px 0 #fff;
}
.active:before {
content: '';
position: absolute;
left: -20px;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 40px 20px;
border-color: transparent transparent #fff transparent;
z-index: 1;
box-shadow: 0 2px 0 #fff;
}
.form-btn {
height: 25px;
width: 100px;
border: 1px solid #b5b5b5;
border-radius: 5px;
font-size: .8em;
color: #575757;
text-shadow: 0px 0px 1px #e6e6e6;
cursor: pointer;
}
.form-btn:hover {
background: #eee;
}
.add-img {
width: 200px;
height: 25px;
line-height: 25px;
text-align: center;
background: #F0ECEC;
border: 1px solid #ccc;
tborder-radius: 10px;
margin-bottom: 20px;
cursor: pointer;
padding: 5px;
box-sizing: content-box;
}
.editImg {
width: 200px;
height: 200px;
border: 1px solid black;
position: relative;
/* or fixed or absolute */
}
.black-bg {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 200;
}
.modal-block {
width: 400px;
height: 400px;
z-index: 300;
margin: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#modal-canvas {
cursor: move;
background: #ccc;
}
.img-control-panel {
position: absolute;
right: 0;
top: 0;
list-style-type: none;
font-size: 0px;
}
.img-control-panel-item {
width: 40px;
height: 40px;
display: inline-block;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
margin-right: 5px;
}
.img-control-panel-item:hover {
background: rgba(0, 0, 0, 0.8);
}
#zoom-plus {
background: rgba(0, 0, 0, 0.4) url() center no-repeat;
}
.top-panel {
position: fixed;
height: 50px;
border-bottom: 1px solid #ccc;
left: 0;
top: 0;
width: 100%;
z-index: 400;
background: #fff;
font-size: 0;
}
.top-panel-container {
width: 900px;
margin: 0 auto;
min-width: 300px;
line-height: 50px;
}
.top-panel-icon {
display: inline-block;
width: 40px;
height: 40px;
background: #000;
margin-right: 20px;
vertical-align: middle;
}
.top-panel-icon a {
display: block;
height: 100%;
}
.top-panel-title {
font-weight: bold;
font-size: 35px;
display: inline-block;
vertical-align: middle;
}
input.form_item_error {
border-color: #ff3838;
}
label.form_item_error {
color: #ff3838;
font-size: 9px;
}
/*# sourceMappingURL=profile.css.map */ | frontend/web/css/profile.css | *,
*:before,
*:after {
box-sizing: border-box;
}
.hidden {
display: none;
}
.profile {
width: 900px;
margin: 70px auto;
border: 1px solid black;
font-family: Arial, sans-serif;
padding: 20px;
position: relative;
background: #fff;
}
.profile-header {
font-size: 1.5em;
font-weight: bold;
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.profile-navlist {
font-size: 0;
list-style-type: none;
}
.profile-navlist-item {
font-size: 15px;
display: inline-block;
position: relative;
border: 1px solid #ccc;
border-left: none;
border-bottom: none;
background: #f0ecec;
z-index: 10;
line-height: 40px;
height: 40px;
cursor: pointer;
padding: 0 40px;
}
.profile-navlist-item:last-child {
border-right: 1px solid #ccc;
}
.profile-navlist-item:first-child {
border-left: 1px solid #ccc;
}
.profile-navlist-item:first-child:before {
display: none;
}
.profile-group {
border: 1px solid #ccc;
padding: 20px;
}
.profile-item {
display: table-row;
}
.left-cell,
.right-cell {
display: table-cell;
padding-bottom: 20px;
}
.left-cell {
text-align: right;
padding-right: 20px;
}
.right-cell {
position: relative;
text-align: left;
}
.input-style {
padding: 5px;
margin-right: 20px;
border-radius: 10px;
border: 1px solid #ccc;
width: 300px;
}
.data-input {
width: 75px;
}
.month-input {
width: 150px;
border-radius: 10px 0 0 10px;
}
.active {
z-index: 100;
background: #fff;
box-shadow: 0 2px 0 #fff;
}
.active:before {
content: '';
position: absolute;
left: -20px;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 40px 20px;
border-color: transparent transparent #fff transparent;
z-index: 1;
box-shadow: 0 2px 0 #fff;
}
.form-btn {
height: 25px;
width: 100px;
border: 1px solid #b5b5b5;
border-radius: 5px;
font-size: .8em;
color: #575757;
text-shadow: 0px 0px 1px #e6e6e6;
cursor: pointer;
}
.form-btn:hover {
background: #eee;
}
.add-img {
width: 200px;
height: 25px;
line-height: 25px;
text-align: center;
background: #F0ECEC;
border: 1px solid #ccc;
tborder-radius: 10px;
margin-bottom: 20px;
cursor: pointer;
padding: 5px;
box-sizing: content-box;
}
.editImg {
width: 200px;
height: 200px;
border: 1px solid black;
position: relative;
/* or fixed or absolute */
}
.black-bg {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 200;
}
.modal-block {
width: 400px;
height: 400px;
z-index: 300;
margin: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#modal-canvas {
cursor: move;
background: #ccc;
}
.img-control-panel {
position: absolute;
right: 0;
top: 0;
list-style-type: none;
font-size: 0px;
}
.img-control-panel-item {
width: 40px;
height: 40px;
display: inline-block;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
margin-right: 5px;
}
.img-control-panel-item:hover {
background: rgba(0, 0, 0, 0.8);
}
#zoom-plus {
background: rgba(0, 0, 0, 0.4) url() center no-repeat;
}
.top-panel {
position: fixed;
height: 50px;
border-bottom: 1px solid #ccc;
left: 0;
top: 0;
width: 100%;
z-index: 400;
background: #fff;
font-size: 0;
}
.top-panel-container {
width: 900px;
margin: 0 auto;
min-width: 300px;
line-height: 50px;
}
.top-panel-icon {
display: inline-block;
width: 40px;
height: 40px;
background: #000;
margin-right: 20px;
vertical-align: middle;
}
.top-panel-icon a {
display: block;
height: 100%;
}
.top-panel-title {
font-weight: bold;
font-size: 35px;
display: inline-block;
vertical-align: middle;
}
input.form_item_error {
border-color: #ff3838;
}
label.form_item_error {
color: #ff3838;
font-size: 9px;
}
/*# sourceMappingURL=profile.css.map */ | 0.506347 | 0.071332 |
a{
color: black;
}
.nav-mar-bot{
margin-bottom: 0px;
}
#carousel-821981{
margin-top: 50px;
}
.badge-position{
margin-top:-6px;
}
.logo{
margin-top: -5px ;
}
.glyphicon-shopping-cart-size{
font-size: 17px;
}
.index-title-center{
text-align: center;
}
.commodity-price{
color: red;
}
.new-recommend{
margin-top: -20px;
}
.new-recommend-div{
margin-top: 20px;
}
.zthd-right-ton{
margin-bottom: 22px;
}
#indexCarousel{
margin-top: 75px;
}
.qzlp p{
padding-bottom:20px ;
}
.qzlp a{
background-color: #EEEEEE;
}
@media screen and (min-width:768px) and (max-width:992px) {
.qzlp-padding{padding-bottom:20px ;}
}
.index-bottom{
background-color: #F5F5F5;
padding-top: 30px;
}
.commodity-list{
margin-top: 20px;
}
.other-page-magtop{
margin-top: 40px;
}
.a-bule{
color:deepskyblue;
}
/*购物车*/
.cart-table .form-control:focus{
border-color:#ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.cart-table tr td:first-child{
border-left:solid 1px #DDDDDD ;
}
.cart-table tr td:last-child{
border-right:solid 1px #DDDDDD ;
}
.cart-table tr:last-child{
border-bottom:solid 1px #DDDDDD ;
}
.cart-table-sm{
font-size: 12px;
}
.cart-product-xj{
background-color: #F5F5F5;
}
.cart-table label{
margin-bottom: 0px;
font-weight: normal;
display: inline;
}
.table tbody tr td{
vertical-align: middle;
}
/*产品详情*/
#productInfo .form-control:focus{
border-color:#ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.subImages{
margin-top: 20px;
}
.info-item{
margin-top: 20px;
padding: 0 10px;
}
.p-lab{
display: inline-block;
width: 50px;
color: #999;
}
.p-subtitle{
color: #c60023;
line-height: 30px;
font-size: 15px;
}
.p-price-div{
padding: 10px;
background-color: #EEEEEE;
margin-top: 20px;
}
.p-price{
font-size: 18px;
color: #c60023;
}
.p-stock{
}
.p-num{
width: 110px;
display: inline-block;
}
.p-btn{
font-size: 18px;
}
.p-btn button{
margin-right:30px ;
}
.p-detail{
margin: 0px;
padding: 0px;
}
.p-detail image{
display: block;
}
.carousel-control.left {
background-image:none;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image:none;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.promotion *{
margin: 0px;
padding: 0px;
}
.hot-product-list{
margin-top:10px ;
}
.hot-product-list h5{
font-weight: bold;
}
#manageLogin-bki{
background-image:url("http://img.youngh.cn/managebg.jpg");
}
.manageLogin-mian{
margin-top: 310px;
padding: 10px 20px 20px 20px;
width: 350px;
background: rgba(213,215,222,0.9);
}
.manageLogin-mian .input-group{
margin-top: 20px;
height: 40px;
}
.manageLogin-mian input{
height: 40px;
}
.manageLogin-mian button{
width: 100%;
margin-top: 20px;
}
.manage-head{
padding: 15px 20px 15px 30px;
background-color: #1a2732;
width: 100%;
height: 70px;
position: fixed;
color: #d0d8df;
z-index: 1000;
}
.manage-head a{
color: #00a0df;
font-size: 18px;
}
.manage-head a:hover{
text-decoration: none;
}
.manage-head span{
color: #fed189 !important;
font-size: 26px !important;
}
.manage-body-left{
margin-top: 70px;
width: 250px;
height: 100%;
position: fixed;
padding-left: 0px;
padding-right: 0px;
color: #d0d8df;
background-color: #394a59;
}
.manage-body-left .list-group{
margin-bottom: 0px;
}
.manage-body-left li{
background-color: #394a59;
}
.manage-body-right {
padding-left: 15px;
padding-right: 15px;
margin-top: 70px;
margin-left: 250px;
background-color: #D5D7DE;
}
.manage-body-right-title{
margin-right: 0px;
} | src/main/webapp/WEB-INF/css/style.css | a{
color: black;
}
.nav-mar-bot{
margin-bottom: 0px;
}
#carousel-821981{
margin-top: 50px;
}
.badge-position{
margin-top:-6px;
}
.logo{
margin-top: -5px ;
}
.glyphicon-shopping-cart-size{
font-size: 17px;
}
.index-title-center{
text-align: center;
}
.commodity-price{
color: red;
}
.new-recommend{
margin-top: -20px;
}
.new-recommend-div{
margin-top: 20px;
}
.zthd-right-ton{
margin-bottom: 22px;
}
#indexCarousel{
margin-top: 75px;
}
.qzlp p{
padding-bottom:20px ;
}
.qzlp a{
background-color: #EEEEEE;
}
@media screen and (min-width:768px) and (max-width:992px) {
.qzlp-padding{padding-bottom:20px ;}
}
.index-bottom{
background-color: #F5F5F5;
padding-top: 30px;
}
.commodity-list{
margin-top: 20px;
}
.other-page-magtop{
margin-top: 40px;
}
.a-bule{
color:deepskyblue;
}
/*购物车*/
.cart-table .form-control:focus{
border-color:#ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.cart-table tr td:first-child{
border-left:solid 1px #DDDDDD ;
}
.cart-table tr td:last-child{
border-right:solid 1px #DDDDDD ;
}
.cart-table tr:last-child{
border-bottom:solid 1px #DDDDDD ;
}
.cart-table-sm{
font-size: 12px;
}
.cart-product-xj{
background-color: #F5F5F5;
}
.cart-table label{
margin-bottom: 0px;
font-weight: normal;
display: inline;
}
.table tbody tr td{
vertical-align: middle;
}
/*产品详情*/
#productInfo .form-control:focus{
border-color:#ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.subImages{
margin-top: 20px;
}
.info-item{
margin-top: 20px;
padding: 0 10px;
}
.p-lab{
display: inline-block;
width: 50px;
color: #999;
}
.p-subtitle{
color: #c60023;
line-height: 30px;
font-size: 15px;
}
.p-price-div{
padding: 10px;
background-color: #EEEEEE;
margin-top: 20px;
}
.p-price{
font-size: 18px;
color: #c60023;
}
.p-stock{
}
.p-num{
width: 110px;
display: inline-block;
}
.p-btn{
font-size: 18px;
}
.p-btn button{
margin-right:30px ;
}
.p-detail{
margin: 0px;
padding: 0px;
}
.p-detail image{
display: block;
}
.carousel-control.left {
background-image:none;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image:none;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.promotion *{
margin: 0px;
padding: 0px;
}
.hot-product-list{
margin-top:10px ;
}
.hot-product-list h5{
font-weight: bold;
}
#manageLogin-bki{
background-image:url("http://img.youngh.cn/managebg.jpg");
}
.manageLogin-mian{
margin-top: 310px;
padding: 10px 20px 20px 20px;
width: 350px;
background: rgba(213,215,222,0.9);
}
.manageLogin-mian .input-group{
margin-top: 20px;
height: 40px;
}
.manageLogin-mian input{
height: 40px;
}
.manageLogin-mian button{
width: 100%;
margin-top: 20px;
}
.manage-head{
padding: 15px 20px 15px 30px;
background-color: #1a2732;
width: 100%;
height: 70px;
position: fixed;
color: #d0d8df;
z-index: 1000;
}
.manage-head a{
color: #00a0df;
font-size: 18px;
}
.manage-head a:hover{
text-decoration: none;
}
.manage-head span{
color: #fed189 !important;
font-size: 26px !important;
}
.manage-body-left{
margin-top: 70px;
width: 250px;
height: 100%;
position: fixed;
padding-left: 0px;
padding-right: 0px;
color: #d0d8df;
background-color: #394a59;
}
.manage-body-left .list-group{
margin-bottom: 0px;
}
.manage-body-left li{
background-color: #394a59;
}
.manage-body-right {
padding-left: 15px;
padding-right: 15px;
margin-top: 70px;
margin-left: 250px;
background-color: #D5D7DE;
}
.manage-body-right-title{
margin-right: 0px;
} | 0.28597 | 0.09314 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 1.2rem;
font-family: "Barlow", "sans-serif";
color: hsl(213, 9%, 39%);
text-align: center;
position: relative;
line-height: 1.4;
}
h1,
h2,
h3 {
color: hsl(212, 27%, 19%);
font-family: "Fraunces", "serif";
}
h1 {
font-size: 1.9rem;
font-weight: 900;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
li {
list-style: none;
}
.container {
max-width: 1440px;
margin: 0 auto;
}
nav {
position: absolute;
color: white;
z-index: 1;
display: flex;
justify-content: space-between;
width: 100%;
}
nav img {
padding: 1em;
align-self: flex-start;
margin: 0;
}
.visibility {
display: none;
}
.nav__links {
position: absolute;
width: 90%;
color: hsl(232, 10%, 55%);
padding: 3em 0;
top: 10vh;
left: 5vw;
background-color: white;
}
.nav__links li + li {
margin-top: 2em;
}
.nav__links li:last-child {
border-radius: 50px;
padding: 0.8em 2em;
font-family: "Fraunces", "serif";
text-transform: uppercase;
font-size: 1rem;
display: inline-block;
background-color: hsl(51, 100%, 49%);
color: hsl(212, 27%, 19%);
}
.hero {
position: relative;
}
.hero__title {
position: absolute;
width: 100%;
color: white;
text-transform: uppercase;
letter-spacing: 8px;
top: 0;
padding-top: 4em;
}
.pitch__title {
padding: 0 1em;
padding-top: 1.6em;
font-size: 2rem;
}
.pitch__body {
padding: 1.2em 1.1em;
}
.pitch__more {
padding: 1.6em;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 3px;
}
.pitch__decor {
position: relative;
}
.pitch__decor p {
margin-bottom: 2.6em;
}
.pitch__decor-wrapper {
position: absolute;
bottom: 0;
}
.testimonials h3 {
font-size: 1.3rem;
padding: 0.5em 0;
}
.testimonials__title {
text-transform: uppercase;
padding: 2em 1.6em;
margin-top: 1.2em;
letter-spacing: 6px;
color: hsl(210, 4%, 67%);
}
.testimonials__object {
padding: 2em 0;
}
.testimonials__img {
border-radius: 50%;
width: 80px;
display: inline-block;
}
.testimonials__body {
padding: 1.2em;
}
.testimonials__position {
color: hsl(210, 4%, 67%);
font-size: 1.1rem;
}
.decoration {
padding: 0;
margin-top: 2em;
display: grid;
grid-template-columns: 1fr 1fr;
}
footer {
background-color: hsl(168, 70%, 68%);
color: hsl(168, 34%, 41%);
}
footer h2 {
color: hsl(168, 34%, 34%);
font-family: "Barlow", "sans-serif";
font-weight: 700;
padding: 1.6em;
}
.footer__links {
display: flex;
justify-content: center;
padding: 0 2em;
}
.footer__link + .footer__link {
margin-left: 2em;
}
.footer__socials {
padding: 4em;
display: flex;
justify-content: center;
}
.footer__socials img + img {
margin-left: 2em;
}
/* Media Queries */
@media (min-width: 750px) {
.nav__primary {
padding: 0 2em;
}
.nav__icon {
display: none;
}
.nav__links {
display: flex;
z-index: 1000;
width: 50%;
position: relative;
justify-content: flex-end;
align-items: center;
padding: 0;
font-family: "Fraunces", "Serif";
background-color: transparent;
color: white;
top: 0;
left: 0;
}
.nav__links li:last-child {
border-radius: 50px;
padding: 0.3em 1em;
background-color: white;
color: black;
}
.nav__links li + li {
margin-left: 2.2em;
margin-top: 0;
}
.pitch__info {
padding: 0 6em;
}
.pitch__decor-wrapper {
padding: 0 8em;
}
.testimonials__title {
margin-top: 4em;
}
.testimonials__object {
padding-left: 5em;
padding-right: 5em;
}
}
@media (min-width: 1100px) {
.pitch__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
text-align: justify;
}
.pitch__info {
padding: 6em;
}
.pitch-transform-brand picture {
grid-column: 2;
}
.pitch-transform-brand div {
grid-row: 1;
}
.pitch__wrapper img {
align-self: flex-start;
max-width: 100%;
}
.pitch__title,
.pitch__body,
.pitch__more {
padding: 0.5em 0;
margin: 0;
}
.pitch__services {
display: flex;
}
.testimonials__wrapper {
display: flex;
justify-content: space-around;
}
.testimonials__object {
padding-left: 2.5em;
padding-right: 2.5em;
}
.decoration {
grid-template-columns: repeat(4, 1fr);
}
}
/* Modifiers */
.flex-container {
display: flex;
}
.text-dark-cyan {
color: hsl(167, 40%, 24%);
}
.text-dark-blue {
color: hsl(198, 62%, 26%);
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
} | sunnyside-agency-landing-page-main/app.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 1.2rem;
font-family: "Barlow", "sans-serif";
color: hsl(213, 9%, 39%);
text-align: center;
position: relative;
line-height: 1.4;
}
h1,
h2,
h3 {
color: hsl(212, 27%, 19%);
font-family: "Fraunces", "serif";
}
h1 {
font-size: 1.9rem;
font-weight: 900;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
li {
list-style: none;
}
.container {
max-width: 1440px;
margin: 0 auto;
}
nav {
position: absolute;
color: white;
z-index: 1;
display: flex;
justify-content: space-between;
width: 100%;
}
nav img {
padding: 1em;
align-self: flex-start;
margin: 0;
}
.visibility {
display: none;
}
.nav__links {
position: absolute;
width: 90%;
color: hsl(232, 10%, 55%);
padding: 3em 0;
top: 10vh;
left: 5vw;
background-color: white;
}
.nav__links li + li {
margin-top: 2em;
}
.nav__links li:last-child {
border-radius: 50px;
padding: 0.8em 2em;
font-family: "Fraunces", "serif";
text-transform: uppercase;
font-size: 1rem;
display: inline-block;
background-color: hsl(51, 100%, 49%);
color: hsl(212, 27%, 19%);
}
.hero {
position: relative;
}
.hero__title {
position: absolute;
width: 100%;
color: white;
text-transform: uppercase;
letter-spacing: 8px;
top: 0;
padding-top: 4em;
}
.pitch__title {
padding: 0 1em;
padding-top: 1.6em;
font-size: 2rem;
}
.pitch__body {
padding: 1.2em 1.1em;
}
.pitch__more {
padding: 1.6em;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 3px;
}
.pitch__decor {
position: relative;
}
.pitch__decor p {
margin-bottom: 2.6em;
}
.pitch__decor-wrapper {
position: absolute;
bottom: 0;
}
.testimonials h3 {
font-size: 1.3rem;
padding: 0.5em 0;
}
.testimonials__title {
text-transform: uppercase;
padding: 2em 1.6em;
margin-top: 1.2em;
letter-spacing: 6px;
color: hsl(210, 4%, 67%);
}
.testimonials__object {
padding: 2em 0;
}
.testimonials__img {
border-radius: 50%;
width: 80px;
display: inline-block;
}
.testimonials__body {
padding: 1.2em;
}
.testimonials__position {
color: hsl(210, 4%, 67%);
font-size: 1.1rem;
}
.decoration {
padding: 0;
margin-top: 2em;
display: grid;
grid-template-columns: 1fr 1fr;
}
footer {
background-color: hsl(168, 70%, 68%);
color: hsl(168, 34%, 41%);
}
footer h2 {
color: hsl(168, 34%, 34%);
font-family: "Barlow", "sans-serif";
font-weight: 700;
padding: 1.6em;
}
.footer__links {
display: flex;
justify-content: center;
padding: 0 2em;
}
.footer__link + .footer__link {
margin-left: 2em;
}
.footer__socials {
padding: 4em;
display: flex;
justify-content: center;
}
.footer__socials img + img {
margin-left: 2em;
}
/* Media Queries */
@media (min-width: 750px) {
.nav__primary {
padding: 0 2em;
}
.nav__icon {
display: none;
}
.nav__links {
display: flex;
z-index: 1000;
width: 50%;
position: relative;
justify-content: flex-end;
align-items: center;
padding: 0;
font-family: "Fraunces", "Serif";
background-color: transparent;
color: white;
top: 0;
left: 0;
}
.nav__links li:last-child {
border-radius: 50px;
padding: 0.3em 1em;
background-color: white;
color: black;
}
.nav__links li + li {
margin-left: 2.2em;
margin-top: 0;
}
.pitch__info {
padding: 0 6em;
}
.pitch__decor-wrapper {
padding: 0 8em;
}
.testimonials__title {
margin-top: 4em;
}
.testimonials__object {
padding-left: 5em;
padding-right: 5em;
}
}
@media (min-width: 1100px) {
.pitch__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
text-align: justify;
}
.pitch__info {
padding: 6em;
}
.pitch-transform-brand picture {
grid-column: 2;
}
.pitch-transform-brand div {
grid-row: 1;
}
.pitch__wrapper img {
align-self: flex-start;
max-width: 100%;
}
.pitch__title,
.pitch__body,
.pitch__more {
padding: 0.5em 0;
margin: 0;
}
.pitch__services {
display: flex;
}
.testimonials__wrapper {
display: flex;
justify-content: space-around;
}
.testimonials__object {
padding-left: 2.5em;
padding-right: 2.5em;
}
.decoration {
grid-template-columns: repeat(4, 1fr);
}
}
/* Modifiers */
.flex-container {
display: flex;
}
.text-dark-cyan {
color: hsl(167, 40%, 24%);
}
.text-dark-blue {
color: hsl(198, 62%, 26%);
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
} | 0.639849 | 0.142083 |
.three_feature_boxes {
margin: 30px 0;
list-style: none;
font-family: Poppins, Arial, sans-serif;
}
ul.three_feature_boxes {
margin: 0;
padding: 0;
overflow: hidden;
}
.three_feature_boxes * {
margin: 0;
padding: 0;
}
.three_feature_boxes li {
height: 494px;
float: left;
width: 33.33333%;
padding: 100px 5%;
color: #fff;
text-align: center;
box-sizing: border-box;
}
.three_feature_boxes .headline {
text-align: center;
margin-bottom: 30px;
}
.three_feature_boxes .headline::after {
display: block;
width: 30px;
border-bottom: 2px solid #FFFFFF;
content: "";
margin: 0 auto;
}
.three_feature_boxes li h3 {
margin-bottom: 10px;
font-size: 24px;
line-height: 40px;
font-weight: bold;
text-transform: uppercase;
}
.three_feature_boxes li p {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}
.three_feature_boxes .btn {
position: relative;
display: inline-block;
text-decoration: none;
padding: 11px 30px 8px;
margin-right: 20px;
border: 2px solid;
border-right: none;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #ffffff;
margin-top: 20px;
}
.three_feature_boxes .btn:hover {
color: #000000;
}
.three_feature_boxes .btn:before, .three_feature_boxes .btn:after {
position: absolute;
right: -11px;
display: block;
height: 30px;
border-left: 2px solid;
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.three_feature_boxes .btn:before {
top: -5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.three_feature_boxes .btn:after {
bottom: -5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.three_feature_boxes .btn i {
position: absolute;
top: 50%;
right: 10px;
font-size: 19px;
margin-top: -10px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.three_feature_boxes .btn:hover i {
right: 0px;
}
.three_feature_boxes .btn, .three_feature_boxes .btn:hover, .three_feature_boxes .btn:focus, .three_feature_boxes .btn:active, .three_feature_boxes .btn:active:hover, .three_feature_boxes .btn:active:focus {
outline: 0 !important;
box-shadow: none;
background-color: transparent;
}
@media (max-width: 767px) {
.three_feature_boxes li {
float: none;
width: 100%;
}
} | uploads/ac_assets/three_feature_boxes/three_feature_boxes.css | .three_feature_boxes {
margin: 30px 0;
list-style: none;
font-family: Poppins, Arial, sans-serif;
}
ul.three_feature_boxes {
margin: 0;
padding: 0;
overflow: hidden;
}
.three_feature_boxes * {
margin: 0;
padding: 0;
}
.three_feature_boxes li {
height: 494px;
float: left;
width: 33.33333%;
padding: 100px 5%;
color: #fff;
text-align: center;
box-sizing: border-box;
}
.three_feature_boxes .headline {
text-align: center;
margin-bottom: 30px;
}
.three_feature_boxes .headline::after {
display: block;
width: 30px;
border-bottom: 2px solid #FFFFFF;
content: "";
margin: 0 auto;
}
.three_feature_boxes li h3 {
margin-bottom: 10px;
font-size: 24px;
line-height: 40px;
font-weight: bold;
text-transform: uppercase;
}
.three_feature_boxes li p {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}
.three_feature_boxes .btn {
position: relative;
display: inline-block;
text-decoration: none;
padding: 11px 30px 8px;
margin-right: 20px;
border: 2px solid;
border-right: none;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #ffffff;
margin-top: 20px;
}
.three_feature_boxes .btn:hover {
color: #000000;
}
.three_feature_boxes .btn:before, .three_feature_boxes .btn:after {
position: absolute;
right: -11px;
display: block;
height: 30px;
border-left: 2px solid;
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.three_feature_boxes .btn:before {
top: -5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.three_feature_boxes .btn:after {
bottom: -5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.three_feature_boxes .btn i {
position: absolute;
top: 50%;
right: 10px;
font-size: 19px;
margin-top: -10px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.three_feature_boxes .btn:hover i {
right: 0px;
}
.three_feature_boxes .btn, .three_feature_boxes .btn:hover, .three_feature_boxes .btn:focus, .three_feature_boxes .btn:active, .three_feature_boxes .btn:active:hover, .three_feature_boxes .btn:active:focus {
outline: 0 !important;
box-shadow: none;
background-color: transparent;
}
@media (max-width: 767px) {
.three_feature_boxes li {
float: none;
width: 100%;
}
} | 0.402627 | 0.070945 |
* {
margin: 0;
padding: 0;
font-weight: normal;
list-style: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
}
.admin-body-bg {
background-color: #f8fdff;
}
img {
display: block;
width: 100%;
height: auto;
}
h2 {
font-size: 1.4rem;
color: #333;
font-weight: 600;
}
p {
color: #736464;
}
header {
border-top: solid 3px orange;
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
position: relative;
z-index: 2;
}
#editorjs {
background-color: #fff;
width: 100%;
border: solid 1px #ccc;
}
#editorjs .ce-block__content,
#editorjs .ce-toolbar__content {
width: calc(100% - 70px);
max-width: none;
}
.box-bottom-line {
position: relative;
color: #a2e4b1;
}
.box-bottom-line:after {
content: '';
width: 50%;
height: 5px;
background-color: currentColor;
right: 5px;
display: block;
position: absolute;
top: 100%;
-webkit-transform: skewX(-40deg);
transform: skewX(-40deg);
}
.bg-white {
background-color: #fff;
}
.fa {
margin-right: 8px;
}
.page-title h1 {
font-size: 1.2rem;
color: inherit;
}
.inner-page h2 {
margin-bottom: 1rem;
border-left: solid 3px orange;
padding: 1rem 1.5rem;
background-color: #4d545a;
color: #fff;
font-weight: 400;
}
.inner-page .page-details {
padding: 1.5rem;
background-color: #fff;
}
.inner-page .page-details h3 {
font-size: 1.4rem;
margin-top: 2rem;
font-style: italic;
}
.custom-box-shadow {
-webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}
.overlay {
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
position: absolute;
}
.navbar-brand span {
font-weight: 300;
color: rgba(255, 255, 255, 0.5);
}
.dropdown-menu {
border-bottom: solid 3px orange;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.6);
}
.dropdown-item:focus, .dropdown-item:hover {
background-color: #434a50;
}
.news-and-events .block-title {
border-bottom: solid 1px #eee;
}
.news-and-events .block-title h2 {
font-size: 1.4rem;
}
.news-and-events .block-title h2 span {
font-weight: inherit;
}
.news-and-events ul {
margin-bottom: 0;
}
.news-and-events li {
border-bottom: solid 1px #eee;
}
.news-and-events li:last-child {
border-bottom: 0;
margin-bottom: 0 !important;
}
.news-and-events .title {
font-size: 1.1rem;
}
.news-and-events .details {
font-size: 1rem;
color: #828282;
border-left: dashed 1px #eee;
}
.news-and-events .action-wrapper {
border-radius: 50px;
padding: 2px 7px 2px 15px;
text-align: center;
}
.hero-banner,
.inner-hero-banner {
overflow: hidden;
}
.hero-banner .banner-details,
.inner-hero-banner .banner-details {
bottom: 40px;
right: 60px;
z-index: 1;
position: absolute;
}
.hero-banner .banner-details.center-details-pos,
.inner-hero-banner .banner-details.center-details-pos {
bottom: auto;
right: auto;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.hero-banner .banner-details .title,
.inner-hero-banner .banner-details .title {
font-size: 2rem;
font-weight: 300;
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;
padding: 0 40px;
}
.hero-banner .banner-details .title span,
.inner-hero-banner .banner-details .title span {
font-size: 3rem;
}
.hero-banner .banner-details .title:after, .hero-banner .banner-details .title:before,
.inner-hero-banner .banner-details .title:after,
.inner-hero-banner .banner-details .title:before {
content: '';
position: absolute;
}
.hero-banner .banner-details .title:before,
.inner-hero-banner .banner-details .title:before {
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #202327;
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
z-index: -1;
}
.hero-banner .banner-details .title:after,
.inner-hero-banner .banner-details .title:after {
border-bottom: solid 3px orange;
height: 0;
z-index: 1;
width: 50%;
bottom: -3px;
right: -15px;
}
.hero-banner .banner-details .small-desc,
.inner-hero-banner .banner-details .small-desc {
margin-bottom: 10px;
}
.hero-banner .banner-details .small-desc p,
.inner-hero-banner .banner-details .small-desc p {
font-size: 1.2rem;
color: #fff;
text-align: center;
margin: 0 auto;
text-transform: uppercase;
}
.featured-wrapper .featured li {
margin-right: 10px;
padding: 10px;
background-color: #fff;
border: solid 1px #eee;
width: 25%;
-webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0), 0 4px 16px 0 rgba(167, 175, 183, 0);
box-shadow: 0 0 0 0 rgba(90, 113, 208, 0), 0 4px 16px 0 rgba(167, 175, 183, 0);
-webkit-transition: -webkit-box-shadow ease 0.2s;
transition: -webkit-box-shadow ease 0.2s;
transition: box-shadow ease 0.2s;
transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.featured-wrapper .featured li:first-child {
margin-left: 0;
}
.featured-wrapper .featured li:last-child {
margin-right: 0;
}
.featured-wrapper .featured li:hover {
-webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}
.featured-wrapper .featured li:hover .overlay {
-webkit-transform: scale(1);
transform: scale(1);
}
.featured-wrapper .featured li:hover .details::before {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.featured-wrapper .featured li:hover .details h3 {
-webkit-transform: translateY(0);
transform: translateY(0);
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.featured-wrapper .featured li:hover .details p span {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.featured-wrapper .featured li .overlay {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform ease 0.2s;
transition: -webkit-transform ease 0.2s;
transition: transform ease 0.2s;
transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.featured-wrapper .featured li a {
position: relative;
display: block;
text-decoration: none;
}
.featured-wrapper .featured li .details {
position: absolute;
top: 50%;
left: 0;
right: 0;
background-color: #000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 10px 15px;
z-index: 1;
overflow: hidden;
}
.featured-wrapper .featured li .details:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: orange;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform ease 0.4s;
transition: -webkit-transform ease 0.4s;
transition: transform ease 0.4s;
transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.featured-wrapper .featured li .details h3,
.featured-wrapper .featured li .details p {
white-space: nowrap;
text-align: center;
margin-bottom: 0;
color: #fff;
position: relative;
z-index: 1;
}
.featured-wrapper .featured li .details h3 {
font-size: 1.4rem;
-webkit-transform: translateY(45%);
transform: translateY(45%);
-webkit-transition: -webkit-transform ease 0.6s 0.1s;
transition: -webkit-transform ease 0.6s 0.1s;
transition: transform ease 0.6s 0.1s;
transition: transform ease 0.6s 0.1s, -webkit-transform ease 0.6s 0.1s;
}
.featured-wrapper .featured li .details p {
font-style: italic;
overflow: hidden;
}
.featured-wrapper .featured li .details p span {
-webkit-transform: translateY(100%);
transform: translateY(100%);
display: block;
-webkit-transition: -webkit-transform ease 0.4s;
transition: -webkit-transform ease 0.4s;
transition: transform ease 0.4s;
transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.web-status-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.web-status-wrapper .web-status {
background-color: #fff;
width: 100%;
margin-right: 20px;
}
.web-status-wrapper .web-status:last-child {
margin-right: 0;
}
.web-status-wrapper .title {
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: bold;
color: #333;
}
.web-status-wrapper i {
font-size: 2rem;
font-weight: 300;
}
.web-status-wrapper .status {
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;
}
.web-status-wrapper .icon,
.web-status-wrapper .count {
color: inherit;
}
.web-status-wrapper .count {
font-size: 2rem;
}
/*# sourceMappingURL=common.css.map */ | css/common.css | * {
margin: 0;
padding: 0;
font-weight: normal;
list-style: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
}
.admin-body-bg {
background-color: #f8fdff;
}
img {
display: block;
width: 100%;
height: auto;
}
h2 {
font-size: 1.4rem;
color: #333;
font-weight: 600;
}
p {
color: #736464;
}
header {
border-top: solid 3px orange;
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
position: relative;
z-index: 2;
}
#editorjs {
background-color: #fff;
width: 100%;
border: solid 1px #ccc;
}
#editorjs .ce-block__content,
#editorjs .ce-toolbar__content {
width: calc(100% - 70px);
max-width: none;
}
.box-bottom-line {
position: relative;
color: #a2e4b1;
}
.box-bottom-line:after {
content: '';
width: 50%;
height: 5px;
background-color: currentColor;
right: 5px;
display: block;
position: absolute;
top: 100%;
-webkit-transform: skewX(-40deg);
transform: skewX(-40deg);
}
.bg-white {
background-color: #fff;
}
.fa {
margin-right: 8px;
}
.page-title h1 {
font-size: 1.2rem;
color: inherit;
}
.inner-page h2 {
margin-bottom: 1rem;
border-left: solid 3px orange;
padding: 1rem 1.5rem;
background-color: #4d545a;
color: #fff;
font-weight: 400;
}
.inner-page .page-details {
padding: 1.5rem;
background-color: #fff;
}
.inner-page .page-details h3 {
font-size: 1.4rem;
margin-top: 2rem;
font-style: italic;
}
.custom-box-shadow {
-webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}
.overlay {
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
position: absolute;
}
.navbar-brand span {
font-weight: 300;
color: rgba(255, 255, 255, 0.5);
}
.dropdown-menu {
border-bottom: solid 3px orange;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.6);
}
.dropdown-item:focus, .dropdown-item:hover {
background-color: #434a50;
}
.news-and-events .block-title {
border-bottom: solid 1px #eee;
}
.news-and-events .block-title h2 {
font-size: 1.4rem;
}
.news-and-events .block-title h2 span {
font-weight: inherit;
}
.news-and-events ul {
margin-bottom: 0;
}
.news-and-events li {
border-bottom: solid 1px #eee;
}
.news-and-events li:last-child {
border-bottom: 0;
margin-bottom: 0 !important;
}
.news-and-events .title {
font-size: 1.1rem;
}
.news-and-events .details {
font-size: 1rem;
color: #828282;
border-left: dashed 1px #eee;
}
.news-and-events .action-wrapper {
border-radius: 50px;
padding: 2px 7px 2px 15px;
text-align: center;
}
.hero-banner,
.inner-hero-banner {
overflow: hidden;
}
.hero-banner .banner-details,
.inner-hero-banner .banner-details {
bottom: 40px;
right: 60px;
z-index: 1;
position: absolute;
}
.hero-banner .banner-details.center-details-pos,
.inner-hero-banner .banner-details.center-details-pos {
bottom: auto;
right: auto;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.hero-banner .banner-details .title,
.inner-hero-banner .banner-details .title {
font-size: 2rem;
font-weight: 300;
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;
padding: 0 40px;
}
.hero-banner .banner-details .title span,
.inner-hero-banner .banner-details .title span {
font-size: 3rem;
}
.hero-banner .banner-details .title:after, .hero-banner .banner-details .title:before,
.inner-hero-banner .banner-details .title:after,
.inner-hero-banner .banner-details .title:before {
content: '';
position: absolute;
}
.hero-banner .banner-details .title:before,
.inner-hero-banner .banner-details .title:before {
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #202327;
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
z-index: -1;
}
.hero-banner .banner-details .title:after,
.inner-hero-banner .banner-details .title:after {
border-bottom: solid 3px orange;
height: 0;
z-index: 1;
width: 50%;
bottom: -3px;
right: -15px;
}
.hero-banner .banner-details .small-desc,
.inner-hero-banner .banner-details .small-desc {
margin-bottom: 10px;
}
.hero-banner .banner-details .small-desc p,
.inner-hero-banner .banner-details .small-desc p {
font-size: 1.2rem;
color: #fff;
text-align: center;
margin: 0 auto;
text-transform: uppercase;
}
.featured-wrapper .featured li {
margin-right: 10px;
padding: 10px;
background-color: #fff;
border: solid 1px #eee;
width: 25%;
-webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0), 0 4px 16px 0 rgba(167, 175, 183, 0);
box-shadow: 0 0 0 0 rgba(90, 113, 208, 0), 0 4px 16px 0 rgba(167, 175, 183, 0);
-webkit-transition: -webkit-box-shadow ease 0.2s;
transition: -webkit-box-shadow ease 0.2s;
transition: box-shadow ease 0.2s;
transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.featured-wrapper .featured li:first-child {
margin-left: 0;
}
.featured-wrapper .featured li:last-child {
margin-right: 0;
}
.featured-wrapper .featured li:hover {
-webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}
.featured-wrapper .featured li:hover .overlay {
-webkit-transform: scale(1);
transform: scale(1);
}
.featured-wrapper .featured li:hover .details::before {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.featured-wrapper .featured li:hover .details h3 {
-webkit-transform: translateY(0);
transform: translateY(0);
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.featured-wrapper .featured li:hover .details p span {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.featured-wrapper .featured li .overlay {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform ease 0.2s;
transition: -webkit-transform ease 0.2s;
transition: transform ease 0.2s;
transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.featured-wrapper .featured li a {
position: relative;
display: block;
text-decoration: none;
}
.featured-wrapper .featured li .details {
position: absolute;
top: 50%;
left: 0;
right: 0;
background-color: #000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 10px 15px;
z-index: 1;
overflow: hidden;
}
.featured-wrapper .featured li .details:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: orange;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform ease 0.4s;
transition: -webkit-transform ease 0.4s;
transition: transform ease 0.4s;
transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.featured-wrapper .featured li .details h3,
.featured-wrapper .featured li .details p {
white-space: nowrap;
text-align: center;
margin-bottom: 0;
color: #fff;
position: relative;
z-index: 1;
}
.featured-wrapper .featured li .details h3 {
font-size: 1.4rem;
-webkit-transform: translateY(45%);
transform: translateY(45%);
-webkit-transition: -webkit-transform ease 0.6s 0.1s;
transition: -webkit-transform ease 0.6s 0.1s;
transition: transform ease 0.6s 0.1s;
transition: transform ease 0.6s 0.1s, -webkit-transform ease 0.6s 0.1s;
}
.featured-wrapper .featured li .details p {
font-style: italic;
overflow: hidden;
}
.featured-wrapper .featured li .details p span {
-webkit-transform: translateY(100%);
transform: translateY(100%);
display: block;
-webkit-transition: -webkit-transform ease 0.4s;
transition: -webkit-transform ease 0.4s;
transition: transform ease 0.4s;
transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.web-status-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.web-status-wrapper .web-status {
background-color: #fff;
width: 100%;
margin-right: 20px;
}
.web-status-wrapper .web-status:last-child {
margin-right: 0;
}
.web-status-wrapper .title {
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: bold;
color: #333;
}
.web-status-wrapper i {
font-size: 2rem;
font-weight: 300;
}
.web-status-wrapper .status {
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;
}
.web-status-wrapper .icon,
.web-status-wrapper .count {
color: inherit;
}
.web-status-wrapper .count {
font-size: 2rem;
}
/*# sourceMappingURL=common.css.map */ | 0.379034 | 0.104158 |
@charset "UTF-8"
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* Config */
:root{
/*Primary*/
--Pale-blue: hsl(225, 100%, 94%);
--Bright-blue: hsl(245, 75%, 52%);
/*Neutral*/
--Very-pale-blue: hsl(225, 100%, 98%);
--Desaturated-blue: hsl(224, 23%, 55%);
--Dark-blue: hsl(223, 47%, 23%);
/*Fonts*/
--card-font: 'Red Hat Display', sans-serif;
--standard-font: arial, verdana, sans-serif;
}
body{
display: flex;
justify-content: center;
background-color: var(--Pale-blue);
color: var(--Desaturated-blue);
font-family: var(--card-font);
}
main{
width: 400px;
height: 80px;
}
.container{
background-color: var(--Very-pale-blue);
width: 100%;
margin-top: 30px;
border-radius: 20px;
box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.164);
}
.order{
display: block;
margin: auto;
text-align: center;
}
.order img{
width: 100%;
border-radius: 20px 20px 0px 0px;
}
.order h1{
color: var(--Dark-blue);
font-weight:bolder;
padding: 30px 0px 10px 20px;
font-size: 28px;
}
.order p{
text-align: center;
padding: 10px 40px;
line-height: 25px;
}
.price{
padding: 20px;
max-width: 340px;
display: flex;
margin: auto;
align-items: center;
justify-content: space-around;
}
.price ul{
display: flex;
align-items: center;
list-style: none;
columns: 2;
}
.price ul li{
line-height: 25px;
}
.price ul li a{
margin-left: 30px;
}
.price ul li a:hover{
cursor: pointer;
}
.price span{
font-weight: bolder;
color: var(--Dark-blue);
}
.submit button{
padding: 15px;
margin-left: 25px;
margin-bottom: 20px;
background-color: var(--Bright-blue);
color: var(--Very-pale-blue);
font-size: large;
font-weight: bold;
border: 0px;
border-radius: 10px;
}
.cancel button{
padding: 15px;
margin-left: 25px;
margin-bottom: 20px;
color: var(--Desaturated-blue);
font-size: large;
font-weight: bold;
border: 0px;
border-radius: 10px;
}
button{
width: 87%;
cursor: pointer;
}
.attribution{
padding: 10px;
}
.attribution a{
text-decoration: none;
} | sytle.css | @charset "UTF-8"
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* Config */
:root{
/*Primary*/
--Pale-blue: hsl(225, 100%, 94%);
--Bright-blue: hsl(245, 75%, 52%);
/*Neutral*/
--Very-pale-blue: hsl(225, 100%, 98%);
--Desaturated-blue: hsl(224, 23%, 55%);
--Dark-blue: hsl(223, 47%, 23%);
/*Fonts*/
--card-font: 'Red Hat Display', sans-serif;
--standard-font: arial, verdana, sans-serif;
}
body{
display: flex;
justify-content: center;
background-color: var(--Pale-blue);
color: var(--Desaturated-blue);
font-family: var(--card-font);
}
main{
width: 400px;
height: 80px;
}
.container{
background-color: var(--Very-pale-blue);
width: 100%;
margin-top: 30px;
border-radius: 20px;
box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.164);
}
.order{
display: block;
margin: auto;
text-align: center;
}
.order img{
width: 100%;
border-radius: 20px 20px 0px 0px;
}
.order h1{
color: var(--Dark-blue);
font-weight:bolder;
padding: 30px 0px 10px 20px;
font-size: 28px;
}
.order p{
text-align: center;
padding: 10px 40px;
line-height: 25px;
}
.price{
padding: 20px;
max-width: 340px;
display: flex;
margin: auto;
align-items: center;
justify-content: space-around;
}
.price ul{
display: flex;
align-items: center;
list-style: none;
columns: 2;
}
.price ul li{
line-height: 25px;
}
.price ul li a{
margin-left: 30px;
}
.price ul li a:hover{
cursor: pointer;
}
.price span{
font-weight: bolder;
color: var(--Dark-blue);
}
.submit button{
padding: 15px;
margin-left: 25px;
margin-bottom: 20px;
background-color: var(--Bright-blue);
color: var(--Very-pale-blue);
font-size: large;
font-weight: bold;
border: 0px;
border-radius: 10px;
}
.cancel button{
padding: 15px;
margin-left: 25px;
margin-bottom: 20px;
color: var(--Desaturated-blue);
font-size: large;
font-weight: bold;
border: 0px;
border-radius: 10px;
}
button{
width: 87%;
cursor: pointer;
}
.attribution{
padding: 10px;
}
.attribution a{
text-decoration: none;
} | 0.35421 | 0.084041 |
.theme--ol {
& .hero__title,
& .hero__caption {
color: black;
}
}
.theme--od {
& .hero__title,
& .hero__caption {
color: white;
}
}
.bg {
position: relative;
overflow: hidden;
width: 100%;
/* height: 100%; */
z-index: 1;
&--grey50 {
background-color: google-color(grey, 50);
}
&--peach-gold-rtl-45 {
position: relative;
z-index: -1;
background: linear-gradient(45deg, #F9807B, #FBCA71);
}
&--round-box:before {
content: "";
position: absolute;
background: hsla(9,100%,75%,.1);
border-radius: 6.25rem;
transform: translate(75%,30%) skewX(10deg) skewY(0) scaleY(1) scaleX(1.04) rotate(60deg);
width: 50%;
height: 50%;
z-index: -1;
}
&--round-box:after {
content: "";
position: absolute;
background: rgba(29,233,182,.1);
border-radius: 6.25rem;
transform: translate(100%, 0%) skewX(10deg) skewY(0) scaleY(1) scaleX(1.04) rotate(30deg);
width: 50%;
height: 200%;
z-index: -1;
}
}
.color {
&--cta {
color: $cta;
}
&--grey300 {
color: google-color(gre, 300);
}
/* Google-colors */
&--red {
&50 {
color: google-color(red, 50);
}
&a100 {
color: google-color(red, a100);
}
&a200 {
color: google-color(red, a200);
}
&a400 {
color: google-color(red, a400);
}
&a700 {
color: google-color(red, a700);
}
@for $c from 100 to 900 by 100 {
&$(c) {
color: google-color(red, $c);
}
}
}
&--grey {
&50 {
color: google-color(grey, );
}
@for $c from 100 to 900 by 100 {
&$(c) {
color: google-color(grey, $c);
}
}
}
&--brown {
&50 {
color: google-color(brown, );
}
@for $c from 100 to 900 by 100 {
&$(c) {
color: google-color(brown, $c);
}
}
}
} | src/assets/postcss/theme/theme.css | .theme--ol {
& .hero__title,
& .hero__caption {
color: black;
}
}
.theme--od {
& .hero__title,
& .hero__caption {
color: white;
}
}
.bg {
position: relative;
overflow: hidden;
width: 100%;
/* height: 100%; */
z-index: 1;
&--grey50 {
background-color: google-color(grey, 50);
}
&--peach-gold-rtl-45 {
position: relative;
z-index: -1;
background: linear-gradient(45deg, #F9807B, #FBCA71);
}
&--round-box:before {
content: "";
position: absolute;
background: hsla(9,100%,75%,.1);
border-radius: 6.25rem;
transform: translate(75%,30%) skewX(10deg) skewY(0) scaleY(1) scaleX(1.04) rotate(60deg);
width: 50%;
height: 50%;
z-index: -1;
}
&--round-box:after {
content: "";
position: absolute;
background: rgba(29,233,182,.1);
border-radius: 6.25rem;
transform: translate(100%, 0%) skewX(10deg) skewY(0) scaleY(1) scaleX(1.04) rotate(30deg);
width: 50%;
height: 200%;
z-index: -1;
}
}
.color {
&--cta {
color: $cta;
}
&--grey300 {
color: google-color(gre, 300);
}
/* Google-colors */
&--red {
&50 {
color: google-color(red, 50);
}
&a100 {
color: google-color(red, a100);
}
&a200 {
color: google-color(red, a200);
}
&a400 {
color: google-color(red, a400);
}
&a700 {
color: google-color(red, a700);
}
@for $c from 100 to 900 by 100 {
&$(c) {
color: google-color(red, $c);
}
}
}
&--grey {
&50 {
color: google-color(grey, );
}
@for $c from 100 to 900 by 100 {
&$(c) {
color: google-color(grey, $c);
}
}
}
&--brown {
&50 {
color: google-color(brown, );
}
@for $c from 100 to 900 by 100 {
&$(c) {
color: google-color(brown, $c);
}
}
}
} | 0.349644 | 0.160003 |
.body{
}
/*Reset*/
*{
list-style-type: none;
padding: 0 0;
margin: 0 0;
}
a{
color:#000000;
text-decoration: none;
}
ul{
padding: 0 0;
margin: 0 0;
}
/*EndReset*/
/*filters-start*/
.filters{
margin: 10px 0;
font-size: 18px;
}
.filters_list{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.filters_list li:first-child{
margin: 0;
}
.filters_list li{
margin-left: 5px;
}
/*filters-end*/
/*Media*/
@media only screen and (min-width: 851px){
.body{
display: grid;
grid-template-columns: 9vw 1fr 9vw;
grid-template-rows: 100px 1fr 400px;
grid-gap: 10px;
}
.main{
grid-column: 2;
grid-row: 2/3;
}
/*gallery-start*/
.gallery{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.gallery_item{
height: 40vw;
max-height: 525px;
min-height: 400px;
width: 30vw;
max-width: 400px;
min-width: 300px;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 60% 40%;
margin: 10px;
background-color: #eeeeee;
border-bottom: 1px solid black;
}
.gallery_item_images{
border-bottom: 1px solid black;
}
.gallery_item_image{
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery_item_info{
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(1fr,4);
justify-items: center;
align-items: center;
}
.gallery_item_link{
padding: 5px;
background-color: #929292;
color:white;
}
.gallery_item_link:hover{
background-color: black;
color:white;
}
/*gallery-end*/
}
/*Mobile*/
@media only screen and (max-width: 850px){
.body{
display: grid;
grid-template-columns: 0 1fr 0;
grid-template-rows: 70px 1fr 400px;
grid-gap: 10px;
}
.main{
grid-column: 2;
grid-row: 2/3;
}
/*gallery-start*/
.gallery{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.gallery_item{
height: 40vw;
max-height: 525px;
min-height: 350px;
width: 30vw;
max-width: 400px;
min-width: 250px;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 60% 40%;
margin: 10px;
background-color: #eeeeee;
border-bottom: 1px solid black;
}
.gallery_item_images{
border-bottom: 1px solid black;
}
.gallery_item_image{
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery_item_info{
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(1fr,4);
justify-items: center;
align-items: center;
}
.gallery_item_link{
padding: 5px;
background-color: #929292;
color:white;
}
.gallery_item_link:hover{
background-color: black;
color:white;
}
/*gallery-end*/
}
@media only screen and (max-width: 566px){
}
@media only screen and (max-width: 489px){
}
@media only screen and (max-width: 400px){
}
@media only screen and (max-width: 339px){
}
@media only screen and (max-width: 299px){
}
@media only screen and (min-width: 1000px){
}
/*EndMedia*/ | public/styles/jalleryProducts.css | .body{
}
/*Reset*/
*{
list-style-type: none;
padding: 0 0;
margin: 0 0;
}
a{
color:#000000;
text-decoration: none;
}
ul{
padding: 0 0;
margin: 0 0;
}
/*EndReset*/
/*filters-start*/
.filters{
margin: 10px 0;
font-size: 18px;
}
.filters_list{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.filters_list li:first-child{
margin: 0;
}
.filters_list li{
margin-left: 5px;
}
/*filters-end*/
/*Media*/
@media only screen and (min-width: 851px){
.body{
display: grid;
grid-template-columns: 9vw 1fr 9vw;
grid-template-rows: 100px 1fr 400px;
grid-gap: 10px;
}
.main{
grid-column: 2;
grid-row: 2/3;
}
/*gallery-start*/
.gallery{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.gallery_item{
height: 40vw;
max-height: 525px;
min-height: 400px;
width: 30vw;
max-width: 400px;
min-width: 300px;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 60% 40%;
margin: 10px;
background-color: #eeeeee;
border-bottom: 1px solid black;
}
.gallery_item_images{
border-bottom: 1px solid black;
}
.gallery_item_image{
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery_item_info{
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(1fr,4);
justify-items: center;
align-items: center;
}
.gallery_item_link{
padding: 5px;
background-color: #929292;
color:white;
}
.gallery_item_link:hover{
background-color: black;
color:white;
}
/*gallery-end*/
}
/*Mobile*/
@media only screen and (max-width: 850px){
.body{
display: grid;
grid-template-columns: 0 1fr 0;
grid-template-rows: 70px 1fr 400px;
grid-gap: 10px;
}
.main{
grid-column: 2;
grid-row: 2/3;
}
/*gallery-start*/
.gallery{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.gallery_item{
height: 40vw;
max-height: 525px;
min-height: 350px;
width: 30vw;
max-width: 400px;
min-width: 250px;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 60% 40%;
margin: 10px;
background-color: #eeeeee;
border-bottom: 1px solid black;
}
.gallery_item_images{
border-bottom: 1px solid black;
}
.gallery_item_image{
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery_item_info{
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(1fr,4);
justify-items: center;
align-items: center;
}
.gallery_item_link{
padding: 5px;
background-color: #929292;
color:white;
}
.gallery_item_link:hover{
background-color: black;
color:white;
}
/*gallery-end*/
}
@media only screen and (max-width: 566px){
}
@media only screen and (max-width: 489px){
}
@media only screen and (max-width: 400px){
}
@media only screen and (max-width: 339px){
}
@media only screen and (max-width: 299px){
}
@media only screen and (min-width: 1000px){
}
/*EndMedia*/ | 0.190649 | 0.060446 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 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; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
body {
-webkit-font-feature-settings: "kern", "liga", "pnum";
-moz-font-feature-settings: "kern", "liga", "pnum";
-ms-font-feature-settings: "kern", "liga", "pnum";
font-feature-settings: "kern", "liga", "pnum";
-webkit-font-smoothing: antialiased;
font-family: "Open Sans", Helvetica, Arial sans-serif;
color: #444444; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial sans-serif;
font-weight: 700;
color: #333333; }
h1,
.h1 {
font-size: 48px;
font-size: 3rem;
line-height: 48px;
line-height: 3rem; }
h2,
.h2 {
font-size: 36px;
font-size: 2.25rem;
line-height: 36px;
line-height: 2.25rem; }
h3,
.h3 {
font-size: 24px;
font-size: 1.5rem;
line-height: 36px;
line-height: 2.25rem; }
h4,
.h4 {
font-size: 18px;
font-size: 1.125rem;
line-height: 36px;
line-height: 2.25rem; }
p {
margin-bottom: 1.5em; }
ol,
ul {
list-style-type: none;
margin: 0;
padding: 0; }
img,
picture {
margin: 0;
max-width: 100%; }
.topbar {
position: relative;
width: 100%;
background-color: #233445;
color: white;
min-height: 3em;
z-index: 99; }
.topbar::after {
clear: both;
content: "";
display: table; }
.topbar-fixed {
position: fixed;
top: 0; }
.topbar-container {
max-width: 71.25em;
margin-left: auto;
margin-right: auto;
padding: 0 1.5em; }
.topbar-container::after {
clear: both;
content: "";
display: table; }
.topbar-navigation {
float: none; }
@media screen and (min-width: 64em) {
.topbar-navigation {
float: right; } }
.topbar-toggle {
float: right;
display: block;
padding: 1em 0;
border-radius: 5px; }
@media screen and (min-width: 64em) {
.topbar-toggle {
display: none; } }
.topbar-branding {
float: left; }
.topbar-logo img {
height: 3em; }
.main-menu {
-webkit-transform-style: preserve-3d;
clear: both;
display: none;
width: 100%; }
@media screen and (min-width: 64em) {
.main-menu {
display: block; } }
.main-menu li {
display: block;
text-transform: uppercase; }
@media screen and (min-width: 64em) {
.main-menu li {
display: inline-block;
margin-right: -4px;
border-right: 1px solid #2c4156; } }
.main-menu li a {
display: inline-block;
padding: 1em 1.5em;
border-bottom: 1px solid #3d5a78;
width: 100%; }
@media screen and (min-width: 64em) {
.main-menu li a {
border: 0; } }
.main-menu li a:focus, .main-menu li a:hover {
background-color: #2c4156; }
.main-menu .menu-item-has-children:focus > .sub-menu, .main-menu .menu-item-has-children:hover > .sub-menu {
display: block; }
.main-menu .menu-item-has-children > a:after {
position: relative;
top: auto;
right: -0.4em;
bottom: auto;
left: auto;
content: '\25BE'; }
.menu-show {
display: block; }
.current-menu-item > a {
background-color: #3d5a78; }
.sub-menu {
display: none; }
@media screen and (min-width: 64em) {
.sub-menu {
position: absolute;
text-align: left; } }
@media screen and (min-width: 64em) {
.sub-menu li {
display: block; }
.sub-menu li:last-child a {
border-bottom: 0; } }
.sub-menu li a {
background-color: #3d5a78;
border-bottom: 1px solid #344d67; }
@media screen and (min-width: 64em) {
.sub-menu li a {
width: 20em; } }
.sub-menu li a:focus, .sub-menu li a:hover {
background-color: #456789; }
@media screen and (min-width: 64em) {
.sub-menu .sub-menu {
position: absolute;
margin: -3.4em 0 0 0;
left: 100%; } }
.sub-menu .sub-menu li a {
background-color: #5780aa;
border-bottom: 1px solid #4e749a; }
.sub-menu .sub-menu li a:focus, .sub-menu .sub-menu li a:hover {
background-color: #688db2; }
a {
color: #ffffff;
text-decoration: none; }
.footer {
position: relative;
width: 100%;
background-color: #233445;
color: white;
z-index: 99; }
.footer::after {
clear: both;
content: "";
display: table; }
.footer-container {
max-width: 71.25em;
margin-left: auto;
margin-right: auto;
padding: 0.75em 1.5em; }
.footer-container::after {
clear: both;
content: "";
display: table; }
.footer-logo {
text-align: center;
padding: 1.5em 0; }
@media screen and (min-width: 64em) {
.footer-logo {
float: left;
padding: 0; } }
.footer-logo img {
height: 2.5em; }
.footer-credits {
background-color: #090e12;
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
line-height: 1.5rem;
text-align: center;
padding: 0.75em;
color: #3d5a78; }
.footer-credits a {
color: #5780aa; }
@media screen and (min-width: 64em) {
.footer-credits li {
display: inline-block;
padding: 0 1.5em; } }
.footer-menu {
text-align: right; }
.footer-menu li {
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
line-height: 1.5rem;
text-transform: uppercase;
text-align: center; }
@media screen and (min-width: 64em) {
.footer-menu li {
display: inline-block; } }
.footer-menu a {
display: inline-block;
padding: 1em 1.5em;
border-top: 1px solid #3d5a78;
width: 100%; }
@media screen and (min-width: 64em) {
.footer-menu a {
border: 0; } }
.footer-menu a:focus, .footer-menu a:hover {
background-color: #2c4156; }
.site-wrapper {
max-width: 71.25em;
margin-left: auto;
margin-right: auto; }
.site-wrapper::after {
clear: both;
content: "";
display: table; }
.container,
.site-container {
max-width: 71.25em;
margin-left: auto;
margin-right: auto;
padding: 1.5em; }
.container::after,
.site-container::after {
clear: both;
content: "";
display: table; }
.site-content {
width: 100%; }
@media screen and (min-width: 64em) {
.site-content-one-sidebar {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 65.8807828007%; }
.site-content-one-sidebar:last-child {
margin-right: 0; } }
@media screen and (min-width: 64em) {
.site-content-two-sidebars {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 48.821174201%; }
.site-content-two-sidebars:last-child {
margin-right: 0; } }
.site-sidebar-left,
.site-sidebar-right {
background-color: #FEFEFE; }
@media screen and (min-width: 64em) {
.site-sidebar-left,
.site-sidebar-right {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 23.2317613015%; }
.site-sidebar-left:last-child,
.site-sidebar-right:last-child {
margin-right: 0; } }
@media screen and (min-width: 64em) {
.site-sidebar {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 65.8807828007%; }
.site-sidebar:last-child {
margin-right: 0; } }
.skip-links {
position: absolute; }
a.skip-links {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
padding: 0.5em;
background: black;
color: white;
text-decoration: none; }
a:focus.skip-links {
position: static;
overflow: visible;
clip: auto; }
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0; }
body.admin-bar .topbar-fixed {
top: 32px !important; }
@font-face {
font-family: 'icomoon';
src: url("fonts/icomoon.eot?-u0cq91");
src: url("fonts/icomoon.eot?#iefix-u0cq91") format("embedded-opentype"), url("fonts/icomoon.woff?-u0cq91") format("woff"), url("fonts/icomoon.ttf?-u0cq91") format("truetype"), url("fonts/icomoon.svg?-u0cq91#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: .5em;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-three-bars:before {
content: "\f05e"; }
.icon-triangle-down:before {
content: "\f05b"; }
.icon-triangle-left:before {
content: "\f044"; }
.icon-triangle-right:before {
content: "\f05a"; }
.icon-triangle-up:before {
content: "\f0aa"; } | style.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 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; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
body {
-webkit-font-feature-settings: "kern", "liga", "pnum";
-moz-font-feature-settings: "kern", "liga", "pnum";
-ms-font-feature-settings: "kern", "liga", "pnum";
font-feature-settings: "kern", "liga", "pnum";
-webkit-font-smoothing: antialiased;
font-family: "Open Sans", Helvetica, Arial sans-serif;
color: #444444; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial sans-serif;
font-weight: 700;
color: #333333; }
h1,
.h1 {
font-size: 48px;
font-size: 3rem;
line-height: 48px;
line-height: 3rem; }
h2,
.h2 {
font-size: 36px;
font-size: 2.25rem;
line-height: 36px;
line-height: 2.25rem; }
h3,
.h3 {
font-size: 24px;
font-size: 1.5rem;
line-height: 36px;
line-height: 2.25rem; }
h4,
.h4 {
font-size: 18px;
font-size: 1.125rem;
line-height: 36px;
line-height: 2.25rem; }
p {
margin-bottom: 1.5em; }
ol,
ul {
list-style-type: none;
margin: 0;
padding: 0; }
img,
picture {
margin: 0;
max-width: 100%; }
.topbar {
position: relative;
width: 100%;
background-color: #233445;
color: white;
min-height: 3em;
z-index: 99; }
.topbar::after {
clear: both;
content: "";
display: table; }
.topbar-fixed {
position: fixed;
top: 0; }
.topbar-container {
max-width: 71.25em;
margin-left: auto;
margin-right: auto;
padding: 0 1.5em; }
.topbar-container::after {
clear: both;
content: "";
display: table; }
.topbar-navigation {
float: none; }
@media screen and (min-width: 64em) {
.topbar-navigation {
float: right; } }
.topbar-toggle {
float: right;
display: block;
padding: 1em 0;
border-radius: 5px; }
@media screen and (min-width: 64em) {
.topbar-toggle {
display: none; } }
.topbar-branding {
float: left; }
.topbar-logo img {
height: 3em; }
.main-menu {
-webkit-transform-style: preserve-3d;
clear: both;
display: none;
width: 100%; }
@media screen and (min-width: 64em) {
.main-menu {
display: block; } }
.main-menu li {
display: block;
text-transform: uppercase; }
@media screen and (min-width: 64em) {
.main-menu li {
display: inline-block;
margin-right: -4px;
border-right: 1px solid #2c4156; } }
.main-menu li a {
display: inline-block;
padding: 1em 1.5em;
border-bottom: 1px solid #3d5a78;
width: 100%; }
@media screen and (min-width: 64em) {
.main-menu li a {
border: 0; } }
.main-menu li a:focus, .main-menu li a:hover {
background-color: #2c4156; }
.main-menu .menu-item-has-children:focus > .sub-menu, .main-menu .menu-item-has-children:hover > .sub-menu {
display: block; }
.main-menu .menu-item-has-children > a:after {
position: relative;
top: auto;
right: -0.4em;
bottom: auto;
left: auto;
content: '\25BE'; }
.menu-show {
display: block; }
.current-menu-item > a {
background-color: #3d5a78; }
.sub-menu {
display: none; }
@media screen and (min-width: 64em) {
.sub-menu {
position: absolute;
text-align: left; } }
@media screen and (min-width: 64em) {
.sub-menu li {
display: block; }
.sub-menu li:last-child a {
border-bottom: 0; } }
.sub-menu li a {
background-color: #3d5a78;
border-bottom: 1px solid #344d67; }
@media screen and (min-width: 64em) {
.sub-menu li a {
width: 20em; } }
.sub-menu li a:focus, .sub-menu li a:hover {
background-color: #456789; }
@media screen and (min-width: 64em) {
.sub-menu .sub-menu {
position: absolute;
margin: -3.4em 0 0 0;
left: 100%; } }
.sub-menu .sub-menu li a {
background-color: #5780aa;
border-bottom: 1px solid #4e749a; }
.sub-menu .sub-menu li a:focus, .sub-menu .sub-menu li a:hover {
background-color: #688db2; }
a {
color: #ffffff;
text-decoration: none; }
.footer {
position: relative;
width: 100%;
background-color: #233445;
color: white;
z-index: 99; }
.footer::after {
clear: both;
content: "";
display: table; }
.footer-container {
max-width: 71.25em;
margin-left: auto;
margin-right: auto;
padding: 0.75em 1.5em; }
.footer-container::after {
clear: both;
content: "";
display: table; }
.footer-logo {
text-align: center;
padding: 1.5em 0; }
@media screen and (min-width: 64em) {
.footer-logo {
float: left;
padding: 0; } }
.footer-logo img {
height: 2.5em; }
.footer-credits {
background-color: #090e12;
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
line-height: 1.5rem;
text-align: center;
padding: 0.75em;
color: #3d5a78; }
.footer-credits a {
color: #5780aa; }
@media screen and (min-width: 64em) {
.footer-credits li {
display: inline-block;
padding: 0 1.5em; } }
.footer-menu {
text-align: right; }
.footer-menu li {
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
line-height: 1.5rem;
text-transform: uppercase;
text-align: center; }
@media screen and (min-width: 64em) {
.footer-menu li {
display: inline-block; } }
.footer-menu a {
display: inline-block;
padding: 1em 1.5em;
border-top: 1px solid #3d5a78;
width: 100%; }
@media screen and (min-width: 64em) {
.footer-menu a {
border: 0; } }
.footer-menu a:focus, .footer-menu a:hover {
background-color: #2c4156; }
.site-wrapper {
max-width: 71.25em;
margin-left: auto;
margin-right: auto; }
.site-wrapper::after {
clear: both;
content: "";
display: table; }
.container,
.site-container {
max-width: 71.25em;
margin-left: auto;
margin-right: auto;
padding: 1.5em; }
.container::after,
.site-container::after {
clear: both;
content: "";
display: table; }
.site-content {
width: 100%; }
@media screen and (min-width: 64em) {
.site-content-one-sidebar {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 65.8807828007%; }
.site-content-one-sidebar:last-child {
margin-right: 0; } }
@media screen and (min-width: 64em) {
.site-content-two-sidebars {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 48.821174201%; }
.site-content-two-sidebars:last-child {
margin-right: 0; } }
.site-sidebar-left,
.site-sidebar-right {
background-color: #FEFEFE; }
@media screen and (min-width: 64em) {
.site-sidebar-left,
.site-sidebar-right {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 23.2317613015%; }
.site-sidebar-left:last-child,
.site-sidebar-right:last-child {
margin-right: 0; } }
@media screen and (min-width: 64em) {
.site-sidebar {
float: left;
display: block;
margin-right: 2.3576515979%;
width: 65.8807828007%; }
.site-sidebar:last-child {
margin-right: 0; } }
.skip-links {
position: absolute; }
a.skip-links {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
padding: 0.5em;
background: black;
color: white;
text-decoration: none; }
a:focus.skip-links {
position: static;
overflow: visible;
clip: auto; }
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0; }
body.admin-bar .topbar-fixed {
top: 32px !important; }
@font-face {
font-family: 'icomoon';
src: url("fonts/icomoon.eot?-u0cq91");
src: url("fonts/icomoon.eot?#iefix-u0cq91") format("embedded-opentype"), url("fonts/icomoon.woff?-u0cq91") format("woff"), url("fonts/icomoon.ttf?-u0cq91") format("truetype"), url("fonts/icomoon.svg?-u0cq91#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: .5em;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-three-bars:before {
content: "\f05e"; }
.icon-triangle-down:before {
content: "\f05b"; }
.icon-triangle-left:before {
content: "\f044"; }
.icon-triangle-right:before {
content: "\f05a"; }
.icon-triangle-up:before {
content: "\f0aa"; } | 0.378804 | 0.078819 |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7COswald:400,300,700");
/* Timeline */
.timeline {
border-left: 4px solid grey;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background: white;
color: black;
margin: 50px 0 50px 184px;
letter-spacing: 0.5px;
position: relative;
line-height: 1.4em;
font-size: 1.03em;
padding: 0;
list-style: none;
text-align: left;
max-width: 100%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
letter-spacing: 1px;
font-weight: 100;
font-size: 1.4em;
margin-bottom: 3px;
}
.timeline h3 {
padding-top: 20px;
margin-top: 0;
}
.timeline .event {
border-bottom: 1px dashed #FF384B;
padding: 0 20px 20px;
margin-bottom: 0;
position: relative;
}
.timeline .event.break {
background-color: #eaeaea;
}
.timeline .event:hover {
cursor: pointer;
}
.timeline .event p {
line-height: 1.25;
margin-bottom: 0;
position: relative;
padding: 8px 0 8px 40px;
margin-top: 0;
}
.timeline .event p.plain {
padding-left: 0;;
}
.timeline .event p a {
color: black;
text-decoration: none;
}
.timeline .event p img {
position: absolute;
left: 0;
top: 4px;
width: 30px;
height: 30px;
border-radius: 50%;
}
.timeline .event p a:hover {
font-weight: bold;
}
.timeline .event:last-of-type {
margin-bottom: 0;
border: none;
}
.timeline .event:before,
.timeline .event:after {
position: absolute;
display: block;
top: 0;
}
.timeline .event:before {
left: -200px;
color: white;
content: attr(data-date);
text-align: right;
font-weight: 400;
font-size: 0.9em;
min-width: 120px;
white-space: pre;
}
.timeline .event:after {
box-shadow: 0 0 0 4px #fff;
left: -40.85px;
background: #000;
border-radius: 50%;
height: 11px;
width: 11px;
content: "";
top: 5px;
}
.timeline .session-info {
display: none;
}
.app .timeline .session-info {
display: block;
}
@media (max-width: 800px) {
#table-loactions {
margin-top: 30px;
}
.timeline {
margin-left:0;
}
.timeline .event:before {
left: -0.5px;
top: -15px;
background-color: #000;
color: white;
margin-top: 8px;
padding: 2px 8px 2px 8px;
content: attr(data-date);
text-align: left;
font-weight: 400;
font-size: 0.9em;
min-width: 120px;
}
.timeline .event {
padding-bottom: 25px;
}
.timeline .event h3 {
padding-top: 30px;
}
.timeline .event p {
padding: 10px 0px 10px 40px;
position: relative;
}
} | css/timetable-v=2.css | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7COswald:400,300,700");
/* Timeline */
.timeline {
border-left: 4px solid grey;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background: white;
color: black;
margin: 50px 0 50px 184px;
letter-spacing: 0.5px;
position: relative;
line-height: 1.4em;
font-size: 1.03em;
padding: 0;
list-style: none;
text-align: left;
max-width: 100%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
letter-spacing: 1px;
font-weight: 100;
font-size: 1.4em;
margin-bottom: 3px;
}
.timeline h3 {
padding-top: 20px;
margin-top: 0;
}
.timeline .event {
border-bottom: 1px dashed #FF384B;
padding: 0 20px 20px;
margin-bottom: 0;
position: relative;
}
.timeline .event.break {
background-color: #eaeaea;
}
.timeline .event:hover {
cursor: pointer;
}
.timeline .event p {
line-height: 1.25;
margin-bottom: 0;
position: relative;
padding: 8px 0 8px 40px;
margin-top: 0;
}
.timeline .event p.plain {
padding-left: 0;;
}
.timeline .event p a {
color: black;
text-decoration: none;
}
.timeline .event p img {
position: absolute;
left: 0;
top: 4px;
width: 30px;
height: 30px;
border-radius: 50%;
}
.timeline .event p a:hover {
font-weight: bold;
}
.timeline .event:last-of-type {
margin-bottom: 0;
border: none;
}
.timeline .event:before,
.timeline .event:after {
position: absolute;
display: block;
top: 0;
}
.timeline .event:before {
left: -200px;
color: white;
content: attr(data-date);
text-align: right;
font-weight: 400;
font-size: 0.9em;
min-width: 120px;
white-space: pre;
}
.timeline .event:after {
box-shadow: 0 0 0 4px #fff;
left: -40.85px;
background: #000;
border-radius: 50%;
height: 11px;
width: 11px;
content: "";
top: 5px;
}
.timeline .session-info {
display: none;
}
.app .timeline .session-info {
display: block;
}
@media (max-width: 800px) {
#table-loactions {
margin-top: 30px;
}
.timeline {
margin-left:0;
}
.timeline .event:before {
left: -0.5px;
top: -15px;
background-color: #000;
color: white;
margin-top: 8px;
padding: 2px 8px 2px 8px;
content: attr(data-date);
text-align: left;
font-weight: 400;
font-size: 0.9em;
min-width: 120px;
}
.timeline .event {
padding-bottom: 25px;
}
.timeline .event h3 {
padding-top: 30px;
}
.timeline .event p {
padding: 10px 0px 10px 40px;
position: relative;
}
} | 0.432782 | 0.10226 |
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
:root {
--node-width: 175px;
--node-height: 22px;
--node-border: 2px;
--node-horizontal-padding: 56px;
--node-vertical-padding: 10px;
--yellow: #fff133;
--horizontal-nodes: 6;
--vertical-nodes: 7;
--tree-amount: 2;
--tree-width: calc(var(--node-width) * var(--horizontal-nodes) + var(--node-horizontal-padding) * (var(--horizontal-nodes) - 1) + var(--node-border) * 2);
--tree-height: calc(var(--node-height) * var(--vertical-nodes) + var(--node-vertical-padding) * (var(--vertical-nodes) - 1) + var(--node-border) * 2);
}
.blue-theme {
--body-background: #1c3d70;
--header-background: #043150;
--available-highlight: #A3DAD4;
--available-background: #003366;
--available-midtone: #226699;
--unavailable-highlight: #A9A9A9;
--unavailable-background: #394B61;
--unavailable-midtone: #778898;
}
.skill-available {
--highlight: var(--available-highlight);
--background: var(--available-background);
--midtone: var(--available-midtone);
}
.skill-unavailable {
--highlight: var(--unavailable-highlight);
--background: var(--unavailable-background);
--midtone: var(--unavailable-midtone);
}
body {
min-width: var(--tree-width);
font-family: Helvetica, Arial;
color: var(--available-highlight);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: var(--body-background);
}
table {
min-width: calc(var(--node-width) * 1.5);
white-space: nowrap;
border-spacing: 1px;
}
.skill-description {
line-height: 1.4em;
text-align: left;
white-space: initial;
}
th {
padding: 5px;
color: var(--available-highlight);
background-color: var(--available-midtone);
}
table > tr:first-child > *:first-child {
border-radius: 1ex 0 0 0;
}
table > tr:first-child > *:last-child {
border-radius: 0 1ex 0 0;
}
table > tr:last-child > *:first-child {
border-radius: 0 0 0 1ex;
}
table > tr:last-child > *:last-child {
border-radius: 0 0 1ex 0;
}
table > tr:last-child > *:only-child {
border-radius: 0 0 1ex 1ex;
}
td {
padding: 5px;
font-size: 10pt;
color: #e5fff8;
background: var(--available-background);
}
header {
position: fixed;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 0;
background-color: var(--header-background);
}
#header-main {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 73px;
}
#header-main div {
height: 36px;
padding: 0 12px;
margin-right: 1px;
line-height: 36px;
}
#header-main div * {
margin-right: 2px;
}
#header-links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
float: right;
width: 73px;
height: 73px;
}
#header-links svg {
width: 30px;
fill: var(--available-highlight);
}
#main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: calc(var(--tree-height) * var(--tree-amount) + (var(--node-height) + var(--node-vertical-padding)) * var(--tree-amount));
padding-top: 95px;
}
.tree {
position: relative;
width: var(--tree-width);
height: var(--tree-height);
}
.skill {
--skill-x-pos: 0;
--skill-y-pos: 0;
position: absolute;
top: calc(var(--skill-y-pos) * (var(--node-height) + var(--node-vertical-padding)));
left: calc(var(--skill-x-pos) * (var(--node-width) + var(--node-horizontal-padding)));
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: var(--node-width);
height: var(--node-height);
background-color: var(--background);
border: solid var(--node-border) var(--highlight);
border-radius: 100px;
}
.skill-name {
margin-left: 10px;
font-size: 14px;
color: var(--highlight);
}
.skill-type {
position: relative;
display: flex;
flex-direction: row;
width: calc(var(--node-width) * 0.225);
height: calc(var(--node-height) - 4px);
margin-right: 2px;
overflow: hidden;
text-align: center;
background-color: var(--highlight);
border-radius: 100px;
}
.skill-type-special {
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: bold;
font-stretch: condensed;
color: var(--background);
}
.skill-type-normal {
align-items: baseline;
justify-content: space-between;
}
.skill-type-normal:before {
position: absolute;
left: 29%;
flex-basis: 100%;
width: 100%;
height: 100%;
content: "";
background-color: var(--midtone);
transform: rotate(-65deg);
}
.skill-current-level {
width: 23px;
margin: 1px;
font-size: 14px;
color: var(--background);
}
.skill-max-level {
position: relative;
width: 15px;
margin-right: 2px;
font-size: 10px;
}
.skill-available .skill-max-level { color: var(--highlight); }
.skill-unavailable .skill-max-level { color: var(--background); }
.skill-info {
position: absolute;
padding: 0;
margin: 0;
color: var(--available-highlight);
text-align: center;
background-color: #000;
border-radius: 1ex;
}
.info-current-level {
font-weight: bold;
color: var(--yellow);
}
.line {
position: absolute;
background-color: var(--available-highlight);
}
.vertical-line {
--vertical-line-x-pos: 0;
--vertical-line-min-y-pos: 0;
--vertical-line-max-y-pos: 0;
top: calc(var(--vertical-line-min-y-pos) * (var(--node-height) + var(--node-vertical-padding)) + var(--node-height) / 2);
left: calc(var(--vertical-line-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) - var(--node-horizontal-padding) / 2);
width: 4px;
height: calc((var(--node-height) + var(--node-vertical-padding)) * (var(--vertical-line-max-y-pos) - var(--vertical-line-min-y-pos)) + 4px);
}
.horizontal-line {
--line-x-pos: 0;
--line-y-pos: 0;
top: calc(var(--line-y-pos) * (var(--node-height) + var(--node-vertical-padding)) + var(--node-height) / 2);
height: 4px;
}
.forward-line {
--line-x-end-pos: 0;
left: calc(var(--line-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) + var(--node-width));
width: calc(var(--node-horizontal-padding) / 2 + (var(--line-x-end-pos) - var(--line-x-pos) - 1) * (var(--node-width) + var(--node-horizontal-padding)) + 3px);
}
.dep-line {
left: calc(var(--line-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) - var(--node-horizontal-padding) / 2);
width: calc(var(--node-horizontal-padding) / 2);
}
.level-req {
--level-x-pos: 0;
--level-y-pos: 0;
position: absolute;
top: calc(var(--level-y-pos) * (var(--node-height) + var(--node-vertical-padding)) + var(--node-height) / 2);
left: calc(var(--level-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) + var(--node-width) + var(--node-horizontal-padding) / 2);
margin: 2px;
font-size: 14px;
font-weight: bold;
color: var(--yellow);
text-shadow: -1px -1px 0 #105068, 1px -1px 0 #105068, -1px 1px 0 #105068, 1px 1px 0 #105068;
transform: translate(-50%, -50%);
}
select {
color: var(--available-highlight);
background-color: var(--body-background);
border: none;
border-radius: 3px;
} | css/styles.css | @import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
:root {
--node-width: 175px;
--node-height: 22px;
--node-border: 2px;
--node-horizontal-padding: 56px;
--node-vertical-padding: 10px;
--yellow: #fff133;
--horizontal-nodes: 6;
--vertical-nodes: 7;
--tree-amount: 2;
--tree-width: calc(var(--node-width) * var(--horizontal-nodes) + var(--node-horizontal-padding) * (var(--horizontal-nodes) - 1) + var(--node-border) * 2);
--tree-height: calc(var(--node-height) * var(--vertical-nodes) + var(--node-vertical-padding) * (var(--vertical-nodes) - 1) + var(--node-border) * 2);
}
.blue-theme {
--body-background: #1c3d70;
--header-background: #043150;
--available-highlight: #A3DAD4;
--available-background: #003366;
--available-midtone: #226699;
--unavailable-highlight: #A9A9A9;
--unavailable-background: #394B61;
--unavailable-midtone: #778898;
}
.skill-available {
--highlight: var(--available-highlight);
--background: var(--available-background);
--midtone: var(--available-midtone);
}
.skill-unavailable {
--highlight: var(--unavailable-highlight);
--background: var(--unavailable-background);
--midtone: var(--unavailable-midtone);
}
body {
min-width: var(--tree-width);
font-family: Helvetica, Arial;
color: var(--available-highlight);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: var(--body-background);
}
table {
min-width: calc(var(--node-width) * 1.5);
white-space: nowrap;
border-spacing: 1px;
}
.skill-description {
line-height: 1.4em;
text-align: left;
white-space: initial;
}
th {
padding: 5px;
color: var(--available-highlight);
background-color: var(--available-midtone);
}
table > tr:first-child > *:first-child {
border-radius: 1ex 0 0 0;
}
table > tr:first-child > *:last-child {
border-radius: 0 1ex 0 0;
}
table > tr:last-child > *:first-child {
border-radius: 0 0 0 1ex;
}
table > tr:last-child > *:last-child {
border-radius: 0 0 1ex 0;
}
table > tr:last-child > *:only-child {
border-radius: 0 0 1ex 1ex;
}
td {
padding: 5px;
font-size: 10pt;
color: #e5fff8;
background: var(--available-background);
}
header {
position: fixed;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 0;
background-color: var(--header-background);
}
#header-main {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 73px;
}
#header-main div {
height: 36px;
padding: 0 12px;
margin-right: 1px;
line-height: 36px;
}
#header-main div * {
margin-right: 2px;
}
#header-links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
float: right;
width: 73px;
height: 73px;
}
#header-links svg {
width: 30px;
fill: var(--available-highlight);
}
#main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: calc(var(--tree-height) * var(--tree-amount) + (var(--node-height) + var(--node-vertical-padding)) * var(--tree-amount));
padding-top: 95px;
}
.tree {
position: relative;
width: var(--tree-width);
height: var(--tree-height);
}
.skill {
--skill-x-pos: 0;
--skill-y-pos: 0;
position: absolute;
top: calc(var(--skill-y-pos) * (var(--node-height) + var(--node-vertical-padding)));
left: calc(var(--skill-x-pos) * (var(--node-width) + var(--node-horizontal-padding)));
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: var(--node-width);
height: var(--node-height);
background-color: var(--background);
border: solid var(--node-border) var(--highlight);
border-radius: 100px;
}
.skill-name {
margin-left: 10px;
font-size: 14px;
color: var(--highlight);
}
.skill-type {
position: relative;
display: flex;
flex-direction: row;
width: calc(var(--node-width) * 0.225);
height: calc(var(--node-height) - 4px);
margin-right: 2px;
overflow: hidden;
text-align: center;
background-color: var(--highlight);
border-radius: 100px;
}
.skill-type-special {
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: bold;
font-stretch: condensed;
color: var(--background);
}
.skill-type-normal {
align-items: baseline;
justify-content: space-between;
}
.skill-type-normal:before {
position: absolute;
left: 29%;
flex-basis: 100%;
width: 100%;
height: 100%;
content: "";
background-color: var(--midtone);
transform: rotate(-65deg);
}
.skill-current-level {
width: 23px;
margin: 1px;
font-size: 14px;
color: var(--background);
}
.skill-max-level {
position: relative;
width: 15px;
margin-right: 2px;
font-size: 10px;
}
.skill-available .skill-max-level { color: var(--highlight); }
.skill-unavailable .skill-max-level { color: var(--background); }
.skill-info {
position: absolute;
padding: 0;
margin: 0;
color: var(--available-highlight);
text-align: center;
background-color: #000;
border-radius: 1ex;
}
.info-current-level {
font-weight: bold;
color: var(--yellow);
}
.line {
position: absolute;
background-color: var(--available-highlight);
}
.vertical-line {
--vertical-line-x-pos: 0;
--vertical-line-min-y-pos: 0;
--vertical-line-max-y-pos: 0;
top: calc(var(--vertical-line-min-y-pos) * (var(--node-height) + var(--node-vertical-padding)) + var(--node-height) / 2);
left: calc(var(--vertical-line-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) - var(--node-horizontal-padding) / 2);
width: 4px;
height: calc((var(--node-height) + var(--node-vertical-padding)) * (var(--vertical-line-max-y-pos) - var(--vertical-line-min-y-pos)) + 4px);
}
.horizontal-line {
--line-x-pos: 0;
--line-y-pos: 0;
top: calc(var(--line-y-pos) * (var(--node-height) + var(--node-vertical-padding)) + var(--node-height) / 2);
height: 4px;
}
.forward-line {
--line-x-end-pos: 0;
left: calc(var(--line-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) + var(--node-width));
width: calc(var(--node-horizontal-padding) / 2 + (var(--line-x-end-pos) - var(--line-x-pos) - 1) * (var(--node-width) + var(--node-horizontal-padding)) + 3px);
}
.dep-line {
left: calc(var(--line-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) - var(--node-horizontal-padding) / 2);
width: calc(var(--node-horizontal-padding) / 2);
}
.level-req {
--level-x-pos: 0;
--level-y-pos: 0;
position: absolute;
top: calc(var(--level-y-pos) * (var(--node-height) + var(--node-vertical-padding)) + var(--node-height) / 2);
left: calc(var(--level-x-pos) * (var(--node-width) + var(--node-horizontal-padding)) + var(--node-width) + var(--node-horizontal-padding) / 2);
margin: 2px;
font-size: 14px;
font-weight: bold;
color: var(--yellow);
text-shadow: -1px -1px 0 #105068, 1px -1px 0 #105068, -1px 1px 0 #105068, 1px 1px 0 #105068;
transform: translate(-50%, -50%);
}
select {
color: var(--available-highlight);
background-color: var(--body-background);
border: none;
border-radius: 3px;
} | 0.405566 | 0.110231 |
:root {
--background: #fff;
--font-color: #333;
--font-size: 100%;
--line-height: 1.5;
--leading: 1.5rem;
--h1: clamp(2rem, 6vw, 4rem);
--h2: clamp(1.8rem, 5vw, 3rem);
--h3: clamp(1.4rem, 4vw, 2.4rem);
--h4: clamp(1.2rem, 3vw, 2rem);
--h5: clamp(1rem, 3vw, 1.8rem);
--h6: clamp(1rem, 3vw, 1.4rem);
--sm: 75%;
--container-min: 20rem;
--container-max: 62.5rem;
--gap: 1.25rem;
--space-y: .5rem;
--space-x: .75rem;
--border-width: .0625em;
--border-color: #0000004d;
}
* {
box-sizing: border-box;
font-size: inherit;
font-family: inherit;
line-height: inherit;
text-align: inherit;
vertical-align: baseline;
color: inherit;
border: 0;
outline: 0;
margin: 0;
padding: 0;
}
html {
font-size: var(--font-size);
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Nimbus Sans L, Liberation Sans, FreeSans, sans-serif;
font-weight: 400;
line-height: var(--line-height);
text-align: left;
color: var(--font-color);
background-color: var(--background);
overflow-wrap: break-word;
scroll-behavior: smooth;
}
img, svg, picture, video, canvas, audio, iframe, embed, object {
max-width: 100%;
display: block;
}
[data-leading], h1, h2, h3, h4, h5, h6, p, blockquote, pre, [data-list="ol"], [data-list="ul"], [data-list="dl"], table {
margin: calc(var(--leading) / 2) 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
h1, [data-text~="h1"] {
font-size: var(--h1);
}
h2, [data-text~="h2"] {
font-size: var(--h2);
}
h3, [data-text~="h3"] {
font-size: var(--h3);
}
h4, [data-text~="h4"] {
font-size: var(--h4);
}
h5, [data-text~="h5"] {
font-size: var(--h5);
}
h6, [data-text~="h6"] {
font-size: var(--h6);
}
b, strong {
font-weight: 900;
}
i, em, dfn {
font-style: italic;
}
[title]:where(abbr, dfn), [data-tooltip] {
cursor: help;
text-decoration: underline dotted;
}
mark {
color: #000;
background-color: #fc0;
}
small, sub, sup, [data-text~="small"] {
font-size: var(--sm);
}
sub, sup {
line-height: 0;
position: relative;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
hr {
margin: var(--leading) 0;
min-height: .0625rem;
border-top: var(--border-width) solid var(--border-color);
display: block;
}
blockquote, q {
quotes: none;
}
blockquote:where() {
content: "";
content: none;
}
blockquote {
font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, Nimbus Roman No9 L, Liberation Serif, FreeSerif, serif;
font-style: italic;
}
:where(blockquote) small {
display: block;
}
:where(blockquote) small:before {
content: "— ";
}
code, kbd, pre, samp {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, Nimbus Mono L, Liberation Mono, FreeMono, monospace;
}
pre {
white-space: pre-wrap;
overflow: auto;
}
ol, ul {
list-style-type: none;
}
[data-list="ol"] {
list-style-type: decimal;
}
[data-list="ol"] > li:first-child > [data-list="ol"] {
list-style-type: lower-alpha;
}
[data-list="ul"] {
list-style-type: disc;
}
[data-list="ul"] > li:first-child > [data-list="ul"] {
list-style-type: circle;
}
[data-list="ol"], [data-list="ul"], :where([data-list="dl"]) dd {
padding-left: var(--leading);
list-style-position: outside;
}
[data-list="ol"] [data-list], [data-list="ul"] [data-list], [data-list="dl"] [data-list] {
margin: 0;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
display: table;
}
td, th {
padding: var(--space-y) var(--space-x);
display: table-cell;
}
select, textarea, input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
width: 100%;
padding: var(--space-y) var(--space-x);
border: var(--border-width) solid var(--border-color);
background-color: #0000;
display: block;
}
select:focus, textarea:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
color: #000;
background-color: #fff9ef;
border-color: #00000080;
}
textarea {
min-height: 6.25rem;
resize: vertical;
overflow: auto;
}
button, select, [type="button"], [type="reset"], [type="submit"] {
text-transform: none;
overflow: visible;
}
:not([type="submit"]):invalid {
border-color: #da1e28;
}
[data-button] {
padding: var(--space-y) var(--space-x);
border: var(--border-width) solid transparent;
cursor: pointer;
background-color: #0000;
display: inline-block;
}
[data-button]:is(:hover, :active) {
background-color: #0000001a;
}
[data-button]:is(:focus) {
outline-offset: -.125rem;
outline: thin dotted;
}
[data-button="link"]:is([data-state="active"], :hover, :active) {
background-color: #0000;
border-color: #0000;
}
:where(a), [data-button="link"] {
color: #05f;
cursor: pointer;
background-color: #0000;
text-decoration: none;
}
a:where(:hover, :active):not([data-link], [data-button]), [data-button="link"]:hover, [data-button="link"]:active {
text-decoration: underline;
}
a:where(:focus), [data-button="link"]:focus {
outline-offset: -.125rem;
outline: thin dotted;
}
body > [data-container]:first-child {
margin-top: calc(var(--leading) * 3);
}
body > [data-container]:last-child {
margin-bottom: calc(var(--leading) * 4);
}
[data-container] {
padding-left: var(--gap);
padding-right: var(--gap);
min-width: var(--container-min);
margin: 0 auto;
}
[data-container="fit"] {
max-width: var(--container-max);
}
[data-grid] {
column-gap: var(--gap);
display: grid;
}
[data-box] {
width: 100%;
padding: var(--space-y) var(--space-x);
display: block;
}
[data-box~="border"], [data-list="border"] {
border: var(--border-width) solid var(--border-color);
}
[data-list="border"] > li {
border-bottom: var(--border-width) solid var(--border-color);
}
[data-list="border"] > li:last-child {
border: 0;
}
[data-dropbox] {
z-index: -10;
visibility: hidden;
min-width: 10rem;
color: var(--font-color);
background-color: #0000;
display: none;
}
[data-dropbox="menu"] {
opacity: 0;
transition: opacity .2s ease-out;
display: block;
}
[data-state="active"] > [data-dropbox], [data-state="active"] + [data-dropbox] {
z-index: 100;
visibility: visible;
opacity: 1;
display: block;
}
[data-tooltip] {
position: relative;
}
[data-tooltip]:before {
content: attr(data-tooltip);
z-index: -10;
min-width: 10rem;
padding: var(--space-y) var(--space-x);
color: #fff;
opacity: 0;
background-color: #2a2a2a;
transition: opacity .4s ease-out;
position: absolute;
bottom: 100%;
left: 0;
}
[data-tooltip][data-state="active"]:before, [data-tooltip]:hover:before {
z-index: 10;
opacity: 1;
}
[data-nav] {
display: flex;
}
[data-link] {
padding: var(--space-y) var(--space-x);
display: block;
}
[data-link]:where([data-state="active"], :hover, :active) {
color: var(--font-color);
}
[data-nav="breadcrumb"] {
column-gap: .3125em;
}
[data-nav="breadcrumb"] li:before {
content: "/";
margin-right: .3125em;
}
[data-nav="breadcrumb"] li:first-child:before {
content: "";
margin-right: 0;
}
[data-nav="line"] {
border-bottom: .125em solid var(--border-color);
}
[data-link="line"] {
z-index: 1;
color: #777;
position: relative;
}
[data-link="line"]:where([data-state="active"], :hover, :active) {
z-index: 5;
color: var(--font-color);
}
[data-link="line"] {
border-bottom: .125em solid #0000;
top: .125em;
}
[data-link="line"]:where([data-state="active"], :hover, :active) {
border-color: #05f;
}
[data-navbar] {
z-index: 1000;
width: 100%;
color: #bbb;
background-color: #222;
}
[data-navbar="top"] {
position: fixed;
top: 0;
}
[data-navbar="top"] [data-dropbox] {
top: 100%;
}
[data-navbar="bottom"] {
position: fixed;
bottom: 0;
}
[data-navbar="bottom"] [data-dropbox] {
bottom: 100%;
}
[data-navbar="sub"] {
background-color: #2a2a2a;
}
[data-link="navbar"] {
color: #fff;
}
[data-link="navbar"]:is([data-state="active"], :hover, :active) {
color: #bbb;
}
[data-button~="outline"] {
border-color: var(--border-color);
}
[data-button~="secondary"] {
color: #fff;
background-color: #333;
}
[data-button~="secondary"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #262626;
}
[data-button="secondary outline"] {
color: #333;
border-color: #333;
}
[data-button~="primary"] {
color: #fff;
background-color: #05f;
}
[data-button~="primary"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #004de6;
}
[data-button="primary outline"] {
color: #05f;
border-color: #05f;
}
[data-button~="success"] {
color: #fff;
background-color: #198038;
}
[data-button~="success"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #156b2f;
}
[data-button="success outline"] {
color: #198038;
border-color: #198038;
}
[data-button~="warning"] {
color: #fff;
background-color: #ff832b;
}
[data-button~="warning"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #ff7412;
}
[data-button="warning outline"] {
color: #ff832b;
border-color: #ff832b;
}
[data-button~="danger"] {
color: #fff;
background-color: #da1e28;
}
[data-button~="danger"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #c41b24;
}
[data-button="danger outline"] {
color: #da1e28;
border-color: #da1e28;
}
[data-button~="outline"] {
background-color: #0000;
}
[data-state="disabled"], [data-state="disabled"]:is(:hover, :active, :focus) {
color: #999;
cursor: not-allowed;
background-color: #e6e6e6;
border-color: #e6e6e6;
outline: 0;
text-decoration: none;
}
[data-grid="main"] {
grid-template-columns: repeat(4, 1fr);
}
[data-grid="main"] header, [data-grid="main"] footer {
grid-column: 1 / -1;
}
[data-grid="main"] article, [data-grid="main"] section {
grid-column: span 3;
}
@font-face {
font-family: icons;
src: url("icons.eot"), url("icons.woff2") format("woff2"), url("icons.woff") format("woff"), url("icons.ttf") format("truetype"), url("icons.svg#icons") format("svg");
}
[data-icon]:before {
content: attr(data-icon);
font-variant: normal;
font-family: icons;
font-style: normal;
font-weight: normal;
line-height: var(--sm);
vertical-align: middle;
text-transform: none;
display: inline-block;
}
[data-text~="left"] {
text-align: left;
}
[data-text~="right"] {
text-align: right;
}
[data-text~="center"] {
text-align: center;
}
[data-text~="justify"] {
text-align: justify;
hyphens: auto;
}
[data-flex] {
display: flex;
}
[data-flex~="row-reverse"] {
flex-direction: row-reverse;
}
[data-flex~="column"] {
flex-direction: column;
}
[data-flex~="column-reverse"] {
flex-direction: column-reverse;
}
[data-flex~="wrap"] {
flex-wrap: wrap;
}
[data-flex~="wrap-reverse"] {
flex-wrap: wrap-reverse;
}
[data-flex~="grow-children"] > *, [data-item~="grow"] {
flex-grow: 1;
}
[data-flex~="gap"] {
gap: var(--gap);
}
[data-flex~="row-gap"] {
row-gap: var(--gap);
}
[data-flex~="column-gap"] {
column-gap: var(--gap);
}
[data-flex~="end"] {
justify-content: flex-end;
}
[data-flex~="center"] {
justify-content: center;
}
[data-flex~="between"] {
justify-content: space-between;
}
[data-flex~="around"] {
justify-content: space-around;
}
[data-flex~="even"] {
justify-content: space-evenly;
}
[data-position] {
position: static;
}
[data-position~="relative"] {
position: relative;
}
[data-position~="absolute"] {
position: absolute;
}
[data-position~="fixed"] {
position: fixed;
}
[data-position~="top"] {
top: 0;
}
[data-position~="bottom"] {
bottom: 0;
}
[data-position~="left"] {
left: 0;
}
[data-position~="right"] {
right: 0;
}
@media screen and (max-width: 42.5em) {
[data-grid="main"] {
display: block;
}
[data-display~="small-none"], [data-display~="medium"], [data-display~="large"] {
display: none;
}
}
@media screen and (min-width: 42.5625em) and (max-width: 61.1875em) {
[data-grid="main"] div, [data-grid="main"] li {
grid-column: span 2;
}
[data-display~="medium-none"], [data-display~="small"], [data-display~="large"] {
display: none;
}
}
@media screen and (min-width: 61.25em) {
[data-display~="large-none"], [data-display~="small"], [data-display~="medium"] {
display: none;
}
}
@media print {
html, body {
height: auto;
}
html {
font-size: 100%;
}
body {
color: #000;
background: #fff;
}
nav {
display: none;
}
[data-container] {
max-width: 100%;
margin: 0;
padding: 0;
}
[data-grid] {
display: block;
}
}
::selection {
color: #000;
text-shadow: none;
background-color: #d8e5ff;
} | css/main.css | :root {
--background: #fff;
--font-color: #333;
--font-size: 100%;
--line-height: 1.5;
--leading: 1.5rem;
--h1: clamp(2rem, 6vw, 4rem);
--h2: clamp(1.8rem, 5vw, 3rem);
--h3: clamp(1.4rem, 4vw, 2.4rem);
--h4: clamp(1.2rem, 3vw, 2rem);
--h5: clamp(1rem, 3vw, 1.8rem);
--h6: clamp(1rem, 3vw, 1.4rem);
--sm: 75%;
--container-min: 20rem;
--container-max: 62.5rem;
--gap: 1.25rem;
--space-y: .5rem;
--space-x: .75rem;
--border-width: .0625em;
--border-color: #0000004d;
}
* {
box-sizing: border-box;
font-size: inherit;
font-family: inherit;
line-height: inherit;
text-align: inherit;
vertical-align: baseline;
color: inherit;
border: 0;
outline: 0;
margin: 0;
padding: 0;
}
html {
font-size: var(--font-size);
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Nimbus Sans L, Liberation Sans, FreeSans, sans-serif;
font-weight: 400;
line-height: var(--line-height);
text-align: left;
color: var(--font-color);
background-color: var(--background);
overflow-wrap: break-word;
scroll-behavior: smooth;
}
img, svg, picture, video, canvas, audio, iframe, embed, object {
max-width: 100%;
display: block;
}
[data-leading], h1, h2, h3, h4, h5, h6, p, blockquote, pre, [data-list="ol"], [data-list="ul"], [data-list="dl"], table {
margin: calc(var(--leading) / 2) 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
h1, [data-text~="h1"] {
font-size: var(--h1);
}
h2, [data-text~="h2"] {
font-size: var(--h2);
}
h3, [data-text~="h3"] {
font-size: var(--h3);
}
h4, [data-text~="h4"] {
font-size: var(--h4);
}
h5, [data-text~="h5"] {
font-size: var(--h5);
}
h6, [data-text~="h6"] {
font-size: var(--h6);
}
b, strong {
font-weight: 900;
}
i, em, dfn {
font-style: italic;
}
[title]:where(abbr, dfn), [data-tooltip] {
cursor: help;
text-decoration: underline dotted;
}
mark {
color: #000;
background-color: #fc0;
}
small, sub, sup, [data-text~="small"] {
font-size: var(--sm);
}
sub, sup {
line-height: 0;
position: relative;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
hr {
margin: var(--leading) 0;
min-height: .0625rem;
border-top: var(--border-width) solid var(--border-color);
display: block;
}
blockquote, q {
quotes: none;
}
blockquote:where() {
content: "";
content: none;
}
blockquote {
font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, Nimbus Roman No9 L, Liberation Serif, FreeSerif, serif;
font-style: italic;
}
:where(blockquote) small {
display: block;
}
:where(blockquote) small:before {
content: "— ";
}
code, kbd, pre, samp {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, Nimbus Mono L, Liberation Mono, FreeMono, monospace;
}
pre {
white-space: pre-wrap;
overflow: auto;
}
ol, ul {
list-style-type: none;
}
[data-list="ol"] {
list-style-type: decimal;
}
[data-list="ol"] > li:first-child > [data-list="ol"] {
list-style-type: lower-alpha;
}
[data-list="ul"] {
list-style-type: disc;
}
[data-list="ul"] > li:first-child > [data-list="ul"] {
list-style-type: circle;
}
[data-list="ol"], [data-list="ul"], :where([data-list="dl"]) dd {
padding-left: var(--leading);
list-style-position: outside;
}
[data-list="ol"] [data-list], [data-list="ul"] [data-list], [data-list="dl"] [data-list] {
margin: 0;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
display: table;
}
td, th {
padding: var(--space-y) var(--space-x);
display: table-cell;
}
select, textarea, input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
width: 100%;
padding: var(--space-y) var(--space-x);
border: var(--border-width) solid var(--border-color);
background-color: #0000;
display: block;
}
select:focus, textarea:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
color: #000;
background-color: #fff9ef;
border-color: #00000080;
}
textarea {
min-height: 6.25rem;
resize: vertical;
overflow: auto;
}
button, select, [type="button"], [type="reset"], [type="submit"] {
text-transform: none;
overflow: visible;
}
:not([type="submit"]):invalid {
border-color: #da1e28;
}
[data-button] {
padding: var(--space-y) var(--space-x);
border: var(--border-width) solid transparent;
cursor: pointer;
background-color: #0000;
display: inline-block;
}
[data-button]:is(:hover, :active) {
background-color: #0000001a;
}
[data-button]:is(:focus) {
outline-offset: -.125rem;
outline: thin dotted;
}
[data-button="link"]:is([data-state="active"], :hover, :active) {
background-color: #0000;
border-color: #0000;
}
:where(a), [data-button="link"] {
color: #05f;
cursor: pointer;
background-color: #0000;
text-decoration: none;
}
a:where(:hover, :active):not([data-link], [data-button]), [data-button="link"]:hover, [data-button="link"]:active {
text-decoration: underline;
}
a:where(:focus), [data-button="link"]:focus {
outline-offset: -.125rem;
outline: thin dotted;
}
body > [data-container]:first-child {
margin-top: calc(var(--leading) * 3);
}
body > [data-container]:last-child {
margin-bottom: calc(var(--leading) * 4);
}
[data-container] {
padding-left: var(--gap);
padding-right: var(--gap);
min-width: var(--container-min);
margin: 0 auto;
}
[data-container="fit"] {
max-width: var(--container-max);
}
[data-grid] {
column-gap: var(--gap);
display: grid;
}
[data-box] {
width: 100%;
padding: var(--space-y) var(--space-x);
display: block;
}
[data-box~="border"], [data-list="border"] {
border: var(--border-width) solid var(--border-color);
}
[data-list="border"] > li {
border-bottom: var(--border-width) solid var(--border-color);
}
[data-list="border"] > li:last-child {
border: 0;
}
[data-dropbox] {
z-index: -10;
visibility: hidden;
min-width: 10rem;
color: var(--font-color);
background-color: #0000;
display: none;
}
[data-dropbox="menu"] {
opacity: 0;
transition: opacity .2s ease-out;
display: block;
}
[data-state="active"] > [data-dropbox], [data-state="active"] + [data-dropbox] {
z-index: 100;
visibility: visible;
opacity: 1;
display: block;
}
[data-tooltip] {
position: relative;
}
[data-tooltip]:before {
content: attr(data-tooltip);
z-index: -10;
min-width: 10rem;
padding: var(--space-y) var(--space-x);
color: #fff;
opacity: 0;
background-color: #2a2a2a;
transition: opacity .4s ease-out;
position: absolute;
bottom: 100%;
left: 0;
}
[data-tooltip][data-state="active"]:before, [data-tooltip]:hover:before {
z-index: 10;
opacity: 1;
}
[data-nav] {
display: flex;
}
[data-link] {
padding: var(--space-y) var(--space-x);
display: block;
}
[data-link]:where([data-state="active"], :hover, :active) {
color: var(--font-color);
}
[data-nav="breadcrumb"] {
column-gap: .3125em;
}
[data-nav="breadcrumb"] li:before {
content: "/";
margin-right: .3125em;
}
[data-nav="breadcrumb"] li:first-child:before {
content: "";
margin-right: 0;
}
[data-nav="line"] {
border-bottom: .125em solid var(--border-color);
}
[data-link="line"] {
z-index: 1;
color: #777;
position: relative;
}
[data-link="line"]:where([data-state="active"], :hover, :active) {
z-index: 5;
color: var(--font-color);
}
[data-link="line"] {
border-bottom: .125em solid #0000;
top: .125em;
}
[data-link="line"]:where([data-state="active"], :hover, :active) {
border-color: #05f;
}
[data-navbar] {
z-index: 1000;
width: 100%;
color: #bbb;
background-color: #222;
}
[data-navbar="top"] {
position: fixed;
top: 0;
}
[data-navbar="top"] [data-dropbox] {
top: 100%;
}
[data-navbar="bottom"] {
position: fixed;
bottom: 0;
}
[data-navbar="bottom"] [data-dropbox] {
bottom: 100%;
}
[data-navbar="sub"] {
background-color: #2a2a2a;
}
[data-link="navbar"] {
color: #fff;
}
[data-link="navbar"]:is([data-state="active"], :hover, :active) {
color: #bbb;
}
[data-button~="outline"] {
border-color: var(--border-color);
}
[data-button~="secondary"] {
color: #fff;
background-color: #333;
}
[data-button~="secondary"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #262626;
}
[data-button="secondary outline"] {
color: #333;
border-color: #333;
}
[data-button~="primary"] {
color: #fff;
background-color: #05f;
}
[data-button~="primary"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #004de6;
}
[data-button="primary outline"] {
color: #05f;
border-color: #05f;
}
[data-button~="success"] {
color: #fff;
background-color: #198038;
}
[data-button~="success"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #156b2f;
}
[data-button="success outline"] {
color: #198038;
border-color: #198038;
}
[data-button~="warning"] {
color: #fff;
background-color: #ff832b;
}
[data-button~="warning"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #ff7412;
}
[data-button="warning outline"] {
color: #ff832b;
border-color: #ff832b;
}
[data-button~="danger"] {
color: #fff;
background-color: #da1e28;
}
[data-button~="danger"]:is([data-state="active"], :hover, :active) {
border-color: var(--border-color);
color: #fff;
background-color: #c41b24;
}
[data-button="danger outline"] {
color: #da1e28;
border-color: #da1e28;
}
[data-button~="outline"] {
background-color: #0000;
}
[data-state="disabled"], [data-state="disabled"]:is(:hover, :active, :focus) {
color: #999;
cursor: not-allowed;
background-color: #e6e6e6;
border-color: #e6e6e6;
outline: 0;
text-decoration: none;
}
[data-grid="main"] {
grid-template-columns: repeat(4, 1fr);
}
[data-grid="main"] header, [data-grid="main"] footer {
grid-column: 1 / -1;
}
[data-grid="main"] article, [data-grid="main"] section {
grid-column: span 3;
}
@font-face {
font-family: icons;
src: url("icons.eot"), url("icons.woff2") format("woff2"), url("icons.woff") format("woff"), url("icons.ttf") format("truetype"), url("icons.svg#icons") format("svg");
}
[data-icon]:before {
content: attr(data-icon);
font-variant: normal;
font-family: icons;
font-style: normal;
font-weight: normal;
line-height: var(--sm);
vertical-align: middle;
text-transform: none;
display: inline-block;
}
[data-text~="left"] {
text-align: left;
}
[data-text~="right"] {
text-align: right;
}
[data-text~="center"] {
text-align: center;
}
[data-text~="justify"] {
text-align: justify;
hyphens: auto;
}
[data-flex] {
display: flex;
}
[data-flex~="row-reverse"] {
flex-direction: row-reverse;
}
[data-flex~="column"] {
flex-direction: column;
}
[data-flex~="column-reverse"] {
flex-direction: column-reverse;
}
[data-flex~="wrap"] {
flex-wrap: wrap;
}
[data-flex~="wrap-reverse"] {
flex-wrap: wrap-reverse;
}
[data-flex~="grow-children"] > *, [data-item~="grow"] {
flex-grow: 1;
}
[data-flex~="gap"] {
gap: var(--gap);
}
[data-flex~="row-gap"] {
row-gap: var(--gap);
}
[data-flex~="column-gap"] {
column-gap: var(--gap);
}
[data-flex~="end"] {
justify-content: flex-end;
}
[data-flex~="center"] {
justify-content: center;
}
[data-flex~="between"] {
justify-content: space-between;
}
[data-flex~="around"] {
justify-content: space-around;
}
[data-flex~="even"] {
justify-content: space-evenly;
}
[data-position] {
position: static;
}
[data-position~="relative"] {
position: relative;
}
[data-position~="absolute"] {
position: absolute;
}
[data-position~="fixed"] {
position: fixed;
}
[data-position~="top"] {
top: 0;
}
[data-position~="bottom"] {
bottom: 0;
}
[data-position~="left"] {
left: 0;
}
[data-position~="right"] {
right: 0;
}
@media screen and (max-width: 42.5em) {
[data-grid="main"] {
display: block;
}
[data-display~="small-none"], [data-display~="medium"], [data-display~="large"] {
display: none;
}
}
@media screen and (min-width: 42.5625em) and (max-width: 61.1875em) {
[data-grid="main"] div, [data-grid="main"] li {
grid-column: span 2;
}
[data-display~="medium-none"], [data-display~="small"], [data-display~="large"] {
display: none;
}
}
@media screen and (min-width: 61.25em) {
[data-display~="large-none"], [data-display~="small"], [data-display~="medium"] {
display: none;
}
}
@media print {
html, body {
height: auto;
}
html {
font-size: 100%;
}
body {
color: #000;
background: #fff;
}
nav {
display: none;
}
[data-container] {
max-width: 100%;
margin: 0;
padding: 0;
}
[data-grid] {
display: block;
}
}
::selection {
color: #000;
text-shadow: none;
background-color: #d8e5ff;
} | 0.568296 | 0.1585 |
{
padding-top: 76px;
}
.mobile_menu_wrapper
{
width: 100%;
height: 100%;
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow-y: scroll;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
body.js_nav .mobile_menu_wrapper
{
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
z-index: 999;
}
html[data-menu=hammenufull] body.js_nav
{
overflow: hidden;
}
.mobile_menu_wrapper .logo_container
{
width: auto;
height: auto;
display: block;
position: absolute;
top: 40px;
left: 40px;
}
.mobile_menu_wrapper #searchform
{
width: 43%;
margin: 0 30px 30px 30px;
}
.mobile_main_nav, #sub_menu
{
margin: 30px;
text-align: center;
}
.fullmenu_wrapper
{
display: table;
width: 100%;
height: 100%;
}
.fullmenu_content
{
display: table-cell;
vertical-align: middle;
}
html[data-menu=hammenufull] body .mobile_main_nav li a, html[data-menu=hammenufull] body #sub_menu li a
{
text-align: center;
}
.mobile_main_nav li.menu-item-has-children > a:after
{
left: 40%;
left: calc(40% + 60px);
font-size: 16px;
}
.mobile_menu_wrapper .social_wrapper
{
width: 100%;
height: auto;
display: block;
position: absolute;
bottom: 40px;
left: 40px;
}
.mobile_menu_wrapper .social_wrapper #copyright
{
margin-top: 10px;
}
body.js_nav #overlay_background
{
display: none;
}
#autocomplete
{
left: 60px;
right: auto;
width: 41%;
}
/*
#Mobile (Portrait)
==================================================
*/
@media only screen and (max-width: 767px) {
html[data-menu=hammenufull] body .mobile_menu_wrapper
{
width: 100%;
padding: 30px;
}
html[data-menu=hammenufull] body .mobile_menu_wrapper #close_mobile_menu
{
top: 30px;
right: 30px;
}
html[data-menu=hammenufull] body .mobile_menu_wrapper .logo_container
{
top: 40px;
left: 30px;
}
.mobile_menu_wrapper #searchform
{
width: 100%;
margin: 0;
}
.mobile_main_nav, #sub_menu
{
margin: 0;
margin-top: 20px;
}
html[data-menu=hammenufull] body .mobile_menu_wrapper .social_wrapper
{
bottom: 30px;
left: 30px;
text-align: left;
}
.mobile_menu_wrapper .social_wrapper #copyright
{
text-align: left;
padding: 0;
}
html[data-menu=hammenufull] body .mobile_main_nav li.menu-item-has-children > a:after
{
left: 90%;
}
html[data-menu=hammenufull] body .mobile_main_nav li a, html[data-menu=hammenufull] body #sub_menu li a
{
font-size: 14px;
}
} | public/css/menus/hammenufull.css | {
padding-top: 76px;
}
.mobile_menu_wrapper
{
width: 100%;
height: 100%;
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow-y: scroll;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
body.js_nav .mobile_menu_wrapper
{
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
z-index: 999;
}
html[data-menu=hammenufull] body.js_nav
{
overflow: hidden;
}
.mobile_menu_wrapper .logo_container
{
width: auto;
height: auto;
display: block;
position: absolute;
top: 40px;
left: 40px;
}
.mobile_menu_wrapper #searchform
{
width: 43%;
margin: 0 30px 30px 30px;
}
.mobile_main_nav, #sub_menu
{
margin: 30px;
text-align: center;
}
.fullmenu_wrapper
{
display: table;
width: 100%;
height: 100%;
}
.fullmenu_content
{
display: table-cell;
vertical-align: middle;
}
html[data-menu=hammenufull] body .mobile_main_nav li a, html[data-menu=hammenufull] body #sub_menu li a
{
text-align: center;
}
.mobile_main_nav li.menu-item-has-children > a:after
{
left: 40%;
left: calc(40% + 60px);
font-size: 16px;
}
.mobile_menu_wrapper .social_wrapper
{
width: 100%;
height: auto;
display: block;
position: absolute;
bottom: 40px;
left: 40px;
}
.mobile_menu_wrapper .social_wrapper #copyright
{
margin-top: 10px;
}
body.js_nav #overlay_background
{
display: none;
}
#autocomplete
{
left: 60px;
right: auto;
width: 41%;
}
/*
#Mobile (Portrait)
==================================================
*/
@media only screen and (max-width: 767px) {
html[data-menu=hammenufull] body .mobile_menu_wrapper
{
width: 100%;
padding: 30px;
}
html[data-menu=hammenufull] body .mobile_menu_wrapper #close_mobile_menu
{
top: 30px;
right: 30px;
}
html[data-menu=hammenufull] body .mobile_menu_wrapper .logo_container
{
top: 40px;
left: 30px;
}
.mobile_menu_wrapper #searchform
{
width: 100%;
margin: 0;
}
.mobile_main_nav, #sub_menu
{
margin: 0;
margin-top: 20px;
}
html[data-menu=hammenufull] body .mobile_menu_wrapper .social_wrapper
{
bottom: 30px;
left: 30px;
text-align: left;
}
.mobile_menu_wrapper .social_wrapper #copyright
{
text-align: left;
padding: 0;
}
html[data-menu=hammenufull] body .mobile_main_nav li.menu-item-has-children > a:after
{
left: 90%;
}
html[data-menu=hammenufull] body .mobile_main_nav li a, html[data-menu=hammenufull] body #sub_menu li a
{
font-size: 14px;
}
} | 0.233095 | 0.0537 |
@-moz-document domain("theoldreader.com") {
.alert {
background: #30a67c !important
}
.alert.alert-info {
color: #fff!important
}
.btn {
background: linear-gradient(tobottom,#444,#555) !important;
box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 1px 2px rgba(0,0,0,0.05)!important;
color: #ccc!important;
text-shadow: 0 1px 1px rgba(0,0,0,0.75)!important;
}
.clearfix,
.pull-right {
font-family: Georgia!important;
font-size: large!important;
line-height: 1.1em!important;
}
.form-search .btn {
background: url(http://theoldreader.com/assets/ico-search.png) center center !important
}
.label.label-transparent {
color: #999!important
}
.loader,
.reader .subscribe-fixed-top .bg,
.reader .floating {
background: #333 !important
}
.nav-list li a,
.post .content,
.home-page dl dd p a {
color: #ccc!important
}
.nav-list li a:hover {
color: #30A67C!important
}
.nav-list li.nav-header a {
color: #666!important
}
.nav-list li.nav-header a:hover {
color: #e6cb12!important
}
.nav-list li.social a:hover {
color: #da3f2d!important
}
.navbar .nav li a,
legend {
color: #ddd!important
}
.navbar .nav li a:hover {
color: #30a67c!important
}
.navbar .nav li.divider-vertical,
.post blockquote,
.hero-unit {
background: #222 !important
}
.navbar .navbar-inner {
background: #252525 !important
}
.navbar-inner {
border-bottom-color: #222!important
}
.page-header {
border-bottom: 1px solid #222!important
}
.post {
padding: 4px 4px 6px 10px !important;
margin-bottom:4px;
border-radius:0;
}
.post:hover {
border: 1px solid #27c!important;
}
.post.unread {
border-left: 3px solid #27c!important;
padding: 4px 4px 6px 8px !important;
}
.post.unread h3 a {
color: #ccc!important;
}
.post h3 a {
color: #999!important;
}
.post:hover h3 a,
.post:hover .content a {
color: #27c!important;
}
.post h3 a,
.post .content a {
color: #ccc!important;
}
.post .content {
padding:0;
margin:5px 0;
}
.post .content {
color: #888!important
}
.post.unread .content {
color: #ccc!important
}
.reader .subscribe-fixed-top {
height:auto!important;
left:5px;
padding:0;
border-radius:0;
}
.reader .sidebar-fixed-top {
left: 5px;
padding:0;
border-radius:0;
}
.reader .body-fixed-top {
left: 20.75%!important;
width: 79%!important;
margin:0;
}
.row-fluid .span3 {
width: 20%!important
}
.sidebar-nav>ul {
display: none
}
.subscribe .btn-primary {
border: 1px solid #191919!important;
border-radius:0;
padding: 5px 10px;
}
.subscribe .icon {
top: 6px;
left: 28px;
}
.post .btns {
margin:0;
}
.well {
background: #222 !important;
border: 1px solid #222!important;
}
body {
background: #333 !important;
color: #999!important;
font-size: 16px!important;
line-height: 1.1em!important;
}
div.navbar-fixed-top:not(:hover) {
margin-top: -50px!important
}
div[class="content clearfix"] * li,
div[class=content-body] * li {
font-family: Georgia!important;
font-size: x-large!important;
line-height: 1.5em!important;
margin-left: 50px!important;
}
div[class="content clearfix"] p,
div[class=content-body] p,
div[class="content clearfix"] a,
div[class=content-body] a,
div[class=content-body],
div[class=list-post] h3 {
font-family: Georgia!important;
font-size: x-large!important;
line-height: 1.5em!important;
}
div[class=container-fluid] {
margin-top: -54px!important
}
h3 {
font-size: x-large!important;
line-height: 1.1em!important;
}
li[class=nav-header] {
height: 18px;
margin-top: 0!important;
padding-top: 0!important;
}
li[class=sort-item],
div[class=floating] {
padding: 0!important
}
p {
margin-bottom: 3px!important;
margin-top: 0px!important;
}
span[class="label label-transparent"] {
font-family: Georgia!important;
font-size: small!important;
line-height: 1.5em!important;
}
span[class=badge] {
font-size: 10px!important
}
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
background: #444 !important;
border-color: #000!important;
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset!important;
color: #fff!important;
}
ul[class=nav] li[class=sort-item] {
margin-left: 15px!important
}
.home-page h3 {
padding: 0;
}
.home-page .span5 {
margin-left: 1em;
}
.home-page dl {
margin: 5px 0 5px 0;
}
.home-page dl dd {
}
.home-page .relations-info {
margin: 0 0 5px 0;
width:100%
}
.home-page .relations-info .btns {
margin: 0 0 0 10px
}
.nano .slide {
padding: 0!important;
}
.nano > .pane{
width:4px;
}
.nano > .pane > .slider {
background-color:#27c;
width:4px;
}
.static {
margin: 0!important;
padding-bottom:3px;
}
.modal{
background-color: #222;
}
.modal-backdrop {
background-color: #333;
}
.page-header h1.username {
float:left;
display:inline;
max-width:50%;
}
.page-header .clr {
display:inline;
float:right;
clear:none;
padding: 0;
margin: 6px 0 0 0;
}
.page-header .follow-buttons {
display:inline;
float:right;
clear:none;
padding:0;
margin: 4px 0 0 0;
}
.page-header::before,
.page-header::after {
display: table;
content: "";
line-height: 0;
}
.page-header::after {
clear: both;
}
.posts:first-child {
margin: 5px 0 0 0;
}
.btn{
background-color: #333!important;
background-image: -moz-linear-gradient(center top , #222, #333)!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#333))!important;
background-image: -webkit-linear-gradient(top, #222, #333)!important;
background-image: -o-linear-gradient(top, #222, #333)!important;
background-image: linear-gradient(to bottom, #222, #333)!important;
border: 1px solid #555!important;
border-radius: 3px 3px 3px 3px;
color: #eee!important;
text-shadow: 0 1px 0 rgba(200, 200, 200, 0.2)!important;
}
.label:hover{
background-image:none!important;
}
.label-feed{
background-color: #333!important;
background-image: -moz-linear-gradient(center top , #222, #333)!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#333))!important;
background-image: -webkit-linear-gradient(top, #222, #333)!important;
background-image: -o-linear-gradient(top, #222, #333)!important;
background-image: linear-gradient(to bottom, #222, #333)!important;
border: 1px solid #555!important;
border-radius: 3px 3px 3px 3px;
color: #eee!important;
text-shadow: 0 1px 0 rgba(200, 200, 200, 0.2)!important;
}
.label-social {
background-color: #DA3F2D!important;
background-image: -moz-linear-gradient(center top , #DB5444, #DA3F2D)!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DB5444), to(#DA3F2D))!important;
background-image: -webkit-linear-gradient(top, #DB5444, #DA3F2D)!important;
background-image: -o-linear-gradient(top, #DB5444, #DA3F2D)!important;
background-image: linear-gradient(to bottom, #DB5444, #DA3F2D)!important;
border: 1px solid #C9301E!important;
border-radius: 3px 3px 3px 3px;
color: #eee!important;
text-shadow: 0 1px 0 rgba(200, 200, 200, 0.2)!important;
}
.subscribe .dropdown-menu {
background-color: #555;
}
.subscribe .dropdown-menu li form .control-group {
vertical-align:top;
}
.subscribe .dropdown-menu li form .control-group button {
border-radius:4px;
padding:0;
width: 30px
}
.subscribe .dropdown-menu li form .control-group td:last-child{
width:30px!important;
}
.subscribe .dropdown-menu li form .control-group button img{
margin: 5px;
width: 20px;
}
.slide {
right:0px!important;
}
.reader .sidebar-fixed-top .well {
border-radius:0;
padding:30px 0 10px 0;
margin:0;
}
.hero-unit.posts-filler span {
background-color: #333;
}
.badge {
display: inline;
float:right;
border-radius:2px;
}
.nav-list {
padding: 0px 4px;
}
.nav-list li.nav-header a {
display:inline;
}
div.sort-item {
padding:0;
margin:0;
}
.nav-list li.active {
border-left: 3px solid #222;
}
.badge.badge-info {
background-color: #27c;
}
.nav-list > li > a {
padding:3px;
margin:0;
}
} | data/usercss/87984.user.css | @-moz-document domain("theoldreader.com") {
.alert {
background: #30a67c !important
}
.alert.alert-info {
color: #fff!important
}
.btn {
background: linear-gradient(tobottom,#444,#555) !important;
box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 1px 2px rgba(0,0,0,0.05)!important;
color: #ccc!important;
text-shadow: 0 1px 1px rgba(0,0,0,0.75)!important;
}
.clearfix,
.pull-right {
font-family: Georgia!important;
font-size: large!important;
line-height: 1.1em!important;
}
.form-search .btn {
background: url(http://theoldreader.com/assets/ico-search.png) center center !important
}
.label.label-transparent {
color: #999!important
}
.loader,
.reader .subscribe-fixed-top .bg,
.reader .floating {
background: #333 !important
}
.nav-list li a,
.post .content,
.home-page dl dd p a {
color: #ccc!important
}
.nav-list li a:hover {
color: #30A67C!important
}
.nav-list li.nav-header a {
color: #666!important
}
.nav-list li.nav-header a:hover {
color: #e6cb12!important
}
.nav-list li.social a:hover {
color: #da3f2d!important
}
.navbar .nav li a,
legend {
color: #ddd!important
}
.navbar .nav li a:hover {
color: #30a67c!important
}
.navbar .nav li.divider-vertical,
.post blockquote,
.hero-unit {
background: #222 !important
}
.navbar .navbar-inner {
background: #252525 !important
}
.navbar-inner {
border-bottom-color: #222!important
}
.page-header {
border-bottom: 1px solid #222!important
}
.post {
padding: 4px 4px 6px 10px !important;
margin-bottom:4px;
border-radius:0;
}
.post:hover {
border: 1px solid #27c!important;
}
.post.unread {
border-left: 3px solid #27c!important;
padding: 4px 4px 6px 8px !important;
}
.post.unread h3 a {
color: #ccc!important;
}
.post h3 a {
color: #999!important;
}
.post:hover h3 a,
.post:hover .content a {
color: #27c!important;
}
.post h3 a,
.post .content a {
color: #ccc!important;
}
.post .content {
padding:0;
margin:5px 0;
}
.post .content {
color: #888!important
}
.post.unread .content {
color: #ccc!important
}
.reader .subscribe-fixed-top {
height:auto!important;
left:5px;
padding:0;
border-radius:0;
}
.reader .sidebar-fixed-top {
left: 5px;
padding:0;
border-radius:0;
}
.reader .body-fixed-top {
left: 20.75%!important;
width: 79%!important;
margin:0;
}
.row-fluid .span3 {
width: 20%!important
}
.sidebar-nav>ul {
display: none
}
.subscribe .btn-primary {
border: 1px solid #191919!important;
border-radius:0;
padding: 5px 10px;
}
.subscribe .icon {
top: 6px;
left: 28px;
}
.post .btns {
margin:0;
}
.well {
background: #222 !important;
border: 1px solid #222!important;
}
body {
background: #333 !important;
color: #999!important;
font-size: 16px!important;
line-height: 1.1em!important;
}
div.navbar-fixed-top:not(:hover) {
margin-top: -50px!important
}
div[class="content clearfix"] * li,
div[class=content-body] * li {
font-family: Georgia!important;
font-size: x-large!important;
line-height: 1.5em!important;
margin-left: 50px!important;
}
div[class="content clearfix"] p,
div[class=content-body] p,
div[class="content clearfix"] a,
div[class=content-body] a,
div[class=content-body],
div[class=list-post] h3 {
font-family: Georgia!important;
font-size: x-large!important;
line-height: 1.5em!important;
}
div[class=container-fluid] {
margin-top: -54px!important
}
h3 {
font-size: x-large!important;
line-height: 1.1em!important;
}
li[class=nav-header] {
height: 18px;
margin-top: 0!important;
padding-top: 0!important;
}
li[class=sort-item],
div[class=floating] {
padding: 0!important
}
p {
margin-bottom: 3px!important;
margin-top: 0px!important;
}
span[class="label label-transparent"] {
font-family: Georgia!important;
font-size: small!important;
line-height: 1.5em!important;
}
span[class=badge] {
font-size: 10px!important
}
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
background: #444 !important;
border-color: #000!important;
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset!important;
color: #fff!important;
}
ul[class=nav] li[class=sort-item] {
margin-left: 15px!important
}
.home-page h3 {
padding: 0;
}
.home-page .span5 {
margin-left: 1em;
}
.home-page dl {
margin: 5px 0 5px 0;
}
.home-page dl dd {
}
.home-page .relations-info {
margin: 0 0 5px 0;
width:100%
}
.home-page .relations-info .btns {
margin: 0 0 0 10px
}
.nano .slide {
padding: 0!important;
}
.nano > .pane{
width:4px;
}
.nano > .pane > .slider {
background-color:#27c;
width:4px;
}
.static {
margin: 0!important;
padding-bottom:3px;
}
.modal{
background-color: #222;
}
.modal-backdrop {
background-color: #333;
}
.page-header h1.username {
float:left;
display:inline;
max-width:50%;
}
.page-header .clr {
display:inline;
float:right;
clear:none;
padding: 0;
margin: 6px 0 0 0;
}
.page-header .follow-buttons {
display:inline;
float:right;
clear:none;
padding:0;
margin: 4px 0 0 0;
}
.page-header::before,
.page-header::after {
display: table;
content: "";
line-height: 0;
}
.page-header::after {
clear: both;
}
.posts:first-child {
margin: 5px 0 0 0;
}
.btn{
background-color: #333!important;
background-image: -moz-linear-gradient(center top , #222, #333)!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#333))!important;
background-image: -webkit-linear-gradient(top, #222, #333)!important;
background-image: -o-linear-gradient(top, #222, #333)!important;
background-image: linear-gradient(to bottom, #222, #333)!important;
border: 1px solid #555!important;
border-radius: 3px 3px 3px 3px;
color: #eee!important;
text-shadow: 0 1px 0 rgba(200, 200, 200, 0.2)!important;
}
.label:hover{
background-image:none!important;
}
.label-feed{
background-color: #333!important;
background-image: -moz-linear-gradient(center top , #222, #333)!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#333))!important;
background-image: -webkit-linear-gradient(top, #222, #333)!important;
background-image: -o-linear-gradient(top, #222, #333)!important;
background-image: linear-gradient(to bottom, #222, #333)!important;
border: 1px solid #555!important;
border-radius: 3px 3px 3px 3px;
color: #eee!important;
text-shadow: 0 1px 0 rgba(200, 200, 200, 0.2)!important;
}
.label-social {
background-color: #DA3F2D!important;
background-image: -moz-linear-gradient(center top , #DB5444, #DA3F2D)!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DB5444), to(#DA3F2D))!important;
background-image: -webkit-linear-gradient(top, #DB5444, #DA3F2D)!important;
background-image: -o-linear-gradient(top, #DB5444, #DA3F2D)!important;
background-image: linear-gradient(to bottom, #DB5444, #DA3F2D)!important;
border: 1px solid #C9301E!important;
border-radius: 3px 3px 3px 3px;
color: #eee!important;
text-shadow: 0 1px 0 rgba(200, 200, 200, 0.2)!important;
}
.subscribe .dropdown-menu {
background-color: #555;
}
.subscribe .dropdown-menu li form .control-group {
vertical-align:top;
}
.subscribe .dropdown-menu li form .control-group button {
border-radius:4px;
padding:0;
width: 30px
}
.subscribe .dropdown-menu li form .control-group td:last-child{
width:30px!important;
}
.subscribe .dropdown-menu li form .control-group button img{
margin: 5px;
width: 20px;
}
.slide {
right:0px!important;
}
.reader .sidebar-fixed-top .well {
border-radius:0;
padding:30px 0 10px 0;
margin:0;
}
.hero-unit.posts-filler span {
background-color: #333;
}
.badge {
display: inline;
float:right;
border-radius:2px;
}
.nav-list {
padding: 0px 4px;
}
.nav-list li.nav-header a {
display:inline;
}
div.sort-item {
padding:0;
margin:0;
}
.nav-list li.active {
border-left: 3px solid #222;
}
.badge.badge-info {
background-color: #27c;
}
.nav-list > li > a {
padding:3px;
margin:0;
}
} | 0.177668 | 0.076649 |
.down-model{
margin-top: 5px;
position: absolute;
background: #FFFFFF;
width: 100%;
/*border: 1px solid rgba(144,147,153,0.20);*/
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px 0 0 0 4px 4px 4px;
}
.box {
position: absolute;
z-index: 1;
margin-top: 2px;
width: 16px;
height: 16px;
background: #fff;
box-shadow: 0 4px 10px -2px rgba(198,213,238,0.50);
transform: rotate(-135deg);
}
.down-model-main {
z-index: 10;
position: absolute;
margin-top: 10px;
padding: 7px;
width: 100%;
background: #FFFFFF;
box-shadow: 0 4px 10px -2px rgba(198,213,238,0.50);
border-radius: 4px 2px 2px 4px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.down-model-bottom{
height: 15%;
/*float: right;*/
width: 100%;
}
.down-model-bottom-b{
width: 40%;
border-radius: 4px;
padding: 5px 5px 5px 5px;
margin-right: 5px;
}
.down-model-bottom-y{
background-image: linear-gradient(-90deg, #9570FF 0%, #5D64C1 100%);
box-shadow: 0 2px 8px 0 #BBC3E2;
float: right;
color: white;
}
.down-model-bottom-n{
/*border: 1px solid #5D2FFF;*/
float: left;
border: 1px solid #DCDFE6;
border-radius: 4px;
color: #909399;
font-family: PingFangSC-Regular;
font-size: 14px;
}
.table-line-td{
padding-right: 10px;
padding-bottom: 5px;
}
.down-model-list{
background: #FFFFFF;
border: 1px solid rgba(144,147,153,0.20);
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px;
}
.list-item{
width: 100%;
/* height: 20px; */
display: block;
flex-direction: row;
align-items: center;
text-align: center;
}
.list-item:hover{
cursor: pointer;
background: rgba(93,47,255,0.20);
text-decoration: none;
}
.down-button-div{
display: inherit;
border-radius: 4px;
/* padding: 0px 19px 0px 19px; */
font-family: PingFangSC-Regular;
font-size: 14px;
text-align: center;
max-width: 250px;
height: 34px;
/* padding-left: 19px; */
padding: 4px;
width: 100%;
white-space: nowrap;
text-overflow:ellipsis;
overflow:hidden;
background: #FFFFFF;
border: 1px solid rgba(144,147,153,0.50);
cursor: pointer;
}
.down-button-img{
margin-left: 15px;
}
.alert-model-b0{
width: 280px;
height: 40px;
background: #F6FFED;
border: 1px solid #B7EB8F;
border-radius: 4px;
display: inline-block;
text-align: left;
padding: 9px;
}
.alert-model-b1{
width: 280px;
height: 40px;
padding: 9px 16px 9px 16px;
background: #FFF1F0;
border: 1px solid #FF3300;
border-radius: 4px;
display: inline-block;
text-align: left;
padding: 9px;
}
.alert-model-b2{
margin-left: 44px;
}
.alert-model-text0{
font-family: PingFangSC-Regular;
font-size: 14px;
color: #1D2341;
letter-spacing: 0;
line-height: 22px;
margin-left: 8px;
}
.alert-model-text1{
font-family: PingFangSC-Regular;
font-size: 14px;
color: #909399;
letter-spacing: 0.26px;
line-height: 22px;
margin-left: 8px;
} | backend/src/main/resources/css/downModel.css | .down-model{
margin-top: 5px;
position: absolute;
background: #FFFFFF;
width: 100%;
/*border: 1px solid rgba(144,147,153,0.20);*/
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px 0 0 0 4px 4px 4px;
}
.box {
position: absolute;
z-index: 1;
margin-top: 2px;
width: 16px;
height: 16px;
background: #fff;
box-shadow: 0 4px 10px -2px rgba(198,213,238,0.50);
transform: rotate(-135deg);
}
.down-model-main {
z-index: 10;
position: absolute;
margin-top: 10px;
padding: 7px;
width: 100%;
background: #FFFFFF;
box-shadow: 0 4px 10px -2px rgba(198,213,238,0.50);
border-radius: 4px 2px 2px 4px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.down-model-bottom{
height: 15%;
/*float: right;*/
width: 100%;
}
.down-model-bottom-b{
width: 40%;
border-radius: 4px;
padding: 5px 5px 5px 5px;
margin-right: 5px;
}
.down-model-bottom-y{
background-image: linear-gradient(-90deg, #9570FF 0%, #5D64C1 100%);
box-shadow: 0 2px 8px 0 #BBC3E2;
float: right;
color: white;
}
.down-model-bottom-n{
/*border: 1px solid #5D2FFF;*/
float: left;
border: 1px solid #DCDFE6;
border-radius: 4px;
color: #909399;
font-family: PingFangSC-Regular;
font-size: 14px;
}
.table-line-td{
padding-right: 10px;
padding-bottom: 5px;
}
.down-model-list{
background: #FFFFFF;
border: 1px solid rgba(144,147,153,0.20);
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px;
}
.list-item{
width: 100%;
/* height: 20px; */
display: block;
flex-direction: row;
align-items: center;
text-align: center;
}
.list-item:hover{
cursor: pointer;
background: rgba(93,47,255,0.20);
text-decoration: none;
}
.down-button-div{
display: inherit;
border-radius: 4px;
/* padding: 0px 19px 0px 19px; */
font-family: PingFangSC-Regular;
font-size: 14px;
text-align: center;
max-width: 250px;
height: 34px;
/* padding-left: 19px; */
padding: 4px;
width: 100%;
white-space: nowrap;
text-overflow:ellipsis;
overflow:hidden;
background: #FFFFFF;
border: 1px solid rgba(144,147,153,0.50);
cursor: pointer;
}
.down-button-img{
margin-left: 15px;
}
.alert-model-b0{
width: 280px;
height: 40px;
background: #F6FFED;
border: 1px solid #B7EB8F;
border-radius: 4px;
display: inline-block;
text-align: left;
padding: 9px;
}
.alert-model-b1{
width: 280px;
height: 40px;
padding: 9px 16px 9px 16px;
background: #FFF1F0;
border: 1px solid #FF3300;
border-radius: 4px;
display: inline-block;
text-align: left;
padding: 9px;
}
.alert-model-b2{
margin-left: 44px;
}
.alert-model-text0{
font-family: PingFangSC-Regular;
font-size: 14px;
color: #1D2341;
letter-spacing: 0;
line-height: 22px;
margin-left: 8px;
}
.alert-model-text1{
font-family: PingFangSC-Regular;
font-size: 14px;
color: #909399;
letter-spacing: 0.26px;
line-height: 22px;
margin-left: 8px;
} | 0.456894 | 0.114616 |
*{
box-sizing: border-box;
font-family: 'Raleway', sans-serif;
}
a{
color: white;
text-decoration: none;
}
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
margin: 0;
height: 100vh;
background: rgb(0,207,149);
background: linear-gradient(180deg, rgba(0,207,149,1) 0%, rgba(202,88,255,1) 100%) no-repeat;
}
/*HEADER---------------------------------*/
.main-header{
width: 100vw;
height: 80px;
display: grid;
grid-template-columns: 2fr 8fr 1fr 1fr;
grid-template-rows: 80px;
border-bottom: 1px white solid;
}
.header__img{
height: 60px;
margin: 10px;
cursor: pointer;
}
.header__img--logo{
grid-column: 1 / span 1;
justify-self: flex-end;
}
.header__img--profile{
grid-column: 3 / span 1;
justify-self: flex-end;
}
.header__subtitle{
grid-column: 4 / span 1;
margin: auto 0;
}
/*FORM---------------------------------------*/
.signup__container{
width: 400px;
margin: 50px auto;
min-height: calc(100vh - 280px);
padding: 2em;
color: white;
background-color: rgba(255, 255, 255, 0.144);
border: 2px solid white;
border-radius: 40px;
-webkit-box-shadow: 0px 25px 43px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 25px 43px -5px rgba(0,0,0,0.25);
box-shadow: 0px 25px 43px -5px rgba(0,0,0,0.25);
}
.signup__title{
font-weight: 600;
margin: 70px 0 70px 10px;
}
.signup__input{
color: white;
padding: 10px;
width: 100%;
border: none;
background-color: transparent;
border-bottom: 2px solid white;
outline: none;
}
.signup__input::placeholder{
color: white;
}
.signup__input--buttom{
padding: 13px 0;
font-size: 1em;
color: white;
border: none;
background-color: rgba(255, 255, 255, 0.226);
cursor: pointer;
border-radius: 25px;
transition: 450ms background-color;
}
.signup__input--buttom:hover{
background-color: rgba(255, 255, 255, 0.363);
}
.login__input--icon-google, .login__input--icon-twitter{
padding: 0;
border: none;
cursor: pointer;
position: relative;
}
.login{
font-size: 0.8em;
margin: 50px 0 18px 0;
text-align: center;
}
/*FOOTER----------------------------------*/
footer{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
border-top: 1px solid white;
position: absolute;
bottom: 0;
}
@media only screen and (max-width: 767.98px){
.header__img--logo{
grid-column: 1 / span 4;
justify-self: center;
}
.header__img--profile, .header__subtitle{
display: none;
}
}
@media only screen and (max-width: 575.98px){
.signup__container{
width: 100%;
padding: 50px;
border: none;
background-color: transparent;
box-shadow: none;
}
footer{
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
footer p{
margin: 5px 0;
}
} | signup.css | *{
box-sizing: border-box;
font-family: 'Raleway', sans-serif;
}
a{
color: white;
text-decoration: none;
}
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
margin: 0;
height: 100vh;
background: rgb(0,207,149);
background: linear-gradient(180deg, rgba(0,207,149,1) 0%, rgba(202,88,255,1) 100%) no-repeat;
}
/*HEADER---------------------------------*/
.main-header{
width: 100vw;
height: 80px;
display: grid;
grid-template-columns: 2fr 8fr 1fr 1fr;
grid-template-rows: 80px;
border-bottom: 1px white solid;
}
.header__img{
height: 60px;
margin: 10px;
cursor: pointer;
}
.header__img--logo{
grid-column: 1 / span 1;
justify-self: flex-end;
}
.header__img--profile{
grid-column: 3 / span 1;
justify-self: flex-end;
}
.header__subtitle{
grid-column: 4 / span 1;
margin: auto 0;
}
/*FORM---------------------------------------*/
.signup__container{
width: 400px;
margin: 50px auto;
min-height: calc(100vh - 280px);
padding: 2em;
color: white;
background-color: rgba(255, 255, 255, 0.144);
border: 2px solid white;
border-radius: 40px;
-webkit-box-shadow: 0px 25px 43px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 25px 43px -5px rgba(0,0,0,0.25);
box-shadow: 0px 25px 43px -5px rgba(0,0,0,0.25);
}
.signup__title{
font-weight: 600;
margin: 70px 0 70px 10px;
}
.signup__input{
color: white;
padding: 10px;
width: 100%;
border: none;
background-color: transparent;
border-bottom: 2px solid white;
outline: none;
}
.signup__input::placeholder{
color: white;
}
.signup__input--buttom{
padding: 13px 0;
font-size: 1em;
color: white;
border: none;
background-color: rgba(255, 255, 255, 0.226);
cursor: pointer;
border-radius: 25px;
transition: 450ms background-color;
}
.signup__input--buttom:hover{
background-color: rgba(255, 255, 255, 0.363);
}
.login__input--icon-google, .login__input--icon-twitter{
padding: 0;
border: none;
cursor: pointer;
position: relative;
}
.login{
font-size: 0.8em;
margin: 50px 0 18px 0;
text-align: center;
}
/*FOOTER----------------------------------*/
footer{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
border-top: 1px solid white;
position: absolute;
bottom: 0;
}
@media only screen and (max-width: 767.98px){
.header__img--logo{
grid-column: 1 / span 4;
justify-self: center;
}
.header__img--profile, .header__subtitle{
display: none;
}
}
@media only screen and (max-width: 575.98px){
.signup__container{
width: 100%;
padding: 50px;
border: none;
background-color: transparent;
box-shadow: none;
}
footer{
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
footer p{
margin: 5px 0;
}
} | 0.372848 | 0.06663 |
* {
box-sizing: border-box;
}
body {
margin: 0;
background-color: #fff;
}
.main {
width: 1200px;
min-height: 100vh;
max-width: 100%;
margin: auto;
padding-bottom: 20px;
}
.nav {
display: flex;
align-items: center;
height: 48px;
background-color: lightpink;
}
.nav__list {
display: flex;
list-style: none;
width: 100%;
justify-content: space-evenly;
}
.nav__link {
text-decoration: none;
color: #000;
margin-right: 100px;
align-items: center;
font-weight: 600;
border: solid 1px;
padding: 5px 20px;
border-radius: 10px;
}
.nav__link:hover {
border: 5px solid #008aff;
background-color:rgb(173,206,237) ;
font-size: 20px;
}
/* Article */
h1 {
line-height: 2rem;
}
article {
padding: 0 16px;
line-height: 1.6rem;
}
article img {
width: 640px;
max-width: 100%;
display: block;
margin: 32px auto;
}
/* ipad nav */
.nav__bars-btn {
width: 28px;
height: 28px;
color: #fff;
display: none;
margin-left: 8px;
}
.nav__overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;;
background-color: rgba(247, 154, 226, 0.3);
display: none ;
animation: fadein linear 0.3s;
}
.nav__ipad{
display: none;
}
.nav__mobileMB {
display: none;
}
@media only screen and (min-width: 740px ) and (max-width: 1023px) {
nav_
.nav-mobile--input {
display: none;
}
.nav__mobileMB {
display: none;
}
.nav__ipad{
display: block;
}
.nav__bars-btn {
display: block;
}
.nav__pc {
display: none;
}
.nav__ipad {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 320px;
max-width: 100%;
background-color: #fff;
transform: translateX(-100%);
opacity: 0;
transition: transform linear 0.5s , opacity linear 0.5s ;
}
.nav__ipad-list {
margin-top: 60px;
margin-left: 30px;
}
.nav__ipad-link {
margin-top: 40px;
text-decoration: none;
display: block;
padding: 8px 0;
font-size: 1.4rem;
color: #333;
background-image: linear-gradient(135deg, #008aff, #86d472);
border-radius: 6px;
box-sizing: border-box;
color: #ffffff;
display: block;
height: 50px;
font-size: 1.4em;
font-weight: 600;
padding: 4px;
position: relative;
text-decoration: none;
width: 7em;
z-index: 2;
}
.nav__ipad-link:hover {
color: #fff;
}
.nav__ipad-link .btn1 {
align-items: center;
background: hotpink;
border-radius: 6px;
display: flex;
justify-content: center;
height: 100%;
transition: background 0.5s ease;
width: 100%;
}
.nav__ipad-link:hover .btn1 {
background: transparent;
}
.nav__ipad-close {
font-size: 1.4rem;
color: #666;
position: absolute;
top: 1rem;
right: 1rem;
cursor: pointer;
}
.nav_input:checked ~ .nav__overlay {
display: block;
}
}
.nav_input:checked ~ .nav__ipad {
transform: translateX(0%);
opacity: 1;
}
.nav_input {
display: none;
}
ul{
list-style: none;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* nav-mobile */
.nav__bars-btnMB {
color: #fff;
width: 28px;
height: 28px;
display: none;
font-size: 22px;
color: #000000;
}
.nav__overlayMB {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
animation: fadein linear 0.4s;
display: none;
background-color: rgba(241, 133, 214, 0.445)
}
.nav__mobileMB {
display: none;
}
.nav__mobile-link {
display: none;
}
@media only screen and (max-width: 739px)
{
.nav__mobileMB {
position: fixed;
top: 0 ;
bottom: 0;
right : 0;
background-color: #4dccc6 ;
width: 200px;
max-width: 100%;
display: block;
transform: translateX( 100% );
transition: transform linear 0.4s , opacity linear 0.3s;
opacity: 0 ;
}
.nav__mobile-link {
width: 130px;
height: 40px;
color: #fff;
border-radius: 5px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
outline: none;
display: block;
margin-bottom: 20px;
text-decoration: none;
text-align: center;
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
width: 130px;
height: 40px;
line-height: 42px;
padding: 0;
border: none;
background: hotpink;
}
.nav__mobile-link:hover {
color: #f0094a;
background: transparent;
box-shadow:none;
}
.nav__mobile-link:before,
.nav__mobile-link:after{
content:'';
position:absolute;
top:0;
right:0;
height:2px;
width:0;
background: #f0094a;
box-shadow:
-1px -1px 5px 0px #fff,
7px 7px 20px 0px #0003,
4px 4px 5px 0px #0002;
transition:400ms ease all;
}
.nav__mobile-link:after{
right:inherit;
top:inherit;
left:0;
bottom:0;
}
.nav__mobile-link:hover:before,
.nav__mobile-link:hover:after{
width:100%;
transition:800ms ease all;
}
.nav__mobile-list {
margin-top: 80px;
}
.nav__mobile-icon
{
position: absolute ;
top: 0;
right: 0;
margin-top: 8px ;
margin-right: 8px;
font-size: 1.6rem;
color: #ffffff;
width: 26px;
height: 26px;
cursor: pointer;
}
.mobile-input {
position: relative;
right: 0;
}
.nav_inputMB:checked ~ .nav__overlayMB {
display: block;
}
.nav_inputMB:checked ~ .nav__mobileMB {
display: block;
transform: translateX(0%);
opacity: 1 ;
}
.nav_inputMB {
display: none;
}
.nav__pc
{
display: none;
}
.nav__ipad-list
{
display: none;
}
.nav__mobileMB {
display: block;
}
.nav__bars-btnMB
{
display: block;
position: absolute;
right: 0;
margin-right: 10px;
margin-top: 8px;
}
} | responsive.css | * {
box-sizing: border-box;
}
body {
margin: 0;
background-color: #fff;
}
.main {
width: 1200px;
min-height: 100vh;
max-width: 100%;
margin: auto;
padding-bottom: 20px;
}
.nav {
display: flex;
align-items: center;
height: 48px;
background-color: lightpink;
}
.nav__list {
display: flex;
list-style: none;
width: 100%;
justify-content: space-evenly;
}
.nav__link {
text-decoration: none;
color: #000;
margin-right: 100px;
align-items: center;
font-weight: 600;
border: solid 1px;
padding: 5px 20px;
border-radius: 10px;
}
.nav__link:hover {
border: 5px solid #008aff;
background-color:rgb(173,206,237) ;
font-size: 20px;
}
/* Article */
h1 {
line-height: 2rem;
}
article {
padding: 0 16px;
line-height: 1.6rem;
}
article img {
width: 640px;
max-width: 100%;
display: block;
margin: 32px auto;
}
/* ipad nav */
.nav__bars-btn {
width: 28px;
height: 28px;
color: #fff;
display: none;
margin-left: 8px;
}
.nav__overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;;
background-color: rgba(247, 154, 226, 0.3);
display: none ;
animation: fadein linear 0.3s;
}
.nav__ipad{
display: none;
}
.nav__mobileMB {
display: none;
}
@media only screen and (min-width: 740px ) and (max-width: 1023px) {
nav_
.nav-mobile--input {
display: none;
}
.nav__mobileMB {
display: none;
}
.nav__ipad{
display: block;
}
.nav__bars-btn {
display: block;
}
.nav__pc {
display: none;
}
.nav__ipad {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 320px;
max-width: 100%;
background-color: #fff;
transform: translateX(-100%);
opacity: 0;
transition: transform linear 0.5s , opacity linear 0.5s ;
}
.nav__ipad-list {
margin-top: 60px;
margin-left: 30px;
}
.nav__ipad-link {
margin-top: 40px;
text-decoration: none;
display: block;
padding: 8px 0;
font-size: 1.4rem;
color: #333;
background-image: linear-gradient(135deg, #008aff, #86d472);
border-radius: 6px;
box-sizing: border-box;
color: #ffffff;
display: block;
height: 50px;
font-size: 1.4em;
font-weight: 600;
padding: 4px;
position: relative;
text-decoration: none;
width: 7em;
z-index: 2;
}
.nav__ipad-link:hover {
color: #fff;
}
.nav__ipad-link .btn1 {
align-items: center;
background: hotpink;
border-radius: 6px;
display: flex;
justify-content: center;
height: 100%;
transition: background 0.5s ease;
width: 100%;
}
.nav__ipad-link:hover .btn1 {
background: transparent;
}
.nav__ipad-close {
font-size: 1.4rem;
color: #666;
position: absolute;
top: 1rem;
right: 1rem;
cursor: pointer;
}
.nav_input:checked ~ .nav__overlay {
display: block;
}
}
.nav_input:checked ~ .nav__ipad {
transform: translateX(0%);
opacity: 1;
}
.nav_input {
display: none;
}
ul{
list-style: none;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* nav-mobile */
.nav__bars-btnMB {
color: #fff;
width: 28px;
height: 28px;
display: none;
font-size: 22px;
color: #000000;
}
.nav__overlayMB {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
animation: fadein linear 0.4s;
display: none;
background-color: rgba(241, 133, 214, 0.445)
}
.nav__mobileMB {
display: none;
}
.nav__mobile-link {
display: none;
}
@media only screen and (max-width: 739px)
{
.nav__mobileMB {
position: fixed;
top: 0 ;
bottom: 0;
right : 0;
background-color: #4dccc6 ;
width: 200px;
max-width: 100%;
display: block;
transform: translateX( 100% );
transition: transform linear 0.4s , opacity linear 0.3s;
opacity: 0 ;
}
.nav__mobile-link {
width: 130px;
height: 40px;
color: #fff;
border-radius: 5px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
outline: none;
display: block;
margin-bottom: 20px;
text-decoration: none;
text-align: center;
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
width: 130px;
height: 40px;
line-height: 42px;
padding: 0;
border: none;
background: hotpink;
}
.nav__mobile-link:hover {
color: #f0094a;
background: transparent;
box-shadow:none;
}
.nav__mobile-link:before,
.nav__mobile-link:after{
content:'';
position:absolute;
top:0;
right:0;
height:2px;
width:0;
background: #f0094a;
box-shadow:
-1px -1px 5px 0px #fff,
7px 7px 20px 0px #0003,
4px 4px 5px 0px #0002;
transition:400ms ease all;
}
.nav__mobile-link:after{
right:inherit;
top:inherit;
left:0;
bottom:0;
}
.nav__mobile-link:hover:before,
.nav__mobile-link:hover:after{
width:100%;
transition:800ms ease all;
}
.nav__mobile-list {
margin-top: 80px;
}
.nav__mobile-icon
{
position: absolute ;
top: 0;
right: 0;
margin-top: 8px ;
margin-right: 8px;
font-size: 1.6rem;
color: #ffffff;
width: 26px;
height: 26px;
cursor: pointer;
}
.mobile-input {
position: relative;
right: 0;
}
.nav_inputMB:checked ~ .nav__overlayMB {
display: block;
}
.nav_inputMB:checked ~ .nav__mobileMB {
display: block;
transform: translateX(0%);
opacity: 1 ;
}
.nav_inputMB {
display: none;
}
.nav__pc
{
display: none;
}
.nav__ipad-list
{
display: none;
}
.nav__mobileMB {
display: block;
}
.nav__bars-btnMB
{
display: block;
position: absolute;
right: 0;
margin-right: 10px;
margin-top: 8px;
}
} | 0.455441 | 0.070336 |
.markItUp {
clear: both;
padding-top: 10px;
}
.markItUp * {
margin: 0px;
padding: 0px;
outline: none;
}
.markItUp a:link,
.markItUp a:visited {
color:#000;
text-decoration:none;
}
.markItUp {
width: 700px !important;
}
.markItUpContainer {
border: 1px solid #efefef;
background: transparent image-url("markitup/skins/pui/images/bg-container.png") repeat-x top left;
padding: 5px 5px 0 5px !important;
}
.markItUpEditor {
font: 14px 'Courier New', Courier, monospace !important;
padding: 5px 5px 5px 35px !important;
border: 1px solid #efefef;
width: 646px !important;
height: 280px;
background-image:image-url("markitup/skins/pui/images/bg-editor-textile.png");
background-repeat:no-repeat;
clear:both;
display:block;
line-height:18px;
overflow:auto;
}
.markItUpPreviewFrame {
overflow:auto;
background-color:#FFFFFF;
border:1px solid #3C769D;
width:99.9%;
height:300px;
margin:5px 0;
}
.markItUpFooter {
width:100%;
cursor:n-resize;
}
.markItUpResizeHandle {
overflow:hidden;
width:22px; height:5px;
margin-left:auto;
margin-right:auto;
background-image:image-url("markitup/skins/pui/images/handle.png");
cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul { margin: 0; padding: 0; }
.markItUpHeader li { margin: 0; padding: 0; }
.markItUpHeader ul li { list-style: none !important; float:left; position:relative; background-color: transparent !important; padding: 0; margin: 0; }
.markItUpHeader ul li ul { display: none; }
.markItUpHeader ul li:hover > ul { display: block; }
.markItUpHeader ul li.markItUpButton { margin: 0; padding: 0; }
.markItUpHeader ul li.markItUpSeparator { margin: 0 10px 0 5px !important; width:1px; height:0; overflow:hidden; background-color:#CCC !important; }
/* next rows of buttons */
.markItUpHeader ul ul ul { position:absolute; top:-1px; left:150px; }
.markItUpHeader ul ul ul li { float:none; }
.markItUpHeader ul a { display:block; width:16px; height:16px; text-indent:-10000px; background-repeat:no-repeat; padding:3px; margin:0px; }
.markItUpHeader ul ul a { display:block; padding-left:0px; text-indent:0; width:120px; padding:5px 5px 5px 25px; background-position:2px 50%; }
.markItUpHeader ul ul a:hover { color:#FFF; background-color:#000; } | vendor/assets/javascripts/markitup/skins/pui/style.css | .markItUp {
clear: both;
padding-top: 10px;
}
.markItUp * {
margin: 0px;
padding: 0px;
outline: none;
}
.markItUp a:link,
.markItUp a:visited {
color:#000;
text-decoration:none;
}
.markItUp {
width: 700px !important;
}
.markItUpContainer {
border: 1px solid #efefef;
background: transparent image-url("markitup/skins/pui/images/bg-container.png") repeat-x top left;
padding: 5px 5px 0 5px !important;
}
.markItUpEditor {
font: 14px 'Courier New', Courier, monospace !important;
padding: 5px 5px 5px 35px !important;
border: 1px solid #efefef;
width: 646px !important;
height: 280px;
background-image:image-url("markitup/skins/pui/images/bg-editor-textile.png");
background-repeat:no-repeat;
clear:both;
display:block;
line-height:18px;
overflow:auto;
}
.markItUpPreviewFrame {
overflow:auto;
background-color:#FFFFFF;
border:1px solid #3C769D;
width:99.9%;
height:300px;
margin:5px 0;
}
.markItUpFooter {
width:100%;
cursor:n-resize;
}
.markItUpResizeHandle {
overflow:hidden;
width:22px; height:5px;
margin-left:auto;
margin-right:auto;
background-image:image-url("markitup/skins/pui/images/handle.png");
cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul { margin: 0; padding: 0; }
.markItUpHeader li { margin: 0; padding: 0; }
.markItUpHeader ul li { list-style: none !important; float:left; position:relative; background-color: transparent !important; padding: 0; margin: 0; }
.markItUpHeader ul li ul { display: none; }
.markItUpHeader ul li:hover > ul { display: block; }
.markItUpHeader ul li.markItUpButton { margin: 0; padding: 0; }
.markItUpHeader ul li.markItUpSeparator { margin: 0 10px 0 5px !important; width:1px; height:0; overflow:hidden; background-color:#CCC !important; }
/* next rows of buttons */
.markItUpHeader ul ul ul { position:absolute; top:-1px; left:150px; }
.markItUpHeader ul ul ul li { float:none; }
.markItUpHeader ul a { display:block; width:16px; height:16px; text-indent:-10000px; background-repeat:no-repeat; padding:3px; margin:0px; }
.markItUpHeader ul ul a { display:block; padding-left:0px; text-indent:0; width:120px; padding:5px 5px 5px 25px; background-position:2px 50%; }
.markItUpHeader ul ul a:hover { color:#FFF; background-color:#000; } | 0.311846 | 0.152537 |
body{
background-color: black;
}
h2 {
color: #1e1e1e;
display: block;
font: bold 72px Helvetica;
text-transform: uppercase;
letter-spacing: -1px;
}
.hovertown span {
transition: all 0.9s ease;
}
.hovertown span:hover {
text-shadow: 0 0 72px black;
color: transparent;
transition: all 0.2s ease;
}
@keyframes blackblur {
from { text-shadow: 0 0 72px black; color: transparent; }
to { text-shadow: 0; color: black; }
}
.smokemonster span:nth-of-type(1) { animation: blackblur 2s 1 alternate; }
.smokemonster span:nth-of-type(2) { animation: blackblur 2s 0.1s 1 alternate; }
.smokemonster span:nth-of-type(3) { animation: blackblur 2s 0.15s 1 alternate; }
.smokemonster span:nth-of-type(4) { animation: blackblur 2s 0.2s 1 alternate; }
.smokemonster span:nth-of-type(5) { animation: blackblur 2s 0.25s 1 alternate; }
.smokemonster span:nth-of-type(6) { animation: blackblur 2s 0.3s 1 alternate; }
.smokemonster span:nth-of-type(7) { animation: blackblur 2s 0.35s 1 alternate; }
.smokemonster span:nth-of-type(8) { animation: blackblur 2s 0.4s 1 alternate; }
.smokemonster span:nth-of-type(9) { animation: blackblur 2s 0.45s 1 alternate; }
.smokemonster span:nth-of-type(10) { animation: blackblur 2s 0.5s 1 alternate; }
.smokemonster span:nth-of-type(11) { animation: blackblur 2s 0.55s 1 alternate; }
.smokemonster span:nth-of-type(12) { animation: blackblur 2s 0.6s 1 alternate; }
@keyframes fun-1 {
from { text-shadow: 0 0 72px red; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-2 {
from { text-shadow: 0 0 22px blue; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-3 {
from { text-shadow: 0 0 152px green; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-4 {
from { text-shadow: 0 0 102px cyan; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-5 {
from { text-shadow: 0 0 222px magenta; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-6 {
from { text-shadow: 0 0 92px yellow; color: transparent; }
to { text-shadow: 0; color: black; }
}
.sparklemaster { color: white; }
.sparklemaster span:nth-of-type(1) { animation: fun-1 2s 0.2s 1 infinite; }
.sparklemaster span:nth-of-type(2) { animation: fun-2 2s 3.9s 1 alternate; }
.sparklemaster span:nth-of-type(3) { animation: fun-3 2s 2.65s 1 alternate; }
.sparklemaster span:nth-of-type(4) { animation: fun-4 2s 2.2s 1 alternate; }
.sparklemaster span:nth-of-type(5) { animation: fun-5 2s 1.25s 1 alternate; }
.sparklemaster span:nth-of-type(6) { animation: fun-6 2s 2.3s 1 alternate; }
.sparklemaster span:nth-of-type(7) { animation: fun-1 2s 3.35s 1 alternate; }
.sparklemaster span:nth-of-type(8) { animation: fun-2 2s 2.4s 1 alternate; }
.sparklemaster span:nth-of-type(9) { animation: fun-3 2s 1.45s 1 alternate; }
.sparklemaster span:nth-of-type(10) { animation: fun-4 2s 3.5s 1 alternate; }
.sparklemaster span:nth-of-type(11) { animation: fun-5 2s 1.55s 1 alternate; }
.sparklemaster span:nth-of-type(12) { animation: fun-6 2s 2.6s 1 alternate; }
.textshadow .foreverblur {
text-shadow: 0 0 32px white;
color: transparent;
}
#jquerybuddy span {
text-shadow: 0 0 4px rgba(0,100,0,1);
color: transparent;
}
section { padding: 10px 100px; text-align: center;}
section:nth-child(odd) { background: none; }
section:nth-child(even) { background: none; }
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
.item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6{
position: absolute;
display: block;
top: 10em;
width: 60%;
font-size: 2em;
animation-duration: 20s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
.item-1{
animation-name: anim-1;
font-size: 100%;
}
.item-2{
animation-name: anim-2;
}
.item-3{
animation-name: anim-3;
}
.item-4{
animation-name: anim-4;
}
.item-5{
animation-name: anim-5;
}
.item-6{
animation-name: anim-6;
}
@keyframes anim-1 {
0%, 8.3% { left: -100%; opacity: 0; }
8.3%,25% { left: 25%; opacity: 1; }
33.33%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-2 {
0%, 33.33% { left: -100%; opacity: 0; }
41.63%, 58.29% { left: 25%; opacity: 1; }
66.66%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-3 {
0%, 66.66% { left: -100%; opacity: 0; }
74.96%, 91.62% { left: 25%; opacity: 1; }
100% { left: 110%; opacity: 0; }
}
@keyframes anim-4 {
0%, 132.132% { left: -100%; opacity: 0; }
140.162%, 124.95% { left: 25%; opacity: 1; }
264.264%,100% { left: 110%; opacity: 0; }
}
@keyframes anim-5 {
0%, 264.264% { left: -100%; opacity: 0; }
272.302%, 157.120% { left: 25%; opacity: 1; }
528.528%,100% { left: 110%; opacity: 0; }
}
@keyframes anim-6 {
0%, 528.528% { left: -100%; opacity: 0; }
536.566%, 190.161% { left: 25%; opacity: 1; }
100% { left: 110%; opacity: 0; }
}
p{
font-color:white;
}
.mirror{
display: inline-block;
transform: scaleX(-1);
filter: FlipH; /* IE 6-7-8 */
}
/* Let's style the wrapper in such away that,
it should always be at the center of the browser */
.wrapper {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%, -50%);
width: 550px;
}
/* Style the Un-order list by setting its list-style to none */
.wrapper ul {
list-style: none;
}
/* Style the list items inside the UL list, by setting its width, height and line-height
and float them to left and set its border and border-radius.
*/
.wrapper ul li {
width: 70px;
height: 70px;
line-height: 10px;
margin: 0 10px;
text-align: center;
cursor: pointer;
border-radius: 5%;
border: 10px solid #D8E2DC;
float: left;
transition: all 0.5s ease;
}
/* Style the icons by setting its color and margin-top value to 20px
to align it properly */
.wrapper ul li .fa {
color: #D8E2DC;
margin-top: 1.5px;
transition: all 0.5s ease;
}
/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper ul li:hover.facebook {
border: 5px solid #3b5998;
box-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-facebook {
color: #3b5998;
text-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
/*twitter*/
.wrapper ul li:hover.twitter {
border: 2px solid #00aced;
box-shadow: 0 0 15px #00aced;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-twitter {
color: #00aced;
text-shadow: 0 0 15px #00aced;
transition: all 0.5s ease;
}
/* instagram */
.wrapper ul li:hover.instagram {
border: 5px solid #bc2a8d;
box-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-instagram {
color: #bc2a8d;
text-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
/* google */
.wrapper ul li:hover.google {
border: 5px solid #dd4b39;
box-shadow: 0 0 15px #dd4b39;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-google {
color: #dd4b39;
text-shadow: 0 0 15px #dd4b39;
transition: all 0.5s ease;
}
/* whatsapp */
.wrapper ul li:hover.whatsapp {
border: 5px solid #4dc247;
box-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-whatsapp {
color: #4dc247;
text-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
/* media queries */
@media screen and (max-width: 640px){
.wrapper {
width: 350px;
}
.wrapper ul li{
margin-top: 10px;
}
.wrapper ul li.google{
margin-left: 60px;
}
}
@media screen and (max-width: 340px){ | flash/microwebinvite/css/style.css | body{
background-color: black;
}
h2 {
color: #1e1e1e;
display: block;
font: bold 72px Helvetica;
text-transform: uppercase;
letter-spacing: -1px;
}
.hovertown span {
transition: all 0.9s ease;
}
.hovertown span:hover {
text-shadow: 0 0 72px black;
color: transparent;
transition: all 0.2s ease;
}
@keyframes blackblur {
from { text-shadow: 0 0 72px black; color: transparent; }
to { text-shadow: 0; color: black; }
}
.smokemonster span:nth-of-type(1) { animation: blackblur 2s 1 alternate; }
.smokemonster span:nth-of-type(2) { animation: blackblur 2s 0.1s 1 alternate; }
.smokemonster span:nth-of-type(3) { animation: blackblur 2s 0.15s 1 alternate; }
.smokemonster span:nth-of-type(4) { animation: blackblur 2s 0.2s 1 alternate; }
.smokemonster span:nth-of-type(5) { animation: blackblur 2s 0.25s 1 alternate; }
.smokemonster span:nth-of-type(6) { animation: blackblur 2s 0.3s 1 alternate; }
.smokemonster span:nth-of-type(7) { animation: blackblur 2s 0.35s 1 alternate; }
.smokemonster span:nth-of-type(8) { animation: blackblur 2s 0.4s 1 alternate; }
.smokemonster span:nth-of-type(9) { animation: blackblur 2s 0.45s 1 alternate; }
.smokemonster span:nth-of-type(10) { animation: blackblur 2s 0.5s 1 alternate; }
.smokemonster span:nth-of-type(11) { animation: blackblur 2s 0.55s 1 alternate; }
.smokemonster span:nth-of-type(12) { animation: blackblur 2s 0.6s 1 alternate; }
@keyframes fun-1 {
from { text-shadow: 0 0 72px red; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-2 {
from { text-shadow: 0 0 22px blue; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-3 {
from { text-shadow: 0 0 152px green; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-4 {
from { text-shadow: 0 0 102px cyan; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-5 {
from { text-shadow: 0 0 222px magenta; color: transparent; }
to { text-shadow: 0; color: black; }
}
@keyframes fun-6 {
from { text-shadow: 0 0 92px yellow; color: transparent; }
to { text-shadow: 0; color: black; }
}
.sparklemaster { color: white; }
.sparklemaster span:nth-of-type(1) { animation: fun-1 2s 0.2s 1 infinite; }
.sparklemaster span:nth-of-type(2) { animation: fun-2 2s 3.9s 1 alternate; }
.sparklemaster span:nth-of-type(3) { animation: fun-3 2s 2.65s 1 alternate; }
.sparklemaster span:nth-of-type(4) { animation: fun-4 2s 2.2s 1 alternate; }
.sparklemaster span:nth-of-type(5) { animation: fun-5 2s 1.25s 1 alternate; }
.sparklemaster span:nth-of-type(6) { animation: fun-6 2s 2.3s 1 alternate; }
.sparklemaster span:nth-of-type(7) { animation: fun-1 2s 3.35s 1 alternate; }
.sparklemaster span:nth-of-type(8) { animation: fun-2 2s 2.4s 1 alternate; }
.sparklemaster span:nth-of-type(9) { animation: fun-3 2s 1.45s 1 alternate; }
.sparklemaster span:nth-of-type(10) { animation: fun-4 2s 3.5s 1 alternate; }
.sparklemaster span:nth-of-type(11) { animation: fun-5 2s 1.55s 1 alternate; }
.sparklemaster span:nth-of-type(12) { animation: fun-6 2s 2.6s 1 alternate; }
.textshadow .foreverblur {
text-shadow: 0 0 32px white;
color: transparent;
}
#jquerybuddy span {
text-shadow: 0 0 4px rgba(0,100,0,1);
color: transparent;
}
section { padding: 10px 100px; text-align: center;}
section:nth-child(odd) { background: none; }
section:nth-child(even) { background: none; }
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
.item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6{
position: absolute;
display: block;
top: 10em;
width: 60%;
font-size: 2em;
animation-duration: 20s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
.item-1{
animation-name: anim-1;
font-size: 100%;
}
.item-2{
animation-name: anim-2;
}
.item-3{
animation-name: anim-3;
}
.item-4{
animation-name: anim-4;
}
.item-5{
animation-name: anim-5;
}
.item-6{
animation-name: anim-6;
}
@keyframes anim-1 {
0%, 8.3% { left: -100%; opacity: 0; }
8.3%,25% { left: 25%; opacity: 1; }
33.33%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-2 {
0%, 33.33% { left: -100%; opacity: 0; }
41.63%, 58.29% { left: 25%; opacity: 1; }
66.66%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-3 {
0%, 66.66% { left: -100%; opacity: 0; }
74.96%, 91.62% { left: 25%; opacity: 1; }
100% { left: 110%; opacity: 0; }
}
@keyframes anim-4 {
0%, 132.132% { left: -100%; opacity: 0; }
140.162%, 124.95% { left: 25%; opacity: 1; }
264.264%,100% { left: 110%; opacity: 0; }
}
@keyframes anim-5 {
0%, 264.264% { left: -100%; opacity: 0; }
272.302%, 157.120% { left: 25%; opacity: 1; }
528.528%,100% { left: 110%; opacity: 0; }
}
@keyframes anim-6 {
0%, 528.528% { left: -100%; opacity: 0; }
536.566%, 190.161% { left: 25%; opacity: 1; }
100% { left: 110%; opacity: 0; }
}
p{
font-color:white;
}
.mirror{
display: inline-block;
transform: scaleX(-1);
filter: FlipH; /* IE 6-7-8 */
}
/* Let's style the wrapper in such away that,
it should always be at the center of the browser */
.wrapper {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%, -50%);
width: 550px;
}
/* Style the Un-order list by setting its list-style to none */
.wrapper ul {
list-style: none;
}
/* Style the list items inside the UL list, by setting its width, height and line-height
and float them to left and set its border and border-radius.
*/
.wrapper ul li {
width: 70px;
height: 70px;
line-height: 10px;
margin: 0 10px;
text-align: center;
cursor: pointer;
border-radius: 5%;
border: 10px solid #D8E2DC;
float: left;
transition: all 0.5s ease;
}
/* Style the icons by setting its color and margin-top value to 20px
to align it properly */
.wrapper ul li .fa {
color: #D8E2DC;
margin-top: 1.5px;
transition: all 0.5s ease;
}
/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper ul li:hover.facebook {
border: 5px solid #3b5998;
box-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-facebook {
color: #3b5998;
text-shadow: 0 0 15px #3b5998;
transition: all 0.5s ease;
}
/*twitter*/
.wrapper ul li:hover.twitter {
border: 2px solid #00aced;
box-shadow: 0 0 15px #00aced;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-twitter {
color: #00aced;
text-shadow: 0 0 15px #00aced;
transition: all 0.5s ease;
}
/* instagram */
.wrapper ul li:hover.instagram {
border: 5px solid #bc2a8d;
box-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-instagram {
color: #bc2a8d;
text-shadow: 0 0 15px #bc2a8d;
transition: all 0.5s ease;
}
/* google */
.wrapper ul li:hover.google {
border: 5px solid #dd4b39;
box-shadow: 0 0 15px #dd4b39;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-google {
color: #dd4b39;
text-shadow: 0 0 15px #dd4b39;
transition: all 0.5s ease;
}
/* whatsapp */
.wrapper ul li:hover.whatsapp {
border: 5px solid #4dc247;
box-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-whatsapp {
color: #4dc247;
text-shadow: 0 0 15px #4dc247;
transition: all 0.5s ease;
}
/* media queries */
@media screen and (max-width: 640px){
.wrapper {
width: 350px;
}
.wrapper ul li{
margin-top: 10px;
}
.wrapper ul li.google{
margin-left: 60px;
}
}
@media screen and (max-width: 340px){ | 0.737725 | 0.187579 |
.header {
background: white;
border-bottom: 2px solid #222;
}
.header.float {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
}
.headerInner {
display: flex;
align-items: center;
justify-content: space-between;
width: 1064px;
max-width: 100%;
margin: auto;
padding: 16px 24px;
box-sizing: border-box;
}
.header h1 {
padding: 0;
margin: 0;
line-height: 1;
}
.header h1 a {
font: 26px "Josefin Sans", sans-serif;
font-weight: 300;
color: inherit;
text-decoration: none;
display: block;
margin-bottom: -2px;
}
.navBlackOut {
display: none;
}
@media (max-width: 800px) {
.navContainer {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0);
padding: 16px 24px;
pointer-events: none;
box-sizing: border-box;
transition: 0.3s ease background-color;
}
.active.navContainer {
pointer-events: all;
background-color: rgba(255, 255, 255, 255);
}
.navBlackOut {
display: block;
opacity: 0;
transition: 0.3s ease opacity;
background: #222;
position: fixed;
z-index: 1001;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.active + .navBlackOut {
opacity: 0.9;
pointer-events: all;
}
}
.header nav {
display: flex;
}
@media (max-width: 800px) {
.header nav {
flex-direction: column;
text-align: right;
opacity: 0;
transition: 0.3s ease opacity;
}
.header .active nav {
opacity: 1;
}
}
.header nav a {
color: inherit;
font: 16px "Josefin Sans", sans-serif;
font-weight: 300;
text-decoration: none;
position: relative;
}
.header nav a:not(:last-of-type) {
margin-right: 16px;
}
.header nav a:after {
content: "";
display: block;
pointer-events: none;
position: absolute;
z-index: 1;
left: 0;
bottom: -4px;
right: 0;
height: 2px;
background: currentColor;
opacity: 0;
transform: scaleX(0.7);
transition: transform 0.2s ease, opacity 0.2s ease;
}
.header nav a:hover:after,
.header nav a[aria-current]:after {
opacity: 1;
transform: scaleX(1);
}
.header nav a.highlight {
background-color: #505050;
color: white;
padding: 6px 16px 4px;
margin: -6px 0 -4px;
transition: background-color 0.2s ease;
}
.header nav a.highlight:hover {
background-color: #222;
}
.header nav a.highlight:after {
display: none;
}
@media (max-width: 800px) {
.header nav a {
font-size: 24px;
padding: 6px 16px 4px;
}
.header nav a:after {
width: 2px;
height: 100%;
bottom: -2px;
right: 0;
left: unset;
}
.header nav a:not(:last-of-type) {
margin: 0 -16px 8px;
}
.header nav a.highlight {
margin: 0 -16px;
}
}
.hamburger {
display: none;
position: relative;
color: #505050;
border: 0 solid currentColor;
border-bottom-width: 2px;
width: 32px;
height: 24px;
margin-left: auto;
margin-bottom: 32px;
background: none;
outline: none;
pointer-events: all;
}
.hamburger:before,
.hamburger:after {
position: absolute;
content: "";
left: 0;
width: 100%;
height: 2px;
background: currentColor;
}
.hamburger,
.hamburger:before,
.hamburger:after {
transition: 0.3s ease transform, 0.3s ease border-bottom-color;
}
.hamburger:before {
top: 50%;
transform-origin: bottom right;
}
.hamburger:after {
top: 0;
transform-origin: top right;
}
.active .hamburger {
border-bottom-color: transparent;
}
.active .hamburger:before {
transform: translateY(11px) rotate(45deg);
}
.active .hamburger:after {
transform: rotate(-45deg);
}
@media (max-width: 800px) {
.hamburger {
display: block;
}
} | src/components/header.module.css | .header {
background: white;
border-bottom: 2px solid #222;
}
.header.float {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
}
.headerInner {
display: flex;
align-items: center;
justify-content: space-between;
width: 1064px;
max-width: 100%;
margin: auto;
padding: 16px 24px;
box-sizing: border-box;
}
.header h1 {
padding: 0;
margin: 0;
line-height: 1;
}
.header h1 a {
font: 26px "Josefin Sans", sans-serif;
font-weight: 300;
color: inherit;
text-decoration: none;
display: block;
margin-bottom: -2px;
}
.navBlackOut {
display: none;
}
@media (max-width: 800px) {
.navContainer {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0);
padding: 16px 24px;
pointer-events: none;
box-sizing: border-box;
transition: 0.3s ease background-color;
}
.active.navContainer {
pointer-events: all;
background-color: rgba(255, 255, 255, 255);
}
.navBlackOut {
display: block;
opacity: 0;
transition: 0.3s ease opacity;
background: #222;
position: fixed;
z-index: 1001;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.active + .navBlackOut {
opacity: 0.9;
pointer-events: all;
}
}
.header nav {
display: flex;
}
@media (max-width: 800px) {
.header nav {
flex-direction: column;
text-align: right;
opacity: 0;
transition: 0.3s ease opacity;
}
.header .active nav {
opacity: 1;
}
}
.header nav a {
color: inherit;
font: 16px "Josefin Sans", sans-serif;
font-weight: 300;
text-decoration: none;
position: relative;
}
.header nav a:not(:last-of-type) {
margin-right: 16px;
}
.header nav a:after {
content: "";
display: block;
pointer-events: none;
position: absolute;
z-index: 1;
left: 0;
bottom: -4px;
right: 0;
height: 2px;
background: currentColor;
opacity: 0;
transform: scaleX(0.7);
transition: transform 0.2s ease, opacity 0.2s ease;
}
.header nav a:hover:after,
.header nav a[aria-current]:after {
opacity: 1;
transform: scaleX(1);
}
.header nav a.highlight {
background-color: #505050;
color: white;
padding: 6px 16px 4px;
margin: -6px 0 -4px;
transition: background-color 0.2s ease;
}
.header nav a.highlight:hover {
background-color: #222;
}
.header nav a.highlight:after {
display: none;
}
@media (max-width: 800px) {
.header nav a {
font-size: 24px;
padding: 6px 16px 4px;
}
.header nav a:after {
width: 2px;
height: 100%;
bottom: -2px;
right: 0;
left: unset;
}
.header nav a:not(:last-of-type) {
margin: 0 -16px 8px;
}
.header nav a.highlight {
margin: 0 -16px;
}
}
.hamburger {
display: none;
position: relative;
color: #505050;
border: 0 solid currentColor;
border-bottom-width: 2px;
width: 32px;
height: 24px;
margin-left: auto;
margin-bottom: 32px;
background: none;
outline: none;
pointer-events: all;
}
.hamburger:before,
.hamburger:after {
position: absolute;
content: "";
left: 0;
width: 100%;
height: 2px;
background: currentColor;
}
.hamburger,
.hamburger:before,
.hamburger:after {
transition: 0.3s ease transform, 0.3s ease border-bottom-color;
}
.hamburger:before {
top: 50%;
transform-origin: bottom right;
}
.hamburger:after {
top: 0;
transform-origin: top right;
}
.active .hamburger {
border-bottom-color: transparent;
}
.active .hamburger:before {
transform: translateY(11px) rotate(45deg);
}
.active .hamburger:after {
transform: rotate(-45deg);
}
@media (max-width: 800px) {
.hamburger {
display: block;
}
} | 0.623721 | 0.117902 |
body{
font-family: Arial, sans-serif;
background: #fff;
margin: 0;
padding: 0;
border: 0;
position: absolute;
height: 100%;
min-width: 100%;
font-size: 13px;
color: #404040;
direction: ltr;
-webkit-text-size-adjust: none;
}
.wrapper{
position: relative;
min-height: 100%;
}
.spa-shell-head{
height: 83px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.spa-shell-head-logo{
height: 40px;
width: 50px;
/*background-image: url(../images/googlelogo_color_112x36dp.png);*/
background-image: url(../images/logo_blue.png);
background-size: 50px 40px;
background-repeat: no-repeat;
}
.spa-shell-main{
overflow: hidden;
zoom: 1;
padding-bottom: 100px;
padding: 0 44px;
}
.spa-shell-main-banner{
text-align: center;
}
.spa-shell-main-banner h1{
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 42px;
font-weight: 300;
margin: 0 0 15px;
}
.spa-shell-main-banner h2{
margin-bottom: 15px;
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 18px;
font-weight: 400;
zoom: 1;
}
.spa-shell-main-content{
height: 450px;
zoom: 1;
}
.signin-card{
margin-bottom: 0;
height: 500px;
position: relative;
overflow: hidden;
width: 274px;
padding: 40px 40px;
background-color: #f7f7f7;
margin: 0 auto 25px;
border-radius: 2px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
zoom: 1;
}
.circle-mask{
display: block;
height: 96px;
width: 96px;
overflow: hidden;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
z-index: 100;
margin-bottom: 10px;
background-size: 96px;
background-repeat: no-repeat;
background-image: url(../images/avatar_2x.png);
-webkit-transition: opacity 0.075s;
-moz-transition: opacity 0.075s;
-ms-transition: opacity 0.075s;
-o-transition: opacity 0.075s;
transition: opacity 0.075s;
}
#canvas {
-webkit-transition: opacity 0.075s;
-moz-transition: opacity 0.075s;
-ms-transition: opacity 0.075s;
-o-transition: opacity 0.075s;
transition: opacity 0.075s;
opacity: 0.01;
}
.circle{
position: absolute;
z-index: 101;
height: 96px;
width: 96px;
border-radius: 50%;
opacity: 0.99;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
}
#gaia_firstform {
z-index: 2;
}
.form-panel.first {
z-index: 2;
}
.form-panel {
width: 274px;
}
.form-panel {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
position: absolute;
width: 100%;
}
.input-wrapper {
position: relative;
}
.error-msg {
-webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
height: auto;
max-height: 0;
opacity: 0;
}
.error-msg {
margin: .5em 0;
display: block;
color: #dd4b39;
line-height: 17px;
}
.signin-card #Email:hover, .signin-card #Email:focus, .signin-card #Passwd:hover, .signin-card #Passwd:focus {
z-index: 3;
}
.signin-card #Email {
margin-top: 16px;
}
media="screen and (max-width: 800px), screen and (max-height: 800px)"
.signin-card #Email {
margin-bottom: 0;
}
.signin-card #Email, .signin-card #Passwd, .signin-card .captcha {
direction: ltr;
height: 44px;
font-size: 16px;
}
.signin-card input[type=email], .signin-card input[type=password], .signin-card input[type=text], .signin-card input[type=submit] {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
display: inline-block;
height: 36px;
padding: 0 8px;
margin: 0;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
font-size: 15px;
color: #404040;
}
.signin-card input[type=email], .signin-card input[type=password], .signin-card input[type=text], .signin-card input[type=submit], button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.signin-card em{display: flex;color:red;padding-bottom: 10px;}
.card .rc-button {
width: 100%;
padding: 0;
}
button, input[type=button], input[type=submit] {
font-family: Arial, sans-serif;
font-size: 13px;
}
.rc-button-submit, .rc-button-submit:visited {
border: 1px solid #3079ed;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #4d90fe;
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.rc-button, .rc-button:visited {
display: inline-block;
min-width: 46px;
text-align: center;
/*color: #444;*/
font-size: 14px;
font-weight: 700;
height: 36px;
padding: 0 8px;
line-height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
/*background-color: #f5f5f5;
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);*/
-o-transition: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
padding: 1px 6px;
}
.card-mask-wrap{
transition: transform 0.5s;
transform: translate3d(0, -263px , 0);
position: relative;
width: 360px;
margin: 0 auto;
z-index: 1;
}
.card-mask{
background-color: #fff;
background-position: 50% 0;
background-repeat: no-repeat;
background-image: url(../images/bt.png);
min-height: 300px;
}
.one-google{
padding-top: 27px;
}
.one-google p {
margin: 0 0 10px;
color: #555;
font-size: 14px;
text-align: center;
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
}
.spa-shell-foot{
position: absolute;
bottom: 0;
height: 35px;
width: 100%;
border-top: 1px solid #e5e5e5;
overflow: hidden;
z-index: 2;
}
.spa-shell-foot .content{
padding-top: 7px;
font-size: .85em;
white-space: nowrap;
line-height: 0;
padding: 0 44px;
}
.spa-shell-foot .content ul {
float: left;
max-width: 80%;
min-height: 16px;
padding: 0;
}
.spa-shell-foot .content ul li {
color: #737373;
display: inline;
padding: 0;
padding-right: 1.5em;
}
.spa-shell-foot .content ul li a{
color: #737373;
cursor: pointer;
text-decoration: none;
}
.signin-card #email-display {
display: block;
padding: 0px 8px;
color: rgb(64, 64, 64);
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.signin-card #profile-name {
color: #000;
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 0;
min-height: 1em;
} | public/authApp/styles/spa.signin.css | body{
font-family: Arial, sans-serif;
background: #fff;
margin: 0;
padding: 0;
border: 0;
position: absolute;
height: 100%;
min-width: 100%;
font-size: 13px;
color: #404040;
direction: ltr;
-webkit-text-size-adjust: none;
}
.wrapper{
position: relative;
min-height: 100%;
}
.spa-shell-head{
height: 83px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.spa-shell-head-logo{
height: 40px;
width: 50px;
/*background-image: url(../images/googlelogo_color_112x36dp.png);*/
background-image: url(../images/logo_blue.png);
background-size: 50px 40px;
background-repeat: no-repeat;
}
.spa-shell-main{
overflow: hidden;
zoom: 1;
padding-bottom: 100px;
padding: 0 44px;
}
.spa-shell-main-banner{
text-align: center;
}
.spa-shell-main-banner h1{
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 42px;
font-weight: 300;
margin: 0 0 15px;
}
.spa-shell-main-banner h2{
margin-bottom: 15px;
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 18px;
font-weight: 400;
zoom: 1;
}
.spa-shell-main-content{
height: 450px;
zoom: 1;
}
.signin-card{
margin-bottom: 0;
height: 500px;
position: relative;
overflow: hidden;
width: 274px;
padding: 40px 40px;
background-color: #f7f7f7;
margin: 0 auto 25px;
border-radius: 2px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
zoom: 1;
}
.circle-mask{
display: block;
height: 96px;
width: 96px;
overflow: hidden;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
z-index: 100;
margin-bottom: 10px;
background-size: 96px;
background-repeat: no-repeat;
background-image: url(../images/avatar_2x.png);
-webkit-transition: opacity 0.075s;
-moz-transition: opacity 0.075s;
-ms-transition: opacity 0.075s;
-o-transition: opacity 0.075s;
transition: opacity 0.075s;
}
#canvas {
-webkit-transition: opacity 0.075s;
-moz-transition: opacity 0.075s;
-ms-transition: opacity 0.075s;
-o-transition: opacity 0.075s;
transition: opacity 0.075s;
opacity: 0.01;
}
.circle{
position: absolute;
z-index: 101;
height: 96px;
width: 96px;
border-radius: 50%;
opacity: 0.99;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
}
#gaia_firstform {
z-index: 2;
}
.form-panel.first {
z-index: 2;
}
.form-panel {
width: 274px;
}
.form-panel {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
position: absolute;
width: 100%;
}
.input-wrapper {
position: relative;
}
.error-msg {
-webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
height: auto;
max-height: 0;
opacity: 0;
}
.error-msg {
margin: .5em 0;
display: block;
color: #dd4b39;
line-height: 17px;
}
.signin-card #Email:hover, .signin-card #Email:focus, .signin-card #Passwd:hover, .signin-card #Passwd:focus {
z-index: 3;
}
.signin-card #Email {
margin-top: 16px;
}
media="screen and (max-width: 800px), screen and (max-height: 800px)"
.signin-card #Email {
margin-bottom: 0;
}
.signin-card #Email, .signin-card #Passwd, .signin-card .captcha {
direction: ltr;
height: 44px;
font-size: 16px;
}
.signin-card input[type=email], .signin-card input[type=password], .signin-card input[type=text], .signin-card input[type=submit] {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
display: inline-block;
height: 36px;
padding: 0 8px;
margin: 0;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
font-size: 15px;
color: #404040;
}
.signin-card input[type=email], .signin-card input[type=password], .signin-card input[type=text], .signin-card input[type=submit], button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.signin-card em{display: flex;color:red;padding-bottom: 10px;}
.card .rc-button {
width: 100%;
padding: 0;
}
button, input[type=button], input[type=submit] {
font-family: Arial, sans-serif;
font-size: 13px;
}
.rc-button-submit, .rc-button-submit:visited {
border: 1px solid #3079ed;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #4d90fe;
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.rc-button, .rc-button:visited {
display: inline-block;
min-width: 46px;
text-align: center;
/*color: #444;*/
font-size: 14px;
font-weight: 700;
height: 36px;
padding: 0 8px;
line-height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
/*background-color: #f5f5f5;
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);*/
-o-transition: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
padding: 1px 6px;
}
.card-mask-wrap{
transition: transform 0.5s;
transform: translate3d(0, -263px , 0);
position: relative;
width: 360px;
margin: 0 auto;
z-index: 1;
}
.card-mask{
background-color: #fff;
background-position: 50% 0;
background-repeat: no-repeat;
background-image: url(../images/bt.png);
min-height: 300px;
}
.one-google{
padding-top: 27px;
}
.one-google p {
margin: 0 0 10px;
color: #555;
font-size: 14px;
text-align: center;
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
}
.spa-shell-foot{
position: absolute;
bottom: 0;
height: 35px;
width: 100%;
border-top: 1px solid #e5e5e5;
overflow: hidden;
z-index: 2;
}
.spa-shell-foot .content{
padding-top: 7px;
font-size: .85em;
white-space: nowrap;
line-height: 0;
padding: 0 44px;
}
.spa-shell-foot .content ul {
float: left;
max-width: 80%;
min-height: 16px;
padding: 0;
}
.spa-shell-foot .content ul li {
color: #737373;
display: inline;
padding: 0;
padding-right: 1.5em;
}
.spa-shell-foot .content ul li a{
color: #737373;
cursor: pointer;
text-decoration: none;
}
.signin-card #email-display {
display: block;
padding: 0px 8px;
color: rgb(64, 64, 64);
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.signin-card #profile-name {
color: #000;
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 0;
min-height: 1em;
} | 0.322313 | 0.057308 |
@charset "UTF-8";
@-moz-document url("http://nnnscans.aijou.org/reader/"), url-prefix("http://nnnscans.aijou.org/reader/") {
::selection {
color: #FFF;
}
::-moz-selection {
background: #F6CDDD;
color: #FFF;
}
.open {
max-width: 100% !important;
height: auto !important;
}
img[class^='page'], img[class*='page'] {
max-width: 100% !important;
height: auto !important;
}
body
{
font-family: 'Open Sans', sans-serif;
margin:0 auto;
padding:15px;
background-image: url("https://i.imgur.com/Nl6St4S.png");
background-repeat: repeat;
cursor:url('http://78.media.tumblr.com/def8729b4eaed6fe2ae6dd6b5e52f2ad/tumblr_inline_nrkbg8htJ11ry72eo_75sq.png') 0 0, auto;
}
#wrapper
{
position: relative;
overflow:hidden;
}
a
{
text-decoration:none;
}
a:hover
{
text-decoration:none;
color:inherit;
}
img
{
image-rendering: optimizeQuality;
-ms-interpolation-mode: bicubic;
border:none;
}
h1
{
margin:0;
font-size:25px;
font-weight:normal;
overflow:hidden;
}
h2
{
margin:0;
font-size:16px;
}
form
{
display:inline;
}
.fluid-ratio-resize {
display:none;
}
.center {
text-align:center;
}
.clearer
{
clear:both;
}
.clearer_r
{
clear:right;
}
.clearer_l
{
clear:left;
}
.fright
{
float:right !important;
}
.fleft
{
float:left !important;
}
.dnone {
display:none !important;
}
.nooverflow {
overflow:visible !important;
}
.placeholder {
color:#999;
}
b, strong {
font-weight: bold;
color: #47B6FF;
letter-spacing: 1px;
}
#content
{
padding: 0 0px 10px;
margin:10px auto 0px;
color: #b90000;
}
#header
{
text-align:center;
}
#header a
{
color:inherit;
}
#header #title
{
font-weight:bold;
}
#header #title:hover
{
text-decoration:none;
}
#footer
{
max-width: 1000px;
min-height:48px;
color: #47B6FF;
margin:0 auto;
}
#footer .text
{
font-size:11px;
text-align:center;
}
#footer>*>div{
float: left;
}
#footer>*>.cp_link{
margin-top:30px;
}
#footer>*>.cp_link>a{
color:#47B6FF;
}
#footer>*>.cp_link>img{
}
.clearfooter
{
height:55px;
clear:both;
}
#navig
{
float:right;
margin-left:100px;
}
#navig a
{
display:block;
padding: 5px 8px;
}
#navig ul
{
list-style:none;
padding: 0;
margin: 0;
display:block;
}
#navig ul li
{
float:left;
margin: 4px 0 4px 7px;
}
#navig ul li ul
{
}
#navig ul li ul li
{
}
.panel
{
margin:0px 10px 5px 10px;
color: darkslateblue;
max-width:1000px;
margin: 0 auto;
font-size:14px;
background-color: white;
}
.panel a
{
color:inherit;
}
.panel a:hover
{
}
.list
{
margin: 0px;
overflow:hidden;
z-index:-1;
padding:6px 5px;
color: black;
background-color: white;
}
.list > .title, .large > .title
{
margin: -7px -7px -10px -10px;
position: relative;
font-size: 30px;
padding-bottom: 0px;
color: white;
padding-left: 15px;
background: darkslateblue;
font-weight: normal;
text-shadow: 0px 0px 0px #fff7ed;
}
.list > .title.fleft, .large > .title.fleft, .large >.title.fright
{
margin-right:10px;
border:none;
padding:0px;
margin-bottom:0;
}
.list .group
{
margin-top:8px;
padding:0 2px 5px 5px;
position:relative;
overflow:hidden;
}
.list .group > .title
{
color: #286298;
font-weight:bold;
font-size:16px;
padding-bottom: 5px;
letter-spacing: 1px;
}
.list .group > .title > .meta
{
font-weight:normal;
font-size:11px;
}
.list .element
{
position:relative;
padding: 3px 10px 3px 10px;
overflow:hidden;
}
.list .element .title {
float:left;
}
.list .element .meta_r
{
float:right;
font-size: 11px;
margin-top:2px;
}
.list .element .meta_r a
{
font-size:120%;
}
.list .group .preview {
float:left;
max-height:125px;
margin-right:5px;
position:relative;
z-index:100;
}
.list.series .group {
min-height:70px;
padding: 0 8px 8px;
}
.list.series .meta_r {
position:static;
float:none;
clear:both;
}
.list .element .image {
float:left;
max-height:125px;
margin-right:5px;
position:relative;
z-index:100;
}
.large
{
padding:10px;
margin:0 0 10px;
background-color:#fffffff;
overflow:hidden;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
z-index:-1;
}
.large.comic.alert
{
color:#3a4246;
}
.large.comic .title
{
font-size:20px;
}
.thumbnail
{
padding: 3px;
text-align:left;
}
.thumbnail img {
width:200px;
height:280px;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.large.comic .thumbnail
{
padding:3px;
text-align:left;
float:left;
padding-right:20px;
oadd-bottom:20px;
}
.large.comic .thumbnail img
{
}
.large.comic .info
{
text-align:justify;
}
.large.comic .info ul
{
list-style: none;
padding:0 0 0 15px;
}
.large.comic .info ul li
{
margin: 6px 0 0;
text-indent:-13px;
}
.sidebar
{
float:right;
margin:0 0 10px 10px;
padding:0;
width:auto;
z-index:-1;
list-style: none;
}
.sidebar li
{
margin: 0 0 10px;
padding:10px;
border-top: solid 2px;
border-right: solid 2px;
}
.sidebar li h3
{
position:relative;
font-weight:bold;
font-size:16px;
margin-top: 0;
background: darkslateblue;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: 2px;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.sidebar .text
{
padding: 0 5px;
}
#page
{
margin:10px auto;
overflow:hidden;
max-width:1000px;
padding: 5px 0;
position:relative;
box-shadow: inset 0px 0px 3px #fffff;
background-color:#fffffff;
}
#page .inner
{
margin: 0 auto;
position:relative;
text-align:center;
background-color:#fffffff;
}
#page .inner > a > img
{
margin:0 auto;
display:block;
z-index:1000;
background-color:#fffffff;
}
#page .inner .preview
{
width:100%;
position:absolute;
top:3px;
z-index:-1;
background-color:#fffffff;
}
#page .inner .preview > img
{
background-color:#fffffff;
}
#pagelist
{
margin: 0 auto;
}
#pagelist .title
{
padding:5px;
margin:0 5px;
border-bottom:1px solid #ffffff;
}
#pagelist .images
{
width:98%;
margin:5px auto;
overflow-x:hidden;
}
#pagelist .images table
{
width:950px;
padding:0;
margin:0;
}
#pagelist .images table tr
{
height:100px;
width:90%;
}
#pagelist td
{
border: 2px solid transparent;
width:150px;
height:170px;
margin: 0 5px 5px 0;
text-align:center;
vertical-align:middle;
background-color:#fffffff;
}
#pagelist a
{
width:160px;
display:block;
text-decoration:none;
}
#pagelist a img
{
max-height:160px;
max-width:160px;
}
#pagelist a img.loaded
{
border: 2px solid #fffffff;
}
#pagelist a img.current
{
border: 2px solid #ffffff;
}
.ads{
background-color:#fffffff;
}
.ads a{
background-color:#fffffff;
}
.ads a:hover{
background-color:#fffffff;
}
.ads.banner
{
margin: 0px auto 10px;
padding:7px 10px;
overflow:hidden;
text-align:center;
color:#508dc6;
background-color:#fffffff;
box-shadow: 0px 0px 1px #ffff, inset 0px 0px 8px #fffffff;
-webkit-box-shadow: 0px 0px 1px #ffff, inset 0px 0px 8px #fffffff;
-moz-box-shadow: 0px 0px 1px #fff, inset 0px 0px 8px #fffffff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
clear:both;
width:980px;
}
.ads.banner *
{
margin: 0 auto;
background-color:#fffffff;
}
.ads.vertical
{
margin:0 10px;
padding: 7px 7px;
background-color:#fffffff;
}
.ads.iframe iframe
{
border:none;
background-color:#fffffff;
}
.ads.banner.iframe iframe{
height:90px;
width:728px;
background-color:#fffffff;
}
.ads.banner.iframe {
background-color:#fffffff;
}
/**********
*Scroll*
**********/
*:before,
*:after {
box-sizing: border-box;
}
header {
text-align: center;
font-size: 25px;
text-transform: uppercase;
background: rgba(58, 66, 70, 0.8);
padding: 20px;
}
header p {
margin: 0px;
}
header p:last-child {
color: #f0f0f0;
}
.main {
width: 760px;
margin: 0 auto;
background: rgba(58, 66, 70, 0.8);
position: relative!important;
padding: 20px;
}
.left,
.right {
float: left;
display: block;
}
.left {
width: 200px;
padding: 10px;
}
.left ul {
position: fixed;
display: block;
background: rgba(58, 66, 70, 0.8);
padding: 0px;
}
.left ul li {
list-style: none;
line-height: 30px;
}
.left ul li a {
color: #f0f0f0;
display: block;
padding: 5px;
text-align: center;
text-decoration: none;
width: 190px;
}
.left ul li a:hover {
background: rgba(58, 66, 70, 0.8);
}
.right {
width: 520px;
padding: 10px;
}
.right > p {
margin-bottom: 40px;
}
#h1 {
background: rgba(58, 66, 70, 0.8);
color: #f0f0f0;
padding: 5px 10px;
}
#h2 {
background: rgba(58, 66, 70, 0.8);
color: #f0f0f0;
padding: 5px 10px;
}
#h3 {
background: rgba(58, 66, 70, 0.8);
color: #f0f0f0;
padding: 5px 10px;
}
footer {
clear: both;
}
.scrollTop {
position: fixed;
right: 5%;
bottom: 10px;
background: rgba(58, 66, 70, 0.8);
padding: 20px;
opacity: 0;
transition: all 0.4s ease-in-out 0s;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.scrollTop a {
font-size: 18px;
color: #f0f0f0;
}
/***********
**Top Bar***
***********/
.topbar{
padding:3px 5px 10px;
margin:0 0 10px;
text-shadow:none;
position:relative;
color:#F6CDDE;
}
.topbar_left{
float:left;
text-align:left;
}
.topbar_left>*{
float:left;
text-align:left;
margin-left:5px;
}
.topbar_right{
float:right;
text-align:left;
}
.topbar_right div{
float:right;
text-align:left;
margin-right:5px;
}
.topbar>div{
margin-top:4px;
padding:5px;
}
.divider
{
background-color:#C4E9FC;
height:30px;
width:1px
}
input
{
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}
/**********
*Drop Down*
**********/
.prevnext {
margin-top: 20px;
padding:10px;
}
.prevnext .gbutton {
padding: 5px;
margin: 2px;
line-height:1.7;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.prevnext .gbutton a {
float: left;
padding: 0 14px;
line-height:1.7;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-decoration: none;
}
.prevnext .gbutton a:hover, .pagination .active a {
}
.dropdown_parent
{
position:relative;
display:block;
z-index:2000;
line-height:1.7;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.dropdown_parent .text
{
padding:6px;
font-size:14px;
overflow:hidden;
line-height:1.7;
}
.dropdown_parent:hover .text{
position:relative;
line-height:1.7;
}
.dropdown_parent:hover ul.dropdown
{
display:block;
line-height:1.7;
background: rgba(58, 66, 70, 0.8)
}
ul.dropdown
{
display:none;
color:#C4E9FC;
font-size:14px;
position:absolute;
top:16px;
line-height:120%;
width:260px;
max-height:400px;
overflow:auto;
overflow-x:hidden;
z-index:1200;
padding: 5px;
list-style: none;
line-height:1.5;
}
.dropdown_right ul.dropdown
{
line-height:1.7;
}
ul.dropdown li
{
line-height:1.7;
}
ul.dropdown li a
{
display:block;
width:100%;
height:100%;
line-height:1.7;
}
.dh {
display: none;
}
/*************
*Page Numbers*
*************/
.topbar_right .number
{
text-shadow:none;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
text-align:center;
font-size:14px;
font-family: 'Roboto Slab', serif;
border: 1px dashed #ffffff;
background-color:#fffffff;
}
.topbar_right .number a
{
display:block;
padding:6px;
color:inherit;
background-color:#fffffff;
}
.topbar_right .number.current_page
{
border:1px solid lightgray !important;
background-color:#fffffff;
}
.topbar_right .number.loaded
{
border:1px solid #ffff;
background-color:#fffffff;
}
.topbar_right .number:hover
{
border:1px solid #ffff;
background-color:#fffffff;
}
.tbtitle{
font-size:16px;
background-color:#fffffff;
}
/********
**Icon***
********/
.icon_wrapper {
position:relative;
height:32px;
width:32px;
padding:0px;
text-align:center;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
overflow:hidden;
cursor:pointer;
}
.icon_wrapper .icon {
position:absolute;
top:0px;
text-align:center;
top:-9px;
left:-11px;
}
.topbar>*>.icon_wrapper{
margin-top:4px;
left:-15px !important;
}
.icon_wrapper .icon.on {
display:none;
}
.icon_wrapper:hover .icon.off {
display:none;
}
.icon_wrapper:hover .icon.on {
display:block;
}
.icon_wrapper.small {
width:16px;
height:16px;
margin-right:0px;
}
.icon_wrapper.small .icon {
top:-4px;
right:4px;
width:26px;
height:26px;
}
.icon_wrapper{
overflow:visible;
}
/*************
** Messages **
*************/
#messages {
position:fixed;
bottom:0px;
width:100%;
}
#messages .message {
width: 600px;
padding: 8px 10px;
margin: 0 auto 10px;
color:#508dc6;
background-color:#ffffff;
background: rgba(0,0,0,0.8);
box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
-webkit-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
-moz-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
border-radius: 5px;
text-align:center;
}
/*************
** Mobile **
*************/
@media all and (max-width: 700px) {
.sidebar {
float: none;
width: auto;
margin: 0px;
padding-bottom: 35px;
}
.list .element .meta_r, .list .element .title, #navig {
float: none;
}
#header {
}
.topbar_right {
float: left;
margin-left: 5px;
}
.topbar_left {
margin-bottom: 5px;
}
}
@media all and (max-width: 640px) {
.thumbnail img {
width: auto;
}
body {
background-color: #3A4246 !important;
}
.dh {
display: none;
}
#content {
margin: 0px auto 0px;
}
.list {
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
width:auto;
}
.list .group .preview {
float: none;
}
.list.series .group {
border-bottom: 1px solid #FFF;
width:auto;
}
.list .element .title {
float:left;
width:auto;
}
.list .element .meta_r
{
float:right;
font-size: 11px;
margin-top:2px;
width:auto;
}
.topbar {
float: none;
clear: both;
}
.topbar{
padding:3px 5px 5px;
margin:0 0 10px;
text-shadow:none;
margin:0px 0px 3px;
position:relative;
color:#F6CDDE;
}
.topbar_left{
float:left;
text-align:left;
}
.topbar_left>*{
float:left;
text-align:left;
margin-left:5px;
}
.topbar_right{
float:right;
text-align:left;
}
.topbar_right div{
float:right;
text-align:left;
margin-right:5px;
}
.topbar>div{
margin-top:4px;
padding:5px;
}
.selecto {
max-width: 140px;
}
.nivoSlider {
height: auto !important;
padding-top: 50%;
}
}
} | data/usercss/156658.user.css | @charset "UTF-8";
@-moz-document url("http://nnnscans.aijou.org/reader/"), url-prefix("http://nnnscans.aijou.org/reader/") {
::selection {
color: #FFF;
}
::-moz-selection {
background: #F6CDDD;
color: #FFF;
}
.open {
max-width: 100% !important;
height: auto !important;
}
img[class^='page'], img[class*='page'] {
max-width: 100% !important;
height: auto !important;
}
body
{
font-family: 'Open Sans', sans-serif;
margin:0 auto;
padding:15px;
background-image: url("https://i.imgur.com/Nl6St4S.png");
background-repeat: repeat;
cursor:url('http://78.media.tumblr.com/def8729b4eaed6fe2ae6dd6b5e52f2ad/tumblr_inline_nrkbg8htJ11ry72eo_75sq.png') 0 0, auto;
}
#wrapper
{
position: relative;
overflow:hidden;
}
a
{
text-decoration:none;
}
a:hover
{
text-decoration:none;
color:inherit;
}
img
{
image-rendering: optimizeQuality;
-ms-interpolation-mode: bicubic;
border:none;
}
h1
{
margin:0;
font-size:25px;
font-weight:normal;
overflow:hidden;
}
h2
{
margin:0;
font-size:16px;
}
form
{
display:inline;
}
.fluid-ratio-resize {
display:none;
}
.center {
text-align:center;
}
.clearer
{
clear:both;
}
.clearer_r
{
clear:right;
}
.clearer_l
{
clear:left;
}
.fright
{
float:right !important;
}
.fleft
{
float:left !important;
}
.dnone {
display:none !important;
}
.nooverflow {
overflow:visible !important;
}
.placeholder {
color:#999;
}
b, strong {
font-weight: bold;
color: #47B6FF;
letter-spacing: 1px;
}
#content
{
padding: 0 0px 10px;
margin:10px auto 0px;
color: #b90000;
}
#header
{
text-align:center;
}
#header a
{
color:inherit;
}
#header #title
{
font-weight:bold;
}
#header #title:hover
{
text-decoration:none;
}
#footer
{
max-width: 1000px;
min-height:48px;
color: #47B6FF;
margin:0 auto;
}
#footer .text
{
font-size:11px;
text-align:center;
}
#footer>*>div{
float: left;
}
#footer>*>.cp_link{
margin-top:30px;
}
#footer>*>.cp_link>a{
color:#47B6FF;
}
#footer>*>.cp_link>img{
}
.clearfooter
{
height:55px;
clear:both;
}
#navig
{
float:right;
margin-left:100px;
}
#navig a
{
display:block;
padding: 5px 8px;
}
#navig ul
{
list-style:none;
padding: 0;
margin: 0;
display:block;
}
#navig ul li
{
float:left;
margin: 4px 0 4px 7px;
}
#navig ul li ul
{
}
#navig ul li ul li
{
}
.panel
{
margin:0px 10px 5px 10px;
color: darkslateblue;
max-width:1000px;
margin: 0 auto;
font-size:14px;
background-color: white;
}
.panel a
{
color:inherit;
}
.panel a:hover
{
}
.list
{
margin: 0px;
overflow:hidden;
z-index:-1;
padding:6px 5px;
color: black;
background-color: white;
}
.list > .title, .large > .title
{
margin: -7px -7px -10px -10px;
position: relative;
font-size: 30px;
padding-bottom: 0px;
color: white;
padding-left: 15px;
background: darkslateblue;
font-weight: normal;
text-shadow: 0px 0px 0px #fff7ed;
}
.list > .title.fleft, .large > .title.fleft, .large >.title.fright
{
margin-right:10px;
border:none;
padding:0px;
margin-bottom:0;
}
.list .group
{
margin-top:8px;
padding:0 2px 5px 5px;
position:relative;
overflow:hidden;
}
.list .group > .title
{
color: #286298;
font-weight:bold;
font-size:16px;
padding-bottom: 5px;
letter-spacing: 1px;
}
.list .group > .title > .meta
{
font-weight:normal;
font-size:11px;
}
.list .element
{
position:relative;
padding: 3px 10px 3px 10px;
overflow:hidden;
}
.list .element .title {
float:left;
}
.list .element .meta_r
{
float:right;
font-size: 11px;
margin-top:2px;
}
.list .element .meta_r a
{
font-size:120%;
}
.list .group .preview {
float:left;
max-height:125px;
margin-right:5px;
position:relative;
z-index:100;
}
.list.series .group {
min-height:70px;
padding: 0 8px 8px;
}
.list.series .meta_r {
position:static;
float:none;
clear:both;
}
.list .element .image {
float:left;
max-height:125px;
margin-right:5px;
position:relative;
z-index:100;
}
.large
{
padding:10px;
margin:0 0 10px;
background-color:#fffffff;
overflow:hidden;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
z-index:-1;
}
.large.comic.alert
{
color:#3a4246;
}
.large.comic .title
{
font-size:20px;
}
.thumbnail
{
padding: 3px;
text-align:left;
}
.thumbnail img {
width:200px;
height:280px;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.large.comic .thumbnail
{
padding:3px;
text-align:left;
float:left;
padding-right:20px;
oadd-bottom:20px;
}
.large.comic .thumbnail img
{
}
.large.comic .info
{
text-align:justify;
}
.large.comic .info ul
{
list-style: none;
padding:0 0 0 15px;
}
.large.comic .info ul li
{
margin: 6px 0 0;
text-indent:-13px;
}
.sidebar
{
float:right;
margin:0 0 10px 10px;
padding:0;
width:auto;
z-index:-1;
list-style: none;
}
.sidebar li
{
margin: 0 0 10px;
padding:10px;
border-top: solid 2px;
border-right: solid 2px;
}
.sidebar li h3
{
position:relative;
font-weight:bold;
font-size:16px;
margin-top: 0;
background: darkslateblue;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: 2px;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.sidebar .text
{
padding: 0 5px;
}
#page
{
margin:10px auto;
overflow:hidden;
max-width:1000px;
padding: 5px 0;
position:relative;
box-shadow: inset 0px 0px 3px #fffff;
background-color:#fffffff;
}
#page .inner
{
margin: 0 auto;
position:relative;
text-align:center;
background-color:#fffffff;
}
#page .inner > a > img
{
margin:0 auto;
display:block;
z-index:1000;
background-color:#fffffff;
}
#page .inner .preview
{
width:100%;
position:absolute;
top:3px;
z-index:-1;
background-color:#fffffff;
}
#page .inner .preview > img
{
background-color:#fffffff;
}
#pagelist
{
margin: 0 auto;
}
#pagelist .title
{
padding:5px;
margin:0 5px;
border-bottom:1px solid #ffffff;
}
#pagelist .images
{
width:98%;
margin:5px auto;
overflow-x:hidden;
}
#pagelist .images table
{
width:950px;
padding:0;
margin:0;
}
#pagelist .images table tr
{
height:100px;
width:90%;
}
#pagelist td
{
border: 2px solid transparent;
width:150px;
height:170px;
margin: 0 5px 5px 0;
text-align:center;
vertical-align:middle;
background-color:#fffffff;
}
#pagelist a
{
width:160px;
display:block;
text-decoration:none;
}
#pagelist a img
{
max-height:160px;
max-width:160px;
}
#pagelist a img.loaded
{
border: 2px solid #fffffff;
}
#pagelist a img.current
{
border: 2px solid #ffffff;
}
.ads{
background-color:#fffffff;
}
.ads a{
background-color:#fffffff;
}
.ads a:hover{
background-color:#fffffff;
}
.ads.banner
{
margin: 0px auto 10px;
padding:7px 10px;
overflow:hidden;
text-align:center;
color:#508dc6;
background-color:#fffffff;
box-shadow: 0px 0px 1px #ffff, inset 0px 0px 8px #fffffff;
-webkit-box-shadow: 0px 0px 1px #ffff, inset 0px 0px 8px #fffffff;
-moz-box-shadow: 0px 0px 1px #fff, inset 0px 0px 8px #fffffff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
clear:both;
width:980px;
}
.ads.banner *
{
margin: 0 auto;
background-color:#fffffff;
}
.ads.vertical
{
margin:0 10px;
padding: 7px 7px;
background-color:#fffffff;
}
.ads.iframe iframe
{
border:none;
background-color:#fffffff;
}
.ads.banner.iframe iframe{
height:90px;
width:728px;
background-color:#fffffff;
}
.ads.banner.iframe {
background-color:#fffffff;
}
/**********
*Scroll*
**********/
*:before,
*:after {
box-sizing: border-box;
}
header {
text-align: center;
font-size: 25px;
text-transform: uppercase;
background: rgba(58, 66, 70, 0.8);
padding: 20px;
}
header p {
margin: 0px;
}
header p:last-child {
color: #f0f0f0;
}
.main {
width: 760px;
margin: 0 auto;
background: rgba(58, 66, 70, 0.8);
position: relative!important;
padding: 20px;
}
.left,
.right {
float: left;
display: block;
}
.left {
width: 200px;
padding: 10px;
}
.left ul {
position: fixed;
display: block;
background: rgba(58, 66, 70, 0.8);
padding: 0px;
}
.left ul li {
list-style: none;
line-height: 30px;
}
.left ul li a {
color: #f0f0f0;
display: block;
padding: 5px;
text-align: center;
text-decoration: none;
width: 190px;
}
.left ul li a:hover {
background: rgba(58, 66, 70, 0.8);
}
.right {
width: 520px;
padding: 10px;
}
.right > p {
margin-bottom: 40px;
}
#h1 {
background: rgba(58, 66, 70, 0.8);
color: #f0f0f0;
padding: 5px 10px;
}
#h2 {
background: rgba(58, 66, 70, 0.8);
color: #f0f0f0;
padding: 5px 10px;
}
#h3 {
background: rgba(58, 66, 70, 0.8);
color: #f0f0f0;
padding: 5px 10px;
}
footer {
clear: both;
}
.scrollTop {
position: fixed;
right: 5%;
bottom: 10px;
background: rgba(58, 66, 70, 0.8);
padding: 20px;
opacity: 0;
transition: all 0.4s ease-in-out 0s;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.scrollTop a {
font-size: 18px;
color: #f0f0f0;
}
/***********
**Top Bar***
***********/
.topbar{
padding:3px 5px 10px;
margin:0 0 10px;
text-shadow:none;
position:relative;
color:#F6CDDE;
}
.topbar_left{
float:left;
text-align:left;
}
.topbar_left>*{
float:left;
text-align:left;
margin-left:5px;
}
.topbar_right{
float:right;
text-align:left;
}
.topbar_right div{
float:right;
text-align:left;
margin-right:5px;
}
.topbar>div{
margin-top:4px;
padding:5px;
}
.divider
{
background-color:#C4E9FC;
height:30px;
width:1px
}
input
{
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}
/**********
*Drop Down*
**********/
.prevnext {
margin-top: 20px;
padding:10px;
}
.prevnext .gbutton {
padding: 5px;
margin: 2px;
line-height:1.7;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.prevnext .gbutton a {
float: left;
padding: 0 14px;
line-height:1.7;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-decoration: none;
}
.prevnext .gbutton a:hover, .pagination .active a {
}
.dropdown_parent
{
position:relative;
display:block;
z-index:2000;
line-height:1.7;
border: 1px solid #343434;
box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
-moz-box-shadow: 0px 0px 1px #343434, inset 0px 0px 8px #777;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.dropdown_parent .text
{
padding:6px;
font-size:14px;
overflow:hidden;
line-height:1.7;
}
.dropdown_parent:hover .text{
position:relative;
line-height:1.7;
}
.dropdown_parent:hover ul.dropdown
{
display:block;
line-height:1.7;
background: rgba(58, 66, 70, 0.8)
}
ul.dropdown
{
display:none;
color:#C4E9FC;
font-size:14px;
position:absolute;
top:16px;
line-height:120%;
width:260px;
max-height:400px;
overflow:auto;
overflow-x:hidden;
z-index:1200;
padding: 5px;
list-style: none;
line-height:1.5;
}
.dropdown_right ul.dropdown
{
line-height:1.7;
}
ul.dropdown li
{
line-height:1.7;
}
ul.dropdown li a
{
display:block;
width:100%;
height:100%;
line-height:1.7;
}
.dh {
display: none;
}
/*************
*Page Numbers*
*************/
.topbar_right .number
{
text-shadow:none;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
text-align:center;
font-size:14px;
font-family: 'Roboto Slab', serif;
border: 1px dashed #ffffff;
background-color:#fffffff;
}
.topbar_right .number a
{
display:block;
padding:6px;
color:inherit;
background-color:#fffffff;
}
.topbar_right .number.current_page
{
border:1px solid lightgray !important;
background-color:#fffffff;
}
.topbar_right .number.loaded
{
border:1px solid #ffff;
background-color:#fffffff;
}
.topbar_right .number:hover
{
border:1px solid #ffff;
background-color:#fffffff;
}
.tbtitle{
font-size:16px;
background-color:#fffffff;
}
/********
**Icon***
********/
.icon_wrapper {
position:relative;
height:32px;
width:32px;
padding:0px;
text-align:center;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
overflow:hidden;
cursor:pointer;
}
.icon_wrapper .icon {
position:absolute;
top:0px;
text-align:center;
top:-9px;
left:-11px;
}
.topbar>*>.icon_wrapper{
margin-top:4px;
left:-15px !important;
}
.icon_wrapper .icon.on {
display:none;
}
.icon_wrapper:hover .icon.off {
display:none;
}
.icon_wrapper:hover .icon.on {
display:block;
}
.icon_wrapper.small {
width:16px;
height:16px;
margin-right:0px;
}
.icon_wrapper.small .icon {
top:-4px;
right:4px;
width:26px;
height:26px;
}
.icon_wrapper{
overflow:visible;
}
/*************
** Messages **
*************/
#messages {
position:fixed;
bottom:0px;
width:100%;
}
#messages .message {
width: 600px;
padding: 8px 10px;
margin: 0 auto 10px;
color:#508dc6;
background-color:#ffffff;
background: rgba(0,0,0,0.8);
box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
-webkit-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
-moz-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
border-radius: 5px;
text-align:center;
}
/*************
** Mobile **
*************/
@media all and (max-width: 700px) {
.sidebar {
float: none;
width: auto;
margin: 0px;
padding-bottom: 35px;
}
.list .element .meta_r, .list .element .title, #navig {
float: none;
}
#header {
}
.topbar_right {
float: left;
margin-left: 5px;
}
.topbar_left {
margin-bottom: 5px;
}
}
@media all and (max-width: 640px) {
.thumbnail img {
width: auto;
}
body {
background-color: #3A4246 !important;
}
.dh {
display: none;
}
#content {
margin: 0px auto 0px;
}
.list {
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
width:auto;
}
.list .group .preview {
float: none;
}
.list.series .group {
border-bottom: 1px solid #FFF;
width:auto;
}
.list .element .title {
float:left;
width:auto;
}
.list .element .meta_r
{
float:right;
font-size: 11px;
margin-top:2px;
width:auto;
}
.topbar {
float: none;
clear: both;
}
.topbar{
padding:3px 5px 5px;
margin:0 0 10px;
text-shadow:none;
margin:0px 0px 3px;
position:relative;
color:#F6CDDE;
}
.topbar_left{
float:left;
text-align:left;
}
.topbar_left>*{
float:left;
text-align:left;
margin-left:5px;
}
.topbar_right{
float:right;
text-align:left;
}
.topbar_right div{
float:right;
text-align:left;
margin-right:5px;
}
.topbar>div{
margin-top:4px;
padding:5px;
}
.selecto {
max-width: 140px;
}
.nivoSlider {
height: auto !important;
padding-top: 50%;
}
}
} | 0.322953 | 0.051059 |
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
* {
margin: 0;
padding: 0;
}
body {
background-color: aliceblue;
padding: 2% 5% 2% 5%;
font-family: 'Didact Gothic', sans-serif;
}
button{
outline: none;
}
header {
width: 100%;
display: flex;
justify-content: space-around;
width: 100%;
height: auto;
color: black;
}
.spanHeader {
color: #DB016A;
}
#bannerIntroduction {
padding: 10% 20% 10% 20%;
display: flex;
justify-content: space-around;
}
#textBannerIntro {
margin: auto;
margin-right: 10%;
}
#myName {
color: #0a0024;
font-size: 35px;
margin-top: 0%;
margin-bottom: 0%;
}
#myBiggerName {
color: #5B00DB;
font-size: 45px;
margin-top: 0%;
margin-bottom: 0%;
}
#whatIAm {
font-size: 15px;
}
#myQuote {
font-size: 15px;
}
#imageIntroduction {
width: auto;
margin: auto;
margin-left: 2%;
}
#introducingMyBackground {
padding: 10% 20% 10% 20%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
text-align: center;
}
.titles {
font-size: 235%;
}
.spans {
color: #5B00DB;
}
#myProjects {
padding: 10% 0% 10% 0%;
display: flex;
justify-content: space-between;
}
.cardProject {
padding-left: 1%;
padding-right: 1%;
text-align: center;
vertical-align: middle;
}
#titleProject {
padding-top: 5%;
padding-right: 5%;
}
#myProfiles {
padding: 7% 20% 7% 20%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
font-size: 200%;
}
.titleProfile {
margin: 0% auto 0% auto;
font-size: 135%;
}
#inImages {
padding: 10% 0% 10% 0%;
text-align: center;
}
#imagesInImages {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#hiddenTalents {
padding: 10% 0% 10% 0%;
text-align: justify;
}
#funnyTrivia {
padding: 2% 0% 10% 0%;
text-align: center;
}
#questionsFunFacts {
list-style-type:none;
font-family: 'Sacramento', cursive;
font-size: 220%;
}
#buttonTrivia {
background-color: #DB016A;
border: none;
border-radius: 25px;
font-size: 150%;
font-family: 'DotGothic16', sans-serif;
padding: 1% 4% 1% 4%;
}
#containerTrivia {
display: flex;
justify-content: space-around;
}
#funFact-container {
font-size: 100%;
font-family: 'DotGothic16', sans-serif;
text-align: center;
padding-top: 30%;
}
#foodContainer {
list-style-type:none;
font-family: 'Didact Gothic', sans-serif;
}
footer {
text-align: center;
} | portfolio/src/main/webapp/style.css | @import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
* {
margin: 0;
padding: 0;
}
body {
background-color: aliceblue;
padding: 2% 5% 2% 5%;
font-family: 'Didact Gothic', sans-serif;
}
button{
outline: none;
}
header {
width: 100%;
display: flex;
justify-content: space-around;
width: 100%;
height: auto;
color: black;
}
.spanHeader {
color: #DB016A;
}
#bannerIntroduction {
padding: 10% 20% 10% 20%;
display: flex;
justify-content: space-around;
}
#textBannerIntro {
margin: auto;
margin-right: 10%;
}
#myName {
color: #0a0024;
font-size: 35px;
margin-top: 0%;
margin-bottom: 0%;
}
#myBiggerName {
color: #5B00DB;
font-size: 45px;
margin-top: 0%;
margin-bottom: 0%;
}
#whatIAm {
font-size: 15px;
}
#myQuote {
font-size: 15px;
}
#imageIntroduction {
width: auto;
margin: auto;
margin-left: 2%;
}
#introducingMyBackground {
padding: 10% 20% 10% 20%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
text-align: center;
}
.titles {
font-size: 235%;
}
.spans {
color: #5B00DB;
}
#myProjects {
padding: 10% 0% 10% 0%;
display: flex;
justify-content: space-between;
}
.cardProject {
padding-left: 1%;
padding-right: 1%;
text-align: center;
vertical-align: middle;
}
#titleProject {
padding-top: 5%;
padding-right: 5%;
}
#myProfiles {
padding: 7% 20% 7% 20%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
font-size: 200%;
}
.titleProfile {
margin: 0% auto 0% auto;
font-size: 135%;
}
#inImages {
padding: 10% 0% 10% 0%;
text-align: center;
}
#imagesInImages {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#hiddenTalents {
padding: 10% 0% 10% 0%;
text-align: justify;
}
#funnyTrivia {
padding: 2% 0% 10% 0%;
text-align: center;
}
#questionsFunFacts {
list-style-type:none;
font-family: 'Sacramento', cursive;
font-size: 220%;
}
#buttonTrivia {
background-color: #DB016A;
border: none;
border-radius: 25px;
font-size: 150%;
font-family: 'DotGothic16', sans-serif;
padding: 1% 4% 1% 4%;
}
#containerTrivia {
display: flex;
justify-content: space-around;
}
#funFact-container {
font-size: 100%;
font-family: 'DotGothic16', sans-serif;
text-align: center;
padding-top: 30%;
}
#foodContainer {
list-style-type:none;
font-family: 'Didact Gothic', sans-serif;
}
footer {
text-align: center;
} | 0.341692 | 0.116086 |
*{
margin:0;
padding:0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
body{
background: #fff;
font-size: 14px;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a{
color:#333;
}
a:hover{
text-decoration: none;
}
img{
vertical-align: middle;
}
div:after{
content: "";
display: block;
clear:both;
}
div:before{
content: "";
display: block;
}
.fl{
float:left;
}
.fr{
float:right;
}
/**返回顶部的链接**/
a#back-to-top{
width:40px;
height:40px;
line-height:40px;
text-align: center;
color:#333;
border-radius: 40px;
text-align: center;
position:fixed;
right:-40px;
bottom:100px;
background:#ECECEC;
border:#ECECEC;
cursor: pointer;
}
a#back-to-top.fade-in{
animation: fade-in 1s linear;
right:50px;
}
a#back-to-top.fade-out{
animation: fade-out 1s linear;
}
@keyframes fade-in{
0% {right:-40px}
100% {right:50px}
}
@keyframes fade-out{
0% {right:50px}
100% {right:-40px}
}
a#back-to-top:hover{
background:#000;
color:#fff;
}
/*span播放图标*/
span.btn-play,span.btn-link{
display:block;
position:absolute;
width:30px;
height:30px;
border-radius: 30px;
background:#fff;
left:0px;
top:2px;
}
span.btn-play>b{
display:block;
position:absolute;
left:12px;
top:9px;
border:6px solid transparent;
transform: rotate(90deg);
border-bottom-color:#000;
}
span.btn-link>b{
display:block;
position:absolute;
width:10px;
height:10px;
left:10px;
top:10px;
border:3px solid #000;
border-left:0;
border-bottom:0;
transform: rotate(45deg)
}
span.btn-link>i{
display:block;
position:absolute;
width:15px;
height:1px;
left:5px;
top:14px;
background: #000;
}
/*弹出框样式*/
div.dropdown-menu{
min-height:500px;
position:fixed;
width:1423px;
height:735px;
top:50px;
left:0px;
border-top:1px solid #ccc;
z-index: 1000;
display: none;
}
div.dropdown-menu.show{
animation:show 1s linear;
}
div.dropdown-menu.hide{
animation:show 1s linear;
}
/*弹出框左边*/
div.dropdown-menu div.affix{
float:left;
width:560px;
height:100%;
background:#efefef;
}
div.dropdown-menu div.affix ul{
margin:20px 15px 40px 120px;
}
div.dropdown-menu div.affix ul>li{
font-size:1.67em;
}
div.dropdown-menu div.affix ul>li.text-bold{
font-weight: bold;
padding-left:5px;
}
div.dropdown-menu div.affix ul>li>a{
display:inline-block;
width:425px;
height:50px;
line-height:50px;
padding-left:25px;
}
.current{
color:#3b6caa;
}
.active{
background:#3b6caa url(../img/menu-icon.png) no-repeat 380px center;
color:#fff;
}
div.dropdown-menu div.affix ul>li.border-top{
padding-top: 5px;
border-top:1px solid #ddd;
margin-top:15px;
}
div.dropdown-menu div.affix ul>li.border-bottom:hover{
background:#3b6caa;
}
div.dropdown-menu div.affix ul>li.border-bottom:hover>a{
color:#fff;
}
/*弹出框中developers专有样式*/
div#developers{
width:140px;
height:60px;
left:400px;
display:none;
}
div#developers div.affix{
width:100%;
height:60px;
padding:0;
margin:0;
}
div#developers div.affix ul{
width:100%;
margin:0;
}
div#developers div.affix ul li{
padding:0;
margin:0;
height:30px;
font-size:16px;
}
div#developers div.affix ul li a{
padding:0;
font-size:16px;
width:100%;
text-align:center;
height:30px;
line-height:30px;
}
div#developers div.affix ul li a:hover{
background:#3b6caa;
color:#fff;
}
/*弹出框右边*/
div.dropdown-menu>div.right-body{
margin-left:560px;
background:#fff;
height:100%;
}
div.dropdown-menu>div.right-body>div{
margin-left:20px;
display:none;
}
div.dropdown-menu>div.right-body>div.select{
display:block;
}
div.dropdown-menu>div.right-body a{
font-size:16px;
color:#3B6CAA;
}
div.dropdown-menu>div.right-body div.right-side>p>a{
font-size:14px;
}
div.dropdown-menu>div.right-body a.title{
display:block;
font-size:60px;
height:120px;
line-height:120px;
}
div.dropdown-menu>div.right-body a:hover{
text-decoration: underline;
}
div.dropdown-menu>div.right-body div.left-side{
width:45%;
float:left;
}
div.dropdown-menu>div.right-body div.right-side{
width:380px;
margin-left:45%;
}
div.dropdown-menu>div.right-body div.left-side>h3{
font-weight:normal;
line-height:30px;
margin-bottom:30px;
}
div.dropdown-menu>div.right-body p{
margin-bottom:20px;
}
div.dropdown-menu>div.right-body div.left-side>ul>li{
height:40px;
line-height:40px;
}
div.dropdown-menu>div.right-body div.right-side>p:last-child{
line-height:20px;
}
div.dropdown-menu>div.right-body div.right-side img{
margin-bottom:30px;
}
/*收起菜单图标*/
div.dropdown-menu>i.hide-icon{
display:block;
width:20px;
height:20px;
border:2px solid #ccc;
position:relative;
bottom:30px;
left:50%;
transform:rotate(45deg);
border-right:0;
border-bottom:0;
cursor:pointer;
}
div.dropdown-menu>i.hide-icon:hover{
border-color:#3b6caa;
}
/*导航条部分*/
div#nav{
width:100%;
height:50px;
}
div#nav>nav.navbar{
width:1400px;
margin:0 auto;
height:50px;
}
/*导航条左边*/
nav.navbar>ul.navbar-left{
height:50px;
}
nav.navbar>ul>li{
float:left;
margin-right:30px;
position:relative;
}
/*导航条a的样式*/
nav.navbar>ul>li>div>a{
font-size:18px;
display:block;
text-align:center;
position:relative;
line-height:50px;
height:50px;
text-transform: capitalize;
color:#323232;
}
/*a:after下的样式*/
nav.navbar>ul>li>div>a:after{
content: "";
display: block;
width:100%;
height:0;
position:absolute;
bottom:0;
background:#3b6caa;
transition: height 0.5s cubic-bezier(.4,1,.4,1);
}
nav.navbar a:hover::after{
height:4px;
}
nav.navbar>ul.navbar-left>li>div>a:hover{
color:#3b6caa;
}
/*a里面的span下拉图标的样式*/
nav.navbar>ul.navbar-left>li>div>a>span.caret{
position: relative;
display:inline-block;
width:10px;
height:10px;
border:1px solid #ccc;
border-top:0;
border-left:0;
transform: rotate(45deg);
margin-left:5px;
top:-5px;
}
/*导航条右边*/
nav.navbar>ul.navbar-right>li.marketplace div.market{
color:#5b6caa;
width:130px;
height:34px;
line-height:34px;
padding:0 0 0 40px;
margin-top:8px;
border:1px solid #3b6caa;
background:url(../img/brifecase.png) no-repeat 5px 2px;
}
nav.navbar>ul.navbar-right>li.marketplace>a:hover div.market{
color:#fff;
background:#3b6caa url(../img/brifecase-hover.png) no-repeat 5px 0px;
}
/*导航条右边搜索框*/
nav.navbar>ul.navbar-right>li.search-box{
overflow:hidden;
}
nav.navbar>ul.navbar-right>li.search-box>input{
float:left;
width:180px;
height:50px;
box-sizing:border-box;
padding:0 60px 0 10px;
line-height:50px;
border:0;
border-left:1px solid #ddd;
outline:none;
}
nav.navbar>ul.navbar-right>li.search-box>button{
float:right;
width:40px;
height:50px;
border:0;
border-right:1px solid #ddd;
background:url(../img/search1x.png) no-repeat center;
position:absolute;
left:140px;
cursor:pointer;
}
nav.navbar>ul.navbar-right>li.search-box>input:hover{
box-shadow: inset 0 -2px 2px #3b6caa, inset 2px 0 2px #3b6caa, inset -2px 0 2px #3b6caa;
}
nav.navbar>ul.navbar-right>li.search-box>button:hover{
box-shadow:inset 0 -2px 2px #3b6caa, inset 2px 0 2px #3b6caa, inset -2px 0 2px #3b6caa;
}
nav.navbar>ul.navbar-right>li.search-box:hover button{
background-image:url(../img/search1x_hover.png);
}
nav.navbar>ul.navbar-right>li.user a{
height:50px;
width:20px;
background: url(../img/user.png) no-repeat center center;
}
nav.navbar>ul.navbar-right>li.dropdown-icon>div>a{
height:50px;
width:20px;
position:relative;
}
nav.navbar>ul.navbar-right>li.dropdown-icon span.menu{
position:absolute;
width:20px;
height:5px;
left:0;
background:#000;
}
/*CEO Gini背景图*/
div.bg-rg{
position:relative;
width:100%;
height:600px;
background: url(../img/10272016_ls_wow_1366x660.jpg) center/cover no-repeat;
}
div.bg-content{
position:absolute;
background:rgba(0,0,0,0);
color:#fff;
margin-left:120px;
top:350px;
}
div.bg-content a{
position:relative;
display:block;
height:40px;
line-height:40px;
padding-left:40px;
font-size:16px;
color:#fff;
}
div.bg-content h1{
font-weight:normal;
font-size:3em;
}
div.bg-content h3{
font-size:18px;
margin:20px 0;
}
/*this week at IBM*/
div.ibm-weeknews{
width:1200px;
height:500px;
margin:0 auto;
}
div.ibm-weeknews .ibm-weeknews-title{
height:60px;
line-height: 60px;
font-size: 3em;
font-weight:normal;
color:#555;
text-align: center;
margin:40px 0 20px;
}
div.ibm-weeknews>div.weeknews-details{
float:left;
width:380px;
overflow:hidden;
border:1px solid #777;
}
div.ibm-weeknews>div.weeknews-details>a{
display:block;
min-height:400px;
}
div.ibm-weeknews>div.weeknews-details>a img{
width:380px;
vertical-align: top;
}
div.ibm-weeknews>div.weeknews-details>a div{
margin:20px 0;
padding:0 10px;
}
div.ibm-weeknews>div.weeknews-details>a div h2{
color:#555;
font-size:2em;
}
div.ibm-weeknews>div.weeknews-details>a div h5{
margin:20px 0;
line-height:20px;
font-size:14px;
}
div.ibm-weeknews>div.weeknews-details>a div p{
position:relative;
padding-left:50px;
line-height:20px;
color:#3b6caa;
}
div.ibm-weeknews>div.weeknews-details>a div p span{
background:#3b6caa;
}
div.ibm-weeknews>div.weeknews-details>a div p span>b{
border-color:#fff;
}
div.ibm-weeknews>div.weeknews-details>a div p span>i{
background: #fff;
}
div.ibm-weeknews div.cogntive{
margin:0 30px;
}
/*more from world of watson*/
div.waston-info{
width:100%;
height:580px;
margin-top:30px;
padding-top:5px;
background:url(../img/cognitive-bg-1600x900-1.jpg) no-repeat;
}
div.waston-info h1.ibm-weeknews-title{
color:#fff;
}
div.waston-info div.weeknews-details{
background: #fff;
}
/*IBM marketplace*/
div.ibm-marketplace{
width:1200px;
margin:40px auto;
overflow:hidden;
}
/*IBM marketplace背景图左边内容相关样式*/
div.ibm-marketplace div.bg-marketplace{
float:left;
position:relative;
width:50%;
height:510px;
background:url(../img/Photography@2x.jpg)center center / cover no-repeat;
}
div.bg-marketplace div.content{
position:absolute;
color:#fff;
margin:20px;
bottom:0px;
width:300px;
min-height:100px;
}
div.bg-marketplace div.content h1{
font-size:2.2em;
line-height:40px;
}
div.bg-marketplace div.content h3{
margin-bottom:20px;
font-size:1.56em;
line-height:30px;
}
div.bg-marketplace div.content a{
display: block;
color:#fff;
height:50px;
width:200px;
text-align: center;
line-height:50px;
border:3px solid #fff;
}
div.bg-marketplace div.content a:hover{
background:#fff;
color:#000;
}
/*IBM marketplace右边内容相关样式*/
div.ibm-marketplace div.right-content{
width:50%;
float:left;
height:510px;
}
div.right-content>div{
width:50%;
height:50%;
float:left;
padding:20px;
background:#264a60;
}
div.right-content>div.watson-virtual-agent,div.right-content>div.ibm-spss-statistics{
background:#325c80;
}
div.right-content>div>a{
display:block;
width:100%;
height:100%;
padding:30px 20px 0 20px;
color:#fff;
}
div.right-content>div>a>div{
height:100px;
margin-bottom:20px;
}
div.right-content>div>a h3{
margin-bottom:30px;
height:40px;
}
div.right-content>div>a h1{
font-size:20px;
font-weight:normal;
}
div.right-content>div>a>p{
position:relative;
font-size:18px;
padding-left:40px;
line-height:60px;
}
div.right-content>div>a>p>span{
top:15px;
}
div.right-content>div>a>p>span>b{
border-color:#264a60;
}
div.right-content>div>a>p>span>i{
/*#325c80*/
background:#264a60;
}
div.right-content>div:hover,div.right-content>div:hover a{
background:#eef;
color:#3b6caa;
}
div.right-content>div:hover span{
background:#3b6caa;
}
div.right-content>div:hover b{
border-color:#fff;
}
div.right-content>div:hover i{
background:#fff;
}
/*way to make your business smarter&help can we help*/
div.container{
background: #264a60;
width:100%;
}
div.container1{
background:#323232;
}
div.ibm-business-smarter,div.ibm-help-center{
width:1200px;
margin:0 120px;
border:1px solid transparent;
}
div.ibm-business-smarter>h1.title,div.ibm-help-center>h1.title{
margin:20px auto;
text-align: center;
color:#fff;
font-size:2.3em;
font-weight: normal;
}
div.way-to-smarter,div.way-to-help{
text-align:center;
}
div.way-to-smarter div.ibm-center,div.way-to-help div.ibm-help{
float:left;
width:25%;
height:120px;
padding:0 20px;
text-align:center;
margin-bottom:100px;
}
div.way-to-smarter div.ibm-center a,div.way-to-help div.ibm-help a{
display:block;
color:#fff;
}
div.way-to-smarter div.ibm-center a div.content,
div.way-to-help div.ibm-help a div.content{
margin-top:10px;
}
div.way-to-smarter div.ibm-center a div.content h3,
div.way-to-help div.ibm-help a div.content h3{
display: inline-block;
border-bottom: 1px solid transparent;
font-size:1.8em;
font-weight: normal;
line-height:40px;
transition:border-bottom 0.2s;
}
div.way-to-smarter div.ibm-center a div.content p,
div.way-to-help div.ibm-help a div.content p{
line-height:30px;
}
div.way-to-smarter div.ibm-center a:hover div.content h3,
div.way-to-help div.ibm-help a:hover div.content h3
{
border-bottom: 1px solid #fff;
}
/*case study*/
div.case-study{
width:100%;
height:600px;
background:url(../img/11012016_cs_praktiker_14912_2000x950.jpg) center/cover no-repeat;
}
div.case-study>div.content{
background:#fff;
position:relative;
height:540px;
width:60%;
top:30px;
padding:30px 60px 30px 120px;
}
div.case-study>div.content>h1.title{
font-weight: normal;
color:#4178BE;
}
div.case-study>div.content>h2{
margin:30px 0;
font-weight:normal;
font-size:30px;
}
div.case-study>div.content>div.compare{
width:300px;
display: inline-block;
color:#4178BE;
}
div.case-study>div.content>div.compare>b{
font-size:120px;
}
div.case-study>div.content>div.compare>span{
font-size:40px;
position:relative;
top:-20px;
}
div.case-study>div.content>div.compare>h4{
font-size:16px;
color:#333;
}
div.case-study>div.content>p{
font-size:30px;
color:#333;
margin-top:30px;
}
div.case-study>div.content>a{
display: block;
width:130px;
height:50px;
text-align: center;
line-height: 50px;
font-size:16px;
color:#fff;
background: #4178BE;
margin-top:20px;
}
div.case-study>div.content>a:hover{
background: #325C80;
}
/*页尾*/
footer{
background: #F4F4F4;
width:100%;
overflow:hidden;
}
div#footer{
width:1200px;
margin:20px auto;
}
#footer>div{
float:left;
width:25%;
}
#footer>div>h3{
color:#464646;
margin-bottom:20px;
}
#footer>div>ul>li{
line-height:40px;
}
#footer>div>ul>li>a{
font-size:1.17em;
color:#5A5A5A;
}
#footer>div>ul>li>a:hover{
color: #3B6CBA;
text-decoration: underline;
}
#footer>div.select-region{
margin-left:75%;
margin-top:30px;
margin-bottom:20px;
}
#footer>div.select-region>select{
width:100%;
height:50px;
padding-left:10px;
line-height:50px;
cursor:pointer;
}
#footer>div.footer{
clear:both;
width:100%;
height:60px;
border-top:1px solid #ddd;
}
#footer>div.footer>ul>li{
float:left;
line-height:60px;
margin-right:20px;
} | ibm1.css | *{
margin:0;
padding:0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
body{
background: #fff;
font-size: 14px;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a{
color:#333;
}
a:hover{
text-decoration: none;
}
img{
vertical-align: middle;
}
div:after{
content: "";
display: block;
clear:both;
}
div:before{
content: "";
display: block;
}
.fl{
float:left;
}
.fr{
float:right;
}
/**返回顶部的链接**/
a#back-to-top{
width:40px;
height:40px;
line-height:40px;
text-align: center;
color:#333;
border-radius: 40px;
text-align: center;
position:fixed;
right:-40px;
bottom:100px;
background:#ECECEC;
border:#ECECEC;
cursor: pointer;
}
a#back-to-top.fade-in{
animation: fade-in 1s linear;
right:50px;
}
a#back-to-top.fade-out{
animation: fade-out 1s linear;
}
@keyframes fade-in{
0% {right:-40px}
100% {right:50px}
}
@keyframes fade-out{
0% {right:50px}
100% {right:-40px}
}
a#back-to-top:hover{
background:#000;
color:#fff;
}
/*span播放图标*/
span.btn-play,span.btn-link{
display:block;
position:absolute;
width:30px;
height:30px;
border-radius: 30px;
background:#fff;
left:0px;
top:2px;
}
span.btn-play>b{
display:block;
position:absolute;
left:12px;
top:9px;
border:6px solid transparent;
transform: rotate(90deg);
border-bottom-color:#000;
}
span.btn-link>b{
display:block;
position:absolute;
width:10px;
height:10px;
left:10px;
top:10px;
border:3px solid #000;
border-left:0;
border-bottom:0;
transform: rotate(45deg)
}
span.btn-link>i{
display:block;
position:absolute;
width:15px;
height:1px;
left:5px;
top:14px;
background: #000;
}
/*弹出框样式*/
div.dropdown-menu{
min-height:500px;
position:fixed;
width:1423px;
height:735px;
top:50px;
left:0px;
border-top:1px solid #ccc;
z-index: 1000;
display: none;
}
div.dropdown-menu.show{
animation:show 1s linear;
}
div.dropdown-menu.hide{
animation:show 1s linear;
}
/*弹出框左边*/
div.dropdown-menu div.affix{
float:left;
width:560px;
height:100%;
background:#efefef;
}
div.dropdown-menu div.affix ul{
margin:20px 15px 40px 120px;
}
div.dropdown-menu div.affix ul>li{
font-size:1.67em;
}
div.dropdown-menu div.affix ul>li.text-bold{
font-weight: bold;
padding-left:5px;
}
div.dropdown-menu div.affix ul>li>a{
display:inline-block;
width:425px;
height:50px;
line-height:50px;
padding-left:25px;
}
.current{
color:#3b6caa;
}
.active{
background:#3b6caa url(../img/menu-icon.png) no-repeat 380px center;
color:#fff;
}
div.dropdown-menu div.affix ul>li.border-top{
padding-top: 5px;
border-top:1px solid #ddd;
margin-top:15px;
}
div.dropdown-menu div.affix ul>li.border-bottom:hover{
background:#3b6caa;
}
div.dropdown-menu div.affix ul>li.border-bottom:hover>a{
color:#fff;
}
/*弹出框中developers专有样式*/
div#developers{
width:140px;
height:60px;
left:400px;
display:none;
}
div#developers div.affix{
width:100%;
height:60px;
padding:0;
margin:0;
}
div#developers div.affix ul{
width:100%;
margin:0;
}
div#developers div.affix ul li{
padding:0;
margin:0;
height:30px;
font-size:16px;
}
div#developers div.affix ul li a{
padding:0;
font-size:16px;
width:100%;
text-align:center;
height:30px;
line-height:30px;
}
div#developers div.affix ul li a:hover{
background:#3b6caa;
color:#fff;
}
/*弹出框右边*/
div.dropdown-menu>div.right-body{
margin-left:560px;
background:#fff;
height:100%;
}
div.dropdown-menu>div.right-body>div{
margin-left:20px;
display:none;
}
div.dropdown-menu>div.right-body>div.select{
display:block;
}
div.dropdown-menu>div.right-body a{
font-size:16px;
color:#3B6CAA;
}
div.dropdown-menu>div.right-body div.right-side>p>a{
font-size:14px;
}
div.dropdown-menu>div.right-body a.title{
display:block;
font-size:60px;
height:120px;
line-height:120px;
}
div.dropdown-menu>div.right-body a:hover{
text-decoration: underline;
}
div.dropdown-menu>div.right-body div.left-side{
width:45%;
float:left;
}
div.dropdown-menu>div.right-body div.right-side{
width:380px;
margin-left:45%;
}
div.dropdown-menu>div.right-body div.left-side>h3{
font-weight:normal;
line-height:30px;
margin-bottom:30px;
}
div.dropdown-menu>div.right-body p{
margin-bottom:20px;
}
div.dropdown-menu>div.right-body div.left-side>ul>li{
height:40px;
line-height:40px;
}
div.dropdown-menu>div.right-body div.right-side>p:last-child{
line-height:20px;
}
div.dropdown-menu>div.right-body div.right-side img{
margin-bottom:30px;
}
/*收起菜单图标*/
div.dropdown-menu>i.hide-icon{
display:block;
width:20px;
height:20px;
border:2px solid #ccc;
position:relative;
bottom:30px;
left:50%;
transform:rotate(45deg);
border-right:0;
border-bottom:0;
cursor:pointer;
}
div.dropdown-menu>i.hide-icon:hover{
border-color:#3b6caa;
}
/*导航条部分*/
div#nav{
width:100%;
height:50px;
}
div#nav>nav.navbar{
width:1400px;
margin:0 auto;
height:50px;
}
/*导航条左边*/
nav.navbar>ul.navbar-left{
height:50px;
}
nav.navbar>ul>li{
float:left;
margin-right:30px;
position:relative;
}
/*导航条a的样式*/
nav.navbar>ul>li>div>a{
font-size:18px;
display:block;
text-align:center;
position:relative;
line-height:50px;
height:50px;
text-transform: capitalize;
color:#323232;
}
/*a:after下的样式*/
nav.navbar>ul>li>div>a:after{
content: "";
display: block;
width:100%;
height:0;
position:absolute;
bottom:0;
background:#3b6caa;
transition: height 0.5s cubic-bezier(.4,1,.4,1);
}
nav.navbar a:hover::after{
height:4px;
}
nav.navbar>ul.navbar-left>li>div>a:hover{
color:#3b6caa;
}
/*a里面的span下拉图标的样式*/
nav.navbar>ul.navbar-left>li>div>a>span.caret{
position: relative;
display:inline-block;
width:10px;
height:10px;
border:1px solid #ccc;
border-top:0;
border-left:0;
transform: rotate(45deg);
margin-left:5px;
top:-5px;
}
/*导航条右边*/
nav.navbar>ul.navbar-right>li.marketplace div.market{
color:#5b6caa;
width:130px;
height:34px;
line-height:34px;
padding:0 0 0 40px;
margin-top:8px;
border:1px solid #3b6caa;
background:url(../img/brifecase.png) no-repeat 5px 2px;
}
nav.navbar>ul.navbar-right>li.marketplace>a:hover div.market{
color:#fff;
background:#3b6caa url(../img/brifecase-hover.png) no-repeat 5px 0px;
}
/*导航条右边搜索框*/
nav.navbar>ul.navbar-right>li.search-box{
overflow:hidden;
}
nav.navbar>ul.navbar-right>li.search-box>input{
float:left;
width:180px;
height:50px;
box-sizing:border-box;
padding:0 60px 0 10px;
line-height:50px;
border:0;
border-left:1px solid #ddd;
outline:none;
}
nav.navbar>ul.navbar-right>li.search-box>button{
float:right;
width:40px;
height:50px;
border:0;
border-right:1px solid #ddd;
background:url(../img/search1x.png) no-repeat center;
position:absolute;
left:140px;
cursor:pointer;
}
nav.navbar>ul.navbar-right>li.search-box>input:hover{
box-shadow: inset 0 -2px 2px #3b6caa, inset 2px 0 2px #3b6caa, inset -2px 0 2px #3b6caa;
}
nav.navbar>ul.navbar-right>li.search-box>button:hover{
box-shadow:inset 0 -2px 2px #3b6caa, inset 2px 0 2px #3b6caa, inset -2px 0 2px #3b6caa;
}
nav.navbar>ul.navbar-right>li.search-box:hover button{
background-image:url(../img/search1x_hover.png);
}
nav.navbar>ul.navbar-right>li.user a{
height:50px;
width:20px;
background: url(../img/user.png) no-repeat center center;
}
nav.navbar>ul.navbar-right>li.dropdown-icon>div>a{
height:50px;
width:20px;
position:relative;
}
nav.navbar>ul.navbar-right>li.dropdown-icon span.menu{
position:absolute;
width:20px;
height:5px;
left:0;
background:#000;
}
/*CEO Gini背景图*/
div.bg-rg{
position:relative;
width:100%;
height:600px;
background: url(../img/10272016_ls_wow_1366x660.jpg) center/cover no-repeat;
}
div.bg-content{
position:absolute;
background:rgba(0,0,0,0);
color:#fff;
margin-left:120px;
top:350px;
}
div.bg-content a{
position:relative;
display:block;
height:40px;
line-height:40px;
padding-left:40px;
font-size:16px;
color:#fff;
}
div.bg-content h1{
font-weight:normal;
font-size:3em;
}
div.bg-content h3{
font-size:18px;
margin:20px 0;
}
/*this week at IBM*/
div.ibm-weeknews{
width:1200px;
height:500px;
margin:0 auto;
}
div.ibm-weeknews .ibm-weeknews-title{
height:60px;
line-height: 60px;
font-size: 3em;
font-weight:normal;
color:#555;
text-align: center;
margin:40px 0 20px;
}
div.ibm-weeknews>div.weeknews-details{
float:left;
width:380px;
overflow:hidden;
border:1px solid #777;
}
div.ibm-weeknews>div.weeknews-details>a{
display:block;
min-height:400px;
}
div.ibm-weeknews>div.weeknews-details>a img{
width:380px;
vertical-align: top;
}
div.ibm-weeknews>div.weeknews-details>a div{
margin:20px 0;
padding:0 10px;
}
div.ibm-weeknews>div.weeknews-details>a div h2{
color:#555;
font-size:2em;
}
div.ibm-weeknews>div.weeknews-details>a div h5{
margin:20px 0;
line-height:20px;
font-size:14px;
}
div.ibm-weeknews>div.weeknews-details>a div p{
position:relative;
padding-left:50px;
line-height:20px;
color:#3b6caa;
}
div.ibm-weeknews>div.weeknews-details>a div p span{
background:#3b6caa;
}
div.ibm-weeknews>div.weeknews-details>a div p span>b{
border-color:#fff;
}
div.ibm-weeknews>div.weeknews-details>a div p span>i{
background: #fff;
}
div.ibm-weeknews div.cogntive{
margin:0 30px;
}
/*more from world of watson*/
div.waston-info{
width:100%;
height:580px;
margin-top:30px;
padding-top:5px;
background:url(../img/cognitive-bg-1600x900-1.jpg) no-repeat;
}
div.waston-info h1.ibm-weeknews-title{
color:#fff;
}
div.waston-info div.weeknews-details{
background: #fff;
}
/*IBM marketplace*/
div.ibm-marketplace{
width:1200px;
margin:40px auto;
overflow:hidden;
}
/*IBM marketplace背景图左边内容相关样式*/
div.ibm-marketplace div.bg-marketplace{
float:left;
position:relative;
width:50%;
height:510px;
background:url(../img/Photography@2x.jpg)center center / cover no-repeat;
}
div.bg-marketplace div.content{
position:absolute;
color:#fff;
margin:20px;
bottom:0px;
width:300px;
min-height:100px;
}
div.bg-marketplace div.content h1{
font-size:2.2em;
line-height:40px;
}
div.bg-marketplace div.content h3{
margin-bottom:20px;
font-size:1.56em;
line-height:30px;
}
div.bg-marketplace div.content a{
display: block;
color:#fff;
height:50px;
width:200px;
text-align: center;
line-height:50px;
border:3px solid #fff;
}
div.bg-marketplace div.content a:hover{
background:#fff;
color:#000;
}
/*IBM marketplace右边内容相关样式*/
div.ibm-marketplace div.right-content{
width:50%;
float:left;
height:510px;
}
div.right-content>div{
width:50%;
height:50%;
float:left;
padding:20px;
background:#264a60;
}
div.right-content>div.watson-virtual-agent,div.right-content>div.ibm-spss-statistics{
background:#325c80;
}
div.right-content>div>a{
display:block;
width:100%;
height:100%;
padding:30px 20px 0 20px;
color:#fff;
}
div.right-content>div>a>div{
height:100px;
margin-bottom:20px;
}
div.right-content>div>a h3{
margin-bottom:30px;
height:40px;
}
div.right-content>div>a h1{
font-size:20px;
font-weight:normal;
}
div.right-content>div>a>p{
position:relative;
font-size:18px;
padding-left:40px;
line-height:60px;
}
div.right-content>div>a>p>span{
top:15px;
}
div.right-content>div>a>p>span>b{
border-color:#264a60;
}
div.right-content>div>a>p>span>i{
/*#325c80*/
background:#264a60;
}
div.right-content>div:hover,div.right-content>div:hover a{
background:#eef;
color:#3b6caa;
}
div.right-content>div:hover span{
background:#3b6caa;
}
div.right-content>div:hover b{
border-color:#fff;
}
div.right-content>div:hover i{
background:#fff;
}
/*way to make your business smarter&help can we help*/
div.container{
background: #264a60;
width:100%;
}
div.container1{
background:#323232;
}
div.ibm-business-smarter,div.ibm-help-center{
width:1200px;
margin:0 120px;
border:1px solid transparent;
}
div.ibm-business-smarter>h1.title,div.ibm-help-center>h1.title{
margin:20px auto;
text-align: center;
color:#fff;
font-size:2.3em;
font-weight: normal;
}
div.way-to-smarter,div.way-to-help{
text-align:center;
}
div.way-to-smarter div.ibm-center,div.way-to-help div.ibm-help{
float:left;
width:25%;
height:120px;
padding:0 20px;
text-align:center;
margin-bottom:100px;
}
div.way-to-smarter div.ibm-center a,div.way-to-help div.ibm-help a{
display:block;
color:#fff;
}
div.way-to-smarter div.ibm-center a div.content,
div.way-to-help div.ibm-help a div.content{
margin-top:10px;
}
div.way-to-smarter div.ibm-center a div.content h3,
div.way-to-help div.ibm-help a div.content h3{
display: inline-block;
border-bottom: 1px solid transparent;
font-size:1.8em;
font-weight: normal;
line-height:40px;
transition:border-bottom 0.2s;
}
div.way-to-smarter div.ibm-center a div.content p,
div.way-to-help div.ibm-help a div.content p{
line-height:30px;
}
div.way-to-smarter div.ibm-center a:hover div.content h3,
div.way-to-help div.ibm-help a:hover div.content h3
{
border-bottom: 1px solid #fff;
}
/*case study*/
div.case-study{
width:100%;
height:600px;
background:url(../img/11012016_cs_praktiker_14912_2000x950.jpg) center/cover no-repeat;
}
div.case-study>div.content{
background:#fff;
position:relative;
height:540px;
width:60%;
top:30px;
padding:30px 60px 30px 120px;
}
div.case-study>div.content>h1.title{
font-weight: normal;
color:#4178BE;
}
div.case-study>div.content>h2{
margin:30px 0;
font-weight:normal;
font-size:30px;
}
div.case-study>div.content>div.compare{
width:300px;
display: inline-block;
color:#4178BE;
}
div.case-study>div.content>div.compare>b{
font-size:120px;
}
div.case-study>div.content>div.compare>span{
font-size:40px;
position:relative;
top:-20px;
}
div.case-study>div.content>div.compare>h4{
font-size:16px;
color:#333;
}
div.case-study>div.content>p{
font-size:30px;
color:#333;
margin-top:30px;
}
div.case-study>div.content>a{
display: block;
width:130px;
height:50px;
text-align: center;
line-height: 50px;
font-size:16px;
color:#fff;
background: #4178BE;
margin-top:20px;
}
div.case-study>div.content>a:hover{
background: #325C80;
}
/*页尾*/
footer{
background: #F4F4F4;
width:100%;
overflow:hidden;
}
div#footer{
width:1200px;
margin:20px auto;
}
#footer>div{
float:left;
width:25%;
}
#footer>div>h3{
color:#464646;
margin-bottom:20px;
}
#footer>div>ul>li{
line-height:40px;
}
#footer>div>ul>li>a{
font-size:1.17em;
color:#5A5A5A;
}
#footer>div>ul>li>a:hover{
color: #3B6CBA;
text-decoration: underline;
}
#footer>div.select-region{
margin-left:75%;
margin-top:30px;
margin-bottom:20px;
}
#footer>div.select-region>select{
width:100%;
height:50px;
padding-left:10px;
line-height:50px;
cursor:pointer;
}
#footer>div.footer{
clear:both;
width:100%;
height:60px;
border-top:1px solid #ddd;
}
#footer>div.footer>ul>li{
float:left;
line-height:60px;
margin-right:20px;
} | 0.26086 | 0.034391 |
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
/* padding-bottom: 90px;*/
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
max-width: 280px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.jumbotron {
margin-top: 20px;
}
.body-content {
padding: 0;
}
}
.NavBarIcon {
float: left;
padding: 5px;
}
/* Loading stuff */
.LoadingImage
{
z-index:1003;
position:absolute;
bottom:10px;
left:20px;
}
.LoadingImageBig /*.MapLoadingIm */
{
width:50px;
height:50px;
}
.LoadingText
{
color:#d77b0d;
font-weight:bold;
font-size:1.2em;
text-shadow:1px 1px 2px #ffffff;
}
.MaxW {
max-width:1140px;
}
.HeaderBar
{
background-color:#8f5881; /*f6f1d4;*/
color: #ffffff;
}
.SubHeaderBar
{
background-color:#f6f1d4; /*f6f1d4;*/
color: #5e0047;
}
.HeaderBar h2 {
color: #ffffff;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
.HeaderBtnWrapper {
text-align: center;
}
.HeaderBtn {
min-width:170px;width:170px;max-width:170px;
}
.HeaderBtnWide {
min-width:200px;width:200px;max-width:200px;
}
.HeaderBtnWarning, .HeaderBtnWarning:visited, .HeaderBtnWarning:focus {
min-width:170px;width:170px;max-width:170px;
background-color: #AA1185;
border-color: #AA1185;
}
.HeaderBtnWarning:hover {
background-color: #960f75;
border-color: #960f75;
}
.HeaderBtnWarningNarrow, .HeaderBtnWarningNarrow:visited, .HeaderBtnWarningNarrow:focus {
background-color: #AA1185;
border-color: #AA1185;
}
.HeaderBtnWarningNarrow:hover {
background-color: #960f75;
border-color: #960f75;
}
.FooterWrapper
{
position:absolute;
right: 0;
bottom: 0;
left: 0;
}
.Footer
{
height:70px;
padding: 10px;
text-align:center;
vertical-align: middle;
line-height:normal;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
}
.FooterL {
float: left;
padding-top:10px;
}
.FooterR {
float: right;
padding-top:10px;
}
.FooterL, .FooterR, .FooterL a, .FooterR a {
color: #505050;
}
.TB
{
min-width:380px; width:380px; max-width:380px; height:30px;
text-align:left;
}
.TBLong
{
min-width:500px; width:500px; max-width:500px; height:30px;
text-align:left;
}
.TBSearch
{
min-width:500px; width:500px; max-width:500px; height:30px;
height:36px;
text-align:left;
}
.TBArea
{
min-width:380px; width:380px; max-width:380px;
min-height:70px; height:70px; max-height:70px;
text-align:left;
}
.TBDDL
{
width:380px; max-width:380px; height:30px;
text-align:left;
}
.TBFileSelect
{
/* background-color:#eeeeee;
color:#2B4661;
font-weight:normal;
border:1px solid #cccccc;
padding:2px;
width:140px;
cursor:pointer;*/
width:140px;
}
.TBFileSelect:Hover
{
/* background-color:#efefef;
color:#d77b0d;
font-weight:normal;
border:1px solid #d77b0d;
padding:2px;
cursor:pointer;
*/
width:140px;
}
.TBFileDisplay
{
min-width:310px; width:310px; max-width:310px; height:30px;
}
.TBRowPadding {
padding-top:5px;
padding-bottom:5px;
text-align: center;
}
.TBRowPadding2 {
padding-top:5px;
padding-bottom:5px;
}
.TBRowPadding3 {
padding-top:10px;
padding-bottom:10px;
}
.BA
{
background-color:#e5f5f5;
vertical-align: middle;
/*line-height:35px;*/
padding-top:5px;
padding-bottom:5px;
}
.BB
{
background-color:#FFFFFF;
vertical-align: middle;
/*line-height:35px;*/
padding-top:5px;
padding-bottom:5px;
}
.BCHeader
{
background-color:#f6f1d4;
color:#5e0047;
font-weight:bold;
vertical-align:middle;
margin-top:0px;
margin-bottom:2px;
float:none;
border:inherit;
}
.BCA
{
background-color:#e5f5f5;
margin-top:0px;
margin-bottom:2px;
float:none;
border:inherit;
}
.BCB
{
background-color:#FFFFFF;
margin-top:0px;
margin-bottom:2px;
float:none;
border:inherit;
}
.BCH
{
background-color:#ffdeae;
margin-top:0px;
margin-bottom:2px;
float:none;
border-width:0px;
}
.BCP
{
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
}
.EoFWrapper
{
position:absolute;
top:0px;
left:0px;
}
.EoF
{
color:#AA1185; /*0E918F;*/
font-weight:bold;
width:95%;
}
.EoFSummary
{
color:#0E918F;
font-weight:bold;
width:95%;
padding:5px;
background:url("../Images/Notification_Warning.png") no-repeat 0% 0%;
}
td.Marg
{
padding-left:20px;
}
Marg2
{
padding-left:20px;
}
/* Structural stuff */
.BodyInfoWrapper
{
/* These will be overwritten by the BodyInfoWrapperClean on the default page */
margin-left:10px;
margin-right:10px;
margin-top:20px;
margin-bottom:10px;
background-color:#ffffff;
border-radius:6px 6px 6px 6px;
/*box-shadow:4px 4px 3px #cccccc;
border:solid 1px #ad84a4;*/
/*border-left:1px solid #d3e1f4;*/
position:relative;
overflow:hidden;
background-color:#ffffff; /* f6f1d4; */
}
.BodyInfoWrapperClean
{
min-width:500px;
max-width:1000px;
margin:15px auto;
}
.BodyInfoHeader
{
/*background-color: #ad84a4; f2ecc3;*/
border-radius:0px 0px 0px 0px;
border-bottom:solid 1px #ad84a4;
padding-left:20px;
padding-top:5px;
padding-bottom:5px;
font-size:1.5em;
font-weight:600;
color:#5e0047; /* fff; f6f1d4; */
background-color:#f6f1d4; /* ; */
vertical-align: middle;
}
.BodyInfoTextHeader
{
/*color:#ffffff;*/
font-size:1.2em;
font-weight:bold;
padding:7px 0px 7px 0px;
margin:0px -16px 0px -16px;
/*box-shadow:5px 5px 3px #cccccc;*/
}
.BodyInfoContent
{
position:relative;
margin-left:20px;
margin-right:20px;
}
.BodyInfoContent2
{
border-radius:20px 20px 20px 20px;
background-color:#ffffff;
width:98%;
}
.ProcessingWrapper
{
position:relative;
margin: 0 auto;
width:600px;
border: 1px solid #5e0047;
}
.ProgressBar
{
background-color:#0E918F;
color:#ffffff;
padding:5px 5px 5px 5px;
margin:0px 0px 0px 0px;
}
.FatSandwich
{
margin-top:10px;
margin-bottom:10px;
margin-left:15px;
}
.FatSandwich2
{
margin-top:10px;
margin-bottom:10px;
}
.OpenSandwich
{
padding-bottom:11px;
}
/* Login Stuff */
.LoginWrapper
{
width:450px;
/*min-height:245px;*/
height:245px;
/*max-height:245px;*/
overflow:hidden;
margin:0 auto;
border: 1px solid #5e0047;
}
.ResetWrapper
{
width:605px;
/*min-height:245px;*/
height:245px;
/*max-height:245px;*/
overflow:hidden;
margin:0 auto;
border: 1px solid #5e0047;
}
.SessionWarningWrapper
{
width:500px;
height:200px;
overflow:hidden;
border: 1px solid #5e0047;
}
.LoginTextBox
{
min-width:230px; width:230px; max-width:230px;
/* height:18px;
padding-left:5px;
border:1px solid #ccc;
box-shadow:1px 1px 2px #cccccc;*/
}
.LoginTextBoxMed
{
min-width:220px; width:220px; max-width:220px;
/*height:18px;
padding-left:5px;
border:1px solid #ccc;
box-shadow:1px 1px 2px #cccccc;*/
}
.LoginTextBoxLong
{
min-width:280px; width:280px; max-width:280px;
/*height:18px;
padding-left:5px;
border:1px solid #ccc;
box-shadow:1px 1px 2px #cccccc;*/
}
.LoginLinkWrapper
{
width:100%;
margin-left:0px;
margin-right:0px;
margin-top:10px;
margin-bottom:10px;
line-height:2.5;
text-align:center;
}
.LoginPanelContent
{
color:#2B4661;
font-size:1.0em;
position:relative;
text-align:justify;
text-justify:inter-word;
}
/* Tables */
.SearchResultsHeader
{
padding:5px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
font-size:1.2em;
background:#fafbfc;
/*color: #ffffff;*/
}
.HeaderGridView
{
/* color:#ffffff;
background-color:#4282c4; *//* 4888e8; */
text-align:left;
border-collapse:separate;
border-spacing:0;
border:1px solid #eeeeee;
background-clip:padding-box;
}
.HeaderGridView a:link,.HeaderGridView a:visited
{
/* color:#ffffff;*/
}
.HeaderGridView a:hover
{
/* color:#febc11;*/
}
.HeaderSortedAsc
{
background:transparent url(../Images/SortedASC.gif) no-repeat 100% 10%; /* #3575b7 */
background-clip:padding-box;
}
.HeaderSortedDesc
{
background:transparent url(../Images/SortedDESC.gif) no-repeat 100% 10%;
background-clip:padding-box;
}
.BP
{
width: 500px; text-align:center;
}
.BP td
{
padding: 2px 20px 2px 20px;
}
.BPC1
{
text-align: left;
}
.B0
{
color:#2B4661;
border:1px solid #eeeeee;
border-collapse:collapse;
vertical-align:middle;
}
.B1 td /* Body cell grid view with alt and highlight */
{
background-color:#e5f5f5;
margin-top:0px;
margin-bottom:2px;
border-collapse:separate;
border-spacing:0;
border:1px solid #eeeeee;
border-top:0px;
border-bottom:0px;
background-clip:padding-box;
vertical-align:middle;
}
.B2 td
{
background-color:#FFFFFF;
margin-top:0px;
margin-bottom:2px;
border-collapse:separate;
border-spacing:0;
border:1px solid #eeeeee;
border-top:0px;
border-bottom:0px;
background-clip:padding-box;
vertical-align:middle;
}
.BH td
{
background-color:#f6f1d4;
margin-top:0px;
margin-bottom:2px;
border-collapse:separate;
border-spacing:0;
border:1px solid #ffffff;
border-top:0px;
border-bottom:0px;
background-clip:padding-box;
vertical-align:middle;
}
/* Info Class c3d694 a4b253 c5d665 ----------------------------------------------------------*/
.InfoClassWrapper
{
text-align: center;
margin-top:15px;
margin-bottom:15px;
}
.InfoClassSuccess
{
color:#ffffff;
line-height:1.5;
padding: 8px 12px 8px 12px;
font-weight:bold;
background-color:#0E918F; /*url(../Images/Notification_Done.png) no-repeat 0% 0%;
background-repeat:no-repeat;*/
}
.InfoClassFailure
{
color:#ffffff;
padding: 8px 10px 8px 10px;
line-height:1.5;
font-weight:bold;
background-color:#AA1185; /*url(../Images/Notification_Error.png) no-repeat 0% 0%;
background-repeat:no-repeat;*/
}
.InfoClassWarning
{
color:#ffffff;
padding: 8px 10px 8px 10px;
line-height:1.5;
font-weight:bold;
background-color:#c0b874;
/* background:url(../Images/Notification_Warning.png) no-repeat 0% 0%;
background-repeat:no-repeat;*/
}
.InfoClassSelected
{
color:#dddddd;
padding:5px;
line-height:1.5;
font-weight:bold;
background:url(../Images/CheckBox_Selected_Small.png) no-repeat 0% 0%;
background-repeat:no-repeat;
}
.InfoClassNotSelected
{
color:#dddddd;
padding:5px;
line-height:1.5;
font-weight:bold;
background:url(../Images/CheckBox_NotSelected_Small.png) no-repeat 0% 0%;
background-repeat:no-repeat;
}
.InfoClassSelectedHover
{
padding:5px;
color:#d77b0d;
font-weight:bold;
background:url(../Images/CheckBox_NotSelected_SmallH.png) no-repeat 0% 0%;
background-repeat:no-repeat;
}
.InfoClassNormal /* Note - This is just for text */
{
color:#2B4661;
font-weight:normal;
}
.InfoClassNormalBig
{
color:#2B4661;
font-weight:normal;
font-size:1.2em;/*larger;*/
}
.InfoClassHighlight
{
color:#2B4661;
font-weight:bold;
}
.InfoHB
{
color:#2B4661;
font-weight:bold;
font-size:1.2em;/*larger;*/
}
.InfoSuccess
{
color:#0E918F;
padding:5px;
font-weight:bold;
}
.InfoWaiting
{
color:#c0b874;
padding:5px;
font-weight:bold;
}
.InfoWarning
{
color:#c0b874;
padding:5px;
font-weight:bold;
}
.InfoFailure
{
padding:5px;
color:#AA1185;
font-weight:bold;
}
.InfoBold
{
color:#2B4661;
padding:5px;
font-weight:bold;
}
.NumFormat
{
text-align:right;
}
.CharsRemaining
{
text-align:right;
font-size: smaller;
color: #888888;
}
/* Pagination ----------------------------------------------------------*/
.P0
{
vertical-align:middle;
position:relative;
text-align:center;
padding:3px;
}
.P0 a:link,.P0 a:visited,.P0 a:hover,.P0 span
{
vertical-align:middle;
}
.P0 img
{
vertical-align:middle;
border:0px;
width:16px;
}
.P1 /* Selected page */
{
vertical-align:middle;
color:#09AAA8;
font-weight:bold;
}
.P2 /* Dropdown */
{
vertical-align:middle;
color:#555555;
}
/* Document review and contents page */
.WDChapter {
font-size: larger;
padding-top:15px;
padding-top:5px;
padding-left:20px;
}
.WDContentSection {
padding-left:35px;
font-weight:normal;
}
.WDNavBar {
font-size: smaller;
color: #aaaaaa;
}
.ReviewBtn, .ReviewBtn:visited {
min-width:170px;width:170px;max-width:170px;
background-color: #505050;
border-color: #505050;
}
.ReviewBtn:hover, .ReviewBtn:focus {
background-color: #303030;
border-color: #303030;
}
.ReviewBtnDisabled, .ReviewBtnDisabled:visited {
min-width:170px;width:170px;max-width:170px;
background-color: #cccccc;
border-color: #cccccc;
}
.ReviewBtnDisabled:hover, .ReviewBtnDisabled:focus {
background-color: #cccccc;
border-color: #cccccc;
}
/* Dropbox file browser image */
.DBXWrapper {
vertical-align: middle;
font-size:medium;
}
.DBXFolderClosed {
list-style-image: url('/Images/TreeView/Folder_Closed.png');
}
.DBXFolder {
/* list-style-image: url('/Images/TreeView/Folder.png');
vertical-align: middle;
min-height : 24px;*/
list-style:none;
background-image: url('/Images/TreeView/Folder.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
}
.DBXFolderEmpty {
list-style:none;
background-image: url('/Images/TreeView/Folder_Empty.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
color: #aaaaaa;
}
.DBXWebDoc {
list-style:none;
background-image: url('/Images/TreeView/Document.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
}
.DBXWebFigure {
list-style:none;
background-image: url('/Images/TreeView/Figure.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
}
.DBXWebImage {
list-style-image: url('/Images/TreeView/Image.png');
}
.DBXHidden ul {
display: none;
}
.DBXFolder ul, .DBXFolderEmpty ul, .DBXWebDoc ul, .DBXWebFigure ul {
padding-left:5px;
} | Content/Site.css | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
/* padding-bottom: 90px;*/
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
max-width: 280px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.jumbotron {
margin-top: 20px;
}
.body-content {
padding: 0;
}
}
.NavBarIcon {
float: left;
padding: 5px;
}
/* Loading stuff */
.LoadingImage
{
z-index:1003;
position:absolute;
bottom:10px;
left:20px;
}
.LoadingImageBig /*.MapLoadingIm */
{
width:50px;
height:50px;
}
.LoadingText
{
color:#d77b0d;
font-weight:bold;
font-size:1.2em;
text-shadow:1px 1px 2px #ffffff;
}
.MaxW {
max-width:1140px;
}
.HeaderBar
{
background-color:#8f5881; /*f6f1d4;*/
color: #ffffff;
}
.SubHeaderBar
{
background-color:#f6f1d4; /*f6f1d4;*/
color: #5e0047;
}
.HeaderBar h2 {
color: #ffffff;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
.HeaderBtnWrapper {
text-align: center;
}
.HeaderBtn {
min-width:170px;width:170px;max-width:170px;
}
.HeaderBtnWide {
min-width:200px;width:200px;max-width:200px;
}
.HeaderBtnWarning, .HeaderBtnWarning:visited, .HeaderBtnWarning:focus {
min-width:170px;width:170px;max-width:170px;
background-color: #AA1185;
border-color: #AA1185;
}
.HeaderBtnWarning:hover {
background-color: #960f75;
border-color: #960f75;
}
.HeaderBtnWarningNarrow, .HeaderBtnWarningNarrow:visited, .HeaderBtnWarningNarrow:focus {
background-color: #AA1185;
border-color: #AA1185;
}
.HeaderBtnWarningNarrow:hover {
background-color: #960f75;
border-color: #960f75;
}
.FooterWrapper
{
position:absolute;
right: 0;
bottom: 0;
left: 0;
}
.Footer
{
height:70px;
padding: 10px;
text-align:center;
vertical-align: middle;
line-height:normal;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
}
.FooterL {
float: left;
padding-top:10px;
}
.FooterR {
float: right;
padding-top:10px;
}
.FooterL, .FooterR, .FooterL a, .FooterR a {
color: #505050;
}
.TB
{
min-width:380px; width:380px; max-width:380px; height:30px;
text-align:left;
}
.TBLong
{
min-width:500px; width:500px; max-width:500px; height:30px;
text-align:left;
}
.TBSearch
{
min-width:500px; width:500px; max-width:500px; height:30px;
height:36px;
text-align:left;
}
.TBArea
{
min-width:380px; width:380px; max-width:380px;
min-height:70px; height:70px; max-height:70px;
text-align:left;
}
.TBDDL
{
width:380px; max-width:380px; height:30px;
text-align:left;
}
.TBFileSelect
{
/* background-color:#eeeeee;
color:#2B4661;
font-weight:normal;
border:1px solid #cccccc;
padding:2px;
width:140px;
cursor:pointer;*/
width:140px;
}
.TBFileSelect:Hover
{
/* background-color:#efefef;
color:#d77b0d;
font-weight:normal;
border:1px solid #d77b0d;
padding:2px;
cursor:pointer;
*/
width:140px;
}
.TBFileDisplay
{
min-width:310px; width:310px; max-width:310px; height:30px;
}
.TBRowPadding {
padding-top:5px;
padding-bottom:5px;
text-align: center;
}
.TBRowPadding2 {
padding-top:5px;
padding-bottom:5px;
}
.TBRowPadding3 {
padding-top:10px;
padding-bottom:10px;
}
.BA
{
background-color:#e5f5f5;
vertical-align: middle;
/*line-height:35px;*/
padding-top:5px;
padding-bottom:5px;
}
.BB
{
background-color:#FFFFFF;
vertical-align: middle;
/*line-height:35px;*/
padding-top:5px;
padding-bottom:5px;
}
.BCHeader
{
background-color:#f6f1d4;
color:#5e0047;
font-weight:bold;
vertical-align:middle;
margin-top:0px;
margin-bottom:2px;
float:none;
border:inherit;
}
.BCA
{
background-color:#e5f5f5;
margin-top:0px;
margin-bottom:2px;
float:none;
border:inherit;
}
.BCB
{
background-color:#FFFFFF;
margin-top:0px;
margin-bottom:2px;
float:none;
border:inherit;
}
.BCH
{
background-color:#ffdeae;
margin-top:0px;
margin-bottom:2px;
float:none;
border-width:0px;
}
.BCP
{
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
}
.EoFWrapper
{
position:absolute;
top:0px;
left:0px;
}
.EoF
{
color:#AA1185; /*0E918F;*/
font-weight:bold;
width:95%;
}
.EoFSummary
{
color:#0E918F;
font-weight:bold;
width:95%;
padding:5px;
background:url("../Images/Notification_Warning.png") no-repeat 0% 0%;
}
td.Marg
{
padding-left:20px;
}
Marg2
{
padding-left:20px;
}
/* Structural stuff */
.BodyInfoWrapper
{
/* These will be overwritten by the BodyInfoWrapperClean on the default page */
margin-left:10px;
margin-right:10px;
margin-top:20px;
margin-bottom:10px;
background-color:#ffffff;
border-radius:6px 6px 6px 6px;
/*box-shadow:4px 4px 3px #cccccc;
border:solid 1px #ad84a4;*/
/*border-left:1px solid #d3e1f4;*/
position:relative;
overflow:hidden;
background-color:#ffffff; /* f6f1d4; */
}
.BodyInfoWrapperClean
{
min-width:500px;
max-width:1000px;
margin:15px auto;
}
.BodyInfoHeader
{
/*background-color: #ad84a4; f2ecc3;*/
border-radius:0px 0px 0px 0px;
border-bottom:solid 1px #ad84a4;
padding-left:20px;
padding-top:5px;
padding-bottom:5px;
font-size:1.5em;
font-weight:600;
color:#5e0047; /* fff; f6f1d4; */
background-color:#f6f1d4; /* ; */
vertical-align: middle;
}
.BodyInfoTextHeader
{
/*color:#ffffff;*/
font-size:1.2em;
font-weight:bold;
padding:7px 0px 7px 0px;
margin:0px -16px 0px -16px;
/*box-shadow:5px 5px 3px #cccccc;*/
}
.BodyInfoContent
{
position:relative;
margin-left:20px;
margin-right:20px;
}
.BodyInfoContent2
{
border-radius:20px 20px 20px 20px;
background-color:#ffffff;
width:98%;
}
.ProcessingWrapper
{
position:relative;
margin: 0 auto;
width:600px;
border: 1px solid #5e0047;
}
.ProgressBar
{
background-color:#0E918F;
color:#ffffff;
padding:5px 5px 5px 5px;
margin:0px 0px 0px 0px;
}
.FatSandwich
{
margin-top:10px;
margin-bottom:10px;
margin-left:15px;
}
.FatSandwich2
{
margin-top:10px;
margin-bottom:10px;
}
.OpenSandwich
{
padding-bottom:11px;
}
/* Login Stuff */
.LoginWrapper
{
width:450px;
/*min-height:245px;*/
height:245px;
/*max-height:245px;*/
overflow:hidden;
margin:0 auto;
border: 1px solid #5e0047;
}
.ResetWrapper
{
width:605px;
/*min-height:245px;*/
height:245px;
/*max-height:245px;*/
overflow:hidden;
margin:0 auto;
border: 1px solid #5e0047;
}
.SessionWarningWrapper
{
width:500px;
height:200px;
overflow:hidden;
border: 1px solid #5e0047;
}
.LoginTextBox
{
min-width:230px; width:230px; max-width:230px;
/* height:18px;
padding-left:5px;
border:1px solid #ccc;
box-shadow:1px 1px 2px #cccccc;*/
}
.LoginTextBoxMed
{
min-width:220px; width:220px; max-width:220px;
/*height:18px;
padding-left:5px;
border:1px solid #ccc;
box-shadow:1px 1px 2px #cccccc;*/
}
.LoginTextBoxLong
{
min-width:280px; width:280px; max-width:280px;
/*height:18px;
padding-left:5px;
border:1px solid #ccc;
box-shadow:1px 1px 2px #cccccc;*/
}
.LoginLinkWrapper
{
width:100%;
margin-left:0px;
margin-right:0px;
margin-top:10px;
margin-bottom:10px;
line-height:2.5;
text-align:center;
}
.LoginPanelContent
{
color:#2B4661;
font-size:1.0em;
position:relative;
text-align:justify;
text-justify:inter-word;
}
/* Tables */
.SearchResultsHeader
{
padding:5px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
font-size:1.2em;
background:#fafbfc;
/*color: #ffffff;*/
}
.HeaderGridView
{
/* color:#ffffff;
background-color:#4282c4; *//* 4888e8; */
text-align:left;
border-collapse:separate;
border-spacing:0;
border:1px solid #eeeeee;
background-clip:padding-box;
}
.HeaderGridView a:link,.HeaderGridView a:visited
{
/* color:#ffffff;*/
}
.HeaderGridView a:hover
{
/* color:#febc11;*/
}
.HeaderSortedAsc
{
background:transparent url(../Images/SortedASC.gif) no-repeat 100% 10%; /* #3575b7 */
background-clip:padding-box;
}
.HeaderSortedDesc
{
background:transparent url(../Images/SortedDESC.gif) no-repeat 100% 10%;
background-clip:padding-box;
}
.BP
{
width: 500px; text-align:center;
}
.BP td
{
padding: 2px 20px 2px 20px;
}
.BPC1
{
text-align: left;
}
.B0
{
color:#2B4661;
border:1px solid #eeeeee;
border-collapse:collapse;
vertical-align:middle;
}
.B1 td /* Body cell grid view with alt and highlight */
{
background-color:#e5f5f5;
margin-top:0px;
margin-bottom:2px;
border-collapse:separate;
border-spacing:0;
border:1px solid #eeeeee;
border-top:0px;
border-bottom:0px;
background-clip:padding-box;
vertical-align:middle;
}
.B2 td
{
background-color:#FFFFFF;
margin-top:0px;
margin-bottom:2px;
border-collapse:separate;
border-spacing:0;
border:1px solid #eeeeee;
border-top:0px;
border-bottom:0px;
background-clip:padding-box;
vertical-align:middle;
}
.BH td
{
background-color:#f6f1d4;
margin-top:0px;
margin-bottom:2px;
border-collapse:separate;
border-spacing:0;
border:1px solid #ffffff;
border-top:0px;
border-bottom:0px;
background-clip:padding-box;
vertical-align:middle;
}
/* Info Class c3d694 a4b253 c5d665 ----------------------------------------------------------*/
.InfoClassWrapper
{
text-align: center;
margin-top:15px;
margin-bottom:15px;
}
.InfoClassSuccess
{
color:#ffffff;
line-height:1.5;
padding: 8px 12px 8px 12px;
font-weight:bold;
background-color:#0E918F; /*url(../Images/Notification_Done.png) no-repeat 0% 0%;
background-repeat:no-repeat;*/
}
.InfoClassFailure
{
color:#ffffff;
padding: 8px 10px 8px 10px;
line-height:1.5;
font-weight:bold;
background-color:#AA1185; /*url(../Images/Notification_Error.png) no-repeat 0% 0%;
background-repeat:no-repeat;*/
}
.InfoClassWarning
{
color:#ffffff;
padding: 8px 10px 8px 10px;
line-height:1.5;
font-weight:bold;
background-color:#c0b874;
/* background:url(../Images/Notification_Warning.png) no-repeat 0% 0%;
background-repeat:no-repeat;*/
}
.InfoClassSelected
{
color:#dddddd;
padding:5px;
line-height:1.5;
font-weight:bold;
background:url(../Images/CheckBox_Selected_Small.png) no-repeat 0% 0%;
background-repeat:no-repeat;
}
.InfoClassNotSelected
{
color:#dddddd;
padding:5px;
line-height:1.5;
font-weight:bold;
background:url(../Images/CheckBox_NotSelected_Small.png) no-repeat 0% 0%;
background-repeat:no-repeat;
}
.InfoClassSelectedHover
{
padding:5px;
color:#d77b0d;
font-weight:bold;
background:url(../Images/CheckBox_NotSelected_SmallH.png) no-repeat 0% 0%;
background-repeat:no-repeat;
}
.InfoClassNormal /* Note - This is just for text */
{
color:#2B4661;
font-weight:normal;
}
.InfoClassNormalBig
{
color:#2B4661;
font-weight:normal;
font-size:1.2em;/*larger;*/
}
.InfoClassHighlight
{
color:#2B4661;
font-weight:bold;
}
.InfoHB
{
color:#2B4661;
font-weight:bold;
font-size:1.2em;/*larger;*/
}
.InfoSuccess
{
color:#0E918F;
padding:5px;
font-weight:bold;
}
.InfoWaiting
{
color:#c0b874;
padding:5px;
font-weight:bold;
}
.InfoWarning
{
color:#c0b874;
padding:5px;
font-weight:bold;
}
.InfoFailure
{
padding:5px;
color:#AA1185;
font-weight:bold;
}
.InfoBold
{
color:#2B4661;
padding:5px;
font-weight:bold;
}
.NumFormat
{
text-align:right;
}
.CharsRemaining
{
text-align:right;
font-size: smaller;
color: #888888;
}
/* Pagination ----------------------------------------------------------*/
.P0
{
vertical-align:middle;
position:relative;
text-align:center;
padding:3px;
}
.P0 a:link,.P0 a:visited,.P0 a:hover,.P0 span
{
vertical-align:middle;
}
.P0 img
{
vertical-align:middle;
border:0px;
width:16px;
}
.P1 /* Selected page */
{
vertical-align:middle;
color:#09AAA8;
font-weight:bold;
}
.P2 /* Dropdown */
{
vertical-align:middle;
color:#555555;
}
/* Document review and contents page */
.WDChapter {
font-size: larger;
padding-top:15px;
padding-top:5px;
padding-left:20px;
}
.WDContentSection {
padding-left:35px;
font-weight:normal;
}
.WDNavBar {
font-size: smaller;
color: #aaaaaa;
}
.ReviewBtn, .ReviewBtn:visited {
min-width:170px;width:170px;max-width:170px;
background-color: #505050;
border-color: #505050;
}
.ReviewBtn:hover, .ReviewBtn:focus {
background-color: #303030;
border-color: #303030;
}
.ReviewBtnDisabled, .ReviewBtnDisabled:visited {
min-width:170px;width:170px;max-width:170px;
background-color: #cccccc;
border-color: #cccccc;
}
.ReviewBtnDisabled:hover, .ReviewBtnDisabled:focus {
background-color: #cccccc;
border-color: #cccccc;
}
/* Dropbox file browser image */
.DBXWrapper {
vertical-align: middle;
font-size:medium;
}
.DBXFolderClosed {
list-style-image: url('/Images/TreeView/Folder_Closed.png');
}
.DBXFolder {
/* list-style-image: url('/Images/TreeView/Folder.png');
vertical-align: middle;
min-height : 24px;*/
list-style:none;
background-image: url('/Images/TreeView/Folder.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
}
.DBXFolderEmpty {
list-style:none;
background-image: url('/Images/TreeView/Folder_Empty.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
color: #aaaaaa;
}
.DBXWebDoc {
list-style:none;
background-image: url('/Images/TreeView/Document.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
}
.DBXWebFigure {
list-style:none;
background-image: url('/Images/TreeView/Figure.png');
background-repeat: no-repeat;
line-height: 24px;
padding-left: 30px;
}
.DBXWebImage {
list-style-image: url('/Images/TreeView/Image.png');
}
.DBXHidden ul {
display: none;
}
.DBXFolder ul, .DBXFolderEmpty ul, .DBXWebDoc ul, .DBXWebFigure ul {
padding-left:5px;
} | 0.240061 | 0.054828 |
body {
margin: 0% auto;
padding: 0px;
background-color: green;
}
.hamburger,
#hamburger {
display: none;
}
body header {
box-sizing: border-box;
background-color: #056DD5;
max-width: 60%;
height: 140px;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-bottom: 0%;
color: white;
text-decoration: none;
text-align: left;
padding-left: 20px;
line-height: 100%;
border-top:8px solid white;
border-left: 8px solid white;
border-right: 8px solid white;
border-bottom: none;
}
#news article header {
position: relative;
position:fixed;
margin: 0;
padding: 0;
}
#news article p {
box-sizing: border-box;
max-width: 60%;
height: 100%;
margin-top: 0%;
margin-bottom: 0%;
background-color: rgb(255, 255, 255);
margin: 1em;
padding-left: 1em;
}
ul {
box-sizing: border-box;
list-style-type: none;
width: 60%;
height: 100%;
margin-top: 0%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0%;
padding: 0;
background-color: white;
}
li {
position: relative;
box-sizing: border-box;
display: block;
width: 96.4%;
border-top-style: solid;
border-top-color: red;
font-family: Poppins;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-bottom: 0%;
font-size: 17px;
color: black;
background-color: white;
text-align: center;
list-style-type: none;
padding: 1.2em;
}
#related {
box-sizing: border-box;
border-left: 8px solid white;
border-right: 8px solid white;
border-bottom: none;
margin-left: auto;
margin-right: auto;
width: 60%;
font-family: Poppins;
font-size: 16.4px;
line-height: 22.5px;
padding: 1em;
padding-bottom: 1.0em;
background-color: #2A2F33;
color: white;
}
#news article {
box-sizing: border-box;
border-left: 8px solid white;
border-right: 8px solid white;
border-bottom: none;
color: black;
margin-left: auto;
margin-right: auto;
width: 92%;
font-family: "Arial";
padding: 1em;
background-color: rgb(255, 255, 255);
}
@font-face {
font-family: "Lora", "Poppins";
src: url('https://fonts.googleapis.com/css?family=Lora:400,700|Poppins:300,200');
}
#signup {
box-sizing: border-box;
text-align: left;
word-spacing: 30px;
color: white;
}
footer {
padding: 0;
margin: 0;
}
.author,
.tags,
.date,
.comments {
background-color: #F4655F;
color: white;
text-decoration: none;
text-align: left;
padding: 1em;
margin: 1em;
}
footer p {
background-color: #2A2F33;
margin: 1em;
padding: 1em;
color: white;
}
img {
position: relative;
width: 100%;
height: auto;
display: block;
}
article header h1 a {
position: absolute;
top: 10px;
left: 10px;
text-align: left;
text-decoration: none;
text-shadow: 5px 5px 5px black;
font-size: 30px;
padding: 20px;
width: 10em;
color: rgb(0, 0, 0);
} | Curso/Exercicio_Joao/style.css | body {
margin: 0% auto;
padding: 0px;
background-color: green;
}
.hamburger,
#hamburger {
display: none;
}
body header {
box-sizing: border-box;
background-color: #056DD5;
max-width: 60%;
height: 140px;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-bottom: 0%;
color: white;
text-decoration: none;
text-align: left;
padding-left: 20px;
line-height: 100%;
border-top:8px solid white;
border-left: 8px solid white;
border-right: 8px solid white;
border-bottom: none;
}
#news article header {
position: relative;
position:fixed;
margin: 0;
padding: 0;
}
#news article p {
box-sizing: border-box;
max-width: 60%;
height: 100%;
margin-top: 0%;
margin-bottom: 0%;
background-color: rgb(255, 255, 255);
margin: 1em;
padding-left: 1em;
}
ul {
box-sizing: border-box;
list-style-type: none;
width: 60%;
height: 100%;
margin-top: 0%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0%;
padding: 0;
background-color: white;
}
li {
position: relative;
box-sizing: border-box;
display: block;
width: 96.4%;
border-top-style: solid;
border-top-color: red;
font-family: Poppins;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-bottom: 0%;
font-size: 17px;
color: black;
background-color: white;
text-align: center;
list-style-type: none;
padding: 1.2em;
}
#related {
box-sizing: border-box;
border-left: 8px solid white;
border-right: 8px solid white;
border-bottom: none;
margin-left: auto;
margin-right: auto;
width: 60%;
font-family: Poppins;
font-size: 16.4px;
line-height: 22.5px;
padding: 1em;
padding-bottom: 1.0em;
background-color: #2A2F33;
color: white;
}
#news article {
box-sizing: border-box;
border-left: 8px solid white;
border-right: 8px solid white;
border-bottom: none;
color: black;
margin-left: auto;
margin-right: auto;
width: 92%;
font-family: "Arial";
padding: 1em;
background-color: rgb(255, 255, 255);
}
@font-face {
font-family: "Lora", "Poppins";
src: url('https://fonts.googleapis.com/css?family=Lora:400,700|Poppins:300,200');
}
#signup {
box-sizing: border-box;
text-align: left;
word-spacing: 30px;
color: white;
}
footer {
padding: 0;
margin: 0;
}
.author,
.tags,
.date,
.comments {
background-color: #F4655F;
color: white;
text-decoration: none;
text-align: left;
padding: 1em;
margin: 1em;
}
footer p {
background-color: #2A2F33;
margin: 1em;
padding: 1em;
color: white;
}
img {
position: relative;
width: 100%;
height: auto;
display: block;
}
article header h1 a {
position: absolute;
top: 10px;
left: 10px;
text-align: left;
text-decoration: none;
text-shadow: 5px 5px 5px black;
font-size: 30px;
padding: 20px;
width: 10em;
color: rgb(0, 0, 0);
} | 0.584508 | 0.082586 |
@media only screen and (max-width: 1340px){
.page-wrapper{
overflow:hidden;
}
}
@media only screen and (max-width: 1140px){
.main-header{
margin:0px !important;
}
.sidebar-page-container .sidebar{
margin-left:0px;
}
.sidebar-page-container .content-side{
padding-right:15px;
}
.volunteer-section .how-to-column .inner-box{
padding-left:0px;
}
.parallax-image-section,
.page-title{
padding:120px 0px;
}
}
@media only screen and (min-width: 1025px){
.hidden-bar.right-align.visible-sidebar{
right:-400px !important;
}
.dishes-column .inner-box{
padding-left:0px;
}
.gallery-item .image-box .title-box{
font-size:18px;
}
}
@media only screen and (min-width: 768px){
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
display:block !important;
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 1023px){
.main-header .main-box .logo-box {
position:relative;
left:0px;
top:0px;
right:0px;
bottom:0px;
width:200px;
margin:0px;
text-align:left;
}
.main-header .main-box .outer-container,
.delicous-section .delicous-inner .food-column .inner{
padding-left:0px;
}
.main-header .nav-outer,
.nav-outer .main-menu{
display:none;
}
.main-header .nav-toggler{
display:block;
}
.main-footer .posts-widget .widget-content,
.main-footer .posts-widget h2{
margin-left:0px;
}
.delicous-section .delicous-inner{
padding:72px 10px 55px 20px;
}
.chef-info-section .content-column .inner-box{
margin-top:50px;
}
.restaurant .images-column .inner-box{
padding-left:0px;
}
.contact-banner .column{
text-align:center !important;
}
.restaurant .column .inner-box{
padding-top:0px;
padding-right:0px;
}
.restaurant-discover .sec-title,
.contact-form .form-column{
margin-top:0px;
}
.sidebar-page-container.left-side-bar .content-side,
.sidebar-page-container.right-side-bar .content-side{
padding-left:15px;
padding-right:15px;
}
}
@media only screen and (max-width: 767px){
.header-upper .logo-outer {
position:relative;
left:0px;
top:0px;
right:0px;
bottom:0px;
width:100%;
margin:0px;
}
.main-header .header-top .top-right,
.main-header .header-top .top-left{
width:100%;
}
.main-header .header-top .top-right ul li,
.main-header .header-top .top-left ul li{
margin:0px 10px;
}
.main-slider .tp-caption{
display:none !important;
}
.main-header .header-top .top-right ul,
.main-header .header-top .top-left ul,
.header-top .social-icon,
.header-top .top-right ul{
text-align:center;
width:100%;
margin:5px 0px;
padding:0px;
border:0px;
}
.cart-section .coupon-outer .pull-left,
.cart-section .coupon-outer .pull-right{
width:100%;
}
.main-header .header-top .top-right ul .eng-dropdown .dropdown-menu.style-one li{
padding:8px 0px;
margin:0px;
}
.cart-section .coupon-outer .apply-coupon .form-group{
margin:0px 0px 15px;
width:100%;
padding-right:0px;
}
.cart-section .coupon-outer .apply-coupon .form-group input[type="text"]{
width:100%;
}
.cart-section .coupon-outer .apply-coupon .form-group button{
position:relative;
text-align:center;
width:100%;
}
.cart-section .coupon-outer .theme-btn,
.food-item .inner-box ul li .dots,
.food-item-two .inner-box ul li .dots{
width:100%;
display:block;
margin:10px 0px;
}
.food-item .inner-box,
.food-item-two .inner-box{
padding-left:0px;
}
.special-section .opening-column{
padding-right:15px;
}
.delicous-section .delicous-inner .food-column .inner h3{
text-align:center;
}
.food-item .image-box,
.food-item-two .image-box{
position:relative;
margin:0 auto;
}
.food-item .inner-box,
.food-item .inner-box ul li.text,
.food-item-two .inner-box ul,
.food-item-two .inner-box ul li.text{
text-align:center;
}
.food-item .inner-box ul li .title-box,
.food-item .inner-box li .price,
.food-item-two .inner-box ul li .title-box,
.food-item-two .inner-box li .price{
float:none;
}
.main-header .header-top .top-right ul li{
padding:0px 18px;
border:0px;
}
.food-item .inner-box ul li .title-box,
.food-item-two .inner-box ul li .title-box{
display: inline-block;
margin-top: 10px;
}
.sec-title-two h2,
.sec-title-one h2{
font-size:30px;
}
.page-title h3,
.parallax-image-section h2{
font-size:28px;
margin-bottom:10px;
}
.page-title h2,
.parallax-image-section h4{
font-size:20px;
}
.sidebar-page-container.right-side-bar .content-side{
padding-right:15px;
}
.restaurant-discover .sec-title{
margin-top:0px;
}
}
@media only screen and (max-width: 599px){
.blog-details .comments-area .reply-comment{
margin-left:0px;
}
.opening-column .inner-box ul li{
margin-left:12px;
margin-right:12px;
}
.dishes-carousel-section .owl-nav{
position:relative;
margin-top:20px;
}
.recipe-tabs .tab-buttons{
margin-top:30px;
}
.recipe-tabs .tab-buttons .tab-btn{
color:#000000;
}
.recipe-tabs .tabs-container{
margin-top:30px;
}
.product-details .basic-details .item-quantity{
margin-right:5px;
}
.product-details .other-options .share-icon{
margin-left:5px;
}
.checkout-page .default-links li{
padding:10px;
}
.sidebar-page-container .comments-area .comment,
.sidebar-page-container .comments-area .reply-comment{
padding-left:0px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb{
position:relative;
left:0px;
top:0px;
margin-bottom:20px;
}
}
@media only screen and (max-width: 499px) {
.main-header .main-box .logo-box .logo img{
max-width:70%;
}
.cart-section .apply-coupon .form-group{
padding-right:0px;
}
.cart-section .apply-coupon .theme-btn{
position:relative;
margin-top:10px;
width:100%;
display:block !important;
}
.cart-section .outer-box .select-amount .calculate-ship{
padding:10px 30px;
}
.prod-tabs .reviews-container .review-box{
padding-left:0px;
}
.prod-tabs .reviews-container .rev-thumb{
position:relative;
margin-bottom:15px;
}
} | css/responsive.css |
@media only screen and (max-width: 1340px){
.page-wrapper{
overflow:hidden;
}
}
@media only screen and (max-width: 1140px){
.main-header{
margin:0px !important;
}
.sidebar-page-container .sidebar{
margin-left:0px;
}
.sidebar-page-container .content-side{
padding-right:15px;
}
.volunteer-section .how-to-column .inner-box{
padding-left:0px;
}
.parallax-image-section,
.page-title{
padding:120px 0px;
}
}
@media only screen and (min-width: 1025px){
.hidden-bar.right-align.visible-sidebar{
right:-400px !important;
}
.dishes-column .inner-box{
padding-left:0px;
}
.gallery-item .image-box .title-box{
font-size:18px;
}
}
@media only screen and (min-width: 768px){
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
display:block !important;
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 1023px){
.main-header .main-box .logo-box {
position:relative;
left:0px;
top:0px;
right:0px;
bottom:0px;
width:200px;
margin:0px;
text-align:left;
}
.main-header .main-box .outer-container,
.delicous-section .delicous-inner .food-column .inner{
padding-left:0px;
}
.main-header .nav-outer,
.nav-outer .main-menu{
display:none;
}
.main-header .nav-toggler{
display:block;
}
.main-footer .posts-widget .widget-content,
.main-footer .posts-widget h2{
margin-left:0px;
}
.delicous-section .delicous-inner{
padding:72px 10px 55px 20px;
}
.chef-info-section .content-column .inner-box{
margin-top:50px;
}
.restaurant .images-column .inner-box{
padding-left:0px;
}
.contact-banner .column{
text-align:center !important;
}
.restaurant .column .inner-box{
padding-top:0px;
padding-right:0px;
}
.restaurant-discover .sec-title,
.contact-form .form-column{
margin-top:0px;
}
.sidebar-page-container.left-side-bar .content-side,
.sidebar-page-container.right-side-bar .content-side{
padding-left:15px;
padding-right:15px;
}
}
@media only screen and (max-width: 767px){
.header-upper .logo-outer {
position:relative;
left:0px;
top:0px;
right:0px;
bottom:0px;
width:100%;
margin:0px;
}
.main-header .header-top .top-right,
.main-header .header-top .top-left{
width:100%;
}
.main-header .header-top .top-right ul li,
.main-header .header-top .top-left ul li{
margin:0px 10px;
}
.main-slider .tp-caption{
display:none !important;
}
.main-header .header-top .top-right ul,
.main-header .header-top .top-left ul,
.header-top .social-icon,
.header-top .top-right ul{
text-align:center;
width:100%;
margin:5px 0px;
padding:0px;
border:0px;
}
.cart-section .coupon-outer .pull-left,
.cart-section .coupon-outer .pull-right{
width:100%;
}
.main-header .header-top .top-right ul .eng-dropdown .dropdown-menu.style-one li{
padding:8px 0px;
margin:0px;
}
.cart-section .coupon-outer .apply-coupon .form-group{
margin:0px 0px 15px;
width:100%;
padding-right:0px;
}
.cart-section .coupon-outer .apply-coupon .form-group input[type="text"]{
width:100%;
}
.cart-section .coupon-outer .apply-coupon .form-group button{
position:relative;
text-align:center;
width:100%;
}
.cart-section .coupon-outer .theme-btn,
.food-item .inner-box ul li .dots,
.food-item-two .inner-box ul li .dots{
width:100%;
display:block;
margin:10px 0px;
}
.food-item .inner-box,
.food-item-two .inner-box{
padding-left:0px;
}
.special-section .opening-column{
padding-right:15px;
}
.delicous-section .delicous-inner .food-column .inner h3{
text-align:center;
}
.food-item .image-box,
.food-item-two .image-box{
position:relative;
margin:0 auto;
}
.food-item .inner-box,
.food-item .inner-box ul li.text,
.food-item-two .inner-box ul,
.food-item-two .inner-box ul li.text{
text-align:center;
}
.food-item .inner-box ul li .title-box,
.food-item .inner-box li .price,
.food-item-two .inner-box ul li .title-box,
.food-item-two .inner-box li .price{
float:none;
}
.main-header .header-top .top-right ul li{
padding:0px 18px;
border:0px;
}
.food-item .inner-box ul li .title-box,
.food-item-two .inner-box ul li .title-box{
display: inline-block;
margin-top: 10px;
}
.sec-title-two h2,
.sec-title-one h2{
font-size:30px;
}
.page-title h3,
.parallax-image-section h2{
font-size:28px;
margin-bottom:10px;
}
.page-title h2,
.parallax-image-section h4{
font-size:20px;
}
.sidebar-page-container.right-side-bar .content-side{
padding-right:15px;
}
.restaurant-discover .sec-title{
margin-top:0px;
}
}
@media only screen and (max-width: 599px){
.blog-details .comments-area .reply-comment{
margin-left:0px;
}
.opening-column .inner-box ul li{
margin-left:12px;
margin-right:12px;
}
.dishes-carousel-section .owl-nav{
position:relative;
margin-top:20px;
}
.recipe-tabs .tab-buttons{
margin-top:30px;
}
.recipe-tabs .tab-buttons .tab-btn{
color:#000000;
}
.recipe-tabs .tabs-container{
margin-top:30px;
}
.product-details .basic-details .item-quantity{
margin-right:5px;
}
.product-details .other-options .share-icon{
margin-left:5px;
}
.checkout-page .default-links li{
padding:10px;
}
.sidebar-page-container .comments-area .comment,
.sidebar-page-container .comments-area .reply-comment{
padding-left:0px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb{
position:relative;
left:0px;
top:0px;
margin-bottom:20px;
}
}
@media only screen and (max-width: 499px) {
.main-header .main-box .logo-box .logo img{
max-width:70%;
}
.cart-section .apply-coupon .form-group{
padding-right:0px;
}
.cart-section .apply-coupon .theme-btn{
position:relative;
margin-top:10px;
width:100%;
display:block !important;
}
.cart-section .outer-box .select-amount .calculate-ship{
padding:10px 30px;
}
.prod-tabs .reviews-container .review-box{
padding-left:0px;
}
.prod-tabs .reviews-container .rev-thumb{
position:relative;
margin-bottom:15px;
}
} | 0.132711 | 0.034424 |
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Nunito|Rubik|Work+Sans|Cinzel');
header {
height: 30vh;
}
body {
margin: 0;
overflow: hidden;
background: linear-gradient(#0d4fa7 0%, #3072cc 60%, #6facff 100%);
height: 100vh;
}
#hello {
grid-area: hello;
display: flex;
justify-content: center;
align-items: center;
filter: url("#flyOn");
animation: wavemover 30s infinite alternate linear;
font-family: 'Rubik Mono One', sans-serif;
}
#helloWorld {
color: #fff;
font-size: 6em;
max-width: 7ch;
opacity: .7;
margin-left: 20%;
}
@keyframes wavemover {
100% {
padding-left: 100vw;
transform: translateX(-50vw);
}
}
#scene {
height: 70vh;
width: 100vw;
position: relative;
/*background-color: gray;*/
display: block;
}
#box {
display: block;
height: 100%;
width: 590px;
margin: auto;
/*background-color: white;*/
position: absolute;
left: 20%;
right: 20%;
bottom: 0%;
}
#left {
position: absolute;
background-color: #EC94A0;
height: 50%;
width: 54.7%;
z-index: 2;
transform: perspective(1000px) rotateY(-45deg);
transform-origin: left;
left: 0%;
bottom: 16%;
}
#right {
position: absolute;
background-color: #FAAFB3;
height: 50%;
width: 54.7%;
z-index: 2;
transform: perspective(1000px) rotateY(45deg);
transform-origin: right;
right: 0%;
bottom: 16%;
}
#ground {
background-color: gray;
position: absolute;
height: 16%;
width: 100%;
bottom: 0%;
}
#navL {
position: absolute;
width: 70px;
height: 160px;
background-color: white;
left: 0;
top: 40%;
border-radius: 0 15px 15px 0;
opacity: 0.7;
z-index: 3;
writing-mode: vertical-rl;
text-orientation: sideways;
font-family: 'Work Sans', sans-serif;
font-style: italic;
color: #333;
font-size: 26px;
font-weight: bold;
text-align: center;
}
#navR {
position: absolute;
width: 70px;
height: 160px;
background-color: white;
right: 0;
top: 40%;
border-radius: 15px 0 0 15px;
opacity: 0.7;
z-index: 3;
writing-mode: vertical-lr;
text-orientation: sideways;
font-family: 'Work Sans', sans-serif;
font-style: italic;
color: #333;
font-size: 26px;
font-weight: bold;
text-align: center;
overflow: hide;
}
.nav-links-r {
transform: rotate(180deg);
}
#navR:hover .links{
visibility: visible;
display: block;
transform: rotate(-90deg);
position: relative;
left: 0;
top: 0.04%;
bottom: 0;
}
#navR:hover {
width: 200px;
background-color: white;
}
#intro {
position: absolute;
color: #fff;
font-size: 260%;
bottom: 0;
}
.box-text {
font-size: 150%;
font-family: 'Work Sans', sans-serif;
padding: 5px;
}
.links {
position: absolute;
visibility: hide;
display: none;
margin: auto;
height: 50%;
padding: 20.95%;
font-size: 23px;
}
.links:hover {
transform: scale(1.5);
}
#navL:hover {
transform: scale(1.2);
}
.mob-nav {
display: none;
visibility: hide;
}
@media screen and (max-width: 1024px){
#navL, #navR {
display: none;
visibility: off;
}
.mob-nav {
display: inline;
padding: 5px;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-size: 230%
}
#mob-contact {
font-size: 100%;
padding: 5px;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
position: absolute;
bottom: 0;
}
#hello {
animation: none;
filter: none;
position: absolute;
}
#helloWorld{
position:absolute;
filter: blur(2px);
text-align: center;
top: 5%;
left: 81%;
}
header {
position: relative;
}
} | css/style.css | @import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Nunito|Rubik|Work+Sans|Cinzel');
header {
height: 30vh;
}
body {
margin: 0;
overflow: hidden;
background: linear-gradient(#0d4fa7 0%, #3072cc 60%, #6facff 100%);
height: 100vh;
}
#hello {
grid-area: hello;
display: flex;
justify-content: center;
align-items: center;
filter: url("#flyOn");
animation: wavemover 30s infinite alternate linear;
font-family: 'Rubik Mono One', sans-serif;
}
#helloWorld {
color: #fff;
font-size: 6em;
max-width: 7ch;
opacity: .7;
margin-left: 20%;
}
@keyframes wavemover {
100% {
padding-left: 100vw;
transform: translateX(-50vw);
}
}
#scene {
height: 70vh;
width: 100vw;
position: relative;
/*background-color: gray;*/
display: block;
}
#box {
display: block;
height: 100%;
width: 590px;
margin: auto;
/*background-color: white;*/
position: absolute;
left: 20%;
right: 20%;
bottom: 0%;
}
#left {
position: absolute;
background-color: #EC94A0;
height: 50%;
width: 54.7%;
z-index: 2;
transform: perspective(1000px) rotateY(-45deg);
transform-origin: left;
left: 0%;
bottom: 16%;
}
#right {
position: absolute;
background-color: #FAAFB3;
height: 50%;
width: 54.7%;
z-index: 2;
transform: perspective(1000px) rotateY(45deg);
transform-origin: right;
right: 0%;
bottom: 16%;
}
#ground {
background-color: gray;
position: absolute;
height: 16%;
width: 100%;
bottom: 0%;
}
#navL {
position: absolute;
width: 70px;
height: 160px;
background-color: white;
left: 0;
top: 40%;
border-radius: 0 15px 15px 0;
opacity: 0.7;
z-index: 3;
writing-mode: vertical-rl;
text-orientation: sideways;
font-family: 'Work Sans', sans-serif;
font-style: italic;
color: #333;
font-size: 26px;
font-weight: bold;
text-align: center;
}
#navR {
position: absolute;
width: 70px;
height: 160px;
background-color: white;
right: 0;
top: 40%;
border-radius: 15px 0 0 15px;
opacity: 0.7;
z-index: 3;
writing-mode: vertical-lr;
text-orientation: sideways;
font-family: 'Work Sans', sans-serif;
font-style: italic;
color: #333;
font-size: 26px;
font-weight: bold;
text-align: center;
overflow: hide;
}
.nav-links-r {
transform: rotate(180deg);
}
#navR:hover .links{
visibility: visible;
display: block;
transform: rotate(-90deg);
position: relative;
left: 0;
top: 0.04%;
bottom: 0;
}
#navR:hover {
width: 200px;
background-color: white;
}
#intro {
position: absolute;
color: #fff;
font-size: 260%;
bottom: 0;
}
.box-text {
font-size: 150%;
font-family: 'Work Sans', sans-serif;
padding: 5px;
}
.links {
position: absolute;
visibility: hide;
display: none;
margin: auto;
height: 50%;
padding: 20.95%;
font-size: 23px;
}
.links:hover {
transform: scale(1.5);
}
#navL:hover {
transform: scale(1.2);
}
.mob-nav {
display: none;
visibility: hide;
}
@media screen and (max-width: 1024px){
#navL, #navR {
display: none;
visibility: off;
}
.mob-nav {
display: inline;
padding: 5px;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-size: 230%
}
#mob-contact {
font-size: 100%;
padding: 5px;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
position: absolute;
bottom: 0;
}
#hello {
animation: none;
filter: none;
position: absolute;
}
#helloWorld{
position:absolute;
filter: blur(2px);
text-align: center;
top: 5%;
left: 81%;
}
header {
position: relative;
}
} | 0.638723 | 0.087798 |
@font-face {
font-family: 'Hero';
src: url('../fonts/hero-webfont.eot');
src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/hero-webfont.woff') format('woff'),
url('../fonts/hero-webfont.ttf') format('truetype'),
url('../fonts/hero-webfont.svg#heroregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Museo';
src: url('../fonts/museo500-regular-webfont.eot');
src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/museo500-regular-webfont.woff') format('woff'),
url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
url('../fonts/museo500-regular-webfont.svg#museo500') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Socialico';
src: url('../fonts/socialico-webfont.eot');
src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/socialico-webfont.woff') format('woff'),
url('../fonts/socialico-webfont.ttf') format('truetype'),
url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* End of font-face */
body {
background-image: url(../images/bg_kolab.png);
background-position: center;
background-repeat: no-repeat;
background-color: #e6e7e7;
height: 100%;
margin: 0;
padding: 0;
}
header {
height: auto;
margin-top: 10%;
text-align: center;
text-transform: uppercase;
font-family: 'Hero', Arial, sans-serif;
font-size: 25px;
color: #5b5b5c;
letter-spacing: 2px;
}
header p {
font-family: 'Hero', Arial, sans-serif;
font-size: 22px;
color: #5b5b5c;
letter-spacing: 2px;
margin-top: 20px;
}
article {
margin-top: 10%;
height: auto;
text-align: center;
color: #5b5b5c;
display: block;
}
article p {
font-family: 'Museo', Arial, sans-serif;
font-size: 20px;
}
.ajust {
max-width: 700px;
margin: 0 auto;
}
.ajust a {
text-decoration: none;
font-family: 'Hero', Arial, sans-serif;
font-size: 18px;
text-transform: uppercase;
color: #5b5b5c;
}
.ajust a:hover{
color: #858585;
}
form {
margin: 0 5px;
}
input[type="email"] {
height: 45px;
font-family: 'Museo', Arial, sans-serif;
font-size: 20px;
color: #5b5b5c;
padding-left: 15px;
float: left;
border: none;
border-radius: 0;
margin: 0;
}
input[type="submit"] {
height: 45px;
background-color: #66cab3;
border: none;
font-family: 'Hero', Arial, sans-serif;
font-size: 20px;
color: #fff;
text-transform: uppercase;
float: left;
margin: 0;
}
input[type="submit"]:hover {
background-color: #258771;
}
footer {
margin-top: 50px;
text-align: center;
}
footer .row-fluid a {
text-decoration: none;
font-family: "Socialico";
font-size: 70px;
color: #929291;
}
footer a:hover {
color: #858585;
}
div.flash {
display:none;
position:fixed;
padding:10px;
top:48px;
right:50px;
min-width:280px;
opacity:0.95;
margin:0px 0px 10px 10px;
vertical-align:middle;
cursor:pointer;
color:#fff;
background-color:#000;
border:2px solid #fff;
border-radius:8px;
-o-border-radius: 8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
background-image: -webkit-linear-gradient(top,#222,#000);
background-image: -o-linear-gradient(top,#222,#000);
background-image: -moz-linear-gradient(90deg, #222, #000);
background-image: linear-gradient(top,#222,#000);
background-repeat: repeat-x;
font-family: "Hero", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
z-index:2000;
}
div.flash #closeflash{color:inherit; float:right; margin-left:15px;}
.ie-lte7 div.flash #closeflash
{color:expression(this.parentNode.currentStyle['color']);float:none;position:absolute;right:4px;}
div.flash:hover { opacity:0.25; } | applications/kolaborativa/static/css/home-style.css |
@font-face {
font-family: 'Hero';
src: url('../fonts/hero-webfont.eot');
src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/hero-webfont.woff') format('woff'),
url('../fonts/hero-webfont.ttf') format('truetype'),
url('../fonts/hero-webfont.svg#heroregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Museo';
src: url('../fonts/museo500-regular-webfont.eot');
src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/museo500-regular-webfont.woff') format('woff'),
url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
url('../fonts/museo500-regular-webfont.svg#museo500') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Socialico';
src: url('../fonts/socialico-webfont.eot');
src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/socialico-webfont.woff') format('woff'),
url('../fonts/socialico-webfont.ttf') format('truetype'),
url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* End of font-face */
body {
background-image: url(../images/bg_kolab.png);
background-position: center;
background-repeat: no-repeat;
background-color: #e6e7e7;
height: 100%;
margin: 0;
padding: 0;
}
header {
height: auto;
margin-top: 10%;
text-align: center;
text-transform: uppercase;
font-family: 'Hero', Arial, sans-serif;
font-size: 25px;
color: #5b5b5c;
letter-spacing: 2px;
}
header p {
font-family: 'Hero', Arial, sans-serif;
font-size: 22px;
color: #5b5b5c;
letter-spacing: 2px;
margin-top: 20px;
}
article {
margin-top: 10%;
height: auto;
text-align: center;
color: #5b5b5c;
display: block;
}
article p {
font-family: 'Museo', Arial, sans-serif;
font-size: 20px;
}
.ajust {
max-width: 700px;
margin: 0 auto;
}
.ajust a {
text-decoration: none;
font-family: 'Hero', Arial, sans-serif;
font-size: 18px;
text-transform: uppercase;
color: #5b5b5c;
}
.ajust a:hover{
color: #858585;
}
form {
margin: 0 5px;
}
input[type="email"] {
height: 45px;
font-family: 'Museo', Arial, sans-serif;
font-size: 20px;
color: #5b5b5c;
padding-left: 15px;
float: left;
border: none;
border-radius: 0;
margin: 0;
}
input[type="submit"] {
height: 45px;
background-color: #66cab3;
border: none;
font-family: 'Hero', Arial, sans-serif;
font-size: 20px;
color: #fff;
text-transform: uppercase;
float: left;
margin: 0;
}
input[type="submit"]:hover {
background-color: #258771;
}
footer {
margin-top: 50px;
text-align: center;
}
footer .row-fluid a {
text-decoration: none;
font-family: "Socialico";
font-size: 70px;
color: #929291;
}
footer a:hover {
color: #858585;
}
div.flash {
display:none;
position:fixed;
padding:10px;
top:48px;
right:50px;
min-width:280px;
opacity:0.95;
margin:0px 0px 10px 10px;
vertical-align:middle;
cursor:pointer;
color:#fff;
background-color:#000;
border:2px solid #fff;
border-radius:8px;
-o-border-radius: 8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
background-image: -webkit-linear-gradient(top,#222,#000);
background-image: -o-linear-gradient(top,#222,#000);
background-image: -moz-linear-gradient(90deg, #222, #000);
background-image: linear-gradient(top,#222,#000);
background-repeat: repeat-x;
font-family: "Hero", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
z-index:2000;
}
div.flash #closeflash{color:inherit; float:right; margin-left:15px;}
.ie-lte7 div.flash #closeflash
{color:expression(this.parentNode.currentStyle['color']);float:none;position:absolute;right:4px;}
div.flash:hover { opacity:0.25; } | 0.378115 | 0.045522 |
.background{
background-image: url("../../../assets/images/player.png");
}
.grid-container-stats {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-item {
font-size: 10px;
padding-bottom: 2px;
}
.grid-spacing {
padding: 5px;
}
.grid-label {
color: #767676;
font-weight: bold;
font-size: 14pt;
margin-bottom: 20px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.grid-ref {
color: #0033AA;
font-size: 25pt;
text-align: center;
font-weight: bolder;
}
::ng-deep .mat-progress-bar-buffer {
background: linear-gradient(-45deg, #0033AA, #6497ff);
}
::ng-deep .light mat-card mat-toolbar {
background-color: #fff;
}
.card-title {
background-color: #fff;
color: #4A4A4A;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.5px;
margin-bottom: 0px;
}
.stitched {
padding: 10px;
background-color: rgba(229,234,246,0.68);
color: #4A4A4A;
font-size: 15px;
font-weight: normal;
line-height: 1.3em;
border: 1px dashed #3366CC;
border-radius: 6px;
box-shadow: 0 20px 20px 0 rgba(0,0,0,0.02);
min-height: 100px;
}
.stitched-orange {
padding: 10px;
background-color: #fff7e8;
color: #4A4A4A;
font-size: 15px;
font-weight: normal;
line-height: 1.3em;
border-radius: 6px;
border: 1px dashed rgba(255,184,34,0.4);
box-shadow: 0 20px 20px 0 rgba(0,0,0,0.02);
min-height: 100px;
}
.mat-chip.mat-chip-selected.mat-warn {
background-color: #3366CC;
color: white;
align-content: center;
font-size: 13px;
}
.mat-chip.mat-chip-selected.mat-accent {
background: linear-gradient(307.62deg, #1340EF 0%, #009DFF 100%);
color: white;
align-content: center;
font-size: 13px;
}
.grid-container-3 {
display: grid;
grid-template-columns: 200px 300px 300px;
padding: 10px;
}
.grid-item-3 {
background-color: rgba(255, 255, 255, 0.8);
}
::ng-deep .mat-input-element:disabled {
color: #222222 !important;
} | sonarQuest-frontend/src/app/pages/my-avatar-page/my-avatar-page.component.css | .background{
background-image: url("../../../assets/images/player.png");
}
.grid-container-stats {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-item {
font-size: 10px;
padding-bottom: 2px;
}
.grid-spacing {
padding: 5px;
}
.grid-label {
color: #767676;
font-weight: bold;
font-size: 14pt;
margin-bottom: 20px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.grid-ref {
color: #0033AA;
font-size: 25pt;
text-align: center;
font-weight: bolder;
}
::ng-deep .mat-progress-bar-buffer {
background: linear-gradient(-45deg, #0033AA, #6497ff);
}
::ng-deep .light mat-card mat-toolbar {
background-color: #fff;
}
.card-title {
background-color: #fff;
color: #4A4A4A;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.5px;
margin-bottom: 0px;
}
.stitched {
padding: 10px;
background-color: rgba(229,234,246,0.68);
color: #4A4A4A;
font-size: 15px;
font-weight: normal;
line-height: 1.3em;
border: 1px dashed #3366CC;
border-radius: 6px;
box-shadow: 0 20px 20px 0 rgba(0,0,0,0.02);
min-height: 100px;
}
.stitched-orange {
padding: 10px;
background-color: #fff7e8;
color: #4A4A4A;
font-size: 15px;
font-weight: normal;
line-height: 1.3em;
border-radius: 6px;
border: 1px dashed rgba(255,184,34,0.4);
box-shadow: 0 20px 20px 0 rgba(0,0,0,0.02);
min-height: 100px;
}
.mat-chip.mat-chip-selected.mat-warn {
background-color: #3366CC;
color: white;
align-content: center;
font-size: 13px;
}
.mat-chip.mat-chip-selected.mat-accent {
background: linear-gradient(307.62deg, #1340EF 0%, #009DFF 100%);
color: white;
align-content: center;
font-size: 13px;
}
.grid-container-3 {
display: grid;
grid-template-columns: 200px 300px 300px;
padding: 10px;
}
.grid-item-3 {
background-color: rgba(255, 255, 255, 0.8);
}
::ng-deep .mat-input-element:disabled {
color: #222222 !important;
} | 0.493653 | 0.175361 |
font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Helvetica, Arial, sans-serif;
}
.customer {
display: inline-block;
margin: 25px;
width: 316px;
border: 1px solid #d9e5f0;
padding: 20px;
background: white;
color: #757575;
}
.customer p {
margin-top: 25px;
}
.intro {
background-size: 1680px 896px;
background: #4d9de0;
padding: 120px 0 116px;
color: white;
text-align: center;
}
.intro h1 {
font-size: 7.4rem;
font-weight: 600;
margin: 0 0 21px;
}
.intro p {
color: #cae0f7;
font-size: 2.1rem;
line-height: 1.6;
max-width: 690px;
text-align: center;
margin: 0 auto;
font-weight: 100;
}
.module-customers-list {
width: 1110px;
margin-top: 30px;
}
.module-generic-header {
margin-left: 40%;
}
.featured-customer {
height: 699px;
width: 100%;
background-color: #1e2024;
background-position: 100% 20%;
background-repeat: no-repeat;
}
.featured-customer h2 {
color: #4d9de0;
margin-top: 0px;
text-transform: uppercase;
font-size:17px;
letter-spacing: 0.1em;
}
.featured-customer p {
font-size: 2.625rem;
width: 500px;
color: white;
line-height: 1.6;
font-weight: 300;
font-style: normal;
}
.featured-customer p:before {
content: '“';
font-size: 2.8125rem;
color: #4d9de0;
font-weight: 600;
letter-spacing: 0.1em;
}
.featured-customer p:after {
content: '”';
font-size: 2.8125rem;
color: #4d9de0;
font-weight: 600;
}
#content {
width: 1364px;
font-weight: 600;
padding-top: 50px;
padding-left: 50px;
}
#content img {
padding-bottom: 30px;
}
.customer-list-container {
background-color: #f9fcff;
padding-top: 20px;
}
.customer-list-container h1 {
font-size: 6.25rem;
line-height: 1.2;
color: #4d9de0;
text-align: center;
}
.main_navbar {
max-width: 1364px;
box-sizing: border-box;
padding: 9px 20px;
display: block;
margin: 0 auto;
height: 78px;
}
.fixed-header {
background: #4d9de0 ;
}
.grid {
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
width: 1246px;
}
.logo {
text-align: center;
}
.screen {
margin-bottom: 25px;
} | public/stylesheets/main.css | font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Helvetica, Arial, sans-serif;
}
.customer {
display: inline-block;
margin: 25px;
width: 316px;
border: 1px solid #d9e5f0;
padding: 20px;
background: white;
color: #757575;
}
.customer p {
margin-top: 25px;
}
.intro {
background-size: 1680px 896px;
background: #4d9de0;
padding: 120px 0 116px;
color: white;
text-align: center;
}
.intro h1 {
font-size: 7.4rem;
font-weight: 600;
margin: 0 0 21px;
}
.intro p {
color: #cae0f7;
font-size: 2.1rem;
line-height: 1.6;
max-width: 690px;
text-align: center;
margin: 0 auto;
font-weight: 100;
}
.module-customers-list {
width: 1110px;
margin-top: 30px;
}
.module-generic-header {
margin-left: 40%;
}
.featured-customer {
height: 699px;
width: 100%;
background-color: #1e2024;
background-position: 100% 20%;
background-repeat: no-repeat;
}
.featured-customer h2 {
color: #4d9de0;
margin-top: 0px;
text-transform: uppercase;
font-size:17px;
letter-spacing: 0.1em;
}
.featured-customer p {
font-size: 2.625rem;
width: 500px;
color: white;
line-height: 1.6;
font-weight: 300;
font-style: normal;
}
.featured-customer p:before {
content: '“';
font-size: 2.8125rem;
color: #4d9de0;
font-weight: 600;
letter-spacing: 0.1em;
}
.featured-customer p:after {
content: '”';
font-size: 2.8125rem;
color: #4d9de0;
font-weight: 600;
}
#content {
width: 1364px;
font-weight: 600;
padding-top: 50px;
padding-left: 50px;
}
#content img {
padding-bottom: 30px;
}
.customer-list-container {
background-color: #f9fcff;
padding-top: 20px;
}
.customer-list-container h1 {
font-size: 6.25rem;
line-height: 1.2;
color: #4d9de0;
text-align: center;
}
.main_navbar {
max-width: 1364px;
box-sizing: border-box;
padding: 9px 20px;
display: block;
margin: 0 auto;
height: 78px;
}
.fixed-header {
background: #4d9de0 ;
}
.grid {
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
width: 1246px;
}
.logo {
text-align: center;
}
.screen {
margin-bottom: 25px;
} | 0.453262 | 0.186836 |
.table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.table th {
color: #8c8c8c;
text-align: left;
border-top: none !important;
font-weight: 700; }
.table td, .table th {
line-height: 22px;
padding: 16px;
border-top: 1px solid #ddd;
color: #5D5A5A;
background: #FFF;
font-size: 14px; }
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
border-left: 0; }
.table-bordered td, .table-bordered th {
border-left: 1px solid #E9E9E9; }
.table-hover tbody tr:hover > td, .table-hover tbody .table tr:hover > th, .table .table-hover tbody tr:hover > th, .table-hover tbody .table-bordered tr:hover > th, .table-bordered .table-hover tbody tr:hover > th {
background-color: #f5f5f5; }
.table-zebra tbody > tr:nth-child(odd) > td, .table-zebra .table tbody > tr:nth-child(odd) > th, .table .table-zebra tbody > tr:nth-child(odd) > th, .table-zebra .table-bordered tbody > tr:nth-child(odd) > th, .table-bordered .table-zebra tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; }
.table-view {
position: relative; }
.table-view .table-view-cell {
width: 100%;
position: relative;
padding: 15px;
overflow: hidden; }
.table-view .table-view-cell.table-view-hover:hover {
background: #FAFAFA; }
.table-view .table-view-cell.table-view-hover:hover .table-view-operation {
opacity: 1; }
.table-view .table-view-cell .media-tit a {
color: #4B4B4B; }
.table-view .table-view-cell .media-object {
margin-right: 10px;
position: relative;
overflow: hidden;
text-align: center; }
.table-view .table-view-cell .media-object .media-view {
display: block;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.table-view .table-view-cell .media-object img {
max-width: 100%; }
.table-view.table-view-one .media-object .media-view {
width: 60px;
height: 60px;
line-height: 60px; }
.table-view.table-view-one .table-view-cell .media-body {
margin-top: 6px; }
.table-view.table-view-one .table-view-cell .media-body .media-tit {
font-size: 1.6rem;
line-height: 19px; }
.table-view.table-view-one .table-view-cell .media-body .media-tit a {
font-size: 1.6rem;
margin-right: 5px; }
.table-view.table-view-one .table-view-cell .media-body .media-sum {
display: block;
line-height: 18px;
margin-top: 10px;
font-size: 12px;
color: #999;
overflow: hidden; }
.table-view.table-view-one .table-view-cell .media-body .media-sum a {
color: #999; }
.table-view.table-view-two .table-view-cell {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.table-view.table-view-two .table-view-cell .media-object {
margin-right: 20px; }
.table-view.table-view-two .table-view-cell .media-object .media-view {
width: 160px;
height: 100px;
line-height: 100px;
font-size: 2rem; }
.table-view.table-view-two .table-view-cell .media-tit {
margin-bottom: 10px;
color: #666;
font-size: 1.6rem;
font-weight: normal; }
.table-view.table-view-two .table-view-cell .media-sum {
height: 38px;
margin-bottom: 10px;
line-height: 20px;
color: #999;
font-size: 1.4rem;
overflow: hidden; }
.table-view.table-view-two .table-view-cell .media-sum a {
color: #999; }
.table-view.table-view-two .table-view-cell .media-body {
line-height: 22px;
overflow: hidden; }
.table-view.table-view-two .table-view-cell .media-body .media-footer {
position: relative; }
.table-view.table-view-two .table-view-cell .media-body .media-footer a {
display: inline-block;
position: relative; }
.table-view.table-view-two .table-view-cell .media-body .media-footer img {
width: 25px;
height: 25px;
border-radius: 50%;
vertical-align: middle; }
.table-view.table-view-two .table-view-cell .media-body .media-footer span {
color: #999;
font-size: 12px;
vertical-align: middle; }
.table-view.table-view-two .table-view-cell .media-body .media-footer span i {
color: #666;
display: inline-block;
margin-left: 3px; }
.table-view.table-view-two .table-view-cell .media-body .media-footer .media-name {
color: #000;
font-weight: 700;
margin: 0 5px; }
.table-view.table-view-two .table-view-cell .media-body .media-footer .media-span {
margin: 0 10px;
color: #E4E4E4; } | docs/css/hbook-table.css | .table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.table th {
color: #8c8c8c;
text-align: left;
border-top: none !important;
font-weight: 700; }
.table td, .table th {
line-height: 22px;
padding: 16px;
border-top: 1px solid #ddd;
color: #5D5A5A;
background: #FFF;
font-size: 14px; }
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
border-left: 0; }
.table-bordered td, .table-bordered th {
border-left: 1px solid #E9E9E9; }
.table-hover tbody tr:hover > td, .table-hover tbody .table tr:hover > th, .table .table-hover tbody tr:hover > th, .table-hover tbody .table-bordered tr:hover > th, .table-bordered .table-hover tbody tr:hover > th {
background-color: #f5f5f5; }
.table-zebra tbody > tr:nth-child(odd) > td, .table-zebra .table tbody > tr:nth-child(odd) > th, .table .table-zebra tbody > tr:nth-child(odd) > th, .table-zebra .table-bordered tbody > tr:nth-child(odd) > th, .table-bordered .table-zebra tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; }
.table-view {
position: relative; }
.table-view .table-view-cell {
width: 100%;
position: relative;
padding: 15px;
overflow: hidden; }
.table-view .table-view-cell.table-view-hover:hover {
background: #FAFAFA; }
.table-view .table-view-cell.table-view-hover:hover .table-view-operation {
opacity: 1; }
.table-view .table-view-cell .media-tit a {
color: #4B4B4B; }
.table-view .table-view-cell .media-object {
margin-right: 10px;
position: relative;
overflow: hidden;
text-align: center; }
.table-view .table-view-cell .media-object .media-view {
display: block;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.table-view .table-view-cell .media-object img {
max-width: 100%; }
.table-view.table-view-one .media-object .media-view {
width: 60px;
height: 60px;
line-height: 60px; }
.table-view.table-view-one .table-view-cell .media-body {
margin-top: 6px; }
.table-view.table-view-one .table-view-cell .media-body .media-tit {
font-size: 1.6rem;
line-height: 19px; }
.table-view.table-view-one .table-view-cell .media-body .media-tit a {
font-size: 1.6rem;
margin-right: 5px; }
.table-view.table-view-one .table-view-cell .media-body .media-sum {
display: block;
line-height: 18px;
margin-top: 10px;
font-size: 12px;
color: #999;
overflow: hidden; }
.table-view.table-view-one .table-view-cell .media-body .media-sum a {
color: #999; }
.table-view.table-view-two .table-view-cell {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.table-view.table-view-two .table-view-cell .media-object {
margin-right: 20px; }
.table-view.table-view-two .table-view-cell .media-object .media-view {
width: 160px;
height: 100px;
line-height: 100px;
font-size: 2rem; }
.table-view.table-view-two .table-view-cell .media-tit {
margin-bottom: 10px;
color: #666;
font-size: 1.6rem;
font-weight: normal; }
.table-view.table-view-two .table-view-cell .media-sum {
height: 38px;
margin-bottom: 10px;
line-height: 20px;
color: #999;
font-size: 1.4rem;
overflow: hidden; }
.table-view.table-view-two .table-view-cell .media-sum a {
color: #999; }
.table-view.table-view-two .table-view-cell .media-body {
line-height: 22px;
overflow: hidden; }
.table-view.table-view-two .table-view-cell .media-body .media-footer {
position: relative; }
.table-view.table-view-two .table-view-cell .media-body .media-footer a {
display: inline-block;
position: relative; }
.table-view.table-view-two .table-view-cell .media-body .media-footer img {
width: 25px;
height: 25px;
border-radius: 50%;
vertical-align: middle; }
.table-view.table-view-two .table-view-cell .media-body .media-footer span {
color: #999;
font-size: 12px;
vertical-align: middle; }
.table-view.table-view-two .table-view-cell .media-body .media-footer span i {
color: #666;
display: inline-block;
margin-left: 3px; }
.table-view.table-view-two .table-view-cell .media-body .media-footer .media-name {
color: #000;
font-weight: 700;
margin: 0 5px; }
.table-view.table-view-two .table-view-cell .media-body .media-footer .media-span {
margin: 0 10px;
color: #E4E4E4; } | 0.504639 | 0.094469 |
section.intro {
border-top: 1px solid #141414;
position: relative;
padding-bottom: 5vw;
}
section.intro div.backgroundWords {
position: absolute;
width: 100%;
text-align: center;
color: #5d5b5b;
z-index: -1;
font-family: "Playfair Display";
margin-top: 5vw;
/*95px*/
font-size: 10vw;
/*135px*/
}
section.intro div.weIntro {
color: #c49f54;
font-family: "Amiri";
font-size: 3.5vw;
/*70px*/
font-weight: 900;
margin-left: 18.5vw;
/*150px*/
margin-top: 18.5vw;
/*190px*/
letter-spacing: 1px;
}
section.intro div.contactLine {
margin-left: 18.5vw;
/*150px*/
margin-top: 1vw;
display: flex;
align-items: center;
margin-bottom: 5vw;
}
section.intro div.contactLine div.line {
width: 11vw;
height: 1px;
background-color: #c49f54;
margin-right: 2vw;
}
section.intro div.contactLine i {
font-size: 3vw;
/*30px*/
margin: 0.75vw;
color: #5c5c5c;
}
section.intro div.contactLine i:hover {
animation-name: linkAnimate2;
animation-duration: 0.5s;
color: #c49f54;
}
section.intro div.clubIntro {
font-family: "Noto Sans TC";
font-size: 2vw;
width: 62.5vw;
margin: 0 auto;
color: #999;
margin-top: 2vw;
letter-spacing: 1px;
line-height: 3.5vw;
}
section.intro div.clubIntro span.white {
color: white;
}
@media only screen and (max-width:768px) {
section.intro div.backgroundWords {
position: absolute;
width: 100%;
text-align: center;
color: #5d5b5b;
z-index: -1;
font-family: "Playfair Display";
margin-top: 1vw;
/*95px*/
font-size: 10vw;
/*135px*/
}
section.intro div.weIntro {
color: #c49f54;
font-family: "Amiri";
font-size: 6vw;
/*70px*/
font-weight: 900;
margin-left: 18.5vw;
/*150px*/
margin-top: 15vw;
/*190px*/
letter-spacing: 1px;
}
section.intro div.contactLine i {
font-size: 8vw;
/*30px*/
margin: 0.75vw;
color: #5c5c5c;
letter-spacing: 5px;
}
section.intro div.clubIntro {
font-family: "Noto Sans TC";
font-size: 5vw;
width: 65vw;
margin: 0 auto;
color: #999;
margin-top: 3vw;
letter-spacing: 2px;
line-height: 8vw;
}
}
/* iframe map */
section.map-iframe div.map {
margin-left: 19vw;
margin-bottom: 5vw;
}
section.map-iframe div.map iframe {
max-width: 75%;
border: 0;
}
/* iframe RWD */
@media only screen and (max-width:768px) {
section.map-iframe div.map {
position: relative;
padding-bottom: 75%;
margin-left: 19vw;
overflow: hidden;
}
section.map-iframe div.map iframe {
position: absolute;
top: 0;
left: 0;
width: 85%;
height: 75%;
border: 0;
}
}
/* scroll top button */
a.button {
position: fixed;
right: 20px;
bottom: 20px;
displasy: block;
width: 30px;
height: 30px;
text-align: center;
color: white;
text-decoration: none;
border: 3px solid;
border-radius: 25px;
z-index: 9999;
}
/* RWD scroll top button */
@media only screen and (max-width:768px) {
a.button {
z-index: 9999;
position: fixed;
right: 10px;
bottom: 5px;
display: block;
width: 30px;
height: 30px;
text-align: center;
color: white;
text-decoration: none;
border: 3px solid;
border-radius: 25px;
}
}
@keyframes linkAnimate {
from {
color: white;
}
to {
color: #c49f54;
}
}
@keyframes linkAnimate2 {
from {
color: #5c5c5c;
}
to {
color: #c49f54;
}
} | Page-Home/css/index.css | section.intro {
border-top: 1px solid #141414;
position: relative;
padding-bottom: 5vw;
}
section.intro div.backgroundWords {
position: absolute;
width: 100%;
text-align: center;
color: #5d5b5b;
z-index: -1;
font-family: "Playfair Display";
margin-top: 5vw;
/*95px*/
font-size: 10vw;
/*135px*/
}
section.intro div.weIntro {
color: #c49f54;
font-family: "Amiri";
font-size: 3.5vw;
/*70px*/
font-weight: 900;
margin-left: 18.5vw;
/*150px*/
margin-top: 18.5vw;
/*190px*/
letter-spacing: 1px;
}
section.intro div.contactLine {
margin-left: 18.5vw;
/*150px*/
margin-top: 1vw;
display: flex;
align-items: center;
margin-bottom: 5vw;
}
section.intro div.contactLine div.line {
width: 11vw;
height: 1px;
background-color: #c49f54;
margin-right: 2vw;
}
section.intro div.contactLine i {
font-size: 3vw;
/*30px*/
margin: 0.75vw;
color: #5c5c5c;
}
section.intro div.contactLine i:hover {
animation-name: linkAnimate2;
animation-duration: 0.5s;
color: #c49f54;
}
section.intro div.clubIntro {
font-family: "Noto Sans TC";
font-size: 2vw;
width: 62.5vw;
margin: 0 auto;
color: #999;
margin-top: 2vw;
letter-spacing: 1px;
line-height: 3.5vw;
}
section.intro div.clubIntro span.white {
color: white;
}
@media only screen and (max-width:768px) {
section.intro div.backgroundWords {
position: absolute;
width: 100%;
text-align: center;
color: #5d5b5b;
z-index: -1;
font-family: "Playfair Display";
margin-top: 1vw;
/*95px*/
font-size: 10vw;
/*135px*/
}
section.intro div.weIntro {
color: #c49f54;
font-family: "Amiri";
font-size: 6vw;
/*70px*/
font-weight: 900;
margin-left: 18.5vw;
/*150px*/
margin-top: 15vw;
/*190px*/
letter-spacing: 1px;
}
section.intro div.contactLine i {
font-size: 8vw;
/*30px*/
margin: 0.75vw;
color: #5c5c5c;
letter-spacing: 5px;
}
section.intro div.clubIntro {
font-family: "Noto Sans TC";
font-size: 5vw;
width: 65vw;
margin: 0 auto;
color: #999;
margin-top: 3vw;
letter-spacing: 2px;
line-height: 8vw;
}
}
/* iframe map */
section.map-iframe div.map {
margin-left: 19vw;
margin-bottom: 5vw;
}
section.map-iframe div.map iframe {
max-width: 75%;
border: 0;
}
/* iframe RWD */
@media only screen and (max-width:768px) {
section.map-iframe div.map {
position: relative;
padding-bottom: 75%;
margin-left: 19vw;
overflow: hidden;
}
section.map-iframe div.map iframe {
position: absolute;
top: 0;
left: 0;
width: 85%;
height: 75%;
border: 0;
}
}
/* scroll top button */
a.button {
position: fixed;
right: 20px;
bottom: 20px;
displasy: block;
width: 30px;
height: 30px;
text-align: center;
color: white;
text-decoration: none;
border: 3px solid;
border-radius: 25px;
z-index: 9999;
}
/* RWD scroll top button */
@media only screen and (max-width:768px) {
a.button {
z-index: 9999;
position: fixed;
right: 10px;
bottom: 5px;
display: block;
width: 30px;
height: 30px;
text-align: center;
color: white;
text-decoration: none;
border: 3px solid;
border-radius: 25px;
}
}
@keyframes linkAnimate {
from {
color: white;
}
to {
color: #c49f54;
}
}
@keyframes linkAnimate2 {
from {
color: #5c5c5c;
}
to {
color: #c49f54;
}
} | 0.473901 | 0.077903 |
@media screen and (max-width: 768px){
.form-subs{
width: 50%;
margin-left: 25%;
}
.right-cont > div{
margin-top: 10px;
}
.test2{
text-align: center;
}
.menu-tes{
width: 30%;
}
.row1 {
margin-left: 0px;
left: 0px;
}
.navs-1 {
margin-left: 30%;
}
.nextprev{
left: 40%;
}
.caption2{
left: -40px;
}
.kat-menu-item{
margin-left: 40px;
}
.border1{
border: 1px solid #f0f0f0;
}
.border2{
border: 1px solid #f0f0f0;
}
.border3{
border: 1px solid #f0f0f0;
}
.border4{
border: 1px solid #f0f0f0;
}
.border5{
border: 1px solid #f0f0f0;
}
.border6{
border: 1px solid #f0f0f0;
}
.border7{
border: 1px solid #f0f0f0;
}
.border8{
border: 1px solid #f0f0f0;
}
.border9{
border: 1px solid #f0f0f0;
}
.caption3{
display: block;
}
}
@media screen and (max-width: 600px){
.right-cont > div{
margin-top: 0px;
}
.logo-img{
padding-top: 10px;
}
.test2{
text-align: right !important;
}
.navs-1 {
margin-left: 25%;
}
.caption{
margin: 100px auto;
left: 0px;
}
/* .caption2{
margin: 150px auto;
left: -50px;
} */
.nextprev{
left: 35%;
}
.img-brand{
top: -25px;
}
.item-our{
margin-left: 25%;
}
.sale{
margin-left: 23%;
}
.caption2{
left: -10px;
}
.bestes{
left: 15%;
right: 20%;
}
/* .caption3{
left: 100px;
} */
.price-best{
font-size: 12pt;
}
.colm{
left: 0%;
}
.kanan-about{
margin: 10px auto;
}
}
@media screen and (max-width: 450px) {
.bestes{
left: 0;
}
/* .caption3{
left: 20%;
} */
.form-subs{
width: 80%;
margin-left: 10%;
}
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
.right-cont > div{
margin-top: 0px !important;
}
.right-cont > div > .icon{
font-size: 10pt !important;
padding: 0px;
}
.right-cont > div > i{
margin-right: 0px;
}
.logo-img{
margin-top: 10px;
}
.balon_chart{
font-size: 8pt;
width: 20px;
height: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.belanja{
font-size: 8pt;
}
.total-belanja{
font-size: 12pt;
}
.navs-1 {
margin-left: 10%;
}
.caption{
margin: 150px auto;
left: 0px;
}
.colm{
left: 8%;
}
.caption2{
margin: 130px auto;
left: -50px;
}
.img-brand{
top: -30px;
}
.item-our{
margin-left: 0%;
}
.sale{
margin-left: 0%;
}
.nextprev{
margin-left: 30%;
}
.bg-kasur{
height: 250px;
}
}
@media screen and (max-width: 375px) {
.bestes{
left: 0;
}
/* .caption3{
left: 25%;
} */
.login{
font-size: 8pt;
}
.daftar{
font-size: 8pt;
}
.right-cont > div > .icon{
font-size: 7pt !important;
padding: 0px;
}
.navs-1 {
margin-left: 0%;
}
.caption2{
margin: 130px auto;
left: -10px;
}
.nextprev{
left: 70px;
}
.tgl{
font-weight: bold;
font-size: 12pt;
}
.bln{
font-size: 8pt;
}
.kotak-tgl{
margin: 50px auto;
}
}
@media screen and (max-width: 320px) {
.nama-best{
font-size: 8pt;}
.price-best{
font-size: 10pt;
}
.login{
font-size: 8pt;
}
.daftar{
font-size: 8pt;
}
.user{
font-size: 7pt;
}
.edit{
font-size: 7pt;
}
.belanja{
font-size: 6pt;
}
.total-belanja{
font-size: 10pt;
}
.navs-1 > li > a{
font-size: 10pt;
padding: 10px !important;
}
.caption{
margin: 100px auto;
left: 0px;
}
.caption2{
margin: 130px auto;
left: -5px;
}
.colm{
left: 5%;
}
.item-our{
margin-left: -5%;
}
.sale{
margin-left: -5%;
}
.nextprev{
left: 50px;
}
.caption3{
font-size: 8px;
left: -20px;
}
.thumb3{
padding-top: 0px;
padding-bottom: 50px;
}
.price-best{
font-size: 8pt;
}
#cart1{
font-size: 8pt;
}
#cart2{
font-size: 8pt;
}
.strip{
font-size: 8pt;
}
} | dist/css/responsive.css | @media screen and (max-width: 768px){
.form-subs{
width: 50%;
margin-left: 25%;
}
.right-cont > div{
margin-top: 10px;
}
.test2{
text-align: center;
}
.menu-tes{
width: 30%;
}
.row1 {
margin-left: 0px;
left: 0px;
}
.navs-1 {
margin-left: 30%;
}
.nextprev{
left: 40%;
}
.caption2{
left: -40px;
}
.kat-menu-item{
margin-left: 40px;
}
.border1{
border: 1px solid #f0f0f0;
}
.border2{
border: 1px solid #f0f0f0;
}
.border3{
border: 1px solid #f0f0f0;
}
.border4{
border: 1px solid #f0f0f0;
}
.border5{
border: 1px solid #f0f0f0;
}
.border6{
border: 1px solid #f0f0f0;
}
.border7{
border: 1px solid #f0f0f0;
}
.border8{
border: 1px solid #f0f0f0;
}
.border9{
border: 1px solid #f0f0f0;
}
.caption3{
display: block;
}
}
@media screen and (max-width: 600px){
.right-cont > div{
margin-top: 0px;
}
.logo-img{
padding-top: 10px;
}
.test2{
text-align: right !important;
}
.navs-1 {
margin-left: 25%;
}
.caption{
margin: 100px auto;
left: 0px;
}
/* .caption2{
margin: 150px auto;
left: -50px;
} */
.nextprev{
left: 35%;
}
.img-brand{
top: -25px;
}
.item-our{
margin-left: 25%;
}
.sale{
margin-left: 23%;
}
.caption2{
left: -10px;
}
.bestes{
left: 15%;
right: 20%;
}
/* .caption3{
left: 100px;
} */
.price-best{
font-size: 12pt;
}
.colm{
left: 0%;
}
.kanan-about{
margin: 10px auto;
}
}
@media screen and (max-width: 450px) {
.bestes{
left: 0;
}
/* .caption3{
left: 20%;
} */
.form-subs{
width: 80%;
margin-left: 10%;
}
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
.right-cont > div{
margin-top: 0px !important;
}
.right-cont > div > .icon{
font-size: 10pt !important;
padding: 0px;
}
.right-cont > div > i{
margin-right: 0px;
}
.logo-img{
margin-top: 10px;
}
.balon_chart{
font-size: 8pt;
width: 20px;
height: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.belanja{
font-size: 8pt;
}
.total-belanja{
font-size: 12pt;
}
.navs-1 {
margin-left: 10%;
}
.caption{
margin: 150px auto;
left: 0px;
}
.colm{
left: 8%;
}
.caption2{
margin: 130px auto;
left: -50px;
}
.img-brand{
top: -30px;
}
.item-our{
margin-left: 0%;
}
.sale{
margin-left: 0%;
}
.nextprev{
margin-left: 30%;
}
.bg-kasur{
height: 250px;
}
}
@media screen and (max-width: 375px) {
.bestes{
left: 0;
}
/* .caption3{
left: 25%;
} */
.login{
font-size: 8pt;
}
.daftar{
font-size: 8pt;
}
.right-cont > div > .icon{
font-size: 7pt !important;
padding: 0px;
}
.navs-1 {
margin-left: 0%;
}
.caption2{
margin: 130px auto;
left: -10px;
}
.nextprev{
left: 70px;
}
.tgl{
font-weight: bold;
font-size: 12pt;
}
.bln{
font-size: 8pt;
}
.kotak-tgl{
margin: 50px auto;
}
}
@media screen and (max-width: 320px) {
.nama-best{
font-size: 8pt;}
.price-best{
font-size: 10pt;
}
.login{
font-size: 8pt;
}
.daftar{
font-size: 8pt;
}
.user{
font-size: 7pt;
}
.edit{
font-size: 7pt;
}
.belanja{
font-size: 6pt;
}
.total-belanja{
font-size: 10pt;
}
.navs-1 > li > a{
font-size: 10pt;
padding: 10px !important;
}
.caption{
margin: 100px auto;
left: 0px;
}
.caption2{
margin: 130px auto;
left: -5px;
}
.colm{
left: 5%;
}
.item-our{
margin-left: -5%;
}
.sale{
margin-left: -5%;
}
.nextprev{
left: 50px;
}
.caption3{
font-size: 8px;
left: -20px;
}
.thumb3{
padding-top: 0px;
padding-bottom: 50px;
}
.price-best{
font-size: 8pt;
}
#cart1{
font-size: 8pt;
}
#cart2{
font-size: 8pt;
}
.strip{
font-size: 8pt;
}
} | 0.212232 | 0.168823 |
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #000000;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #000000;
background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #0B6DAF;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #AAAAAA;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: default;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #AAAAAA;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
background-color: #ededf0;
color: #333333;
border-radius: 0 0 7px 7px;
margin-top: -1px;
min-width: 0;
}
.navbar-right .dropdown-menu li[data-selected=true] a,
.navbar-right .dropdown-menu li[data-selected=true] .n-a,
.navbar-right .dropdown-menu li.selected a,
.navbar-right .dropdown-menu li.selected .n-a {
background-color: #0B6DAF;
color: white;
}
.navbar-right .dropdown-menu li.disabled a:hover {
cursor: not-allowed;
}
.navbar-right .dropdown-menu li.disabled a:hover > span:not(.ng-item) {
border-bottom: 1px solid transparent;
}
.navbar-right .dropdown-menu li.disabled a span.active:before {
border-bottom: 1px solid transparent;
}
.navbar-right .dropdown-menu li a,
.navbar-right .dropdown-menu li .n-a {
display: block;
padding: 3px 20px 3px 11px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
height: 27px;
border-bottom: 1px solid transparent;
background-color: #ededf0;
color: #1B1B1B;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}
.navbar-right .dropdown-menu li a > span > span,
.navbar-right .dropdown-menu li .n-a > span > span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.navbar-right .dropdown-menu li a:hover,
.navbar-right .dropdown-menu li .n-a:hover,
.navbar-right .dropdown-menu li a:focus,
.navbar-right .dropdown-menu li .n-a:focus {
background-image: none;
/**in splited version,without this it'd become abnormal when it's hoved **/
background-color: #ffffff;
color: #000000;
outline: none;
}
.navbar-right .dropdown-menu li a:hover > span,
.navbar-right .dropdown-menu li .n-a:hover > span,
.navbar-right .dropdown-menu li a:focus > span,
.navbar-right .dropdown-menu li .n-a:focus > span {
border-bottom: 1px solid #124191;
}
.navbar-right .dropdown-menu li a:hover > span > span,
.navbar-right .dropdown-menu li .n-a:hover > span > span,
.navbar-right .dropdown-menu li a:focus > span > span,
.navbar-right .dropdown-menu li .n-a:focus > span > span {
border-bottom: 1px solid #124191;
}
.navbar-right .dropdown-menu li a[disabled],
.navbar-right .dropdown-menu li .n-a[disabled] {
color: #AAAAAA;
}
.navbar-right .dropdown-menu li a span.active:before,
.navbar-right .dropdown-menu li .n-a span.active:before {
position: absolute;
width: calc(100% - 31px);
height: 1px;
content: "";
/* top: -10px; */
bottom: 4px;
border-bottom: 1px solid #124191;
}
.navbar-right .dropdown-menu .tooltip {
width: 200px;
position: fixed;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
.btn-group .btn:first-child {
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
}
.dropdown-toggle {
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffebebeb', GradientType=0);
color: #1B1B1B;
border: 1px solid #B2B2B2;
text-shadow: 0px 1px 0px #fff;
box-shadow: 0px 1px 3px 0 #b2b2b2, inset 0 1px 0 0 #ffffff;
-webkit-transition: none;
-o-transition: none;
transition: none;
outline: none !important;
border-radius: 7px;
}
.dropdown-toggle span.selected-label {
border-right: 1px solid #B2B2B2;
padding: 0;
height: 100%;
}
.dropdown-toggle span.caret {
margin: 0 0 0 8px;
border-top: 5px solid;
color: #666666;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) {
border-color: #00A1CC;
box-shadow: 0px 1px 3px 0px #AAAAAA, inset 0px 0px 0px 1px #66dfff;
background-image: linear-gradient(to bottom, #f9f9f9 0, #ebebeb 100%);
color: #1B1B1B;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) .selected-caret {
border-left: 1px solid #00A1CC;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) .selected-caret span.caret {
color: #666666;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) span.selected-caret {
border-left: 1px solid #00A1CC;
box-shadow: -1px 0 0 0 #ffffff;
height: 99.5%;
}
.dropdown-toggle:hover:not(:disabled) span.selected-label {
border-color: #00A1CC;
}
.dropdown-toggle:hover:not(:disabled) span.selected-caret {
border-color: #00A1CC;
}
.dropdown-toggle:hover:not(:disabled) span.caret {
color: #666666;
}
.dropdown-toggle:hover:not(:disabled) span.selected-caret {
color: #666666;
}
.dropdown-toggle:hover:disabled span.selected-caret {
border-color: #B2B2B2;
}
.dropdown-toggle:hover span.selected-label {
border-color: #1B1B1B;
}
.dropdown-toggle:hover span.caret {
color: #ffffff;
}
.dropdown-toggle:hover:disabled span.caret {
color: #AAAAAA;
}
.dropdown-toggle:focus {
border-bottom: 1px solid #323232;
}
.dropdown-toggle:focus span.selected-label {
border-color: #1B1B1B;
}
.dropdown-toggle:focus span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.dropdown-toggle:focus span.caret {
color: #ffffff;
}
.dropdown-toggle:focus span.selected-caret {
color: #ffffff;
}
.dropdown-toggle:active {
border: 1px solid #B2B2B2;
}
.dropdown-toggle:active span.selected-label {
border-color: #B2B2B2;
}
.dropdown-toggle:active span.selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.dropdown-toggle:active span.caret {
color: #666666;
}
.dropdown-toggle:active span.selected-caret {
color: #666666;
}
.dropdown-toggle:disabled span.caret {
color: #AAAAAA;
}
.dropdown-toggle:active:disabled span.selected-caret {
border-color: #CCCCCC;
box-shadow: none;
}
.dropdown-toggle[aria-expanded=true] {
background-image: -webkit-linear-gradient(top, #cbcbcb 0%, #e0e0e0 100%) !important;
background-image: -o-linear-gradient(top, #cbcbcb 0%, #e0e0e0 100%) !important;
background-image: linear-gradient(to bottom, #cbcbcb 0%, #e0e0e0 100%) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcbcbcb', endColorstr='#ffe0e0e0', GradientType=0) !important;
border-radius: 7px 7px 0 0 !important;
text-shadow: none !important;
color: #1B1B1B !important;
border: 1px solid #adadad !important;
box-shadow: none !important;
}
.dropdown-toggle[aria-expanded=true] span.selected-label {
border-color: #B2B2B2 !important;
}
.dropdown-toggle[aria-expanded=true] span.selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.dropdown-toggle[aria-expanded=true] span.caret {
color: #666666 !important;
}
.dropdown-toggle[aria-expanded=true] span.selected-caret {
color: #666666 !important;
}
.selectlist-resize {
width: 100%;
margin: 0 0 1px 0;
}
.selectlist-resize .btn {
width: 100%;
}
.selectlist-resize .dropdown-menu {
width: 100%;
}
.selectlist-resize .dropdown-toggle:focus .selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-resize .dropdown-toggle:focus[aria-expanded=true] .selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.selectlist-resize .dropdown-toggle:hover:disabled .selected-caret {
border-left: 1px solid #B2B2B2;
box-shadow: none;
}
.selectlist-resize .dropdown-toggle:hover .selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-resize .dropdown-toggle:hover[aria-expanded=true] .selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.selectlist-resize .dropdown-toggle:active .selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.selectlist-resize .dropdown-toggle .selected-label {
float: left;
border-right: none;
}
.selectlist-resize .dropdown-toggle .selected-caret {
float: right;
border-left: 1px solid #B2B2B2;
}
.selectlist-resize .dropdown-toggle .selected-caret .caret {
float: right;
margin-top: 13px;
margin-left: 10px;
margin-bottom: 12px;
}
.selectlist-small .dropdown-toggle span.caret {
margin: 0 0 0 6px;
}
.dropdown-menu,
.dropdown-menu-right {
background-color: #ededf0;
color: #333333;
border-radius: 0 0 7px 7px;
margin-top: -1px;
min-width: 0;
}
.dropdown-menu li[data-selected=true] a,
.dropdown-menu-right li[data-selected=true] a,
.dropdown-menu li[data-selected=true] .n-a,
.dropdown-menu-right li[data-selected=true] .n-a,
.dropdown-menu li.selected a,
.dropdown-menu-right li.selected a,
.dropdown-menu li.selected .n-a,
.dropdown-menu-right li.selected .n-a {
background-color: #0B6DAF;
color: white;
}
.dropdown-menu li.disabled a:hover,
.dropdown-menu-right li.disabled a:hover {
cursor: not-allowed;
}
.dropdown-menu li.disabled a:hover > span:not(.ng-item),
.dropdown-menu-right li.disabled a:hover > span:not(.ng-item) {
border-bottom: 1px solid transparent;
}
.dropdown-menu li.disabled a span.active:before,
.dropdown-menu-right li.disabled a span.active:before {
border-bottom: 1px solid transparent;
}
.dropdown-menu li a,
.dropdown-menu-right li a,
.dropdown-menu li .n-a,
.dropdown-menu-right li .n-a {
display: block;
padding: 3px 20px 3px 11px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
height: 27px;
border-bottom: 1px solid transparent;
background-color: #ededf0;
color: #1B1B1B;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}
.dropdown-menu li a > span > span,
.dropdown-menu-right li a > span > span,
.dropdown-menu li .n-a > span > span,
.dropdown-menu-right li .n-a > span > span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.dropdown-menu li a:hover,
.dropdown-menu-right li a:hover,
.dropdown-menu li .n-a:hover,
.dropdown-menu-right li .n-a:hover,
.dropdown-menu li a:focus,
.dropdown-menu-right li a:focus,
.dropdown-menu li .n-a:focus,
.dropdown-menu-right li .n-a:focus {
background-image: none;
/**in splited version,without this it'd become abnormal when it's hoved **/
background-color: #ffffff;
color: #000000;
outline: none;
}
.dropdown-menu li a:hover > span,
.dropdown-menu-right li a:hover > span,
.dropdown-menu li .n-a:hover > span,
.dropdown-menu-right li .n-a:hover > span,
.dropdown-menu li a:focus > span,
.dropdown-menu-right li a:focus > span,
.dropdown-menu li .n-a:focus > span,
.dropdown-menu-right li .n-a:focus > span {
border-bottom: 1px solid #124191;
}
.dropdown-menu li a:hover > span > span,
.dropdown-menu-right li a:hover > span > span,
.dropdown-menu li .n-a:hover > span > span,
.dropdown-menu-right li .n-a:hover > span > span,
.dropdown-menu li a:focus > span > span,
.dropdown-menu-right li a:focus > span > span,
.dropdown-menu li .n-a:focus > span > span,
.dropdown-menu-right li .n-a:focus > span > span {
border-bottom: 1px solid #124191;
}
.dropdown-menu li a[disabled],
.dropdown-menu-right li a[disabled],
.dropdown-menu li .n-a[disabled],
.dropdown-menu-right li .n-a[disabled] {
color: #AAAAAA;
}
.dropdown-menu li a span.active:before,
.dropdown-menu-right li a span.active:before,
.dropdown-menu li .n-a span.active:before,
.dropdown-menu-right li .n-a span.active:before {
position: absolute;
width: calc(100% - 31px);
height: 1px;
content: "";
/* top: -10px; */
bottom: 4px;
border-bottom: 1px solid #124191;
}
.dropdown-menu .tooltip,
.dropdown-menu-right .tooltip {
width: 200px;
position: fixed;
}
.n-dropdown-menu-scroll {
height: 150px;
}
.n-dropdown-menu-scroll li > a {
display: block;
padding: 3px 12px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #000000;
white-space: nowrap;
}
.n-dropdown-menu-scroll li > a:hover,
.n-dropdown-menu-scroll li > a:focus {
text-decoration: none;
color: #000000;
background-color: #ffffff;
}
.n-dropdown-menu-scroll > .mCustomScrollBox {
padding: 0;
border-radius: 0;
background-color: transparent;
}
.n-dropdown-menu-scroll > .mCustomScrollBox > .mCSB_container {
margin-right: 0;
}
.selectlist .dropdown-menu {
min-width: 100%;
}
.dropdown-menu.n-dropdown-menu-scroll {
padding: 3px 0;
overflow: hidden;
}
.dropdown-menu.n-dropdown-menu-scroll .mCSB_scrollTools {
top: 0px;
bottom: 0px;
}
.selectlist .dropdown-toggle {
padding-top: 0;
padding-bottom: 0;
width: 100%;
display: inline-block;
}
.selectlist .dropdown-toggle .selected-caret {
float: right;
border-left: 1px solid #B2B2B2;
}
.selectlist .dropdown-toggle .selected-caret .caret {
float: right;
margin-top: 13px;
margin-left: 12px;
margin-bottom: 12px;
height: 5px;
}
.selectlist-resize .dropdown-toggle {
display: inline-block;
}
.selectlist-small .dropdown-toggle {
display: inline-block;
}
.selectlist .dropdown-toggle > .selected-label {
height: 30px;
line-height: 30px;
display: inline-block;
float: left;
border-right: none;
width: calc(100% - 30px);
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.selectlist-small .dropdown-toggle {
border-radius: 6px;
font-size: 12px;
padding-left: 11px;
padding-right: 10px;
}
.selectlist-small .dropdown-toggle span.selected-label {
height: 24px;
line-height: 24px;
padding: 0 10px 0 0;
}
.selectlist-small .dropdown-toggle[aria-expanded=true] {
border-radius: 6px 6px 0 0;
}
.selectlist-small .dropdown-menu {
border-radius: 0 0 6px 6px;
font-size: 12px;
}
.selectlist-small .dropdown-menu > li > a {
padding-top: 6px;
}
.selectlist-small .dropdown-toggle .caret {
margin: 0 0 0 6px;
}
.selectlist-small .dropdown-toggle .selected-caret .caret {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 9px;
}
.selectlist-dark .dropdown-toggle {
background-image: -webkit-linear-gradient(top, #6e6e6e 0%, #2c2c2c 100%);
background-image: -o-linear-gradient(top, #6e6e6e 0%, #2c2c2c 100%);
background-image: linear-gradient(to bottom, #6e6e6e 0%, #2c2c2c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff2c2c2c', GradientType=0);
color: white;
text-shadow: none;
box-shadow: 0 1px 3px 0 #a6a6a6 !important;
}
.selectlist-dark .dropdown-toggle span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle span.caret {
color: #ffffff;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true] {
background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%) !important;
background-image: -o-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%) !important;
background-image: linear-gradient(to bottom, #2c2c2c 0%, #6e6e6e 100%) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff6e6e6e', GradientType=0) !important;
color: #ffffff !important;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true] .selected-label {
border-color: #1B1B1B !important;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true]:hover span.selected-caret,
.selectlist-dark .dropdown-toggle[aria-expanded=true] span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true]:focus span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true] span.caret {
color: #ffffff !important;
}
.selectlist-dark .dropdown-toggle:hover:not(:focus) {
background-image: -webkit-linear-gradient(top, #2794cc 0%, #092454 100%);
background-image: -o-linear-gradient(top, #2794cc 0%, #092454 100%);
background-image: linear-gradient(to bottom, #2794cc 0%, #092454 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2794cc', endColorstr='#ff092454', GradientType=0);
color: #ffffff;
text-shadow: none;
}
.selectlist-dark .dropdown-toggle:hover:not(:focus):not(:disabled):not([aria-expanded=true]) span.selected-caret {
border-color: #00A1CC;
box-shadow: none;
}
.selectlist-dark .dropdown-toggle:hover:not(:focus) span.caret {
color: #ffffff;
}
.selectlist-dark .dropdown-toggle:hover {
background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%);
background-image: -o-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%);
background-image: linear-gradient(to bottom, #2c2c2c 0%, #6e6e6e 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff6e6e6e', GradientType=0);
color: #ffffff;
text-shadow: none;
}
.selectlist-dark .dropdown-toggle:hover .selected-label {
border-color: #1B1B1B;
}
.selectlist-dark .dropdown-toggle:active {
background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #565656 100%);
background-image: -o-linear-gradient(top, #2c2c2c 0%, #565656 100%);
background-image: linear-gradient(to bottom, #2c2c2c 0%, #565656 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff565656', GradientType=0);
color: #ffffff;
border-left: 1px dotted #323232;
border-right: 1px dotted #323232;
border-color: #333333;
text-shadow: 0px -1px 0px #1a1a1a;
box-shadow: none;
}
.selectlist-dark .dropdown-toggle:active .selected-label {
border-color: #1B1B1B;
}
.selectlist-dark .dropdown-toggle:active span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle[disabled] {
color: #fcfcfc !important;
border: 1px solid #6e6e6e !important;
background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #6e6e6e 100%) !important;
background-image: -o-linear-gradient(top, #AAAAAA 0%, #6e6e6e 100%) !important;
background-image: linear-gradient(to bottom, #AAAAAA 0%, #6e6e6e 100%) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff6e6e6e', GradientType=0) !important;
}
.selectlist-dark .dropdown-toggle[disabled] .selected-caret {
border-color: #6e6e6e !important;
box-shadow: none;
}
.selectlist-dark .dropdown-toggle[disabled] .selected-caret .caret {
color: #ebebeb !important;
}
.selectlist-dark .dropdown-toggle[disabled]:hover .selected-caret {
border-color: #6e6e6e !important;
}
.selectlist-dark .dropdown-menu {
background-color: #302f30;
color: #ffffff;
margin-top: -2px;
}
.selectlist-dark .dropdown-menu li[data-selected=true] > a,
.selectlist-dark .dropdown-menu li[data-selected=true] > .n-a {
background-color: #0B6DAF;
color: white;
}
.selectlist-dark .dropdown-menu li > a,
.selectlist-dark .dropdown-menu li > .n-a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
background-color: #302f30;
color: #ffffff;
}
.selectlist-dark .dropdown-menu li > a:hover,
.selectlist-dark .dropdown-menu li > .n-a:hover,
.selectlist-dark .dropdown-menu li > a:focus,
.selectlist-dark .dropdown-menu li > .n-a:focus {
background-color: #535a62 !important;
color: #ffffff;
}
.selectlist-dark .dropdown-menu li > a:hover > span:not(.ng-item),
.selectlist-dark .dropdown-menu li > .n-a:hover > span:not(.ng-item),
.selectlist-dark .dropdown-menu li > a:focus > span:not(.ng-item),
.selectlist-dark .dropdown-menu li > .n-a:focus > span:not(.ng-item) {
border-bottom: 1px solid white;
}
.selectlist-dark .dropdown-menu li > a:hover > span > span,
.selectlist-dark .dropdown-menu li > .n-a:hover > span > span,
.selectlist-dark .dropdown-menu li > a:focus > span > span,
.selectlist-dark .dropdown-menu li > .n-a:focus > span > span {
border-bottom: 1px solid white;
}
.selectlist-dark .dropdown-menu li > a[disabled],
.selectlist-dark .dropdown-menu li > .n-a[disabled] {
color: #AAAAAA;
background-color: #6e6e6e;
}
.selectlist-indicated > .form-control-feedback {
line-height: 28px;
right: 32px;
text-align: right;
}
.btn-group.selectlist.disabled {
outline: none !important;
color: #AAAAAA;
}
.btn-group.selectlist.disabled span.selected-label {
border-right: 1px solid 1px solid #cdcdcd;
}
.btn-group.selectlist.disabled span.caret {
color: #AAAAAA;
}
.btn-group.selectlist.disabled:hover span.selected-label {
border-color: #b2b2b2;
}
.btn-group.selectlist.disabled:hover span.selected-caret {
border-color: #b2b2b2;
}
.selectlist-multiple .dropdown-toggle .selected-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.selectlist-multiple .dropdown-toggle .selected-label span:nth-child(2) {
float: left;
}
.selectlist-multiple .dropdown-toggle .selected-label span:nth-child(3) {
float: left;
}
.selectlist-multiple .dropdown-menu li > a {
padding-right: 0;
}
.selectlist-multiple .dropdown-menu li > a:hover > span,
.selectlist-multiple .dropdown-menu li > a:focus > span {
border-bottom: 0;
}
.selectlist-multiple .dropdown-menu li > a:hover > span > label,
.selectlist-multiple .dropdown-menu li > a:focus > span > label {
width: 100%;
}
.selectlist-multiple .dropdown-menu li > a:hover > span > label > span,
.selectlist-multiple .dropdown-menu li > a:focus > span > label > span {
border-bottom: 1px solid #124191;
}
.selectlist-multiple .dropdown-menu li[data-selected=true] > a {
color: inherit;
background-color: inherit;
}
.selectlist-multiple .dropdown-menu li[data-selected=true] > a:focus,
.selectlist-multiple .dropdown-menu li[data-selected=true] > a:hover {
color: black;
background-color: #ffffff;
outline: none;
}
.selectlist-multiple .dropdown-menu .checkbox {
padding-top: 0;
}
.selectlist-multiple .dropdown-menu .checkbox input[type=checkbox]:hover + label:before {
border: 1px solid #b2b2b2;
box-shadow: 0 1px 3px 0 #b2b2b2;
}
span.n-small-caret {
margin: 0 0 0 6px;
}
@media print {
.dropdown-toggle {
background-color: #d3d3d3 !important;
}
}
.dropdown-menu > .active > a:focus > span,
.dropdown-menu > .active > a:hover > span {
border-bottom: 1px solid #ffffff !important;
} | src/main/webapp/wulflib/wulffulldist/wulfdist_non_minified/css/wulf.dropdowns.css | * WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #000000;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #000000;
background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #0B6DAF;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #AAAAAA;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: default;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #AAAAAA;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
background-color: #ededf0;
color: #333333;
border-radius: 0 0 7px 7px;
margin-top: -1px;
min-width: 0;
}
.navbar-right .dropdown-menu li[data-selected=true] a,
.navbar-right .dropdown-menu li[data-selected=true] .n-a,
.navbar-right .dropdown-menu li.selected a,
.navbar-right .dropdown-menu li.selected .n-a {
background-color: #0B6DAF;
color: white;
}
.navbar-right .dropdown-menu li.disabled a:hover {
cursor: not-allowed;
}
.navbar-right .dropdown-menu li.disabled a:hover > span:not(.ng-item) {
border-bottom: 1px solid transparent;
}
.navbar-right .dropdown-menu li.disabled a span.active:before {
border-bottom: 1px solid transparent;
}
.navbar-right .dropdown-menu li a,
.navbar-right .dropdown-menu li .n-a {
display: block;
padding: 3px 20px 3px 11px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
height: 27px;
border-bottom: 1px solid transparent;
background-color: #ededf0;
color: #1B1B1B;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}
.navbar-right .dropdown-menu li a > span > span,
.navbar-right .dropdown-menu li .n-a > span > span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.navbar-right .dropdown-menu li a:hover,
.navbar-right .dropdown-menu li .n-a:hover,
.navbar-right .dropdown-menu li a:focus,
.navbar-right .dropdown-menu li .n-a:focus {
background-image: none;
/**in splited version,without this it'd become abnormal when it's hoved **/
background-color: #ffffff;
color: #000000;
outline: none;
}
.navbar-right .dropdown-menu li a:hover > span,
.navbar-right .dropdown-menu li .n-a:hover > span,
.navbar-right .dropdown-menu li a:focus > span,
.navbar-right .dropdown-menu li .n-a:focus > span {
border-bottom: 1px solid #124191;
}
.navbar-right .dropdown-menu li a:hover > span > span,
.navbar-right .dropdown-menu li .n-a:hover > span > span,
.navbar-right .dropdown-menu li a:focus > span > span,
.navbar-right .dropdown-menu li .n-a:focus > span > span {
border-bottom: 1px solid #124191;
}
.navbar-right .dropdown-menu li a[disabled],
.navbar-right .dropdown-menu li .n-a[disabled] {
color: #AAAAAA;
}
.navbar-right .dropdown-menu li a span.active:before,
.navbar-right .dropdown-menu li .n-a span.active:before {
position: absolute;
width: calc(100% - 31px);
height: 1px;
content: "";
/* top: -10px; */
bottom: 4px;
border-bottom: 1px solid #124191;
}
.navbar-right .dropdown-menu .tooltip {
width: 200px;
position: fixed;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
.btn-group .btn:first-child {
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
}
.dropdown-toggle {
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffebebeb', GradientType=0);
color: #1B1B1B;
border: 1px solid #B2B2B2;
text-shadow: 0px 1px 0px #fff;
box-shadow: 0px 1px 3px 0 #b2b2b2, inset 0 1px 0 0 #ffffff;
-webkit-transition: none;
-o-transition: none;
transition: none;
outline: none !important;
border-radius: 7px;
}
.dropdown-toggle span.selected-label {
border-right: 1px solid #B2B2B2;
padding: 0;
height: 100%;
}
.dropdown-toggle span.caret {
margin: 0 0 0 8px;
border-top: 5px solid;
color: #666666;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) {
border-color: #00A1CC;
box-shadow: 0px 1px 3px 0px #AAAAAA, inset 0px 0px 0px 1px #66dfff;
background-image: linear-gradient(to bottom, #f9f9f9 0, #ebebeb 100%);
color: #1B1B1B;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) .selected-caret {
border-left: 1px solid #00A1CC;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) .selected-caret span.caret {
color: #666666;
}
.dropdown-toggle:hover:not(:disabled):not([aria-expanded=true]) span.selected-caret {
border-left: 1px solid #00A1CC;
box-shadow: -1px 0 0 0 #ffffff;
height: 99.5%;
}
.dropdown-toggle:hover:not(:disabled) span.selected-label {
border-color: #00A1CC;
}
.dropdown-toggle:hover:not(:disabled) span.selected-caret {
border-color: #00A1CC;
}
.dropdown-toggle:hover:not(:disabled) span.caret {
color: #666666;
}
.dropdown-toggle:hover:not(:disabled) span.selected-caret {
color: #666666;
}
.dropdown-toggle:hover:disabled span.selected-caret {
border-color: #B2B2B2;
}
.dropdown-toggle:hover span.selected-label {
border-color: #1B1B1B;
}
.dropdown-toggle:hover span.caret {
color: #ffffff;
}
.dropdown-toggle:hover:disabled span.caret {
color: #AAAAAA;
}
.dropdown-toggle:focus {
border-bottom: 1px solid #323232;
}
.dropdown-toggle:focus span.selected-label {
border-color: #1B1B1B;
}
.dropdown-toggle:focus span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.dropdown-toggle:focus span.caret {
color: #ffffff;
}
.dropdown-toggle:focus span.selected-caret {
color: #ffffff;
}
.dropdown-toggle:active {
border: 1px solid #B2B2B2;
}
.dropdown-toggle:active span.selected-label {
border-color: #B2B2B2;
}
.dropdown-toggle:active span.selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.dropdown-toggle:active span.caret {
color: #666666;
}
.dropdown-toggle:active span.selected-caret {
color: #666666;
}
.dropdown-toggle:disabled span.caret {
color: #AAAAAA;
}
.dropdown-toggle:active:disabled span.selected-caret {
border-color: #CCCCCC;
box-shadow: none;
}
.dropdown-toggle[aria-expanded=true] {
background-image: -webkit-linear-gradient(top, #cbcbcb 0%, #e0e0e0 100%) !important;
background-image: -o-linear-gradient(top, #cbcbcb 0%, #e0e0e0 100%) !important;
background-image: linear-gradient(to bottom, #cbcbcb 0%, #e0e0e0 100%) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcbcbcb', endColorstr='#ffe0e0e0', GradientType=0) !important;
border-radius: 7px 7px 0 0 !important;
text-shadow: none !important;
color: #1B1B1B !important;
border: 1px solid #adadad !important;
box-shadow: none !important;
}
.dropdown-toggle[aria-expanded=true] span.selected-label {
border-color: #B2B2B2 !important;
}
.dropdown-toggle[aria-expanded=true] span.selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.dropdown-toggle[aria-expanded=true] span.caret {
color: #666666 !important;
}
.dropdown-toggle[aria-expanded=true] span.selected-caret {
color: #666666 !important;
}
.selectlist-resize {
width: 100%;
margin: 0 0 1px 0;
}
.selectlist-resize .btn {
width: 100%;
}
.selectlist-resize .dropdown-menu {
width: 100%;
}
.selectlist-resize .dropdown-toggle:focus .selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-resize .dropdown-toggle:focus[aria-expanded=true] .selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.selectlist-resize .dropdown-toggle:hover:disabled .selected-caret {
border-left: 1px solid #B2B2B2;
box-shadow: none;
}
.selectlist-resize .dropdown-toggle:hover .selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-resize .dropdown-toggle:hover[aria-expanded=true] .selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.selectlist-resize .dropdown-toggle:active .selected-caret {
border-left: 1px solid #ffffff;
box-shadow: -1px 0 0 0 #B2B2B2;
}
.selectlist-resize .dropdown-toggle .selected-label {
float: left;
border-right: none;
}
.selectlist-resize .dropdown-toggle .selected-caret {
float: right;
border-left: 1px solid #B2B2B2;
}
.selectlist-resize .dropdown-toggle .selected-caret .caret {
float: right;
margin-top: 13px;
margin-left: 10px;
margin-bottom: 12px;
}
.selectlist-small .dropdown-toggle span.caret {
margin: 0 0 0 6px;
}
.dropdown-menu,
.dropdown-menu-right {
background-color: #ededf0;
color: #333333;
border-radius: 0 0 7px 7px;
margin-top: -1px;
min-width: 0;
}
.dropdown-menu li[data-selected=true] a,
.dropdown-menu-right li[data-selected=true] a,
.dropdown-menu li[data-selected=true] .n-a,
.dropdown-menu-right li[data-selected=true] .n-a,
.dropdown-menu li.selected a,
.dropdown-menu-right li.selected a,
.dropdown-menu li.selected .n-a,
.dropdown-menu-right li.selected .n-a {
background-color: #0B6DAF;
color: white;
}
.dropdown-menu li.disabled a:hover,
.dropdown-menu-right li.disabled a:hover {
cursor: not-allowed;
}
.dropdown-menu li.disabled a:hover > span:not(.ng-item),
.dropdown-menu-right li.disabled a:hover > span:not(.ng-item) {
border-bottom: 1px solid transparent;
}
.dropdown-menu li.disabled a span.active:before,
.dropdown-menu-right li.disabled a span.active:before {
border-bottom: 1px solid transparent;
}
.dropdown-menu li a,
.dropdown-menu-right li a,
.dropdown-menu li .n-a,
.dropdown-menu-right li .n-a {
display: block;
padding: 3px 20px 3px 11px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
height: 27px;
border-bottom: 1px solid transparent;
background-color: #ededf0;
color: #1B1B1B;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}
.dropdown-menu li a > span > span,
.dropdown-menu-right li a > span > span,
.dropdown-menu li .n-a > span > span,
.dropdown-menu-right li .n-a > span > span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.dropdown-menu li a:hover,
.dropdown-menu-right li a:hover,
.dropdown-menu li .n-a:hover,
.dropdown-menu-right li .n-a:hover,
.dropdown-menu li a:focus,
.dropdown-menu-right li a:focus,
.dropdown-menu li .n-a:focus,
.dropdown-menu-right li .n-a:focus {
background-image: none;
/**in splited version,without this it'd become abnormal when it's hoved **/
background-color: #ffffff;
color: #000000;
outline: none;
}
.dropdown-menu li a:hover > span,
.dropdown-menu-right li a:hover > span,
.dropdown-menu li .n-a:hover > span,
.dropdown-menu-right li .n-a:hover > span,
.dropdown-menu li a:focus > span,
.dropdown-menu-right li a:focus > span,
.dropdown-menu li .n-a:focus > span,
.dropdown-menu-right li .n-a:focus > span {
border-bottom: 1px solid #124191;
}
.dropdown-menu li a:hover > span > span,
.dropdown-menu-right li a:hover > span > span,
.dropdown-menu li .n-a:hover > span > span,
.dropdown-menu-right li .n-a:hover > span > span,
.dropdown-menu li a:focus > span > span,
.dropdown-menu-right li a:focus > span > span,
.dropdown-menu li .n-a:focus > span > span,
.dropdown-menu-right li .n-a:focus > span > span {
border-bottom: 1px solid #124191;
}
.dropdown-menu li a[disabled],
.dropdown-menu-right li a[disabled],
.dropdown-menu li .n-a[disabled],
.dropdown-menu-right li .n-a[disabled] {
color: #AAAAAA;
}
.dropdown-menu li a span.active:before,
.dropdown-menu-right li a span.active:before,
.dropdown-menu li .n-a span.active:before,
.dropdown-menu-right li .n-a span.active:before {
position: absolute;
width: calc(100% - 31px);
height: 1px;
content: "";
/* top: -10px; */
bottom: 4px;
border-bottom: 1px solid #124191;
}
.dropdown-menu .tooltip,
.dropdown-menu-right .tooltip {
width: 200px;
position: fixed;
}
.n-dropdown-menu-scroll {
height: 150px;
}
.n-dropdown-menu-scroll li > a {
display: block;
padding: 3px 12px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #000000;
white-space: nowrap;
}
.n-dropdown-menu-scroll li > a:hover,
.n-dropdown-menu-scroll li > a:focus {
text-decoration: none;
color: #000000;
background-color: #ffffff;
}
.n-dropdown-menu-scroll > .mCustomScrollBox {
padding: 0;
border-radius: 0;
background-color: transparent;
}
.n-dropdown-menu-scroll > .mCustomScrollBox > .mCSB_container {
margin-right: 0;
}
.selectlist .dropdown-menu {
min-width: 100%;
}
.dropdown-menu.n-dropdown-menu-scroll {
padding: 3px 0;
overflow: hidden;
}
.dropdown-menu.n-dropdown-menu-scroll .mCSB_scrollTools {
top: 0px;
bottom: 0px;
}
.selectlist .dropdown-toggle {
padding-top: 0;
padding-bottom: 0;
width: 100%;
display: inline-block;
}
.selectlist .dropdown-toggle .selected-caret {
float: right;
border-left: 1px solid #B2B2B2;
}
.selectlist .dropdown-toggle .selected-caret .caret {
float: right;
margin-top: 13px;
margin-left: 12px;
margin-bottom: 12px;
height: 5px;
}
.selectlist-resize .dropdown-toggle {
display: inline-block;
}
.selectlist-small .dropdown-toggle {
display: inline-block;
}
.selectlist .dropdown-toggle > .selected-label {
height: 30px;
line-height: 30px;
display: inline-block;
float: left;
border-right: none;
width: calc(100% - 30px);
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.selectlist-small .dropdown-toggle {
border-radius: 6px;
font-size: 12px;
padding-left: 11px;
padding-right: 10px;
}
.selectlist-small .dropdown-toggle span.selected-label {
height: 24px;
line-height: 24px;
padding: 0 10px 0 0;
}
.selectlist-small .dropdown-toggle[aria-expanded=true] {
border-radius: 6px 6px 0 0;
}
.selectlist-small .dropdown-menu {
border-radius: 0 0 6px 6px;
font-size: 12px;
}
.selectlist-small .dropdown-menu > li > a {
padding-top: 6px;
}
.selectlist-small .dropdown-toggle .caret {
margin: 0 0 0 6px;
}
.selectlist-small .dropdown-toggle .selected-caret .caret {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 9px;
}
.selectlist-dark .dropdown-toggle {
background-image: -webkit-linear-gradient(top, #6e6e6e 0%, #2c2c2c 100%);
background-image: -o-linear-gradient(top, #6e6e6e 0%, #2c2c2c 100%);
background-image: linear-gradient(to bottom, #6e6e6e 0%, #2c2c2c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff2c2c2c', GradientType=0);
color: white;
text-shadow: none;
box-shadow: 0 1px 3px 0 #a6a6a6 !important;
}
.selectlist-dark .dropdown-toggle span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle span.caret {
color: #ffffff;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true] {
background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%) !important;
background-image: -o-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%) !important;
background-image: linear-gradient(to bottom, #2c2c2c 0%, #6e6e6e 100%) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff6e6e6e', GradientType=0) !important;
color: #ffffff !important;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true] .selected-label {
border-color: #1B1B1B !important;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true]:hover span.selected-caret,
.selectlist-dark .dropdown-toggle[aria-expanded=true] span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true]:focus span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle[aria-expanded=true] span.caret {
color: #ffffff !important;
}
.selectlist-dark .dropdown-toggle:hover:not(:focus) {
background-image: -webkit-linear-gradient(top, #2794cc 0%, #092454 100%);
background-image: -o-linear-gradient(top, #2794cc 0%, #092454 100%);
background-image: linear-gradient(to bottom, #2794cc 0%, #092454 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2794cc', endColorstr='#ff092454', GradientType=0);
color: #ffffff;
text-shadow: none;
}
.selectlist-dark .dropdown-toggle:hover:not(:focus):not(:disabled):not([aria-expanded=true]) span.selected-caret {
border-color: #00A1CC;
box-shadow: none;
}
.selectlist-dark .dropdown-toggle:hover:not(:focus) span.caret {
color: #ffffff;
}
.selectlist-dark .dropdown-toggle:hover {
background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%);
background-image: -o-linear-gradient(top, #2c2c2c 0%, #6e6e6e 100%);
background-image: linear-gradient(to bottom, #2c2c2c 0%, #6e6e6e 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff6e6e6e', GradientType=0);
color: #ffffff;
text-shadow: none;
}
.selectlist-dark .dropdown-toggle:hover .selected-label {
border-color: #1B1B1B;
}
.selectlist-dark .dropdown-toggle:active {
background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #565656 100%);
background-image: -o-linear-gradient(top, #2c2c2c 0%, #565656 100%);
background-image: linear-gradient(to bottom, #2c2c2c 0%, #565656 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff565656', GradientType=0);
color: #ffffff;
border-left: 1px dotted #323232;
border-right: 1px dotted #323232;
border-color: #333333;
text-shadow: 0px -1px 0px #1a1a1a;
box-shadow: none;
}
.selectlist-dark .dropdown-toggle:active .selected-label {
border-color: #1B1B1B;
}
.selectlist-dark .dropdown-toggle:active span.selected-caret {
border-left: 1px solid #585858;
box-shadow: -1px 0 0 0 #1B1B1B;
}
.selectlist-dark .dropdown-toggle[disabled] {
color: #fcfcfc !important;
border: 1px solid #6e6e6e !important;
background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #6e6e6e 100%) !important;
background-image: -o-linear-gradient(top, #AAAAAA 0%, #6e6e6e 100%) !important;
background-image: linear-gradient(to bottom, #AAAAAA 0%, #6e6e6e 100%) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff6e6e6e', GradientType=0) !important;
}
.selectlist-dark .dropdown-toggle[disabled] .selected-caret {
border-color: #6e6e6e !important;
box-shadow: none;
}
.selectlist-dark .dropdown-toggle[disabled] .selected-caret .caret {
color: #ebebeb !important;
}
.selectlist-dark .dropdown-toggle[disabled]:hover .selected-caret {
border-color: #6e6e6e !important;
}
.selectlist-dark .dropdown-menu {
background-color: #302f30;
color: #ffffff;
margin-top: -2px;
}
.selectlist-dark .dropdown-menu li[data-selected=true] > a,
.selectlist-dark .dropdown-menu li[data-selected=true] > .n-a {
background-color: #0B6DAF;
color: white;
}
.selectlist-dark .dropdown-menu li > a,
.selectlist-dark .dropdown-menu li > .n-a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
background-color: #302f30;
color: #ffffff;
}
.selectlist-dark .dropdown-menu li > a:hover,
.selectlist-dark .dropdown-menu li > .n-a:hover,
.selectlist-dark .dropdown-menu li > a:focus,
.selectlist-dark .dropdown-menu li > .n-a:focus {
background-color: #535a62 !important;
color: #ffffff;
}
.selectlist-dark .dropdown-menu li > a:hover > span:not(.ng-item),
.selectlist-dark .dropdown-menu li > .n-a:hover > span:not(.ng-item),
.selectlist-dark .dropdown-menu li > a:focus > span:not(.ng-item),
.selectlist-dark .dropdown-menu li > .n-a:focus > span:not(.ng-item) {
border-bottom: 1px solid white;
}
.selectlist-dark .dropdown-menu li > a:hover > span > span,
.selectlist-dark .dropdown-menu li > .n-a:hover > span > span,
.selectlist-dark .dropdown-menu li > a:focus > span > span,
.selectlist-dark .dropdown-menu li > .n-a:focus > span > span {
border-bottom: 1px solid white;
}
.selectlist-dark .dropdown-menu li > a[disabled],
.selectlist-dark .dropdown-menu li > .n-a[disabled] {
color: #AAAAAA;
background-color: #6e6e6e;
}
.selectlist-indicated > .form-control-feedback {
line-height: 28px;
right: 32px;
text-align: right;
}
.btn-group.selectlist.disabled {
outline: none !important;
color: #AAAAAA;
}
.btn-group.selectlist.disabled span.selected-label {
border-right: 1px solid 1px solid #cdcdcd;
}
.btn-group.selectlist.disabled span.caret {
color: #AAAAAA;
}
.btn-group.selectlist.disabled:hover span.selected-label {
border-color: #b2b2b2;
}
.btn-group.selectlist.disabled:hover span.selected-caret {
border-color: #b2b2b2;
}
.selectlist-multiple .dropdown-toggle .selected-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.selectlist-multiple .dropdown-toggle .selected-label span:nth-child(2) {
float: left;
}
.selectlist-multiple .dropdown-toggle .selected-label span:nth-child(3) {
float: left;
}
.selectlist-multiple .dropdown-menu li > a {
padding-right: 0;
}
.selectlist-multiple .dropdown-menu li > a:hover > span,
.selectlist-multiple .dropdown-menu li > a:focus > span {
border-bottom: 0;
}
.selectlist-multiple .dropdown-menu li > a:hover > span > label,
.selectlist-multiple .dropdown-menu li > a:focus > span > label {
width: 100%;
}
.selectlist-multiple .dropdown-menu li > a:hover > span > label > span,
.selectlist-multiple .dropdown-menu li > a:focus > span > label > span {
border-bottom: 1px solid #124191;
}
.selectlist-multiple .dropdown-menu li[data-selected=true] > a {
color: inherit;
background-color: inherit;
}
.selectlist-multiple .dropdown-menu li[data-selected=true] > a:focus,
.selectlist-multiple .dropdown-menu li[data-selected=true] > a:hover {
color: black;
background-color: #ffffff;
outline: none;
}
.selectlist-multiple .dropdown-menu .checkbox {
padding-top: 0;
}
.selectlist-multiple .dropdown-menu .checkbox input[type=checkbox]:hover + label:before {
border: 1px solid #b2b2b2;
box-shadow: 0 1px 3px 0 #b2b2b2;
}
span.n-small-caret {
margin: 0 0 0 6px;
}
@media print {
.dropdown-toggle {
background-color: #d3d3d3 !important;
}
}
.dropdown-menu > .active > a:focus > span,
.dropdown-menu > .active > a:hover > span {
border-bottom: 1px solid #ffffff !important;
} | 0.493409 | 0.085556 |
.superselect {
direction: ltr;
height:120px;
width:600px;
z-index:99999;
background-color: rgba(0,0,0,0.75);
position:absolute;
border-radius:3px;
border:black 1px solid;
opacity: 1;
font-family: Ariel;
font-size: 16px;
}
#superselect_tabs {
height:24px;
padding-left: 3px;
margin-top: -12px;
}
#superselect_tabs > ul{
font: 0.9em;
list-style:none;
-webkit-padding-start: 0px;
}
#superselect_tabs > ul > li{
margin:0 2px 0 0;
padding:2px 10px;
display:block;
float:left;
color:#FFF;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius:4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #C9C9C9; /* old browsers */
background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}
#superselect_tabs > ul > li:hover{
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
cursor:pointer;
color: #333;
}
#superselect_tabs > ul > li.superselect_activetab{
background: #FFFFFF; /* old browsers */
background-color: rgba(0,0,0,0.75);
cursor:pointer;
color: white;
}
.superselect_hidden {
display:none;
}
#superselect_generated {
color:white;
background-color:black;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:60px;
padding-left: 5px;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
border-top-right-radius:3px;
}
.superselect_genoptions {
color:white;
background-color:#257AB6;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:18px;
padding-left: 5px;
padding-left:5px;
border: 1px black solid;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
line-height: 16px;
}
.superselect_genoptions input {
vertical-align:middle;
}
.superselect_genoptions span {
vertical-align:middle;
}
.config_area {
width:578px;
resize:both;
height:52px;
margin-top: 5px;
}
#superselect_config1 {
color:white;
background-color:black;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:80px;
padding-left: 5px;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
#superselect_config2 {
color:white;
background-color:black;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:80px;
padding-left: 5px;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
.superselect_dockright {
right:5px;
bottom:5px;
position:fixed;
}
.superselect_dockleft {
left:5px;
bottom:5px;
position:fixed;
}
.superselect_lefticon {
color:grey;
width:16px;
height:16px;
background-image:url('img/dock_left.png');
background-repeat: no-repeat;
position: absolute;
margin-right:584px;
}
.superselect_righticon {
color:grey;
width:16px;
height:16px;
background-image:url('img/dock_right.png');
background-repeat: no-repeat;
position:absolute;
margin-left:584px;
} | superselector/style.css | .superselect {
direction: ltr;
height:120px;
width:600px;
z-index:99999;
background-color: rgba(0,0,0,0.75);
position:absolute;
border-radius:3px;
border:black 1px solid;
opacity: 1;
font-family: Ariel;
font-size: 16px;
}
#superselect_tabs {
height:24px;
padding-left: 3px;
margin-top: -12px;
}
#superselect_tabs > ul{
font: 0.9em;
list-style:none;
-webkit-padding-start: 0px;
}
#superselect_tabs > ul > li{
margin:0 2px 0 0;
padding:2px 10px;
display:block;
float:left;
color:#FFF;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius:4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #C9C9C9; /* old browsers */
background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}
#superselect_tabs > ul > li:hover{
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
cursor:pointer;
color: #333;
}
#superselect_tabs > ul > li.superselect_activetab{
background: #FFFFFF; /* old browsers */
background-color: rgba(0,0,0,0.75);
cursor:pointer;
color: white;
}
.superselect_hidden {
display:none;
}
#superselect_generated {
color:white;
background-color:black;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:60px;
padding-left: 5px;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
border-top-right-radius:3px;
}
.superselect_genoptions {
color:white;
background-color:#257AB6;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:18px;
padding-left: 5px;
padding-left:5px;
border: 1px black solid;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
line-height: 16px;
}
.superselect_genoptions input {
vertical-align:middle;
}
.superselect_genoptions span {
vertical-align:middle;
}
.config_area {
width:578px;
resize:both;
height:52px;
margin-top: 5px;
}
#superselect_config1 {
color:white;
background-color:black;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:80px;
padding-left: 5px;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
#superselect_config2 {
color:white;
background-color:black;
font-family:Courier;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
height:80px;
padding-left: 5px;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
.superselect_dockright {
right:5px;
bottom:5px;
position:fixed;
}
.superselect_dockleft {
left:5px;
bottom:5px;
position:fixed;
}
.superselect_lefticon {
color:grey;
width:16px;
height:16px;
background-image:url('img/dock_left.png');
background-repeat: no-repeat;
position: absolute;
margin-right:584px;
}
.superselect_righticon {
color:grey;
width:16px;
height:16px;
background-image:url('img/dock_right.png');
background-repeat: no-repeat;
position:absolute;
margin-left:584px;
} | 0.228845 | 0.048767 |
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #bbb5af;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: #bbb5af;
}
input::placeholder, textarea::placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::placeholder, textarea::focus:placeholder {
color: #bbb5af;
}
input::-ms-placeholder, textarea::-ms-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
color: #bbb5af;
}
/* on hover placeholder */
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
color: #cbc6c1;
}
input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
color: #cbc6c1;
}
input:hover::placeholder, textarea:hover::placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::placeholder, textarea:hover:focus::placeholder {
color: #cbc6c1;
}
input:hover::placeholder, textarea:hover::placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
color: #cbc6c1;
}
#divform {
padding-left: 15%;
}
#form {
color: #b3aca7;
position: relative;
padding-left: 5%;
text-align: center;
}
#form h2 {
padding-left: 15%;
}
input {
font-size: 1em;
padding: 0px 15px 0px 15px;
background: transparent;
outline: none;
color: #ffffff;
border: solid 1px #b3aca7;
border-bottom: none;
width: 200px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
input:hover {
background: #b3aca7;
color: #e2dedb;
}
textarea {
padding: 15px;
outline: none;
color: #ffffff;
font-size: 0.875em;
border: solid 1px #b3aca7;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
textarea:hover {
background: #b3aca7;
color: #e2dedb;
}
#submit {
padding-left: 1em;
padding-right: 1em;
margin: -5px 0px 0px 0px;
font-size: 1.5em;
background: #fcb413;
color: #ffffff;
outline:none;
cursor: pointer;
border: solid 1px #b3aca7;
border-top: none;
}
#submit:hover {
color: #e2dedb;
}
.input-group input[type="text"], .input-group textarea {
position: relative;
margin-left: 5px;
}
input { font-family: 'FontAwesome'; }
.input-group:before {
font-family: 'FontAwesome';
color:red;
position: relative;
left: -5px;
} | form.css | input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #bbb5af;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: #bbb5af;
}
input::placeholder, textarea::placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::placeholder, textarea::focus:placeholder {
color: #bbb5af;
}
input::-ms-placeholder, textarea::-ms-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
color: #bbb5af;
}
/* on hover placeholder */
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
color: #cbc6c1;
}
input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
color: #cbc6c1;
}
input:hover::placeholder, textarea:hover::placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::placeholder, textarea:hover:focus::placeholder {
color: #cbc6c1;
}
input:hover::placeholder, textarea:hover::placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
color: #cbc6c1;
}
#divform {
padding-left: 15%;
}
#form {
color: #b3aca7;
position: relative;
padding-left: 5%;
text-align: center;
}
#form h2 {
padding-left: 15%;
}
input {
font-size: 1em;
padding: 0px 15px 0px 15px;
background: transparent;
outline: none;
color: #ffffff;
border: solid 1px #b3aca7;
border-bottom: none;
width: 200px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
input:hover {
background: #b3aca7;
color: #e2dedb;
}
textarea {
padding: 15px;
outline: none;
color: #ffffff;
font-size: 0.875em;
border: solid 1px #b3aca7;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
textarea:hover {
background: #b3aca7;
color: #e2dedb;
}
#submit {
padding-left: 1em;
padding-right: 1em;
margin: -5px 0px 0px 0px;
font-size: 1.5em;
background: #fcb413;
color: #ffffff;
outline:none;
cursor: pointer;
border: solid 1px #b3aca7;
border-top: none;
}
#submit:hover {
color: #e2dedb;
}
.input-group input[type="text"], .input-group textarea {
position: relative;
margin-left: 5px;
}
input { font-family: 'FontAwesome'; }
.input-group:before {
font-family: 'FontAwesome';
color:red;
position: relative;
left: -5px;
} | 0.315209 | 0.063366 |
.sw-assets {
border-right: 1px solid #CCC;
}
.sw-assets-total {
font-weight: 500;
font-size: 22px;
padding-top: 15px;
color: #00aeef;
}
.sw-details-right-col {
padding: 0px 0 0 35px;
}
.sw-asset-sold-line {
text-decoration: line-through;
}
@media only screen and (max-width: 765px){ .sw-assets { border-right: transparent;} }
/*.sw-title-outside-box {
font-weight: 400;
font-size: 18px;
color: #4a4a4a;
padding: 0 0 15px 0;
border-bottom: 3px solid #eebe4c
}*/
.sw-description-outside-box {
font-weight: 300;
font-size: 18px;
color: #4a4a4a;
padding: 0 0 15px 0;
}
.sw-contract-number {
font-weight: 500;
font-size: 12px;
}
.sw-button-add-funds {
border-radius: 300px;
padding: 0 0 15px 0;
margin: -10px 20px 0 0;
text-align: center;
text-decoration: none;
display: block;
font-size: 14px;
font-weight: 300;
width: 90%;
}
.sw-btn-add-funds {
font-weight: 500;
background-color: #eebe4c;
border: 1px solid #eebe4c;
color: #FFF;
padding: 10px 10px;
}
.sw-btn-add-funds:hover {
background-color: #ffcf5d;
border: 1px solid #ffcf5d;
color: #FFF;
padding: 10px 10px;
text-decoration: none;
}
.sw-circle {
display: inline-block;
border-radius: 100px;
line-height: 0;
text-align: center;
font-size: 18px;
left: 50%;
top: 50%;
width: 40px;
height: 40px;
margin-left: 5px;
}
.sw-circle-unavailable {
background-color: #e3e3e3;
color: #00aeef;
font-weight: 700;
margin-top: 10px;
padding-top: 19px;
}
.sw-circle-available {
background-color: #e3e3e3;
color: #e3e3e3;
margin-top: 10px;
padding-top: 19px;
}
.sw-circle-selected {
background-color: #00aeef;
color: #FFF;
margin-top: 5px;
padding-top: 11px;
}
.sw-asset-description {
margin-top: 15px;
color: #00aeef;
}
.sw-company-box {
margin: 10px 30px 0 30px;
}
.sw-company-description {
text-align: justify;
margin: 10px 0;
}
hr {
height: 1px;
margin: 10px 0;
background-color: #4a4a4a;
}
.sw-company-assets-details {
font-size: 18px;
}
.sw-number-details {
text-align: right;
font-weight: 500;
font-size: 22px;
}
.sw-error {
color: #C11B1B;
font-weight: 400;
font-size: 18px;
} | src/app/investor/offer-details/offer-details.component.css | .sw-assets {
border-right: 1px solid #CCC;
}
.sw-assets-total {
font-weight: 500;
font-size: 22px;
padding-top: 15px;
color: #00aeef;
}
.sw-details-right-col {
padding: 0px 0 0 35px;
}
.sw-asset-sold-line {
text-decoration: line-through;
}
@media only screen and (max-width: 765px){ .sw-assets { border-right: transparent;} }
/*.sw-title-outside-box {
font-weight: 400;
font-size: 18px;
color: #4a4a4a;
padding: 0 0 15px 0;
border-bottom: 3px solid #eebe4c
}*/
.sw-description-outside-box {
font-weight: 300;
font-size: 18px;
color: #4a4a4a;
padding: 0 0 15px 0;
}
.sw-contract-number {
font-weight: 500;
font-size: 12px;
}
.sw-button-add-funds {
border-radius: 300px;
padding: 0 0 15px 0;
margin: -10px 20px 0 0;
text-align: center;
text-decoration: none;
display: block;
font-size: 14px;
font-weight: 300;
width: 90%;
}
.sw-btn-add-funds {
font-weight: 500;
background-color: #eebe4c;
border: 1px solid #eebe4c;
color: #FFF;
padding: 10px 10px;
}
.sw-btn-add-funds:hover {
background-color: #ffcf5d;
border: 1px solid #ffcf5d;
color: #FFF;
padding: 10px 10px;
text-decoration: none;
}
.sw-circle {
display: inline-block;
border-radius: 100px;
line-height: 0;
text-align: center;
font-size: 18px;
left: 50%;
top: 50%;
width: 40px;
height: 40px;
margin-left: 5px;
}
.sw-circle-unavailable {
background-color: #e3e3e3;
color: #00aeef;
font-weight: 700;
margin-top: 10px;
padding-top: 19px;
}
.sw-circle-available {
background-color: #e3e3e3;
color: #e3e3e3;
margin-top: 10px;
padding-top: 19px;
}
.sw-circle-selected {
background-color: #00aeef;
color: #FFF;
margin-top: 5px;
padding-top: 11px;
}
.sw-asset-description {
margin-top: 15px;
color: #00aeef;
}
.sw-company-box {
margin: 10px 30px 0 30px;
}
.sw-company-description {
text-align: justify;
margin: 10px 0;
}
hr {
height: 1px;
margin: 10px 0;
background-color: #4a4a4a;
}
.sw-company-assets-details {
font-size: 18px;
}
.sw-number-details {
text-align: right;
font-weight: 500;
font-size: 22px;
}
.sw-error {
color: #C11B1B;
font-weight: 400;
font-size: 18px;
} | 0.255251 | 0.109182 |
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: vertical;
}
.container-narrow{
margin: 0 auto;
max-width: 700px;
}
/**
* Awesome Stuff
**/
#clock {
}
#clock .snooze, #clock .stop {
font-size: 0.5em;
}
.grade-res {
font-size: 0.3em;
color: green;
}
div.listbox {
width: 750px;
}
.listbox h2 {
font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
}
.listbox ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.listbox li {
font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
background-color: rgba(0,0,0,0.05);
padding: 10px;
}
.listbox li:last-child {
border: none;
}
.listbox li a {
text-decoration: none;
color: #000;
display: block;
width: 200px;
-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
-o-transition: font-size 0.3s ease, background-color 0.3s ease;
-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
transition: font-size 0.3s ease, background-color 0.3s ease;
}
.listbox li a:hover {
font-size: 30px;
background: #f6f6f6;
}
.listbox strong {
}
.grade .letter {
font-size: 25px;
color: green;
padding: 5px;
border: 2px solid #ccc;
width: 50px;
text-align: center;
display: inline-block;
background-color: white;
}
/* Forms */
.navbar-form input[type="text"],
.navbar-form input[type="password"] {
width: 180px;
}
.form-register {
width: 50%;
}
.form-register .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* footer */
footer {
margin-top: 45px;
padding-top: 5px;
border-top: 1px solid #eaeaea;
color: #999999;
}
footer a {
color: #999999;
}
footer p {
float: right;
margin-right: 25px;
}
footer ul {
list-style: none;
}
footer ul li {
float: left;
margin-left: 10px;
}
footer .company {
float: left;
margin-left: 25px;
}
footer .footer-nav {
float: right;
margin-right: 25px;
list-style: none;
} | kraken/static/css/style.css |
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: vertical;
}
.container-narrow{
margin: 0 auto;
max-width: 700px;
}
/**
* Awesome Stuff
**/
#clock {
}
#clock .snooze, #clock .stop {
font-size: 0.5em;
}
.grade-res {
font-size: 0.3em;
color: green;
}
div.listbox {
width: 750px;
}
.listbox h2 {
font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
}
.listbox ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.listbox li {
font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
background-color: rgba(0,0,0,0.05);
padding: 10px;
}
.listbox li:last-child {
border: none;
}
.listbox li a {
text-decoration: none;
color: #000;
display: block;
width: 200px;
-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
-o-transition: font-size 0.3s ease, background-color 0.3s ease;
-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
transition: font-size 0.3s ease, background-color 0.3s ease;
}
.listbox li a:hover {
font-size: 30px;
background: #f6f6f6;
}
.listbox strong {
}
.grade .letter {
font-size: 25px;
color: green;
padding: 5px;
border: 2px solid #ccc;
width: 50px;
text-align: center;
display: inline-block;
background-color: white;
}
/* Forms */
.navbar-form input[type="text"],
.navbar-form input[type="password"] {
width: 180px;
}
.form-register {
width: 50%;
}
.form-register .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* footer */
footer {
margin-top: 45px;
padding-top: 5px;
border-top: 1px solid #eaeaea;
color: #999999;
}
footer a {
color: #999999;
}
footer p {
float: right;
margin-right: 25px;
}
footer ul {
list-style: none;
}
footer ul li {
float: left;
margin-left: 10px;
}
footer .company {
float: left;
margin-left: 25px;
}
footer .footer-nav {
float: right;
margin-right: 25px;
list-style: none;
} | 0.377311 | 0.06885 |
body{
overflow-x:hidden;
font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-muted{
color:#777;
}
.text-primary{
color:#fed136;
}
p{
font-size:14px;
line-height:1.75;
}
p.large{
font-size:16px;
}
a,a:hover,a:focus,a:active,a.active{
outline:0
}
a{
color:#fed136;
}
a:hover,a:focus,a:active,a.active{
color:#fec503;
}
h1,h2,h3,h4,h5,h6{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700;
}
input{
color: black;
border-radius: 4px;
}
#source{
width: 400px;
}
#tag-info{
font-style: italic;
}
#yellow, #warning{
color: #fed136;
}
#warning{
background-color: black;
opacity: 0.6;
display: inline-block;
border-radius: 4px;
padding: 2px 4px;
}
#source-text{
word-wrap: break-word;
}
.highlight {
background-color: #fed136;
}
.bg-light-gray{
background-color:#f7f7f7
}
.bg-darkest-gray{
background-color:#222
}
.btn-primary{
color:#fff;
background-color:#fed136;
border-color:#fed136;
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
color:#fff;background-color:#fec503;border-color:#f6bf01
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
background-image:none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{
background-color:#fed136;border-color:#fed136
}
.btn-primary .badge{
color:#fed136;background-color:#fff
}
.btn-md{
color:#fff;
background-color:#fed136;
border-color:#fed136;
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700;
border-radius:4px;
font-size:18px;
}
.btn-md:hover,.btn-md:focus,.btn-md:active,.btn-md.active,.open .dropdown-toggle.btn-md{
color:#fff;
background-color:#fec503;
border-color:#f6bf01
}
.btn-md:active,.btn-md.active,.open .dropdown-toggle.btn-md{
background-image:none
}
.btn-md.disabled,.btn-md[disabled],fieldset[disabled] .btn-md,.btn-md.disabled:hover,.btn-md[disabled]:hover,fieldset[disabled] .btn-md:hover,.btn-md.disabled:focus,.btn-md[disabled]:focus,fieldset[disabled] .btn-md:focus,.btn-md.disabled:active,.btn-md[disabled]:active,fieldset[disabled] .btn-md:active,.btn-md.disabled.active,.btn-md[disabled].active,fieldset[disabled] .btn-md.active{
background-color:#fed136;border-color:#fed136
}
.btn-md .badge{
color:#fed136;
background-color:#fff
}
@media (min-width:768px){
padding:25px 0;
-webkit-transition:padding .3s;
-moz-transition:padding .3s;
transition:padding .3s;
border:0
}
header{
background-image:url(/static/img/search-background.png);
background-repeat:none;
background-attachment:scroll;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
-o-background-size:cover;
text-align:center;
color:#fff
}
header .intro-text{
padding-top:100px;
padding-bottom:50px
}
header .intro-text .intro-lead-in{
font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style:italic;
font-size:22px;
line-height:22px;
margin-bottom:25px
}
header .intro-text .intro-heading{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700;
font-size:50px;
line-height:50px;
margin-bottom:25px
word-wrap: break-word;
}
@media (min-width:768px){
header .intro-text{
padding-top:300px;padding-bottom:200px
}
header .intro-text .intro-lead-in{
font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style:italic;
font-size:40px;
line-height:40px;
margin-bottom:25px
}
header .intro-text .intro-heading{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;
font-weight:700;
font-size:75px;
line-height:75px;
margin-bottom:50px
}
}
section{
padding:100px 0
}
section h2.section-heading{
font-size:40px;margin-top:0;
margin-bottom:15px
}
section h3.section-subheading{
font-size:16px;
font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:none;
font-style:italic;
font-weight:400;
margin-bottom:75px
}
@media (min-width:768px){
section{
padding:150px 0
}
}
@media(max-width:767px) {
#source{
width: 200px;
}
img::selection{
background:0 0
}
img::-moz-selection{
background:0 0
}
body{
webkit-tap-highlight-color:#fed136;
} | static/css/source.css | body{
overflow-x:hidden;
font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-muted{
color:#777;
}
.text-primary{
color:#fed136;
}
p{
font-size:14px;
line-height:1.75;
}
p.large{
font-size:16px;
}
a,a:hover,a:focus,a:active,a.active{
outline:0
}
a{
color:#fed136;
}
a:hover,a:focus,a:active,a.active{
color:#fec503;
}
h1,h2,h3,h4,h5,h6{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700;
}
input{
color: black;
border-radius: 4px;
}
#source{
width: 400px;
}
#tag-info{
font-style: italic;
}
#yellow, #warning{
color: #fed136;
}
#warning{
background-color: black;
opacity: 0.6;
display: inline-block;
border-radius: 4px;
padding: 2px 4px;
}
#source-text{
word-wrap: break-word;
}
.highlight {
background-color: #fed136;
}
.bg-light-gray{
background-color:#f7f7f7
}
.bg-darkest-gray{
background-color:#222
}
.btn-primary{
color:#fff;
background-color:#fed136;
border-color:#fed136;
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
color:#fff;background-color:#fec503;border-color:#f6bf01
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
background-image:none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{
background-color:#fed136;border-color:#fed136
}
.btn-primary .badge{
color:#fed136;background-color:#fff
}
.btn-md{
color:#fff;
background-color:#fed136;
border-color:#fed136;
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700;
border-radius:4px;
font-size:18px;
}
.btn-md:hover,.btn-md:focus,.btn-md:active,.btn-md.active,.open .dropdown-toggle.btn-md{
color:#fff;
background-color:#fec503;
border-color:#f6bf01
}
.btn-md:active,.btn-md.active,.open .dropdown-toggle.btn-md{
background-image:none
}
.btn-md.disabled,.btn-md[disabled],fieldset[disabled] .btn-md,.btn-md.disabled:hover,.btn-md[disabled]:hover,fieldset[disabled] .btn-md:hover,.btn-md.disabled:focus,.btn-md[disabled]:focus,fieldset[disabled] .btn-md:focus,.btn-md.disabled:active,.btn-md[disabled]:active,fieldset[disabled] .btn-md:active,.btn-md.disabled.active,.btn-md[disabled].active,fieldset[disabled] .btn-md.active{
background-color:#fed136;border-color:#fed136
}
.btn-md .badge{
color:#fed136;
background-color:#fff
}
@media (min-width:768px){
padding:25px 0;
-webkit-transition:padding .3s;
-moz-transition:padding .3s;
transition:padding .3s;
border:0
}
header{
background-image:url(/static/img/search-background.png);
background-repeat:none;
background-attachment:scroll;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
-o-background-size:cover;
text-align:center;
color:#fff
}
header .intro-text{
padding-top:100px;
padding-bottom:50px
}
header .intro-text .intro-lead-in{
font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style:italic;
font-size:22px;
line-height:22px;
margin-bottom:25px
}
header .intro-text .intro-heading{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform:uppercase;
font-weight:700;
font-size:50px;
line-height:50px;
margin-bottom:25px
word-wrap: break-word;
}
@media (min-width:768px){
header .intro-text{
padding-top:300px;padding-bottom:200px
}
header .intro-text .intro-lead-in{
font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style:italic;
font-size:40px;
line-height:40px;
margin-bottom:25px
}
header .intro-text .intro-heading{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;
font-weight:700;
font-size:75px;
line-height:75px;
margin-bottom:50px
}
}
section{
padding:100px 0
}
section h2.section-heading{
font-size:40px;margin-top:0;
margin-bottom:15px
}
section h3.section-subheading{
font-size:16px;
font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:none;
font-style:italic;
font-weight:400;
margin-bottom:75px
}
@media (min-width:768px){
section{
padding:150px 0
}
}
@media(max-width:767px) {
#source{
width: 200px;
}
img::selection{
background:0 0
}
img::-moz-selection{
background:0 0
}
body{
webkit-tap-highlight-color:#fed136;
} | 0.238816 | 0.058777 |
.bg-chat {
padding: 50px 0;
}
.bg-chat .card {
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
.chat-leftsidebar {
min-width: 380px;
}
}
.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
min-height: 488px;
}
.chat-noti-dropdown.active:before {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
right: 0;
}
.chat-noti-dropdown .btn {
padding: 6px;
box-shadow: none;
font-size: 20px;
}
.chat-search-box .form-control {
border: 0;
}
.chat-list {
margin: 0;
}
.chat-list li.active a {
border-color: transparent;
}
.chat-list li a {
display: block;
padding: 14px 16px;
transition: all 0.4s;
border-radius: 4px;
}
.chat-list li a:hover {
border-color: transparent;
}
.user {
background-color: #0081b91a;
display: flex;
box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.3);
justify-content: space-between;
}
.user .user-title h5 {
font-weight: 500;
color: #0081B9;
}
.user .print-sec {
margin: auto 0;
}
.user .print-sec .print-btn {
display: flex;
gap: .5em;
align-items: center;
color: #fff;
background-color: #0081B9;
border: none;
border-radius: 5px;
padding: .75em 1.5em;
}
.user .print-sec .print-btn:hover, .user .print-sec .print-btn:active, .user .print-sec .print-btn:focus {
background-color: #046c99;
}
.user-chat-nav .dropdown-chat .nav-btn {
height: 40px;
width: 40px;
line-height: 40px;
box-shadow: none;
padding: 0;
font-size: 16px;
border-radius: 50%;
}
.user-chat-nav .dropdown-chat .dropdown-menu {
box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.3);
border: 1px solid #eff2f7;
}
.chat-conversation li {
clear: both;
}
.chat-conversation .chat-day-title {
position: relative;
text-align: center;
margin-bottom: 24px;
}
.chat-conversation .chat-day-title .title {
position: relative;
z-index: 1;
background-color: #fff;
padding: 6px 24px;
}
.chat-conversation .chat-day-title:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
left: 0;
right: 0;
background-color: #f3ece7;
top: 15px;
}
.chat-conversation .chat-day-title .badge {
font-size: 12px;
}
.chat-conversation .conversation-list {
margin-bottom: 24px;
display: inline-block;
position: relative;
}
.chat-conversation .conversation-list .ctext-wrap {
border-radius: 8px 8px 8px 0px;
overflow: hidden;
}
.chat-conversation .conversation-list .ctext-wrap .conversation-name {
margin-bottom: 4px;
}
.chat-conversation .conversation-list .dropdown-chat {
float: right;
}
.chat-conversation .conversation-list .dropdown-chat .dropdown-toggle {
margin-left: 15px;
}
@media (max-width: 575.98px) {
.chat-conversation .conversation-list .dropdown-chat .dropdown-toggle {
display: none;
}
}
.chat-conversation .conversation-list .chat-time {
font-size: 12px;
}
.chat-conversation .right .conversation-list {
float: right;
}
.chat-conversation .right .conversation-list .ctext-wrap {
text-align: right;
border-radius: 8px 8px 0px 8px;
}
.chat-conversation .right .conversation-list .dropdown-chat {
float: left;
}
.chat-conversation .right .conversation-list.last-chat .conversation-list:before {
right: 0;
left: auto;
}
.chat-conversation .last-chat .conversation-list:before {
content: "\F0009";
font-family: "Material Design Icons";
position: absolute;
right: 0;
bottom: 0;
font-size: 16px;
}
@media (max-width: 575.98px) {
.chat-conversation .last-chat .conversation-list:before {
display: none;
}
}
.chat-input {
border-radius: 30px;
background-color: rgba(235, 160, 107, 0.2) !important;
border-color: rgba(235, 160, 107, 0.5) !important;
padding-right: 120px;
padding: 1.5em 1.75em;
}
.chat-input-links {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
}
.chat-input-links li a {
font-size: 16px;
line-height: 36px;
padding: 0px 4px;
display: inline-block;
}
.chat-send {
padding: .65em 1.5em;
background-color: #0081B9;
}
.chat-send:hover, .chat-send:active, .chat-send:focus {
background-color: #046c99;
}
@media (max-width: 575.98px) {
.chat-send {
min-width: auto;
}
}
.conversation-list .ctext-wrap {
padding: 12px 44px 12px 24px;
background-color: rgba(226, 175, 139, 0.2);
}
.conversation-list .ctext-wrap .conversation-name {
font-size: 1.3em;
color: #0081B9;
font-weight: 500;
}
.conversation-list .dropdown-toggle:hover {
color: #bd5912;
}
/*# sourceMappingURL=custom-2.css.map */ | public/frontend/css/custom-2.css | .bg-chat {
padding: 50px 0;
}
.bg-chat .card {
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
.chat-leftsidebar {
min-width: 380px;
}
}
.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
min-height: 488px;
}
.chat-noti-dropdown.active:before {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
right: 0;
}
.chat-noti-dropdown .btn {
padding: 6px;
box-shadow: none;
font-size: 20px;
}
.chat-search-box .form-control {
border: 0;
}
.chat-list {
margin: 0;
}
.chat-list li.active a {
border-color: transparent;
}
.chat-list li a {
display: block;
padding: 14px 16px;
transition: all 0.4s;
border-radius: 4px;
}
.chat-list li a:hover {
border-color: transparent;
}
.user {
background-color: #0081b91a;
display: flex;
box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.3);
justify-content: space-between;
}
.user .user-title h5 {
font-weight: 500;
color: #0081B9;
}
.user .print-sec {
margin: auto 0;
}
.user .print-sec .print-btn {
display: flex;
gap: .5em;
align-items: center;
color: #fff;
background-color: #0081B9;
border: none;
border-radius: 5px;
padding: .75em 1.5em;
}
.user .print-sec .print-btn:hover, .user .print-sec .print-btn:active, .user .print-sec .print-btn:focus {
background-color: #046c99;
}
.user-chat-nav .dropdown-chat .nav-btn {
height: 40px;
width: 40px;
line-height: 40px;
box-shadow: none;
padding: 0;
font-size: 16px;
border-radius: 50%;
}
.user-chat-nav .dropdown-chat .dropdown-menu {
box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.3);
border: 1px solid #eff2f7;
}
.chat-conversation li {
clear: both;
}
.chat-conversation .chat-day-title {
position: relative;
text-align: center;
margin-bottom: 24px;
}
.chat-conversation .chat-day-title .title {
position: relative;
z-index: 1;
background-color: #fff;
padding: 6px 24px;
}
.chat-conversation .chat-day-title:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
left: 0;
right: 0;
background-color: #f3ece7;
top: 15px;
}
.chat-conversation .chat-day-title .badge {
font-size: 12px;
}
.chat-conversation .conversation-list {
margin-bottom: 24px;
display: inline-block;
position: relative;
}
.chat-conversation .conversation-list .ctext-wrap {
border-radius: 8px 8px 8px 0px;
overflow: hidden;
}
.chat-conversation .conversation-list .ctext-wrap .conversation-name {
margin-bottom: 4px;
}
.chat-conversation .conversation-list .dropdown-chat {
float: right;
}
.chat-conversation .conversation-list .dropdown-chat .dropdown-toggle {
margin-left: 15px;
}
@media (max-width: 575.98px) {
.chat-conversation .conversation-list .dropdown-chat .dropdown-toggle {
display: none;
}
}
.chat-conversation .conversation-list .chat-time {
font-size: 12px;
}
.chat-conversation .right .conversation-list {
float: right;
}
.chat-conversation .right .conversation-list .ctext-wrap {
text-align: right;
border-radius: 8px 8px 0px 8px;
}
.chat-conversation .right .conversation-list .dropdown-chat {
float: left;
}
.chat-conversation .right .conversation-list.last-chat .conversation-list:before {
right: 0;
left: auto;
}
.chat-conversation .last-chat .conversation-list:before {
content: "\F0009";
font-family: "Material Design Icons";
position: absolute;
right: 0;
bottom: 0;
font-size: 16px;
}
@media (max-width: 575.98px) {
.chat-conversation .last-chat .conversation-list:before {
display: none;
}
}
.chat-input {
border-radius: 30px;
background-color: rgba(235, 160, 107, 0.2) !important;
border-color: rgba(235, 160, 107, 0.5) !important;
padding-right: 120px;
padding: 1.5em 1.75em;
}
.chat-input-links {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
}
.chat-input-links li a {
font-size: 16px;
line-height: 36px;
padding: 0px 4px;
display: inline-block;
}
.chat-send {
padding: .65em 1.5em;
background-color: #0081B9;
}
.chat-send:hover, .chat-send:active, .chat-send:focus {
background-color: #046c99;
}
@media (max-width: 575.98px) {
.chat-send {
min-width: auto;
}
}
.conversation-list .ctext-wrap {
padding: 12px 44px 12px 24px;
background-color: rgba(226, 175, 139, 0.2);
}
.conversation-list .ctext-wrap .conversation-name {
font-size: 1.3em;
color: #0081B9;
font-weight: 500;
}
.conversation-list .dropdown-toggle:hover {
color: #bd5912;
}
/*# sourceMappingURL=custom-2.css.map */ | 0.3863 | 0.052765 |
.url .areaLeft {
width: 50%;
display: inline-block;
}
.url .areaLeft .left {
float: left;
width: 100px;
}
.url .areaLeft .right {
margin-left:105px;
}
.url .form-control {
width: 100%;
}
.url .areaRight {
width: 49%;
display: inline-block;
}
.url .areaRight .left {
display: inline-block;
}
.url .areaRight .right {
display: inline-block;
}
.url .areaRight .btn {
margin-left: 30px;
margin-right: 20px;
}
.url .apiLeft {
width: 80%;
}
.url .apiRight {
width: 19%;
}
@media all and (max-width: 992px) {
.url .areaLeft {
width: 100%;
}
.url .areaRight {
width: 100%;
margin-top: 10px;
}
.url .areaRight .btn {
margin-left: 0;
margin-right: 5px;
}
}
@media all and (max-width: 400px) {
.url .areaRight .left {
position:absolute;
margin-top: 30px;
}
.url .areaRight .right {
position:relative;
display: inline-block;
margin-bottom: 40px;
}
}
/*新增接口表单*/
.add .left {
float: left;
width: 50px;
height: 34px;
}
.add .right {
margin-left:55px;
}
.add .left label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
display: inline-block;
}
@media all and (max-width: 992px) {
.add .left, .add .right {
margin-bottom: 10px;
}
}
/*分隔线*/
.divide-line {
width: 100%;
background: #CCC;
height: 1px;
margin: 25px 0;
}
/*小标头*/
.explain-head {
margin-bottom: 10px;
}
/*显示结果*/
.response-result {
color: #E94B35;
min-height: 20px;
padding: 15px;
background-color: #daeee4;
border: 1px solid #b6dfca;
border-radius: 4px;
word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap;
}
.response-result .title {
color: #c7254e;
font-weight: 500;
margin-right: 5px;
display: inline-block;
min-width: 100px;
}
/*提示框*/
.alert-text span {
font-size: 18px;
}
.alert-text i {
margin-right: 5px;
}
/*输入框伪装的文本*/
.form-normal {
display: block;
width: 100%;
height: 34px;
padding: 6px 0;
font-size: 14px;
line-height: 1.42857143;
color: #555;
border: none;
}
/*表单提示文本内容*/
.form-message {
display: inline-block;
height: 34px;
padding-top: 14px;
font-size: 12px;
}
.form-btn-message {
display: inline-block;
font-size: 12px;
}
/*底部样式*/
.footer-center {
padding-top: 20px;
padding-bottom: 40px;
color: #767676;
text-align: center;
}
.footer-center ul{
display: block;
list-style-type: none;
}
.footer-center ul li{
display: inline;
padding: 0 2px;
}
/*登录框信息*/
#dialog-login .alert {
margin-bottom: -10px;
}
/*API列表*/
.large-list {
padding-left: 0;
margin: 0;
}
.large-list-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #ddd;
cursor: move;
}
.large-list-item:last-child {
margin-bottom: 0;
}
.large-list-item .close {
margin-left: 10px;
}
/*管理员列表*/
.admin-list {
padding-left: 0;
margin: 0;
}
.admin-list-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #ddd;
}
.admin-list-item:last-child {
margin-bottom: 0;
}
.admin-list-item .close {
margin-left: 10px;
}
.admin-list .default{
font-weight: 500;
color: #c7254e;
}
.admin-list .username{
display: inline-block;
width: 180px;
}
.admin-list .userrank{
cursor: pointer;
}
/*管理员表单*/
#dialog-admin .form-group:last-child {
margin-bottom: 0;
margin-top: 30px;
}
#dialog-admin .btn {
margin-right: 10px;
}
/*折叠或展开按钮*/
.expands-or-collapses {
cursor: pointer;
} | server/template/resource/css/main.css | .url .areaLeft {
width: 50%;
display: inline-block;
}
.url .areaLeft .left {
float: left;
width: 100px;
}
.url .areaLeft .right {
margin-left:105px;
}
.url .form-control {
width: 100%;
}
.url .areaRight {
width: 49%;
display: inline-block;
}
.url .areaRight .left {
display: inline-block;
}
.url .areaRight .right {
display: inline-block;
}
.url .areaRight .btn {
margin-left: 30px;
margin-right: 20px;
}
.url .apiLeft {
width: 80%;
}
.url .apiRight {
width: 19%;
}
@media all and (max-width: 992px) {
.url .areaLeft {
width: 100%;
}
.url .areaRight {
width: 100%;
margin-top: 10px;
}
.url .areaRight .btn {
margin-left: 0;
margin-right: 5px;
}
}
@media all and (max-width: 400px) {
.url .areaRight .left {
position:absolute;
margin-top: 30px;
}
.url .areaRight .right {
position:relative;
display: inline-block;
margin-bottom: 40px;
}
}
/*新增接口表单*/
.add .left {
float: left;
width: 50px;
height: 34px;
}
.add .right {
margin-left:55px;
}
.add .left label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
display: inline-block;
}
@media all and (max-width: 992px) {
.add .left, .add .right {
margin-bottom: 10px;
}
}
/*分隔线*/
.divide-line {
width: 100%;
background: #CCC;
height: 1px;
margin: 25px 0;
}
/*小标头*/
.explain-head {
margin-bottom: 10px;
}
/*显示结果*/
.response-result {
color: #E94B35;
min-height: 20px;
padding: 15px;
background-color: #daeee4;
border: 1px solid #b6dfca;
border-radius: 4px;
word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap;
}
.response-result .title {
color: #c7254e;
font-weight: 500;
margin-right: 5px;
display: inline-block;
min-width: 100px;
}
/*提示框*/
.alert-text span {
font-size: 18px;
}
.alert-text i {
margin-right: 5px;
}
/*输入框伪装的文本*/
.form-normal {
display: block;
width: 100%;
height: 34px;
padding: 6px 0;
font-size: 14px;
line-height: 1.42857143;
color: #555;
border: none;
}
/*表单提示文本内容*/
.form-message {
display: inline-block;
height: 34px;
padding-top: 14px;
font-size: 12px;
}
.form-btn-message {
display: inline-block;
font-size: 12px;
}
/*底部样式*/
.footer-center {
padding-top: 20px;
padding-bottom: 40px;
color: #767676;
text-align: center;
}
.footer-center ul{
display: block;
list-style-type: none;
}
.footer-center ul li{
display: inline;
padding: 0 2px;
}
/*登录框信息*/
#dialog-login .alert {
margin-bottom: -10px;
}
/*API列表*/
.large-list {
padding-left: 0;
margin: 0;
}
.large-list-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #ddd;
cursor: move;
}
.large-list-item:last-child {
margin-bottom: 0;
}
.large-list-item .close {
margin-left: 10px;
}
/*管理员列表*/
.admin-list {
padding-left: 0;
margin: 0;
}
.admin-list-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #ddd;
}
.admin-list-item:last-child {
margin-bottom: 0;
}
.admin-list-item .close {
margin-left: 10px;
}
.admin-list .default{
font-weight: 500;
color: #c7254e;
}
.admin-list .username{
display: inline-block;
width: 180px;
}
.admin-list .userrank{
cursor: pointer;
}
/*管理员表单*/
#dialog-admin .form-group:last-child {
margin-bottom: 0;
margin-top: 30px;
}
#dialog-admin .btn {
margin-right: 10px;
}
/*折叠或展开按钮*/
.expands-or-collapses {
cursor: pointer;
} | 0.288369 | 0.092278 |
* {
font-family: RobotoRegular;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background: #fafafa;
}
title {
display: none;
}
div, input, ul, li {
display: flex;
}
input:focus {
outline: none;
}
ul {
padding: 0;
}
li {
list-style: none;
}
p {
margin: 0;
}
.container {
width: 100%;
height: 100%;
}
.app-wrapper {
position: relative;
width: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
}
.not-found-text {
width: 100%;
text-align: center;
}
/*
================================
HEADER
================================
*/
.header {
display: flex;
position: relative;
width: 100%;
min-height: 70px;
background: #262626;
color: #BDBDBD;
align-content: center;
align-items: center;
padding-right: 20px;
z-index: 20;
}
.header-wrapper {
position: relative;
width: 100%;
height: 70px;
}
.header-left-wrapper {
display: flex;
margin: 0;
max-width: 30vw;
width: 100%;
}
.header-title {
align-items: center;
font-size: 28px;
line-height: 31px;
margin-left: 10px;
font-family: RobotoRegular;
font-weight: 500;
}
.header-back-nav {
max-width: 70px;
}
.header-main-button{
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
}
.header-menu{
opacity: 0.7;
max-width: 50px;
margin: 0 10px;
}
.header-menu-icon{
height: 30px;
width: 30px;
}
.header-back-nav:hover {
cursor: pointer;
background: #424242;
}
.user-details {
min-height: 100%;
margin-left: auto;
padding: 0 10px;
cursor: pointer;
align-items: center;
}
.user-details:hover {
background: #424242;
}
.header-create-room {
height: 100%;
width: 70px;
/*margin-left: auto;*/
font-size: 36px;
font-family: RobotoLight;
align-content: center;
justify-content: center;
align-items: center;
cursor: pointer;
}
.header-create-room:hover {
background: #424242;
}
/*
================================
HEADER END
================================
*/
/*
================================
SIDE MENU START
================================
*/
.side-menu-wrapper{
position: fixed;
height: 100%;
width: 100%;
flex-direction: row;
top: 0;
left: 0;
z-index: 50;
pointer-events: none;
}
.side-menu-wrapper > span{
width: 70vw;
height: 100%;
z-index: 15;
}
.side-menu-container{
height: 100%;
width: 70vw;
z-index: 20;
}
.side-menu{
position: absolute;
width: 70vw;
height: 100%;
background: #212121;
z-index: 15;
pointer-events: auto;
}
.side-menu-bg-wrapper{
z-index: 10;
}
.side-menu-bg{
position: fixed;
top:0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
pointer-events: auto;
/*background: -moz-linear-gradient(left, rgba(38,38,38,1) 0%, rgba(19,19,19,0) 100%); !* FF3.6-15 *!
background: -webkit-linear-gradient(left, rgba(38,38,38,1) 0%,rgba(19,19,19,0) 100%); !* Chrome10-25,Safari5.1-6 *!
background: linear-gradient(to right, rgba(38,38,38,1) 0%,rgba(19,19,19,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#00131313',GradientType=1 );*/
background: #262626;
opacity: 0.5;
}
.side-menu-title{
display: flex;
height: 50px;
width: 100%;
margin: 0;
padding-left: 10px;
align-items: center;
font-size: 20px;
color: #BDBDBD;
font-family: RobotoLight;
font-weight: 400;
border-bottom: 1px solid #3a3a3a;
}
.side-menu-list{
padding-left: 20px;
}
.side-menu-item{
color: #9E9E9E;
align-items: center;
margin-bottom: 20px;
}
.side-menu-item-icon{
height: 20px;
width: 20px;
opacity: 0.8;
margin-right: 10px;
}
.users-icon{
opacity: 0.7;
}
/*
================================
ANIMATIONS
================================
*/
.side-menu-enter{
left: -100vw;
}
.side-menu-enter.side-menu-enter-active {
left: 0;
transition: left 0.5s;
}
.side-menu-leave{
left: 0;
}
.side-menu-leave.side-menu-leave-active {
left: -100vw;
transition: left 0.5s;
}
.side-menu-bg-enter{
opacity: 0;
}
.side-menu-bg-enter.side-menu-bg-enter-active {
opacity: 0.5;
transition: opacity 0.5s;
}
.side-menu-bg-leave{
opacity: 0.5;
}
.side-menu-bg-leave.side-menu-bg-leave-active {
opacity: 0;
transition: opacity 0.5s;
}
.search-enter{
top: -150vw;
}
.search-enter.search-enter-active {
top: 0;
transition: top 0.5s;
}
.search-leave{
top: 0;
}
.search-leave.search-leave-active {
top: -150vw;
transition: top 0.5s;
}
.userlist-enter{
right: -100vw;
}
.userlist-enter.userlist-enter-active {
right: 0;
transition: right 0.5s;
}
.userlist-leave{
right: 0;
}
.userlist-leave.userlist-leave-active {
right: -100vw;
transition: right 0.5s;
}
/*
================================
ANIMATIONS END
================================
*/
/*
================================
SIDE MENU END
================================
*/
/*
================================
PROMPT
================================
*/
.prompt-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
align-content: center;
justify-content: center;
align-items: center;
}
.prompt-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.prompt-window {
position: relative;
z-index: 100;
height: auto;
padding: 30px !important;
}
.close-prompt {
position: absolute;
top: 15px;
right: 15px;
justify-content: center;
align-items: center;
height: 20px;
width: 20px;
font-size: 24px;
color: #BDBDBD;
cursor: pointer;
}
.private-radio {
position: relative;
}
.radio-wrapper {
background: transparent;
align-items: center;
}
.private-radio-checkbox {
position: relative;
cursor: pointer;
z-index: 100;
-webkit-appearance: none;
-moz-appearance: none;
height: 20px;
width: 20px;
background: transparent;
border: 1px #9E9E9E solid;
border-radius: 2px;
margin: 0 5px;
transition: all 0.2s;
}
.private-radio-checkbox:checked {
content: ">\0000a0";
font-size: 14px;
color: #fff;
background: #512da8;
border-color: #512da8;
transition: all 0.2s;
}
.checkmark {
opacity: 0;
position: absolute;
height: 7px;
width: 13px;
left: 9px;
top: 5px;
border-left: 2px #fff solid;
border-bottom: 2px #fff solid;
pointer-events: none;
transform: rotate(-45deg);
}
.private-radio-checkbox:checked ~ .checkmark {
opacity: 1;
z-index: 200;
transition: 0.2s;
}
.private-radio-label {
position: relative !important;
top: 0 !important;
}
/*
================================
PROMPT END
================================
*/
/*
================================
ROOMS
================================
*/
.rooms-wrapper {
position: relative;
width: 100%;
flex-direction: column;
}
.room-list {
height: calc(100vh - 70px);
max-width: 40vw;
min-width: 500px;
width: 100%;
flex-direction: column;
padding-left: 0;
margin: 0px auto;
/*margin-top: 0;
margin-bottom: 0;*/
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
overflow-y: auto;
}
.room-list-item {
border-bottom: 1px solid #E0E0E0;
cursor: pointer;
}
.room-details {
flex-direction: column;
}
.room-name {
font-family: RobotoRegular;
font-size: 18px;
}
.room-owner {
font-family: RobotoLight;
color: #757575;
font-size: 14px;
}
.room-private {
height: 70px;
width: 70px;
justify-content: center;
align-content: center;
align-items: center;
margin-left: auto;
}
.private-lock {
width: 20px;
height: 20px;
background: url("../img/lock_icon.svg") no-repeat center center;
background-size: contain;
}
/*
================================
ROOMS END
================================
*/
.search-bar {
/* padding: 0 10px;*/
position: relative;
max-width: calc(40vw);
width: 100%;
height: 70px;
justify-content: center;
align-content: center;
align-items: center;
/*background: #262626;*/
}
.search-input {
position: relative;
width: 100%;
height: 40px;
border-radius: 2px;
padding-left: 10px;
font-size: 18px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
border: none;
}
.search-bar-mobile{
position: relative;
align-items: center;
}
.search-bar-mobile .search-input{
border-bottom: none;
}
.search-bar-mobile .search-input::placeholder{
font-size: 14px;
}
.search-input-icon{
opacity: 0.7;
min-height: 22px;
min-width: 22px;
transition: 0.2s;
}
.search-icon-open{
background: url("../img/search.svg") no-repeat center center;
background-size: contain;
}
.search-icon-close{
background: url("../img/x.svg") no-repeat center center;
background-size: contain;
}
.search-bar > input:before {
position: absolute;
content: '';
height: 50px;
width: 50px;
}
.content-wrapper {
width: 100%;
justify-content: center;
}
.playlist-container {
max-width: 40vw;
min-width: 40vw;
width: 100%;
flex-direction: column;
/*margin: 0 auto;*/
}
.youtube-player-wrapper {
max-height: 400px;
height: 100%;
flex-direction: column;
}
.youtube-player-wrapper span {
display: flex;
height: 100%;
width: 100%;
}
.youtube-player-wrapper iframe {
width: 100%;
height: 100%;
}
.youtube-player {
width: 100%;
height: 100%;
}
/*
================================
PLAYER CONTROLLER
================================
*/
.player-controller-wrapper {
/*position: fixed;
bottom: 0;
left: 0;*/
min-height: 70px;
width: 100%;
padding: 0 20px;
align-items: center;
justify-content: center;
flex-direction: column;
background: #262626;
}
.player-controller-controls {
width: 100%;
padding: 0 10px;
justify-content: center;
align-items: center;
}
button {
padding: 0;
}
button:focus {
outline: none;
}
.player-button {
border: none;
cursor: pointer;
height: 25px;
width: 25px;
opacity: 0.7;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.player-button:hover {
opacity: 1;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.play-button {
height: 35px;
width: 35px;
background: url("../img/play.svg") no-repeat center center;
background-size: contain;
}
.user-icon{
opacity: 0.7;
}
.user-icon:hover{
opacity: 1;
}
.favourite-button {
height: 22px;
width: 22px;
background: url("../img/heart.svg") no-repeat center center;
background-size: contain;
margin-right: 15px;
}
.pause-button {
height: 35px;
width: 35px;
background: url("../img/pause.svg") no-repeat center center;
background-size: contain;
}
.next-button {
margin-left: 10px;
background: url("../img/skip-forward.svg") no-repeat center center;
background-size: contain;
}
.time-display {
/*position: absolute;*/
color: #BDBDBD;
align-content: center;
font-size: 14px;
margin-top: 1px;
}
.time-display span {
display: flex;
align-items: center;
}
.time-display:first-of-type {
}
.time-display:last-of-type {
}
.divider {
margin: 0 5px;
}
.player-controller-seek-bar-wrapper {
position: relative;
width: 100%;
height: 25px;
align-items: center;
}
.seek-bar-wrapper {
position: relative;
width: 100%;
margin: 0 15px;
}
.seek-bar {
margin-left: 0;
margin-right: 0;
}
.progress-bar{
position: absolute;
top: 2px;
height: 5px;
width: 0px;
background: #512DA8;
}
.seek-bar, .volume-bar {
-webkit-appearance: none;
height: 5px;
/*margin: 10px 0;*/
width: 100%;
background: #BDBDBD;
transform-origin: 0% 50%;
cursor: pointer;
transition: 0.5s;
}
.player-controller-seek-bar-wrapper:hover .seek-bar::-webkit-slider-thumb {
height: 15px;
width: 15px;
}
.seek-bar:focus, .volume-bar:focus {
outline: none;
}
.seek-bar::-webkit-slider-thumb {
-webkit-appearance: none;
width: 0px;
height: 0px;
background: #512DA8;
border-radius: 8px;
}
/** FF*/
.seek-bar::-moz-range-progress {
-moz-appearance: none;
height: 100%;
background-color: #512DA8;
border: none;
}
.seek-bar::-moz-range-track {
-moz-appearance: none;
background-color: #BDBDBD;
border: none;
}
.seek-bar::-moz-range-thumb {
-moz-appearance: none;
width: 0;
border: none;
}
.seek-bar:-moz-focusring {
outline: 1px solid white;
outline-offset: -1px;
}
/* IE */
.seek-bar::-ms-fill-lower, .volume-bar::-ms-fill-lower {
background-color: #512DA8;
}
.seek-bar::-ms-fill-upper, .volume-bar::-ms-fill-upper {
background-color: #BDBDBD;
}
.volume-controller-wrapper {
position: relative;
margin-left: 15px;
align-items: center;
/*overflow: hidden;*/
transition: 0.3s;
}
.volume-controller-wrapper:hover .volume-bar {
position: absolute;
left: 25px;
width: 70px;
transform: scaleX(1);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.volume-controller-wrapper:hover {
transition: 0.2s;
}
.volume-icon {
height: 27px;
width: 27px;
cursor: pointer;
}
.volume-mute {
background: url("../img/volume-x-lighter.svg") no-repeat center center;
background-size: contain;
}
.volume-speaker {
background: url("../img/volume-2-lighter.svg") no-repeat center center;
background-size: contain;
}
.volume-bar {
position: absolute;
width: 0px;
left: 25px;
margin: 0 0 0 5px;
height: 4px;
max-width: 50px;
/*overflow: hidden;*/
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
transform: scaleX(0);
transform-origin: 0% 50%;
}
.volume-bar:hover {
/*transform: scaleY(1.5) !important;*/
}
.volume-bar::-webkit-slider-thumb {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
width: 0px;
height: 4px;
background: #fff;
/*box-shadow: -100px 0 0 100px #512DA8;*/
}
.volume-mute ~ .volume-bar {
display: none;
}
/*
================================
PLAYER TEST ON PHONE
================================
*/
/*.player-controller-wrapper{
position: fixed;
bottom: 0;
left: 0;
}*/
/*
================================
PLAYLIST
================================
*/
.playlist-wrapper {
/*max-width: 30vw;*/
width: 100%;
height: calc(100vh - 320px);
margin-right: auto;
flex-direction: column;
margin-top: 0;
margin-bottom: 0;
overflow-y: auto;
}
.no-items-wrapper {
color: #757575;
flex-direction: column;
padding: 0 10px;
}
.no-items-title {
text-align: center;
font-family: RobotoLight;
font-size: 24px;
line-height: 28px;
margin-bottom: 0;
}
.no-items-subtitle {
text-align: center;
font-family: RobotoLight;
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
}
.no-items-text {
text-align: center;
}
.user-list-wrapper {
max-width: 30vw;
width: 100%;
margin-left: auto;
border-right: 1px solid #E0E0E0;
}
.playlist-wrapper .list-item:first-of-type {
background: #262626;
}
.playlist-wrapper .list-item:first-of-type .video-details, .playlist-wrapper .list-item:first-of-type .video-delete {
border-bottom-color: #262626;
}
.playlist-wrapper .list-item:first-of-type .video-title {
color: #F5F5F5 !important;
}
.playlist-wrapper .list-item:first-of-type .subtitle {
color: #BDBDBD;
}
.playlist-wrapper .list-item:first-of-type .video-delete {
color: #EF5350;
}
.playlist-wrapper .list-item:first-of-type .video-delete:hover {
color: #F5F5F5;
border-bottom-color: #F44336;
}
.video-list, .room-list {
height: calc(100vh - 70px);
min-width: 30vw;
width: 100%;
flex-direction: column;
padding-left: 0;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
/*margin-top: 0;
margin-bottom: 0;*/
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
overflow-y: auto;
transition: 0s;
}
.list-item {
width: 100%;
min-height: 70px;
/*margin-bottom: 15px;*/
padding-left: 10px;
align-items: center;
}
.list-item:hover {
background: #E0E0E0;
}
.video-details {
width: 100%;
height: 70px;
flex-direction: column;
margin-left: 15px;
justify-content: center;
padding: 10px 0;
border-bottom: 1px solid #E0E0E0;
}
.video-thumbnail {
height: 50px;
max-width: 50px;
width: 100%;
min-width: 50px;
overflow: hidden;
border-radius: 50px;
}
.video-thumbnail img {
width: 100%;
/*height: 100%;*/
}
.video-title {
align-items: center;
line-height: 21px;
}
.video-duration {
font-size: 14px;
}
.video-delete {
height: 70px;
align-items: center;
padding: 0 20px;
border-bottom: 1px solid #E0E0E0;
color: #EF9A9A;
font-size: 32px;
/*font-weight: bold;*/
/*transition: 0.1s;*/
cursor: pointer;
}
.video-add {
height: 70px;
min-width: 55px;
align-items: center;
border-bottom: 1px solid #E0E0E0;
color: #8e8e8e;
font-size: 32px;
font-weight: 100;
font-family: RobotoThin;
justify-content: center;
text-align: center;
cursor: pointer;
/*background: url("../img/ic_add_black_18px.svg") no-repeat center center;
background-size: 70%;*/
}
.video-add:hover {
background: #BDBDBD;
color: #F5F5F5;
}
.video-delete:hover {
background: #EF5350;
color: #F5F5F5;
/*transition: 0.1s;*/
}
.subtitle {
color: #757575;
}
/*
================================
Scrollbar
================================
*/
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
background-color: #BDBDBD;
border-radius: 10px;
}
/*
================================
LOGIN PAGE
================================
*/
.login-bg {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
align-content: center;
background: url("../img/login_bg.jpg") no-repeat center center;
background-size: cover;
}
.login-wrapper {
padding: 0 20px;
width: 100%;
justify-content: center;
}
.login-form {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: center;
padding: 30px 30px;
padding-bottom: 20px;
max-width: 400px;
width: 100%;
min-height: 400px;
border-radius: 4px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
background: #262626;
}
.login-form h1 {
width: 100%;
color: #BDBDBD;
margin-top: 0;
margin-bottom: 50px;
font-family: RobotoThin;
font-weight: 500;
text-align: center;
}
.login-input {
width: 100%;
background: transparent !important;
padding: 10px 0;
border: none;
border-bottom: 1px solid #9E9E9E;
color: #9E9E9E;
font-family: RobotoLight;
font-size: 16px;
}
.form-submit {
margin-top: 10px;
}
.input-wrapper {
position: relative;
/*max-width: 300px;*/
width: 100%;
margin-bottom: 35px;
}
input:focus ~ label, input:valid ~ label {
top: -18px;
font-size: 16px;
/*font-family: RobotoThin;*/
}
input:focus ~ .bar, input:valid ~ .bar {
width: 100%;
}
.bar {
position: absolute;
width: 0%;
height: 2px;
bottom: 0;
background: #9E9E9E;
-webkit-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-ms-transition: 0.2s ease all;
-o-transition: 0.2s ease all;
transition: 0.2s ease all;
}
label {
color: #9E9E9E;
font-size: 16px;
position: absolute;
pointer-events: none;
top: 10px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
font-family: RobotoRegular;
}
input[type='submit'] {
border: none;
background: #512DA8;
color: #fff;
padding: 10px 70px;
width: 100%;
justify-content: center;
font-family: RobotoBold;
font-size: 14px;
border-radius: 2px;
padding: 12px 0;
cursor: pointer;
}
.login-register {
margin-top: 25px;
margin-bottom: 0;
color: #9575CD;
font-family: RobotoLight;
text-decoration: underline;
cursor: pointer;
}
.status-message {
padding-top: 15px;
color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 10000s ease-in-out 0s;
-webkit-text-fill-color: #9E9E9E !important;
color: #9E9E9E !important;
}
.user-list-container{
max-width: 30vw;
width: 100%;
}
.user-list-wrapper {
flex-direction: column;
margin: 0;
padding-left: 20px;
}
.user-list-item {
font-size: 18px;
font-family: RobotoMedium;
color: #757575;
padding: 10px 0;
}
.user-list-avatar {
height: 40px;
width: 40px;
border-radius: 20px;
background: url("../img/avatar_placeholder.png") no-repeat center center;
background-size: contain;
}
.user-list-username {
display: flex;
align-items: center;
margin-left: 10px;
}
.user-list-speaker {
align-items: center;
font-size: 14px;
color: #757575;
margin-left: auto;
margin-right: 15px;
cursor: pointer;
}
.user-list-item .room-owner {
color: #512DA8;
}
.not-clickable {
cursor: default;
}
.row{
flex-direction: row;
}
.col{
flex-direction: column;
}
/*
================================
RESPONSIVE
================================
*/
@media screen and (max-width: 600px) {
.header-wrapper, .header {
min-height: 50px;
height: 50px;
align-items: center;
}
.header-wrapper{
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
}
.header {
position: fixed;
padding: 0;
top: 0;
}
.header-chevron {
height: 40px;
width: 40px;
}
.header-left-wrapper{
width: auto;
}
.search-bar, .search-input {
padding-left: 5px;
height: 30px;
background: transparent;
box-shadow: none;
border-bottom: 1px solid #424242;
color: #BDBDBD;
}
.room-list {
margin-top: 50px;
min-width: 100%;
}
.content-wrapper {
position: absolute;
top: 50px;
}
.prompt-window {
margin: 0 20px;
}
.player-controller-wrapper {
position: fixed;
bottom: 0;
left: 0;
z-index: 20;
box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.16), 0 2px 1px rgba(0, 0, 0, 0.23);
}
.header-title {
display: none;
justify-content: center;
font-size: 14px;
margin-left: 0;
}
.header-back-nav {
width: 45px;
}
.user-list-container{
position: absolute;
height: calc(100vh - 120px);
max-width: 100vw;
}
.user-list-wrapper {
position: absolute;
border: none;
height: 100%;
min-width: 60vw;
max-width: 60vw;
right: 0;
z-index: 18;
background: #212121;
}
.user-list-item{
}
.playlist-container {
max-width: 100%;
width: 100%;
}
.youtube-player-wrapper {
height: 200px;
overflow: hidden;
}
.youtube-player-wrapper > span {
height: 100%;
}
.user-details {
padding-right: 15px;
width: auto;
}
::-webkit-scrollbar {
display: none;
}
.video-title {
font-size: 13px;
line-height: 15px;
}
.video-duration {
font-size: 11px;
}
.playlist-wrapper .list-item {
min-height: 50px;
height: 50px;
}
.video-thumbnail {
display: none;
}
.video-details {
height: 100%;
margin-left: 5px;
padding: 0;
}
.video-delete {
height: 100%;
font-size: 28px;
padding: 0 15px;
}
.volume-controller-wrapper:hover .volume-bar{
display: none;
}
.volume-controller-wrapper{
position: absolute;
right: 20px;
}
.user-details{
content: '';
}
.video-list-wrapper{
position: absolute;
height: 100%;
width: 100%;
z-index: 15;
pointer-events: none;
}
.video-list{
position: absolute;
height: calc(100vh - 120px);
pointer-events: auto;
border: none;
width: 100%;
background: #212121;
transition: none;
}
.video-list .list-item{
min-height: 50px;
}
.video-list .video-details{
height: 50px;
border-bottom-color: #424242;
}
.video-list .video-title{
color: #BDBDBD;
}
.video-list .video-add{
height: 50px;
border-bottom-color: #424242;
}
.video-list .video-add:hover{
background: inherit;
}
.video-list .video-add:active{
background: #424242;
}
.video-list .list-item:hover{
background: inherit;
}
.search-input{
font-size: 14px;
padding-left: 10px;
}
}
/*
================================
FONTS
================================
*/
@font-face {
font-family: RobotoThin;
src: url('../fonts/Roboto-Thin.ttf');
}
@font-face {
font-family: RobotoRegular;
src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
font-family: RobotoMedium;
src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
font-family: RobotoBold;
src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
font-family: RobotoLight;
src: url('../fonts/Roboto-Light.ttf');
} | style/style.css | * {
font-family: RobotoRegular;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background: #fafafa;
}
title {
display: none;
}
div, input, ul, li {
display: flex;
}
input:focus {
outline: none;
}
ul {
padding: 0;
}
li {
list-style: none;
}
p {
margin: 0;
}
.container {
width: 100%;
height: 100%;
}
.app-wrapper {
position: relative;
width: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
}
.not-found-text {
width: 100%;
text-align: center;
}
/*
================================
HEADER
================================
*/
.header {
display: flex;
position: relative;
width: 100%;
min-height: 70px;
background: #262626;
color: #BDBDBD;
align-content: center;
align-items: center;
padding-right: 20px;
z-index: 20;
}
.header-wrapper {
position: relative;
width: 100%;
height: 70px;
}
.header-left-wrapper {
display: flex;
margin: 0;
max-width: 30vw;
width: 100%;
}
.header-title {
align-items: center;
font-size: 28px;
line-height: 31px;
margin-left: 10px;
font-family: RobotoRegular;
font-weight: 500;
}
.header-back-nav {
max-width: 70px;
}
.header-main-button{
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
}
.header-menu{
opacity: 0.7;
max-width: 50px;
margin: 0 10px;
}
.header-menu-icon{
height: 30px;
width: 30px;
}
.header-back-nav:hover {
cursor: pointer;
background: #424242;
}
.user-details {
min-height: 100%;
margin-left: auto;
padding: 0 10px;
cursor: pointer;
align-items: center;
}
.user-details:hover {
background: #424242;
}
.header-create-room {
height: 100%;
width: 70px;
/*margin-left: auto;*/
font-size: 36px;
font-family: RobotoLight;
align-content: center;
justify-content: center;
align-items: center;
cursor: pointer;
}
.header-create-room:hover {
background: #424242;
}
/*
================================
HEADER END
================================
*/
/*
================================
SIDE MENU START
================================
*/
.side-menu-wrapper{
position: fixed;
height: 100%;
width: 100%;
flex-direction: row;
top: 0;
left: 0;
z-index: 50;
pointer-events: none;
}
.side-menu-wrapper > span{
width: 70vw;
height: 100%;
z-index: 15;
}
.side-menu-container{
height: 100%;
width: 70vw;
z-index: 20;
}
.side-menu{
position: absolute;
width: 70vw;
height: 100%;
background: #212121;
z-index: 15;
pointer-events: auto;
}
.side-menu-bg-wrapper{
z-index: 10;
}
.side-menu-bg{
position: fixed;
top:0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
pointer-events: auto;
/*background: -moz-linear-gradient(left, rgba(38,38,38,1) 0%, rgba(19,19,19,0) 100%); !* FF3.6-15 *!
background: -webkit-linear-gradient(left, rgba(38,38,38,1) 0%,rgba(19,19,19,0) 100%); !* Chrome10-25,Safari5.1-6 *!
background: linear-gradient(to right, rgba(38,38,38,1) 0%,rgba(19,19,19,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#00131313',GradientType=1 );*/
background: #262626;
opacity: 0.5;
}
.side-menu-title{
display: flex;
height: 50px;
width: 100%;
margin: 0;
padding-left: 10px;
align-items: center;
font-size: 20px;
color: #BDBDBD;
font-family: RobotoLight;
font-weight: 400;
border-bottom: 1px solid #3a3a3a;
}
.side-menu-list{
padding-left: 20px;
}
.side-menu-item{
color: #9E9E9E;
align-items: center;
margin-bottom: 20px;
}
.side-menu-item-icon{
height: 20px;
width: 20px;
opacity: 0.8;
margin-right: 10px;
}
.users-icon{
opacity: 0.7;
}
/*
================================
ANIMATIONS
================================
*/
.side-menu-enter{
left: -100vw;
}
.side-menu-enter.side-menu-enter-active {
left: 0;
transition: left 0.5s;
}
.side-menu-leave{
left: 0;
}
.side-menu-leave.side-menu-leave-active {
left: -100vw;
transition: left 0.5s;
}
.side-menu-bg-enter{
opacity: 0;
}
.side-menu-bg-enter.side-menu-bg-enter-active {
opacity: 0.5;
transition: opacity 0.5s;
}
.side-menu-bg-leave{
opacity: 0.5;
}
.side-menu-bg-leave.side-menu-bg-leave-active {
opacity: 0;
transition: opacity 0.5s;
}
.search-enter{
top: -150vw;
}
.search-enter.search-enter-active {
top: 0;
transition: top 0.5s;
}
.search-leave{
top: 0;
}
.search-leave.search-leave-active {
top: -150vw;
transition: top 0.5s;
}
.userlist-enter{
right: -100vw;
}
.userlist-enter.userlist-enter-active {
right: 0;
transition: right 0.5s;
}
.userlist-leave{
right: 0;
}
.userlist-leave.userlist-leave-active {
right: -100vw;
transition: right 0.5s;
}
/*
================================
ANIMATIONS END
================================
*/
/*
================================
SIDE MENU END
================================
*/
/*
================================
PROMPT
================================
*/
.prompt-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
align-content: center;
justify-content: center;
align-items: center;
}
.prompt-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.prompt-window {
position: relative;
z-index: 100;
height: auto;
padding: 30px !important;
}
.close-prompt {
position: absolute;
top: 15px;
right: 15px;
justify-content: center;
align-items: center;
height: 20px;
width: 20px;
font-size: 24px;
color: #BDBDBD;
cursor: pointer;
}
.private-radio {
position: relative;
}
.radio-wrapper {
background: transparent;
align-items: center;
}
.private-radio-checkbox {
position: relative;
cursor: pointer;
z-index: 100;
-webkit-appearance: none;
-moz-appearance: none;
height: 20px;
width: 20px;
background: transparent;
border: 1px #9E9E9E solid;
border-radius: 2px;
margin: 0 5px;
transition: all 0.2s;
}
.private-radio-checkbox:checked {
content: ">\0000a0";
font-size: 14px;
color: #fff;
background: #512da8;
border-color: #512da8;
transition: all 0.2s;
}
.checkmark {
opacity: 0;
position: absolute;
height: 7px;
width: 13px;
left: 9px;
top: 5px;
border-left: 2px #fff solid;
border-bottom: 2px #fff solid;
pointer-events: none;
transform: rotate(-45deg);
}
.private-radio-checkbox:checked ~ .checkmark {
opacity: 1;
z-index: 200;
transition: 0.2s;
}
.private-radio-label {
position: relative !important;
top: 0 !important;
}
/*
================================
PROMPT END
================================
*/
/*
================================
ROOMS
================================
*/
.rooms-wrapper {
position: relative;
width: 100%;
flex-direction: column;
}
.room-list {
height: calc(100vh - 70px);
max-width: 40vw;
min-width: 500px;
width: 100%;
flex-direction: column;
padding-left: 0;
margin: 0px auto;
/*margin-top: 0;
margin-bottom: 0;*/
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
overflow-y: auto;
}
.room-list-item {
border-bottom: 1px solid #E0E0E0;
cursor: pointer;
}
.room-details {
flex-direction: column;
}
.room-name {
font-family: RobotoRegular;
font-size: 18px;
}
.room-owner {
font-family: RobotoLight;
color: #757575;
font-size: 14px;
}
.room-private {
height: 70px;
width: 70px;
justify-content: center;
align-content: center;
align-items: center;
margin-left: auto;
}
.private-lock {
width: 20px;
height: 20px;
background: url("../img/lock_icon.svg") no-repeat center center;
background-size: contain;
}
/*
================================
ROOMS END
================================
*/
.search-bar {
/* padding: 0 10px;*/
position: relative;
max-width: calc(40vw);
width: 100%;
height: 70px;
justify-content: center;
align-content: center;
align-items: center;
/*background: #262626;*/
}
.search-input {
position: relative;
width: 100%;
height: 40px;
border-radius: 2px;
padding-left: 10px;
font-size: 18px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
border: none;
}
.search-bar-mobile{
position: relative;
align-items: center;
}
.search-bar-mobile .search-input{
border-bottom: none;
}
.search-bar-mobile .search-input::placeholder{
font-size: 14px;
}
.search-input-icon{
opacity: 0.7;
min-height: 22px;
min-width: 22px;
transition: 0.2s;
}
.search-icon-open{
background: url("../img/search.svg") no-repeat center center;
background-size: contain;
}
.search-icon-close{
background: url("../img/x.svg") no-repeat center center;
background-size: contain;
}
.search-bar > input:before {
position: absolute;
content: '';
height: 50px;
width: 50px;
}
.content-wrapper {
width: 100%;
justify-content: center;
}
.playlist-container {
max-width: 40vw;
min-width: 40vw;
width: 100%;
flex-direction: column;
/*margin: 0 auto;*/
}
.youtube-player-wrapper {
max-height: 400px;
height: 100%;
flex-direction: column;
}
.youtube-player-wrapper span {
display: flex;
height: 100%;
width: 100%;
}
.youtube-player-wrapper iframe {
width: 100%;
height: 100%;
}
.youtube-player {
width: 100%;
height: 100%;
}
/*
================================
PLAYER CONTROLLER
================================
*/
.player-controller-wrapper {
/*position: fixed;
bottom: 0;
left: 0;*/
min-height: 70px;
width: 100%;
padding: 0 20px;
align-items: center;
justify-content: center;
flex-direction: column;
background: #262626;
}
.player-controller-controls {
width: 100%;
padding: 0 10px;
justify-content: center;
align-items: center;
}
button {
padding: 0;
}
button:focus {
outline: none;
}
.player-button {
border: none;
cursor: pointer;
height: 25px;
width: 25px;
opacity: 0.7;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.player-button:hover {
opacity: 1;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.play-button {
height: 35px;
width: 35px;
background: url("../img/play.svg") no-repeat center center;
background-size: contain;
}
.user-icon{
opacity: 0.7;
}
.user-icon:hover{
opacity: 1;
}
.favourite-button {
height: 22px;
width: 22px;
background: url("../img/heart.svg") no-repeat center center;
background-size: contain;
margin-right: 15px;
}
.pause-button {
height: 35px;
width: 35px;
background: url("../img/pause.svg") no-repeat center center;
background-size: contain;
}
.next-button {
margin-left: 10px;
background: url("../img/skip-forward.svg") no-repeat center center;
background-size: contain;
}
.time-display {
/*position: absolute;*/
color: #BDBDBD;
align-content: center;
font-size: 14px;
margin-top: 1px;
}
.time-display span {
display: flex;
align-items: center;
}
.time-display:first-of-type {
}
.time-display:last-of-type {
}
.divider {
margin: 0 5px;
}
.player-controller-seek-bar-wrapper {
position: relative;
width: 100%;
height: 25px;
align-items: center;
}
.seek-bar-wrapper {
position: relative;
width: 100%;
margin: 0 15px;
}
.seek-bar {
margin-left: 0;
margin-right: 0;
}
.progress-bar{
position: absolute;
top: 2px;
height: 5px;
width: 0px;
background: #512DA8;
}
.seek-bar, .volume-bar {
-webkit-appearance: none;
height: 5px;
/*margin: 10px 0;*/
width: 100%;
background: #BDBDBD;
transform-origin: 0% 50%;
cursor: pointer;
transition: 0.5s;
}
.player-controller-seek-bar-wrapper:hover .seek-bar::-webkit-slider-thumb {
height: 15px;
width: 15px;
}
.seek-bar:focus, .volume-bar:focus {
outline: none;
}
.seek-bar::-webkit-slider-thumb {
-webkit-appearance: none;
width: 0px;
height: 0px;
background: #512DA8;
border-radius: 8px;
}
/** FF*/
.seek-bar::-moz-range-progress {
-moz-appearance: none;
height: 100%;
background-color: #512DA8;
border: none;
}
.seek-bar::-moz-range-track {
-moz-appearance: none;
background-color: #BDBDBD;
border: none;
}
.seek-bar::-moz-range-thumb {
-moz-appearance: none;
width: 0;
border: none;
}
.seek-bar:-moz-focusring {
outline: 1px solid white;
outline-offset: -1px;
}
/* IE */
.seek-bar::-ms-fill-lower, .volume-bar::-ms-fill-lower {
background-color: #512DA8;
}
.seek-bar::-ms-fill-upper, .volume-bar::-ms-fill-upper {
background-color: #BDBDBD;
}
.volume-controller-wrapper {
position: relative;
margin-left: 15px;
align-items: center;
/*overflow: hidden;*/
transition: 0.3s;
}
.volume-controller-wrapper:hover .volume-bar {
position: absolute;
left: 25px;
width: 70px;
transform: scaleX(1);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.volume-controller-wrapper:hover {
transition: 0.2s;
}
.volume-icon {
height: 27px;
width: 27px;
cursor: pointer;
}
.volume-mute {
background: url("../img/volume-x-lighter.svg") no-repeat center center;
background-size: contain;
}
.volume-speaker {
background: url("../img/volume-2-lighter.svg") no-repeat center center;
background-size: contain;
}
.volume-bar {
position: absolute;
width: 0px;
left: 25px;
margin: 0 0 0 5px;
height: 4px;
max-width: 50px;
/*overflow: hidden;*/
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
transform: scaleX(0);
transform-origin: 0% 50%;
}
.volume-bar:hover {
/*transform: scaleY(1.5) !important;*/
}
.volume-bar::-webkit-slider-thumb {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
width: 0px;
height: 4px;
background: #fff;
/*box-shadow: -100px 0 0 100px #512DA8;*/
}
.volume-mute ~ .volume-bar {
display: none;
}
/*
================================
PLAYER TEST ON PHONE
================================
*/
/*.player-controller-wrapper{
position: fixed;
bottom: 0;
left: 0;
}*/
/*
================================
PLAYLIST
================================
*/
.playlist-wrapper {
/*max-width: 30vw;*/
width: 100%;
height: calc(100vh - 320px);
margin-right: auto;
flex-direction: column;
margin-top: 0;
margin-bottom: 0;
overflow-y: auto;
}
.no-items-wrapper {
color: #757575;
flex-direction: column;
padding: 0 10px;
}
.no-items-title {
text-align: center;
font-family: RobotoLight;
font-size: 24px;
line-height: 28px;
margin-bottom: 0;
}
.no-items-subtitle {
text-align: center;
font-family: RobotoLight;
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
}
.no-items-text {
text-align: center;
}
.user-list-wrapper {
max-width: 30vw;
width: 100%;
margin-left: auto;
border-right: 1px solid #E0E0E0;
}
.playlist-wrapper .list-item:first-of-type {
background: #262626;
}
.playlist-wrapper .list-item:first-of-type .video-details, .playlist-wrapper .list-item:first-of-type .video-delete {
border-bottom-color: #262626;
}
.playlist-wrapper .list-item:first-of-type .video-title {
color: #F5F5F5 !important;
}
.playlist-wrapper .list-item:first-of-type .subtitle {
color: #BDBDBD;
}
.playlist-wrapper .list-item:first-of-type .video-delete {
color: #EF5350;
}
.playlist-wrapper .list-item:first-of-type .video-delete:hover {
color: #F5F5F5;
border-bottom-color: #F44336;
}
.video-list, .room-list {
height: calc(100vh - 70px);
min-width: 30vw;
width: 100%;
flex-direction: column;
padding-left: 0;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
/*margin-top: 0;
margin-bottom: 0;*/
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
overflow-y: auto;
transition: 0s;
}
.list-item {
width: 100%;
min-height: 70px;
/*margin-bottom: 15px;*/
padding-left: 10px;
align-items: center;
}
.list-item:hover {
background: #E0E0E0;
}
.video-details {
width: 100%;
height: 70px;
flex-direction: column;
margin-left: 15px;
justify-content: center;
padding: 10px 0;
border-bottom: 1px solid #E0E0E0;
}
.video-thumbnail {
height: 50px;
max-width: 50px;
width: 100%;
min-width: 50px;
overflow: hidden;
border-radius: 50px;
}
.video-thumbnail img {
width: 100%;
/*height: 100%;*/
}
.video-title {
align-items: center;
line-height: 21px;
}
.video-duration {
font-size: 14px;
}
.video-delete {
height: 70px;
align-items: center;
padding: 0 20px;
border-bottom: 1px solid #E0E0E0;
color: #EF9A9A;
font-size: 32px;
/*font-weight: bold;*/
/*transition: 0.1s;*/
cursor: pointer;
}
.video-add {
height: 70px;
min-width: 55px;
align-items: center;
border-bottom: 1px solid #E0E0E0;
color: #8e8e8e;
font-size: 32px;
font-weight: 100;
font-family: RobotoThin;
justify-content: center;
text-align: center;
cursor: pointer;
/*background: url("../img/ic_add_black_18px.svg") no-repeat center center;
background-size: 70%;*/
}
.video-add:hover {
background: #BDBDBD;
color: #F5F5F5;
}
.video-delete:hover {
background: #EF5350;
color: #F5F5F5;
/*transition: 0.1s;*/
}
.subtitle {
color: #757575;
}
/*
================================
Scrollbar
================================
*/
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
background-color: #BDBDBD;
border-radius: 10px;
}
/*
================================
LOGIN PAGE
================================
*/
.login-bg {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
align-content: center;
background: url("../img/login_bg.jpg") no-repeat center center;
background-size: cover;
}
.login-wrapper {
padding: 0 20px;
width: 100%;
justify-content: center;
}
.login-form {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: center;
padding: 30px 30px;
padding-bottom: 20px;
max-width: 400px;
width: 100%;
min-height: 400px;
border-radius: 4px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
background: #262626;
}
.login-form h1 {
width: 100%;
color: #BDBDBD;
margin-top: 0;
margin-bottom: 50px;
font-family: RobotoThin;
font-weight: 500;
text-align: center;
}
.login-input {
width: 100%;
background: transparent !important;
padding: 10px 0;
border: none;
border-bottom: 1px solid #9E9E9E;
color: #9E9E9E;
font-family: RobotoLight;
font-size: 16px;
}
.form-submit {
margin-top: 10px;
}
.input-wrapper {
position: relative;
/*max-width: 300px;*/
width: 100%;
margin-bottom: 35px;
}
input:focus ~ label, input:valid ~ label {
top: -18px;
font-size: 16px;
/*font-family: RobotoThin;*/
}
input:focus ~ .bar, input:valid ~ .bar {
width: 100%;
}
.bar {
position: absolute;
width: 0%;
height: 2px;
bottom: 0;
background: #9E9E9E;
-webkit-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-ms-transition: 0.2s ease all;
-o-transition: 0.2s ease all;
transition: 0.2s ease all;
}
label {
color: #9E9E9E;
font-size: 16px;
position: absolute;
pointer-events: none;
top: 10px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
font-family: RobotoRegular;
}
input[type='submit'] {
border: none;
background: #512DA8;
color: #fff;
padding: 10px 70px;
width: 100%;
justify-content: center;
font-family: RobotoBold;
font-size: 14px;
border-radius: 2px;
padding: 12px 0;
cursor: pointer;
}
.login-register {
margin-top: 25px;
margin-bottom: 0;
color: #9575CD;
font-family: RobotoLight;
text-decoration: underline;
cursor: pointer;
}
.status-message {
padding-top: 15px;
color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 10000s ease-in-out 0s;
-webkit-text-fill-color: #9E9E9E !important;
color: #9E9E9E !important;
}
.user-list-container{
max-width: 30vw;
width: 100%;
}
.user-list-wrapper {
flex-direction: column;
margin: 0;
padding-left: 20px;
}
.user-list-item {
font-size: 18px;
font-family: RobotoMedium;
color: #757575;
padding: 10px 0;
}
.user-list-avatar {
height: 40px;
width: 40px;
border-radius: 20px;
background: url("../img/avatar_placeholder.png") no-repeat center center;
background-size: contain;
}
.user-list-username {
display: flex;
align-items: center;
margin-left: 10px;
}
.user-list-speaker {
align-items: center;
font-size: 14px;
color: #757575;
margin-left: auto;
margin-right: 15px;
cursor: pointer;
}
.user-list-item .room-owner {
color: #512DA8;
}
.not-clickable {
cursor: default;
}
.row{
flex-direction: row;
}
.col{
flex-direction: column;
}
/*
================================
RESPONSIVE
================================
*/
@media screen and (max-width: 600px) {
.header-wrapper, .header {
min-height: 50px;
height: 50px;
align-items: center;
}
.header-wrapper{
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
}
.header {
position: fixed;
padding: 0;
top: 0;
}
.header-chevron {
height: 40px;
width: 40px;
}
.header-left-wrapper{
width: auto;
}
.search-bar, .search-input {
padding-left: 5px;
height: 30px;
background: transparent;
box-shadow: none;
border-bottom: 1px solid #424242;
color: #BDBDBD;
}
.room-list {
margin-top: 50px;
min-width: 100%;
}
.content-wrapper {
position: absolute;
top: 50px;
}
.prompt-window {
margin: 0 20px;
}
.player-controller-wrapper {
position: fixed;
bottom: 0;
left: 0;
z-index: 20;
box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.16), 0 2px 1px rgba(0, 0, 0, 0.23);
}
.header-title {
display: none;
justify-content: center;
font-size: 14px;
margin-left: 0;
}
.header-back-nav {
width: 45px;
}
.user-list-container{
position: absolute;
height: calc(100vh - 120px);
max-width: 100vw;
}
.user-list-wrapper {
position: absolute;
border: none;
height: 100%;
min-width: 60vw;
max-width: 60vw;
right: 0;
z-index: 18;
background: #212121;
}
.user-list-item{
}
.playlist-container {
max-width: 100%;
width: 100%;
}
.youtube-player-wrapper {
height: 200px;
overflow: hidden;
}
.youtube-player-wrapper > span {
height: 100%;
}
.user-details {
padding-right: 15px;
width: auto;
}
::-webkit-scrollbar {
display: none;
}
.video-title {
font-size: 13px;
line-height: 15px;
}
.video-duration {
font-size: 11px;
}
.playlist-wrapper .list-item {
min-height: 50px;
height: 50px;
}
.video-thumbnail {
display: none;
}
.video-details {
height: 100%;
margin-left: 5px;
padding: 0;
}
.video-delete {
height: 100%;
font-size: 28px;
padding: 0 15px;
}
.volume-controller-wrapper:hover .volume-bar{
display: none;
}
.volume-controller-wrapper{
position: absolute;
right: 20px;
}
.user-details{
content: '';
}
.video-list-wrapper{
position: absolute;
height: 100%;
width: 100%;
z-index: 15;
pointer-events: none;
}
.video-list{
position: absolute;
height: calc(100vh - 120px);
pointer-events: auto;
border: none;
width: 100%;
background: #212121;
transition: none;
}
.video-list .list-item{
min-height: 50px;
}
.video-list .video-details{
height: 50px;
border-bottom-color: #424242;
}
.video-list .video-title{
color: #BDBDBD;
}
.video-list .video-add{
height: 50px;
border-bottom-color: #424242;
}
.video-list .video-add:hover{
background: inherit;
}
.video-list .video-add:active{
background: #424242;
}
.video-list .list-item:hover{
background: inherit;
}
.search-input{
font-size: 14px;
padding-left: 10px;
}
}
/*
================================
FONTS
================================
*/
@font-face {
font-family: RobotoThin;
src: url('../fonts/Roboto-Thin.ttf');
}
@font-face {
font-family: RobotoRegular;
src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
font-family: RobotoMedium;
src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
font-family: RobotoBold;
src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
font-family: RobotoLight;
src: url('../fonts/Roboto-Light.ttf');
} | 0.346762 | 0.10307 |
div.bm-overlay[class] {
top: 0;
background: transparent !important;
}
.bm-menu-wrap {
top: 0;
}
.bm-menu {
height: 100%;
margin: 1rem 0.5rem;
overflow: unset !important;
}
.bm-morph-shape {
fill: var(--menuBackgroundColor);
}
.bm-cross-button {
background: var(--menuButtonCloseBackgroundColor);
border-radius: 25%;
}
.bm-cross {
background: var(--menuButtonCloseColor);
}
.bm-burger-bars {
background: var(--menuButtonBurgerColor);
}
.bm-burger-button {
--buttonWidth: 1rem;
--buttonHeight: 1rem;
position: fixed;
right: 2rem;
top: calc((var(--headerHeight) - var(--buttonHeight)) / 2);
width: var(--buttonWidth);
height: var(--buttonHeight);
}
.bm-menu-wrap ul {
list-style: none;
}
/* Links */
.bm-item {
margin-bottom: 1rem;
}
.c-menu_link {
text-decoration: none;
color: var(--menuTextColor);
}
.c-menu__socials {
display: flex !important;
justify-content: space-between;
margin-top: 1rem;
}
.c-menu {
font-size: 1.25rem;
color: var(--menuTextColor);
}
@keyframes fadeIn {
0% {
opacity: 0;
}
99% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.c-menu-opened::after {
content: url('../../images/dust4.png');
position: relative;
top: -6rem;
left: -17rem;
z-index: -1;
animation: fadeIn 0.4s ease-out;
}
.c-menu__area-clickToClose {
position: absolute;
top: -1rem;
right: 100%;
height: 100vh;
width: 100vw;
background: transparent;
}
.c-menu__area-clickToClose:focus {
outline: none;
}
.c-menu-logo {
width: 70%;
margin-bottom: 1rem;
}
.c-menu_link_active_path {
padding: 0.25rem;
background: var(--menuActiveLinkBackgroundColor);
border-radius: var(--buttonBorderRadius);
color: var(--menuActiveLinkColor);
}
.c-resume-button--menu {
display: flex;
justify-content: center;
padding: 1rem;
margin-left: 1.45rem;
background: var(--menuButtonDownloadBackgroundColor);
text-decoration: none;
text-align: center;
color: var(--menuButtonDownloadTextColor);
font-family: var(--font-content);
}
ul.bm-item:focus {
outline: none;
}
@media screen and (min-width: 601px) {
.bm-burger-button {
display: none;
}
/* HACK target div wrappingmenu*/
.c-header__links + div {
display: none;
}
} | src/components/menu/menu.css |
div.bm-overlay[class] {
top: 0;
background: transparent !important;
}
.bm-menu-wrap {
top: 0;
}
.bm-menu {
height: 100%;
margin: 1rem 0.5rem;
overflow: unset !important;
}
.bm-morph-shape {
fill: var(--menuBackgroundColor);
}
.bm-cross-button {
background: var(--menuButtonCloseBackgroundColor);
border-radius: 25%;
}
.bm-cross {
background: var(--menuButtonCloseColor);
}
.bm-burger-bars {
background: var(--menuButtonBurgerColor);
}
.bm-burger-button {
--buttonWidth: 1rem;
--buttonHeight: 1rem;
position: fixed;
right: 2rem;
top: calc((var(--headerHeight) - var(--buttonHeight)) / 2);
width: var(--buttonWidth);
height: var(--buttonHeight);
}
.bm-menu-wrap ul {
list-style: none;
}
/* Links */
.bm-item {
margin-bottom: 1rem;
}
.c-menu_link {
text-decoration: none;
color: var(--menuTextColor);
}
.c-menu__socials {
display: flex !important;
justify-content: space-between;
margin-top: 1rem;
}
.c-menu {
font-size: 1.25rem;
color: var(--menuTextColor);
}
@keyframes fadeIn {
0% {
opacity: 0;
}
99% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.c-menu-opened::after {
content: url('../../images/dust4.png');
position: relative;
top: -6rem;
left: -17rem;
z-index: -1;
animation: fadeIn 0.4s ease-out;
}
.c-menu__area-clickToClose {
position: absolute;
top: -1rem;
right: 100%;
height: 100vh;
width: 100vw;
background: transparent;
}
.c-menu__area-clickToClose:focus {
outline: none;
}
.c-menu-logo {
width: 70%;
margin-bottom: 1rem;
}
.c-menu_link_active_path {
padding: 0.25rem;
background: var(--menuActiveLinkBackgroundColor);
border-radius: var(--buttonBorderRadius);
color: var(--menuActiveLinkColor);
}
.c-resume-button--menu {
display: flex;
justify-content: center;
padding: 1rem;
margin-left: 1.45rem;
background: var(--menuButtonDownloadBackgroundColor);
text-decoration: none;
text-align: center;
color: var(--menuButtonDownloadTextColor);
font-family: var(--font-content);
}
ul.bm-item:focus {
outline: none;
}
@media screen and (min-width: 601px) {
.bm-burger-button {
display: none;
}
/* HACK target div wrappingmenu*/
.c-header__links + div {
display: none;
}
} | 0.403567 | 0.07538 |
@import './pure/forms-min.css';
.app-dark input{
color: white;
}
p {
margin: 0
}
ol,
ul {
margin: 0;
}
.block {
position: relative;
display: flex;
flex-direction: row;
border: 1px solid #a8a8ad !important;
border-radius: 5px;
margin: 2px;
}
.block .json-val {
flex-grow: 1;
}
.json-val .block_content {
margin-top: 30px
}
.block .json-key {
width: 140px;
display: flex;
flex-grow: 0;
}
.block.hide-block {
background: #f5f5f5;
}
.block.hide-block .json-val {
display: none;
}
.block.hide-block .collapse-down {
transform: rotate(-90deg);
}
.del-btn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
transition: opacity .4s ease;
}
.del-btn:hover {
opacity: .6;
}
.des {
position: absolute;
right: 14px;
font-size: 10px;
line-height: 30px;
color: #6190e8;
cursor: pointer;
}
.add-des {
color: #999;
}
.block_content {
text-align: left;
margin-left: 30px;
line-height: 1.5 !important;
direction: ltr;
}
.block_content .i-type {
color: #999;
flex-shrink: 0;
padding-top: 5px;
}
.block_content .key-input,
.block_content .val-input {
width: 90%;
height: 25px;
padding: 0 5px;
font-weight: bold;
font-size: 14px;
outline: 0;
background: rgba(0, 0, 0, 0);
}
.block_content .val-input:focus {
background: #ffffa0;
}
.block_content .key-input:read-only,
.block_content .val-input:read-only {
background: none;
}
.block_content .key-input {
color: #0cadcb;
}
.block_content .val-input {
font-weight: normal;
color: #0b8e6b;
}
.block_content .json-key {
font-weight: bold;
}
.block_content .json-key.json-desc {
color: #999;
font-size: .8em;
}
.collopsed:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background: #333;
}
.collapse-down {
float: left;
margin-top: 2px;
margin-right: 2px;
color: #000;
cursor: pointer;
transition: transform .2s ease;
}
.array-ol {
margin-top: 30px !important;
}
.array-item {
position: relative;
}
.array-item.hide-item {
background: #f5f5f5;
}
.array-item.hide-item .json-val {
display: none;
}
.array-item.hide-item .collapse-down {
transform: rotate(-90deg);
} | components/json-editor/assets/styles/common.css | @import './pure/forms-min.css';
.app-dark input{
color: white;
}
p {
margin: 0
}
ol,
ul {
margin: 0;
}
.block {
position: relative;
display: flex;
flex-direction: row;
border: 1px solid #a8a8ad !important;
border-radius: 5px;
margin: 2px;
}
.block .json-val {
flex-grow: 1;
}
.json-val .block_content {
margin-top: 30px
}
.block .json-key {
width: 140px;
display: flex;
flex-grow: 0;
}
.block.hide-block {
background: #f5f5f5;
}
.block.hide-block .json-val {
display: none;
}
.block.hide-block .collapse-down {
transform: rotate(-90deg);
}
.del-btn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
transition: opacity .4s ease;
}
.del-btn:hover {
opacity: .6;
}
.des {
position: absolute;
right: 14px;
font-size: 10px;
line-height: 30px;
color: #6190e8;
cursor: pointer;
}
.add-des {
color: #999;
}
.block_content {
text-align: left;
margin-left: 30px;
line-height: 1.5 !important;
direction: ltr;
}
.block_content .i-type {
color: #999;
flex-shrink: 0;
padding-top: 5px;
}
.block_content .key-input,
.block_content .val-input {
width: 90%;
height: 25px;
padding: 0 5px;
font-weight: bold;
font-size: 14px;
outline: 0;
background: rgba(0, 0, 0, 0);
}
.block_content .val-input:focus {
background: #ffffa0;
}
.block_content .key-input:read-only,
.block_content .val-input:read-only {
background: none;
}
.block_content .key-input {
color: #0cadcb;
}
.block_content .val-input {
font-weight: normal;
color: #0b8e6b;
}
.block_content .json-key {
font-weight: bold;
}
.block_content .json-key.json-desc {
color: #999;
font-size: .8em;
}
.collopsed:before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background: #333;
}
.collapse-down {
float: left;
margin-top: 2px;
margin-right: 2px;
color: #000;
cursor: pointer;
transition: transform .2s ease;
}
.array-ol {
margin-top: 30px !important;
}
.array-item {
position: relative;
}
.array-item.hide-item {
background: #f5f5f5;
}
.array-item.hide-item .json-val {
display: none;
}
.array-item.hide-item .collapse-down {
transform: rotate(-90deg);
} | 0.50415 | 0.086903 |
body{
background: #888;
}
footer{
color: white;
text-shadow: 0 1px 1px rgba(0,0,0,.85);
}
#notificaciones{
display: none;
}
.main-wrapper{
background: #fdfdfd !important;
padding: 2em 4em;
padding-top: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
border-radius: .3em;
}
.row{
margin-left : 0 !important;
margin-right: 0 !important;
}
.mpReset{
margin : 0 !important;
padding: 0 !important;
}
.hidden{
display: none;
}
.grey20{
background: #eee;
}
.grey30{
background: #ddd;
}
.grey40{
background: #ccc;
}
/* CONTENEDORES */
.contenedor{
padding: 0;
margin-bottom: 1em;
border-radius: .5em;
border: 1px solid #3949ab;
box-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
.contenedor-titulo{
background: #3949ab;
background: -moz-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: -webkit-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: linear-gradient(to bottom, #3949ab 0%, #395ade 100%);
width: 100%;
display: block;
padding: .05em 0;
margin-bottom: .3em;
border-radius: .35em .35em 0 0;
text-align: center;
vertical-align: middle;
}
.titulo{
color: white;
top: .3em;
position: relative;
display: block;
margin-top: 0;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 2px 2px rgba(0,0,0,0.36);
}
.contenedor > p{
margin : 0 1em .5em 1em !important;
hyphens: auto;
word-break: break-all;
}
.contenedor > ul{
padding: 0 1em .5em 1em !important;
list-style: none;
margin-bottom: 0;
}
.main_title_container{
text-transform: uppercase;
margin-bottom: 1em;
text-align: center;
font-weight: bold;
color: white;
background: #3949ab;
background: -moz-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: -webkit-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: linear-gradient(to bottom, #3949ab 0%, #395ade 100%);
border-radius: 0 0 1em 1em;
box-shadow: 0 3px 2px rgba(0,0,0,0.36);
margin-bottom: 1.5em;
}
.main_title_container > h2{
margin: .5em 0;
text-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
#container_uuid, #container_fecha, #container_serie_folio, #container_regimen, #container_total_letra{
text-align: center;
}
/* TABLA */
table{
border: 1px solid rgba(0,0,0,0.2) !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.36);
}
thead{
background: #3949ab;
background: -moz-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: -webkit-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: linear-gradient(to bottom, #3949ab 0%, #395ade 100%);
color: white;
}
tfoot > tr > td{
text-align: right;
}
#total_letra{
text-align: center;
}
th{
text-shadow: 0 1px 2px rgba(0,0,0,0.36);
}
th, td{
text-align: center;
vertical-align: middle !important;
} | webapp/modulos/cont/css/visor_facturas.css |
body{
background: #888;
}
footer{
color: white;
text-shadow: 0 1px 1px rgba(0,0,0,.85);
}
#notificaciones{
display: none;
}
.main-wrapper{
background: #fdfdfd !important;
padding: 2em 4em;
padding-top: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
border-radius: .3em;
}
.row{
margin-left : 0 !important;
margin-right: 0 !important;
}
.mpReset{
margin : 0 !important;
padding: 0 !important;
}
.hidden{
display: none;
}
.grey20{
background: #eee;
}
.grey30{
background: #ddd;
}
.grey40{
background: #ccc;
}
/* CONTENEDORES */
.contenedor{
padding: 0;
margin-bottom: 1em;
border-radius: .5em;
border: 1px solid #3949ab;
box-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
.contenedor-titulo{
background: #3949ab;
background: -moz-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: -webkit-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: linear-gradient(to bottom, #3949ab 0%, #395ade 100%);
width: 100%;
display: block;
padding: .05em 0;
margin-bottom: .3em;
border-radius: .35em .35em 0 0;
text-align: center;
vertical-align: middle;
}
.titulo{
color: white;
top: .3em;
position: relative;
display: block;
margin-top: 0;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 2px 2px rgba(0,0,0,0.36);
}
.contenedor > p{
margin : 0 1em .5em 1em !important;
hyphens: auto;
word-break: break-all;
}
.contenedor > ul{
padding: 0 1em .5em 1em !important;
list-style: none;
margin-bottom: 0;
}
.main_title_container{
text-transform: uppercase;
margin-bottom: 1em;
text-align: center;
font-weight: bold;
color: white;
background: #3949ab;
background: -moz-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: -webkit-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: linear-gradient(to bottom, #3949ab 0%, #395ade 100%);
border-radius: 0 0 1em 1em;
box-shadow: 0 3px 2px rgba(0,0,0,0.36);
margin-bottom: 1.5em;
}
.main_title_container > h2{
margin: .5em 0;
text-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
#container_uuid, #container_fecha, #container_serie_folio, #container_regimen, #container_total_letra{
text-align: center;
}
/* TABLA */
table{
border: 1px solid rgba(0,0,0,0.2) !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.36);
}
thead{
background: #3949ab;
background: -moz-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: -webkit-linear-gradient(top, #3949ab 0%, #395ade 100%);
background: linear-gradient(to bottom, #3949ab 0%, #395ade 100%);
color: white;
}
tfoot > tr > td{
text-align: right;
}
#total_letra{
text-align: center;
}
th{
text-shadow: 0 1px 2px rgba(0,0,0,0.36);
}
th, td{
text-align: center;
vertical-align: middle !important;
} | 0.286469 | 0.085786 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
::-moz-selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
::selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
.container-fluid {
padding: 0!important;
position: relative;
}
p {
display: flex;
flex-direction: column;
font-family: 'Quicksand', sans-serif;
color: white;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans Condensed', sans-serif;
color: white;
font-weight: 700;
}
.btn-primary {
background-color: #64a19d!important;
border: none;
text-transform: uppercase;
font-family: 'Quicksand', sans-serif;
letter-spacing: 1px;
font-weight: 500;
font-size: 14px;
padding: 10px 20px;
margin-top: 30px;
}
.btn-link {
color: #64a19d!important;
}
/* Estilos del Nav */
.logo {
background-image: url(../img/logo-m.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 10px;
left: 20px;
width: 44px;
height: auto;
padding: 30px 1px;
}
nav{
background-color: #000;
height: 80px;
z-index: 1000;
}
.navbar {
padding: 0;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
padding-top: 2%;
justify-content: flex-end;
text-align: center;
}
.navbar-dark .navbar-toggler {
position: absolute;
right: 15px;
border: 2px solid rgba(255, 255, 255);
}
.navbar-dark i.fa-bars {
font-size: 1em;
margin-top: 6px;
}
.navbar-collapse {
padding-top: 0px;
}
.navbar-expand-lg .navbar-nav {
margin-left: 0px;
margin-right: 10px;
}
nav h1 {
padding: 12px 0 0 50px;
}
nav ul {
background-color: #000;
}
nav ul li a{
font-family: 'Fjalla One', sans-serif;
font-size: 0.8em;
color: white;
list-style-type: none;
text-transform: uppercase;
margin-top: 5px;
}
nav ul li a :hover{
background-color: black;
color: #64a19d;
}
nav i{
font-size: 1.5em;
color: white;
margin-bottom: 6px;
}
nav ion-icon{
font-size: 2em;
color: white;
}
nav ul li{
padding-left: 0px;
}
nav ul li a p {
display: none;
}
.navbar-dark .navbar-nav .nav-link {
color: #64a19d;
}
img.foto{
border-radius: 50%;
width: 50px;
height: 40px;
}
.dropdown-menu{
background-color: black;
min-width: 5rem;
padding: 0.5rem;
}
.dropdown-item{
color: white;
}
.dropdown-menu.show{
display: inline;
}
.pagination{
display: flex;
justify-content: flex-end;
list-style: none;
border-radius: .25rem;
padding-right: 15px;
}
.page-item.active .page-link {
background-color: #fff;
color: #000;
border: 2px solid #000;
font-weight: 700;
}
.page-link {
color: #000;
font-family: 'Quicksand', sans serif;
}
/* Estilos del footer */
footer {
background-color: #111;
color: white;
padding-top: 30px;
text-align: center;
bottom: 0;
}
footer .container {
margin: 20px auto 30px;
}
footer .footer-copyright {
background-color: #000;
padding-top: 3px;
padding-bottom: 3px;
}
footer .footer-copyright p {
font-size: 0.8em;
margin: 10px;
color: #ccc;
}
footer ul {
list-style-type: none;
padding-left: 0;
line-height: 1.7;
}
footer .logo-footer {
width: 50px;
height: auto;
margin: 0 0 10px 19px;
}
footer h5 {
font-size: 1.3em;
color: white;
margin-top: 15px;
text-transform: uppercase;
}
footer a {
color: #d2d1d1;
text-decoration: none;
}
footer a:hover, footer a:active {
text-decoration: none;
color: white;
}
footer h1 a{
font-size: 50px;
text-align: center;
color: #fff;
}
footer .iconos-redes {
display: inline;
text-align: center;
padding-top: 30px;
padding-bottom: 16px;
}
footer .iconos-redes a {
font-size: 2.5em;
color: #fff;
padding: 5px;
transition: 0.2s;
}
footer .iconos-redes a:hover {
text-decoration: none;
color: #64a19d;
}
footer .btn {
color: white;
background-color: #64a19d;
border-radius: 20px;
border: none;
width: 150px;
display: block;
margin: 0 auto;
margin-top: 10px;
line-height: 25px;
}
@media screen and (max-width: 767px) {
footer {
text-align: center;
}
}
/* Productos */
h1.titulo-productos {
color: black;
font-size: 3em;
margin: 20px 0 0 15px;
font-weight: 300;
}
h1.titulo-productos strong {
font-weight: 700;
}
.card {
border: none;
text-align: center;
}
.card .titulo a {
border: 2px solid black;
margin: 10px auto;
padding: 10px 24px;
transition:0.2s background-color;
text-decoration: none;
display: inline-block;
width: 100%;
}
.card .titulo a:hover, .card .titulo a:active {
background-color:#000!important;
transform:translateY(2px);
transform:translateX(2px);
}
.card .titulo a h5 {
color: #000;
font-family: 'Quicksand', sans serif;
text-transform: uppercase;
font-weight: 400;
font-size: 1em;
letter-spacing: 1px;
line-height: 1.4;
margin-bottom: 0;
}
.card .titulo a h5:hover {
color: #fff;
font-weight: 700;
}
.card .titulo p {
color: #6C6C6C;
}
.card .card-producto {
position: relative;
}
.card .card-producto .producto-hover {
background: #000;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
.card .card-producto .producto-hover:hover {
opacity: 0.7;
}
.card-producto .producto-hover .producto-hover-content {
position: absolute;
width: 100%;
height: 20px;
font-size: 20px;
text-align: center;
top: 45%;
color: white;
}
.card-producto .producto-hover .producto-hover-content button {
background-color: transparent;
color: #fff;
border: none;
}
.card-producto .producto-hover .producto-hover-content i.fas {
font-size: 2em;
color: #fff;
padding: 0 15px;
}
.card-producto .producto-hover .producto-hover-content i.fas:hover {
opacity: 0.5;
}
/* Producto Detalle */
#detalle-producto {
margin: 15px 0 40px 0;
}
#detalle-producto ul li {
list-style: none;
display: inline;
}
#detalle-producto ul li a {
text-decoration: none;
color: black;
}
#detalle-producto ul li a:hover {
font-weight: 700;
}
#detalle-producto .tarjeta h1{
color: black;
font-size: 3em;
margin: 10px 0;
font-weight: 300;
}
#detalle-producto .tarjeta p {
color: black;
font-family: 'Quicksand', sans serif;
}
#detalle-producto .tarjeta p span {
color: #64a19d;
font-weight: 700;
text-transform: uppercase;
}
#detalle-producto .tarjeta p.precio {
color: #6C6C6C;
font-style: italic;
}
#detalle-producto .tarjeta button {
border: 2px solid black;
background-color: #fff;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1px;
padding: 10px 24px;
transition:0.2s background-color;
}
#detalle-producto .tarjeta button:hover, #detalle-producto .tarjeta button:active {
background-color:#000!important;
color: #fff;
transform:translateY(2px);
transform:translateX(2px);
}
#detalle-producto .tarjeta a {
border: 2px solid black;
background-color: #000;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1px;
padding: 10px 24px;
transition:0.2s background-color;
}
#detalle-producto .tarjeta a:hover, #detalle-producto .tarjeta a:active {
border: 2px solid black;
background-color:#fff!important;
color: #000;
transform:translateY(2px);
transform:translateX(2px);
}
/* FAQS */
.fondo-preguntas {
background-image: url("../img/fondo-preguntas.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
text-align: center;
padding: 50px 0 100px;
}
.preguntasF {
text-align: center;
}
.preguntasF h3{
color: #000;
font-size: 1.9em;
padding: 10px 0;
}
.preguntasF .card {
margin: 0 auto 10px;
max-width: 500px;
border: none;
}
.preguntasF .card-header {
background-color: #000;
}
.preguntasF .btn-link {
color: #fff;
}
.preguntasF .btn-link:hover, .preguntasF .btn-link:active{
text-decoration: none;
}
.preguntasF .card-body p {
color: #000!important;
}
@media (min-width:320px){
.navbar-collapse {
padding-top: 0px;
margin-left:240px;
margin-right: 00px;
}
nav h1 {
padding: 12px 0px 0px 65px;
}
}
@media (min-width:375px)
{
.navbar-nav .nav-link {
padding-right: 00px;
padding-left: 00px;
margin-right: 00px;
margin-left: 00px;
}
.navbar-collapse {
padding-top: 0px;
margin-left: 290px;
margin-right: 00px;
}
nav h1 {
padding: 12px 0px 0 55px;
}
}
@media (min-width:425px)
{
.navbar-collapse {
padding-top: 0px;
margin-left:340px;
margin-right: 00px;
border-radius: 20px;
border-style: solid 5px;
}
nav h1 {
padding: 12px 0px 0 15px;
}
}
@media (min-width:768px)
{
.dropdown-menu{
background-color: black;
min-width: 5rem;
padding: 0.5rem;
}
.dropdown-item{
color: white;
}
.dropdown-menu.show{
display: inline;
}
.navbar-expand-lg .navbar-collapse {
display: flex!important;
flex-basis: auto;
}
.navbar-collapse {
padding-top: 0px;
margin-left:00px;
margin-right: 00px;
}
.navbar-collapse {
padding-top: 0!important;
padding-right: 15px;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
padding-top: 0%;
justify-content: flex-end;
text-align: center;
}
.navbar-nav .nav-link {
padding: 0 9px;
margin-right: 00px;
margin-left: 00px;
}
nav h1 {
padding: 0px 0px 0 100px;
}
.logo {
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 18px;
left: 28px;
width: 172px;
height: auto;
padding: 25px;
}
nav ul li a p {
display: inline;
text-transform: lowercase;
font-size: 0.8em;
}
}
@media (min-width:1024px)
{
.logo {
left: 32px;
}
nav h1{
font-size: 3.5em;
margin-left: 3%;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
font-size: 13px;
padding-top: 0px;
justify-content: flex-end;
text-align: center;
}
.navbar-collapse {
padding-top: -10px;
margin-left:0px;
margin-right: 00px;
}
nav ul li a {
font-size: 1.2em;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 15px;
}
}
.offset-md-4 {
margin: 0;
}
.text-md-right{
text-align: center ! important;
}
.row {
margin: auto;
}
form-check {
padding: 1rem;
}
div.col-sm-6{
margin: 0 auto;
} | public/css/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
::-moz-selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
::selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
.container-fluid {
padding: 0!important;
position: relative;
}
p {
display: flex;
flex-direction: column;
font-family: 'Quicksand', sans-serif;
color: white;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans Condensed', sans-serif;
color: white;
font-weight: 700;
}
.btn-primary {
background-color: #64a19d!important;
border: none;
text-transform: uppercase;
font-family: 'Quicksand', sans-serif;
letter-spacing: 1px;
font-weight: 500;
font-size: 14px;
padding: 10px 20px;
margin-top: 30px;
}
.btn-link {
color: #64a19d!important;
}
/* Estilos del Nav */
.logo {
background-image: url(../img/logo-m.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 10px;
left: 20px;
width: 44px;
height: auto;
padding: 30px 1px;
}
nav{
background-color: #000;
height: 80px;
z-index: 1000;
}
.navbar {
padding: 0;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
padding-top: 2%;
justify-content: flex-end;
text-align: center;
}
.navbar-dark .navbar-toggler {
position: absolute;
right: 15px;
border: 2px solid rgba(255, 255, 255);
}
.navbar-dark i.fa-bars {
font-size: 1em;
margin-top: 6px;
}
.navbar-collapse {
padding-top: 0px;
}
.navbar-expand-lg .navbar-nav {
margin-left: 0px;
margin-right: 10px;
}
nav h1 {
padding: 12px 0 0 50px;
}
nav ul {
background-color: #000;
}
nav ul li a{
font-family: 'Fjalla One', sans-serif;
font-size: 0.8em;
color: white;
list-style-type: none;
text-transform: uppercase;
margin-top: 5px;
}
nav ul li a :hover{
background-color: black;
color: #64a19d;
}
nav i{
font-size: 1.5em;
color: white;
margin-bottom: 6px;
}
nav ion-icon{
font-size: 2em;
color: white;
}
nav ul li{
padding-left: 0px;
}
nav ul li a p {
display: none;
}
.navbar-dark .navbar-nav .nav-link {
color: #64a19d;
}
img.foto{
border-radius: 50%;
width: 50px;
height: 40px;
}
.dropdown-menu{
background-color: black;
min-width: 5rem;
padding: 0.5rem;
}
.dropdown-item{
color: white;
}
.dropdown-menu.show{
display: inline;
}
.pagination{
display: flex;
justify-content: flex-end;
list-style: none;
border-radius: .25rem;
padding-right: 15px;
}
.page-item.active .page-link {
background-color: #fff;
color: #000;
border: 2px solid #000;
font-weight: 700;
}
.page-link {
color: #000;
font-family: 'Quicksand', sans serif;
}
/* Estilos del footer */
footer {
background-color: #111;
color: white;
padding-top: 30px;
text-align: center;
bottom: 0;
}
footer .container {
margin: 20px auto 30px;
}
footer .footer-copyright {
background-color: #000;
padding-top: 3px;
padding-bottom: 3px;
}
footer .footer-copyright p {
font-size: 0.8em;
margin: 10px;
color: #ccc;
}
footer ul {
list-style-type: none;
padding-left: 0;
line-height: 1.7;
}
footer .logo-footer {
width: 50px;
height: auto;
margin: 0 0 10px 19px;
}
footer h5 {
font-size: 1.3em;
color: white;
margin-top: 15px;
text-transform: uppercase;
}
footer a {
color: #d2d1d1;
text-decoration: none;
}
footer a:hover, footer a:active {
text-decoration: none;
color: white;
}
footer h1 a{
font-size: 50px;
text-align: center;
color: #fff;
}
footer .iconos-redes {
display: inline;
text-align: center;
padding-top: 30px;
padding-bottom: 16px;
}
footer .iconos-redes a {
font-size: 2.5em;
color: #fff;
padding: 5px;
transition: 0.2s;
}
footer .iconos-redes a:hover {
text-decoration: none;
color: #64a19d;
}
footer .btn {
color: white;
background-color: #64a19d;
border-radius: 20px;
border: none;
width: 150px;
display: block;
margin: 0 auto;
margin-top: 10px;
line-height: 25px;
}
@media screen and (max-width: 767px) {
footer {
text-align: center;
}
}
/* Productos */
h1.titulo-productos {
color: black;
font-size: 3em;
margin: 20px 0 0 15px;
font-weight: 300;
}
h1.titulo-productos strong {
font-weight: 700;
}
.card {
border: none;
text-align: center;
}
.card .titulo a {
border: 2px solid black;
margin: 10px auto;
padding: 10px 24px;
transition:0.2s background-color;
text-decoration: none;
display: inline-block;
width: 100%;
}
.card .titulo a:hover, .card .titulo a:active {
background-color:#000!important;
transform:translateY(2px);
transform:translateX(2px);
}
.card .titulo a h5 {
color: #000;
font-family: 'Quicksand', sans serif;
text-transform: uppercase;
font-weight: 400;
font-size: 1em;
letter-spacing: 1px;
line-height: 1.4;
margin-bottom: 0;
}
.card .titulo a h5:hover {
color: #fff;
font-weight: 700;
}
.card .titulo p {
color: #6C6C6C;
}
.card .card-producto {
position: relative;
}
.card .card-producto .producto-hover {
background: #000;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
.card .card-producto .producto-hover:hover {
opacity: 0.7;
}
.card-producto .producto-hover .producto-hover-content {
position: absolute;
width: 100%;
height: 20px;
font-size: 20px;
text-align: center;
top: 45%;
color: white;
}
.card-producto .producto-hover .producto-hover-content button {
background-color: transparent;
color: #fff;
border: none;
}
.card-producto .producto-hover .producto-hover-content i.fas {
font-size: 2em;
color: #fff;
padding: 0 15px;
}
.card-producto .producto-hover .producto-hover-content i.fas:hover {
opacity: 0.5;
}
/* Producto Detalle */
#detalle-producto {
margin: 15px 0 40px 0;
}
#detalle-producto ul li {
list-style: none;
display: inline;
}
#detalle-producto ul li a {
text-decoration: none;
color: black;
}
#detalle-producto ul li a:hover {
font-weight: 700;
}
#detalle-producto .tarjeta h1{
color: black;
font-size: 3em;
margin: 10px 0;
font-weight: 300;
}
#detalle-producto .tarjeta p {
color: black;
font-family: 'Quicksand', sans serif;
}
#detalle-producto .tarjeta p span {
color: #64a19d;
font-weight: 700;
text-transform: uppercase;
}
#detalle-producto .tarjeta p.precio {
color: #6C6C6C;
font-style: italic;
}
#detalle-producto .tarjeta button {
border: 2px solid black;
background-color: #fff;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1px;
padding: 10px 24px;
transition:0.2s background-color;
}
#detalle-producto .tarjeta button:hover, #detalle-producto .tarjeta button:active {
background-color:#000!important;
color: #fff;
transform:translateY(2px);
transform:translateX(2px);
}
#detalle-producto .tarjeta a {
border: 2px solid black;
background-color: #000;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1px;
padding: 10px 24px;
transition:0.2s background-color;
}
#detalle-producto .tarjeta a:hover, #detalle-producto .tarjeta a:active {
border: 2px solid black;
background-color:#fff!important;
color: #000;
transform:translateY(2px);
transform:translateX(2px);
}
/* FAQS */
.fondo-preguntas {
background-image: url("../img/fondo-preguntas.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
text-align: center;
padding: 50px 0 100px;
}
.preguntasF {
text-align: center;
}
.preguntasF h3{
color: #000;
font-size: 1.9em;
padding: 10px 0;
}
.preguntasF .card {
margin: 0 auto 10px;
max-width: 500px;
border: none;
}
.preguntasF .card-header {
background-color: #000;
}
.preguntasF .btn-link {
color: #fff;
}
.preguntasF .btn-link:hover, .preguntasF .btn-link:active{
text-decoration: none;
}
.preguntasF .card-body p {
color: #000!important;
}
@media (min-width:320px){
.navbar-collapse {
padding-top: 0px;
margin-left:240px;
margin-right: 00px;
}
nav h1 {
padding: 12px 0px 0px 65px;
}
}
@media (min-width:375px)
{
.navbar-nav .nav-link {
padding-right: 00px;
padding-left: 00px;
margin-right: 00px;
margin-left: 00px;
}
.navbar-collapse {
padding-top: 0px;
margin-left: 290px;
margin-right: 00px;
}
nav h1 {
padding: 12px 0px 0 55px;
}
}
@media (min-width:425px)
{
.navbar-collapse {
padding-top: 0px;
margin-left:340px;
margin-right: 00px;
border-radius: 20px;
border-style: solid 5px;
}
nav h1 {
padding: 12px 0px 0 15px;
}
}
@media (min-width:768px)
{
.dropdown-menu{
background-color: black;
min-width: 5rem;
padding: 0.5rem;
}
.dropdown-item{
color: white;
}
.dropdown-menu.show{
display: inline;
}
.navbar-expand-lg .navbar-collapse {
display: flex!important;
flex-basis: auto;
}
.navbar-collapse {
padding-top: 0px;
margin-left:00px;
margin-right: 00px;
}
.navbar-collapse {
padding-top: 0!important;
padding-right: 15px;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
padding-top: 0%;
justify-content: flex-end;
text-align: center;
}
.navbar-nav .nav-link {
padding: 0 9px;
margin-right: 00px;
margin-left: 00px;
}
nav h1 {
padding: 0px 0px 0 100px;
}
.logo {
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 18px;
left: 28px;
width: 172px;
height: auto;
padding: 25px;
}
nav ul li a p {
display: inline;
text-transform: lowercase;
font-size: 0.8em;
}
}
@media (min-width:1024px)
{
.logo {
left: 32px;
}
nav h1{
font-size: 3.5em;
margin-left: 3%;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
font-size: 13px;
padding-top: 0px;
justify-content: flex-end;
text-align: center;
}
.navbar-collapse {
padding-top: -10px;
margin-left:0px;
margin-right: 00px;
}
nav ul li a {
font-size: 1.2em;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 15px;
}
}
.offset-md-4 {
margin: 0;
}
.text-md-right{
text-align: center ! important;
}
.row {
margin: auto;
}
form-check {
padding: 1rem;
}
div.col-sm-6{
margin: 0 auto;
} | 0.372848 | 0.082217 |
.content {
display: flex;
align-items: flex-start !important;
justify-content: flex-start;
min-width: inherit;
background-repeat: no-repeat;
background-position: top 150px left;
background-size: 100% 2px;
background-image: linear-gradient(to left, red, red);
}
.info-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 237px;
min-width: 237px;
height: inherit;
/* background-color: rgba(255, 255, 255, 0.1); */
border-radius: 10px;
}
.info-hello {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 139px;
}
.info-hello img {
height: inherit;
}
.info-popular {
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: center;
}
.info-popular-name {
display: flex;
align-items: center;
justify-content: center;
}
.info-popular-titles {
margin-top: 35px;
margin-bottom: 75px;
}
.info-popular-title {
width: 100%;
display: flex;
align-items: center;
vertical-align: middle;
margin-bottom: 4px;
text-decoration: none !important;
}
.info-popular-title p {
margin: 0 !important;
}
.info-popular-title .title-img {
height: 50px;
width: 50px;
overflow: hidden;
filter: brightness(1);
margin-right: 5px;
margin-left: 5px;
border-radius: 5px;
}
.info-popular-title img {
overflow: hidden;
width: 50px;
display: flex;
align-items: center;
justify-content: space-between;
}
.info-popular-title:hover p {
color: rgb(255, 98, 40);
}
.info-popular-title:hover .title-img {
filter: brightness(1.1);
}
.main-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 100%;
background-repeat: no-repeat;
background-position: center left 20px;
background-size: 2px 100%;
background-image: linear-gradient(to top, transparent, red 5%, red 95%, transparent);
}
.studio-content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
margin-bottom: 5px;
padding-left: 40px;
padding-right: 40px;
}
.studio-butt {
width: 184px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.studio-button {
width: 184px;
height: 94px;
padding: 0.1rem;
background: linear-gradient(to right, red, purple);
}
.studio-logo {
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-end;
height: 100%;
width: 100%;
border-radius: inherit;
background-color: black;
}
.studio-name {
margin-top: 5px;
width: inherit;
transform: scale(1);
transition-duration: 0.25s;
}
.studio-butt:hover .studio-name {
transform: scale(1.1);
transition-duration: 0.25s;
}
.studio-logo .studio-pic {
position: relative;
width: inherit;
}
.video-content {
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: center;
width: 100%;
padding-right: 40px;
margin-bottom: 40px;
}
.video-category {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 20px;
margin-left: 10px;
margin-right: 10px;
}
.carousel {
width: 100% !important;
}
.carousel-control-next, .carousel-control-prev {
width: 5% !important;
}
.my-row {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
flex-direction: row !important;
min-width: inherit;
width: 100% !important;
padding-left: 5%;
padding-right: 5%;
}
.row {
width: inherit !important;
max-width: inherit !important;
margin: 0;
}
.col-sm-3 {
display: flex !important;
align-items: center !important;
justify-content: center !important;
max-width: 180px !important;
min-width: 180px !important;
}
.container {
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-top: 35px;
margin-bottom: 35px;
width: 100% !important;
max-width: 100% !important;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
.flip {
-webkit-perspective: 800px;
perspective: 800px;
position: relative;
text-align: center;
padding-left: 5%;
color: white; font-family: "Comfortaa";
}
.flip .btn {
font-family: "Comfortaa";
color: white;
}
.flip:hover .card {
-webkit-transform: rotatey(-180deg);
transform: rotatey(-180deg);
}
.flip .card {
width: 180px;
height: 270px;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
transform-style: preserve-3d;
transition: 0.5s;
/*background: linear-gradient(to left, red, purple);*/
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 !important;
}
.flip .card .face {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 2;
}
.flip .card .front {
position: absolute;
width: 180px;
z-index: 1;
}
.flip .card .front img {
width: 180px;
height: 270px;
}
.flip .card .img {
position: relative;
width: 180px;
height: 270px;
z-index: 1;
border: 2px solid #000;
}
.flip .card .back {
padding-top: 10%;
-webkit-transform: rotatey(-180deg);
transform: rotatey(-180deg);
position: absolute;
background: linear-gradient(to left, red, purple);
height: inherit;
display: flex;
justify-content: center;
align-items: center;
}
.inner {
margin: 0px !important;
width: 180px;
} | frontend/src/assets/css/main-content.css | .content {
display: flex;
align-items: flex-start !important;
justify-content: flex-start;
min-width: inherit;
background-repeat: no-repeat;
background-position: top 150px left;
background-size: 100% 2px;
background-image: linear-gradient(to left, red, red);
}
.info-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 237px;
min-width: 237px;
height: inherit;
/* background-color: rgba(255, 255, 255, 0.1); */
border-radius: 10px;
}
.info-hello {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 139px;
}
.info-hello img {
height: inherit;
}
.info-popular {
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: center;
}
.info-popular-name {
display: flex;
align-items: center;
justify-content: center;
}
.info-popular-titles {
margin-top: 35px;
margin-bottom: 75px;
}
.info-popular-title {
width: 100%;
display: flex;
align-items: center;
vertical-align: middle;
margin-bottom: 4px;
text-decoration: none !important;
}
.info-popular-title p {
margin: 0 !important;
}
.info-popular-title .title-img {
height: 50px;
width: 50px;
overflow: hidden;
filter: brightness(1);
margin-right: 5px;
margin-left: 5px;
border-radius: 5px;
}
.info-popular-title img {
overflow: hidden;
width: 50px;
display: flex;
align-items: center;
justify-content: space-between;
}
.info-popular-title:hover p {
color: rgb(255, 98, 40);
}
.info-popular-title:hover .title-img {
filter: brightness(1.1);
}
.main-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 100%;
background-repeat: no-repeat;
background-position: center left 20px;
background-size: 2px 100%;
background-image: linear-gradient(to top, transparent, red 5%, red 95%, transparent);
}
.studio-content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
margin-bottom: 5px;
padding-left: 40px;
padding-right: 40px;
}
.studio-butt {
width: 184px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.studio-button {
width: 184px;
height: 94px;
padding: 0.1rem;
background: linear-gradient(to right, red, purple);
}
.studio-logo {
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-end;
height: 100%;
width: 100%;
border-radius: inherit;
background-color: black;
}
.studio-name {
margin-top: 5px;
width: inherit;
transform: scale(1);
transition-duration: 0.25s;
}
.studio-butt:hover .studio-name {
transform: scale(1.1);
transition-duration: 0.25s;
}
.studio-logo .studio-pic {
position: relative;
width: inherit;
}
.video-content {
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: center;
width: 100%;
padding-right: 40px;
margin-bottom: 40px;
}
.video-category {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 20px;
margin-left: 10px;
margin-right: 10px;
}
.carousel {
width: 100% !important;
}
.carousel-control-next, .carousel-control-prev {
width: 5% !important;
}
.my-row {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
flex-direction: row !important;
min-width: inherit;
width: 100% !important;
padding-left: 5%;
padding-right: 5%;
}
.row {
width: inherit !important;
max-width: inherit !important;
margin: 0;
}
.col-sm-3 {
display: flex !important;
align-items: center !important;
justify-content: center !important;
max-width: 180px !important;
min-width: 180px !important;
}
.container {
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-top: 35px;
margin-bottom: 35px;
width: 100% !important;
max-width: 100% !important;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
.flip {
-webkit-perspective: 800px;
perspective: 800px;
position: relative;
text-align: center;
padding-left: 5%;
color: white; font-family: "Comfortaa";
}
.flip .btn {
font-family: "Comfortaa";
color: white;
}
.flip:hover .card {
-webkit-transform: rotatey(-180deg);
transform: rotatey(-180deg);
}
.flip .card {
width: 180px;
height: 270px;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
transform-style: preserve-3d;
transition: 0.5s;
/*background: linear-gradient(to left, red, purple);*/
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 !important;
}
.flip .card .face {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 2;
}
.flip .card .front {
position: absolute;
width: 180px;
z-index: 1;
}
.flip .card .front img {
width: 180px;
height: 270px;
}
.flip .card .img {
position: relative;
width: 180px;
height: 270px;
z-index: 1;
border: 2px solid #000;
}
.flip .card .back {
padding-top: 10%;
-webkit-transform: rotatey(-180deg);
transform: rotatey(-180deg);
position: absolute;
background: linear-gradient(to left, red, purple);
height: inherit;
display: flex;
justify-content: center;
align-items: center;
}
.inner {
margin: 0px !important;
width: 180px;
} | 0.388038 | 0.064329 |
html,
button,
input,
select,
textarea {
color: #669D2C;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
$ Site Items
========================================================================== */
body {
background: #FFF;
border-top: 10px solid #669D2C;
border-bottom: 10px solid #669D2C;
}
/* --Container Items-------------------------------------------------------- */
.container {
width: 1200px;
margin: 0px auto;
padding-top: 100px;
padding-bottom: 100px;
}
/* ==========================================================================
$ Header Items
========================================================================== */
.header {
width: 100%;
height: 550px;
background: #F5F5F5;
color: #637076;
font-family: "Lato", "Trebuchet MS";
}
.header .title {
font-size: 50px;
margin: 0px;
font-weight: normal;
margin-bottom: 30px;
}
.header .title a {
color: #637076;
text-decoration: none;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.header .title a:hover {
opacity: 0.8;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
color: #777;
}
/* --Intro Items------------------------------------------------------------ */
.header .intro {
float: left;
width: 35%;
margin-top: 30px;
margin-left: 5%;
}
.header img.portrait {
float: left;
border-radius: 100%;
margin-top: 30px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.header .intro .intro-job-title {
font-size: 17px;
}
.header .intro .intro-text {
font-size: 14px;
display: block;
margin-top: 30px;
}
.header .intro .intro-doc-name {
font-size: 19px;
font-family: "Shadows Into Light Two", Georgia;
margin-top: 60px;
margin-bottom: 0px;
}
/* --Contact Items---------------------------------------------------------- */
.header .contact {
float: right;
width: 35%;
list-style: none;
margin: 0px;
padding: 0px;
}
.header .contact li {
height: 90px;
width: 100%;
}
.header .contact li a {
display: block;
width: 100%;
height: 85px;
color: #669D2C;
font-size: 14px;
text-decoration: none;
line-height: 85px;
}
.header .contact .email a {
background: url("img/icon-email-static.svg") no-repeat 100% 50%;
}
.header .contact .email a:hover {
background: url("img/icon-email-hover.svg") no-repeat 100% 50%;
}
.header .contact .linked a {
background: url("img/icon-linkedin-static.svg") no-repeat 100% 50%;
}
.header .contact .linked a:hover {
background: url("img/icon-linkedin-hover.svg") no-repeat 100% 50%;
}
.header .contact .git a {
background: url("img/icon-git-static.svg") no-repeat 100% 50%;
}
.header .contact .git a:hover {
background: url("img/icon-git-hover.svg") no-repeat 100% 50%;
}
.header .contact li a:hover {
text-decoration: underline;
color: #328127;
}
/* ==========================================================================
Main Content Items
========================================================================== */
/* --Bullet Points Items---------------------------------------------------- */
.bullet-points {
padding-left: 0px;
text-align: center;
}
.bullet-points li {
display: inline-block;
padding: 25px;
margin-left: 0px;
height: 150px;
line-height: 250px;
}
/* --Section Title Items----------------------------------------------------- */
.section-title {
font-size: 80px;
color: #637076;
font-weight: normal;
margin-top: 0;
margin-bottom: 10px;
}
/* --Skills Items------------------------------------------------------------ */
.skills {
width: 100%;
}
.skills .skill-list {
list-style: none;
padding-left: 0px;
margin-top: 0px;
}
.skills .skill-list .whole-bar {
height: 37px;
width: 100%;
background-color: #DBDEE3;
margin-bottom: 37px;
transition: all .1s ease-in;
-moz-transition: all .1s ease-in;
-o-transition: all .1s ease-in;
-ms-transition: all .1s ease-in;
-webkit-transition: all .1s ease-in;
}
.skills .skill-list .bar {
height: 37px;
float: left;
font-family: "Lato" "Trebuchet MS" "Arial";
font-size: 14px;
color: #FFF;
font-weight: normal;
margin: 0px;
line-height: 38px;
padding-left: 10px;
text-transform: uppercase;
}
.skills .skill-list .whole-bar:hover {
opacity: 0.8;
transition: all .1s ease-in;
-moz-transition: all .1s ease-in;
-o-transition: all .1s ease-in;
-ms-transition: all .1s ease-in;
-webkit-transition: all .1s ease-in;
}
.skills .skill-list .grey {
background-color: #637076;
height: 37px;
width: 324px;
}
.skill-list .colour {
background-color: #669D2C;
height: 37px;
width: 324px;
}
/* --Skill Box Percentages------------- */
.skills .skill-list .skill-pm {
width: 70%
}
.skills .skill-list .skill-html {
width: 60%;
}
.skills .skill-list .skill-css {
width: 55%;
}
.skills .skill-list .skill-require {
width: 65%;
}
.skills .skill-list .skill-sql {
width: 50%;
}
.skills .skill-list .skill-php {
width: 35%;
}
.skills .skill-list .skill-net {
width: 50%;
}
.skills .skill-list .skill-email {
width: 60%;
}
.skills .skill-list .skill-oo {
width: 55%;
}
.skills .skill-list .skill-office {
width: 65%;
}
/* --Education Items--------------------------------------------------------- */
.education {
width: 100%;
background: #669D2C;
color: #DBDEE3;
}
.education .section-title{
color: #DBDEE3;
}
/* --Details Items--------------------- */
.education .details {
height: 40px;
background: #DBDEE3;
color: #637076;
line-height: 40px;
font-weight: normal;
margin-bottom: 30px;
}
.education .details .level {
float: left;
display: block;
clear: both;
padding-left: 30px;
margin: 0;
font-weight: normal;
font-size: 15px;
}
.education .details .date {
float: right;
padding-right: 30px;
font-size: 15px;
}
/* --Logo Items----------------------------------- */
.education .logo {
float: right;
margin-top: 30px;
position: relative;
width: 40%;
}
.education .logo img {
width: auto;
max-width: 100%;
height: auto;
display: block;
}
.education .logo:hover {
opacity: 0.8;
}
/* --Degree Items--------------------------------- */
/* --Section-Details Items------------- */
.education .section-details {
float: left;
}
.education .course {
clear: both;
font-size: 13px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 8px;
}
.education .course span {
font-size: 20px;
}
.education .course-year {
display: block;
}
.education .modules {
list-style: none;
font-size: 15px;
margin-top: 0px;
padding-left: 30px;
}
.education #placement {
margin-bottom: 15px;
}
.education .degree .logo {
margin-top: 100px;
}
/* --A-Levels Items------------------------------- */
.education .a-level {
padding-top: 40px;
clear: both;
}
.education .a-level .details {
margin-bottom: 0px;
}
.education .a-level .logo {
margin-top: 25px;
}
.education .a-level #a-levels {
margin-top: 30px;
}
/* --Secondary Items------------------------------- */
.education .secondary {
clear: both;
padding-top: 40px;
}
.education .secondary .modules {
width: 50%;
}
.education .secondary .logo {
position: relative;
margin-top: 0px;
}
.education .secondary .logo {
margin-top: 0px;
}
/* --Work Experience Items--------------------------------------------------- */
.work .company .name {
height: 40px;
background: #DBDEE3;
color: #637076;
line-height: 40px;
font-weight: normal;
margin-bottom: 30px;
padding-left: 30px;
}
.work .title-work {
width: 76%;
left: 225px;
}
.work .company {
clear: both;
margin-bottom: 60px;
}
.work .company .logo {
float: right;
margin-top: 30px;
position: relative;
width: 50%;
}
.work .company .logo img {
width: 100%;
}
.work .company .logo img:hover {
opacity: 0.8;
}
.work .company .box {
width: 100%;
background-color: #669D2C;
color: #FFF;
font-family: "Lato" "Trebuchet MS";
font-size: 14px;
text-align: center;
line-height: 37px;
margin: 0px;
font-weight: normal;
display: block;
margin-top: 30px;
}
.work .company .details {
float: left;
width: 40%;
}
.work .description {
clear: both;
padding-top: 10px;
color: #637076;
}
.work .description .portfolio-list {
}
.work .description .portfolio-list a {
text-decoration: none;
color: #637076;
}
.work .description .portfolio-list a:hover {
text-decoration: underline;
color: #777;
opacity: 0.8;
}
.work .description .portfolio-list span a {
display: block;
margin-bottom: 15px;
padding-left: 40px;
line-height: 32px;
}
.work .description .portfolio-list span .git-link {
background: url("img/icon-github.png") no-repeat 0% 50%;
}
/* --Achievements Items------------------------------------------------------ */
.achievements {
width: 100%;
background: #669D2C;
color: #DBDEE3;
}
.achievements .section-title{
color: #DBDEE3;
}
.bullet-points li {
list-style: none;
}
.bullet-points .cisco {
background: url("img/icon-cisco.png") no-repeat 50% 30%;
}
.bullet-points .office {
background: url("img/icon-office.png") no-repeat 50% 12%;
}
.bullet-points .dofe {
background: url("img/icon-dofe.png") no-repeat 50% 14%;
}
.bullet-points .guitar {
background: url("img/icon-guitar.png") no-repeat 0% 17%;
}
.bullet-points .placement {
background: url("img/icon-placement.png") no-repeat 50% 0%;
}
.bullet-points .iet {
background: url("img/icon-iet.png") no-repeat 50% 23%;
}
/* --Interests Items--------------------------------------------------------- */
.interests {
color: #637076;
}
.bullet-points .squash {
background: url("img/icon-squash.png") no-repeat 24% 14%;
}
.bullet-points .exercise {
background: url("img/icon-exercise.png") no-repeat 50% 20%;
}
.bullet-points .tech {
background: url("img/icon-tech.png") no-repeat 50% 7%;
}
.bullet-points .business {
background: url("img/icon-business.png") no-repeat 50% 13%;
}
.bullet-points .drive {
background: url("img/icon-drive.png") no-repeat 50% 18%;
}
.bullet-points .webdev {
background: url("img/icon-webdev.png") no-repeat 50% 20%;
}
.bullet-points .problem {
background: url("img/icon-problem.png") no-repeat 50% 0%;
}
.bullet-points .world {
background: url("img/icon-world.png") no-repeat 50% 7%;
}
/* ==========================================================================
Footer Items
========================================================================== */
.footer {
clear: both;
width: 100%;
height: 150px;
background: #F5F5F5;
color: #637076;
}
.footer .container {
padding-top: 70px;
padding-bottom: 0;
}
.footer a {
color: #669D2C;
font-size: 14px;
text-decoration: none;
font-family: "Lato", "Trebuchet MS";
}
.footer .email {
float: left;
}
.footer a:hover {
text-decoration: underline;
color: #328127;
}
.footer .author {
float: right;
margin-top: 0;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | html,
button,
input,
select,
textarea {
color: #669D2C;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
$ Site Items
========================================================================== */
body {
background: #FFF;
border-top: 10px solid #669D2C;
border-bottom: 10px solid #669D2C;
}
/* --Container Items-------------------------------------------------------- */
.container {
width: 1200px;
margin: 0px auto;
padding-top: 100px;
padding-bottom: 100px;
}
/* ==========================================================================
$ Header Items
========================================================================== */
.header {
width: 100%;
height: 550px;
background: #F5F5F5;
color: #637076;
font-family: "Lato", "Trebuchet MS";
}
.header .title {
font-size: 50px;
margin: 0px;
font-weight: normal;
margin-bottom: 30px;
}
.header .title a {
color: #637076;
text-decoration: none;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.header .title a:hover {
opacity: 0.8;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
color: #777;
}
/* --Intro Items------------------------------------------------------------ */
.header .intro {
float: left;
width: 35%;
margin-top: 30px;
margin-left: 5%;
}
.header img.portrait {
float: left;
border-radius: 100%;
margin-top: 30px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.header .intro .intro-job-title {
font-size: 17px;
}
.header .intro .intro-text {
font-size: 14px;
display: block;
margin-top: 30px;
}
.header .intro .intro-doc-name {
font-size: 19px;
font-family: "Shadows Into Light Two", Georgia;
margin-top: 60px;
margin-bottom: 0px;
}
/* --Contact Items---------------------------------------------------------- */
.header .contact {
float: right;
width: 35%;
list-style: none;
margin: 0px;
padding: 0px;
}
.header .contact li {
height: 90px;
width: 100%;
}
.header .contact li a {
display: block;
width: 100%;
height: 85px;
color: #669D2C;
font-size: 14px;
text-decoration: none;
line-height: 85px;
}
.header .contact .email a {
background: url("img/icon-email-static.svg") no-repeat 100% 50%;
}
.header .contact .email a:hover {
background: url("img/icon-email-hover.svg") no-repeat 100% 50%;
}
.header .contact .linked a {
background: url("img/icon-linkedin-static.svg") no-repeat 100% 50%;
}
.header .contact .linked a:hover {
background: url("img/icon-linkedin-hover.svg") no-repeat 100% 50%;
}
.header .contact .git a {
background: url("img/icon-git-static.svg") no-repeat 100% 50%;
}
.header .contact .git a:hover {
background: url("img/icon-git-hover.svg") no-repeat 100% 50%;
}
.header .contact li a:hover {
text-decoration: underline;
color: #328127;
}
/* ==========================================================================
Main Content Items
========================================================================== */
/* --Bullet Points Items---------------------------------------------------- */
.bullet-points {
padding-left: 0px;
text-align: center;
}
.bullet-points li {
display: inline-block;
padding: 25px;
margin-left: 0px;
height: 150px;
line-height: 250px;
}
/* --Section Title Items----------------------------------------------------- */
.section-title {
font-size: 80px;
color: #637076;
font-weight: normal;
margin-top: 0;
margin-bottom: 10px;
}
/* --Skills Items------------------------------------------------------------ */
.skills {
width: 100%;
}
.skills .skill-list {
list-style: none;
padding-left: 0px;
margin-top: 0px;
}
.skills .skill-list .whole-bar {
height: 37px;
width: 100%;
background-color: #DBDEE3;
margin-bottom: 37px;
transition: all .1s ease-in;
-moz-transition: all .1s ease-in;
-o-transition: all .1s ease-in;
-ms-transition: all .1s ease-in;
-webkit-transition: all .1s ease-in;
}
.skills .skill-list .bar {
height: 37px;
float: left;
font-family: "Lato" "Trebuchet MS" "Arial";
font-size: 14px;
color: #FFF;
font-weight: normal;
margin: 0px;
line-height: 38px;
padding-left: 10px;
text-transform: uppercase;
}
.skills .skill-list .whole-bar:hover {
opacity: 0.8;
transition: all .1s ease-in;
-moz-transition: all .1s ease-in;
-o-transition: all .1s ease-in;
-ms-transition: all .1s ease-in;
-webkit-transition: all .1s ease-in;
}
.skills .skill-list .grey {
background-color: #637076;
height: 37px;
width: 324px;
}
.skill-list .colour {
background-color: #669D2C;
height: 37px;
width: 324px;
}
/* --Skill Box Percentages------------- */
.skills .skill-list .skill-pm {
width: 70%
}
.skills .skill-list .skill-html {
width: 60%;
}
.skills .skill-list .skill-css {
width: 55%;
}
.skills .skill-list .skill-require {
width: 65%;
}
.skills .skill-list .skill-sql {
width: 50%;
}
.skills .skill-list .skill-php {
width: 35%;
}
.skills .skill-list .skill-net {
width: 50%;
}
.skills .skill-list .skill-email {
width: 60%;
}
.skills .skill-list .skill-oo {
width: 55%;
}
.skills .skill-list .skill-office {
width: 65%;
}
/* --Education Items--------------------------------------------------------- */
.education {
width: 100%;
background: #669D2C;
color: #DBDEE3;
}
.education .section-title{
color: #DBDEE3;
}
/* --Details Items--------------------- */
.education .details {
height: 40px;
background: #DBDEE3;
color: #637076;
line-height: 40px;
font-weight: normal;
margin-bottom: 30px;
}
.education .details .level {
float: left;
display: block;
clear: both;
padding-left: 30px;
margin: 0;
font-weight: normal;
font-size: 15px;
}
.education .details .date {
float: right;
padding-right: 30px;
font-size: 15px;
}
/* --Logo Items----------------------------------- */
.education .logo {
float: right;
margin-top: 30px;
position: relative;
width: 40%;
}
.education .logo img {
width: auto;
max-width: 100%;
height: auto;
display: block;
}
.education .logo:hover {
opacity: 0.8;
}
/* --Degree Items--------------------------------- */
/* --Section-Details Items------------- */
.education .section-details {
float: left;
}
.education .course {
clear: both;
font-size: 13px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 8px;
}
.education .course span {
font-size: 20px;
}
.education .course-year {
display: block;
}
.education .modules {
list-style: none;
font-size: 15px;
margin-top: 0px;
padding-left: 30px;
}
.education #placement {
margin-bottom: 15px;
}
.education .degree .logo {
margin-top: 100px;
}
/* --A-Levels Items------------------------------- */
.education .a-level {
padding-top: 40px;
clear: both;
}
.education .a-level .details {
margin-bottom: 0px;
}
.education .a-level .logo {
margin-top: 25px;
}
.education .a-level #a-levels {
margin-top: 30px;
}
/* --Secondary Items------------------------------- */
.education .secondary {
clear: both;
padding-top: 40px;
}
.education .secondary .modules {
width: 50%;
}
.education .secondary .logo {
position: relative;
margin-top: 0px;
}
.education .secondary .logo {
margin-top: 0px;
}
/* --Work Experience Items--------------------------------------------------- */
.work .company .name {
height: 40px;
background: #DBDEE3;
color: #637076;
line-height: 40px;
font-weight: normal;
margin-bottom: 30px;
padding-left: 30px;
}
.work .title-work {
width: 76%;
left: 225px;
}
.work .company {
clear: both;
margin-bottom: 60px;
}
.work .company .logo {
float: right;
margin-top: 30px;
position: relative;
width: 50%;
}
.work .company .logo img {
width: 100%;
}
.work .company .logo img:hover {
opacity: 0.8;
}
.work .company .box {
width: 100%;
background-color: #669D2C;
color: #FFF;
font-family: "Lato" "Trebuchet MS";
font-size: 14px;
text-align: center;
line-height: 37px;
margin: 0px;
font-weight: normal;
display: block;
margin-top: 30px;
}
.work .company .details {
float: left;
width: 40%;
}
.work .description {
clear: both;
padding-top: 10px;
color: #637076;
}
.work .description .portfolio-list {
}
.work .description .portfolio-list a {
text-decoration: none;
color: #637076;
}
.work .description .portfolio-list a:hover {
text-decoration: underline;
color: #777;
opacity: 0.8;
}
.work .description .portfolio-list span a {
display: block;
margin-bottom: 15px;
padding-left: 40px;
line-height: 32px;
}
.work .description .portfolio-list span .git-link {
background: url("img/icon-github.png") no-repeat 0% 50%;
}
/* --Achievements Items------------------------------------------------------ */
.achievements {
width: 100%;
background: #669D2C;
color: #DBDEE3;
}
.achievements .section-title{
color: #DBDEE3;
}
.bullet-points li {
list-style: none;
}
.bullet-points .cisco {
background: url("img/icon-cisco.png") no-repeat 50% 30%;
}
.bullet-points .office {
background: url("img/icon-office.png") no-repeat 50% 12%;
}
.bullet-points .dofe {
background: url("img/icon-dofe.png") no-repeat 50% 14%;
}
.bullet-points .guitar {
background: url("img/icon-guitar.png") no-repeat 0% 17%;
}
.bullet-points .placement {
background: url("img/icon-placement.png") no-repeat 50% 0%;
}
.bullet-points .iet {
background: url("img/icon-iet.png") no-repeat 50% 23%;
}
/* --Interests Items--------------------------------------------------------- */
.interests {
color: #637076;
}
.bullet-points .squash {
background: url("img/icon-squash.png") no-repeat 24% 14%;
}
.bullet-points .exercise {
background: url("img/icon-exercise.png") no-repeat 50% 20%;
}
.bullet-points .tech {
background: url("img/icon-tech.png") no-repeat 50% 7%;
}
.bullet-points .business {
background: url("img/icon-business.png") no-repeat 50% 13%;
}
.bullet-points .drive {
background: url("img/icon-drive.png") no-repeat 50% 18%;
}
.bullet-points .webdev {
background: url("img/icon-webdev.png") no-repeat 50% 20%;
}
.bullet-points .problem {
background: url("img/icon-problem.png") no-repeat 50% 0%;
}
.bullet-points .world {
background: url("img/icon-world.png") no-repeat 50% 7%;
}
/* ==========================================================================
Footer Items
========================================================================== */
.footer {
clear: both;
width: 100%;
height: 150px;
background: #F5F5F5;
color: #637076;
}
.footer .container {
padding-top: 70px;
padding-bottom: 0;
}
.footer a {
color: #669D2C;
font-size: 14px;
text-decoration: none;
font-family: "Lato", "Trebuchet MS";
}
.footer .email {
float: left;
}
.footer a:hover {
text-decoration: underline;
color: #328127;
}
.footer .author {
float: right;
margin-top: 0;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.411111 | 0.068819 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import '../components/header.scss';
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
font-size: 1.1rem;
}
hr {
max-width: 50px;
border-width: 3px;
border-color: #F05F40;
}
hr.light {
border-color: #fff;
}
a {
color: #F05F40;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
color: #f05f40;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.banner {
max-width: 50vw;
margin-bottom: 10px;
}
.firstSection {
background-color: #A9A9A9;
background-image: url("../img/pavliger_audience.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.juniors {
background-color: #A9A9A9;
background-image: url("../img/juniors_bg.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.secondSection {
background-color: #A9A9A9;
background-image: url("../img/bg_backs_423.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.events-section{
background-color: #A9A9A9;
background-image: url("../img/pavliger_audience.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.bg-dark {
background-color: #212529 !important;
}
.text-main {
color: rgba(255, 255, 255, 0.7);
font-family: 'Merriweather', sans-serif;
}
p {
color: rgba(255, 255, 255, 0.7);
font-family: 'Merriweather', sans-serif;
}
section {
padding: 6rem 0;
min-height: 100vh;
}
.section-heading {
margin-top: 0;
font-family: 'Anton', sans-serif;
}
::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}
::selection {
color: #fff;
background: #212529;
text-shadow: none;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
img::selection {
color: #fff;
background: transparent;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: #2e2e2e;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.2s;
transition: all 0.2s;
padding-left: calc(100vw - 100%);
}
#mainNav .navbar-brand {
font-weight: 700;
text-transform: uppercase;
color: #F05F40;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #f05f40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
font-size: .9rem;
font-weight: 700;
text-transform: uppercase;
color: #F05F40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #F05F40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
color: #F05F40 !important;
background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
background-color: transparent;
}
@media (min-width: 992px) {
#mainNav {
border-color: transparent;
background-color: transparent;
}
#mainNav .navbar-brand {
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #f05f40;
}
#mainNav.navbar-shrink {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: #2e2e2e;
}
#mainNav.navbar-shrink .navbar-brand {
color: #F05F40;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
color: #f05f40;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #fff;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #F05F40;
}
}
/* custom classes */
header.masthead {
padding-top: 15vh;
padding-bottom: 0;
background-image: url("../img/scrd_back.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}
header.masthead h1 {
font-size: 2rem;
}
header.masthead p {
font-weight: 300;
}
.menu-text {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
color: #C8C8C8;;
}
.menu-text:hover{
color: #F05F40;
}
.menu-text > a.nav-link:hover,
.menu-text > a.nav-link:focus:hover {
color: #f05f40;
}
.text-primary {
color: #F05F40 !important;
}
.callout
{
font-family: 'Anton', sans-serif;
font-size: 5vw;
}
@media only screen and (max-width: 800px){
.callout {
font-size: 10vw;
}
.banner {
max-width: 95vw;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 400px){
.callout {
font-size: 13vw;
}
}
.logo {
max-width: 45%;
height: auto;
}
.content-partial
{
float:left;
display:inline;
width: 36%;
}
.content-partial2
{
float:right;
display:inline;
width: 61%;
}
.events-table
{
text-align: left;
width: 100%;
color: white;
}
th, td {
color: white;
border-bottom: 1px solid #ddd;
}
tr:nth-child(odd) {
background: rgba(107, 107, 107, .4);}
.top-buffer { margin-top:20px; }
.table-header
{
text-align: left;
color: F05F40;
background-color: rgba(0, 0, 0, .4);
}
.content-block {
max-width: 60%;
padding-right: 15px;
padding-top: 20px;
margin-right: auto;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
background: rgba(0, 0, 0, .8);
float:center;
padding-left: calc((100vw - 100%) + 15px);
}
.main-text
{
}
.loud-text {
font-family: 'Anton', sans-serif;
font-size: 2rem;
}
.medium-loud{
font-family: 'Anton', sans-serif;
font-size: 1rem;
}
/* Adjustments to custom classes for small screens */
@media only screen and (max-width: 1000px) {
.content-partial {
float:center;
display:inline;
width:100%;
}
.content-partial2 {
float:center;
display:inline;
width:100%;
}
header.masthead {
background-attachment: scroll;
}
.content-block
{
max-width: 100%;
}
}
body {
opacity: 1;
transition: 1s opacity;
}
body.fade-out {
opacity: 0;
transition: none;
}
html {
background-color: black;
} | src/css/rrderby.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import '../components/header.scss';
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
font-size: 1.1rem;
}
hr {
max-width: 50px;
border-width: 3px;
border-color: #F05F40;
}
hr.light {
border-color: #fff;
}
a {
color: #F05F40;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
color: #f05f40;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.banner {
max-width: 50vw;
margin-bottom: 10px;
}
.firstSection {
background-color: #A9A9A9;
background-image: url("../img/pavliger_audience.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.juniors {
background-color: #A9A9A9;
background-image: url("../img/juniors_bg.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.secondSection {
background-color: #A9A9A9;
background-image: url("../img/bg_backs_423.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.events-section{
background-color: #A9A9A9;
background-image: url("../img/pavliger_audience.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.bg-dark {
background-color: #212529 !important;
}
.text-main {
color: rgba(255, 255, 255, 0.7);
font-family: 'Merriweather', sans-serif;
}
p {
color: rgba(255, 255, 255, 0.7);
font-family: 'Merriweather', sans-serif;
}
section {
padding: 6rem 0;
min-height: 100vh;
}
.section-heading {
margin-top: 0;
font-family: 'Anton', sans-serif;
}
::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}
::selection {
color: #fff;
background: #212529;
text-shadow: none;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
img::selection {
color: #fff;
background: transparent;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: #2e2e2e;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.2s;
transition: all 0.2s;
padding-left: calc(100vw - 100%);
}
#mainNav .navbar-brand {
font-weight: 700;
text-transform: uppercase;
color: #F05F40;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #f05f40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
font-size: .9rem;
font-weight: 700;
text-transform: uppercase;
color: #F05F40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #F05F40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
color: #F05F40 !important;
background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
background-color: transparent;
}
@media (min-width: 992px) {
#mainNav {
border-color: transparent;
background-color: transparent;
}
#mainNav .navbar-brand {
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #f05f40;
}
#mainNav.navbar-shrink {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: #2e2e2e;
}
#mainNav.navbar-shrink .navbar-brand {
color: #F05F40;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
color: #f05f40;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #fff;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #F05F40;
}
}
/* custom classes */
header.masthead {
padding-top: 15vh;
padding-bottom: 0;
background-image: url("../img/scrd_back.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}
header.masthead h1 {
font-size: 2rem;
}
header.masthead p {
font-weight: 300;
}
.menu-text {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
color: #C8C8C8;;
}
.menu-text:hover{
color: #F05F40;
}
.menu-text > a.nav-link:hover,
.menu-text > a.nav-link:focus:hover {
color: #f05f40;
}
.text-primary {
color: #F05F40 !important;
}
.callout
{
font-family: 'Anton', sans-serif;
font-size: 5vw;
}
@media only screen and (max-width: 800px){
.callout {
font-size: 10vw;
}
.banner {
max-width: 95vw;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 400px){
.callout {
font-size: 13vw;
}
}
.logo {
max-width: 45%;
height: auto;
}
.content-partial
{
float:left;
display:inline;
width: 36%;
}
.content-partial2
{
float:right;
display:inline;
width: 61%;
}
.events-table
{
text-align: left;
width: 100%;
color: white;
}
th, td {
color: white;
border-bottom: 1px solid #ddd;
}
tr:nth-child(odd) {
background: rgba(107, 107, 107, .4);}
.top-buffer { margin-top:20px; }
.table-header
{
text-align: left;
color: F05F40;
background-color: rgba(0, 0, 0, .4);
}
.content-block {
max-width: 60%;
padding-right: 15px;
padding-top: 20px;
margin-right: auto;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
background: rgba(0, 0, 0, .8);
float:center;
padding-left: calc((100vw - 100%) + 15px);
}
.main-text
{
}
.loud-text {
font-family: 'Anton', sans-serif;
font-size: 2rem;
}
.medium-loud{
font-family: 'Anton', sans-serif;
font-size: 1rem;
}
/* Adjustments to custom classes for small screens */
@media only screen and (max-width: 1000px) {
.content-partial {
float:center;
display:inline;
width:100%;
}
.content-partial2 {
float:center;
display:inline;
width:100%;
}
header.masthead {
background-attachment: scroll;
}
.content-block
{
max-width: 100%;
}
}
body {
opacity: 1;
transition: 1s opacity;
}
body.fade-out {
opacity: 0;
transition: none;
}
html {
background-color: black;
} | 0.253399 | 0.063135 |
body {
background-color: #2C5E7D;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
color: #F5ECEC;
}
p a {
color: #FFFFFF;
padding: 0 3px;
text-decoration: none;
border-bottom: 1px dotted #F5ECEC;
}
p a:hover {
background-color: #ffb200;
text-decoration: none;
border-bottom: none;
border-radius: 2px;
}
.main.wrapper {
min-height: 500px;
}
h1 {
font-family: 'Candal', sans-serif;
color: #F9D904;
font-size: 3em;
line-height: 1em;
margin-bottom: 0;
font-weight: 500;
}
h1 a {
color: #F9D904;
text-decoration: none;
-moz-transition: color 0.2s ease-out 0s;
-webkit-transition: color 0.2s ease-out 0s;
-khtml-transition: color 0.2s ease-out 0s;
transition: color 0.2s ease-out 0s;
}
h1 a:hover {
color: #ffb200;
text-decoration: none;
}
p, label {
width: 620px;
line-height: 26px;
margin: 0 0 1em 0;
max-width: 90%;
}
#wiki-category {
padding: 5px;
margin-right: 4px;
color: #222;
}
.hidden {
display: none;
}
.results .wrapper {
padding: 1.5rem;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border-width: .2rem;
border: solid #f7f7f9;
background: white;
color: #222;
width: 80%;
border-radius: 5px;
margin-top: 2em;
}
@media (max-width: 600px) {
.results .wrapper {
padding: 0;
width: 100%;
}
}
html input[disabled] {
opacity: .5;
}
p.description {
font-style: italic;
font-size: .75em;
margin-top: 4px;
}
/* ==========================================================================
Button and table styles courtesy of https://v4-alpha.getbootstrap.com
========================================================================== */
.btn {
color: #fff;
background-color: #5cb85c;
border-color: #5cb85c;
display: inline-block;
font-weight: 400;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
border-collapse: collapse;
background-color: transparent;
}
thead th {
font-weight: bold;
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
text-align: left;
}
td, th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
}
th.int, td.int {
text-align: center;
}
table a {
border-bottom: none;
color: #222;
}
table a:hover {
background: none;
border-radius: 0;
text-decoration: underline;
}
td a {
display:block;
width:100%;
}
/* ==========================================================================
Loader animation courtesy of https://projects.lukehaas.me/css-loaders/
========================================================================== */
.loader,
.loader:before,
.loader:after {
background: #ffffff;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader {
color: #ffffff;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
} | css/readscore.css | body {
background-color: #2C5E7D;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
color: #F5ECEC;
}
p a {
color: #FFFFFF;
padding: 0 3px;
text-decoration: none;
border-bottom: 1px dotted #F5ECEC;
}
p a:hover {
background-color: #ffb200;
text-decoration: none;
border-bottom: none;
border-radius: 2px;
}
.main.wrapper {
min-height: 500px;
}
h1 {
font-family: 'Candal', sans-serif;
color: #F9D904;
font-size: 3em;
line-height: 1em;
margin-bottom: 0;
font-weight: 500;
}
h1 a {
color: #F9D904;
text-decoration: none;
-moz-transition: color 0.2s ease-out 0s;
-webkit-transition: color 0.2s ease-out 0s;
-khtml-transition: color 0.2s ease-out 0s;
transition: color 0.2s ease-out 0s;
}
h1 a:hover {
color: #ffb200;
text-decoration: none;
}
p, label {
width: 620px;
line-height: 26px;
margin: 0 0 1em 0;
max-width: 90%;
}
#wiki-category {
padding: 5px;
margin-right: 4px;
color: #222;
}
.hidden {
display: none;
}
.results .wrapper {
padding: 1.5rem;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border-width: .2rem;
border: solid #f7f7f9;
background: white;
color: #222;
width: 80%;
border-radius: 5px;
margin-top: 2em;
}
@media (max-width: 600px) {
.results .wrapper {
padding: 0;
width: 100%;
}
}
html input[disabled] {
opacity: .5;
}
p.description {
font-style: italic;
font-size: .75em;
margin-top: 4px;
}
/* ==========================================================================
Button and table styles courtesy of https://v4-alpha.getbootstrap.com
========================================================================== */
.btn {
color: #fff;
background-color: #5cb85c;
border-color: #5cb85c;
display: inline-block;
font-weight: 400;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
border-collapse: collapse;
background-color: transparent;
}
thead th {
font-weight: bold;
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
text-align: left;
}
td, th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
}
th.int, td.int {
text-align: center;
}
table a {
border-bottom: none;
color: #222;
}
table a:hover {
background: none;
border-radius: 0;
text-decoration: underline;
}
td a {
display:block;
width:100%;
}
/* ==========================================================================
Loader animation courtesy of https://projects.lukehaas.me/css-loaders/
========================================================================== */
.loader,
.loader:before,
.loader:after {
background: #ffffff;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader {
color: #ffffff;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
} | 0.509032 | 0.085786 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.jeuxvideo.com/forums), url(http://www.jeuxvideo.com/dossiers.htm), url-prefix(http://www.jeuxvideo.com/recherche/), url(http://www.jeuxvideo.com/cheats.htm), url(http://www.jeuxvideo.com/cgi-bin/jvforums/forums.cgi), url(http://www.jeuxvideo.com/dletajv.htm), url-prefix(http://www.jeuxvideo.com/moncompte), url-prefix(http://www.jeuxvideo.com/concours/concours) {
#banner
{
display: none !important;
}
#recherche
{
width: 0px !important;
height: 0px !important;
position: relative !important;
float: right !important;
margin-right: 310px !important;
top: 14px !important;
}
#rech
{
width: 285px !important;
height: 87px !important;
padding-top: 18px !important;
background: url(http://s4.noelshack.com/uploads/images/16142354463114_bg.png) no-repeat !important;
}
#rech_txt
{
width: 265px !important;
}
#rech_ou
{
width: 165px !important;
}
#rech_valid
{
margin-left: 10px !important;
margin-top: -1px !important;
}
#col2
{
width: 285px !important;
position: relative !important;
left: -7px !important;
margin-top: 144px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/cheats/), url-prefix(http://www.jeuxvideo.com/jeux/), url-prefix(http://www.jeuxvideo.com/articles) {
#banner
{
display: none !important;
}
#recherche
{
width: 0px !important;
height: 0px !important;
position: relative !important;
float: right !important;
margin-right: 310px !important;
top: 107px !important;
}
#rech
{
width: 300px !important;
height: 87px !important;
margin-left: -7px !important;
padding-top: 18px !important;
background: url(http://s4.noelshack.com/uploads/images/17163325515798_bg300.png) no-repeat !important;
}
#rech_txt
{
width: 265px !important;
}
#rech_ou
{
width: 165px !important;
}
#rech_valid
{
margin-left: 10px !important;
margin-top: -1px !important;
}
#col2
{
position: relative !important;
margin-top: 115px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/fonds-ecran-wallpapers), url-prefix(http://www.jeuxvideo.com/patches), url-prefix(http://www.jeuxvideo.com/demos), url-prefix(http://www.jeuxvideo.com/sorties/), url-prefix(http://www.jeuxvideo.com/top20/), url(http://www.jeuxvideo.com/previews.htm), url-prefix(http://www.jeuxvideo.com/le-cliq), url-prefix(http://www.jeuxvideo.com/gaming_live), url-prefix(http://www.jeuxvideo.com/videos-de-jeux), url-prefix(http://www.jeuxvideo.com/chroniques-video), url-prefix(http://www.jeuxvideo.com/listeforums-a), url-prefix(http://www.jeuxvideo.com/games), url-prefix(http://www.jeuxvideo.com/code-gagnant), url-prefix(http://www.jeuxvideo.com/mailform) {
#banner
{
display: none !important;
}
#recherche
{
width: 0px !important;
height: 0px !important;
position: relative !important;
float: right !important;
margin-right: 310px !important;
top: 14px !important;
}
#rech
{
width: 300px !important;
height: 87px !important;
margin-left: -7px !important;
padding-top: 18px !important;
background: url(http://s4.noelshack.com/uploads/images/17163325515798_bg300.png) no-repeat !important;
}
#rech_txt
{
width: 265px !important;
}
#rech_ou
{
width: 165px !important;
}
#rech_valid
{
margin-left: 10px !important;
margin-top: -1px !important;
}
#col2
{
position: relative !important;
margin-top: 140px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/messages-prives/boite-reception), url-prefix(http://www.jeuxvideo.com/messages-prives), url-prefix(http://www.jeuxvideo.com/quiz), url-prefix(http://www.jeuxvideo.com/boutique/boutiksomm3) {
#banner
{
display: none !important;
}
#recherche
{
display: none !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/news){
#banner
{
display: none !important;
}
#recherche
{
display: none !important;
}
} | data/usercss/59519.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.jeuxvideo.com/forums), url(http://www.jeuxvideo.com/dossiers.htm), url-prefix(http://www.jeuxvideo.com/recherche/), url(http://www.jeuxvideo.com/cheats.htm), url(http://www.jeuxvideo.com/cgi-bin/jvforums/forums.cgi), url(http://www.jeuxvideo.com/dletajv.htm), url-prefix(http://www.jeuxvideo.com/moncompte), url-prefix(http://www.jeuxvideo.com/concours/concours) {
#banner
{
display: none !important;
}
#recherche
{
width: 0px !important;
height: 0px !important;
position: relative !important;
float: right !important;
margin-right: 310px !important;
top: 14px !important;
}
#rech
{
width: 285px !important;
height: 87px !important;
padding-top: 18px !important;
background: url(http://s4.noelshack.com/uploads/images/16142354463114_bg.png) no-repeat !important;
}
#rech_txt
{
width: 265px !important;
}
#rech_ou
{
width: 165px !important;
}
#rech_valid
{
margin-left: 10px !important;
margin-top: -1px !important;
}
#col2
{
width: 285px !important;
position: relative !important;
left: -7px !important;
margin-top: 144px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/cheats/), url-prefix(http://www.jeuxvideo.com/jeux/), url-prefix(http://www.jeuxvideo.com/articles) {
#banner
{
display: none !important;
}
#recherche
{
width: 0px !important;
height: 0px !important;
position: relative !important;
float: right !important;
margin-right: 310px !important;
top: 107px !important;
}
#rech
{
width: 300px !important;
height: 87px !important;
margin-left: -7px !important;
padding-top: 18px !important;
background: url(http://s4.noelshack.com/uploads/images/17163325515798_bg300.png) no-repeat !important;
}
#rech_txt
{
width: 265px !important;
}
#rech_ou
{
width: 165px !important;
}
#rech_valid
{
margin-left: 10px !important;
margin-top: -1px !important;
}
#col2
{
position: relative !important;
margin-top: 115px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/fonds-ecran-wallpapers), url-prefix(http://www.jeuxvideo.com/patches), url-prefix(http://www.jeuxvideo.com/demos), url-prefix(http://www.jeuxvideo.com/sorties/), url-prefix(http://www.jeuxvideo.com/top20/), url(http://www.jeuxvideo.com/previews.htm), url-prefix(http://www.jeuxvideo.com/le-cliq), url-prefix(http://www.jeuxvideo.com/gaming_live), url-prefix(http://www.jeuxvideo.com/videos-de-jeux), url-prefix(http://www.jeuxvideo.com/chroniques-video), url-prefix(http://www.jeuxvideo.com/listeforums-a), url-prefix(http://www.jeuxvideo.com/games), url-prefix(http://www.jeuxvideo.com/code-gagnant), url-prefix(http://www.jeuxvideo.com/mailform) {
#banner
{
display: none !important;
}
#recherche
{
width: 0px !important;
height: 0px !important;
position: relative !important;
float: right !important;
margin-right: 310px !important;
top: 14px !important;
}
#rech
{
width: 300px !important;
height: 87px !important;
margin-left: -7px !important;
padding-top: 18px !important;
background: url(http://s4.noelshack.com/uploads/images/17163325515798_bg300.png) no-repeat !important;
}
#rech_txt
{
width: 265px !important;
}
#rech_ou
{
width: 165px !important;
}
#rech_valid
{
margin-left: 10px !important;
margin-top: -1px !important;
}
#col2
{
position: relative !important;
margin-top: 140px !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/messages-prives/boite-reception), url-prefix(http://www.jeuxvideo.com/messages-prives), url-prefix(http://www.jeuxvideo.com/quiz), url-prefix(http://www.jeuxvideo.com/boutique/boutiksomm3) {
#banner
{
display: none !important;
}
#recherche
{
display: none !important;
}
}
@-moz-document url-prefix(http://www.jeuxvideo.com/news){
#banner
{
display: none !important;
}
#recherche
{
display: none !important;
}
} | 0.203747 | 0.205994 |
@media only screen and (max-width:767px) {
.ace-responsive-menu li ul li a {
padding-left: 30px;
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
display: block;
padding: 14px 20px;
border-bottom: 1px solid #fff;
}
.tsr09 .tright .keyfacts .accordion-container article ul {
padding-left: 13px;
}
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 14px;
line-height: 20px;
margin-bottom: 3px;
}
.addboilrbtnmob {
width: 235px;
height: 47px;
background-color: #fe0000;
line-height: 47px;
border-radius: 5px;
text-align: center;
font-size: 16px;
font-weight: 600;
margin: auto;
font-family: "Proxima Nova Lt";
color: #fff;
}
.tsr11 {
padding-top: 10px;
}
.tsr10 .licp {
padding-top: 25px;
padding-bottom: 40px;
}
.fwmc-whiteleft span {
width: 100% !important;
display: inline-block !important;
font-size: 15px !important;
display: none !important;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft div br{
display: none !important;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt span {
color: #7d7d7d;
font-size: 17px;
width: 65%;
display: inline-block;
}
.fwmaincontnt .mob-ratngboxwrap {
width: 100%;
float: left;
padding: 20px 28px;
background-color: #f7f7f7;
}
.boilrcompars .bccntnt-wrap {
padding-bottom: 20px;
}
.hidden-mobile {
display: none;
}
.hidden-desktop {
display: block !important;
}
.mobilecloseico {
display: block !important;
position: absolute;
right: 8px;
top: 0px;
font-size: 35px;
}
.lic-2 span:nth-child(1) {
font-size: 12px;
}
.lic-2 em {
font-size: 24px;
}
.mobilecloseico:after {
content: "\f00d";
font-size: 35px !important;
font: normal normal normal 14px/1 FontAwesome;
}
.mobilemenu-overlay {
height: 100%;
width: 100%;
position: fixed;
left: 0px;
top: 0px;
background: rgba(0, 0, 0, 0.8);
z-index: 90;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
/* .ace-responsive-menu:after {
content: "\f00d";
position: absolute;
right: 8px;
top: 0px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 35px;
} */
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 25px;
margin-bottom: 20px;
position: relative;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box i {
position: absolute;
right: 0px;
top: 0px;
cursor: pointer;
color: #7d7d7d;
font-size: 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p {
font-size: 15px;
display: none;
padding: 0px 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox {
width: 140px;
height: 73px;
margin: 0px 24px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap {
height: auto;
margin-top: 30px;
justify-content: space-between;
flex-direction: column;
display: none;
}
.mob-ratngboxwrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.mob-ratngboxwrap span {
width: 76%;
color: #7d7d7d;
font-size: 17px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox .number {
font-size: 32px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox span {
font-size: 14px;
text-align: center;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt span {
font-size: 14px !important;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt {
width: 100%;
margin-top: 30px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap {
width: 100%;
}
.norsultbox p {
font-size: 18px;
}
.norsultbox {
text-align: center;
}
.norsultbox span {
font-size: 20px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h1, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h2, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h4, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h5, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h6 {
font-size: 25px;
margin-bottom: 20px;
}
#loadmore {
top: 6px;
}
.smlrfw .itm1 {
width: 100%;
}
.smlrfw .itm1 .recr .price h2 {
font-size: 37px;
}
.lic-2 {
height: 118px;
font-size: 64px;
margin-left: 20px;
}
.tsr10 .lic {
width: 118px;
margin-top: 10px;
margin-bottom: 25px;
}
.tsr09 .bmtop-box figure img {
width: 118px;
height: 208px;
min-height: 208px;
object-fit: cover;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6{
font-size: 23px !important;
}
.norsultbox {
width: 100%;
}
.systmboilers .sbthumbs-wrap .head-para .hidefiltr {
display: none;
}
.topbrand-row {
text-align: center;
}
.topbrand-row img {
margin-right: 0px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 140px;
}
.tsr03 .cbox .content p {
font-size: 17px !important;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 23px !important;
}
.tsr03 .cbox .content h3:first-child, .tsr03 .cbox .content h1:first-child, .tsr03 .cbox .content h2:first-child, .tsr03 .cbox .content h4:first-child, .tsr03 .cbox .content h5:first-child, .tsr03 .cbox .content h6:first-child {
margin-top: 15px !important;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 29px !important;
}
.systmboilers .sb-wrap{
padding-bottom:30px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft img {
width: 100%;
max-height: inherit;
height: 222px;
min-height: 222px;
object-fit: contain;
}
.social-mobile a i {
font-size: 22px;
color: #fff;
}
.social-mobile a {
padding: 14px 30px;
display: inline-block;
}
.quick-icons {
padding: 20px;
text-align: center;
margin-bottom: 30px;
color: #fff;
margin-top: 30px;
}
.quick-icons a i {
color: #fff;
font-size: 25px;
line-height: 56px;
}
.quick-icons a {
border: 2px solid white;
height: 60px;
width: 60px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 66px;
margin-right: 19px;
position: relative;
}
.quick-icons a span {
font-size: 16px;
left: 50%;
bottom: -27px;
position: absolute;
line-height: 1;
margin-left: -30px;
width: 100%;
color: #fff;
}
.ace-responsive-menu > li > i {
padding-right: 0;
color: #fff;
float: right;
font-size: 26px;
position: absolute;
z-index: 100;
cursor: pointer;
right: 15px;
top: 10px;
}
.ace-responsive-menu li ul.sub-menu li a {
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
border-bottom: 1px solid #fff;
padding: 14px 30px;
padding-left: 30px;
}
.ace-responsive-menu > li {
border-bottom: 0px;
position: relative;
}
.ace-responsive-menu > li > a {
display: block;
padding: 14px 20px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #fff;
border-bottom: 1px solid #fff;
}
.menu-toggle {
float: right;
width: auto;
background: transparent;
position: absolute;
top: -55px;
right: 0px;
display: block!important;
}
.ace-responsive-menu:before {
content: "";
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.ace-responsive-menu {
z-index: 1000;
font-family: "Proxima Nova Rg";
float: left;
width: 80%;
position: fixed;
top: 0;
left: 0;
display: none;
height: 100%;
overflow-y: scroll;
background-image: -moz-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -webkit-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -ms-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
}
.menu-toggle #menu-btn {
float: right;
background: transparent;
border: 0px;
padding: 8px;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.mobile-menu {
display: block;
position: relative;
z-index: 90;
}
.partnrs-wrap {
padding-left: 15px;
padding-right: 15px;
min-height: 107px;
}
.excelent-desktp {
display: none;
}
.excelent-mobile {
display: block;
margin-left:auto !important;
margin-right: auto !important;
}
.tpwrap-exclnt p {
font-size: 16px;
display: block;
}
.trustpilet-wrap h3 {
font-size: 16px;
}
.trustpilet-wrap .content span {
font-size: 14px;
}
.trustpilet-wrap .trustbox {
height: 124px;
padding: 15px;
}
.trustpilet-wrap .trustbox img {
width: 110px !important;
margin-bottom: 8px;
}
.tpwrap-exclnt img {
margin-right: 0px;
width: 146px;
height: auto;
margin-bottom: 12px;
}
.comp-bmenu {
height: auto;
z-index: 99;
display: none;
}
.kwoverlay {
z-index: 100;
}
.comp-bmenu .comp-bmenuwrap {
flex-direction: column;
height: auto;
padding-top: 25px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close {
position: absolute;
left: 12px;
right: inherit;
width: auto;
}
.comp-bmenu .comp-bmenuwrap .cbm-box {
width: 100%;
border-bottom: 1px solid #fff;
height: auto;
padding-bottom: 8px;
border-right: 0px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close:after {
position: static;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a{
line-height: 50px;
font-size: 15px;
min-width: 200px;
height: 50px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 100%;
border-right: 0px solid #fff;
height: auto;
margin: 4px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-comparebtn a {
font-size: 15px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 14px;
padding: 0px 35px;
max-width: inherit;
}
.comp-bmenu-mobile {
display: block;
min-height: 94px;
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
line-height: 94px;
background-color: rgba(66,63,63,0.7);
text-align: center;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.comp-bmenu-mobile button {
margin-right: 15px;
width: 142px;
height: 50px;
line-height: 50px;
border:2px solid #ffffff;
border-radius: 10px;
font-size: 17px;
font-family: 'Proxima Nova Bold';
font-weight: bold;
color: #fff;
background-color: transparent;
}
.comp-bmenu-mobile button a {
color: #ff0000;
}
.comp-bmenu-mobile button:last-child {
margin-right: 0px;
background-color: #fff;
color: #ff0000;
}
.kwpop .kwpop-botm .btnform {
min-width: 140px;
height: 46px;
font-size: 16px;
line-height: 46px;
}
.kwpop .kwpop-botm {
min-height: 83px;
position: absolute;
bottom: 0px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label{
font-size: 24px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label::before {
width: 28px;
height: 28px;
margin-right: 18px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox:checked + label::after{
font-size: 22px;
}
.kwpop .kwpop-top .systmboilers .filters-wrap{
display: block !important;
position: static;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.kwpop .kwpop-top .systmboilers .filters-wrap .filtrbox {
margin:0px;
width: 100%;
padding-left: 18px;
padding-bottom: 30px
}
.kwpop .systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 24px;
}
.kwpop .kwpop-top {
padding: 55px 27px 70px 27px;
}
.kwpop .kwpop-top h2 {
font-size: 27px;
padding-bottom: 15px;
}
.kwpop {
width: 90%;
height: 90%;
z-index: 100;
}
.systmboilers .filters-wrap {
padding:0px;
}
.systmboilers .filters-wrap .filtrbox {
margin: 22px 70px 0px 35px;
width: 240px;
}
.mfiltr-actions {
display: block;
min-height: 78px;
text-align: center;
line-height: 78px;
background-color: #f7f7f7;
width: 100%;
float: left;
margin-top: 22px;
}
.mfiltr-actions button {
width: 140px;
height: 44px;
border:2px solid #7d7d7d;
border-radius: 10px;
background-color: transparent;
font-family: 'Proxima Nova Bold';
font-weight: bold;
font-size:17px;
color: #7d7d7d;
margin-right: 12px;
}
.mfiltr-actions button:last-child {
background-color: #7d7d7d;
color: #fff;
}
.close-ico-filtr {
display: block;
position: absolute;
top: 22px;
right: 18px;
}
.close-ico-filtr img{
cursor: pointer;
}
.systmboilers .filters-wrap {
position: fixed;
width: 360px;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.systmboilers .filters-wrap h6 {
font-size: 27px;
padding: 25px 0px 0px 35px;
}
.systmboilers .filters-wrap h6::after{
top: -2px;
}
.showfiltr {
display: block;
font-size: 21px;
color: #7d7d7d;
background-color: #f7f7f7;
min-height: 60px;
text-align: center;
line-height: 60px;
margin-top: 20px;
cursor: pointer;
position: static;
}
.systmboilers .sbthumbs-wrap .head-para {
margin-bottom: 26px;
}
.hidefiltr {
display: none;
}
.showfiltr:after {
margin-left: 18px;
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAP1BMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX0qQwj8AAAAFHRSTlMAL5AG7cM93dWZePDkqJNeVSIfGRyWasYAAABXSURBVBjTfc9HDsAgEAPALdT04v+/NRESEUTAnPawsmxK9jmc9OdEJALwUnNk0GbIos2S8ssDkWtKySWT0tBdfigXArDmtH6DQWtXrNsALN/SymE85/sB3wwJkOphWn8AAAAASUVORK5CYII=");
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft2 {
-webkit-animation-name: slideInLeft2;
animation-name: slideInLeft2;
overflow: hidden; }
@-webkit-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
@-moz-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
.slideInRight2 {
-webkit-animation-name: slideInRight2;
animation-name: slideInRight2;
overflow: hidden; }
.footer .wrapper {
width: 100%;
padding-left: 26px;
padding-right:26px;
}
.intrst-notifc {
float: left;
font-size: 18px;
line-height: 25px;
padding: 15px 38px;
}
.intrst-notifc span{
display: block;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt img {
max-width: 290px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li.active a {
border-radius: 6px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li {
float: left;
margin-top: 10px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width:100%;
padding-left: 20px;
padding-right: 35px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 100%;
padding-right: 15px;
text-align: center;
margin-top: 30px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 17px;
line-height: 24px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 15px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a:hover {
border-radius: 6px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
font-size: 19px;
min-width: 155px;
height: 45px;
line-height: 45px;
}
.cbtol-tbox .cbtbox-cntnt {
padding-top: 30px;
padding-left: 15px;
padding-right: 0px;
padding-bottom: 30px;
width: 91%;
min-height: auto;
display: table;
}
.cbtol-tbox {
padding: 30px 0px;
}
/* .boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft ul {
display: none;
} */
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft {
width: 100%;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whitergt {
margin-bottom: 30px;
width: 100%;
display: none;
}
.boilrcompars .features-wrap .fw-iner .fwhead {
width: 100%;
float: left;
cursor: pointer;
padding: 20px 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey {
padding: 25px 25px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white {
padding: 25px 28px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
padding-top: 0px;
font-size: 25px;
padding-bottom: 0px;
position: relative;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt {
display: none;
}
.boilrcompars .features-wrap .fw-iner p.featuesmoble {
font-size: 14px;
padding: 0px 28px;
display: none;
padding-bottom: 25px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 i {
position: absolute;
right: 0px;
top: 0px;
cursor: pointer;
color: #7d7d7d;
font-size: 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box {
padding: 20px 0px;
padding-bottom: 0px;
background-color: #fff;
margin-bottom: 20px;
border: 1px solid #e5e5e5;
}
.boilrcompars .bccntnt-wrap .bccw-inr {
border: 0px;
background-color: #fcfcfc;
}
.ratingbox-wrap .mob-ratngboxwrap {
padding:20px 28px;
}
.ratingbox-wrap .mob-ratngboxwrap:nth-child(odd) {
background-color: #f7f7f7;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft {
width: 100%;
cursor: pointer;
padding: 0px 28px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 230px;
height: 50px;
line-height: 50px;
}
.boilrcompars .slectdboilr .wrapper {
padding-left: 12px;
padding-right: 12px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb img {
display: none;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb img {
display: block;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb {
width: 31%;
margin-right: 3%;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb:last-child {
margin-right:0px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb img:nth-child(2) {
display: none;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb a.closeme {
right: -20px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler {
margin-top: 10px;
margin-bottom: 0px !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 18px;
}
.boilrcompars .slectdboilr .sb-cntnt{
padding: 30px 35px 30px 35px;
border-radius: 5px;
}
.boilrcompars .slectdboilr {
padding: 12px 0px;
}
.bccwi-brgt.slectdboilr .sb-cntnt .sbthumb img:nth-child(2) {
display: none;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 23px;
border-bottom: 0px solid #c1c1c1;
margin-bottom: 20px;
}
.boilrcompars .tsrtopsection {
padding-top: 10px;
padding-bottom: 40px;
}
.boilrcompars .tsrtopsection .righttext {
width: 100% !important;
flex-basis: 100% !important;
padding-bottom: 0px !important;
}
.boilrcompars .tsrtopsection .leftimg img {
width: 233px;
height: 135px;
}
.boilrcompars .tsrtopsection .righttext h2 div {
width: 100% !important;
}
.boilrcompars .tsrtopsection .leftimg {
width: 100%;
flex-basis: 100%;
text-align: center;
}
.tsr09 .bmodal-top h2 {
font-size: 25px;
text-align: center;
line-height: 36px;
}
.tsr09 {
padding: 0px 0 0 0;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 270px;
height: 48px;
line-height: 48px;
font-size: 17px;
}
.tsr09 .bmodal-top .twobtns {
width: 270px;
float: none;
margin: auto;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 270px;
margin-top: 15px;
margin-bottom: 32px;
}
.tsr09 .bmodal-top .twobtns li {
margin-right: 0px;
}
.tsr09 .bmtop-box {
padding: 30px 20px;
}
.tsr09 .bmtop-box figure {
width: 100%;
text-align: center;
}
.tsr09 .bmtop-box .bmtopb-cntnt {
width: 100%;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
margin-bottom: 20px;
font-size: 22px;
text-align: center;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 15px;
line-height: 24px;
text-align: center;
}
.tsr09 .bmtop-box figure figcaption a {
color: #ed7622;
font-size: 14px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand img {
margin-right: 20px;
max-width: 85px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand img:nth-child(2) {
margin-right: 0px;
}
.bmtop-box figure img {
max-width: 115px;
}
.tsr09 .bmtop-box figure figcaption {
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand {
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
min-width: 268px;
height: 48px;
font-size: 17px;
line-height: 48px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 268px;
margin-top: 15px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li {
margin-right: 0px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns {
margin-top: 20px;
padding-bottom: 10px;
display: flex;
justify-content: ;
flex-direction: column;
justify-content: center;
align-items: center;
}
.tsr09 .giveaway {
flex-direction: column;
margin-top: 0px;
}
.tsr09 .giveaway p {
text-align: center;
max-width: 100%;
color: #757473;
font-size: 19px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin-right: 0;
line-height: 36px;
margin-bottom: 30px;
}
.tsr09 .tleft {
width: 100%;
}
.tsr09 .tright {
width: 100%;
}
.tsr09 .tleft h4 {
font-size: 14px;
margin-bottom: 36px;
}
.faqs-wrap .accordion-container .content-entry i::before {
content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAARVBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX2YPrT8AAAAF3RSTlMAA8c62kjOwpyXfiRBrYqHbGFTNCqpqKmk88kAAABfSURBVAjXZc5HDsIwAAXRZztOcwJpcP+jojgCCZjdLH6BY2hjbIeiMsYcCDmOp936oBL6O6k77fIueSQfpllD2WEvNKdaJqbFW605rwiNuWa3DdLzp/l79/8V5fp84AX2BAKMUcZ2owAAAABJRU5ErkJggg==");
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 16px;
margin-bottom: 6px;
}
.tsr09 .tright .keyfacts .accordion-container article {
padding-bottom: 15px;
margin-bottom: 15px;
}
.faqs-wrap .accordion-container .content-entry.open i::before {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAASFBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX3qW9QQAAAAGHRSTlMAA5k62shIzsJ+QSgjxa2Kh2xhU6moNTR25kcwAAAAY0lEQVQI112OCQrAIAwEV1Otd6v2+P9PaxQpOIGQYSEJGl7uSu3So2OVFoDQ0bKdUqAj5AGQYRtuCDfxVCt3Stg4LFoX9q0VkB3g8tTwcPIG1tSSCV3L5vUuYOP4Sll0wv/zB/jjAoZcWg0GAAAAAElFTkSuQmCC");
}
.tsr09 .tright .keyfacts .accordion-container article .accordion-content {
margin-top: 10px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 14px;
line-height: 16px;
}
.tsr10::after {
height: 60px;
}
.tsr10 .licp {
padding-bottom: 40px;
padding-top: 20px;
}
.tsr10 .licm {
width: 100%;
padding: 0 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tsr10 .licm h4 {
font-size: 25px;
margin-bottom: 20px;
}
.tsr10 .licm p {
font-size: 15px !important;
line-height: 21px !important;
order: 2;
}
.tsr10 .licm a {
min-width: 265px;
height: 58px;
line-height: 58px;
font-size: 21px;
background-color: #e91c26;
order: 4;
}
.tsr11 .svdhe h4 {
font-size: 25px;
margin-bottom: 20px
}
.tsr11 .svdhe p {
font-size: 15px;
line-height: 24px;
}
.tsr11 .svdhe {
margin-bottom: 8px;
}
.faqs-wrap .accordion-container article{
padding: 15px 15px;
}
.faqs-wrap .accordion-container .article-title{
font-size: 14px;
}
.faqs-wrap .accordion-container .accordion-content p {
font-size: 12px;
line-height: 18px;
}
.faqs-wrap .accordion-content {
margin-top: 10px;
}
.smlrfw .itm1 .lecr img:nth-child(2) {
height: 160px;
width: 90px;
}
.faqs-wrap .accordion-container .content-entry i {
top: 1px;
}
.smlrfw {
flex-direction: column;
}
.smlrfw .itm1 .gur {
top: 10px;
right: 10px;
}
.smlrfw .itm1 {
margin-left: auto;
margin-right: auto;
width: 310px;
}
.smlrfw .itm1 .recr .price em {
line-height: 13px;
}
.smlrfw .itm1 .recr {
width: calc(100% - 90px);
padding-left: 10px;
}
.smlrfw .itm1 .lecr {
width: 90px;
}
.smlrfw .itm1 .recr .price {
padding-top: 28px;
margin-left: 10px;
}
.wrapper2 {
width: 100%;
}
.hamburger-menu {
display: block;
position: absolute;
right: 0;
top: 17px;
cursor: pointer;
}
.header-container .header-wrap {
position: relative;
}
.header-container{
min-height: auto;
}
.header-container .logo-nav .logo img {
max-width: 150px;
}
.header-container .headr-btn {
display: none;
}
.header-container .logo-nav {
border-bottom: 10px solid #ebe6d9;
min-height: auto;
padding-bottom: 0;
height: auto;
}
.header-container .logo-nav .logo a {
height: 30px;
}
.header-container .logo-nav .mainbar {
float: right;
position: fixed;
top: 0;
left: 0px;
z-index: 100;
width: 80vw;
height: 100%;
background-color: #f6f6f6;
padding-top: 30px;
box-shadow: -3px 0px 18px #fab210;
display: none;
}
.header-container .logo-nav .mainbar ul li {
float: left;
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.wrapper {
width: 100%;
padding-left: 26px;
padding-right: 26px;
}
.tsrtopsection .leftimg {
width: 100%;
flex-basis: 100%;
}
.row {
flex-direction: column;
}
.tsrtopsection {
padding: 30px 0;
}
.tsrtopsection .righttext {
width: 100%;
flex-basis: 100%;
text-align: center;
padding-top: 20px;
}
.tsrtopsection .righttext h2 {
font-size: 30px;
}
.tsrtopsection .righttext p {
font-size: 17px !important;
line-height: 24px !important;
}
.getyourcode .getcode-cntnt{
flex-wrap: wrap;
}
.getyourcode .getcode-cntnt p {
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
max-width: 244px;
margin: auto;
display: table;
}
.getyourcode .getcode-cntnt a {
margin: auto;
float: none;
display: table;
margin-top: 15px;
width: 185px;
height: 49px;
line-height: 49px;
font-size: 18px;
}
.getyourcode {
padding-top: 20px;
padding-bottom: 20px;
}
.tsr03 {
padding: 30px 0;
}
.tsr03 .cbox {
padding:30px;
}
.tsr03 .cbox .img {
width: 100%;
text-align: center;
margin-top: 0;
}
.tsr03 .cbox .content {
width: 100%;
}
.tsr03 .cbox .img img {
max-width: inherit;
width: 186px;
height: auto;
min-width: inherit;
min-height: inherit;
max-height: inherit;
}
p{
font-size: 17px;
}
.tsr03 .cbox .content .rm {
margin-bottom: 10px;
margin-top: 20px;
}
.tsr04 {
padding-top: 30px;
}
.head-para h2 {
font-size: 29px;
text-align: center;
}
.tsr04 .head-para p {
font-size: 17px;
text-align: center;
}
.tsr04 .cbrands ul li {
width: 100%;
}
.tsr04 .head-para {
margin-bottom: 0px;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 19px;
}
.tsr04 .cbrands ul li .item p {
font-size: 16px;
}
.tsr04 .cbrands ul li .item {
padding: 25px 30px 25px;
}
.tsr04 .cbrands ul li .item a {
width: 162px;
height: 38px;
line-height: 38px;
font-size: 14px;
}
.tsr04 .cbrands ul li .item a img {
max-width: 10%;
}
.tsr04 .cbrands ul li .item .img {
margin-bottom: 20px;
}
.tsr04 .cbrands {
margin-top: 20px;
padding-bottom: 30px;
}
.getyourcode .getcode-cntnt a::after {
display: none;
}
.partnrs-wrap .pw-inr .prtnr-row {
width: 100%;
position: static;
margin-top: 10px;
}
.partnrs-wrap .pw-inr span {
font-size: 24px;
line-height: 30px;
display: block;
text-align: center;
margin-top: 16px;
width: 100%;
}
.footer {
padding-top: 40px;
}
.footer .fotr-widget {
width: 100%;
}
.footer .fotr-widget h2 {
color: #ecb808;
font-size: 14px;
}
.footer .fotr-widget .fotr-menu li {
width: 50%;
float: left;
}
.footer .fotr-widget .fotr-menu {
padding-left: 0px;
padding-bottom: 10px;
display: block;
width: 100%;
float: left;
}
.footer .fotr-widget .newsltr input {
width: 212px;
}
.footer .fotr-widget .newsltr button {
top: 0px;
}
.footer .mfotr-authoriz{
margin-top: -17px;
}
.footer .fotr-widget .contctbox{
margin-bottom: 13px;
}
.footer .contactus {
padding-top: 10px;
}
.footer .mfotr-authoriz p {
font-size: 14px;
line-height: 24px;
}
.footer .ftr-copyright {
margin-top: 45px;
padding-top: 15px;
padding-bottom: 15px;
}
.footer .ftr-copyright .cright-menu {
padding-left: 0px;
width: 100%;
}
.footer .ftr-copyright .cright-menu li {
line-height: 28px;
}
.footer .ftr-copyright p {
line-height: 30px;
}
.tsr03 .cbox .content h3 {
font-size: 23px;
line-height: 30px;
}
.header-container .topbar {
display: none;
}
.systmboilers .filters-wrap {
display: none;
}
.systmboilers .sbthumbs-wrap {
width: 100%;
float: none;
margin:auto;
display: table;
padding-bottom: 9px;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 17px;
text-align: center;
max-width: 279px;
margin: auto;
}
.systmboilers {
padding-top: 30px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
width: 100%;
border: 13px solid #ebe6d9;
padding: 24px 23px 24px 23px;
margin-bottom: 22px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img {
display: none;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
display: inline-block;
margin-right: 0;
width: 100%;
text-align: center;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt {
width: 100%;
padding-top: 10px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p {
font-size: 17px;
text-align: center;
margin-bottom: 20px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
text-align: center;
margin-bottom: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
color: #7d7d7d;
font-size: 17px;
position: relative;
top: -8px;
text-align: center;
display: block;
font-weight: 300;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul {
padding-left: 0px;
width: 100%;
text-align: center;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li:nth-child(5n+5) {
margin-right: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
display: inline-block;
float: none;
margin-right: 3px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
text-align: center;
flex-direction: column;
align-items: center;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
margin-top: 11px;
width: 207px;
height: 48px;
line-height: 48px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a:last-child {
float: none;
margin-top: 11px;
margin-left: 0px;
}
.tsr05 h3 {
font-size: 23px;
}
.tsr05 {
padding: 30px 0;
padding-bottom: 0px;
}
.tsr05 .cse ul li {
width: 100%;
margin-bottom: 40px;
}
.tsr05 .cse ul li .item img {
margin-bottom: 20px;
}
.tsr05 .cse ul li .item h5 {
font-size: 23px;
}
.tsr05 .cse ul li .item p {
font-size: 17px !important;
max-width: 200px;
margin: auto;
}
.boiler-finacne .tsr03 .cbox .img img {
max-width: 125px;
width: 100%;
}
.bestprice .bp-contnt {
width: 100%;
padding-top: 30px;
display: flex;
padding-left: 0px;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.bestprice .bp-contnt .bpc-rgtimg {
margin-right: 0px;
margin-top: 0px;
margin-bottom: 40px;
}
.bestprice .bp-contnt .bpc-lftimg {
display: none;
}
.bestprice .bp-contnt .bpc-descrp {
width: 100%;
order: 3;
position: relative;
z-index: 100;
}
.bestprice .bp-contnt .bpc-descrp h3 {
font-size: 25px;
text-align:center;
}
.bestprice .bp-contnt .bpc-descrp p{
text-align: center;
font-size: 16px;
margin-top: 15px;
line-height: 26px;
}
.bbc-chair {
bottom: -200px;
right: -20px;
top: inherit;
}
.bestprice {
min-height: 650px;
}
.bestprice .wrapper {
position: static;
}
.bestprice .bp-contnt .bpc-descrp a {
width:248px;
margin-left:auto;
margin-right:auto;
display: table;
font-size: 19px;
height: 51px;
line-height: 51px;
}
.head-para p {
font-size: 17px;
}
.faqs-wrap {
padding-top: 30px;
padding-bottom: 30px;
}
}
@media only screen and (min-width:540px) and (max-width:767px) {
.wrapper {
width: 540px;
}
.wrapper2 {
width: 540px;
}
.bbc-chair {
bottom: -250px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.ace-responsive-menu li ul li a {
padding-left: 30px;
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
display: block;
padding: 14px 20px;
border-bottom: 1px solid #fff;
}
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 15px;
line-height: 22px;
margin-bottom: 3px;
}
.tsr09 .tright .keyfacts .accordion-container article ul {
padding-left: 13px;
}
.addboilrbtnmob {
width: 235px;
height: 47px;
background-color: #fe0000;
line-height: 47px;
border-radius: 5px;
text-align: center;
font-size: 16px;
font-weight: 600;
margin: auto;
font-family: "Proxima Nova Lt";
color: #fff;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .mob-ratngboxwrap {
background-color: #f7f7f7;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
position: relative;
padding-top: 0px;
font-size: 25px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt{
display: none;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white {
padding: 30px 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whitergt {
display: none;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft {
width: 100%;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 i {
position: absolute;
top: 0px;
right: 0px;
color: #7d7d7d;
font-size: 28px;
}
.featuesmoble {
display: none;
color: #7d7d7d;
font-size: 17px;
padding: 0px 28px;
padding-bottom: 30px;
}
.boilrcompars .features-wrap .fw-iner .fwhead {
width: 100%;
float: left;
padding: 20px 28px;
padding-bottom: 0px;
cursor: pointer;
}
.boilrcompars .bccntnt-wrap .bccw-inr {
border: 0px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap {
width: 100%;
height: auto;
display: none;
flex-direction: column;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .mob-ratngboxwrap:nth-child(odd) {
background-color: #f7f7f7;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft {
width: 100%;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft{
padding: 0px 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p{
padding: 0px 28px;
padding-bottom: 35px;
display: none;
}
.boilrcompars .bccntnt-wrap{
padding-bottom: 0px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box{
padding: 25px 0px;
border: 1px solid #e5e5e5;
padding-bottom: 0px;
margin-bottom: 44px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .grey-elmnt {
background-color: #fff;
}
.boilrcompars .bccntnt-wrap .bccw-inr {
background-color: #fcfcfc;
}
.mob-ratngboxwrap {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 28px;
}
.mob-ratngboxwrap span {
font-size: 19px;
color: #7d7d7d;
}
.show-tablet {
display: block !important;
}
.hide-tablet {
display: none !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb.addanotherboiler img {
width: 119px !important;
height: 212px !important;
}
.mobilecloseico {
display: block !important;
position: absolute;
right: 8px;
top: 0px;
font-size: 35px;
}
.mobilecloseico:after {
content: "\f00d";
font-size: 35px !important;
font: normal normal normal 14px/1 FontAwesome;
}
.mobilemenu-overlay {
height: 100%;
width: 100%;
position: fixed;
left: 0px;
top: 0px;
background: rgba(0, 0, 0, 0.8);
z-index: 999;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.smlrfw .itm1 .gur img {
max-height: 53px;
}
.smlrfw .itm1 .lecr img:nth-child(2) {
width: 120px;
height: 126px;
}
.tsr09 .bmtop-box figure {
width: 19%;
}
.tsr09 .bmtop-box .bmtopb-cntnt {
width: 75%;
}
.tsr09 .bmtop-box figure img {
width: 116px;
height: 205px;
min-height: 205px;
object-fit: cover;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6 {
font-size: 21px !important;
margin-bottom: 5px !important;
}
.systmboilers .sbthumbs-wrap .head-para .hidefiltr {
display: none;
}
.tsr03 .cbox .content p {
font-size: 17px !important;
}
.tsr03 .cbox .content h3:first-child, .tsr03 .cbox .content h1:first-child, .tsr03 .cbox .content h2:first-child, .tsr03 .cbox .content h4:first-child, .tsr03 .cbox .content h5:first-child, .tsr03 .cbox .content h6:first-child {
margin-top: 0px !important;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 25px !important;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6{
font-size: 29px !important;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft img {
width: 143px;
}
.social-mobile a i {
font-size: 22px;
color: #fff;
}
.social-mobile a {
padding: 14px 30px;
display: inline-block;
}
.quick-icons {
padding: 20px;
text-align: center;
margin-bottom: 30px;
color: #fff;
}
.quick-icons a i {
color: #fff;
}
.social-mobile {
width: 100%;
}
.quick-icons a {
border: 2px solid white;
height: 60px;
width: 60px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 60px;
margin-right: 19px;
position: relative;
}
.quick-icons a span {
font-size: 16px;
left: 50%;
bottom: -27px;
position: absolute;
line-height: 1;
margin-left: -30px;
width: 100%;
color: #fff;
}
.ace-responsive-menu > li > i {
padding-right: 0;
color: #fff;
float: right;
font-size: 26px;
position: absolute;
z-index: 100;
cursor: pointer;
right: 15px;
top: 10px;
}
.ace-responsive-menu li ul.sub-menu li a {
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
border-bottom: 1px solid #fff;
padding: 14px 30px;
padding-left: 30px;
}
.ace-responsive-menu > li {
border-bottom: 0px;
width: 100%;
position: relative;
}
.ace-responsive-menu > li > a {
display: block;
padding: 14px 30px;
cursor: pointer;
z-index: 2;
font-size: 22px;
text-decoration: none;
color: #fff;
border-bottom: 1px solid #fff;
}
.menu-toggle {
float: right;
width: auto;
background: transparent;
position: absolute;
top: 0px;
right: 0px;
display: block !important;
}
.ace-responsive-menu:before {
content: "";
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.ace-responsive-menu {
display: none;
max-width: 450px;
z-index: 1000;
font-family: "Proxima Nova Rg";
float: left;
width: 80%;
position: fixed;
top: 0;
left: 0;
height: 100%;
overflow-y: scroll;
background-image: -moz-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -webkit-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -ms-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
}
.menu-toggle #menu-btn {
float: right;
background: transparent;
border: 0px;
padding: 8px;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.mobile-menu {
display: block;
}
.trustpilet-wrap {
min-height: auto;
}
.tpwrap-exclnt p {
font-size: 16px;
}
.trustpilet-wrap .trustbox {
height: 146px;
}
.trustpilet-wrap h3 {
font-size: 18px;
}
.trustpilet-wrap .content span {
font-size: 14px;
}
#trustpoilet {
width: 100%;
}
.getyourcode .getcode-cntnt {
flex-wrap: wrap;
}
.comp-bmenu .comp-bmenuwrap {
display: block;
height: auto;
}
.comp-bmenu .comp-bmenuwrap .cbm-box {
width: 33%;
height: auto;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 15px;
max-width: inherit;
min-height: 69px;
padding: 0px 5px;
line-height: 17px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close {
height: 27px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close:after {
right: 50%;
}
.comp-bmenu .comp-bmenuwrap .cbm-box:nth-child(3) {
border-right: 0px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 33%;
height: auto;
margin-top: 6px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
line-height: 60px;
font-size: 18px;
min-width: 230px;
height: 60px;
}
.closeboxx {
right: 11px;
top: -22px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-comparebtn a {
font-size: 18px;
}
.comp-bmenu {
min-height: auto;
height: auto;
padding: 10px 0px;
z-index: 90;
display: none;
}
.kwoverlay {
z-index: 99;
}
.kwpop {
z-index: 100;
}
.comp-bmenu-mobile {
display: block;
min-height: 94px;
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
line-height: 94px;
background-color: rgba(66,63,63,0.7);
text-align: center;
z-index: 10;
}
.comp-bmenu-mobile button {
margin-right: 78px;
width: 307px;
height: 50px;
line-height: 50px;
border:2px solid #ffffff;
border-radius: 10px;
font-size: 21px;
font-family: 'Proxima Nova Bold';
font-weight: bold;
color: #fff;
background-color: transparent;
}
.comp-bmenu-mobile button a{
color: #ff0000;
}
.comp-bmenu-mobile button:last-child {
margin-right: 0px;
background-color: #fff;
color: #ff0000;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label{
font-size: 31px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label::before {
width: 40px;
height: 37px;
margin-right: 18px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox:checked + label::after{
font-size: 31px;
}
.kwpop .kwpop-top .systmboilers .filters-wrap{
display: block !important;
position: static;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.kwpop .kwpop-top .systmboilers .filters-wrap .filtrbox {
margin:0px;
width: 100%;
padding-left: 18px;
padding-bottom: 30px
}
.kwpop .systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 31px;
}
.kwpop .kwpop-top {
padding: 80px 93px 70px 93px;
}
.kwpop .kwpop-top h2 {
padding-bottom: 15px;
}
.systmboilers .filters-wrap {
padding:0px;
}
.systmboilers .filters-wrap .filtrbox {
margin: 22px 70px 0px 70px;
width: 240px;
clear: both;
}
.mfiltr-actions {
display: block;
min-height: 78px;
text-align: center;
line-height: 78px;
background-color: #f7f7f7;
width: 100%;
float: left;
margin-top: 22px;
}
.mfiltr-actions button {
width: 140px;
height: 44px;
border:2px solid #7d7d7d;
border-radius: 10px;
background-color: transparent;
font-family: 'Proxima Nova Bold';
font-weight: bold;
font-size:17px;
color: #7d7d7d;
margin-right: 12px;
}
.mfiltr-actions button:last-child {
background-color: #7d7d7d;
color: #fff;
}
.close-ico-filtr {
display: block;
position: absolute;
top: 22px;
right: 18px;
}
.close-ico-filtr img{
cursor: pointer;
}
.systmboilers .filters-wrap {
position: fixed;
width: 768px;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.systmboilers .filters-wrap h6 {
font-size: 27px;
padding: 42px 0px 20px 70px;
}
.systmboilers .filters-wrap h6::after{
top: -2px;
}
.showfiltr {
display: block;
position: absolute;
right: 0px;
font-size: 22px;
color: #7d7d7d;
cursor: pointer;
top: 0px;
}
.systmboilers .sbthumbs-wrap .head-para {
margin-bottom: 26px;
}
.hidefiltr {
display: none;
}
.showfiltr:after {
margin-left: 18px;
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAP1BMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX0qQwj8AAAAFHRSTlMAL5AG7cM93dWZePDkqJNeVSIfGRyWasYAAABXSURBVBjTfc9HDsAgEAPALdT04v+/NRESEUTAnPawsmxK9jmc9OdEJALwUnNk0GbIos2S8ssDkWtKySWT0tBdfigXArDmtH6DQWtXrNsALN/SymE85/sB3wwJkOphWn8AAAAASUVORK5CYII=");
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft2 {
-webkit-animation-name: slideInLeft2;
animation-name: slideInLeft2;
overflow: hidden; }
@-webkit-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
@-moz-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
.slideInRight2 {
-webkit-animation-name: slideInRight2;
animation-name: slideInRight2;
overflow: hidden; }
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
width: 98%;
}
.systmboilers {
padding-top: 35px;
}
.intrst-notifc {
font-size: 17px;
float: left;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
line-height: 25px;
font-size: 17px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
margin-bottom: 15px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 75px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 100%;
padding-left: 35px;
max-width: 584px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 100%;
max-width: 577px;
margin: auto;
display: table;
float: none;
padding-top: 35px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 23px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
min-width: 159px;
height: 42px;
font-size: 18px;
line-height: 42px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h1, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h2, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h4, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h5, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h6 {
font-size: 23px;
margin-bottom: 15px;
}
.cbtol-tbox .cbtbox-cntnt {
display: table;
min-height: auto;
padding-left: 35px;
padding-right: 35px;
padding-top: 35px;
padding-bottom: 35px;
max-width: 768px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li {
float: left;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 21px;
margin-bottom: 25px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb a.closeme{
bottom: 16px;
right: -7px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 194px;
height: 46px;
line-height: 46px;
font-size: 16px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler {
margin-top: 60px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler img {
margin-bottom: 6px;
width: 114px !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb:last-child {
width: 32%;
float: right;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb {
width: 31%;
}
.boilrcompars .tsrtopsection .righttext {
width: 100% !important;
flex-basis: 74% !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb img:nth-child(1){
width: 102px;
margin-bottom: 5px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 i {
color: #7d7d7d;
font-size: 28px;
position: absolute;
right: 0;
top: 0;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 25px;
position: relative;
margin-bottom: 20px;
cursor: pointer;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt span {
font-size: 13px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox span {
font-size: 15px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox .number {
font-size: 32px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft p {
font-size: 16px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox {
width: 90px;
height: 75px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb img{
width: 119px;
margin-bottom: 0;
height: 212px;
min-height: 212px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 15px;
max-width: 168px;
min-height: 54px;
}
.boilrcompars .slectdboilr .sb-cntnt{
padding: 25px 35px;
}
.boilrcompars .tsrtopsection .leftimg {
width: 26%;
flex-basis: 26%;
}
.tsr09 .bmodal-top h2 {
font-size: 25px;
margin-top: 0;
margin-bottom: 15px;
}
.tsr10 .lic {
width: 115px;
}
.tsr10 .licm {
width: calc(100% - 230px);
padding: 0px 20px;
}
.tsr10 .licm h4 {
font-size: 31px;
margin-bottom: 25px;
}
.lic-2 {
height: 115px;
font-size: 60px;
}
.lic-2 span:nth-child(1) {
font-size: 13px;
}
.lic-2 em {
font-size: 24px;
}
.tsr10 .licm p {
font-size: 12px !important;
line-height: 19px !important;
}
.tsr10 .licm a {
min-width: 296px;
height: 63px;
background-color: #ec4435;
line-height: 63px;
font-size: 24px;
}
.tsr11 .svdhe p {
font-size: 19px;
line-height: 28px;
}
.tsr11 .svdhe h4 {
font-weight: 400;
font-size: 33px;
}
.tsr09 .tright .keyfacts .accordion-container article:last-child {
margin-bottom: 0px;
}
.tsr10:after {
height: 60px;
}
.tsr11 {
padding: 10px 0 50px 0;
}
.wrapper2 {
max-width: 768px;
}
.smlrfw .itm1 {
padding: 35px 15px 15px 15px;
}
.smlrfw .itm1 .recr {
width: calc(100% - 90px);
text-align: left;
padding-left: 5px;
}
.smlrfw .itm1 .recr .price h2 {
font-size: 32px;
}
.smlrfw .itm1 .recr .price {
padding-top: 0;
}
.smlrfw .itm1 .recr .price span {
font-size: 16px;
}
.smlrfw .itm1 .recr .price em {
font-size: 16px;
line-height: 17px;
}
.smlrfw .itm1 .recr .price u {
font-size: 16px;
line-height: 20px;
}
.smlrfw .itm1 a {
margin-top: 12px;
font-size: 16px;
}
.smlrfw .itm1 .lecr {
width: 90px;
}
.exmpltxt {
font-size: 11px;
}
.smlrfw .itm1 .gur {
right: -10px;
top: 8px;
}
.faqs-wrap .accordion-container .content-entry i {
top: 3px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 17px;
}
.faqs-wrap .accordion-container .accordion-content p {
font-size: 14px;
}
.faqs-wrap .accordion-content {
margin-top: 10px;
}
.head-para p {
font-size: 18px;
}
.tsr10 .licp {
padding-top: 35px;
padding-bottom: 25px;
}
.faqs-wrap .accordion-container .content-entry i::before {
content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAARVBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX2YPrT8AAAAF3RSTlMAA8c62kjOwpyXfiRBrYqHbGFTNCqpqKmk88kAAABfSURBVAjXZc5HDsIwAAXRZztOcwJpcP+jojgCCZjdLH6BY2hjbIeiMsYcCDmOp936oBL6O6k77fIueSQfpllD2WEvNKdaJqbFW605rwiNuWa3DdLzp/l79/8V5fp84AX2BAKMUcZ2owAAAABJRU5ErkJggg==");
}
.tsr09 .tright .keyfacts .accordion-container article {
padding-bottom: 15px;
margin-bottom: 15px;
}
.faqs-wrap .accordion-container .content-entry.open i::before {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAASFBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX3qW9QQAAAAGHRSTlMAA5k62shIzsJ+QSgjxa2Kh2xhU<KEY>");
}
.tsr09 .tright .keyfacts .accordion-container article .accordion-content {
margin-top: 10px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 15px;
line-height: 16px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 17px;
margin-bottom: 3px;
}
.tsr09 .tleft h4 {
font-size: 14px;
}
.tsr09 .bmodal-top .twobtns li a {
height: 36px;
line-height: 36px;
font-size: 13px;
min-width: 204px;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 166px;
}
.tsr09 {
padding: 30px 0 0 0;
}
.tsr09 .bmodal-top .twobtns{
padding-bottom: 35px;
}
.tsr09 .bmtop-box {
padding: 35px 39px 35px 48px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 20px;
margin-bottom: 15px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand img {
margin-right: 18px;
max-width: 88px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand {
margin-top: 30px;
margin-bottom: 30px;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 13px;
line-height: 21px;
}
.tsr09 .bmtop-box figure figcaption a {
font-size: 12px;
}
.tsr09 .bmtop-box figure figcaption {
margin-top: 15px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
min-width: 166px;
height: 36px;
font-size: 13px;
line-height: 36px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 166px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li {
margin-right: 12px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns {
padding-bottom: 0px;margin-top: 0px;
}
.tsr09 .tleft {
width: 130px;
}
.tsr09 .giveaway p {
line-height: 34px;
font-size: 19px;
max-width: 297px;
}
.giveaway img {
max-width: 300px;
}
.tsr09 .giveaway {
margin-top: 0px;
margin-bottom: 35px;
}
.hamburger-menu {
display: block;
}
.header-container .header-wrap {
position: relative;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.footer .wrapper {
width: 100%;
padding-left: 15px;
padding-right:15px;
}
.header-container{
min-height: auto;
}
.header-container .logo-nav .logo img {
max-width: 180px;
}
.header-container .logo-nav .logo a {
height: 35px;
}
.header-container .headr-btn {
display: none;
}
.header-container .logo-nav {
border-bottom: 10px solid #ebe6d9;
min-height: auto;
padding-bottom: 0px;
height: auto;
}
.header-container .logo-nav .mainbar {
float: right;
position: fixed;
top: 0;
left: 0px;
z-index: 100;
width: 35vw;
height: 100%;
background-color: #f6f6f6;
padding-top: 30px;
box-shadow: -3px 0px 18px #fab210;
display: none;
}
.header-container .logo-nav .mainbar ul li {
float: left;
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.wrapper {
width: 768px;
padding-left: 26px;
padding-right: 26px;
}
.header-container .topbar .tbar-left .htp-phone {
padding: 0px 10px;
font-size: 14px;
}
.header-container .topbar .tbar-left .htp-phone span {
font-size: 14px;
top: 0;
}
.header-container .topbar .tbar-left .htp-email {
padding: 0px 10px;
font-size: 14px;
}
.header-container .topbar .tbar-left {
width: 60%;
}
.header-container .topbar .tbar-rgt {
float: right;
width: 40%;
}
.header-container .topbar .tbar-rgt .login a {
font-size: 14px;
}
.header-container .topbar {
min-height: auto;
line-height: 44px;
}
.tsrtopsection {
padding: 40px 0;
}
.tsrtopsection .leftimg {
width: 50%;
flex-basis: 50%;
}
.tsrtopsection .righttext {
width: 46%;
flex-basis: 46%;
}
.tsrtopsection .righttext h2{
font-size: 30px;
}
.tsrtopsection .righttext p {
font-size: 17px !important;
line-height: 24px !important;
}
.align-items-center {
justify-content: space-between;
}
.getyourcode .getcode-cntnt p {
font-size: 20px;
line-height: 1.2;
text-align: center;
}
.getyourcode .getcode-cntnt a {
font-size: 18px;
width: 185px;
height: 49px;
line-height: 49px;
margin-top: 15px;
}
.getyourcode {
padding-bottom: 20px;
padding-top: 20px;
}
.getyourcode .getcode-cntnt a::after {
display: none;
}
.tsr03 {
padding: 45px 0;
}
.tsr03 .cbox {
padding: 37px 29px 30px 38px;
}
.tsr03 .cbox .img{
margin-top: 0px;
}
.tsr03 .cbox .img img {
max-width: 110px;
max-height: inherit;
height: 238px;
min-height: 238px;
width: 110px;
min-width: 110px;
}
.tsr03 .cbox .img {
width: 112px;
margin-right: 26px;
}
.tsr03 .cbox .content {
width: calc(100% - 152px);
}
.tsr03 .cbox .content h3 {
font-size: 25px;
margin-bottom: 20px;
}
.tsr03 .cbox .content h3:nth-child(1) {
margin-top:0px !important;
}
p {
font-size: 17px;
}
.tsr03 .cbox .content .rm {
margin-bottom: 10px;
}
.head-para h2 {
font-size: 29px;
margin-bottom: 10px;
}
.tsr04 {
padding-top: 40px;
}
.tsr04 .cbrands ul li {
width: calc(100% / 2 - 12px);
}
.tsr04 .head-para {
margin-bottom: 20px;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 21px;
}
.tsr04 .cbrands ul li .item p {
font-size: 18px;
}
.tsr04 .cbrands ul li .item .img {
margin-bottom: 25px;
}
.tsr04 .cbrands ul li .item a {
width: 183px;
height: 43px;
line-height: 43px;
margin-top: 15px;
font-size: 15px;
}
.tsr04 .cbrands {
padding-bottom: 50px;
}
.partnrs-wrap .pw-inr .prtnr-row {
width: 66%;
position: static;
margin-top: 13px;
}
.partnrs-wrap .pw-inr span {
font-size: 24px;
line-height: 77px;
text-align: center;
margin-top: 0px;
}
.partnrs-wrap {
padding-bottom: 9px;
padding-left: 15px;
padding-right: 15px;
min-height: auto;
}
.footer {
padding-top: 45px;
}
.footer .fotr-widget h2 {
font-size: 18px;
}
.footer .fotr-widget {
width: 27%;
}
.footer .followus {
width: 45%;
}
.footer .contactus {
width: 28%;
}
.footer .fotr-widget .newsltr input{
width: 200px;
}
.footer .mfotr-authoriz p {
font-size: 14px;
line-height: 26px;
}
.footer .ftr-copyright {
margin-top: 40px;
}
.topbrand-row {
padding-left: 0px;
padding-bottom: 24px;
}
.topbrand-row img {
margin-right: 25px;
max-width: 145px;
}
.systmboilers .filters-wrap {
display: none;
}
.systmboilers .sbthumbs-wrap {
width: 100%;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
width: 100%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul {
padding-left: 8px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
width: 213px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
margin-right: 20px;
width:143px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt {
width: 74%;
padding-top: 52px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 24px;
}
.systmboilers .sb-wrap {
width: 722px;
}
.tsr05 h3 {
text-align: center;
font-size: 23px;
margin-bottom: 15px;
}
.tsr05 {
padding: 30px 0;
}
.tsr05 .cse ul li .item h5 {
font-size: 21px;
}
.tsr05 .cse ul li .item img {
margin-bottom: 10px;
}
.tsr05 .cse ul li .item p {
font-size: 15px !important;
line-height: 20px !important;
max-width: 176px;
margin: auto;
}
.tsr05 .cse ul li {
width: calc(100% / 3 - 30px);
}
.boiler-finacne .tsr03 .cbox .img img {
max-width: 102px;
}
.boiler-finacne .tsr03 .cbox .img {
width: 112px;
}
.tsr03 .cbox .content {
width: calc(100% - 138px);
}
.bestprice .bp-contnt .bpc-descrp h3 {
font-size: 33px;
margin-top: -7px;
margin-bottom: 20px;
}
.bestprice .bp-contnt {
padding-top: 85px;
padding-left: 0px;
position: relative;
}
.bbc-chair {
top: inherit;
right: -15px;
bottom: -260px;
}
.bestprice .bp-contnt .bpc-lftimg {
width: 115px;
margin-right: 35px;
}
.bestprice .bp-contnt .bpc-descrp p {
font-size: 19px;
line-height: 30px;
}
.bestprice .bp-contnt .bpc-descrp a {
margin-top: 38px;
}
.bestprice .bp-contnt .bpc-rgtimg {
margin-right: 5px;
margin-top: -47px;
}
.bestprice {
min-height: 600px;
}
.bestprice .wrapper {
position: static;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 17px;
color: #7d7d7d;
line-height: 26px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img{
max-width: 30%;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6 {
font-size: 20px !important;
}
.cboiler-btn {
width: 240px;
height: 58px;
font-size: 18px;
line-height: 58px;
}
.wrapper3 {
max-width: 984px;
padding-left: 0;
padding-right: 0;
}
.smlrfw .itm1 .lecr img:nth-child(2) {
width: 120px;
height: 165px;
}
.lic-2 {
height: 150px;
font-size: 38px;
}
.lic-2 span:nth-child(1) {
font-size: 20px;
}
.closeboxx {
right: 6px;
}
.kwpop-botm .btnform {
min-width: 150px;
height: 56px;
font-size: 18px;
line-height: 56px;
}
.kwpop .kwpop-top h2 {
font-size: 25px;
}
.kwpop .kwpop-top {
padding: 50px;
}
.tsr03 .cbox .content p {
font-size: 16px !important;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 26px !important;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 28px !important;
}
.partnrs-wrap .pw-inr {
padding-left: 15px;
padding-right: 15px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
font-size: 16px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close::after{
right: 12px;
top: 4px;
}
.comp-bmenu{
min-height: auto;
}
.comp-bmenu .comp-bmenuwrap{
height: 90px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 430px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 15px;
padding-top: 27px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
min-width: 200px;
height: 50px;
font-size: 16px;
line-height: 50px;
position: relative;
top: 15px;
}
.showfiltr:after {
margin-left: 18px;
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAP1BMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX0qQwj8AAAAFHRSTlMAL5AG7cM93dWZePDkqJNeVSIfGRyWasYAAABXSURBVBjTfc9HDsAgEAPALdT04v+/NRESEUTAnPawsmxK9jmc9OdEJALwUnNk0GbIos2S8ssDkWtKySWT0tBdfigXArDmtH6DQWtXrNsALN/SymE85/sB3wwJkOphWn8AAAAASUVORK5CYII=");
}
.showfiltr {
display: none;
position: absolute;
right: 0px;
font-size: 20px;
color: #7d7d7d;
cursor: pointer;
top: 0px;
}
.cbtol-tbox {
padding: 40px 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
font-size: 18px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
font-size: 15px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 20px;
}
.systmboilers {
padding-top: 40px;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 16px;
}
.systmboilers .sbthumbs-wrap .head-para {
margin-bottom: 30px;
}
.tsr11 {
padding: 40px 0 40px 0;
}
.tsr09 .bmodal-top .twobtns{
padding-bottom: 40px;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 200px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 19px;
}
.faqs-wrap .accordion-content p {
font-size: 15px;
}
.faqs-wrap .accordion-content{
margin-top: 15px;
}
.head-para p {
font-size: 18px;
}
.faqs-wrap .head-para {
margin-bottom: 30px;
}
.bestprice .bp-contnt .bpc-descrp a {
font-size: 19px;
width: 230px;
}
.tsr05 .cse ul li .item img {
margin-bottom: 20px;
}
.tsr05 .cse ul li .item h5 {
font-size: 22px;
}
.tsr05 .cse ul li .item p {
font-size: 17px !important;
}
.tsr05 h3 {
font-size: 24px;
}
.tsr05 {
padding: 40px 0;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox .number {
font-size: 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey p {
font-size: 15px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white {
padding: 30px 30px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
font-size: 26px;
padding-top: 0;
padding-bottom: 10px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey {
padding: 30px 30px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box {
padding: 30px 30px;
}
.boilrcompars .features-wrap .fw-iner .fwhead {
padding: 30px 30px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox {
padding-bottom: 15px;
margin: 0px 19px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p {
font-size: 16px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 25px;
margin-bottom: 20px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt span {
font-size: 14px !important;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 225px;
height: 54px;
line-height: 54px;
font-size: 18px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler img {
margin-bottom: 15px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 18px;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 24px;
}
.boilrcompars .tsrtopsection .leftimg {
width: 24%;
flex-basis: 24%;
}
.boilrcompars .tsrtopsection {
padding: 40px 0;
}
.partnrs-wrap .pw-inr span {
font-size: 28px;
}
.tsr04 .cbrands{
padding-bottom:40px;
}
.tsr04 .cbrands ul li .item a{
font-size:15px;
}
.tsr04 .cbrands ul li .item h5{
font-size:19px;
}
.tsr04 .cbrands ul li .item p {
font-size: 16px;
}
.head-para {
margin-bottom:20px;
}
.tsr04 {
padding-top:40px;
}
.tsr04 .head-para p {
font-size: 17px !important;
}
p {
font-size: 16px;
}
.tsr03 {
padding: 40px 0;
}
.header-container .topbar .tbar-rgt .social li a i {
font-size: 16px;
}
.header-container .topbar .tbar-left .htp-email{
font-size: 14px;
padding: 0px 10px;
}
.header-container .topbar .tbar-left .htp-phone span{
font-size:17px;
top: 1px;
}
.header-container .topbar .tbar-rgt .login a{
font-size:14px;
}
.header-container .topbar{
min-height: auto;
line-height: 44px;
}
.header-container .logo-nav .mainbar ul li a{
font-size: 15px;
height: 71px;
line-height: 56px;
}
.tsrtopsection {
padding: 40px 0px 40px 0px;
}
.header-container{
min-height:auto;
}
.intrst-notifc {
float: left;
font-size: 17px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 45%;
text-align: right;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 16px;
line-height: 21px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 22px;
margin-bottom: 20px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 50%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 60px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
min-width: 170px;
height: 55px;
font-size: 17px;
line-height: 55px;
}
.cbtol-tbox .cbtbox-cntnt {
padding-left: 50px;
padding-right: 50px;
min-height: auto;
display: table;
max-width: 952px;
width: 100%;
}
.boilrcompars .slectdboilr .sb-cntnt {
padding: 45px 45px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb a.closeme {
right: 2px;
}
.wrapper2 {
max-width: 952px;
padding-left: 0px;
padding-right: 0px;
}
.smlrfw .itm1 .lecr {
width: 96px;
}
.smlrfw .itm1 .recr {
width: calc(100% - 96px);
padding-left: 20px;
}
.smlrfw .itm1 .recr .price em {
font-size: 16px;
line-height: 12px;
}
.smlrfw .itm1 .recr .price {
padding-top: 30px;
}
.smlrfw .itm1 .gur {
top: 10px;
right: 10px;
}
.smlrfw .itm1 .lecr img {
margin-bottom: 6px;
}
.smlrfw .itm1 a {
font-size: 16px;
}
.smlrfw .itm1 .recr .price h2 {
font-size: 35px;
}
.smlrfw .itm1 .gur img {
max-height: 80px;
}
.smlrfw .itm1 .recr .price u {
font-size: 17px;
line-height: 20px;
}
.smlrfw .itm1 .recr .price span {
font-size: 15px;
}
.smlrfw .itm1 {
padding: 35px 15px 15px 15px;
}
.tsr11 .svdhe p {
font-size: 15px;
line-height: 18px;
}
.tsr11 .svdhe h4 {
font-size: 24px;
margin-bottom: 20px;
}
.tsr10 .licm a {
min-width: 210px;
height: 60px;
font-size: 19px;
line-height: 60px;
}
.tsr10 .licm p {
font-size: 16px !important;
line-height: 20px !important;
}
.tsr10 .licm {
width: calc(100% - 300px);
padding: 0 30px;
}
.tsr10 .licm h4 {
font-size: 25px;
margin-bottom: 20px;
}
.tsr10 .lic img {
max-width: 100%;
width: 150px;
}
.tsr10 .lic {
width: 150px;
}
.tsr09 .tright .keyfacts .accordion-container article {
padding-bottom: 15px;
margin-bottom: 15px;
}
.tsr09 .bmtop-box figure figcaption a {
font-size: 17px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 17px;
}
.tsr09 .tright .keyfacts .accordion-container article .accordion-content {
margin-top: 6px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 18px;
}
.tsr09 .tleft h4 {
font-size: 20px;
}
.tsr09 .giveaway {
margin-top: 0px;
margin-bottom: 40px;
}
.tsr09 .giveaway p {
line-height: 35px;
max-width: 387px;
font-size: 18px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns {
padding-bottom: 0px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand {
margin-top: 36px;
margin-bottom: 36px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
font-size: 16px;
min-width: 200px;
height: 54px;
line-height: 54px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 200px;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 16px;
line-height: 24px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 24px;
margin-bottom: 15px;
}
.tsr09 .bmodal-top h2 {
font-size: 24px;
margin-top: 0px;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 200px;
line-height: 58px;
height: 58px;
font-size: 18px;
}
.tsr09 .bmtop-box {
padding: 60px 60px;
}
.wrapper {
width: 952px;
}
.footer .wrapper {
width: 952px;
}
.header-container .header-wrap {
width: 952px;
}
.header-container .topbar .tbar-left .htp-phone {
padding: 0px 10px;
font-size: 14px;
}
.header-container .topbar .tbar-rgt {
width: 40%;
}
.header-container .topbar .tbar-left {
width: 60%;
}
.primry-btn {
min-width: 115px;
font-size: 14px;
}
.header-container .logo-nav .logo img {
width: 174px;
}
.header-container .logo-nav .logo a {
height: 39px;
}
.header-container .logo-nav {
height: 80px;
}
.header-container .logo-nav .mainbar ul li {
margin-right: 11px;
}
.header-container .logo-nav .mainbar {
top: 21px;
}
.header-container .headr-btn {
top:12px;
}
.header-container .logo-nav .logo {
padding-top: 19px;
padding-bottom: 12px;
}
.getyourcode .getcode-cntnt p {
line-height: 60px;
font-size: 20px;
}
.getyourcode .getcode-cntnt a {
width: 213px;
height: 55px;
font-size: 19px;
}
.tsrtopsection .leftimg {
width: 54%;
flex-basis: 54%;
}
.row {
justify-content: space-between;
}
.tsr04 .cbrands ul li .item {
padding: 40px 20px 30px;
}
.getyourcode {
padding-bottom: 22px;
min-height: auto;
padding-top: 26px;
}
.partnrs-wrap .pw-inr .prtnr-row {
width: 66%;
top: 35px;
}
.footer .fotr-widget:nth-child(1) {
width: 28%;
}
.footer .contactus {
float: right;
}
.tsrtopsection .righttext p {
font-size: 17px !important;
line-height: 24px !important;
}
.topbrand-row {
padding-left: 0px;
padding-bottom: 35px;
}
.systmboilers .sb-wrap {
width: 952px;
}
.tsr03 .cbox .content h3{
font-size: 26px;
}
.head-para h2 {
font-size: 26px;
margin-bottom: 12px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
width: 100%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
width: 143px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt {
width: 70.3%;;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
width: 98%;
font-size: 14px;
}
.systmboilers .filters-wrap {
padding: 35px 15px 35px 15px;
width: 26%;
}
.systmboilers .sbthumbs-wrap {
width: 71%;
}
.systmboilers .filters-wrap h6 {
font-size: 30px;
}
.systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 18px;
}
.systmboilers .filters-wrap .filtrbox .styled-checkbox + label {
font-size: 17px;
}
.bestprice .bp-contnt .bpc-descrp h3 {
font-size: 30px;
}
.bestprice .bp-contnt .bpc-rgtimg {
margin-right: 60px;
}
.bestprice .bp-contnt .bpc-lftimg {
width: 115px;
}
.bestprice .bp-contnt .bpc-descrp p {
font-size: 17px;
line-height: 28px;
}
}
@media only screen and (min-width:1200px) and (max-width:1370px) {
.kwpop {
top: 45%;
}
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 18px;
}
.lic-2 em {
font-size: 40px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img {
max-width: 25%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h1, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h2, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h4, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h5, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h6 {
font-size: 28px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft img {
width: 100%;
max-height: 160px;
height: 160px;
min-height: 160px;
object-fit: cover;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a:last-child {
margin-left: 7px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
width: 158px;
font-size: 15px;
height: 44px;
line-height: 44px;
}
.tsr10 .licm a {
min-width: 230px;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 31px !important;
}
.lic-2 {
height: 200px;
font-size: 80px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
font-size: 16px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close::after{
right: 12px;
top: 4px;
}
.comp-bmenu{
min-height: auto;
}
.comp-bmenu .comp-bmenuwrap{
height: 90px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 430px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 17px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
min-width: 240px;
height: 50px;
font-size: 18px;
line-height: 50px;
position: relative;
top: 15px;
}
.kwpop .kwpop-top h2 {
font-size: 22px;
}
.kwpop .systmboilers{
padding-top: 25px;
}
.kwpop .kwpop-top {
padding: 50px 90px;
padding-bottom: 0px;
}
.btnform {
min-width: 145px;
height: 50px;
font-size: 17px;
line-height: 50px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 17px;
line-height: 24px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 26px;
margin-bottom: 20px;
}
.intrst-notifc {
float: left;
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .head-para .hidefiltr {
font-size: 18px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 55px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 50%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 46%;
margin-top: 20px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
min-width: 178px;
height: 48px;
font-size: 18px;
line-height: 48px;
}
.cbtol-tbox .cbtbox-cntnt {
padding-left: 70px;
padding-right: 70px;
display: table;
min-height: auto;
width: 1170px;
}
.wrapper2 {
max-width: 1200px;
}
.tsr10 .licm {
padding: 0 25px;
width: calc(100% - 400px);
}
.tsr10 .licm p {
font-size: 17px !important;
line-height: 24px !important;
}
.tsr10 .licm h4 {
font-size: 32px;
}
.tsr10 .lic {
width: 200px;
}
.systmboilers .sb-wrap {
width: 1200px;
}
.systmboilers .filters-wrap {
padding: 15px;
width: 18%;
}
.systmboilers .sbthumbs-wrap {
width: 80%;
}
.systmboilers .filters-wrap h6 {
font-size: 32px;
}
.systmboilers .filters-wrap .filtrbox .styled-checkbox + label{
font-size: 15px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 20px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
font-size: 14px;
width: 30px;
height: 31px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
font-size: 18px;
}
.head-para h2 {
font-size: 26px;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 16px;
}
.systmboilers .filters-wrap h6 {
font-size: 28px;
}
.systmboilers .filters-wrap h6::after {
top: 0;
}
.systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
padding: 15px;
border: 13px solid #ebe6d9;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft{
width: 21%;
margin-right: 3%;
height: auto;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt{
width: 76%;
padding-top: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns{
width: 100%;
display: flex;
}
.tsrtopsection .righttext p {
font-size: 18px !important;
line-height: 24px !important;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 25px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 18px;
}
.tsrtopsection {
padding: 50px 0;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 27px !important;
}
.tsr03 .cbox .content p {
font-size: 17px !important;
}
.tsr04 .head-para p {
font-size: 17px;
}
.tsr04 .cbrands {
margin-top: 0;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 21px;
}
.tsr04 .cbrands ul li .item p {
font-size: 18px;
}
.tsr04 .cbrands ul li .item a {
width: 180px;
font-size: 16px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 240px;
height: 54px;
line-height: 54px;
font-size: 18px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 26px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p {
font-size: 16px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
font-size: 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey p{
font-size: 16px;
}
.tsr05 h3 {
font-size: 26px;
}
.tsr05 .cse ul li .item p {
font-size: 17px !important;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6 {
font-size: 21px !important;
}
.tsr05 .cse ul li .item img {
margin-bottom: 25px;
}
.head-para p {
font-size: 18px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 19px;
}
.faqs-wrap .accordion-content {
margin-top: 15px;
}
.tsr09 .bmodal-top h2 {
font-size: 28px;
margin-top: 10px;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 200px;
font-size: 18px;
height: 56px;
line-height: 56px;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 230px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 26px;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 17px !important;
line-height: 26px !important;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
min-width: 230px;
height: 56px;
line-height: 56px;
font-size: 19px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 230px;
}
.tsr09 .bmtop-box figure figcaption a {
font-size: 17px;
}
.tsr09 .bmtop-box figure figcaption {
margin-top: 10px;
}
.tsr09 .bmtop-box figure {
width: 22%;
}
.tsr09 .giveaway p {
font-size: 21px;
line-height: 32px;
}
.tsr09 .tleft h4 {
font-size: 23px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 20px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 18px;
}
}
@media only screen and (min-width:1371px) and (max-width:1505px) {
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a{
font-size: 14px !important;
padding: 4px !important;
}
}
@media only screen and (min-width:1371px) and (max-width:1620px) {
.tsr10 .lic {
width: 260px;
}
.lic-2 em {
font-size: 45px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close::after{
right: 12px;
top: 4px;
}
.comp-bmenu{
min-height: auto;
}
.comp-bmenu .comp-bmenuwrap{
height: 90px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 430px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 18px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
min-width: 240px;
height: 60px;
font-size: 17px;
line-height: 60px;
position: relative;
top: 10px;
}
.kwpop .kwpop-top h2 {
font-size: 27px;
}
.kwpop .systmboilers{
padding-top: 25px;
}
.kwpop .kwpop-top {
padding: 50px 90px;
padding-bottom: 0px;
}
.btnform {
min-width: 145px;
height: 50px;
font-size: 17px;
line-height: 50px;
}
.tsr10 .licm {
width: calc(100% - 520px);
padding: 0 35px;
}
.tsr10 .licm h4 {
font-size: 33px;
margin-bottom: 25px;
}
.tsr10 .licm p {
font-size: 20px !important;
line-height: 27px !important;
}
.lic-2 {
font-size: 110px;
height: 260px;
}
.wrapper2 {
max-width: 1371px;
}
}
@media only screen and (min-width:1371px) and (max-width:1779px) {
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 19px;
}
.tsr10 .licm a {
min-width: 240px;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 35px !important;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 21px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p{
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
width: 38px;
font-size: 17px;
}
.systmboilers .filters-wrap h6 {
font-size: 33px;
}
.systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 18px;
}
.systmboilers .filters-wrap .filtrbox .styled-checkbox + label {
font-size: 17px;
}
.tsr09 .tleft h4 {
font-size: 24px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 19px;
}
.tsr09 .bmodal-top h2 {
font-size: 34px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 21px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 29px !important;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
font-size: 20px;
min-width: 240px;
height: 58px;
line-height: 58px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 240px;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 280px;
font-size: 20px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 21px;
}
.head-para p {
font-size: 19px;
}
.tsr03 .cbox .content h3 {
font-size: 27px;
}
.bestprice .bp-contnt .bpc-descrp p {
font-size: 18px;
line-height: 28px;
}
.tsrtopsection .righttext p {
font-size: 20px !important;
line-height: 30px !important;
}
.tsr05 h3 {
font-size: 27px;
}
.tsr05 .cse ul li .item p {
font-size: 19px;
}
.head-para h2 {
font-size: 35px;
}
.tsr04 .cbrands ul li .item p {
font-size: 18px;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 22px;
}
.partnrs-wrap .pw-inr span {
font-size: 36px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3{
margin-bottom: 30px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 60px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 19px;
line-height: 25px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3{
font-size: 30px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 40%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 57%;
}
.cbtol-tbox .cbtbox-cntnt {
padding-left: 50px;
padding-right: 50px;
display: table;
min-height: auto;
width: 96%;
}
.systmboilers .filters-wrap {
padding:20px;
width:18%;
}
.systmboilers .sbthumbs-wrap {
width: 80%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
margin-right: 10px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt{
width: 73%;
}
.systmboilers .sb-wrap {
width: 96%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul{
padding-left: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
width: 48%;
height: 50px;
line-height: 37px;
padding: 5px;
font-size: 16px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img {
position: absolute;
right: -10px;
top: -8px;
}
}
@media only screen and (min-width:1506px) and (max-width:1550px) {
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
font-size:15px !important;
}
}
@media only screen and (min-width:1583px) and (max-width:1779px) {
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
width:100%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img{
right: 0px;
top: 0px;
}
}
@media only screen and (min-width:1780px) and (max-width:1920px) {
.systmboilers .sb-wrap {
width: 98%;
}
.systmboilers .sbthumbs-wrap {
width: 77%;
}
} | public/css/responsive.css | @media only screen and (max-width:767px) {
.ace-responsive-menu li ul li a {
padding-left: 30px;
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
display: block;
padding: 14px 20px;
border-bottom: 1px solid #fff;
}
.tsr09 .tright .keyfacts .accordion-container article ul {
padding-left: 13px;
}
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 14px;
line-height: 20px;
margin-bottom: 3px;
}
.addboilrbtnmob {
width: 235px;
height: 47px;
background-color: #fe0000;
line-height: 47px;
border-radius: 5px;
text-align: center;
font-size: 16px;
font-weight: 600;
margin: auto;
font-family: "Proxima Nova Lt";
color: #fff;
}
.tsr11 {
padding-top: 10px;
}
.tsr10 .licp {
padding-top: 25px;
padding-bottom: 40px;
}
.fwmc-whiteleft span {
width: 100% !important;
display: inline-block !important;
font-size: 15px !important;
display: none !important;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft div br{
display: none !important;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt span {
color: #7d7d7d;
font-size: 17px;
width: 65%;
display: inline-block;
}
.fwmaincontnt .mob-ratngboxwrap {
width: 100%;
float: left;
padding: 20px 28px;
background-color: #f7f7f7;
}
.boilrcompars .bccntnt-wrap {
padding-bottom: 20px;
}
.hidden-mobile {
display: none;
}
.hidden-desktop {
display: block !important;
}
.mobilecloseico {
display: block !important;
position: absolute;
right: 8px;
top: 0px;
font-size: 35px;
}
.lic-2 span:nth-child(1) {
font-size: 12px;
}
.lic-2 em {
font-size: 24px;
}
.mobilecloseico:after {
content: "\f00d";
font-size: 35px !important;
font: normal normal normal 14px/1 FontAwesome;
}
.mobilemenu-overlay {
height: 100%;
width: 100%;
position: fixed;
left: 0px;
top: 0px;
background: rgba(0, 0, 0, 0.8);
z-index: 90;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
/* .ace-responsive-menu:after {
content: "\f00d";
position: absolute;
right: 8px;
top: 0px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 35px;
} */
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 25px;
margin-bottom: 20px;
position: relative;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box i {
position: absolute;
right: 0px;
top: 0px;
cursor: pointer;
color: #7d7d7d;
font-size: 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p {
font-size: 15px;
display: none;
padding: 0px 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox {
width: 140px;
height: 73px;
margin: 0px 24px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap {
height: auto;
margin-top: 30px;
justify-content: space-between;
flex-direction: column;
display: none;
}
.mob-ratngboxwrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.mob-ratngboxwrap span {
width: 76%;
color: #7d7d7d;
font-size: 17px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox .number {
font-size: 32px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox span {
font-size: 14px;
text-align: center;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt span {
font-size: 14px !important;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt {
width: 100%;
margin-top: 30px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap {
width: 100%;
}
.norsultbox p {
font-size: 18px;
}
.norsultbox {
text-align: center;
}
.norsultbox span {
font-size: 20px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h1, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h2, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h4, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h5, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h6 {
font-size: 25px;
margin-bottom: 20px;
}
#loadmore {
top: 6px;
}
.smlrfw .itm1 {
width: 100%;
}
.smlrfw .itm1 .recr .price h2 {
font-size: 37px;
}
.lic-2 {
height: 118px;
font-size: 64px;
margin-left: 20px;
}
.tsr10 .lic {
width: 118px;
margin-top: 10px;
margin-bottom: 25px;
}
.tsr09 .bmtop-box figure img {
width: 118px;
height: 208px;
min-height: 208px;
object-fit: cover;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6{
font-size: 23px !important;
}
.norsultbox {
width: 100%;
}
.systmboilers .sbthumbs-wrap .head-para .hidefiltr {
display: none;
}
.topbrand-row {
text-align: center;
}
.topbrand-row img {
margin-right: 0px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 140px;
}
.tsr03 .cbox .content p {
font-size: 17px !important;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 23px !important;
}
.tsr03 .cbox .content h3:first-child, .tsr03 .cbox .content h1:first-child, .tsr03 .cbox .content h2:first-child, .tsr03 .cbox .content h4:first-child, .tsr03 .cbox .content h5:first-child, .tsr03 .cbox .content h6:first-child {
margin-top: 15px !important;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 29px !important;
}
.systmboilers .sb-wrap{
padding-bottom:30px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft img {
width: 100%;
max-height: inherit;
height: 222px;
min-height: 222px;
object-fit: contain;
}
.social-mobile a i {
font-size: 22px;
color: #fff;
}
.social-mobile a {
padding: 14px 30px;
display: inline-block;
}
.quick-icons {
padding: 20px;
text-align: center;
margin-bottom: 30px;
color: #fff;
margin-top: 30px;
}
.quick-icons a i {
color: #fff;
font-size: 25px;
line-height: 56px;
}
.quick-icons a {
border: 2px solid white;
height: 60px;
width: 60px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 66px;
margin-right: 19px;
position: relative;
}
.quick-icons a span {
font-size: 16px;
left: 50%;
bottom: -27px;
position: absolute;
line-height: 1;
margin-left: -30px;
width: 100%;
color: #fff;
}
.ace-responsive-menu > li > i {
padding-right: 0;
color: #fff;
float: right;
font-size: 26px;
position: absolute;
z-index: 100;
cursor: pointer;
right: 15px;
top: 10px;
}
.ace-responsive-menu li ul.sub-menu li a {
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
border-bottom: 1px solid #fff;
padding: 14px 30px;
padding-left: 30px;
}
.ace-responsive-menu > li {
border-bottom: 0px;
position: relative;
}
.ace-responsive-menu > li > a {
display: block;
padding: 14px 20px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #fff;
border-bottom: 1px solid #fff;
}
.menu-toggle {
float: right;
width: auto;
background: transparent;
position: absolute;
top: -55px;
right: 0px;
display: block!important;
}
.ace-responsive-menu:before {
content: "";
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.ace-responsive-menu {
z-index: 1000;
font-family: "Proxima Nova Rg";
float: left;
width: 80%;
position: fixed;
top: 0;
left: 0;
display: none;
height: 100%;
overflow-y: scroll;
background-image: -moz-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -webkit-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -ms-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
}
.menu-toggle #menu-btn {
float: right;
background: transparent;
border: 0px;
padding: 8px;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.mobile-menu {
display: block;
position: relative;
z-index: 90;
}
.partnrs-wrap {
padding-left: 15px;
padding-right: 15px;
min-height: 107px;
}
.excelent-desktp {
display: none;
}
.excelent-mobile {
display: block;
margin-left:auto !important;
margin-right: auto !important;
}
.tpwrap-exclnt p {
font-size: 16px;
display: block;
}
.trustpilet-wrap h3 {
font-size: 16px;
}
.trustpilet-wrap .content span {
font-size: 14px;
}
.trustpilet-wrap .trustbox {
height: 124px;
padding: 15px;
}
.trustpilet-wrap .trustbox img {
width: 110px !important;
margin-bottom: 8px;
}
.tpwrap-exclnt img {
margin-right: 0px;
width: 146px;
height: auto;
margin-bottom: 12px;
}
.comp-bmenu {
height: auto;
z-index: 99;
display: none;
}
.kwoverlay {
z-index: 100;
}
.comp-bmenu .comp-bmenuwrap {
flex-direction: column;
height: auto;
padding-top: 25px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close {
position: absolute;
left: 12px;
right: inherit;
width: auto;
}
.comp-bmenu .comp-bmenuwrap .cbm-box {
width: 100%;
border-bottom: 1px solid #fff;
height: auto;
padding-bottom: 8px;
border-right: 0px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close:after {
position: static;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a{
line-height: 50px;
font-size: 15px;
min-width: 200px;
height: 50px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 100%;
border-right: 0px solid #fff;
height: auto;
margin: 4px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-comparebtn a {
font-size: 15px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 14px;
padding: 0px 35px;
max-width: inherit;
}
.comp-bmenu-mobile {
display: block;
min-height: 94px;
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
line-height: 94px;
background-color: rgba(66,63,63,0.7);
text-align: center;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.comp-bmenu-mobile button {
margin-right: 15px;
width: 142px;
height: 50px;
line-height: 50px;
border:2px solid #ffffff;
border-radius: 10px;
font-size: 17px;
font-family: 'Proxima Nova Bold';
font-weight: bold;
color: #fff;
background-color: transparent;
}
.comp-bmenu-mobile button a {
color: #ff0000;
}
.comp-bmenu-mobile button:last-child {
margin-right: 0px;
background-color: #fff;
color: #ff0000;
}
.kwpop .kwpop-botm .btnform {
min-width: 140px;
height: 46px;
font-size: 16px;
line-height: 46px;
}
.kwpop .kwpop-botm {
min-height: 83px;
position: absolute;
bottom: 0px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label{
font-size: 24px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label::before {
width: 28px;
height: 28px;
margin-right: 18px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox:checked + label::after{
font-size: 22px;
}
.kwpop .kwpop-top .systmboilers .filters-wrap{
display: block !important;
position: static;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.kwpop .kwpop-top .systmboilers .filters-wrap .filtrbox {
margin:0px;
width: 100%;
padding-left: 18px;
padding-bottom: 30px
}
.kwpop .systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 24px;
}
.kwpop .kwpop-top {
padding: 55px 27px 70px 27px;
}
.kwpop .kwpop-top h2 {
font-size: 27px;
padding-bottom: 15px;
}
.kwpop {
width: 90%;
height: 90%;
z-index: 100;
}
.systmboilers .filters-wrap {
padding:0px;
}
.systmboilers .filters-wrap .filtrbox {
margin: 22px 70px 0px 35px;
width: 240px;
}
.mfiltr-actions {
display: block;
min-height: 78px;
text-align: center;
line-height: 78px;
background-color: #f7f7f7;
width: 100%;
float: left;
margin-top: 22px;
}
.mfiltr-actions button {
width: 140px;
height: 44px;
border:2px solid #7d7d7d;
border-radius: 10px;
background-color: transparent;
font-family: 'Proxima Nova Bold';
font-weight: bold;
font-size:17px;
color: #7d7d7d;
margin-right: 12px;
}
.mfiltr-actions button:last-child {
background-color: #7d7d7d;
color: #fff;
}
.close-ico-filtr {
display: block;
position: absolute;
top: 22px;
right: 18px;
}
.close-ico-filtr img{
cursor: pointer;
}
.systmboilers .filters-wrap {
position: fixed;
width: 360px;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.systmboilers .filters-wrap h6 {
font-size: 27px;
padding: 25px 0px 0px 35px;
}
.systmboilers .filters-wrap h6::after{
top: -2px;
}
.showfiltr {
display: block;
font-size: 21px;
color: #7d7d7d;
background-color: #f7f7f7;
min-height: 60px;
text-align: center;
line-height: 60px;
margin-top: 20px;
cursor: pointer;
position: static;
}
.systmboilers .sbthumbs-wrap .head-para {
margin-bottom: 26px;
}
.hidefiltr {
display: none;
}
.showfiltr:after {
margin-left: 18px;
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAP1BMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX0qQwj8AAAAFHRSTlMAL5AG7cM93dWZePDkqJNeVSIfGRyWasYAAABXSURBVBjTfc9HDsAgEAPALdT04v+/NRESEUTAnPawsmxK9jmc9OdEJALwUnNk0GbIos2S8ssDkWtKySWT0tBdfigXArDmtH6DQWtXrNsALN/SymE85/sB3wwJkOphWn8AAAAASUVORK5CYII=");
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft2 {
-webkit-animation-name: slideInLeft2;
animation-name: slideInLeft2;
overflow: hidden; }
@-webkit-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
@-moz-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
.slideInRight2 {
-webkit-animation-name: slideInRight2;
animation-name: slideInRight2;
overflow: hidden; }
.footer .wrapper {
width: 100%;
padding-left: 26px;
padding-right:26px;
}
.intrst-notifc {
float: left;
font-size: 18px;
line-height: 25px;
padding: 15px 38px;
}
.intrst-notifc span{
display: block;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt img {
max-width: 290px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li.active a {
border-radius: 6px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li {
float: left;
margin-top: 10px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width:100%;
padding-left: 20px;
padding-right: 35px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 100%;
padding-right: 15px;
text-align: center;
margin-top: 30px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 17px;
line-height: 24px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 15px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a:hover {
border-radius: 6px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
font-size: 19px;
min-width: 155px;
height: 45px;
line-height: 45px;
}
.cbtol-tbox .cbtbox-cntnt {
padding-top: 30px;
padding-left: 15px;
padding-right: 0px;
padding-bottom: 30px;
width: 91%;
min-height: auto;
display: table;
}
.cbtol-tbox {
padding: 30px 0px;
}
/* .boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft ul {
display: none;
} */
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft {
width: 100%;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whitergt {
margin-bottom: 30px;
width: 100%;
display: none;
}
.boilrcompars .features-wrap .fw-iner .fwhead {
width: 100%;
float: left;
cursor: pointer;
padding: 20px 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey {
padding: 25px 25px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white {
padding: 25px 28px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
padding-top: 0px;
font-size: 25px;
padding-bottom: 0px;
position: relative;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt {
display: none;
}
.boilrcompars .features-wrap .fw-iner p.featuesmoble {
font-size: 14px;
padding: 0px 28px;
display: none;
padding-bottom: 25px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 i {
position: absolute;
right: 0px;
top: 0px;
cursor: pointer;
color: #7d7d7d;
font-size: 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box {
padding: 20px 0px;
padding-bottom: 0px;
background-color: #fff;
margin-bottom: 20px;
border: 1px solid #e5e5e5;
}
.boilrcompars .bccntnt-wrap .bccw-inr {
border: 0px;
background-color: #fcfcfc;
}
.ratingbox-wrap .mob-ratngboxwrap {
padding:20px 28px;
}
.ratingbox-wrap .mob-ratngboxwrap:nth-child(odd) {
background-color: #f7f7f7;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft {
width: 100%;
cursor: pointer;
padding: 0px 28px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 230px;
height: 50px;
line-height: 50px;
}
.boilrcompars .slectdboilr .wrapper {
padding-left: 12px;
padding-right: 12px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb img {
display: none;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb img {
display: block;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb {
width: 31%;
margin-right: 3%;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb:last-child {
margin-right:0px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt .sbthumb img:nth-child(2) {
display: none;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb a.closeme {
right: -20px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler {
margin-top: 10px;
margin-bottom: 0px !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 18px;
}
.boilrcompars .slectdboilr .sb-cntnt{
padding: 30px 35px 30px 35px;
border-radius: 5px;
}
.boilrcompars .slectdboilr {
padding: 12px 0px;
}
.bccwi-brgt.slectdboilr .sb-cntnt .sbthumb img:nth-child(2) {
display: none;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 23px;
border-bottom: 0px solid #c1c1c1;
margin-bottom: 20px;
}
.boilrcompars .tsrtopsection {
padding-top: 10px;
padding-bottom: 40px;
}
.boilrcompars .tsrtopsection .righttext {
width: 100% !important;
flex-basis: 100% !important;
padding-bottom: 0px !important;
}
.boilrcompars .tsrtopsection .leftimg img {
width: 233px;
height: 135px;
}
.boilrcompars .tsrtopsection .righttext h2 div {
width: 100% !important;
}
.boilrcompars .tsrtopsection .leftimg {
width: 100%;
flex-basis: 100%;
text-align: center;
}
.tsr09 .bmodal-top h2 {
font-size: 25px;
text-align: center;
line-height: 36px;
}
.tsr09 {
padding: 0px 0 0 0;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 270px;
height: 48px;
line-height: 48px;
font-size: 17px;
}
.tsr09 .bmodal-top .twobtns {
width: 270px;
float: none;
margin: auto;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 270px;
margin-top: 15px;
margin-bottom: 32px;
}
.tsr09 .bmodal-top .twobtns li {
margin-right: 0px;
}
.tsr09 .bmtop-box {
padding: 30px 20px;
}
.tsr09 .bmtop-box figure {
width: 100%;
text-align: center;
}
.tsr09 .bmtop-box .bmtopb-cntnt {
width: 100%;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
margin-bottom: 20px;
font-size: 22px;
text-align: center;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 15px;
line-height: 24px;
text-align: center;
}
.tsr09 .bmtop-box figure figcaption a {
color: #ed7622;
font-size: 14px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand img {
margin-right: 20px;
max-width: 85px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand img:nth-child(2) {
margin-right: 0px;
}
.bmtop-box figure img {
max-width: 115px;
}
.tsr09 .bmtop-box figure figcaption {
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand {
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
min-width: 268px;
height: 48px;
font-size: 17px;
line-height: 48px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 268px;
margin-top: 15px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li {
margin-right: 0px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns {
margin-top: 20px;
padding-bottom: 10px;
display: flex;
justify-content: ;
flex-direction: column;
justify-content: center;
align-items: center;
}
.tsr09 .giveaway {
flex-direction: column;
margin-top: 0px;
}
.tsr09 .giveaway p {
text-align: center;
max-width: 100%;
color: #757473;
font-size: 19px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin-right: 0;
line-height: 36px;
margin-bottom: 30px;
}
.tsr09 .tleft {
width: 100%;
}
.tsr09 .tright {
width: 100%;
}
.tsr09 .tleft h4 {
font-size: 14px;
margin-bottom: 36px;
}
.faqs-wrap .accordion-container .content-entry i::before {
content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAARVBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX2YPrT8AAAAF3RSTlMAA8c62kjOwpyXfiRBrYqHbGFTNCqpqKmk88kAAABfSURBVAjXZc5HDsIwAAXRZztOcwJpcP+jojgCCZjdLH6BY2hjbIeiMsYcCDmOp936oBL6O6k77fIueSQfpllD2WEvNKdaJqbFW605rwiNuWa3DdLzp/l79/8V5fp84AX2BAKMUcZ2owAAAABJRU5ErkJggg==");
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 16px;
margin-bottom: 6px;
}
.tsr09 .tright .keyfacts .accordion-container article {
padding-bottom: 15px;
margin-bottom: 15px;
}
.faqs-wrap .accordion-container .content-entry.open i::before {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAASFBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX3qW9QQAAAAGHRSTlMAA5k62shIzsJ+QSgjxa2Kh2xhU6moNTR25kcwAAAAY0lEQVQI112OCQrAIAwEV1Otd6v2+P9PaxQpOIGQYSEJGl7uSu3So2OVFoDQ0bKdUqAj5AGQYRtuCDfxVCt3Stg4LFoX9q0VkB3g8tTwcPIG1tSSCV3L5vUuYOP4Sll0wv/zB/jjAoZcWg0GAAAAAElFTkSuQmCC");
}
.tsr09 .tright .keyfacts .accordion-container article .accordion-content {
margin-top: 10px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 14px;
line-height: 16px;
}
.tsr10::after {
height: 60px;
}
.tsr10 .licp {
padding-bottom: 40px;
padding-top: 20px;
}
.tsr10 .licm {
width: 100%;
padding: 0 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tsr10 .licm h4 {
font-size: 25px;
margin-bottom: 20px;
}
.tsr10 .licm p {
font-size: 15px !important;
line-height: 21px !important;
order: 2;
}
.tsr10 .licm a {
min-width: 265px;
height: 58px;
line-height: 58px;
font-size: 21px;
background-color: #e91c26;
order: 4;
}
.tsr11 .svdhe h4 {
font-size: 25px;
margin-bottom: 20px
}
.tsr11 .svdhe p {
font-size: 15px;
line-height: 24px;
}
.tsr11 .svdhe {
margin-bottom: 8px;
}
.faqs-wrap .accordion-container article{
padding: 15px 15px;
}
.faqs-wrap .accordion-container .article-title{
font-size: 14px;
}
.faqs-wrap .accordion-container .accordion-content p {
font-size: 12px;
line-height: 18px;
}
.faqs-wrap .accordion-content {
margin-top: 10px;
}
.smlrfw .itm1 .lecr img:nth-child(2) {
height: 160px;
width: 90px;
}
.faqs-wrap .accordion-container .content-entry i {
top: 1px;
}
.smlrfw {
flex-direction: column;
}
.smlrfw .itm1 .gur {
top: 10px;
right: 10px;
}
.smlrfw .itm1 {
margin-left: auto;
margin-right: auto;
width: 310px;
}
.smlrfw .itm1 .recr .price em {
line-height: 13px;
}
.smlrfw .itm1 .recr {
width: calc(100% - 90px);
padding-left: 10px;
}
.smlrfw .itm1 .lecr {
width: 90px;
}
.smlrfw .itm1 .recr .price {
padding-top: 28px;
margin-left: 10px;
}
.wrapper2 {
width: 100%;
}
.hamburger-menu {
display: block;
position: absolute;
right: 0;
top: 17px;
cursor: pointer;
}
.header-container .header-wrap {
position: relative;
}
.header-container{
min-height: auto;
}
.header-container .logo-nav .logo img {
max-width: 150px;
}
.header-container .headr-btn {
display: none;
}
.header-container .logo-nav {
border-bottom: 10px solid #ebe6d9;
min-height: auto;
padding-bottom: 0;
height: auto;
}
.header-container .logo-nav .logo a {
height: 30px;
}
.header-container .logo-nav .mainbar {
float: right;
position: fixed;
top: 0;
left: 0px;
z-index: 100;
width: 80vw;
height: 100%;
background-color: #f6f6f6;
padding-top: 30px;
box-shadow: -3px 0px 18px #fab210;
display: none;
}
.header-container .logo-nav .mainbar ul li {
float: left;
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.wrapper {
width: 100%;
padding-left: 26px;
padding-right: 26px;
}
.tsrtopsection .leftimg {
width: 100%;
flex-basis: 100%;
}
.row {
flex-direction: column;
}
.tsrtopsection {
padding: 30px 0;
}
.tsrtopsection .righttext {
width: 100%;
flex-basis: 100%;
text-align: center;
padding-top: 20px;
}
.tsrtopsection .righttext h2 {
font-size: 30px;
}
.tsrtopsection .righttext p {
font-size: 17px !important;
line-height: 24px !important;
}
.getyourcode .getcode-cntnt{
flex-wrap: wrap;
}
.getyourcode .getcode-cntnt p {
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
max-width: 244px;
margin: auto;
display: table;
}
.getyourcode .getcode-cntnt a {
margin: auto;
float: none;
display: table;
margin-top: 15px;
width: 185px;
height: 49px;
line-height: 49px;
font-size: 18px;
}
.getyourcode {
padding-top: 20px;
padding-bottom: 20px;
}
.tsr03 {
padding: 30px 0;
}
.tsr03 .cbox {
padding:30px;
}
.tsr03 .cbox .img {
width: 100%;
text-align: center;
margin-top: 0;
}
.tsr03 .cbox .content {
width: 100%;
}
.tsr03 .cbox .img img {
max-width: inherit;
width: 186px;
height: auto;
min-width: inherit;
min-height: inherit;
max-height: inherit;
}
p{
font-size: 17px;
}
.tsr03 .cbox .content .rm {
margin-bottom: 10px;
margin-top: 20px;
}
.tsr04 {
padding-top: 30px;
}
.head-para h2 {
font-size: 29px;
text-align: center;
}
.tsr04 .head-para p {
font-size: 17px;
text-align: center;
}
.tsr04 .cbrands ul li {
width: 100%;
}
.tsr04 .head-para {
margin-bottom: 0px;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 19px;
}
.tsr04 .cbrands ul li .item p {
font-size: 16px;
}
.tsr04 .cbrands ul li .item {
padding: 25px 30px 25px;
}
.tsr04 .cbrands ul li .item a {
width: 162px;
height: 38px;
line-height: 38px;
font-size: 14px;
}
.tsr04 .cbrands ul li .item a img {
max-width: 10%;
}
.tsr04 .cbrands ul li .item .img {
margin-bottom: 20px;
}
.tsr04 .cbrands {
margin-top: 20px;
padding-bottom: 30px;
}
.getyourcode .getcode-cntnt a::after {
display: none;
}
.partnrs-wrap .pw-inr .prtnr-row {
width: 100%;
position: static;
margin-top: 10px;
}
.partnrs-wrap .pw-inr span {
font-size: 24px;
line-height: 30px;
display: block;
text-align: center;
margin-top: 16px;
width: 100%;
}
.footer {
padding-top: 40px;
}
.footer .fotr-widget {
width: 100%;
}
.footer .fotr-widget h2 {
color: #ecb808;
font-size: 14px;
}
.footer .fotr-widget .fotr-menu li {
width: 50%;
float: left;
}
.footer .fotr-widget .fotr-menu {
padding-left: 0px;
padding-bottom: 10px;
display: block;
width: 100%;
float: left;
}
.footer .fotr-widget .newsltr input {
width: 212px;
}
.footer .fotr-widget .newsltr button {
top: 0px;
}
.footer .mfotr-authoriz{
margin-top: -17px;
}
.footer .fotr-widget .contctbox{
margin-bottom: 13px;
}
.footer .contactus {
padding-top: 10px;
}
.footer .mfotr-authoriz p {
font-size: 14px;
line-height: 24px;
}
.footer .ftr-copyright {
margin-top: 45px;
padding-top: 15px;
padding-bottom: 15px;
}
.footer .ftr-copyright .cright-menu {
padding-left: 0px;
width: 100%;
}
.footer .ftr-copyright .cright-menu li {
line-height: 28px;
}
.footer .ftr-copyright p {
line-height: 30px;
}
.tsr03 .cbox .content h3 {
font-size: 23px;
line-height: 30px;
}
.header-container .topbar {
display: none;
}
.systmboilers .filters-wrap {
display: none;
}
.systmboilers .sbthumbs-wrap {
width: 100%;
float: none;
margin:auto;
display: table;
padding-bottom: 9px;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 17px;
text-align: center;
max-width: 279px;
margin: auto;
}
.systmboilers {
padding-top: 30px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
width: 100%;
border: 13px solid #ebe6d9;
padding: 24px 23px 24px 23px;
margin-bottom: 22px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img {
display: none;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
display: inline-block;
margin-right: 0;
width: 100%;
text-align: center;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt {
width: 100%;
padding-top: 10px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p {
font-size: 17px;
text-align: center;
margin-bottom: 20px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
text-align: center;
margin-bottom: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
color: #7d7d7d;
font-size: 17px;
position: relative;
top: -8px;
text-align: center;
display: block;
font-weight: 300;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul {
padding-left: 0px;
width: 100%;
text-align: center;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li:nth-child(5n+5) {
margin-right: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
display: inline-block;
float: none;
margin-right: 3px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
text-align: center;
flex-direction: column;
align-items: center;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
margin-top: 11px;
width: 207px;
height: 48px;
line-height: 48px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a:last-child {
float: none;
margin-top: 11px;
margin-left: 0px;
}
.tsr05 h3 {
font-size: 23px;
}
.tsr05 {
padding: 30px 0;
padding-bottom: 0px;
}
.tsr05 .cse ul li {
width: 100%;
margin-bottom: 40px;
}
.tsr05 .cse ul li .item img {
margin-bottom: 20px;
}
.tsr05 .cse ul li .item h5 {
font-size: 23px;
}
.tsr05 .cse ul li .item p {
font-size: 17px !important;
max-width: 200px;
margin: auto;
}
.boiler-finacne .tsr03 .cbox .img img {
max-width: 125px;
width: 100%;
}
.bestprice .bp-contnt {
width: 100%;
padding-top: 30px;
display: flex;
padding-left: 0px;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.bestprice .bp-contnt .bpc-rgtimg {
margin-right: 0px;
margin-top: 0px;
margin-bottom: 40px;
}
.bestprice .bp-contnt .bpc-lftimg {
display: none;
}
.bestprice .bp-contnt .bpc-descrp {
width: 100%;
order: 3;
position: relative;
z-index: 100;
}
.bestprice .bp-contnt .bpc-descrp h3 {
font-size: 25px;
text-align:center;
}
.bestprice .bp-contnt .bpc-descrp p{
text-align: center;
font-size: 16px;
margin-top: 15px;
line-height: 26px;
}
.bbc-chair {
bottom: -200px;
right: -20px;
top: inherit;
}
.bestprice {
min-height: 650px;
}
.bestprice .wrapper {
position: static;
}
.bestprice .bp-contnt .bpc-descrp a {
width:248px;
margin-left:auto;
margin-right:auto;
display: table;
font-size: 19px;
height: 51px;
line-height: 51px;
}
.head-para p {
font-size: 17px;
}
.faqs-wrap {
padding-top: 30px;
padding-bottom: 30px;
}
}
@media only screen and (min-width:540px) and (max-width:767px) {
.wrapper {
width: 540px;
}
.wrapper2 {
width: 540px;
}
.bbc-chair {
bottom: -250px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.ace-responsive-menu li ul li a {
padding-left: 30px;
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
display: block;
padding: 14px 20px;
border-bottom: 1px solid #fff;
}
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 15px;
line-height: 22px;
margin-bottom: 3px;
}
.tsr09 .tright .keyfacts .accordion-container article ul {
padding-left: 13px;
}
.addboilrbtnmob {
width: 235px;
height: 47px;
background-color: #fe0000;
line-height: 47px;
border-radius: 5px;
text-align: center;
font-size: 16px;
font-weight: 600;
margin: auto;
font-family: "Proxima Nova Lt";
color: #fff;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .mob-ratngboxwrap {
background-color: #f7f7f7;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
position: relative;
padding-top: 0px;
font-size: 25px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt{
display: none;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white {
padding: 30px 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whitergt {
display: none;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white .fwmc-whiteleft {
width: 100%;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 i {
position: absolute;
top: 0px;
right: 0px;
color: #7d7d7d;
font-size: 28px;
}
.featuesmoble {
display: none;
color: #7d7d7d;
font-size: 17px;
padding: 0px 28px;
padding-bottom: 30px;
}
.boilrcompars .features-wrap .fw-iner .fwhead {
width: 100%;
float: left;
padding: 20px 28px;
padding-bottom: 0px;
cursor: pointer;
}
.boilrcompars .bccntnt-wrap .bccw-inr {
border: 0px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap {
width: 100%;
height: auto;
display: none;
flex-direction: column;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .mob-ratngboxwrap:nth-child(odd) {
background-color: #f7f7f7;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft {
width: 100%;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft{
padding: 0px 28px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p{
padding: 0px 28px;
padding-bottom: 35px;
display: none;
}
.boilrcompars .bccntnt-wrap{
padding-bottom: 0px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box{
padding: 25px 0px;
border: 1px solid #e5e5e5;
padding-bottom: 0px;
margin-bottom: 44px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .grey-elmnt {
background-color: #fff;
}
.boilrcompars .bccntnt-wrap .bccw-inr {
background-color: #fcfcfc;
}
.mob-ratngboxwrap {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 28px;
}
.mob-ratngboxwrap span {
font-size: 19px;
color: #7d7d7d;
}
.show-tablet {
display: block !important;
}
.hide-tablet {
display: none !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb.addanotherboiler img {
width: 119px !important;
height: 212px !important;
}
.mobilecloseico {
display: block !important;
position: absolute;
right: 8px;
top: 0px;
font-size: 35px;
}
.mobilecloseico:after {
content: "\f00d";
font-size: 35px !important;
font: normal normal normal 14px/1 FontAwesome;
}
.mobilemenu-overlay {
height: 100%;
width: 100%;
position: fixed;
left: 0px;
top: 0px;
background: rgba(0, 0, 0, 0.8);
z-index: 999;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.smlrfw .itm1 .gur img {
max-height: 53px;
}
.smlrfw .itm1 .lecr img:nth-child(2) {
width: 120px;
height: 126px;
}
.tsr09 .bmtop-box figure {
width: 19%;
}
.tsr09 .bmtop-box .bmtopb-cntnt {
width: 75%;
}
.tsr09 .bmtop-box figure img {
width: 116px;
height: 205px;
min-height: 205px;
object-fit: cover;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6 {
font-size: 21px !important;
margin-bottom: 5px !important;
}
.systmboilers .sbthumbs-wrap .head-para .hidefiltr {
display: none;
}
.tsr03 .cbox .content p {
font-size: 17px !important;
}
.tsr03 .cbox .content h3:first-child, .tsr03 .cbox .content h1:first-child, .tsr03 .cbox .content h2:first-child, .tsr03 .cbox .content h4:first-child, .tsr03 .cbox .content h5:first-child, .tsr03 .cbox .content h6:first-child {
margin-top: 0px !important;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 25px !important;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6{
font-size: 29px !important;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft img {
width: 143px;
}
.social-mobile a i {
font-size: 22px;
color: #fff;
}
.social-mobile a {
padding: 14px 30px;
display: inline-block;
}
.quick-icons {
padding: 20px;
text-align: center;
margin-bottom: 30px;
color: #fff;
}
.quick-icons a i {
color: #fff;
}
.social-mobile {
width: 100%;
}
.quick-icons a {
border: 2px solid white;
height: 60px;
width: 60px;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 60px;
margin-right: 19px;
position: relative;
}
.quick-icons a span {
font-size: 16px;
left: 50%;
bottom: -27px;
position: absolute;
line-height: 1;
margin-left: -30px;
width: 100%;
color: #fff;
}
.ace-responsive-menu > li > i {
padding-right: 0;
color: #fff;
float: right;
font-size: 26px;
position: absolute;
z-index: 100;
cursor: pointer;
right: 15px;
top: 10px;
}
.ace-responsive-menu li ul.sub-menu li a {
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
border-bottom: 1px solid #fff;
padding: 14px 30px;
padding-left: 30px;
}
.ace-responsive-menu > li {
border-bottom: 0px;
width: 100%;
position: relative;
}
.ace-responsive-menu > li > a {
display: block;
padding: 14px 30px;
cursor: pointer;
z-index: 2;
font-size: 22px;
text-decoration: none;
color: #fff;
border-bottom: 1px solid #fff;
}
.menu-toggle {
float: right;
width: auto;
background: transparent;
position: absolute;
top: 0px;
right: 0px;
display: block !important;
}
.ace-responsive-menu:before {
content: "";
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.ace-responsive-menu {
display: none;
max-width: 450px;
z-index: 1000;
font-family: "Proxima Nova Rg";
float: left;
width: 80%;
position: fixed;
top: 0;
left: 0;
height: 100%;
overflow-y: scroll;
background-image: -moz-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -webkit-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
background-image: -ms-linear-gradient(14deg, #ef8315 21%, #fbc00e 100%);
}
.menu-toggle #menu-btn {
float: right;
background: transparent;
border: 0px;
padding: 8px;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.mobile-menu {
display: block;
}
.trustpilet-wrap {
min-height: auto;
}
.tpwrap-exclnt p {
font-size: 16px;
}
.trustpilet-wrap .trustbox {
height: 146px;
}
.trustpilet-wrap h3 {
font-size: 18px;
}
.trustpilet-wrap .content span {
font-size: 14px;
}
#trustpoilet {
width: 100%;
}
.getyourcode .getcode-cntnt {
flex-wrap: wrap;
}
.comp-bmenu .comp-bmenuwrap {
display: block;
height: auto;
}
.comp-bmenu .comp-bmenuwrap .cbm-box {
width: 33%;
height: auto;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 15px;
max-width: inherit;
min-height: 69px;
padding: 0px 5px;
line-height: 17px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close {
height: 27px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close:after {
right: 50%;
}
.comp-bmenu .comp-bmenuwrap .cbm-box:nth-child(3) {
border-right: 0px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 33%;
height: auto;
margin-top: 6px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
line-height: 60px;
font-size: 18px;
min-width: 230px;
height: 60px;
}
.closeboxx {
right: 11px;
top: -22px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-comparebtn a {
font-size: 18px;
}
.comp-bmenu {
min-height: auto;
height: auto;
padding: 10px 0px;
z-index: 90;
display: none;
}
.kwoverlay {
z-index: 99;
}
.kwpop {
z-index: 100;
}
.comp-bmenu-mobile {
display: block;
min-height: 94px;
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
line-height: 94px;
background-color: rgba(66,63,63,0.7);
text-align: center;
z-index: 10;
}
.comp-bmenu-mobile button {
margin-right: 78px;
width: 307px;
height: 50px;
line-height: 50px;
border:2px solid #ffffff;
border-radius: 10px;
font-size: 21px;
font-family: 'Proxima Nova Bold';
font-weight: bold;
color: #fff;
background-color: transparent;
}
.comp-bmenu-mobile button a{
color: #ff0000;
}
.comp-bmenu-mobile button:last-child {
margin-right: 0px;
background-color: #fff;
color: #ff0000;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label{
font-size: 31px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox + label::before {
width: 40px;
height: 37px;
margin-right: 18px;
}
.kwpop .systmboilers .filters-wrap .filtrbox .styled-checkbox:checked + label::after{
font-size: 31px;
}
.kwpop .kwpop-top .systmboilers .filters-wrap{
display: block !important;
position: static;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.kwpop .kwpop-top .systmboilers .filters-wrap .filtrbox {
margin:0px;
width: 100%;
padding-left: 18px;
padding-bottom: 30px
}
.kwpop .systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 31px;
}
.kwpop .kwpop-top {
padding: 80px 93px 70px 93px;
}
.kwpop .kwpop-top h2 {
padding-bottom: 15px;
}
.systmboilers .filters-wrap {
padding:0px;
}
.systmboilers .filters-wrap .filtrbox {
margin: 22px 70px 0px 70px;
width: 240px;
clear: both;
}
.mfiltr-actions {
display: block;
min-height: 78px;
text-align: center;
line-height: 78px;
background-color: #f7f7f7;
width: 100%;
float: left;
margin-top: 22px;
}
.mfiltr-actions button {
width: 140px;
height: 44px;
border:2px solid #7d7d7d;
border-radius: 10px;
background-color: transparent;
font-family: 'Proxima Nova Bold';
font-weight: bold;
font-size:17px;
color: #7d7d7d;
margin-right: 12px;
}
.mfiltr-actions button:last-child {
background-color: #7d7d7d;
color: #fff;
}
.close-ico-filtr {
display: block;
position: absolute;
top: 22px;
right: 18px;
}
.close-ico-filtr img{
cursor: pointer;
}
.systmboilers .filters-wrap {
position: fixed;
width: 768px;
height: 100%;
left: 0px;
top: 0px;
background-color: #fff;
z-index: 10;
overflow-y: scroll;
}
.systmboilers .filters-wrap h6 {
font-size: 27px;
padding: 42px 0px 20px 70px;
}
.systmboilers .filters-wrap h6::after{
top: -2px;
}
.showfiltr {
display: block;
position: absolute;
right: 0px;
font-size: 22px;
color: #7d7d7d;
cursor: pointer;
top: 0px;
}
.systmboilers .sbthumbs-wrap .head-para {
margin-bottom: 26px;
}
.hidefiltr {
display: none;
}
.showfiltr:after {
margin-left: 18px;
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAP1BMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX0qQwj8AAAAFHRSTlMAL5AG7cM93dWZePDkqJNeVSIfGRyWasYAAABXSURBVBjTfc9HDsAgEAPALdT04v+/NRESEUTAnPawsmxK9jmc9OdEJALwUnNk0GbIos2S8ssDkWtKySWT0tBdfigXArDmtH6DQWtXrNsALN/SymE85/sB3wwJkOphWn8AAAAASUVORK5CYII=");
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft2 {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft2 {
-webkit-animation-name: slideInLeft2;
animation-name: slideInLeft2;
overflow: hidden; }
@-webkit-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
@-moz-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0); } }
.slideInRight2 {
-webkit-animation-name: slideInRight2;
animation-name: slideInRight2;
overflow: hidden; }
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
width: 98%;
}
.systmboilers {
padding-top: 35px;
}
.intrst-notifc {
font-size: 17px;
float: left;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
line-height: 25px;
font-size: 17px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
margin-bottom: 15px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 75px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 100%;
padding-left: 35px;
max-width: 584px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 100%;
max-width: 577px;
margin: auto;
display: table;
float: none;
padding-top: 35px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 23px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
min-width: 159px;
height: 42px;
font-size: 18px;
line-height: 42px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h1, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h2, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h4, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h5, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h6 {
font-size: 23px;
margin-bottom: 15px;
}
.cbtol-tbox .cbtbox-cntnt {
display: table;
min-height: auto;
padding-left: 35px;
padding-right: 35px;
padding-top: 35px;
padding-bottom: 35px;
max-width: 768px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li {
float: left;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 21px;
margin-bottom: 25px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb a.closeme{
bottom: 16px;
right: -7px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 194px;
height: 46px;
line-height: 46px;
font-size: 16px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler {
margin-top: 60px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler img {
margin-bottom: 6px;
width: 114px !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb:last-child {
width: 32%;
float: right;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb {
width: 31%;
}
.boilrcompars .tsrtopsection .righttext {
width: 100% !important;
flex-basis: 74% !important;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb img:nth-child(1){
width: 102px;
margin-bottom: 5px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 i {
color: #7d7d7d;
font-size: 28px;
position: absolute;
right: 0;
top: 0;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 25px;
position: relative;
margin-bottom: 20px;
cursor: pointer;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt span {
font-size: 13px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox span {
font-size: 15px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox .number {
font-size: 32px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft p {
font-size: 16px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox {
width: 90px;
height: 75px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb img{
width: 119px;
margin-bottom: 0;
height: 212px;
min-height: 212px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 15px;
max-width: 168px;
min-height: 54px;
}
.boilrcompars .slectdboilr .sb-cntnt{
padding: 25px 35px;
}
.boilrcompars .tsrtopsection .leftimg {
width: 26%;
flex-basis: 26%;
}
.tsr09 .bmodal-top h2 {
font-size: 25px;
margin-top: 0;
margin-bottom: 15px;
}
.tsr10 .lic {
width: 115px;
}
.tsr10 .licm {
width: calc(100% - 230px);
padding: 0px 20px;
}
.tsr10 .licm h4 {
font-size: 31px;
margin-bottom: 25px;
}
.lic-2 {
height: 115px;
font-size: 60px;
}
.lic-2 span:nth-child(1) {
font-size: 13px;
}
.lic-2 em {
font-size: 24px;
}
.tsr10 .licm p {
font-size: 12px !important;
line-height: 19px !important;
}
.tsr10 .licm a {
min-width: 296px;
height: 63px;
background-color: #ec4435;
line-height: 63px;
font-size: 24px;
}
.tsr11 .svdhe p {
font-size: 19px;
line-height: 28px;
}
.tsr11 .svdhe h4 {
font-weight: 400;
font-size: 33px;
}
.tsr09 .tright .keyfacts .accordion-container article:last-child {
margin-bottom: 0px;
}
.tsr10:after {
height: 60px;
}
.tsr11 {
padding: 10px 0 50px 0;
}
.wrapper2 {
max-width: 768px;
}
.smlrfw .itm1 {
padding: 35px 15px 15px 15px;
}
.smlrfw .itm1 .recr {
width: calc(100% - 90px);
text-align: left;
padding-left: 5px;
}
.smlrfw .itm1 .recr .price h2 {
font-size: 32px;
}
.smlrfw .itm1 .recr .price {
padding-top: 0;
}
.smlrfw .itm1 .recr .price span {
font-size: 16px;
}
.smlrfw .itm1 .recr .price em {
font-size: 16px;
line-height: 17px;
}
.smlrfw .itm1 .recr .price u {
font-size: 16px;
line-height: 20px;
}
.smlrfw .itm1 a {
margin-top: 12px;
font-size: 16px;
}
.smlrfw .itm1 .lecr {
width: 90px;
}
.exmpltxt {
font-size: 11px;
}
.smlrfw .itm1 .gur {
right: -10px;
top: 8px;
}
.faqs-wrap .accordion-container .content-entry i {
top: 3px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 17px;
}
.faqs-wrap .accordion-container .accordion-content p {
font-size: 14px;
}
.faqs-wrap .accordion-content {
margin-top: 10px;
}
.head-para p {
font-size: 18px;
}
.tsr10 .licp {
padding-top: 35px;
padding-bottom: 25px;
}
.faqs-wrap .accordion-container .content-entry i::before {
content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAARVBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX2YPrT8AAAAF3RSTlMAA8c62kjOwpyXfiRBrYqHbGFTNCqpqKmk88kAAABfSURBVAjXZc5HDsIwAAXRZztOcwJpcP+jojgCCZjdLH6BY2hjbIeiMsYcCDmOp936oBL6O6k77fIueSQfpllD2WEvNKdaJqbFW605rwiNuWa3DdLzp/l79/8V5fp84AX2BAKMUcZ2owAAAABJRU5ErkJggg==");
}
.tsr09 .tright .keyfacts .accordion-container article {
padding-bottom: 15px;
margin-bottom: 15px;
}
.faqs-wrap .accordion-container .content-entry.open i::before {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAMAAACuAq9NAAAASFBMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX3qW9QQAAAAGHRSTlMAA5k62shIzsJ+QSgjxa2Kh2xhU<KEY>");
}
.tsr09 .tright .keyfacts .accordion-container article .accordion-content {
margin-top: 10px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 15px;
line-height: 16px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 17px;
margin-bottom: 3px;
}
.tsr09 .tleft h4 {
font-size: 14px;
}
.tsr09 .bmodal-top .twobtns li a {
height: 36px;
line-height: 36px;
font-size: 13px;
min-width: 204px;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 166px;
}
.tsr09 {
padding: 30px 0 0 0;
}
.tsr09 .bmodal-top .twobtns{
padding-bottom: 35px;
}
.tsr09 .bmtop-box {
padding: 35px 39px 35px 48px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 20px;
margin-bottom: 15px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand img {
margin-right: 18px;
max-width: 88px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand {
margin-top: 30px;
margin-bottom: 30px;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 13px;
line-height: 21px;
}
.tsr09 .bmtop-box figure figcaption a {
font-size: 12px;
}
.tsr09 .bmtop-box figure figcaption {
margin-top: 15px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
min-width: 166px;
height: 36px;
font-size: 13px;
line-height: 36px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 166px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li {
margin-right: 12px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns {
padding-bottom: 0px;margin-top: 0px;
}
.tsr09 .tleft {
width: 130px;
}
.tsr09 .giveaway p {
line-height: 34px;
font-size: 19px;
max-width: 297px;
}
.giveaway img {
max-width: 300px;
}
.tsr09 .giveaway {
margin-top: 0px;
margin-bottom: 35px;
}
.hamburger-menu {
display: block;
}
.header-container .header-wrap {
position: relative;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.footer .wrapper {
width: 100%;
padding-left: 15px;
padding-right:15px;
}
.header-container{
min-height: auto;
}
.header-container .logo-nav .logo img {
max-width: 180px;
}
.header-container .logo-nav .logo a {
height: 35px;
}
.header-container .headr-btn {
display: none;
}
.header-container .logo-nav {
border-bottom: 10px solid #ebe6d9;
min-height: auto;
padding-bottom: 0px;
height: auto;
}
.header-container .logo-nav .mainbar {
float: right;
position: fixed;
top: 0;
left: 0px;
z-index: 100;
width: 35vw;
height: 100%;
background-color: #f6f6f6;
padding-top: 30px;
box-shadow: -3px 0px 18px #fab210;
display: none;
}
.header-container .logo-nav .mainbar ul li {
float: left;
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.wrapper {
width: 768px;
padding-left: 26px;
padding-right: 26px;
}
.header-container .topbar .tbar-left .htp-phone {
padding: 0px 10px;
font-size: 14px;
}
.header-container .topbar .tbar-left .htp-phone span {
font-size: 14px;
top: 0;
}
.header-container .topbar .tbar-left .htp-email {
padding: 0px 10px;
font-size: 14px;
}
.header-container .topbar .tbar-left {
width: 60%;
}
.header-container .topbar .tbar-rgt {
float: right;
width: 40%;
}
.header-container .topbar .tbar-rgt .login a {
font-size: 14px;
}
.header-container .topbar {
min-height: auto;
line-height: 44px;
}
.tsrtopsection {
padding: 40px 0;
}
.tsrtopsection .leftimg {
width: 50%;
flex-basis: 50%;
}
.tsrtopsection .righttext {
width: 46%;
flex-basis: 46%;
}
.tsrtopsection .righttext h2{
font-size: 30px;
}
.tsrtopsection .righttext p {
font-size: 17px !important;
line-height: 24px !important;
}
.align-items-center {
justify-content: space-between;
}
.getyourcode .getcode-cntnt p {
font-size: 20px;
line-height: 1.2;
text-align: center;
}
.getyourcode .getcode-cntnt a {
font-size: 18px;
width: 185px;
height: 49px;
line-height: 49px;
margin-top: 15px;
}
.getyourcode {
padding-bottom: 20px;
padding-top: 20px;
}
.getyourcode .getcode-cntnt a::after {
display: none;
}
.tsr03 {
padding: 45px 0;
}
.tsr03 .cbox {
padding: 37px 29px 30px 38px;
}
.tsr03 .cbox .img{
margin-top: 0px;
}
.tsr03 .cbox .img img {
max-width: 110px;
max-height: inherit;
height: 238px;
min-height: 238px;
width: 110px;
min-width: 110px;
}
.tsr03 .cbox .img {
width: 112px;
margin-right: 26px;
}
.tsr03 .cbox .content {
width: calc(100% - 152px);
}
.tsr03 .cbox .content h3 {
font-size: 25px;
margin-bottom: 20px;
}
.tsr03 .cbox .content h3:nth-child(1) {
margin-top:0px !important;
}
p {
font-size: 17px;
}
.tsr03 .cbox .content .rm {
margin-bottom: 10px;
}
.head-para h2 {
font-size: 29px;
margin-bottom: 10px;
}
.tsr04 {
padding-top: 40px;
}
.tsr04 .cbrands ul li {
width: calc(100% / 2 - 12px);
}
.tsr04 .head-para {
margin-bottom: 20px;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 21px;
}
.tsr04 .cbrands ul li .item p {
font-size: 18px;
}
.tsr04 .cbrands ul li .item .img {
margin-bottom: 25px;
}
.tsr04 .cbrands ul li .item a {
width: 183px;
height: 43px;
line-height: 43px;
margin-top: 15px;
font-size: 15px;
}
.tsr04 .cbrands {
padding-bottom: 50px;
}
.partnrs-wrap .pw-inr .prtnr-row {
width: 66%;
position: static;
margin-top: 13px;
}
.partnrs-wrap .pw-inr span {
font-size: 24px;
line-height: 77px;
text-align: center;
margin-top: 0px;
}
.partnrs-wrap {
padding-bottom: 9px;
padding-left: 15px;
padding-right: 15px;
min-height: auto;
}
.footer {
padding-top: 45px;
}
.footer .fotr-widget h2 {
font-size: 18px;
}
.footer .fotr-widget {
width: 27%;
}
.footer .followus {
width: 45%;
}
.footer .contactus {
width: 28%;
}
.footer .fotr-widget .newsltr input{
width: 200px;
}
.footer .mfotr-authoriz p {
font-size: 14px;
line-height: 26px;
}
.footer .ftr-copyright {
margin-top: 40px;
}
.topbrand-row {
padding-left: 0px;
padding-bottom: 24px;
}
.topbrand-row img {
margin-right: 25px;
max-width: 145px;
}
.systmboilers .filters-wrap {
display: none;
}
.systmboilers .sbthumbs-wrap {
width: 100%;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
width: 100%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul {
padding-left: 8px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
width: 213px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
margin-right: 20px;
width:143px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt {
width: 74%;
padding-top: 52px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 24px;
}
.systmboilers .sb-wrap {
width: 722px;
}
.tsr05 h3 {
text-align: center;
font-size: 23px;
margin-bottom: 15px;
}
.tsr05 {
padding: 30px 0;
}
.tsr05 .cse ul li .item h5 {
font-size: 21px;
}
.tsr05 .cse ul li .item img {
margin-bottom: 10px;
}
.tsr05 .cse ul li .item p {
font-size: 15px !important;
line-height: 20px !important;
max-width: 176px;
margin: auto;
}
.tsr05 .cse ul li {
width: calc(100% / 3 - 30px);
}
.boiler-finacne .tsr03 .cbox .img img {
max-width: 102px;
}
.boiler-finacne .tsr03 .cbox .img {
width: 112px;
}
.tsr03 .cbox .content {
width: calc(100% - 138px);
}
.bestprice .bp-contnt .bpc-descrp h3 {
font-size: 33px;
margin-top: -7px;
margin-bottom: 20px;
}
.bestprice .bp-contnt {
padding-top: 85px;
padding-left: 0px;
position: relative;
}
.bbc-chair {
top: inherit;
right: -15px;
bottom: -260px;
}
.bestprice .bp-contnt .bpc-lftimg {
width: 115px;
margin-right: 35px;
}
.bestprice .bp-contnt .bpc-descrp p {
font-size: 19px;
line-height: 30px;
}
.bestprice .bp-contnt .bpc-descrp a {
margin-top: 38px;
}
.bestprice .bp-contnt .bpc-rgtimg {
margin-right: 5px;
margin-top: -47px;
}
.bestprice {
min-height: 600px;
}
.bestprice .wrapper {
position: static;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 17px;
color: #7d7d7d;
line-height: 26px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img{
max-width: 30%;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6 {
font-size: 20px !important;
}
.cboiler-btn {
width: 240px;
height: 58px;
font-size: 18px;
line-height: 58px;
}
.wrapper3 {
max-width: 984px;
padding-left: 0;
padding-right: 0;
}
.smlrfw .itm1 .lecr img:nth-child(2) {
width: 120px;
height: 165px;
}
.lic-2 {
height: 150px;
font-size: 38px;
}
.lic-2 span:nth-child(1) {
font-size: 20px;
}
.closeboxx {
right: 6px;
}
.kwpop-botm .btnform {
min-width: 150px;
height: 56px;
font-size: 18px;
line-height: 56px;
}
.kwpop .kwpop-top h2 {
font-size: 25px;
}
.kwpop .kwpop-top {
padding: 50px;
}
.tsr03 .cbox .content p {
font-size: 16px !important;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 26px !important;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 28px !important;
}
.partnrs-wrap .pw-inr {
padding-left: 15px;
padding-right: 15px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
font-size: 16px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close::after{
right: 12px;
top: 4px;
}
.comp-bmenu{
min-height: auto;
}
.comp-bmenu .comp-bmenuwrap{
height: 90px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 430px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 15px;
padding-top: 27px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
min-width: 200px;
height: 50px;
font-size: 16px;
line-height: 50px;
position: relative;
top: 15px;
}
.showfiltr:after {
margin-left: 18px;
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAP1BMVEUAAAB9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX0qQwj8AAAAFHRSTlMAL5AG7cM93dWZePDkqJNeVSIfGRyWasYAAABXSURBVBjTfc9HDsAgEAPALdT04v+/NRESEUTAnPawsmxK9jmc9OdEJALwUnNk0GbIos2S8ssDkWtKySWT0tBdfigXArDmtH6DQWtXrNsALN/SymE85/sB3wwJkOphWn8AAAAASUVORK5CYII=");
}
.showfiltr {
display: none;
position: absolute;
right: 0px;
font-size: 20px;
color: #7d7d7d;
cursor: pointer;
top: 0px;
}
.cbtol-tbox {
padding: 40px 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
font-size: 18px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
font-size: 15px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 20px;
}
.systmboilers {
padding-top: 40px;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 16px;
}
.systmboilers .sbthumbs-wrap .head-para {
margin-bottom: 30px;
}
.tsr11 {
padding: 40px 0 40px 0;
}
.tsr09 .bmodal-top .twobtns{
padding-bottom: 40px;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 200px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 19px;
}
.faqs-wrap .accordion-content p {
font-size: 15px;
}
.faqs-wrap .accordion-content{
margin-top: 15px;
}
.head-para p {
font-size: 18px;
}
.faqs-wrap .head-para {
margin-bottom: 30px;
}
.bestprice .bp-contnt .bpc-descrp a {
font-size: 19px;
width: 230px;
}
.tsr05 .cse ul li .item img {
margin-bottom: 20px;
}
.tsr05 .cse ul li .item h5 {
font-size: 22px;
}
.tsr05 .cse ul li .item p {
font-size: 17px !important;
}
.tsr05 h3 {
font-size: 24px;
}
.tsr05 {
padding: 40px 0;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox .number {
font-size: 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey p {
font-size: 15px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-white {
padding: 30px 30px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
font-size: 26px;
padding-top: 0;
padding-bottom: 10px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey {
padding: 30px 30px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box {
padding: 30px 30px;
}
.boilrcompars .features-wrap .fw-iner .fwhead {
padding: 30px 30px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 .ratingbox-wrap .rbox {
padding-bottom: 15px;
margin: 0px 19px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p {
font-size: 16px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 25px;
margin-bottom: 20px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-brgt .sb-cntnt span {
font-size: 14px !important;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 225px;
height: 54px;
line-height: 54px;
font-size: 18px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler img {
margin-bottom: 15px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 18px;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 24px;
}
.boilrcompars .tsrtopsection .leftimg {
width: 24%;
flex-basis: 24%;
}
.boilrcompars .tsrtopsection {
padding: 40px 0;
}
.partnrs-wrap .pw-inr span {
font-size: 28px;
}
.tsr04 .cbrands{
padding-bottom:40px;
}
.tsr04 .cbrands ul li .item a{
font-size:15px;
}
.tsr04 .cbrands ul li .item h5{
font-size:19px;
}
.tsr04 .cbrands ul li .item p {
font-size: 16px;
}
.head-para {
margin-bottom:20px;
}
.tsr04 {
padding-top:40px;
}
.tsr04 .head-para p {
font-size: 17px !important;
}
p {
font-size: 16px;
}
.tsr03 {
padding: 40px 0;
}
.header-container .topbar .tbar-rgt .social li a i {
font-size: 16px;
}
.header-container .topbar .tbar-left .htp-email{
font-size: 14px;
padding: 0px 10px;
}
.header-container .topbar .tbar-left .htp-phone span{
font-size:17px;
top: 1px;
}
.header-container .topbar .tbar-rgt .login a{
font-size:14px;
}
.header-container .topbar{
min-height: auto;
line-height: 44px;
}
.header-container .logo-nav .mainbar ul li a{
font-size: 15px;
height: 71px;
line-height: 56px;
}
.tsrtopsection {
padding: 40px 0px 40px 0px;
}
.header-container{
min-height:auto;
}
.intrst-notifc {
float: left;
font-size: 17px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 45%;
text-align: right;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 16px;
line-height: 21px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 22px;
margin-bottom: 20px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 50%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 60px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
min-width: 170px;
height: 55px;
font-size: 17px;
line-height: 55px;
}
.cbtol-tbox .cbtbox-cntnt {
padding-left: 50px;
padding-right: 50px;
min-height: auto;
display: table;
max-width: 952px;
width: 100%;
}
.boilrcompars .slectdboilr .sb-cntnt {
padding: 45px 45px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb a.closeme {
right: 2px;
}
.wrapper2 {
max-width: 952px;
padding-left: 0px;
padding-right: 0px;
}
.smlrfw .itm1 .lecr {
width: 96px;
}
.smlrfw .itm1 .recr {
width: calc(100% - 96px);
padding-left: 20px;
}
.smlrfw .itm1 .recr .price em {
font-size: 16px;
line-height: 12px;
}
.smlrfw .itm1 .recr .price {
padding-top: 30px;
}
.smlrfw .itm1 .gur {
top: 10px;
right: 10px;
}
.smlrfw .itm1 .lecr img {
margin-bottom: 6px;
}
.smlrfw .itm1 a {
font-size: 16px;
}
.smlrfw .itm1 .recr .price h2 {
font-size: 35px;
}
.smlrfw .itm1 .gur img {
max-height: 80px;
}
.smlrfw .itm1 .recr .price u {
font-size: 17px;
line-height: 20px;
}
.smlrfw .itm1 .recr .price span {
font-size: 15px;
}
.smlrfw .itm1 {
padding: 35px 15px 15px 15px;
}
.tsr11 .svdhe p {
font-size: 15px;
line-height: 18px;
}
.tsr11 .svdhe h4 {
font-size: 24px;
margin-bottom: 20px;
}
.tsr10 .licm a {
min-width: 210px;
height: 60px;
font-size: 19px;
line-height: 60px;
}
.tsr10 .licm p {
font-size: 16px !important;
line-height: 20px !important;
}
.tsr10 .licm {
width: calc(100% - 300px);
padding: 0 30px;
}
.tsr10 .licm h4 {
font-size: 25px;
margin-bottom: 20px;
}
.tsr10 .lic img {
max-width: 100%;
width: 150px;
}
.tsr10 .lic {
width: 150px;
}
.tsr09 .tright .keyfacts .accordion-container article {
padding-bottom: 15px;
margin-bottom: 15px;
}
.tsr09 .bmtop-box figure figcaption a {
font-size: 17px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 17px;
}
.tsr09 .tright .keyfacts .accordion-container article .accordion-content {
margin-top: 6px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 18px;
}
.tsr09 .tleft h4 {
font-size: 20px;
}
.tsr09 .giveaway {
margin-top: 0px;
margin-bottom: 40px;
}
.tsr09 .giveaway p {
line-height: 35px;
max-width: 387px;
font-size: 18px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns {
padding-bottom: 0px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .bmtbc-brand {
margin-top: 36px;
margin-bottom: 36px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
font-size: 16px;
min-width: 200px;
height: 54px;
line-height: 54px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 200px;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 16px;
line-height: 24px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 24px;
margin-bottom: 15px;
}
.tsr09 .bmodal-top h2 {
font-size: 24px;
margin-top: 0px;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 200px;
line-height: 58px;
height: 58px;
font-size: 18px;
}
.tsr09 .bmtop-box {
padding: 60px 60px;
}
.wrapper {
width: 952px;
}
.footer .wrapper {
width: 952px;
}
.header-container .header-wrap {
width: 952px;
}
.header-container .topbar .tbar-left .htp-phone {
padding: 0px 10px;
font-size: 14px;
}
.header-container .topbar .tbar-rgt {
width: 40%;
}
.header-container .topbar .tbar-left {
width: 60%;
}
.primry-btn {
min-width: 115px;
font-size: 14px;
}
.header-container .logo-nav .logo img {
width: 174px;
}
.header-container .logo-nav .logo a {
height: 39px;
}
.header-container .logo-nav {
height: 80px;
}
.header-container .logo-nav .mainbar ul li {
margin-right: 11px;
}
.header-container .logo-nav .mainbar {
top: 21px;
}
.header-container .headr-btn {
top:12px;
}
.header-container .logo-nav .logo {
padding-top: 19px;
padding-bottom: 12px;
}
.getyourcode .getcode-cntnt p {
line-height: 60px;
font-size: 20px;
}
.getyourcode .getcode-cntnt a {
width: 213px;
height: 55px;
font-size: 19px;
}
.tsrtopsection .leftimg {
width: 54%;
flex-basis: 54%;
}
.row {
justify-content: space-between;
}
.tsr04 .cbrands ul li .item {
padding: 40px 20px 30px;
}
.getyourcode {
padding-bottom: 22px;
min-height: auto;
padding-top: 26px;
}
.partnrs-wrap .pw-inr .prtnr-row {
width: 66%;
top: 35px;
}
.footer .fotr-widget:nth-child(1) {
width: 28%;
}
.footer .contactus {
float: right;
}
.tsrtopsection .righttext p {
font-size: 17px !important;
line-height: 24px !important;
}
.topbrand-row {
padding-left: 0px;
padding-bottom: 35px;
}
.systmboilers .sb-wrap {
width: 952px;
}
.tsr03 .cbox .content h3{
font-size: 26px;
}
.head-para h2 {
font-size: 26px;
margin-bottom: 12px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
width: 100%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
width: 143px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt {
width: 70.3%;;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
width: 98%;
font-size: 14px;
}
.systmboilers .filters-wrap {
padding: 35px 15px 35px 15px;
width: 26%;
}
.systmboilers .sbthumbs-wrap {
width: 71%;
}
.systmboilers .filters-wrap h6 {
font-size: 30px;
}
.systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 18px;
}
.systmboilers .filters-wrap .filtrbox .styled-checkbox + label {
font-size: 17px;
}
.bestprice .bp-contnt .bpc-descrp h3 {
font-size: 30px;
}
.bestprice .bp-contnt .bpc-rgtimg {
margin-right: 60px;
}
.bestprice .bp-contnt .bpc-lftimg {
width: 115px;
}
.bestprice .bp-contnt .bpc-descrp p {
font-size: 17px;
line-height: 28px;
}
}
@media only screen and (min-width:1200px) and (max-width:1370px) {
.kwpop {
top: 45%;
}
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 18px;
}
.lic-2 em {
font-size: 40px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img {
max-width: 25%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h1, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h2, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h4, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h5, .cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h6 {
font-size: 28px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft img {
width: 100%;
max-height: 160px;
height: 160px;
min-height: 160px;
object-fit: cover;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a:last-child {
margin-left: 7px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
width: 158px;
font-size: 15px;
height: 44px;
line-height: 44px;
}
.tsr10 .licm a {
min-width: 230px;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 31px !important;
}
.lic-2 {
height: 200px;
font-size: 80px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
font-size: 16px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close::after{
right: 12px;
top: 4px;
}
.comp-bmenu{
min-height: auto;
}
.comp-bmenu .comp-bmenuwrap{
height: 90px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 430px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 17px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
min-width: 240px;
height: 50px;
font-size: 18px;
line-height: 50px;
position: relative;
top: 15px;
}
.kwpop .kwpop-top h2 {
font-size: 22px;
}
.kwpop .systmboilers{
padding-top: 25px;
}
.kwpop .kwpop-top {
padding: 50px 90px;
padding-bottom: 0px;
}
.btnform {
min-width: 145px;
height: 50px;
font-size: 17px;
line-height: 50px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 17px;
line-height: 24px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3 {
font-size: 26px;
margin-bottom: 20px;
}
.intrst-notifc {
float: left;
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .head-para .hidefiltr {
font-size: 18px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 55px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 50%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 46%;
margin-top: 20px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu li a {
min-width: 178px;
height: 48px;
font-size: 18px;
line-height: 48px;
}
.cbtol-tbox .cbtbox-cntnt {
padding-left: 70px;
padding-right: 70px;
display: table;
min-height: auto;
width: 1170px;
}
.wrapper2 {
max-width: 1200px;
}
.tsr10 .licm {
padding: 0 25px;
width: calc(100% - 400px);
}
.tsr10 .licm p {
font-size: 17px !important;
line-height: 24px !important;
}
.tsr10 .licm h4 {
font-size: 32px;
}
.tsr10 .lic {
width: 200px;
}
.systmboilers .sb-wrap {
width: 1200px;
}
.systmboilers .filters-wrap {
padding: 15px;
width: 18%;
}
.systmboilers .sbthumbs-wrap {
width: 80%;
}
.systmboilers .filters-wrap h6 {
font-size: 32px;
}
.systmboilers .filters-wrap .filtrbox .styled-checkbox + label{
font-size: 15px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 20px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
font-size: 14px;
width: 30px;
height: 31px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
font-size: 18px;
}
.head-para h2 {
font-size: 26px;
}
.systmboilers .sbthumbs-wrap .head-para p {
font-size: 16px;
}
.systmboilers .filters-wrap h6 {
font-size: 28px;
}
.systmboilers .filters-wrap h6::after {
top: 0;
}
.systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box {
padding: 15px;
border: 13px solid #ebe6d9;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft{
width: 21%;
margin-right: 3%;
height: auto;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt{
width: 76%;
padding-top: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns{
width: 100%;
display: flex;
}
.tsrtopsection .righttext p {
font-size: 18px !important;
line-height: 24px !important;
}
.boilrcompars .slectdboilr .sb-cntnt h3 {
font-size: 25px;
}
.boilrcompars .slectdboilr .sb-cntnt .sbthumb span {
font-size: 18px;
}
.tsrtopsection {
padding: 50px 0;
}
.tsr03 .cbox .content h3, .tsr03 .cbox .content h1, .tsr03 .cbox .content h2, .tsr03 .cbox .content h4, .tsr03 .cbox .content h5, .tsr03 .cbox .content h6 {
font-size: 27px !important;
}
.tsr03 .cbox .content p {
font-size: 17px !important;
}
.tsr04 .head-para p {
font-size: 17px;
}
.tsr04 .cbrands {
margin-top: 0;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 21px;
}
.tsr04 .cbrands ul li .item p {
font-size: 18px;
}
.tsr04 .cbrands ul li .item a {
width: 180px;
font-size: 16px;
}
.boilrcompars .slectdboilr .sb-cntnt .addanotherboiler a.addboilrbtn {
width: 240px;
height: 54px;
line-height: 54px;
font-size: 18px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box .bccwi-blft h4 {
font-size: 26px;
}
.boilrcompars .bccntnt-wrap .bccw-inr .bccwi-box2 p {
font-size: 16px;
}
.boilrcompars .features-wrap .fw-iner .fwhead h3 {
font-size: 28px;
}
.boilrcompars .features-wrap .fw-iner .fwmaincontnt .fwmc-grey p{
font-size: 16px;
}
.tsr05 h3 {
font-size: 26px;
}
.tsr05 .cse ul li .item p {
font-size: 17px !important;
}
.tsr05 .cse ul li .item h1, .tsr05 .cse ul li .item h2, .tsr05 .cse ul li .item h3, .tsr05 .cse ul li .item h4, .tsr05 .cse ul li .item h5, .tsr05 .cse ul li .item h6 {
font-size: 21px !important;
}
.tsr05 .cse ul li .item img {
margin-bottom: 25px;
}
.head-para p {
font-size: 18px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 19px;
}
.faqs-wrap .accordion-content {
margin-top: 15px;
}
.tsr09 .bmodal-top h2 {
font-size: 28px;
margin-top: 10px;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 200px;
font-size: 18px;
height: 56px;
line-height: 56px;
}
.tsr09 .bmodal-top .twobtns li:last-child a {
min-width: 230px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 26px;
}
.tsr09 .bmtop-box .bmtopb-cntnt p {
font-size: 17px !important;
line-height: 26px !important;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
min-width: 230px;
height: 56px;
line-height: 56px;
font-size: 19px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 230px;
}
.tsr09 .bmtop-box figure figcaption a {
font-size: 17px;
}
.tsr09 .bmtop-box figure figcaption {
margin-top: 10px;
}
.tsr09 .bmtop-box figure {
width: 22%;
}
.tsr09 .giveaway p {
font-size: 21px;
line-height: 32px;
}
.tsr09 .tleft h4 {
font-size: 23px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 20px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 18px;
}
}
@media only screen and (min-width:1371px) and (max-width:1505px) {
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a{
font-size: 14px !important;
padding: 4px !important;
}
}
@media only screen and (min-width:1371px) and (max-width:1620px) {
.tsr10 .lic {
width: 260px;
}
.lic-2 em {
font-size: 45px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box .cbmbox-close::after{
right: 12px;
top: 4px;
}
.comp-bmenu{
min-height: auto;
}
.comp-bmenu .comp-bmenuwrap{
height: 90px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore {
width: 430px;
}
.comp-bmenu .comp-bmenuwrap .cbm-box p {
font-size: 18px;
}
.comp-bmenu .comp-bmenuwrap .cmbox-addmore a {
min-width: 240px;
height: 60px;
font-size: 17px;
line-height: 60px;
position: relative;
top: 10px;
}
.kwpop .kwpop-top h2 {
font-size: 27px;
}
.kwpop .systmboilers{
padding-top: 25px;
}
.kwpop .kwpop-top {
padding: 50px 90px;
padding-bottom: 0px;
}
.btnform {
min-width: 145px;
height: 50px;
font-size: 17px;
line-height: 50px;
}
.tsr10 .licm {
width: calc(100% - 520px);
padding: 0 35px;
}
.tsr10 .licm h4 {
font-size: 33px;
margin-bottom: 25px;
}
.tsr10 .licm p {
font-size: 20px !important;
line-height: 27px !important;
}
.lic-2 {
font-size: 110px;
height: 260px;
}
.wrapper2 {
max-width: 1371px;
}
}
@media only screen and (min-width:1371px) and (max-width:1779px) {
.tsr09 .tright .keyfacts .accordion-container article ul li {
font-size: 19px;
}
.tsr10 .licm a {
min-width: 240px;
}
.tsrtopsection .righttext h2, .tsrtopsection .righttext h1, .tsrtopsection .righttext h3, .tsrtopsection .righttext h4, .tsrtopsection .righttext h5, .tsrtopsection .righttext h6 {
font-size: 35px !important;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt h4 {
font-size: 21px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt p{
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions span {
font-size: 17px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul li {
width: 38px;
font-size: 17px;
}
.systmboilers .filters-wrap h6 {
font-size: 33px;
}
.systmboilers .filters-wrap .filtrbox .fbox-title {
font-size: 18px;
}
.systmboilers .filters-wrap .filtrbox .styled-checkbox + label {
font-size: 17px;
}
.tsr09 .tleft h4 {
font-size: 24px;
}
.tsr09 .tright .keyfacts .accordion-container article p {
font-size: 19px;
}
.tsr09 .bmodal-top h2 {
font-size: 34px;
}
.tsr09 .tright .keyfacts .accordion-container article h4 {
font-size: 21px;
}
.tsr09 .bmtop-box .bmtopb-cntnt h3 {
font-size: 29px !important;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li a {
font-size: 20px;
min-width: 240px;
height: 58px;
line-height: 58px;
}
.tsr09 .bmtop-box .bmtopb-cntnt .twobtns li:last-child a {
min-width: 240px;
}
.tsr09 .bmodal-top .twobtns li a {
min-width: 280px;
font-size: 20px;
}
.faqs-wrap .accordion-container .article-title {
font-size: 21px;
}
.head-para p {
font-size: 19px;
}
.tsr03 .cbox .content h3 {
font-size: 27px;
}
.bestprice .bp-contnt .bpc-descrp p {
font-size: 18px;
line-height: 28px;
}
.tsrtopsection .righttext p {
font-size: 20px !important;
line-height: 30px !important;
}
.tsr05 h3 {
font-size: 27px;
}
.tsr05 .cse ul li .item p {
font-size: 19px;
}
.head-para h2 {
font-size: 35px;
}
.tsr04 .cbrands ul li .item p {
font-size: 18px;
}
.tsr04 .cbrands ul li .item h5 {
font-size: 22px;
}
.partnrs-wrap .pw-inr span {
font-size: 36px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3{
margin-bottom: 30px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-menu {
padding-bottom: 60px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft p {
font-size: 19px;
line-height: 25px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft h3{
font-size: 30px;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-drgt {
width: 40%;
}
.cbtol-tbox .cbtbox-cntnt .cbtbc-dtails .cbtbc-dlft {
width: 57%;
}
.cbtol-tbox .cbtbox-cntnt {
padding-left: 50px;
padding-right: 50px;
display: table;
min-height: auto;
width: 96%;
}
.systmboilers .filters-wrap {
padding:20px;
width:18%;
}
.systmboilers .sbthumbs-wrap {
width: 80%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-lft {
margin-right: 10px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt{
width: 73%;
}
.systmboilers .sb-wrap {
width: 96%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .kwoptions ul{
padding-left: 0px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
width: 48%;
height: 50px;
line-height: 37px;
padding: 5px;
font-size: 16px;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img {
position: absolute;
right: -10px;
top: -8px;
}
}
@media only screen and (min-width:1506px) and (max-width:1550px) {
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns a {
font-size:15px !important;
}
}
@media only screen and (min-width:1583px) and (max-width:1779px) {
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt .botm-btns {
width:100%;
}
.systmboilers .sbthumbs-wrap .sthmb-box .stbox-rgt img{
right: 0px;
top: 0px;
}
}
@media only screen and (min-width:1780px) and (max-width:1920px) {
.systmboilers .sb-wrap {
width: 98%;
}
.systmboilers .sbthumbs-wrap {
width: 77%;
}
} | 0.285173 | 0.074467 |
@charset "UTF-8";
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
font-family: 'Nunito', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-align: left;
color: #fff;
background-color: #6c7d71;
}
[tabindex='-1']:focus {
outline: 0 !important;
}
hr {
overflow: visible;
box-sizing: content-box;
height: 0;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ol, ul, dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
margin-bottom: 0;
}
dt {
font-weight: 600;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b, strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
text-decoration: none;
color: #ad59ff ;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
text-decoration: none;
color: #ad59ff;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre, code, kbd, samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
font-size: 1em;
}
pre {
overflow: auto;
margin-top: 0;
margin-bottom: 1rem;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 1rem;
padding-bottom: 1rem;
caption-side: bottom;
text-align: left;
color: #938ba7;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
button, input {
overflow: visible;
}
button, select {
text-transform: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 600;
line-height: 1.5;
margin-bottom: .5rem;
}
h1, .h1 {
font-size: 1.625rem;
}
h2, .h2 {
font-size: 1.25rem;
}
h3, .h3 {
font-size: 1.0625rem;
}
h4, .h4 {
font-size: .9375rem;
}
h5, .h5 {
font-size: .8125rem;
}
h6, .h6 {
font-size: .625rem;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: .5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
max-width: 100%;
height: auto;
padding: .25rem;
border: 1px solid #2d2a53;
border-radius: .375rem;
background-color: #2d2a53;
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.figure {
display: inline-block;
}
.figure-img {
line-height: 1;
margin-bottom: .5rem;
}
.figure-caption {
font-size: 90%;
color: #938ba7;
}
pre {
font-size: 87.5%;
display: block;
color: #212529;
}
pre code {
font-size: inherit;
word-break: normal;
color: inherit;
}
.pre-scrollable {
overflow-y: scroll;
max-height: 340px;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
.fixedheader {
position:fixed!important;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10;
}
.fixedheader.visible-title {
top: 0;
}
.fixedheader.visible-title.horizontal-main{
box-shadow: 0 8px 20px 0 rgba(255,255,255,0.07) !important;
}
/*--Card---*/
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
border-radius: .375rem;
background-color:#63736e;
background-clip: border-box;
margin-bottom: 30px;
border: 1px solid rgba(255,255,255,0.1);
color: #FFFFFF;
}
.card-draggable-placeholder {
border: 2px dashed rgba(67, 89, 102, 0.5);
margin-bottom: 16px;
background-color: rgba(67, 89, 102, 0.08);
}
.card>hr {
margin-right: 0;
margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .375rem;
border-top-right-radius: .375rem;
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .375rem;
border-bottom-left-radius: .375rem;
}
.card-body {
padding: 1.875rem;
flex: 1 1 auto;
}
.card-title {
margin-bottom: 1.25rem;
}
.card-subtitle {
margin-top: -.625rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link+.card-link {
margin-left: 1.5rem;
}
.card-header {
margin-bottom: 0;
padding: 1.25rem 1.5rem;
border-bottom:1px solid rgba(255,255,255,0.1);
background: transparent;
}
.border-bottom-white{
border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
}
.card-header h6{
font-weight:800;
}
.card-header h2{
font-weight:400;
}
.card-header:first-child {
border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 1.25rem 1.5rem;
border-top: 1px solid rgba(255,255,255,0.1);
background-color: #24214c;
}
.card-footer:last-child {
border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}
.card-header-tabs {
margin-right: -.75rem;
margin-bottom: -1.25rem;
margin-left: -.75rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -.75rem;
margin-left: -.75rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(.375rem - 1px);
}
.card-img-absolute {
position: absolute;
top: 0;
right: -1px;
height: 100%;
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.375rem - 1px);
border-top-right-radius: calc(.375rem - 1px);
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.375rem - 1px);
border-bottom-left-radius: calc(.375rem - 1px);
}
.card-deck {
display: flex;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
margin-right: -15px;
margin-left: -15px;
flex-flow: row wrap;
}
.card-deck .card {
display: flex;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
flex: 1 0;
}
}
.card-group {
display: flex;
flex-direction: column;
}
.card-group>.card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
flex-flow: row wrap;
}
.card-group>.card {
margin-bottom: 0;
flex: 1 0;
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0;
}
.card-group>.card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group>.card:first-child .card-img-top, .card-group>.card:first-child .card-header {
border-top-right-radius: 0;
}
.card-group>.card:first-child .card-img-bottom, .card-group>.card:first-child .card-footer {
border-bottom-right-radius: 0;
}
.card-group>.card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group>.card:last-child .card-img-top, .card-group>.card:last-child .card-header {
border-top-left-radius: 0;
}
.card-group>.card:last-child .card-img-bottom, .card-group>.card:last-child .card-footer {
border-bottom-left-radius: 0;
}
.card-group>.card:only-child {
border-radius: .375rem;
}
.card-group>.card:only-child .card-img-top, .card-group>.card:only-child .card-header {
border-top-left-radius: .375rem;
border-top-right-radius: .375rem;
}
.card-group>.card:only-child .card-img-bottom, .card-group>.card:only-child .card-footer {
border-bottom-right-radius: .375rem;
border-bottom-left-radius: .375rem;
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0;
}
}
.card-columns .card {
margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
/*--Tables---*/
.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th, .table td {
padding: 1rem;
vertical-align: top;
border-top: 1px solid rgba(255,255,255,0.1);
}
.table.table-success td, .table.table-danger td, .table.table-info td, .table.table-primary td{
border-top: 1px solid rgba(255,255,255,0.1);
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid rgba(255,255,255,0.1);
}
.table tbody+tbody {
border-top: 2px solid rgba(255,255,255,0.1);
}
.table .table {
background-color: #f8f9fe;
}
.table-sm th, .table-sm td {
padding: .5rem;
}
.table-bordered {
border: 1px solid rgba(255,255,255,0.1);
}
.table-bordered th, .table-bordered td {
border: 1px solid rgba(255,255,255,0.1);
}
.table-bordered thead th, .table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(255,255,255,0.1);
}
.table-hover tbody tr:hover {
background-color: #f6f9fc;
}
.table-primary, .table-primary>th, .table-primary>td {
background-color: #ad59ff !important;
color: rgba(255,255,255);
}
.table-hover .table-primary:hover {
background-color: #bcc5f3;
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
background-color: #bcc5f3;
}
.table-secondary, .table-secondary>th, .table-secondary>td {
background-color: #fdfefe;
}
.table-hover .table-secondary:hover {
background-color: #ecf6f6;
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
background-color: #ecf6f6;
}
.table-success, .table-success>th, .table-success>td {
background-color: #02cbb3 !important;
color: rgba(255,255,255);
}
.table-hover .table-success:hover {
background-color: #afecd2;
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
background-color: #afecd2;
}
.table-info, .table-info>th, .table-info>td {
background-color: #00b3ff !important;
color: rgba(255,255,255);
}
.table-hover .table-info:hover {
background-color: #a4ecfa;
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
background-color: #a4ecfa;
}
.table-warning, .table-warning>th, .table-warning>td {
background-color: #fed3ca;
color: rgba(255,255,255);
}
.table-hover .table-warning:hover {
background-color: #febeb1;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
background-color: #febeb1;
}
.table-danger, .table-danger>th, .table-danger>td {
background-color: #ec0c38 !important;
color: rgba(255,255,255);
}
.table-hover .table-danger:hover {
background-color: #fbafbd;
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
background-color: #fbafbd;
}
.table-light, .table-light>th, .table-light>td {
background-color: #e8eaed;
}
.table-hover .table-light:hover {
background-color: #dadde2;
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
background-color: #dadde2;
}
.table-dark, .table-dark>th, .table-dark>td {
background-color: #c1c2c3;
}
.table-hover .table-dark:hover {
background-color: #b4b5b6;
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
background-color: #b4b5b6;
}
.table-default, .table-default>th, .table-default>td {
background-color: #bec4cd;
}
.table-hover .table-default:hover {
background-color: #b0b7c2;
}
.table-hover .table-default:hover>td, .table-hover .table-default:hover>th {
background-color: #b0b7c2;
}
.table-white, .table-white>th, .table-white>td {
background-color: white;
}
.table-hover .table-white:hover {
background-color: rgba(255,255,255,0.1);
}
.table-hover .table-white:hover>td, .table-hover .table-white:hover>th {
background-color: rgba(255,255,255,0.1);
}
.table-neutral, .table-neutral>th, .table-neutral>td {
background-color: white;
}
.table-hover .table-neutral:hover {
background-color: rgba(255,255,255,0.1);
}
.table-hover .table-neutral:hover>td, .table-hover .table-neutral:hover>th {
background-color: rgba(255,255,255,0.1);
}
.table-darker, .table-darker>th, .table-darker>td {
background-color: #b8b8b8;
}
.table-hover .table-darker:hover {
background-color: #ababab;
}
.table-hover .table-darker:hover>td, .table-hover .table-darker:hover>th {
background-color: #ababab;
}
.table-active, .table-active>th, .table-active>td {
background-color: #f6f9fc;
}
.table-hover .table-active:hover {
background-color: #e3ecf6;
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
background-color: #e3ecf6;
}
.table .thead-dark th {
color: #f8f9fe;
border-color: rgba(255,255,255,0.1);
background-color: #172b4d;
}
.table .thead-light th {
color: #938ba7;
border-color:rgba(0,0,0,0.02);
background-color: #f6f9fc;
}
.table-dark {
color: #f8f9fe;
background-color: rgba(0,0,0,0.8);
}
.table-dark th, .table-dark td, .table-dark thead th {
border-color: rgba(255,255,255,0.2);
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm>.table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md>.table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg>.table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl>.table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered {
border: 0;
}
@media (max-width:768px){
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
justify-content:center !important;
margin-top: 13px !important;
}
}
@media (max-width:560px){
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
justify-content:end !important;
margin-top: 13px !important;
}
}
/*--Buttons---*/
.btn {
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
display: inline-block;
padding: .625rem 1.25rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid transparent;
border-radius: .375rem;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover, .btn:focus {
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.btn.disabled, .btn:disabled {
opacity: .65;
box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), none;
}
a.btn.disabled, fieldset:disabled a.btn {
pointer-events: none;
}
.btn.btn-app {
position: relative;
padding: 15px 5px;
margin: 10px 10px;
min-width: 80px;
height: 60px;
box-shadow: none;
text-align: center;
color: #fff !important;
border: 1px solid rgba(173, 89, 255,0.1);
background-color:#ad59ff;
font-size: 12px;
}
.btn.btn-app>.fas{
display:block;
}
.btn.btn-app>.badge {
position: absolute;
top: -3px;
right: -10px;
font-size: 10px;
font-weight: 400;
}
.btn-primary {
color: #fff;
border-color: #ad59ff ;
background-color: #ad59ff ;
box-shadow: 0 4px 6px rgba(55, 130, 146, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-primary:hover {
color: #fff;
border-color:#a34bf9 ;
background-color: #a34bf9 ;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
border-color: #a34bf9 ;
background-color:#a34bf9 ;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
color: #fff;
border-color: #a34bf9;
background-color: #a34bf9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(0, 195, 237, .5);
}
.btn-secondary {
color: #fff;
border-color: #7052f3;
background-color: #7052f3;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-secondary:hover {
color: #fff;
border-color: #7052f3;
background-color: #603ef3;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
border-color: #7052f3;
background-color: #603ef3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
color: #fff;
border-color: #7052f3;
background-color: #603ef3;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-success {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-success:hover {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
color: #fff;
border-color: #00d9bf;
background-color: #02cbb3;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-info {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-info:hover {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-warning {
color: #fff;
border-color: #f94920;
background-color: #f94920;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-warning:hover {
color: #fff;
border-color: #f94920;
background-color: #f94920;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #fff;
border-color: #f94920;
background-color: #f94920;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
color: #fff;
border-color: #f94920;
background-color: #fa3a0e;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-danger {
color: #fff;
border-color: #d62649;
background-color: #d62649;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-danger:hover {
color: #fff;
border-color: #d62649;
background-color: #d62649;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
border-color: #d62649;
background-color: #d62649;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
color: #fff;
border-color: #d62649;
background-color: #ec0c38;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-light {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-light:hover {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-light.disabled, .btn-light:disabled {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
color: #fff;
border-color: #aba8b9;
background-color: #919ca6;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-dark {
color: #fff;
border-color: #212529;
background-color: #212529;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-dark:hover {
color: #fff;
border-color: #212529;
background-color: #212529;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
border-color: #212529;
background-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
color: #fff;
border-color: #212529;
background-color: #0a0c0d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-default {
color: #fff;
border-color: rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.1);
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-default:hover {
color: #fff;
border-color: rgba(255,255,255,0.2);
background-color: rgba(255,255,255,0.2);
}
.btn-default:focus, .btn-default.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-default.disabled, .btn-default:disabled {
color: #444079;
border-color: rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.1);
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
color: #fff;
border-color: rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.1);
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show>.btn-default.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-white {
color: #212529;
border-color: #fff;
background-color: #fff;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-white:hover {
color: #212529;
border-color: white;
background-color: white;
}
.btn-white:focus, .btn-white.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-white.disabled, .btn-white:disabled {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
color: #212529;
border-color: white;
background-color: #e6e6e6;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-neutral {
color: #212529;
border-color: #fff;
background-color: #fff;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-neutral:hover {
color: #212529;
border-color: white;
background-color: white;
}
.btn-neutral:focus, .btn-neutral.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-neutral.disabled, .btn-neutral:disabled {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .show>.btn-neutral.dropdown-toggle {
color: #212529;
border-color: white;
background-color: #e6e6e6;
}
.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .show>.btn-neutral.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-darker {
color: #fff;
border-color: black;
background-color: black;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-darker:hover {
color: #fff;
border-color: black;
background-color: black;
}
.btn-darker:focus, .btn-darker.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-darker.disabled, .btn-darker:disabled {
color: #fff;
border-color: black;
background-color: black;
}
.btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active, .show>.btn-darker.dropdown-toggle {
color: #fff;
border-color: black;
background-color: black;
}
.btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus, .show>.btn-darker.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-outline-primary {
color: #ad59ff ;
border-color: #ad59ff ;
background-color: transparent;
background-image: none;
}
.btn-outline-primary:hover {
color: #fff;
border-color: #ad59ff ;
background-color: #ad59ff ;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #ad59ff ;
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;
border-color: #ad59ff ;
background-color: #ad59ff ;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-secondary {
color: #91a5b3;
border-color: #91a5b3;
background-color: transparent;
background-image: none;
}
.btn-outline-secondary:hover {
color: #fff;
border-color: #91a5b3;
background-color: #91a5b3;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #f7fafc;
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;
border-color: #91a5b3;
background-color: #91a5b3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-outline-success {
color: #00d9bf;
border-color: #00d9bf;
background-color: transparent;
background-image: none;
}
.btn-outline-success:hover {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #00d9bf;
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;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-outline-info {
color: #00b3ff;
border-color: #00b3ff;
background-color: transparent;
background-image: none;
}
.btn-outline-info:hover {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #00b3ff;
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;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-outline-warning {
color: #f94920;
border-color: #f94920;
background-color: transparent;
background-image: none;
}
.btn-outline-warning:hover {
color: #fff;
border-color: #f94920;
background-color: #f94920;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #f94920;
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;
border-color: #f94920;
background-color: #f94920;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-danger {
color: #d62649;
border-color: #d62649;
background-color: transparent;
background-image: none;
}
.btn-outline-danger:hover {
color: #fff;
border-color: #d62649;
background-color: #d62649;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #d62649;
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;
border-color: #d62649;
background-color: #d62649;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-yellow {
color: #ffa21d;
border-color: #ffa21d;
background-color: transparent;
background-image: none;
}
.btn-outline-yellow:hover {
color: #fff;
border-color: #ffa21d;
background-color: #ffa21d;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
color: #ffa21d;
background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show>.btn-outline-yellow.dropdown-toggle {
color: #fff;
border-color: #ffa21d;
background-color: #ffa21d;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-outline-light {
color: #aba8b9;
border-color: #aba8b9;
background-color: transparent;
background-image: none;
}
.btn-outline-light:hover {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #aba8b9;
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;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
background-color: transparent;
background-image: none;
}
.btn-outline-dark:hover {
color: #fff;
border-color: #212529;
background-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #212529;
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;
border-color: #212529;
background-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-outline-default {
color: #bfbebe;
border-color: rgba(255,255,255,0.1);
background-color: transparent;
background-image: none;
}
.btn-outline-default:hover {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-outline-default:focus, .btn-outline-default.focus {
box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
color: #172b4d;
background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show>.btn-outline-default.dropdown-toggle {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-default.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-outline-white {
color: #fff;
border-color: #fff;
background-color: transparent;
background-image: none;
}
.btn-outline-white:hover {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
color: #fff;
background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-neutral {
color: #fff;
border-color: #fff;
background-color: transparent;
background-image: none;
}
.btn-outline-neutral:hover {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-neutral:focus, .btn-outline-neutral.focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
color: #fff;
background-color: transparent;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active, .show>.btn-outline-neutral.dropdown-toggle {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-neutral.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-darker {
color: black;
border-color: black;
background-color: transparent;
background-image: none;
}
.btn-outline-darker:hover {
color: #fff;
border-color: black;
background-color: black;
}
.btn-outline-darker:focus, .btn-outline-darker.focus {
box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
color: black;
background-color: transparent;
}
.btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show>.btn-outline-darker.dropdown-toggle {
color: #fff;
border-color: black;
background-color: black;
}
.btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-darker.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-link {
font-weight: 400;
color: #ad59ff ;
background-color: transparent;
}
.btn-link:hover {
text-decoration: none;
color: #233dd2;
border-color: transparent;
background-color: transparent;
}
.btn-link:focus, .btn-link.focus {
text-decoration: none;
border-color: transparent;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
pointer-events: none;
color: #938ba7;
}
.btn-lg, .btn-group-lg>.btn {
font-size: 1.25rem;
line-height: 1.5;
padding: .875rem 1rem;
border-radius: .4375rem;
}
.btn-sm, .btn-group-sm>.btn {
font-size: .875rem;
line-height: 1.5;
padding: .25rem .5rem;
border-radius: .375rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block+.btn-block {
margin-top: .5rem;
}
/*--Social Buttons--*/
.btn {
position: relative;
transition: all .15s ease;
letter-spacing: .025em;
text-transform: none;
will-change: transform;
}
.btn:hover {
transform: translateY(-1px);
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.btn:not(:last-child) {
margin-right: .5rem;
}
.btn i:not(:first-child), .btn svg:not(:first-child) {
margin-left: .5rem;
}
.btn i:not(:last-child), .btn svg:not(:last-child) {
margin-right: .5rem;
}
.btn-group .btn, .input-group .btn {
margin-right: 0;
transform: translateY(0);
}
.btn-sm, .btn-group-sm>.btn {
font-size: .75rem;
}
.btn-lg, .btn-group-lg>.btn {
font-size: .875rem;
}
.btn-pill {
border-radius: 10rem;
padding-left: 1.5em;
padding-right: 1.5em;
}
.btn-square {
border-radius: 0;
}
.fa, .fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
[class*='btn-outline-'] {
border-width: 1px;
}
.btn-outline-secondary {
color: #4385b1;
}
.btn-inner--icon i:not(.fa) {
position: relative;
top: 2px;
}
.btn-link {
font-weight: 600;
box-shadow: none;
}
.btn-link:hover {
transform: none;
box-shadow: none;
}
.btn-neutral {
color: #ad59ff ;
}
.btn-icon .btn-inner--icon img {
width: 20px;
}
.btn-icon .btn-inner--text:not(:first-child) {
margin-left: .75em;
}
.btn-icon .btn-inner--text:not(:last-child) {
margin-right: .75em;
}
.btn-icon-only {
width: 2.375rem;
height: 2.375rem;
padding: 0;
}
a.btn-icon-only {
line-height: 2.5;
}
.btn-icon-only.btn-sm, .btn-group-sm>.btn-icon-only.btn {
width: 2rem;
height: 2rem;
}
.btn-icon-clipboard {
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.25;
display: inline-block;
width: 100%;
margin: 0;
margin: 1rem 0;
padding: 1.5rem;
cursor: pointer;
text-align: left;
vertical-align: middle;
text-decoration: none;
color: #fff;
background-color: #2d2a53;
border: 1px solid rgba(255,255,255,0.1);
border-radius: .375rem;
}
.btn-icon-clipboard:hover {
background-color: #2d2a53;
box-shadow: rgba(72, 56, 140, .1) 0 0 0 1px, rgba(72, 56, 140, .1) 0 4px 16px;
}
.btn-icon-clipboard>div {
display: flex;
align-items: center;
}
.btn-icon-clipboard i {
font-size: 1.5rem;
box-sizing: content-box;
vertical-align: middle;
color: #ad59ff ;
}
.btn-icon-clipboard span {
font-size: .875rem;
line-height: 1.5;
display: inline-block;
overflow: hidden;
margin-left: 16px;
vertical-align: middle;
white-space: nowrap;
text-overflow: ellipsis;
}
.btn-facebook {
color: #fff;
border-color: #3b5999;
background-color: #3b5999;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-facebook:hover {
color: #fff;
border-color: #3b5999;
background-color: #3b5999;
}
.btn-facebook:focus, .btn-facebook.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(59, 89, 153, .5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
color: #fff;
border-color: #3b5999;
background-color: #3b5999;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show>.btn-facebook.dropdown-toggle {
color: #fff;
border-color: #3b5999;
background-color: #2d4474;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show>.btn-facebook.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5);
}
.btn-twitter {
color: #fff;
border-color: #1da1f2;
background-color: #1da1f2;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-twitter:hover {
color: #fff;
border-color: #1da1f2;
background-color: #1da1f2;
}
.btn-twitter:focus, .btn-twitter.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(29, 161, 242, .5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
color: #fff;
border-color: #1da1f2;
background-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show>.btn-twitter.dropdown-toggle {
color: #fff;
border-color: #1da1f2;
background-color: #0c85d0;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show>.btn-twitter.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5);
}
.btn-google-plus {
color: #fff;
border-color: #dd4b39;
background-color: #dd4b39;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-google-plus:hover {
color: #fff;
border-color: #dd4b39;
background-color: #dd4b39;
}
.btn-google-plus:focus, .btn-google-plus.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(221, 75, 57, .5);
}
.btn-google-plus.disabled, .btn-google-plus:disabled {
color: #fff;
border-color: #dd4b39;
background-color: #dd4b39;
}
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active, .show>.btn-google-plus.dropdown-toggle {
color: #fff;
border-color: #dd4b39;
background-color: #c23321;
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus, .show>.btn-google-plus.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5);
}
.btn-instagram {
color: #fff;
border-color: #e4405f;
background-color: #e4405f;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-instagram:hover {
color: #fff;
border-color: #e4405f;
background-color: #e4405f;
}
.btn-instagram:focus, .btn-instagram.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(228, 64, 95, .5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
color: #fff;
border-color: #e4405f;
background-color: #e4405f;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show>.btn-instagram.dropdown-toggle {
color: #fff;
border-color: #e4405f;
background-color: #d31e40;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show>.btn-instagram.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5);
}
.btn-pinterest {
color: #fff;
border-color: #bd081c;
background-color: #bd081c;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-pinterest:hover {
color: #fff;
border-color: #bd081c;
background-color: #bd081c;
}
.btn-pinterest:focus, .btn-pinterest.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(189, 8, 28, .5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
color: #fff;
border-color: #bd081c;
background-color: #bd081c;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show>.btn-pinterest.dropdown-toggle {
color: #fff;
border-color: #bd081c;
background-color: #8c0615;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show>.btn-pinterest.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5);
}
.btn-youtube {
color: #fff;
border-color: #cd201f;
background-color: #cd201f;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-youtube:hover {
color: #fff;
border-color: #cd201f;
background-color: #cd201f;
}
.btn-youtube:focus, .btn-youtube.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(205, 32, 31, .5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
color: #fff;
border-color: #cd201f;
background-color: #cd201f;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show>.btn-youtube.dropdown-toggle {
color: #fff;
border-color: #cd201f;
background-color: #a11918;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show>.btn-youtube.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5);
}
.btn-slack {
color: #fff;
border-color: #3aaf85;
background-color: #3aaf85;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-slack:hover {
color: #fff;
border-color: #3aaf85;
background-color: #3aaf85;
}
.btn-slack:focus, .btn-slack.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(58, 175, 133, .5);
}
.btn-slack.disabled, .btn-slack:disabled {
color: #fff;
border-color: #3aaf85;
background-color: #3aaf85;
}
.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active, .show>.btn-slack.dropdown-toggle {
color: #fff;
border-color: #3aaf85;
background-color: #2d8968;
}
.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus, .show>.btn-slack.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5);
}
.btn-dribbble {
color: #fff;
border-color: #ea4c89;
background-color: #ea4c89;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-dribbble:hover {
color: #fff;
border-color: #ea4c89;
background-color: #ea4c89;
}
.btn-dribbble:focus, .btn-dribbble.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(234, 76, 137, .5);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
color: #fff;
border-color: #ea4c89;
background-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show>.btn-dribbble.dropdown-toggle {
color: #fff;
border-color: #ea4c89;
background-color: #e51e6b;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show>.btn-dribbble.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5);
}
.btn-github {
color: #fff;
border-color: #222;
background-color: #222;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-github:hover {
color: #fff;
border-color: #222;
background-color: #222;
}
.btn-github:focus, .btn-github.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(34, 34, 34, .5);
}
.btn-github.disabled, .btn-github:disabled {
color: #fff;
border-color: #222;
background-color: #222;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show>.btn-github.dropdown-toggle {
color: #fff;
border-color: #222;
background-color: #090909;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show>.btn-github.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(34, 34, 34, .5);
}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
width: 100%;
}
.fade {
transition: opacity .15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
overflow: hidden;
height: 0;
transition: height .35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
/*--- Charts Style---*/
.chart {
position: relative;
height: 350px;
}
.chart-sm {
height: 230px;
}
.chart-legend {
font-size: .875rem;
display: flex;
margin-top: 2.5rem;
text-align: center;
color: #938ba7;
justify-content: center;
}
.chart-legend-item {
display: inline-flex;
align-items: center;
}
.chart-legend-item+.chart-legend-item {
margin-left: 1rem;
}
.chart-legend-indicator {
display: inline-block;
width: .5rem;
height: .5rem;
margin-right: .375rem;
border-radius: 50%;
}
#chart-tooltip {
z-index: 0;
}
#chart-tooltip .arrow {
top: 100%;
left: 50%;
transform: translateX(-50%) translateX(-.5rem);
}
.chart-info-overlay {
position: absolute;
z-index: 1;
top: 0;
left: 5%;
max-width: 350px;
padding: 20px;
}
.close {
transition: all .15s ease;
}
.close>span:not(.sr-only) {
font-size: 1.25rem;
line-height: 17px;
display: block;
width: 1.25rem;
height: 1.25rem;
transition: all .15s ease;
color: rgba(255, 255, 255, .6);
border-radius: 50%;
background-color: transparent;
}
.close:hover, .close:focus {
color: rgba(0, 0, 0, .9);
outline: none;
background-color: transparent;
}
.close:hover span:not(.sr-only), .close:focus span:not(.sr-only) {
background-color: transparent;
}
.main-content {
position: relative;
}
.main-content .navbar-top {
z-index: 1;
top: 0;
left: 0;
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
background-color: #24214c;
border-bottom:1px solid rgba(255,255,255,0.08);
}
@media (min-width: 768px) {
.main-content .container-fluid {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
.has-success, .has-danger {
position: relative;
}
.has-success:after, .has-danger:after {
font-family: 'NucleoIcons';
font-size: 9px;
line-height: 19px;
position: absolute;
top: 2px;
right: 15px;
display: inline-block;
width: 19px;
height: 19px;
transform: translateY(50%);
text-align: center;
opacity: 1;
border-radius: 50%;
}
.has-success:after {
content: '\ea26';
color: #fff;
background-color: #69deac;
}
.has-success .form-control {
background-color: #2d2a53;
}
.has-success .form-control:focus {
border-color: rgba(103, 53, 145, .25);
}
.has-success .form-control:-ms-input-placeholder {
color: #00d9bf;
}
.has-success .form-control::-ms-input-placeholder {
color: #00d9bf;
}
.has-success .form-control::placeholder {
color: #00d9bf;
}
.has-danger:after {
content: '\ea53';
color: #fff;
background-color: #fda08b;
}
.has-danger .form-control {
background-color: #2d2a53;
}
.has-danger .form-control:focus {
border-color: rgba(103, 53, 145, .25);
}
.has-danger .form-control:-ms-input-placeholder {
color: #f94920;
}
.has-danger .form-control::-ms-input-placeholder {
color: #f94920;
}
.has-danger .form-control::placeholder {
color: #f94920;
}
.map-canvas {
position: relative;
width: 100%;
height: 500px;
border-radius: .375rem;
}
/*--Alignments , Backgrounds ,Colors & Elements--*/
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #ad59ff !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
background-color: #324cdd !important;
}
.bg-secondary {
background-color: #91a5b3 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
background-color: #d2e3ee !important;
}
.bg-success {
background-color: #00d9bf !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
background-color: #02cbb3 !important;
}
.bg-info {
background-color: #00b3ff !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
background-color: #0da5c0 !important;
}
.bg-warning {
background-color: #f94920 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
background-color: #fa3a0e !important;
}
.bg-danger {
background-color: #d62649 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
background-color: #ec0c38 !important;
}
.bg-light {
background-color: #aba8b9 !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
background-color: #919ca6 !important;
}
.bg-dark {
background-color: #212529 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
background-color: #0a0c0d !important;
}
.bg-default {
background-color: rgba(255,255,255,0.1) !important
}
a.bg-default:hover, a.bg-default:focus, button.bg-default:hover, button.bg-default:focus {
background-color: #0b1526 !important;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-neutral {
background-color: #fff !important;
}
a.bg-neutral:hover, a.bg-neutral:focus, button.bg-neutral:hover, button.bg-neutral:focus {
background-color: #e6e6e6 !important;
}
.bg-darker {
background-color: black !important;
}
a.bg-darker:hover, a.bg-darker:focus, button.bg-darker:hover, button.bg-darker:focus {
background-color: black !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid rgba(255,255,255,0.1) !important;
}
.border-top {
border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.border-right {
border-right: 1px solid rgba(255,255,255,0.1) !important;
}
.border-bottom {
border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.border-left {
border-left: 1px solid rgba(255,255,255,0.1) !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #ad59ff !important;
}
.border-secondary {
border-color: #f7fafc !important;
}
.border-success {
border-color: #00d9bf !important;
}
.border-info {
border-color: #00b3ff !important;
}
.border-warning {
border-color: #f94920 !important;
}
.border-danger {
border-color: #d62649 !important;
}
.border-light {
border-color: #aba8b9 !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-default {
border-color: #172b4d !important;
}
.border-white {
border-color: #fff !important;
}
.border-neutral {
border-color: #fff !important;
}
.border-darker {
border-color: black !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: .375rem !important;
}
.rounded-top {
border-top-left-radius: .375rem !important;
border-top-right-radius: .375rem !important;
}
.rounded-right {
border-top-right-radius: .375rem !important;
border-bottom-right-radius: .375rem !important;
}
.rounded-bottom {
border-bottom-right-radius: .375rem !important;
border-bottom-left-radius: .375rem !important;
}
.rounded-left {
border-top-left-radius: .375rem !important;
border-bottom-left-radius: .375rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: '';
}
.fixed-top {
position: fixed;
z-index: 1030;
top: 0;
right: 0;
left: 0;
}
.fixed-bottom {
position: fixed;
z-index: 1030;
right: 0;
bottom: 0;
left: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
z-index: 1020;
top: 0;
}
}
.sr-only {
position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
padding: 0;
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
overflow: visible;
clip: auto;
width: auto;
height: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0 .5rem rgba(136, 152, 170, .075) !important;
}
.shadow, .card-profile-image img {
box-shadow: 0 8px 20px 0 rgba(40,37,89,.1) !important;
}
.shadow-lg {
box-shadow: 0 0 3rem rgba(136, 152, 170, .175) !important;
}
.shadow-none {
box-shadow: none !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #324cdd !important;
}
.text-secondary {
color: #f7fafc !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #d2e3ee !important;
}
.text-success {
color: #00d9bf !important;
}
a.text-success:hover, a.text-success:focus {
color: #02cbb3 !important;
}
.text-info {
color: #00b3ff !important;
}
a.text-info:hover, a.text-info:focus {
color: #0da5c0 !important;
}
.text-warning {
color: #f94920 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #fa3a0e !important;
}
.text-danger {
color: #d62649 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #ec0c38 !important;
}
.text-light {
color: rgba(255,255,255,0.5) !important;
}
a.text-light:hover, a.text-light:focus {
color: #919ca6 !important;
}
.text-dark {
color: #212529 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #0a0c0d !important;
}
.text-default {
color: #172b4d !important;
}
a.text-default:hover, a.text-default:focus {
color: #0b1526 !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
color: #e6e6e6 !important;
}
.text-neutral {
color: #fff !important;
}
a.text-neutral:hover, a.text-neutral:focus {
color: #e6e6e6 !important;
}
.text-darker {
color: black !important;
}
a.text-darker:hover, a.text-darker:focus {
color: black !important;
}
.text-body {
color: #39374c !important;
}
.text-muted {
color: #938ba7 !important;
}
.text-black-50 {
color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, .5) !important;
}
.text-blue {
color: #ad59ff !important;
}
a.text-blue:hover, a.text-blue:focus {
color: #324cdd !important;
}
.text-indigo {
color: #5603ad !important;
}
a.text-indigo:hover, a.text-indigo:focus {
color: #3d027b !important;
}
.text-purple {
color: #8965e0 !important;
}
a.text-purple:hover, a.text-purple:focus {
color: #683bd7 !important;
}
.text-pink {
color: #f3a4b5 !important;
}
a.text-pink:hover, a.text-pink:focus {
color: #ed7790 !important;
}
.text-red {
color: #d62649 !important;
}
a.text-red:hover, a.text-red:focus {
color: #ec0c38 !important;
}
.text-orange {
color: #f94920 !important;
}
a.text-orange:hover, a.text-orange:focus {
color: #fa3a0e !important;
}
.text-yellow {
color: #ffa21d !important;
}
a.text-yellow:hover, a.text-yellow:focus {
color: #ccab00 !important;
}
.text-green {
color: #00d9bf !important;
}
a.text-green:hover, a.text-green:focus {
color: #02cbb3 !important;
}
.text-teal {
color: #00b3ff !important;
}
a.text-teal:hover, a.text-teal:focus {
color: #0da5c0 !important;
}
.text-cyan {
color: #2bffc6 !important;
}
a.text-cyan:hover, a.text-cyan:focus {
color: #00f7b5 !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
color: #e6e6e6 !important;
}
.text-gray {
color: #938ba7 !important;
}
a.text-gray:hover, a.text-gray:focus {
color: #6a7e95 !important;
}
.text-gray-dark {
color: #32325d !important;
}
a.text-gray-dark:hover, a.text-gray-dark:focus {
color: #20203c !important;
}
.text-lighter {
color: rgba(255,255,255,0.5) !important;
}
a.text-lighter:hover, a.text-lighter:focus {
color: #cbd3da !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
border: 0;
background-color: transparent;
text-shadow: none;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*, *::before, *::after {
box-shadow: none !important;
text-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: ' (' attr(title) ')';
}
pre {
white-space: pre-wrap !important;
}
pre, blockquote {
border: 1px solid #aba8b9;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr, img {
page-break-inside: avoid;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td, .table th {
background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
border: 1px solid rgba(255,255,255,0.1) !important;
}
.table-dark {
color: inherit;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
border-color: rgba(255,255,255,0.1);
}
.table .thead-dark th {
color: inherit;
border-color: rgba(255,255,255,0.1);
}
}
iframe {
border: 0;
}
figcaption, figure, main {
display: block;
}
main {
overflow: hidden;
}
.bg-blue {
background-color: #ad59ff !important;
}
a.bg-blue:hover, a.bg-blue:focus, button.bg-blue:hover, button.bg-blue:focus {
background-color: #324cdd !important;
}
.bg-indigo {
background-color: #5603ad !important;
}
a.bg-indigo:hover, a.bg-indigo:focus, button.bg-indigo:hover, button.bg-indigo:focus {
background-color: #3d027b !important;
}
.bg-purple {
background-color: #8965e0 !important;
}
a.bg-purple:hover, a.bg-purple:focus, button.bg-purple:hover, button.bg-purple:focus {
background-color: #683bd7 !important;
}
.bg-pink {
background-color: #f3a4b5 !important;
}
a.bg-pink:hover, a.bg-pink:focus, button.bg-pink:hover, button.bg-pink:focus {
background-color: #ed7790 !important;
}
.bg-red {
background-color: #d62649 !important;
}
a.bg-red:hover, a.bg-red:focus, button.bg-red:hover, button.bg-red:focus {
background-color: #ec0c38 !important;
}
.bg-orange {
background-color: #f94920 !important;
}
a.bg-orange:hover, a.bg-orange:focus, button.bg-orange:hover, button.bg-orange:focus {
background-color: #fa3a0e !important;
}
.bg-yellow {
background-color: #ffa21d !important;
}
a.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:hover, button.bg-yellow:focus {
background-color: #ff9702 !important;
}
.bg-green {
background-color: #00d9bf !important;
}
a.bg-green:hover, a.bg-green:focus, button.bg-green:hover, button.bg-green:focus {
background-color: #02cbb3 !important;
}
.bg-teal {
background-color: #00b3ff !important;
}
a.bg-teal:hover, a.bg-teal:focus, button.bg-teal:hover, button.bg-teal:focus {
background-color: #0da5c0 !important;
}
.bg-cyan {
background-color: #2bffc6 !important;
}
a.bg-cyan:hover, a.bg-cyan:focus, button.bg-cyan:hover, button.bg-cyan:focus {
background-color: #00f7b5 !important;
}
.bg-white {
background-color: #f5f4f4 !important;
}
a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-gray {
background-color: #938ba7 !important;
}
a.bg-gray:hover, a.bg-gray:focus, button.bg-gray:hover, button.bg-gray:focus {
background-color: #6a7e95 !important;
}
.bg-gray-dark {
background-color: #32325d !important;
}
a.bg-gray-dark:hover, a.bg-gray-dark:focus, button.bg-gray-dark:hover, button.bg-gray-dark:focus {
background-color: #20203c !important;
}
.bg-light {
background-color: #ced4da !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
background-color: #b1bbc4 !important;
}
.bg-lighter {
background-color: rgb(245, 244, 247) !important;
}
a.bg-lighter:hover, a.bg-lighter:focus, button.bg-lighter:hover, button.bg-lighter:focus {
background-color: #cbd3da !important;
}
.bg-gradient-primary {
background: linear-gradient(87deg, #ad59ff 0, #825ee4 100%) !important;
}
.bg-gradient-secondary {
background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}
.bg-gradient-success {
background: linear-gradient(87deg, #00d9bf 0, #2dcecc 100%) !important;
}
.bg-gradient-info {
background: linear-gradient(87deg, #00b3ff 0, #1171ef 100%) !important;
}
.bg-gradient-warning {
background: linear-gradient(87deg, #f94920 0, #fbb140 100%) !important;
}
.bg-gradient-danger {
background: linear-gradient(87deg, #d62649 0, #f56036 100%) !important;
}
.bg-gradient-light {
background: linear-gradient(87deg, #aba8b9 0, #adaebd 100%) !important;
}
.bg-gradient-dark {
background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
.bg-gradient-white {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-neutral {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-darker {
background: linear-gradient(87deg, black 0, black 100%) !important;
}
.bg-gradient-blue {
background: linear-gradient(87deg, #55a6f7 0, #825ee4 100%) !important;
}
.bg-gradient-indigo {
background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}
.bg-gradient-purple {
background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}
.bg-gradient-pink {
background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}
.bg-gradient-red {
background: linear-gradient(87deg, #d62649 0, #f56036 100%) !important;
}
.bg-gradient-orange {
background: linear-gradient(87deg, #f94920 0, #fbb140 100%) !important;
}
.bg-gradient-yellow {
background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}
.bg-gradient-green {
background: linear-gradient(87deg, #00d9bf 0, #2dcecc 100%) !important;
}
.bg-gradient-teal {
background: linear-gradient(87deg, #00b3ff 0, #1171ef 100%) !important;
}
.bg-gradient-cyan {
background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}
.bg-gradient-white {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-gray {
background: linear-gradient(87deg, #938ba7 0, #888aaa 100%) !important;
}
.bg-gradient-gray-dark {
background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}
.bg-gradient-light {
background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}
.bg-gradient-lighter {
background: linear-gradient(87deg, rgba(255,255,255,0.1) 0, #e9eaef 100%) !important;
}
.bg-translucent-primary {
background-color: rgba(63, 87, 223, .6) !important;
}
a.bg-translucent-primary:hover, a.bg-translucent-primary:focus, button.bg-translucent-primary:hover, button.bg-translucent-primary:focus {
background-color: rgba(42, 68, 219, .6) !important;
}
.bg-translucent-secondary {
background-color: rgba(221, 234, 242, .6) !important;
}
a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus, button.bg-translucent-secondary:hover, button.bg-translucent-secondary:focus {
background-color: rgba(202, 222, 235, .6) !important;
}
.bg-translucent-success {
background-color: rgba(39, 177, 118, .6) !important;
}
a.bg-translucent-success:hover, a.bg-translucent-success:focus, button.bg-translucent-success:hover, button.bg-translucent-success:focus {
background-color: rgba(34, 156, 104, .6) !important;
}
.bg-translucent-info {
background-color: rgba(14, 177, 206, .6) !important;
}
a.bg-translucent-info:hover, a.bg-translucent-info:focus, button.bg-translucent-info:hover, button.bg-translucent-info:focus {
background-color: rgba(12, 156, 183, .6) !important;
}
.bg-translucent-warning {
background-color: rgba(250, 70, 29, .6) !important;
}
a.bg-translucent-warning:hover, a.bg-translucent-warning:focus, button.bg-translucent-warning:hover, button.bg-translucent-warning:focus {
background-color: rgba(249, 51, 5, .6) !important;
}
.bg-translucent-danger {
background-color: rgba(243, 20, 64, .6) !important;
}
a.bg-translucent-danger:hover, a.bg-translucent-danger:focus, button.bg-translucent-danger:hover, button.bg-translucent-danger:focus {
background-color: rgba(227, 11, 54, .6) !important;
}
.bg-translucent-light {
background-color: rgba(153, 163, 173, .6) !important;
}
a.bg-translucent-light:hover, a.bg-translucent-light:focus, button.bg-translucent-light:hover, button.bg-translucent-light:focus {
background-color: rgba(139, 150, 162, .6) !important;
}
.bg-translucent-dark {
background-color: rgba(17, 19, 21, .6) !important;
}
a.bg-translucent-dark:hover, a.bg-translucent-dark:focus, button.bg-translucent-dark:hover, button.bg-translucent-dark:focus {
background-color: rgba(6, 6, 7, .6) !important;
}
.bg-translucent-default {
background-color: rgba(15, 28, 50, .6) !important;
}
a.bg-translucent-default:hover, a.bg-translucent-default:focus, button.bg-translucent-default:hover, button.bg-translucent-default:focus {
background-color: rgba(9, 17, 30, .6) !important;
}
.bg-translucent-white {
background-color: rgba(237, 237, 237, .6) !important;
}
a.bg-translucent-white:hover, a.bg-translucent-white:focus, button.bg-translucent-white:hover, button.bg-translucent-white:focus {
background-color: rgba(224, 224, 224, .6) !important;
}
.bg-translucent-neutral {
background-color: rgba(237, 237, 237, .6) !important;
}
a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus, button.bg-translucent-neutral:hover, button.bg-translucent-neutral:focus {
background-color: rgba(224, 224, 224, .6) !important;
}
.bg-translucent-darker {
background-color: rgba(255, 255, 255, .6) !important;
}
a.bg-translucent-darker:hover, a.bg-translucent-darker:focus, button.bg-translucent-darker:hover, button.bg-translucent-darker:focus {
background-color: rgba(255, 255, 255, .6) !important;
}
.section-primary {
background-color: #f8f9fe !important;
}
a.section-primary:hover, a.section-primary:focus, button.section-primary:hover, button.section-primary:focus {
background-color: #cbd3f8 !important;
}
.section-secondary {
background-color: #f7fafc !important;
}
a.section-secondary:hover, a.section-secondary:focus, button.section-secondary:hover, button.section-secondary:focus {
background-color: #d2e3ee !important;
}
.section-light {
background-color: #ced4da !important;
}
a.section-light:hover, a.section-light:focus, button.section-light:hover, button.section-light:focus {
background-color: #b1bbc4 !important;
}
.section-dark {
background-color: #212529 !important;
}
a.section-dark:hover, a.section-dark:focus, button.section-dark:hover, button.section-dark:focus {
background-color: #0a0c0d !important;
}
.section-darker {
background-color: black !important;
}
a.section-darker:hover, a.section-darker:focus, button.section-darker:hover, button.section-darker:focus {
background-color: black !important;
}
.bg-gradient-primary {
background:linear-gradient(87deg, #ad59ff 0, #7659ff 100%) !important;
}
.bg-gradient-secondary {
background: linear-gradient(87deg, #7c59ff 0, #5a39ef 100%) !important;
}
.bg-gradient-success {
background: linear-gradient(87deg, #00d9bf 0, #00d977 100%) !important;
}
.bg-gradient-info {
background: linear-gradient(87deg, #24bdff 0,#2499ff 100%) !important;
}
.bg-gradient-warning {
background: linear-gradient(87deg, #f94920 0, #fbb140 100%) !important;
}
.bg-gradient-yellow {
background: linear-gradient(87deg, #fc0 0, #ffa100 100%) !important;
}
.bg-gradient-danger {
background: linear-gradient(87deg, #d62649 0, #f56036 100%) !important;
}
.bg-gradient-light {
background: linear-gradient(87deg, #aba8b9 0, #adaebd 100%) !important;
}
.bg-gradient-dark {
background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #0b1e70 , #0b1e70 100%) !important;
}
.bg-gradient-white {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-neutral {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-darker {
background: linear-gradient(87deg, black 0, black 100%) !important;
}
.fill-primary {
fill: #ad59ff ;
}
.stroke-primary {
stroke: #ad59ff ;
}
.fill-secondary {
fill: #f7fafc;
}
.stroke-secondary {
stroke: #f7fafc;
}
.fill-success {
fill: #00d9bf;
}
.stroke-success {
stroke: #00d9bf;
}
.fill-info {
fill: #00b3ff;
}
.stroke-info {
stroke: #00b3ff;
}
.fill-warning {
fill: #f94920;
}
.stroke-warning {
stroke: #f94920;
}
.fill-danger {
fill: #d62649;
}
.stroke-danger {
stroke: #d62649;
}
.fill-light {
fill: #aba8b9;
}
.stroke-light {
stroke: #aba8b9;
}
.fill-dark {
fill: #212529;
}
.stroke-dark {
stroke: #212529;
}
.fill-default {
fill: #172b4d;
}
.stroke-default {
stroke: #172b4d;
}
.fill-white {
fill: #fff;
}
.stroke-white {
stroke: #fff;
}
.fill-neutral {
fill: #fff;
}
.stroke-neutral {
stroke: #fff;
}
.fill-darker {
fill: black;
}
.stroke-darker {
stroke: black;
}
.fill-opacity-8 {
fill-opacity: .8;
}
.floating {
animation: floating 3s ease infinite;
will-change: transform;
}
.floating:hover {
animation-play-state: paused;
}
.floating-lg {
animation: floating-lg 3s ease infinite;
}
.floating-sm {
animation: floating-sm 3s ease infinite;
}
@keyframes floating-lg {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(15px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating-sm {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.floatfix:before, .floatfix:after {
display: table;
content: '';
}
.floatfix:after {
clear: both;
}
.img-center {
display: block;
margin-right: auto;
margin-left: auto;
}
.table thead th {
padding-top: .75rem;
padding-bottom: .75rem;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dataTable.table thead th {
border-bottom: 0;
border-top: 0;
}
.table th {
font-weight: 600;
}
.table td .progress {
width: 120px;
height: 3px;
margin: 0;
}
.table td, .table th {
font-size: .8125rem;
white-space: nowrap;
}
.table.align-items-center td, .table.align-items-center th {
vertical-align: middle;
}
.table .thead-dark th {
color: #fff;
background-color: rgb(169, 89, 255);
}
.table .thead-light th {
color: #fff;
background-color: rgba(255,255,255,0.2);
}
.table-hover tr {
transition: all .15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.table-hover tr {
transition: none;
}
}
.table-flush td, .table-flush th {
border-right: 0;
border-left: 0;
}
.table-flush tbody tr:first-child td, .table-flush tbody tr:first-child th {
border-top: 0;
}
.table-flush tbody tr:last-child td, .table-flush tbody tr:last-child th {
border-bottom: 0;
}
.card .table {
margin-bottom: 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
border:2px solid #2d2a53 !important;
}
.card .dataTables_wrapper .table td, .card .dataTables_wrapper .table th {
padding-left: 0.5rem;
}
.card .table td, .card .table th {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
p {
font-size: 1rem;
font-weight: 300;
line-height: 1.7;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.7;
margin-top: 1.5rem;
}
.lead+.btn-wrapper {
margin-top: 3rem;
}
.description {
font-size: .875rem;
}
/*----Chart Circle---*/
.chart-circle {
display: block;
height: 8rem;
width: 8rem;
position: relative;
margin: 0 auto;
}
.chart-circle canvas {
margin: 0 auto;
display: block;
max-width: 100%;
max-height: 100%;
}
.chart-circle-xs {
height: 2.5rem;
width: 2.5rem;
font-size: .8rem;
}
.chart-circle-sm {
height: 4rem;
width: 4rem;
font-size: .8rem;
}
.chart-circle-lg {
height: 10rem;
width: 10rem;
font-size: .8rem;
}
.chart-circle-value {
position: absolute;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1;
}
.chart-circle-value small {
display: block;
color: #9aa0ac;
font-size: 0.9375rem;
}
@media (max-width:480px){
.chart-circle-value .text-xxl{
font-size: 1.8rem !important;
}
.container-login100 {
min-height: 90vh !important;
}
.balance-sheet .text-lg{
font-size: 1.15rem !important;
}
.text .text-muted{
color: #51575d !important;
}
.card-header h2 {
font-weight: 600;
font-size: 1rem;
}
.hr-charts h2{
font-size: 1rem;
}
.service-content h2{
font-size: 1.12rem;
}
.fc-center h2{
font-size:11px;
margin-top: 7px;
}
.fc-button{
font-size: 0.65rem !important;
}
.tab-pane .profile-content .media-body:last-child{
margin-left: 0px;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
font-size:50px !important;
}
.pt-inner .pti-header>h2{
font-size:40px !important;
}
}
/*----Chart Circle---*/
/*----Chart Circle---*/
#property-list img {
width: 100%;
border: 5px solid #ecf0f1;
margin-bottom: 7px;
} | app/static/css/design_v2/main.css | @charset "UTF-8";
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
font-family: 'Nunito', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-align: left;
color: #fff;
background-color: #6c7d71;
}
[tabindex='-1']:focus {
outline: 0 !important;
}
hr {
overflow: visible;
box-sizing: content-box;
height: 0;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ol, ul, dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
margin-bottom: 0;
}
dt {
font-weight: 600;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b, strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
text-decoration: none;
color: #ad59ff ;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
text-decoration: none;
color: #ad59ff;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre, code, kbd, samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
font-size: 1em;
}
pre {
overflow: auto;
margin-top: 0;
margin-bottom: 1rem;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 1rem;
padding-bottom: 1rem;
caption-side: bottom;
text-align: left;
color: #938ba7;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
button, input {
overflow: visible;
}
button, select {
text-transform: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 600;
line-height: 1.5;
margin-bottom: .5rem;
}
h1, .h1 {
font-size: 1.625rem;
}
h2, .h2 {
font-size: 1.25rem;
}
h3, .h3 {
font-size: 1.0625rem;
}
h4, .h4 {
font-size: .9375rem;
}
h5, .h5 {
font-size: .8125rem;
}
h6, .h6 {
font-size: .625rem;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: .5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
max-width: 100%;
height: auto;
padding: .25rem;
border: 1px solid #2d2a53;
border-radius: .375rem;
background-color: #2d2a53;
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.figure {
display: inline-block;
}
.figure-img {
line-height: 1;
margin-bottom: .5rem;
}
.figure-caption {
font-size: 90%;
color: #938ba7;
}
pre {
font-size: 87.5%;
display: block;
color: #212529;
}
pre code {
font-size: inherit;
word-break: normal;
color: inherit;
}
.pre-scrollable {
overflow-y: scroll;
max-height: 340px;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
.fixedheader {
position:fixed!important;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10;
}
.fixedheader.visible-title {
top: 0;
}
.fixedheader.visible-title.horizontal-main{
box-shadow: 0 8px 20px 0 rgba(255,255,255,0.07) !important;
}
/*--Card---*/
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
border-radius: .375rem;
background-color:#63736e;
background-clip: border-box;
margin-bottom: 30px;
border: 1px solid rgba(255,255,255,0.1);
color: #FFFFFF;
}
.card-draggable-placeholder {
border: 2px dashed rgba(67, 89, 102, 0.5);
margin-bottom: 16px;
background-color: rgba(67, 89, 102, 0.08);
}
.card>hr {
margin-right: 0;
margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .375rem;
border-top-right-radius: .375rem;
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .375rem;
border-bottom-left-radius: .375rem;
}
.card-body {
padding: 1.875rem;
flex: 1 1 auto;
}
.card-title {
margin-bottom: 1.25rem;
}
.card-subtitle {
margin-top: -.625rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link+.card-link {
margin-left: 1.5rem;
}
.card-header {
margin-bottom: 0;
padding: 1.25rem 1.5rem;
border-bottom:1px solid rgba(255,255,255,0.1);
background: transparent;
}
.border-bottom-white{
border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
}
.card-header h6{
font-weight:800;
}
.card-header h2{
font-weight:400;
}
.card-header:first-child {
border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 1.25rem 1.5rem;
border-top: 1px solid rgba(255,255,255,0.1);
background-color: #24214c;
}
.card-footer:last-child {
border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}
.card-header-tabs {
margin-right: -.75rem;
margin-bottom: -1.25rem;
margin-left: -.75rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -.75rem;
margin-left: -.75rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(.375rem - 1px);
}
.card-img-absolute {
position: absolute;
top: 0;
right: -1px;
height: 100%;
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.375rem - 1px);
border-top-right-radius: calc(.375rem - 1px);
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.375rem - 1px);
border-bottom-left-radius: calc(.375rem - 1px);
}
.card-deck {
display: flex;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
margin-right: -15px;
margin-left: -15px;
flex-flow: row wrap;
}
.card-deck .card {
display: flex;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
flex: 1 0;
}
}
.card-group {
display: flex;
flex-direction: column;
}
.card-group>.card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
flex-flow: row wrap;
}
.card-group>.card {
margin-bottom: 0;
flex: 1 0;
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0;
}
.card-group>.card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group>.card:first-child .card-img-top, .card-group>.card:first-child .card-header {
border-top-right-radius: 0;
}
.card-group>.card:first-child .card-img-bottom, .card-group>.card:first-child .card-footer {
border-bottom-right-radius: 0;
}
.card-group>.card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group>.card:last-child .card-img-top, .card-group>.card:last-child .card-header {
border-top-left-radius: 0;
}
.card-group>.card:last-child .card-img-bottom, .card-group>.card:last-child .card-footer {
border-bottom-left-radius: 0;
}
.card-group>.card:only-child {
border-radius: .375rem;
}
.card-group>.card:only-child .card-img-top, .card-group>.card:only-child .card-header {
border-top-left-radius: .375rem;
border-top-right-radius: .375rem;
}
.card-group>.card:only-child .card-img-bottom, .card-group>.card:only-child .card-footer {
border-bottom-right-radius: .375rem;
border-bottom-left-radius: .375rem;
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0;
}
}
.card-columns .card {
margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
/*--Tables---*/
.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th, .table td {
padding: 1rem;
vertical-align: top;
border-top: 1px solid rgba(255,255,255,0.1);
}
.table.table-success td, .table.table-danger td, .table.table-info td, .table.table-primary td{
border-top: 1px solid rgba(255,255,255,0.1);
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid rgba(255,255,255,0.1);
}
.table tbody+tbody {
border-top: 2px solid rgba(255,255,255,0.1);
}
.table .table {
background-color: #f8f9fe;
}
.table-sm th, .table-sm td {
padding: .5rem;
}
.table-bordered {
border: 1px solid rgba(255,255,255,0.1);
}
.table-bordered th, .table-bordered td {
border: 1px solid rgba(255,255,255,0.1);
}
.table-bordered thead th, .table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(255,255,255,0.1);
}
.table-hover tbody tr:hover {
background-color: #f6f9fc;
}
.table-primary, .table-primary>th, .table-primary>td {
background-color: #ad59ff !important;
color: rgba(255,255,255);
}
.table-hover .table-primary:hover {
background-color: #bcc5f3;
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
background-color: #bcc5f3;
}
.table-secondary, .table-secondary>th, .table-secondary>td {
background-color: #fdfefe;
}
.table-hover .table-secondary:hover {
background-color: #ecf6f6;
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
background-color: #ecf6f6;
}
.table-success, .table-success>th, .table-success>td {
background-color: #02cbb3 !important;
color: rgba(255,255,255);
}
.table-hover .table-success:hover {
background-color: #afecd2;
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
background-color: #afecd2;
}
.table-info, .table-info>th, .table-info>td {
background-color: #00b3ff !important;
color: rgba(255,255,255);
}
.table-hover .table-info:hover {
background-color: #a4ecfa;
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
background-color: #a4ecfa;
}
.table-warning, .table-warning>th, .table-warning>td {
background-color: #fed3ca;
color: rgba(255,255,255);
}
.table-hover .table-warning:hover {
background-color: #febeb1;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
background-color: #febeb1;
}
.table-danger, .table-danger>th, .table-danger>td {
background-color: #ec0c38 !important;
color: rgba(255,255,255);
}
.table-hover .table-danger:hover {
background-color: #fbafbd;
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
background-color: #fbafbd;
}
.table-light, .table-light>th, .table-light>td {
background-color: #e8eaed;
}
.table-hover .table-light:hover {
background-color: #dadde2;
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
background-color: #dadde2;
}
.table-dark, .table-dark>th, .table-dark>td {
background-color: #c1c2c3;
}
.table-hover .table-dark:hover {
background-color: #b4b5b6;
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
background-color: #b4b5b6;
}
.table-default, .table-default>th, .table-default>td {
background-color: #bec4cd;
}
.table-hover .table-default:hover {
background-color: #b0b7c2;
}
.table-hover .table-default:hover>td, .table-hover .table-default:hover>th {
background-color: #b0b7c2;
}
.table-white, .table-white>th, .table-white>td {
background-color: white;
}
.table-hover .table-white:hover {
background-color: rgba(255,255,255,0.1);
}
.table-hover .table-white:hover>td, .table-hover .table-white:hover>th {
background-color: rgba(255,255,255,0.1);
}
.table-neutral, .table-neutral>th, .table-neutral>td {
background-color: white;
}
.table-hover .table-neutral:hover {
background-color: rgba(255,255,255,0.1);
}
.table-hover .table-neutral:hover>td, .table-hover .table-neutral:hover>th {
background-color: rgba(255,255,255,0.1);
}
.table-darker, .table-darker>th, .table-darker>td {
background-color: #b8b8b8;
}
.table-hover .table-darker:hover {
background-color: #ababab;
}
.table-hover .table-darker:hover>td, .table-hover .table-darker:hover>th {
background-color: #ababab;
}
.table-active, .table-active>th, .table-active>td {
background-color: #f6f9fc;
}
.table-hover .table-active:hover {
background-color: #e3ecf6;
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
background-color: #e3ecf6;
}
.table .thead-dark th {
color: #f8f9fe;
border-color: rgba(255,255,255,0.1);
background-color: #172b4d;
}
.table .thead-light th {
color: #938ba7;
border-color:rgba(0,0,0,0.02);
background-color: #f6f9fc;
}
.table-dark {
color: #f8f9fe;
background-color: rgba(0,0,0,0.8);
}
.table-dark th, .table-dark td, .table-dark thead th {
border-color: rgba(255,255,255,0.2);
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm>.table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md>.table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg>.table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl>.table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered {
border: 0;
}
@media (max-width:768px){
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
justify-content:center !important;
margin-top: 13px !important;
}
}
@media (max-width:560px){
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
justify-content:end !important;
margin-top: 13px !important;
}
}
/*--Buttons---*/
.btn {
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
display: inline-block;
padding: .625rem 1.25rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid transparent;
border-radius: .375rem;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover, .btn:focus {
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.btn.disabled, .btn:disabled {
opacity: .65;
box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), none;
}
a.btn.disabled, fieldset:disabled a.btn {
pointer-events: none;
}
.btn.btn-app {
position: relative;
padding: 15px 5px;
margin: 10px 10px;
min-width: 80px;
height: 60px;
box-shadow: none;
text-align: center;
color: #fff !important;
border: 1px solid rgba(173, 89, 255,0.1);
background-color:#ad59ff;
font-size: 12px;
}
.btn.btn-app>.fas{
display:block;
}
.btn.btn-app>.badge {
position: absolute;
top: -3px;
right: -10px;
font-size: 10px;
font-weight: 400;
}
.btn-primary {
color: #fff;
border-color: #ad59ff ;
background-color: #ad59ff ;
box-shadow: 0 4px 6px rgba(55, 130, 146, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-primary:hover {
color: #fff;
border-color:#a34bf9 ;
background-color: #a34bf9 ;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
border-color: #a34bf9 ;
background-color:#a34bf9 ;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
color: #fff;
border-color: #a34bf9;
background-color: #a34bf9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(0, 195, 237, .5);
}
.btn-secondary {
color: #fff;
border-color: #7052f3;
background-color: #7052f3;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-secondary:hover {
color: #fff;
border-color: #7052f3;
background-color: #603ef3;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
border-color: #7052f3;
background-color: #603ef3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
color: #fff;
border-color: #7052f3;
background-color: #603ef3;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-success {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-success:hover {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
color: #fff;
border-color: #00d9bf;
background-color: #02cbb3;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-info {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-info:hover {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-warning {
color: #fff;
border-color: #f94920;
background-color: #f94920;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-warning:hover {
color: #fff;
border-color: #f94920;
background-color: #f94920;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #fff;
border-color: #f94920;
background-color: #f94920;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
color: #fff;
border-color: #f94920;
background-color: #fa3a0e;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-danger {
color: #fff;
border-color: #d62649;
background-color: #d62649;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-danger:hover {
color: #fff;
border-color: #d62649;
background-color: #d62649;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
border-color: #d62649;
background-color: #d62649;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
color: #fff;
border-color: #d62649;
background-color: #ec0c38;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-light {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-light:hover {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-light.disabled, .btn-light:disabled {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
color: #fff;
border-color: #aba8b9;
background-color: #919ca6;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-dark {
color: #fff;
border-color: #212529;
background-color: #212529;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-dark:hover {
color: #fff;
border-color: #212529;
background-color: #212529;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
border-color: #212529;
background-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
color: #fff;
border-color: #212529;
background-color: #0a0c0d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-default {
color: #fff;
border-color: rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.1);
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-default:hover {
color: #fff;
border-color: rgba(255,255,255,0.2);
background-color: rgba(255,255,255,0.2);
}
.btn-default:focus, .btn-default.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-default.disabled, .btn-default:disabled {
color: #444079;
border-color: rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.1);
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
color: #fff;
border-color: rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.1);
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show>.btn-default.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-white {
color: #212529;
border-color: #fff;
background-color: #fff;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-white:hover {
color: #212529;
border-color: white;
background-color: white;
}
.btn-white:focus, .btn-white.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-white.disabled, .btn-white:disabled {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
color: #212529;
border-color: white;
background-color: #e6e6e6;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-neutral {
color: #212529;
border-color: #fff;
background-color: #fff;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-neutral:hover {
color: #212529;
border-color: white;
background-color: white;
}
.btn-neutral:focus, .btn-neutral.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-neutral.disabled, .btn-neutral:disabled {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .show>.btn-neutral.dropdown-toggle {
color: #212529;
border-color: white;
background-color: #e6e6e6;
}
.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .show>.btn-neutral.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-darker {
color: #fff;
border-color: black;
background-color: black;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-darker:hover {
color: #fff;
border-color: black;
background-color: black;
}
.btn-darker:focus, .btn-darker.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-darker.disabled, .btn-darker:disabled {
color: #fff;
border-color: black;
background-color: black;
}
.btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active, .show>.btn-darker.dropdown-toggle {
color: #fff;
border-color: black;
background-color: black;
}
.btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus, .show>.btn-darker.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-outline-primary {
color: #ad59ff ;
border-color: #ad59ff ;
background-color: transparent;
background-image: none;
}
.btn-outline-primary:hover {
color: #fff;
border-color: #ad59ff ;
background-color: #ad59ff ;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #ad59ff ;
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;
border-color: #ad59ff ;
background-color: #ad59ff ;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-secondary {
color: #91a5b3;
border-color: #91a5b3;
background-color: transparent;
background-image: none;
}
.btn-outline-secondary:hover {
color: #fff;
border-color: #91a5b3;
background-color: #91a5b3;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #f7fafc;
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;
border-color: #91a5b3;
background-color: #91a5b3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-outline-success {
color: #00d9bf;
border-color: #00d9bf;
background-color: transparent;
background-image: none;
}
.btn-outline-success:hover {
color: #fff;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #00d9bf;
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;
border-color: #00d9bf;
background-color: #00d9bf;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-outline-info {
color: #00b3ff;
border-color: #00b3ff;
background-color: transparent;
background-image: none;
}
.btn-outline-info:hover {
color: #fff;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #00b3ff;
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;
border-color: #00b3ff;
background-color: #00b3ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-outline-warning {
color: #f94920;
border-color: #f94920;
background-color: transparent;
background-image: none;
}
.btn-outline-warning:hover {
color: #fff;
border-color: #f94920;
background-color: #f94920;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #f94920;
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;
border-color: #f94920;
background-color: #f94920;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-danger {
color: #d62649;
border-color: #d62649;
background-color: transparent;
background-image: none;
}
.btn-outline-danger:hover {
color: #fff;
border-color: #d62649;
background-color: #d62649;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #d62649;
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;
border-color: #d62649;
background-color: #d62649;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-yellow {
color: #ffa21d;
border-color: #ffa21d;
background-color: transparent;
background-image: none;
}
.btn-outline-yellow:hover {
color: #fff;
border-color: #ffa21d;
background-color: #ffa21d;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
color: #ffa21d;
background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show>.btn-outline-yellow.dropdown-toggle {
color: #fff;
border-color: #ffa21d;
background-color: #ffa21d;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-outline-light {
color: #aba8b9;
border-color: #aba8b9;
background-color: transparent;
background-image: none;
}
.btn-outline-light:hover {
color: #fff;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #aba8b9;
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;
border-color: #aba8b9;
background-color: #aba8b9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
background-color: transparent;
background-image: none;
}
.btn-outline-dark:hover {
color: #fff;
border-color: #212529;
background-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #212529;
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;
border-color: #212529;
background-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-outline-default {
color: #bfbebe;
border-color: rgba(255,255,255,0.1);
background-color: transparent;
background-image: none;
}
.btn-outline-default:hover {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-outline-default:focus, .btn-outline-default.focus {
box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
color: #172b4d;
background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show>.btn-outline-default.dropdown-toggle {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-default.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
}
.btn-outline-white {
color: #fff;
border-color: #fff;
background-color: transparent;
background-image: none;
}
.btn-outline-white:hover {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
color: #fff;
background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-neutral {
color: #fff;
border-color: #fff;
background-color: transparent;
background-image: none;
}
.btn-outline-neutral:hover {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-neutral:focus, .btn-outline-neutral.focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
color: #fff;
background-color: transparent;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active, .show>.btn-outline-neutral.dropdown-toggle {
color: #212529;
border-color: #fff;
background-color: #fff;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-neutral.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-darker {
color: black;
border-color: black;
background-color: transparent;
background-image: none;
}
.btn-outline-darker:hover {
color: #fff;
border-color: black;
background-color: black;
}
.btn-outline-darker:focus, .btn-outline-darker.focus {
box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
color: black;
background-color: transparent;
}
.btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show>.btn-outline-darker.dropdown-toggle {
color: #fff;
border-color: black;
background-color: black;
}
.btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-darker.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-link {
font-weight: 400;
color: #ad59ff ;
background-color: transparent;
}
.btn-link:hover {
text-decoration: none;
color: #233dd2;
border-color: transparent;
background-color: transparent;
}
.btn-link:focus, .btn-link.focus {
text-decoration: none;
border-color: transparent;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
pointer-events: none;
color: #938ba7;
}
.btn-lg, .btn-group-lg>.btn {
font-size: 1.25rem;
line-height: 1.5;
padding: .875rem 1rem;
border-radius: .4375rem;
}
.btn-sm, .btn-group-sm>.btn {
font-size: .875rem;
line-height: 1.5;
padding: .25rem .5rem;
border-radius: .375rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block+.btn-block {
margin-top: .5rem;
}
/*--Social Buttons--*/
.btn {
position: relative;
transition: all .15s ease;
letter-spacing: .025em;
text-transform: none;
will-change: transform;
}
.btn:hover {
transform: translateY(-1px);
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.btn:not(:last-child) {
margin-right: .5rem;
}
.btn i:not(:first-child), .btn svg:not(:first-child) {
margin-left: .5rem;
}
.btn i:not(:last-child), .btn svg:not(:last-child) {
margin-right: .5rem;
}
.btn-group .btn, .input-group .btn {
margin-right: 0;
transform: translateY(0);
}
.btn-sm, .btn-group-sm>.btn {
font-size: .75rem;
}
.btn-lg, .btn-group-lg>.btn {
font-size: .875rem;
}
.btn-pill {
border-radius: 10rem;
padding-left: 1.5em;
padding-right: 1.5em;
}
.btn-square {
border-radius: 0;
}
.fa, .fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
[class*='btn-outline-'] {
border-width: 1px;
}
.btn-outline-secondary {
color: #4385b1;
}
.btn-inner--icon i:not(.fa) {
position: relative;
top: 2px;
}
.btn-link {
font-weight: 600;
box-shadow: none;
}
.btn-link:hover {
transform: none;
box-shadow: none;
}
.btn-neutral {
color: #ad59ff ;
}
.btn-icon .btn-inner--icon img {
width: 20px;
}
.btn-icon .btn-inner--text:not(:first-child) {
margin-left: .75em;
}
.btn-icon .btn-inner--text:not(:last-child) {
margin-right: .75em;
}
.btn-icon-only {
width: 2.375rem;
height: 2.375rem;
padding: 0;
}
a.btn-icon-only {
line-height: 2.5;
}
.btn-icon-only.btn-sm, .btn-group-sm>.btn-icon-only.btn {
width: 2rem;
height: 2rem;
}
.btn-icon-clipboard {
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.25;
display: inline-block;
width: 100%;
margin: 0;
margin: 1rem 0;
padding: 1.5rem;
cursor: pointer;
text-align: left;
vertical-align: middle;
text-decoration: none;
color: #fff;
background-color: #2d2a53;
border: 1px solid rgba(255,255,255,0.1);
border-radius: .375rem;
}
.btn-icon-clipboard:hover {
background-color: #2d2a53;
box-shadow: rgba(72, 56, 140, .1) 0 0 0 1px, rgba(72, 56, 140, .1) 0 4px 16px;
}
.btn-icon-clipboard>div {
display: flex;
align-items: center;
}
.btn-icon-clipboard i {
font-size: 1.5rem;
box-sizing: content-box;
vertical-align: middle;
color: #ad59ff ;
}
.btn-icon-clipboard span {
font-size: .875rem;
line-height: 1.5;
display: inline-block;
overflow: hidden;
margin-left: 16px;
vertical-align: middle;
white-space: nowrap;
text-overflow: ellipsis;
}
.btn-facebook {
color: #fff;
border-color: #3b5999;
background-color: #3b5999;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-facebook:hover {
color: #fff;
border-color: #3b5999;
background-color: #3b5999;
}
.btn-facebook:focus, .btn-facebook.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(59, 89, 153, .5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
color: #fff;
border-color: #3b5999;
background-color: #3b5999;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show>.btn-facebook.dropdown-toggle {
color: #fff;
border-color: #3b5999;
background-color: #2d4474;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show>.btn-facebook.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5);
}
.btn-twitter {
color: #fff;
border-color: #1da1f2;
background-color: #1da1f2;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-twitter:hover {
color: #fff;
border-color: #1da1f2;
background-color: #1da1f2;
}
.btn-twitter:focus, .btn-twitter.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(29, 161, 242, .5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
color: #fff;
border-color: #1da1f2;
background-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show>.btn-twitter.dropdown-toggle {
color: #fff;
border-color: #1da1f2;
background-color: #0c85d0;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show>.btn-twitter.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5);
}
.btn-google-plus {
color: #fff;
border-color: #dd4b39;
background-color: #dd4b39;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-google-plus:hover {
color: #fff;
border-color: #dd4b39;
background-color: #dd4b39;
}
.btn-google-plus:focus, .btn-google-plus.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(221, 75, 57, .5);
}
.btn-google-plus.disabled, .btn-google-plus:disabled {
color: #fff;
border-color: #dd4b39;
background-color: #dd4b39;
}
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active, .show>.btn-google-plus.dropdown-toggle {
color: #fff;
border-color: #dd4b39;
background-color: #c23321;
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus, .show>.btn-google-plus.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5);
}
.btn-instagram {
color: #fff;
border-color: #e4405f;
background-color: #e4405f;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-instagram:hover {
color: #fff;
border-color: #e4405f;
background-color: #e4405f;
}
.btn-instagram:focus, .btn-instagram.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(228, 64, 95, .5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
color: #fff;
border-color: #e4405f;
background-color: #e4405f;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show>.btn-instagram.dropdown-toggle {
color: #fff;
border-color: #e4405f;
background-color: #d31e40;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show>.btn-instagram.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5);
}
.btn-pinterest {
color: #fff;
border-color: #bd081c;
background-color: #bd081c;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-pinterest:hover {
color: #fff;
border-color: #bd081c;
background-color: #bd081c;
}
.btn-pinterest:focus, .btn-pinterest.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(189, 8, 28, .5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
color: #fff;
border-color: #bd081c;
background-color: #bd081c;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show>.btn-pinterest.dropdown-toggle {
color: #fff;
border-color: #bd081c;
background-color: #8c0615;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show>.btn-pinterest.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5);
}
.btn-youtube {
color: #fff;
border-color: #cd201f;
background-color: #cd201f;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-youtube:hover {
color: #fff;
border-color: #cd201f;
background-color: #cd201f;
}
.btn-youtube:focus, .btn-youtube.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(205, 32, 31, .5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
color: #fff;
border-color: #cd201f;
background-color: #cd201f;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show>.btn-youtube.dropdown-toggle {
color: #fff;
border-color: #cd201f;
background-color: #a11918;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show>.btn-youtube.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5);
}
.btn-slack {
color: #fff;
border-color: #3aaf85;
background-color: #3aaf85;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-slack:hover {
color: #fff;
border-color: #3aaf85;
background-color: #3aaf85;
}
.btn-slack:focus, .btn-slack.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(58, 175, 133, .5);
}
.btn-slack.disabled, .btn-slack:disabled {
color: #fff;
border-color: #3aaf85;
background-color: #3aaf85;
}
.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active, .show>.btn-slack.dropdown-toggle {
color: #fff;
border-color: #3aaf85;
background-color: #2d8968;
}
.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus, .show>.btn-slack.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5);
}
.btn-dribbble {
color: #fff;
border-color: #ea4c89;
background-color: #ea4c89;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-dribbble:hover {
color: #fff;
border-color: #ea4c89;
background-color: #ea4c89;
}
.btn-dribbble:focus, .btn-dribbble.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(234, 76, 137, .5);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
color: #fff;
border-color: #ea4c89;
background-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show>.btn-dribbble.dropdown-toggle {
color: #fff;
border-color: #ea4c89;
background-color: #e51e6b;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show>.btn-dribbble.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5);
}
.btn-github {
color: #fff;
border-color: #222;
background-color: #222;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-github:hover {
color: #fff;
border-color: #222;
background-color: #222;
}
.btn-github:focus, .btn-github.focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(34, 34, 34, .5);
}
.btn-github.disabled, .btn-github:disabled {
color: #fff;
border-color: #222;
background-color: #222;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show>.btn-github.dropdown-toggle {
color: #fff;
border-color: #222;
background-color: #090909;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show>.btn-github.dropdown-toggle:focus {
box-shadow: none, 0 0 0 0 rgba(34, 34, 34, .5);
}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
width: 100%;
}
.fade {
transition: opacity .15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
overflow: hidden;
height: 0;
transition: height .35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
/*--- Charts Style---*/
.chart {
position: relative;
height: 350px;
}
.chart-sm {
height: 230px;
}
.chart-legend {
font-size: .875rem;
display: flex;
margin-top: 2.5rem;
text-align: center;
color: #938ba7;
justify-content: center;
}
.chart-legend-item {
display: inline-flex;
align-items: center;
}
.chart-legend-item+.chart-legend-item {
margin-left: 1rem;
}
.chart-legend-indicator {
display: inline-block;
width: .5rem;
height: .5rem;
margin-right: .375rem;
border-radius: 50%;
}
#chart-tooltip {
z-index: 0;
}
#chart-tooltip .arrow {
top: 100%;
left: 50%;
transform: translateX(-50%) translateX(-.5rem);
}
.chart-info-overlay {
position: absolute;
z-index: 1;
top: 0;
left: 5%;
max-width: 350px;
padding: 20px;
}
.close {
transition: all .15s ease;
}
.close>span:not(.sr-only) {
font-size: 1.25rem;
line-height: 17px;
display: block;
width: 1.25rem;
height: 1.25rem;
transition: all .15s ease;
color: rgba(255, 255, 255, .6);
border-radius: 50%;
background-color: transparent;
}
.close:hover, .close:focus {
color: rgba(0, 0, 0, .9);
outline: none;
background-color: transparent;
}
.close:hover span:not(.sr-only), .close:focus span:not(.sr-only) {
background-color: transparent;
}
.main-content {
position: relative;
}
.main-content .navbar-top {
z-index: 1;
top: 0;
left: 0;
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
background-color: #24214c;
border-bottom:1px solid rgba(255,255,255,0.08);
}
@media (min-width: 768px) {
.main-content .container-fluid {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
.has-success, .has-danger {
position: relative;
}
.has-success:after, .has-danger:after {
font-family: 'NucleoIcons';
font-size: 9px;
line-height: 19px;
position: absolute;
top: 2px;
right: 15px;
display: inline-block;
width: 19px;
height: 19px;
transform: translateY(50%);
text-align: center;
opacity: 1;
border-radius: 50%;
}
.has-success:after {
content: '\ea26';
color: #fff;
background-color: #69deac;
}
.has-success .form-control {
background-color: #2d2a53;
}
.has-success .form-control:focus {
border-color: rgba(103, 53, 145, .25);
}
.has-success .form-control:-ms-input-placeholder {
color: #00d9bf;
}
.has-success .form-control::-ms-input-placeholder {
color: #00d9bf;
}
.has-success .form-control::placeholder {
color: #00d9bf;
}
.has-danger:after {
content: '\ea53';
color: #fff;
background-color: #fda08b;
}
.has-danger .form-control {
background-color: #2d2a53;
}
.has-danger .form-control:focus {
border-color: rgba(103, 53, 145, .25);
}
.has-danger .form-control:-ms-input-placeholder {
color: #f94920;
}
.has-danger .form-control::-ms-input-placeholder {
color: #f94920;
}
.has-danger .form-control::placeholder {
color: #f94920;
}
.map-canvas {
position: relative;
width: 100%;
height: 500px;
border-radius: .375rem;
}
/*--Alignments , Backgrounds ,Colors & Elements--*/
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #ad59ff !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
background-color: #324cdd !important;
}
.bg-secondary {
background-color: #91a5b3 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
background-color: #d2e3ee !important;
}
.bg-success {
background-color: #00d9bf !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
background-color: #02cbb3 !important;
}
.bg-info {
background-color: #00b3ff !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
background-color: #0da5c0 !important;
}
.bg-warning {
background-color: #f94920 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
background-color: #fa3a0e !important;
}
.bg-danger {
background-color: #d62649 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
background-color: #ec0c38 !important;
}
.bg-light {
background-color: #aba8b9 !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
background-color: #919ca6 !important;
}
.bg-dark {
background-color: #212529 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
background-color: #0a0c0d !important;
}
.bg-default {
background-color: rgba(255,255,255,0.1) !important
}
a.bg-default:hover, a.bg-default:focus, button.bg-default:hover, button.bg-default:focus {
background-color: #0b1526 !important;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-neutral {
background-color: #fff !important;
}
a.bg-neutral:hover, a.bg-neutral:focus, button.bg-neutral:hover, button.bg-neutral:focus {
background-color: #e6e6e6 !important;
}
.bg-darker {
background-color: black !important;
}
a.bg-darker:hover, a.bg-darker:focus, button.bg-darker:hover, button.bg-darker:focus {
background-color: black !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid rgba(255,255,255,0.1) !important;
}
.border-top {
border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.border-right {
border-right: 1px solid rgba(255,255,255,0.1) !important;
}
.border-bottom {
border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.border-left {
border-left: 1px solid rgba(255,255,255,0.1) !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #ad59ff !important;
}
.border-secondary {
border-color: #f7fafc !important;
}
.border-success {
border-color: #00d9bf !important;
}
.border-info {
border-color: #00b3ff !important;
}
.border-warning {
border-color: #f94920 !important;
}
.border-danger {
border-color: #d62649 !important;
}
.border-light {
border-color: #aba8b9 !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-default {
border-color: #172b4d !important;
}
.border-white {
border-color: #fff !important;
}
.border-neutral {
border-color: #fff !important;
}
.border-darker {
border-color: black !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: .375rem !important;
}
.rounded-top {
border-top-left-radius: .375rem !important;
border-top-right-radius: .375rem !important;
}
.rounded-right {
border-top-right-radius: .375rem !important;
border-bottom-right-radius: .375rem !important;
}
.rounded-bottom {
border-bottom-right-radius: .375rem !important;
border-bottom-left-radius: .375rem !important;
}
.rounded-left {
border-top-left-radius: .375rem !important;
border-bottom-left-radius: .375rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: '';
}
.fixed-top {
position: fixed;
z-index: 1030;
top: 0;
right: 0;
left: 0;
}
.fixed-bottom {
position: fixed;
z-index: 1030;
right: 0;
bottom: 0;
left: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
z-index: 1020;
top: 0;
}
}
.sr-only {
position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
padding: 0;
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
overflow: visible;
clip: auto;
width: auto;
height: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0 .5rem rgba(136, 152, 170, .075) !important;
}
.shadow, .card-profile-image img {
box-shadow: 0 8px 20px 0 rgba(40,37,89,.1) !important;
}
.shadow-lg {
box-shadow: 0 0 3rem rgba(136, 152, 170, .175) !important;
}
.shadow-none {
box-shadow: none !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #324cdd !important;
}
.text-secondary {
color: #f7fafc !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #d2e3ee !important;
}
.text-success {
color: #00d9bf !important;
}
a.text-success:hover, a.text-success:focus {
color: #02cbb3 !important;
}
.text-info {
color: #00b3ff !important;
}
a.text-info:hover, a.text-info:focus {
color: #0da5c0 !important;
}
.text-warning {
color: #f94920 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #fa3a0e !important;
}
.text-danger {
color: #d62649 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #ec0c38 !important;
}
.text-light {
color: rgba(255,255,255,0.5) !important;
}
a.text-light:hover, a.text-light:focus {
color: #919ca6 !important;
}
.text-dark {
color: #212529 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #0a0c0d !important;
}
.text-default {
color: #172b4d !important;
}
a.text-default:hover, a.text-default:focus {
color: #0b1526 !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
color: #e6e6e6 !important;
}
.text-neutral {
color: #fff !important;
}
a.text-neutral:hover, a.text-neutral:focus {
color: #e6e6e6 !important;
}
.text-darker {
color: black !important;
}
a.text-darker:hover, a.text-darker:focus {
color: black !important;
}
.text-body {
color: #39374c !important;
}
.text-muted {
color: #938ba7 !important;
}
.text-black-50 {
color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, .5) !important;
}
.text-blue {
color: #ad59ff !important;
}
a.text-blue:hover, a.text-blue:focus {
color: #324cdd !important;
}
.text-indigo {
color: #5603ad !important;
}
a.text-indigo:hover, a.text-indigo:focus {
color: #3d027b !important;
}
.text-purple {
color: #8965e0 !important;
}
a.text-purple:hover, a.text-purple:focus {
color: #683bd7 !important;
}
.text-pink {
color: #f3a4b5 !important;
}
a.text-pink:hover, a.text-pink:focus {
color: #ed7790 !important;
}
.text-red {
color: #d62649 !important;
}
a.text-red:hover, a.text-red:focus {
color: #ec0c38 !important;
}
.text-orange {
color: #f94920 !important;
}
a.text-orange:hover, a.text-orange:focus {
color: #fa3a0e !important;
}
.text-yellow {
color: #ffa21d !important;
}
a.text-yellow:hover, a.text-yellow:focus {
color: #ccab00 !important;
}
.text-green {
color: #00d9bf !important;
}
a.text-green:hover, a.text-green:focus {
color: #02cbb3 !important;
}
.text-teal {
color: #00b3ff !important;
}
a.text-teal:hover, a.text-teal:focus {
color: #0da5c0 !important;
}
.text-cyan {
color: #2bffc6 !important;
}
a.text-cyan:hover, a.text-cyan:focus {
color: #00f7b5 !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
color: #e6e6e6 !important;
}
.text-gray {
color: #938ba7 !important;
}
a.text-gray:hover, a.text-gray:focus {
color: #6a7e95 !important;
}
.text-gray-dark {
color: #32325d !important;
}
a.text-gray-dark:hover, a.text-gray-dark:focus {
color: #20203c !important;
}
.text-lighter {
color: rgba(255,255,255,0.5) !important;
}
a.text-lighter:hover, a.text-lighter:focus {
color: #cbd3da !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
border: 0;
background-color: transparent;
text-shadow: none;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*, *::before, *::after {
box-shadow: none !important;
text-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: ' (' attr(title) ')';
}
pre {
white-space: pre-wrap !important;
}
pre, blockquote {
border: 1px solid #aba8b9;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr, img {
page-break-inside: avoid;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td, .table th {
background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
border: 1px solid rgba(255,255,255,0.1) !important;
}
.table-dark {
color: inherit;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
border-color: rgba(255,255,255,0.1);
}
.table .thead-dark th {
color: inherit;
border-color: rgba(255,255,255,0.1);
}
}
iframe {
border: 0;
}
figcaption, figure, main {
display: block;
}
main {
overflow: hidden;
}
.bg-blue {
background-color: #ad59ff !important;
}
a.bg-blue:hover, a.bg-blue:focus, button.bg-blue:hover, button.bg-blue:focus {
background-color: #324cdd !important;
}
.bg-indigo {
background-color: #5603ad !important;
}
a.bg-indigo:hover, a.bg-indigo:focus, button.bg-indigo:hover, button.bg-indigo:focus {
background-color: #3d027b !important;
}
.bg-purple {
background-color: #8965e0 !important;
}
a.bg-purple:hover, a.bg-purple:focus, button.bg-purple:hover, button.bg-purple:focus {
background-color: #683bd7 !important;
}
.bg-pink {
background-color: #f3a4b5 !important;
}
a.bg-pink:hover, a.bg-pink:focus, button.bg-pink:hover, button.bg-pink:focus {
background-color: #ed7790 !important;
}
.bg-red {
background-color: #d62649 !important;
}
a.bg-red:hover, a.bg-red:focus, button.bg-red:hover, button.bg-red:focus {
background-color: #ec0c38 !important;
}
.bg-orange {
background-color: #f94920 !important;
}
a.bg-orange:hover, a.bg-orange:focus, button.bg-orange:hover, button.bg-orange:focus {
background-color: #fa3a0e !important;
}
.bg-yellow {
background-color: #ffa21d !important;
}
a.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:hover, button.bg-yellow:focus {
background-color: #ff9702 !important;
}
.bg-green {
background-color: #00d9bf !important;
}
a.bg-green:hover, a.bg-green:focus, button.bg-green:hover, button.bg-green:focus {
background-color: #02cbb3 !important;
}
.bg-teal {
background-color: #00b3ff !important;
}
a.bg-teal:hover, a.bg-teal:focus, button.bg-teal:hover, button.bg-teal:focus {
background-color: #0da5c0 !important;
}
.bg-cyan {
background-color: #2bffc6 !important;
}
a.bg-cyan:hover, a.bg-cyan:focus, button.bg-cyan:hover, button.bg-cyan:focus {
background-color: #00f7b5 !important;
}
.bg-white {
background-color: #f5f4f4 !important;
}
a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-gray {
background-color: #938ba7 !important;
}
a.bg-gray:hover, a.bg-gray:focus, button.bg-gray:hover, button.bg-gray:focus {
background-color: #6a7e95 !important;
}
.bg-gray-dark {
background-color: #32325d !important;
}
a.bg-gray-dark:hover, a.bg-gray-dark:focus, button.bg-gray-dark:hover, button.bg-gray-dark:focus {
background-color: #20203c !important;
}
.bg-light {
background-color: #ced4da !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
background-color: #b1bbc4 !important;
}
.bg-lighter {
background-color: rgb(245, 244, 247) !important;
}
a.bg-lighter:hover, a.bg-lighter:focus, button.bg-lighter:hover, button.bg-lighter:focus {
background-color: #cbd3da !important;
}
.bg-gradient-primary {
background: linear-gradient(87deg, #ad59ff 0, #825ee4 100%) !important;
}
.bg-gradient-secondary {
background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}
.bg-gradient-success {
background: linear-gradient(87deg, #00d9bf 0, #2dcecc 100%) !important;
}
.bg-gradient-info {
background: linear-gradient(87deg, #00b3ff 0, #1171ef 100%) !important;
}
.bg-gradient-warning {
background: linear-gradient(87deg, #f94920 0, #fbb140 100%) !important;
}
.bg-gradient-danger {
background: linear-gradient(87deg, #d62649 0, #f56036 100%) !important;
}
.bg-gradient-light {
background: linear-gradient(87deg, #aba8b9 0, #adaebd 100%) !important;
}
.bg-gradient-dark {
background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
.bg-gradient-white {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-neutral {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-darker {
background: linear-gradient(87deg, black 0, black 100%) !important;
}
.bg-gradient-blue {
background: linear-gradient(87deg, #55a6f7 0, #825ee4 100%) !important;
}
.bg-gradient-indigo {
background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}
.bg-gradient-purple {
background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}
.bg-gradient-pink {
background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}
.bg-gradient-red {
background: linear-gradient(87deg, #d62649 0, #f56036 100%) !important;
}
.bg-gradient-orange {
background: linear-gradient(87deg, #f94920 0, #fbb140 100%) !important;
}
.bg-gradient-yellow {
background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}
.bg-gradient-green {
background: linear-gradient(87deg, #00d9bf 0, #2dcecc 100%) !important;
}
.bg-gradient-teal {
background: linear-gradient(87deg, #00b3ff 0, #1171ef 100%) !important;
}
.bg-gradient-cyan {
background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}
.bg-gradient-white {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-gray {
background: linear-gradient(87deg, #938ba7 0, #888aaa 100%) !important;
}
.bg-gradient-gray-dark {
background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}
.bg-gradient-light {
background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}
.bg-gradient-lighter {
background: linear-gradient(87deg, rgba(255,255,255,0.1) 0, #e9eaef 100%) !important;
}
.bg-translucent-primary {
background-color: rgba(63, 87, 223, .6) !important;
}
a.bg-translucent-primary:hover, a.bg-translucent-primary:focus, button.bg-translucent-primary:hover, button.bg-translucent-primary:focus {
background-color: rgba(42, 68, 219, .6) !important;
}
.bg-translucent-secondary {
background-color: rgba(221, 234, 242, .6) !important;
}
a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus, button.bg-translucent-secondary:hover, button.bg-translucent-secondary:focus {
background-color: rgba(202, 222, 235, .6) !important;
}
.bg-translucent-success {
background-color: rgba(39, 177, 118, .6) !important;
}
a.bg-translucent-success:hover, a.bg-translucent-success:focus, button.bg-translucent-success:hover, button.bg-translucent-success:focus {
background-color: rgba(34, 156, 104, .6) !important;
}
.bg-translucent-info {
background-color: rgba(14, 177, 206, .6) !important;
}
a.bg-translucent-info:hover, a.bg-translucent-info:focus, button.bg-translucent-info:hover, button.bg-translucent-info:focus {
background-color: rgba(12, 156, 183, .6) !important;
}
.bg-translucent-warning {
background-color: rgba(250, 70, 29, .6) !important;
}
a.bg-translucent-warning:hover, a.bg-translucent-warning:focus, button.bg-translucent-warning:hover, button.bg-translucent-warning:focus {
background-color: rgba(249, 51, 5, .6) !important;
}
.bg-translucent-danger {
background-color: rgba(243, 20, 64, .6) !important;
}
a.bg-translucent-danger:hover, a.bg-translucent-danger:focus, button.bg-translucent-danger:hover, button.bg-translucent-danger:focus {
background-color: rgba(227, 11, 54, .6) !important;
}
.bg-translucent-light {
background-color: rgba(153, 163, 173, .6) !important;
}
a.bg-translucent-light:hover, a.bg-translucent-light:focus, button.bg-translucent-light:hover, button.bg-translucent-light:focus {
background-color: rgba(139, 150, 162, .6) !important;
}
.bg-translucent-dark {
background-color: rgba(17, 19, 21, .6) !important;
}
a.bg-translucent-dark:hover, a.bg-translucent-dark:focus, button.bg-translucent-dark:hover, button.bg-translucent-dark:focus {
background-color: rgba(6, 6, 7, .6) !important;
}
.bg-translucent-default {
background-color: rgba(15, 28, 50, .6) !important;
}
a.bg-translucent-default:hover, a.bg-translucent-default:focus, button.bg-translucent-default:hover, button.bg-translucent-default:focus {
background-color: rgba(9, 17, 30, .6) !important;
}
.bg-translucent-white {
background-color: rgba(237, 237, 237, .6) !important;
}
a.bg-translucent-white:hover, a.bg-translucent-white:focus, button.bg-translucent-white:hover, button.bg-translucent-white:focus {
background-color: rgba(224, 224, 224, .6) !important;
}
.bg-translucent-neutral {
background-color: rgba(237, 237, 237, .6) !important;
}
a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus, button.bg-translucent-neutral:hover, button.bg-translucent-neutral:focus {
background-color: rgba(224, 224, 224, .6) !important;
}
.bg-translucent-darker {
background-color: rgba(255, 255, 255, .6) !important;
}
a.bg-translucent-darker:hover, a.bg-translucent-darker:focus, button.bg-translucent-darker:hover, button.bg-translucent-darker:focus {
background-color: rgba(255, 255, 255, .6) !important;
}
.section-primary {
background-color: #f8f9fe !important;
}
a.section-primary:hover, a.section-primary:focus, button.section-primary:hover, button.section-primary:focus {
background-color: #cbd3f8 !important;
}
.section-secondary {
background-color: #f7fafc !important;
}
a.section-secondary:hover, a.section-secondary:focus, button.section-secondary:hover, button.section-secondary:focus {
background-color: #d2e3ee !important;
}
.section-light {
background-color: #ced4da !important;
}
a.section-light:hover, a.section-light:focus, button.section-light:hover, button.section-light:focus {
background-color: #b1bbc4 !important;
}
.section-dark {
background-color: #212529 !important;
}
a.section-dark:hover, a.section-dark:focus, button.section-dark:hover, button.section-dark:focus {
background-color: #0a0c0d !important;
}
.section-darker {
background-color: black !important;
}
a.section-darker:hover, a.section-darker:focus, button.section-darker:hover, button.section-darker:focus {
background-color: black !important;
}
.bg-gradient-primary {
background:linear-gradient(87deg, #ad59ff 0, #7659ff 100%) !important;
}
.bg-gradient-secondary {
background: linear-gradient(87deg, #7c59ff 0, #5a39ef 100%) !important;
}
.bg-gradient-success {
background: linear-gradient(87deg, #00d9bf 0, #00d977 100%) !important;
}
.bg-gradient-info {
background: linear-gradient(87deg, #24bdff 0,#2499ff 100%) !important;
}
.bg-gradient-warning {
background: linear-gradient(87deg, #f94920 0, #fbb140 100%) !important;
}
.bg-gradient-yellow {
background: linear-gradient(87deg, #fc0 0, #ffa100 100%) !important;
}
.bg-gradient-danger {
background: linear-gradient(87deg, #d62649 0, #f56036 100%) !important;
}
.bg-gradient-light {
background: linear-gradient(87deg, #aba8b9 0, #adaebd 100%) !important;
}
.bg-gradient-dark {
background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #0b1e70 , #0b1e70 100%) !important;
}
.bg-gradient-white {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-neutral {
background: linear-gradient(87deg, #fff 0, white 100%) !important;
}
.bg-gradient-darker {
background: linear-gradient(87deg, black 0, black 100%) !important;
}
.fill-primary {
fill: #ad59ff ;
}
.stroke-primary {
stroke: #ad59ff ;
}
.fill-secondary {
fill: #f7fafc;
}
.stroke-secondary {
stroke: #f7fafc;
}
.fill-success {
fill: #00d9bf;
}
.stroke-success {
stroke: #00d9bf;
}
.fill-info {
fill: #00b3ff;
}
.stroke-info {
stroke: #00b3ff;
}
.fill-warning {
fill: #f94920;
}
.stroke-warning {
stroke: #f94920;
}
.fill-danger {
fill: #d62649;
}
.stroke-danger {
stroke: #d62649;
}
.fill-light {
fill: #aba8b9;
}
.stroke-light {
stroke: #aba8b9;
}
.fill-dark {
fill: #212529;
}
.stroke-dark {
stroke: #212529;
}
.fill-default {
fill: #172b4d;
}
.stroke-default {
stroke: #172b4d;
}
.fill-white {
fill: #fff;
}
.stroke-white {
stroke: #fff;
}
.fill-neutral {
fill: #fff;
}
.stroke-neutral {
stroke: #fff;
}
.fill-darker {
fill: black;
}
.stroke-darker {
stroke: black;
}
.fill-opacity-8 {
fill-opacity: .8;
}
.floating {
animation: floating 3s ease infinite;
will-change: transform;
}
.floating:hover {
animation-play-state: paused;
}
.floating-lg {
animation: floating-lg 3s ease infinite;
}
.floating-sm {
animation: floating-sm 3s ease infinite;
}
@keyframes floating-lg {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(15px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating-sm {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.floatfix:before, .floatfix:after {
display: table;
content: '';
}
.floatfix:after {
clear: both;
}
.img-center {
display: block;
margin-right: auto;
margin-left: auto;
}
.table thead th {
padding-top: .75rem;
padding-bottom: .75rem;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dataTable.table thead th {
border-bottom: 0;
border-top: 0;
}
.table th {
font-weight: 600;
}
.table td .progress {
width: 120px;
height: 3px;
margin: 0;
}
.table td, .table th {
font-size: .8125rem;
white-space: nowrap;
}
.table.align-items-center td, .table.align-items-center th {
vertical-align: middle;
}
.table .thead-dark th {
color: #fff;
background-color: rgb(169, 89, 255);
}
.table .thead-light th {
color: #fff;
background-color: rgba(255,255,255,0.2);
}
.table-hover tr {
transition: all .15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.table-hover tr {
transition: none;
}
}
.table-flush td, .table-flush th {
border-right: 0;
border-left: 0;
}
.table-flush tbody tr:first-child td, .table-flush tbody tr:first-child th {
border-top: 0;
}
.table-flush tbody tr:last-child td, .table-flush tbody tr:last-child th {
border-bottom: 0;
}
.card .table {
margin-bottom: 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
border:2px solid #2d2a53 !important;
}
.card .dataTables_wrapper .table td, .card .dataTables_wrapper .table th {
padding-left: 0.5rem;
}
.card .table td, .card .table th {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
p {
font-size: 1rem;
font-weight: 300;
line-height: 1.7;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.7;
margin-top: 1.5rem;
}
.lead+.btn-wrapper {
margin-top: 3rem;
}
.description {
font-size: .875rem;
}
/*----Chart Circle---*/
.chart-circle {
display: block;
height: 8rem;
width: 8rem;
position: relative;
margin: 0 auto;
}
.chart-circle canvas {
margin: 0 auto;
display: block;
max-width: 100%;
max-height: 100%;
}
.chart-circle-xs {
height: 2.5rem;
width: 2.5rem;
font-size: .8rem;
}
.chart-circle-sm {
height: 4rem;
width: 4rem;
font-size: .8rem;
}
.chart-circle-lg {
height: 10rem;
width: 10rem;
font-size: .8rem;
}
.chart-circle-value {
position: absolute;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1;
}
.chart-circle-value small {
display: block;
color: #9aa0ac;
font-size: 0.9375rem;
}
@media (max-width:480px){
.chart-circle-value .text-xxl{
font-size: 1.8rem !important;
}
.container-login100 {
min-height: 90vh !important;
}
.balance-sheet .text-lg{
font-size: 1.15rem !important;
}
.text .text-muted{
color: #51575d !important;
}
.card-header h2 {
font-weight: 600;
font-size: 1rem;
}
.hr-charts h2{
font-size: 1rem;
}
.service-content h2{
font-size: 1.12rem;
}
.fc-center h2{
font-size:11px;
margin-top: 7px;
}
.fc-button{
font-size: 0.65rem !important;
}
.tab-pane .profile-content .media-body:last-child{
margin-left: 0px;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
font-size:50px !important;
}
.pt-inner .pti-header>h2{
font-size:40px !important;
}
}
/*----Chart Circle---*/
/*----Chart Circle---*/
#property-list img {
width: 100%;
border: 5px solid #ecf0f1;
margin-bottom: 7px;
} | 0.320609 | 0.074433 |
.module h3.header {
margin: 0px;
padding: 0px;
font-size: 16px;
color: #323232;
font-weight: normal;
}
.module span.header-2,
.module span.header-3 { display: block; }
.module h3.header span.title {
display: block;
font-size: 16px;
line-height: 26px;
}
.module h3.header span.subtitle {
display: block;
margin-top: -5px;
line-height: 10px;
font-size: 9px;
font-weight: normal;
letter-spacing: 0px;
text-indent: 1px;
text-transform: lowercase;
}
/*
* space between modules
*/
div.separator .module { margin: 0px 0px 0px 0px; }
#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin-bottom: 0px; }
#left div.last,
#right div.last,
#contentleft div.last,
#contentright div.last { margin-bottom: 0px; }
#top .topblock .module { margin: 0px 0px 0px 0px; }
#bottom .bottomblock .module { margin: 0px 0px 0px 0px; }
/*
* header module positions
*/
#toolbar .left .module,
#headerbar .left .module {
margin-right: 15px;
float: left;
}
#toolbar .right .module,
#headerbar .right .module {
margin-left: 15px;
float: right;
}
/*
* badge styles
*/
div.module { position: relative; }
div.module div.badge {
position: absolute;
top: 0px;
right: 0px;
width: 39px;
height: 39px;
background: url(../images/module_badges.png) 0 0 no-repeat;
overflow: hidden;
z-index: 1;
}
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }
/*
* icon styles
*/
div.module h3.header span.icon {
display: block;
position: relative;
left: 0px;
width: 32px;
height: 30px;
background: url(../images/module_icons.png) 0 0 no-repeat;
overflow: hidden;
float: left;
}
div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }
/*
* module: blank
*/
div.mod-blank { overflow: hidden; }
/*
* module: dropdown
*/
#menu ul.mod-dropdown {
padding-left: 0px;
background: none;
}
#menu .mod-dropdown .module {
padding: 5px;
overflow: hidden;
}
#menu .mod-dropdown .dropdown { width: 300px; }
/*
* module: headermodule
*/
div.mod-headerbar {
overflow: hidden;
min-height: 75px;
}
.right div.mod-headerbar {
border-left: 1px solid #E5E5E5;
padding: 5px 0px 5px 10px;
}
.right div.mod-headerbar.last { border-left: none; }
.left div.mod-headerbar {
border-right: 1px solid #E5E5E5;
padding: 5px 10px 5px 0px;
}
.left div.mod-headerbar.last { border-right: none; }
div.mod-headerbar span.header-3 {
font-size: 14px;
color: #000000;
margin-bottom: 5px;
}
/*
* module: box
*/
div.mod-box div.box-t1 { background: url(../images/module_box_corners.png) 0 0 no-repeat; }
div.mod-box div.box-t2 {
padding: 0px 7px 0px 7px;
background: url(../images/module_box_corners.png) 100% -17px no-repeat;
}
div.mod-box div.box-t3 {
height: 7px;
background: url(../images/module_box_corners.png) 0 -34px repeat-x;
overflow: hidden;
}
div.mod-box div.box-1 { background: url(../images/module_box_edges.png) 0 0 repeat-y; }
div.mod-box div.box-2 {
padding: 0px 5px 0px 5px;
background: url(../images/module_box_edges.png) 100% 0 repeat-y;
}
div.mod-box div.box-3 {
padding: 10px;
background: #ffffff;
overflow: hidden;
}
div.mod-box div.box-b1 { background: url(../images/module_box_corners.png) 0 -51px no-repeat; }
div.mod-box div.box-b2 {
padding: 0px 7px 0px 7px;
background: url(../images/module_box_corners.png) 100% -68px no-repeat;
}
div.mod-box div.box-b3 {
height: 7px;
background: url(../images/module_box_corners.png) 0 -85px repeat-x;
overflow: hidden;
}
div.mod-box h3.header {
height: 35px;
margin-top: -10px;
line-height: 35px;
}
div.mod-box h3.header span.title {
font-size: 15px;
line-height: 26px;
}
div.mod-box h3.header span.subtitle { margin-top: -4px; }
div.mod-box h3.header span.icon { top: 2px; left: -3px; }
div.mod-box div.badge { top: 5px; right: 5px; }
/* header: blue */
div.mod-box-header h3.header {
position: absolute;
top: 4px;
left: 5px;
right: 5px;
z-index: 1;
height: auto;
margin-top: 0px;
background: url(../images/module_box_corners.png) 0 -102px repeat-x;
font-size: 15px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
div.mod-box-header span.header-3 {
height: 45px;
padding-left: 10px;
line-height: 37px;
overflow: hidden;
}
div.mod-box-header div.with-header { padding-top: 40px; }
/* color gradient */
div.mod-box-gradient div.box-t1,
div.mod-box-gradient div.box-t2,
div.mod-box-gradient div.box-t3,
div.mod-box-gradient div.box-b1,
div.mod-box-gradient div.box-b2,
div.mod-box-gradient div.box-b3 { background-image: url(../images/module_box_gradient_corners.png); }
div.mod-box-gradient div.box-3 {
padding: 10px 9px 10px 9px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
background: #ffffff url(../images/module_box_gradient_corners.png) 0 -157px repeat-x;
}
div.mod-box-gradient.mod-box-header div.with-header { padding-top: 40px; }
/* color black */
div.mod-box-black div.box-t1,
div.mod-box-black div.box-t2,
div.mod-box-black div.box-t3,
div.mod-box-black div.box-b1,
div.mod-box-black div.box-b2,
div.mod-box-black div.box-b3 { background-image: url(../images/module_box_black_corners.png); }
div.mod-box-black div.box-3 {
border-left: 1px solid #323232;
border-right: 1px solid #323232;
background: #505152;
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,1);
}
div.mod-box-black h3.header {
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,1);
}
div.mod-box-black.mod-box-header h3.header {
background-image: url(../images/module_box_black_corners.png);
color: #505050;
text-shadow: 1px 1px 0px rgba(255,255,255,1);
}
div.mod-box-black em.box { border: 1px dotted #969696; background: #333333; }
div.mod-box-black a {
color: #ffffff;
text-decoration: underline;
}
div.mod-box-black a:hover {
color: #ffffff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}
/* color templatecolor */
div.mod-box-templatecolor div.box-t1,
div.mod-box-templatecolor div.box-t2,
div.mod-box-templatecolor div.box-t3,
div.mod-box-templatecolor div.box-b1,
div.mod-box-templatecolor div.box-b2,
div.mod-box-templatecolor div.box-b3 { background-image: url(../images/module_box_templatecolor_corners.png); }
div.mod-box-templatecolor div.box-3 {
border-left: 1px solid #305B7F;
border-right: 1px solid #305B7F;
background: #407AA9;
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
div.mod-box-templatecolor h3.header {
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
div.mod-box-templatecolor.mod-box-header h3.header {
background-image: url(../images/module_box_templatecolor_corners.png);
color: #305B7F;
text-shadow: 1px 1px 0px rgba(255,255,255,1);
}
div.mod-box-templatecolor em.box { border: 1px dotted #85B0E4; background: #305B7F; }
div.mod-box-templatecolor a {
color: #ffffff;
text-decoration: underline;
}
div.mod-box-templatecolor a:hover {
color: #ffffff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
/* color beige */
div.mod-box-beige div.box-t1,
div.mod-box-beige div.box-t2,
div.mod-box-beige div.box-t3,
div.mod-box-beige div.box-b1,
div.mod-box-beige div.box-b2,
div.mod-box-beige div.box-b3 { background-image: url(../images/module_box_beige_corners.png); }
div.mod-box-beige div.box-3 {
border-left: 1px solid #BCB5AD;
border-right: 1px solid #BCB5AD;
background: #F5F0DC;
}
div.mod-box-beige.mod-box-header h3.header { background-image: url(../images/module_box_beige_corners.png); }
/* menu */
div.mod-menu-box div.box-3 { padding: 0px 1px 0px 1px; }
div.mod-menu-box div.box-b1 { background-position: 0 -52px; }
div.mod-menu-box div.box-b2 { background-position: 100% -69px; }
div.mod-menu-box div.box-b3 { background-position: 0 -86px; height: 6px; }
div.mod-menu-box span.header-3 { height: 37px; }
div.mod-menu-box div.with-header { padding-top: 34px; }
/*
* module: polaroid
*/
div.mod-polaroid div.badge-tape {
position: absolute;
top: -13px;
left: 50%;
width: 114px;
height: 38px;
margin-left: -57px;
background: url(../images/module_polaroid_tape.png) 0 0 no-repeat;
z-index: 1;
}
div.mod-polaroid div.box-1 {
margin-top: 13px;
padding: 10px 10px 5px 10px;
border-top: 1px solid #C8C8C8;
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
background: #ffffff url(../images/module_polaroid_bg.png) 0 100% repeat-x;
overflow: hidden;
}
div.mod-polaroid div.box-2 {
margin-bottom: 5px;
background: #000000;
}
div.mod-polaroid div.box-3 {
padding: 10px 15px 10px 15px;
overflow: hidden;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
color: #C8C8C8;
}
div.mod-polaroid div.box-b1 {
background: url(../images/module_polaroid_shadows.png) 0 0 no-repeat;
}
div.mod-polaroid div.box-b2 {
padding: 0px 70px 0px 70px;
background: url(../images/module_polaroid_shadows.png) 100% -5px no-repeat;
}
div.mod-polaroid div.box-b3 {
height: 5px;
background: url(../images/module_polaroid_shadows.png) 0 -10px repeat-x;
}
div.mod-polaroid h3.header {
height: 25px;
margin: 0px 0px 0px 0px;
line-height: 25px;
text-align: center;
letter-spacing: -1px;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
color: #323232;
text-shadow: none;
}
#left div.mod-polaroid,
#right div.mod-polaroid,
#contentleft div.mod-polaroid,
#contentright div.mod-polaroid { margin: 20px 6px 15px 6px; }
/*
* module: postit
*/
div.mod-postit div.box-1 {
background: #FFFFAA;
color: #323232;
}
div.mod-postit div.box-2 {
padding: 15px 15px 0px 15px;
overflow: hidden;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
}
div.mod-postit div.box-b1 {
background: url(../images/module_postit_shadows.png) 0 0 no-repeat;
}
div.mod-postit div.box-b2 {
padding: 0px 90px 0px 60px;
background: url(../images/module_postit_shadows.png) 100% -40px no-repeat;
}
div.mod-postit div.box-b3 {
height: 40px;
background: url(../images/module_postit_shadows.png) 0 -80px repeat-x;
}
div.mod-postit h3.header {
height: 30px;
margin: -15px -15px 5px -15px;
background: #FFFFDA;
line-height: 30px;
text-indent: 15px;
letter-spacing: -1px;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
color: #323232;
text-shadow: none;
}
#left div.mod-postit,
#right div.mod-postit,
#contentleft div.mod-postit,
#contentright div.mod-postit { margin: 10px 6px 10px 6px; } | css/variations/css/modules.css | .module h3.header {
margin: 0px;
padding: 0px;
font-size: 16px;
color: #323232;
font-weight: normal;
}
.module span.header-2,
.module span.header-3 { display: block; }
.module h3.header span.title {
display: block;
font-size: 16px;
line-height: 26px;
}
.module h3.header span.subtitle {
display: block;
margin-top: -5px;
line-height: 10px;
font-size: 9px;
font-weight: normal;
letter-spacing: 0px;
text-indent: 1px;
text-transform: lowercase;
}
/*
* space between modules
*/
div.separator .module { margin: 0px 0px 0px 0px; }
#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin-bottom: 0px; }
#left div.last,
#right div.last,
#contentleft div.last,
#contentright div.last { margin-bottom: 0px; }
#top .topblock .module { margin: 0px 0px 0px 0px; }
#bottom .bottomblock .module { margin: 0px 0px 0px 0px; }
/*
* header module positions
*/
#toolbar .left .module,
#headerbar .left .module {
margin-right: 15px;
float: left;
}
#toolbar .right .module,
#headerbar .right .module {
margin-left: 15px;
float: right;
}
/*
* badge styles
*/
div.module { position: relative; }
div.module div.badge {
position: absolute;
top: 0px;
right: 0px;
width: 39px;
height: 39px;
background: url(../images/module_badges.png) 0 0 no-repeat;
overflow: hidden;
z-index: 1;
}
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }
/*
* icon styles
*/
div.module h3.header span.icon {
display: block;
position: relative;
left: 0px;
width: 32px;
height: 30px;
background: url(../images/module_icons.png) 0 0 no-repeat;
overflow: hidden;
float: left;
}
div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }
/*
* module: blank
*/
div.mod-blank { overflow: hidden; }
/*
* module: dropdown
*/
#menu ul.mod-dropdown {
padding-left: 0px;
background: none;
}
#menu .mod-dropdown .module {
padding: 5px;
overflow: hidden;
}
#menu .mod-dropdown .dropdown { width: 300px; }
/*
* module: headermodule
*/
div.mod-headerbar {
overflow: hidden;
min-height: 75px;
}
.right div.mod-headerbar {
border-left: 1px solid #E5E5E5;
padding: 5px 0px 5px 10px;
}
.right div.mod-headerbar.last { border-left: none; }
.left div.mod-headerbar {
border-right: 1px solid #E5E5E5;
padding: 5px 10px 5px 0px;
}
.left div.mod-headerbar.last { border-right: none; }
div.mod-headerbar span.header-3 {
font-size: 14px;
color: #000000;
margin-bottom: 5px;
}
/*
* module: box
*/
div.mod-box div.box-t1 { background: url(../images/module_box_corners.png) 0 0 no-repeat; }
div.mod-box div.box-t2 {
padding: 0px 7px 0px 7px;
background: url(../images/module_box_corners.png) 100% -17px no-repeat;
}
div.mod-box div.box-t3 {
height: 7px;
background: url(../images/module_box_corners.png) 0 -34px repeat-x;
overflow: hidden;
}
div.mod-box div.box-1 { background: url(../images/module_box_edges.png) 0 0 repeat-y; }
div.mod-box div.box-2 {
padding: 0px 5px 0px 5px;
background: url(../images/module_box_edges.png) 100% 0 repeat-y;
}
div.mod-box div.box-3 {
padding: 10px;
background: #ffffff;
overflow: hidden;
}
div.mod-box div.box-b1 { background: url(../images/module_box_corners.png) 0 -51px no-repeat; }
div.mod-box div.box-b2 {
padding: 0px 7px 0px 7px;
background: url(../images/module_box_corners.png) 100% -68px no-repeat;
}
div.mod-box div.box-b3 {
height: 7px;
background: url(../images/module_box_corners.png) 0 -85px repeat-x;
overflow: hidden;
}
div.mod-box h3.header {
height: 35px;
margin-top: -10px;
line-height: 35px;
}
div.mod-box h3.header span.title {
font-size: 15px;
line-height: 26px;
}
div.mod-box h3.header span.subtitle { margin-top: -4px; }
div.mod-box h3.header span.icon { top: 2px; left: -3px; }
div.mod-box div.badge { top: 5px; right: 5px; }
/* header: blue */
div.mod-box-header h3.header {
position: absolute;
top: 4px;
left: 5px;
right: 5px;
z-index: 1;
height: auto;
margin-top: 0px;
background: url(../images/module_box_corners.png) 0 -102px repeat-x;
font-size: 15px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
div.mod-box-header span.header-3 {
height: 45px;
padding-left: 10px;
line-height: 37px;
overflow: hidden;
}
div.mod-box-header div.with-header { padding-top: 40px; }
/* color gradient */
div.mod-box-gradient div.box-t1,
div.mod-box-gradient div.box-t2,
div.mod-box-gradient div.box-t3,
div.mod-box-gradient div.box-b1,
div.mod-box-gradient div.box-b2,
div.mod-box-gradient div.box-b3 { background-image: url(../images/module_box_gradient_corners.png); }
div.mod-box-gradient div.box-3 {
padding: 10px 9px 10px 9px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
background: #ffffff url(../images/module_box_gradient_corners.png) 0 -157px repeat-x;
}
div.mod-box-gradient.mod-box-header div.with-header { padding-top: 40px; }
/* color black */
div.mod-box-black div.box-t1,
div.mod-box-black div.box-t2,
div.mod-box-black div.box-t3,
div.mod-box-black div.box-b1,
div.mod-box-black div.box-b2,
div.mod-box-black div.box-b3 { background-image: url(../images/module_box_black_corners.png); }
div.mod-box-black div.box-3 {
border-left: 1px solid #323232;
border-right: 1px solid #323232;
background: #505152;
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,1);
}
div.mod-box-black h3.header {
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,1);
}
div.mod-box-black.mod-box-header h3.header {
background-image: url(../images/module_box_black_corners.png);
color: #505050;
text-shadow: 1px 1px 0px rgba(255,255,255,1);
}
div.mod-box-black em.box { border: 1px dotted #969696; background: #333333; }
div.mod-box-black a {
color: #ffffff;
text-decoration: underline;
}
div.mod-box-black a:hover {
color: #ffffff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}
/* color templatecolor */
div.mod-box-templatecolor div.box-t1,
div.mod-box-templatecolor div.box-t2,
div.mod-box-templatecolor div.box-t3,
div.mod-box-templatecolor div.box-b1,
div.mod-box-templatecolor div.box-b2,
div.mod-box-templatecolor div.box-b3 { background-image: url(../images/module_box_templatecolor_corners.png); }
div.mod-box-templatecolor div.box-3 {
border-left: 1px solid #305B7F;
border-right: 1px solid #305B7F;
background: #407AA9;
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
div.mod-box-templatecolor h3.header {
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
div.mod-box-templatecolor.mod-box-header h3.header {
background-image: url(../images/module_box_templatecolor_corners.png);
color: #305B7F;
text-shadow: 1px 1px 0px rgba(255,255,255,1);
}
div.mod-box-templatecolor em.box { border: 1px dotted #85B0E4; background: #305B7F; }
div.mod-box-templatecolor a {
color: #ffffff;
text-decoration: underline;
}
div.mod-box-templatecolor a:hover {
color: #ffffff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
/* color beige */
div.mod-box-beige div.box-t1,
div.mod-box-beige div.box-t2,
div.mod-box-beige div.box-t3,
div.mod-box-beige div.box-b1,
div.mod-box-beige div.box-b2,
div.mod-box-beige div.box-b3 { background-image: url(../images/module_box_beige_corners.png); }
div.mod-box-beige div.box-3 {
border-left: 1px solid #BCB5AD;
border-right: 1px solid #BCB5AD;
background: #F5F0DC;
}
div.mod-box-beige.mod-box-header h3.header { background-image: url(../images/module_box_beige_corners.png); }
/* menu */
div.mod-menu-box div.box-3 { padding: 0px 1px 0px 1px; }
div.mod-menu-box div.box-b1 { background-position: 0 -52px; }
div.mod-menu-box div.box-b2 { background-position: 100% -69px; }
div.mod-menu-box div.box-b3 { background-position: 0 -86px; height: 6px; }
div.mod-menu-box span.header-3 { height: 37px; }
div.mod-menu-box div.with-header { padding-top: 34px; }
/*
* module: polaroid
*/
div.mod-polaroid div.badge-tape {
position: absolute;
top: -13px;
left: 50%;
width: 114px;
height: 38px;
margin-left: -57px;
background: url(../images/module_polaroid_tape.png) 0 0 no-repeat;
z-index: 1;
}
div.mod-polaroid div.box-1 {
margin-top: 13px;
padding: 10px 10px 5px 10px;
border-top: 1px solid #C8C8C8;
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
background: #ffffff url(../images/module_polaroid_bg.png) 0 100% repeat-x;
overflow: hidden;
}
div.mod-polaroid div.box-2 {
margin-bottom: 5px;
background: #000000;
}
div.mod-polaroid div.box-3 {
padding: 10px 15px 10px 15px;
overflow: hidden;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
color: #C8C8C8;
}
div.mod-polaroid div.box-b1 {
background: url(../images/module_polaroid_shadows.png) 0 0 no-repeat;
}
div.mod-polaroid div.box-b2 {
padding: 0px 70px 0px 70px;
background: url(../images/module_polaroid_shadows.png) 100% -5px no-repeat;
}
div.mod-polaroid div.box-b3 {
height: 5px;
background: url(../images/module_polaroid_shadows.png) 0 -10px repeat-x;
}
div.mod-polaroid h3.header {
height: 25px;
margin: 0px 0px 0px 0px;
line-height: 25px;
text-align: center;
letter-spacing: -1px;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
color: #323232;
text-shadow: none;
}
#left div.mod-polaroid,
#right div.mod-polaroid,
#contentleft div.mod-polaroid,
#contentright div.mod-polaroid { margin: 20px 6px 15px 6px; }
/*
* module: postit
*/
div.mod-postit div.box-1 {
background: #FFFFAA;
color: #323232;
}
div.mod-postit div.box-2 {
padding: 15px 15px 0px 15px;
overflow: hidden;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
}
div.mod-postit div.box-b1 {
background: url(../images/module_postit_shadows.png) 0 0 no-repeat;
}
div.mod-postit div.box-b2 {
padding: 0px 90px 0px 60px;
background: url(../images/module_postit_shadows.png) 100% -40px no-repeat;
}
div.mod-postit div.box-b3 {
height: 40px;
background: url(../images/module_postit_shadows.png) 0 -80px repeat-x;
}
div.mod-postit h3.header {
height: 30px;
margin: -15px -15px 5px -15px;
background: #FFFFDA;
line-height: 30px;
text-indent: 15px;
letter-spacing: -1px;
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style: italic;
color: #323232;
text-shadow: none;
}
#left div.mod-postit,
#right div.mod-postit,
#contentleft div.mod-postit,
#contentright div.mod-postit { margin: 10px 6px 10px 6px; } | 0.223716 | 0.065157 |
:root {
--dino-top: 314px;
--dino-max-top: 20px;
}
body {
margin: 0px;
}
#wrapper {
height: 100%;
width: 100%;
position: absolute;
background-color: gray;
}
#game-space {
height: 500px;
width: 100%;
top: 200px;
left: 0px;
position: absolute;
background-color: white;
overflow: hidden;
}
@keyframes dino-move{
from{
left: 0%;
}
to{
left: 20%;
}
}
@keyframes dino-jump{
from{
top: var(--dino-top);
animation-timing-function: ease-out;
}
50%{
top: var(--dino-max-top);
animation-timing-function: ease-in;
}
to{
top: var(--dino-top);
animation-timing-function: ease-in;
}
}
@keyframes dino-incl{
from{
left: 0%;
}
to{
left: 20%;
}
}
/* @keyframes dino-jump{
from{
top: var(--dino-top);
animation-timing-function: cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
50%{
top: var(--dino-max-top);
animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
}
to{
top: var(--dino-top);
animation-timing-function: ease-in;
}
} */
#dino {
position: absolute;
left: 72px;
top: 314px;
z-index: 300;
}
.dino-jump {
animation-name: dino-jump;
animation-duration: 1s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
}
@keyframes cloud-move {
from{
left: 100%;
}
to{
left: -150px;
}
}
@keyframes cactus-move {
from{
left: 100%;
}
to{
left: -74px;
}
}
/***********/
@keyframes ground-move {
from{
left: 100%;
}
to{
left: -74px;
}
}
/*************/
svg {
position: absolute;
display: block;
}
#cactus-one {
position: absolute;
animation-name: cactus-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
.cactuses {
left: 100%;
z-index: 200;
animation-name: cactus-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
.cactus {
left: 800px;
animation-name: cactus-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
z-index: 200;
}
.big-cactus {
top: 301px;
}
#cloud {
position: absolute;
left: 800px;
top:40px;
animation-name: cloud-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
z-index: 100;
}
.clouds {
position: absolute;
animation-name: cloud-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
/* *********************************** */
#ground {
position: absolute;
left: 100%;
top:442px;
animation-name: ground-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
z-index: 100;
}
.grounds {
position: absolute;
left: 100%;
top:442px;
animation-name: ground-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
/* ******************************************* */
.myclass
{
position: absolute;
top: 100px;
}
h1{
text-align: center;
color: honeydew;
margin-bottom: 0px;
font-family: "Comic Sans MS";
}
#score{
font-size: 50px;
margin-top: 0px;
}
neuro-dino {
position: absolute;
left: 72px;
top: 314px;
z-index: 300;
}
.dino-jump2 {
animation-name: dino-jump;
animation-duration: 5s;
animation-iteration-count: 1;
animation-timing-function: linear;
} | apps/neuro-dino/css/style.css | :root {
--dino-top: 314px;
--dino-max-top: 20px;
}
body {
margin: 0px;
}
#wrapper {
height: 100%;
width: 100%;
position: absolute;
background-color: gray;
}
#game-space {
height: 500px;
width: 100%;
top: 200px;
left: 0px;
position: absolute;
background-color: white;
overflow: hidden;
}
@keyframes dino-move{
from{
left: 0%;
}
to{
left: 20%;
}
}
@keyframes dino-jump{
from{
top: var(--dino-top);
animation-timing-function: ease-out;
}
50%{
top: var(--dino-max-top);
animation-timing-function: ease-in;
}
to{
top: var(--dino-top);
animation-timing-function: ease-in;
}
}
@keyframes dino-incl{
from{
left: 0%;
}
to{
left: 20%;
}
}
/* @keyframes dino-jump{
from{
top: var(--dino-top);
animation-timing-function: cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
50%{
top: var(--dino-max-top);
animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
}
to{
top: var(--dino-top);
animation-timing-function: ease-in;
}
} */
#dino {
position: absolute;
left: 72px;
top: 314px;
z-index: 300;
}
.dino-jump {
animation-name: dino-jump;
animation-duration: 1s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
}
@keyframes cloud-move {
from{
left: 100%;
}
to{
left: -150px;
}
}
@keyframes cactus-move {
from{
left: 100%;
}
to{
left: -74px;
}
}
/***********/
@keyframes ground-move {
from{
left: 100%;
}
to{
left: -74px;
}
}
/*************/
svg {
position: absolute;
display: block;
}
#cactus-one {
position: absolute;
animation-name: cactus-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
.cactuses {
left: 100%;
z-index: 200;
animation-name: cactus-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
.cactus {
left: 800px;
animation-name: cactus-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
z-index: 200;
}
.big-cactus {
top: 301px;
}
#cloud {
position: absolute;
left: 800px;
top:40px;
animation-name: cloud-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
z-index: 100;
}
.clouds {
position: absolute;
animation-name: cloud-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
/* *********************************** */
#ground {
position: absolute;
left: 100%;
top:442px;
animation-name: ground-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
z-index: 100;
}
.grounds {
position: absolute;
left: 100%;
top:442px;
animation-name: ground-move;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
/* ******************************************* */
.myclass
{
position: absolute;
top: 100px;
}
h1{
text-align: center;
color: honeydew;
margin-bottom: 0px;
font-family: "Comic Sans MS";
}
#score{
font-size: 50px;
margin-top: 0px;
}
neuro-dino {
position: absolute;
left: 72px;
top: 314px;
z-index: 300;
}
.dino-jump2 {
animation-name: dino-jump;
animation-duration: 5s;
animation-iteration-count: 1;
animation-timing-function: linear;
} | 0.661814 | 0.129155 |
1.Settings Menu Area
1.a. Sidebar
1.b. Content Area
1.c. Close Button
1.d. Support Server Dialog
2. Guild Area
2.a. Roundness
2.b. Adjusted Size
2.c. Unread Indicators
2.d. Guild Menu
2.e. Wrapper Width
2.f. Home Icon
2.g. Tooltips
2.h. Friends Online
3. Channels and Categories
3.a. Categories
3.b. Selected and Hovered Channels
4. Shadow
4.a. Remove Shadow
4.b. Text Shadow
5. Chat Area
5.a. Jump To Present
5.b. Chat Scrollbar
5.c. User Popouts
5.d. Mentions
5.e. Reactions
5.f. Search Bar
5.g. Embeds
5.h. Send Messages Area
5.i. New Server Welcome Message
5.j. Chat Dividers
6. Fonting
6.a. Username Font
7. Friends List
7.a. Menu Buttons
8. Titlebar
8.a. Main Titlebar
9. Things That Don't Fit Into Categories smh
9.a. Greeting Message
9.b. Background Position
9.c. Background Brightness
9.d. Help Modal
10. Avatars
10.a. Avatar Shadow
10.b. Status
*/
/*============= OLD REBORN =============
=========== BY TROPICAL ===========*/
:root {
--theme-name:"Reborn";
}
/*1. Settings Menu Area
1.a. Sidebar*/
/*Margin*/
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN, .standardSidebarView-3F1I7i .sidebarRegion-VFTUkN .sidebarRegionScroller-3MXcoP {
-webkit-box-flex: 1;
-webkit-box-pack: end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: flex-end;
}
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN {-ms-flex: 1 0 218px;
-ms-flex-pack: end;
flex: 1 0 218px;
z-index: 1;
}
/*Makes Sidebar Background Transparent*/
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN .sidebarRegionScroller-3MXcoP {
background-color: transparent !important;
}
/*Sidebar Categories*/
.side-8zPYf6 .header-2RyJ0Y, .theme-dark #bd-settings-sidebar .ui-tab-bar-header {
border-bottom:2px solid var(--main-color) !important;
color:white !important;
font-size:14px !important;
text-align:center !important;
margin-bottom:3px !Important;
padding: 3px 0px !important;
}
/*1.b. Content Area*/
/*Theme and Plugin Dialogs*/
.theme-dark .bda-slist li:hover {transform: scale(1.02); box-shadow: 0px 0px 6px 0px #161617 !important;}
.theme-dark .bda-slist .bda-header {border-bottom: 2px solid var(--main-color) !important;}
.theme-dark .bda-slist li {
background:var(--secondary-color) !important;
border-bottom:none;
box-shadow: 0px 0px 3px 0px #161617;
transition: .2s all linear;
border-top: 1px solid #121213 !important;
}
/*Add Darkness*/
.theme-dark .standardSidebarView-3F1I7i{background:rgba(0,0,0,0.4) !important;}
/*1.c. Close Button*/
.theme-dark .bda-slist li {width:660px !important;}
.contentColumn-2hrIYH, .customColumn-Rb6toI {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important;
max-width: 740px !important;
}
.theme-dark .closeButton-1tv5uR:hover {
border-color:var(--hover-color) !important;
background:var(--main-color) !important;
}
/*1.d. Version & Support Server Dialog*/
.theme-dark .standardSidebarView-3F1I7i #bd-settingspane-container .content-column.default .ui-form-title.h2::after {
display: block;
position: relative;
background: var(--main-color);
padding: 10px 15px;
white-space: pre;
margin-bottom: -10px;
margin-top: 15px;
border-radius: 2px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
font-weight: 600;
color: #fff;
text-transform: initial;
text-align: center;
}
#bd-settingspane-container .content-column.default .ui-form-title.h2::after {
content: "Monster Reborn v"var(--theme-version)"\AOldReborn v3.7 (Addon)\A Support Server: https://bit.ly/derealised \A";
}
/*============== END OF SECTION ============== */
/*2. Guilds Area
2.a. Roundness*/
.guild-1EfMGQ {
--roundness: 50px;
}
/*Selected Guilds + Selected Guilds Transition*/
.selected-ML3OIq {--roundness:15px !important;}
.iconSizeLarge-161qtT {transition:linear 250ms border-radius;}
/*2.b. Adjusted Size*/
.iconSizeLarge-161qtT {
height: 46px; !important;
width: 46px; !important;
}
/*2.c. Unread Indicators*/
.guild-1EfMGQ.selected-ML3OIq:before {
box-shadow:none !important;
border-radius:5px !important;
margin-top: -21px !important;
}
.guild-1EfMGQ.selected-ML3OIq:before, .guild-1EfMGQ.unread-qLkInr:before {
margin-left:2px !important;
}
.guild-1EfMGQ.unread-qLkInr:before {
border-radius: 5px !important;
background:var(--hover-color) !important;
box-shadow: none !important;
}
/*2.d. Guild Menu*/
.name-3YKhmS {
margin-bottom:5px;
}
.theme-dark .menu-Sp6bN1 {
background:var(--secondary-color) !important;
}
.header-2o-2hj:hover {
background:rgba(0,0,0,0.3) !important;
}
/*2.e. Wrapper Width*/
.guildsWrapper-5TJh6A .guilds-1q_RqH>.guild-1EfMGQ:first-child .guildInner-3DSoA4 {width:76px !important;}
.guildsWrapper-5TJh6A {width: 76px;}
.theme-dark .guild-1EfMGQ .guildIcon-CT-ZDq {margin-left:5px !important;}
/*2.f. Home Icon*/
.homeIcon-1FoKUJ {
-webkit-mask: url(https://tropix126.github.io/BetterDiscordStuff/Reborn%20Snippets/resources/homeicon.svg);
-webkit-mask-size: var(--home-size);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
/*Friend Request Dialog*/
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .badge-1GsMF2 {
border:none !important;
border-radius:0px !important;
box-shadow:none !Important;
margin:0;
margin-bottom:-1px !important;
padding:15px 35px !important;
}
/*2.g. Tooltips*/
.tooltip-black {border-radius: 5px !important;}
.tooltip {padding: 5px 8px !important;}
/*2.h. Friends Online*/
.theme-dark .friendsOnline-_wi_fM {
margin: 0px -13px 0;
line-height: 19px;
width: 85px;
padding-top: 6px;
padding-bottom: 3px;
transition:background .2s linear, color .2s linear
}
.theme-dark .friendsOnline-_wi_fM:hover {
background:var(--mc);
color:white;
}
/*============== END OF SECTION ============== */
/*3. Channels and Categories
3.a. Categories*/
.nameDefault-2DI02H {color:#FFF !important;}
.containerDefault-3GGEv_, .containerDragAfter-3TEhpe, .containerDragBefore-3Dzc5x, .containerUserOver-1Tcb7l {
background-color: transparent;
}
/*3.b. Selected and Hovered Channels*/
.contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM {background-color: rgba(0,0,0,.6); border:none !important;}
.contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM, .contentHoveredText-2D9B-x {border-radius: 5px;}
.contentHoveredText-2D9B-x, .privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ:hover a {border:none !important;}
.channel-2QD9_O.selected-1HYmZZ .member-3W1lQa:hover, a, .channel-2QD9_O:hover a, .usernameOnline-3jr_0Y .privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ:hover a, .member-3W1lQa:hover, .member-3W1lQa.popout-open {
border-radius:5px !important;
border:none !Important;
}
/*============== END OF SECTION ============== */
/*4. Shadows
4.a. Remove Shadow*/
:root {--shadow: transparent}
/*4.b. Text Shadow*/
.role-2irmRk {text-shadow:0px 0px 2px #000 !important;}
.markup-2BOw-j,
.username-_4ZSMR,
.membersGroup-v9BXpm,
.nameConnectedText-3CzNQn,
.nameConnectedVoice-MHUX5F,
.nameDefaultText-24KCy5,
.nameDefaultVoice-3WUH7s,
.nameHoveredText-1uO31y,
.nameHoveredVoice-YJ1Vfd,
.nameLockedText-3pqQcL,
.nameLockedVoice-26MhB1,
.nameMutedText-3Vj4bM,
.nameMutedVoice-3oxyQZ,
.nameSelectedText-sp_EUw,
.nameSelectedVoice-1qSph5,
.nameUnreadText-DfkrI4,
.nameUnreadVoice-EVo-wI,
.username-1cB_5E,
.activity-1IYsbk {
text-shadow: 1px 1px 3px black !important;
}
.botTagRegular-2HEhHi,
.tooltips .tooltip {
text-shadow: 0px 1px 3px #000 !important;
}
/*============== END OF SECTION ============== */
/*5. Chat Area
5.a. Jump To Present*/
.chat-3bRxxu .jumpToPresentBar-9P20AM:before{display:none !important;}
.chat-3bRxxu .jumpToPresentBar-9P20AM{border-radius:7px 7px 0px 0px !important;}
.chat-3bRxxu .jumpToPresentBar-9P20AM button:last-child {
font-family:"Whitney" !important;
font-size:13px !important;
color:white !important;
}
.jumpToPresentBar-9P20AM button:last-child {
-webkit-transition: color .2s !important;
color: hsla(0,0%,100%,.6) !important;
font-size: 12px;
text-transform: uppercase;
transition: color .2s;
}
.jumpToPresentBar-9P20AM button {
background: none;
color: #fff;
line-height: 14px;
padding: 6px 10px;
text-align: left;
}
.jumpToPresentBar-9P20AM {margin-bottom:-15px !important;}
.jumpToPresentBar-9P20AM:hover {background:var(--hover-color) !important;}
.chat-3bRxxu .jumpToPresentBar-9P20AM:before {display:none !important;}
/*5.b. Chat Scrollbar*/
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
border: 3px solid transparent !important;
background-color: rgba(0, 0, 0, 0.4) !important;
}
/*5.c. User Popouts*/
.headerTop-3C2Zn0 {
background-image: url(https://tropix126.github.io/BetterDiscordStuff/Reborn%20Snippets/resources/pattern.svg) !important;
background-size: 9em !important;
}
/*5.d. Mentions*/
.theme-dark .wrapper-3WhCwL {
background:var(--quaternary-color);
border-radius:3px;
color:var(--main-color);
}
.theme-dark .wrapper-3WhCwL:hover {
background-color: var(--hover-color) !important;
color: #fff;
opacity: 0.9;
transition: .2s all linear;
}
.containerCozy-jafyvG .isMentioned-N-h9aa {
background:var(--secondary-color);
border-radius:3px;
box-shadow:none;
}
/*5.e. Reactions*/
.reaction-1ELvT8 {background: none;position: relative;}
.contentCozy-3XX413 .reaction,.contentCozy-3XX413p .reaction-1ELvT8 .emoji {border-radius: 30%;border: none;padding: 4px;width: 24px;height: 24px;margin-bottom: 20px!important;}
.reaction-1ELvT8 .emoji {margin: 0!important;background: none;opacity: 1 !important;}
.reactionInner-rRPZdY {padding:0px;}
.reaction-1ELvT8.reactionMe-23mbRf {background: var(--mc) !important;border-radius: 10px;opacity: 1 !important;}
.reaction-1ELvT8 { border-radius: 10px;background-color: var(--hc);opacity: 0.7 !important;}
.reaction-1ELvT8 .emoji {width: 32px;height: 32px;padding: 0;margin-right: 4px;transform: none!important;border-radius: 10px;opacity: 1 !important; }
.theme-dark .reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {color: white;font-weight: 500;}
.reaction-1ELvT8 .reactionCount-2ddRoS {position: absolute !important;margin-top: 22px !important;color: #fff;opacity: 0.5;left: 0;right: 0;font-size: 11px;letter-spacing: 0;margin: 0 auto;z-index: 5;text-align: center;display: block;min-width: 32px!important;}
.reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {opacity: 1;}
.reactions-1xb2Ex .reactionBtn-2na4rd {visibility: visible;opacity: 0.8!important;margin-top: -16px;}
.reaction-1ELvT8::before,.contentCozy-3XX413p .reaction-1ELvT8n::after{content: "";display: block;position: absolute;border-radius: 30%;opacity: 0;}
.reactionMe-23mbRf::after {opacity: 1;}
.reactionMe-23mbRf::after {top: 1px;left: 1px;width: 32px;height: 32px;-webkit-box-shadow: 0 0 0 2px var(--mc);}
.theme-dark .reaction-1ELvT8 {background: var(--quaternary-color);}
.reaction-1ELvT8 .emoji {transform:scale(.8) !important;}
.theme-dark .reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {color:var(--main-color);}
/*5.f. Search Bar*/
.theme-dark .search .search-bar .public-DraftEditorPlaceholder-root {
opacity:0.3;
text-shadow:transparent !important;
}
/*5.g. Embeds*/
.embed-IeVjo6:hover {
-webkit-transform: scale(1.03) !important;
transform: scale(1.03) !important;
}
.theme-dark .embedPill-1Zntps {
height: calc(100% - 20px) !important;
position: absolute !important;
top: 10px !important;
left: 6px !important;
border-radius: 50px !important;
width: 4px !important;
}
.embed-IeVjo6 {
background-color: rgba(0, 0, 0, 0.66) !important;
border-color: rgba(0, 0, 0, 0.66) !important;
}
.embed-IeVjo6 {
border: 1px solid hsla(0,0%,80%,.3);
padding: 8px 10px !important;
-webkit-transition: 200ms cubic-bezier(.2, .11, 0, 1);
transition: 200ms cubic-bezier(.2, .11, 0, 1) !important;
box-shadow: 2px 2px 10px #0c0c0c !important;
border-radius:5px;
}
.theme-dark .embedInner-1-fpTo {
background:transparent !important;
border:none !important;
}
/*5.h. Send Messages Area*/
.chat-3bRxxu .channelTextArea-rNsIhG, .theme-dark .container-2Thooq {
background:rgba(0,0,0,0.3) !important;
border-top:2px solid rgba(0,0,0,0.9);
}
/*5.i. New Server Welcome Message*/
.base-34jWEe h1 {color: #f1f1f1;}
/*5.j. Chat Dividers*/
/*New Messages Notif*/
.chat-3bRxxu .divider-3gKybi.dividerRed-MKoLlr>span {background:rgba(0,0,0,0.5) !important;}
/*============== END OF SECTION ============== */
/*6. Fonting
6.a. Username Font*/
.accountDetails-3k9g4n .username {
font-family: "Satisfy" !important;
}
/*============== END OF SECTION ============== */
/*7. Friends List
7.a. Menu Buttons*/
.theme-dark #friends .tab-bar.tab-bar-desktop .tab-bar-item {border-radius:3px !important;}
.theme-dark #friends .tab-bar .tab-bar-item.selected {background-color: var(--main-color) !important; color:white !important;}
#friends .tab-bar .tab-bar-item.tab-bar-item-primary {background-color: var(--hover-color) !important;}
/*============== END OF SECTION ============== */
/*8. Titlebar
8.a. Main Titlebar*/
.titleBar-AC4pGV div {transform: scale(1) !important;}
div[class*="titleBar-"] div:nth-of-type(4) {background-image: url(https://cdn.rawgit.com/Zerthox/ClearVision/master/icons/remove.svg) !important;}
div[class*="winButton-"] {transition: 200ms ease; margin-top:2px !important;}
/*============== END OF SECTION ============== */
/*9. Other Things That dont fit into categories smh
9.a. Greeting Message*/
body:before{content:"You are using "var(--theme-name)", Have a good day!";z-index:1000000000000000000000000;color:#fff;background:var(--main-color);top:0px;left:50%;position:absolute;border-radius:5px;padding:5px 15px;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);-webkit-animation:version 3s ease;animation:version 3s ease;-webkit-animation-delay:4s;animation-delay:4s;}
body,span:not(.spinner-item){-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;}
@-webkit-keyframes version{from{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
20%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
80%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
to{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
}
@keyframes version{from{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
20%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
80%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
to{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
}
/*9.b. Background Position*/
.appMount-3VJmYg::before {
background-position:left !important;
}
/*9.c. Background Brightness*/
.theme-dark {
--primary-color: rgba(0,0,0,0.7) !important;
}
/*9.d. Help Modal*/
.need-help-modal .header {background-color: transparent !important; height: 120px !important;}
.need-help-modal .header::after {width: 100% !important;}
.need-help-modal .header h1 {margin-right: 28% !important; margin-left:0px !important;}
.need-help-modal .form-inner.loading {background: transparent !important;}
.need-help-modal .form-inner.loading::after {background-color: var(--primary-color )!important; width: 78% !important;}
.need-help-modal.form.deprecated .header h1::after {
font-size: 250% !important;
left: 60px !important;
top: 16px !important;
font-family: Satisfy !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.need-help-modal .footer::after {
background-color: var(--secondary-color) !important;
width:100% !Important;
left: 0!important;
border-top: 2px solid var(--main-color) !important;
}
/*============== END OF SECTION ============== */
/*10. Avatars
10.a. Avatar Shadow*/
[class*="avatar-"], .image-EVRGPw {box-shadow: 0.5px 0.5px 2px black !important;}
/*10.b. Status*/
.userPopout-3XzG_A .status-oxiHuE:not(.status-3fQvEa) {pointer-events: visiblePainted !important;}
/*============== Thanks for using this addon ;) ============== */ | rebornaddons/oldReborn.css | 1.Settings Menu Area
1.a. Sidebar
1.b. Content Area
1.c. Close Button
1.d. Support Server Dialog
2. Guild Area
2.a. Roundness
2.b. Adjusted Size
2.c. Unread Indicators
2.d. Guild Menu
2.e. Wrapper Width
2.f. Home Icon
2.g. Tooltips
2.h. Friends Online
3. Channels and Categories
3.a. Categories
3.b. Selected and Hovered Channels
4. Shadow
4.a. Remove Shadow
4.b. Text Shadow
5. Chat Area
5.a. Jump To Present
5.b. Chat Scrollbar
5.c. User Popouts
5.d. Mentions
5.e. Reactions
5.f. Search Bar
5.g. Embeds
5.h. Send Messages Area
5.i. New Server Welcome Message
5.j. Chat Dividers
6. Fonting
6.a. Username Font
7. Friends List
7.a. Menu Buttons
8. Titlebar
8.a. Main Titlebar
9. Things That Don't Fit Into Categories smh
9.a. Greeting Message
9.b. Background Position
9.c. Background Brightness
9.d. Help Modal
10. Avatars
10.a. Avatar Shadow
10.b. Status
*/
/*============= OLD REBORN =============
=========== BY TROPICAL ===========*/
:root {
--theme-name:"Reborn";
}
/*1. Settings Menu Area
1.a. Sidebar*/
/*Margin*/
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN, .standardSidebarView-3F1I7i .sidebarRegion-VFTUkN .sidebarRegionScroller-3MXcoP {
-webkit-box-flex: 1;
-webkit-box-pack: end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: flex-end;
}
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN {-ms-flex: 1 0 218px;
-ms-flex-pack: end;
flex: 1 0 218px;
z-index: 1;
}
/*Makes Sidebar Background Transparent*/
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN .sidebarRegionScroller-3MXcoP {
background-color: transparent !important;
}
/*Sidebar Categories*/
.side-8zPYf6 .header-2RyJ0Y, .theme-dark #bd-settings-sidebar .ui-tab-bar-header {
border-bottom:2px solid var(--main-color) !important;
color:white !important;
font-size:14px !important;
text-align:center !important;
margin-bottom:3px !Important;
padding: 3px 0px !important;
}
/*1.b. Content Area*/
/*Theme and Plugin Dialogs*/
.theme-dark .bda-slist li:hover {transform: scale(1.02); box-shadow: 0px 0px 6px 0px #161617 !important;}
.theme-dark .bda-slist .bda-header {border-bottom: 2px solid var(--main-color) !important;}
.theme-dark .bda-slist li {
background:var(--secondary-color) !important;
border-bottom:none;
box-shadow: 0px 0px 3px 0px #161617;
transition: .2s all linear;
border-top: 1px solid #121213 !important;
}
/*Add Darkness*/
.theme-dark .standardSidebarView-3F1I7i{background:rgba(0,0,0,0.4) !important;}
/*1.c. Close Button*/
.theme-dark .bda-slist li {width:660px !important;}
.contentColumn-2hrIYH, .customColumn-Rb6toI {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
flex: 1 1 auto !important;
max-width: 740px !important;
}
.theme-dark .closeButton-1tv5uR:hover {
border-color:var(--hover-color) !important;
background:var(--main-color) !important;
}
/*1.d. Version & Support Server Dialog*/
.theme-dark .standardSidebarView-3F1I7i #bd-settingspane-container .content-column.default .ui-form-title.h2::after {
display: block;
position: relative;
background: var(--main-color);
padding: 10px 15px;
white-space: pre;
margin-bottom: -10px;
margin-top: 15px;
border-radius: 2px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
font-weight: 600;
color: #fff;
text-transform: initial;
text-align: center;
}
#bd-settingspane-container .content-column.default .ui-form-title.h2::after {
content: "Monster Reborn v"var(--theme-version)"\AOldReborn v3.7 (Addon)\A Support Server: https://bit.ly/derealised \A";
}
/*============== END OF SECTION ============== */
/*2. Guilds Area
2.a. Roundness*/
.guild-1EfMGQ {
--roundness: 50px;
}
/*Selected Guilds + Selected Guilds Transition*/
.selected-ML3OIq {--roundness:15px !important;}
.iconSizeLarge-161qtT {transition:linear 250ms border-radius;}
/*2.b. Adjusted Size*/
.iconSizeLarge-161qtT {
height: 46px; !important;
width: 46px; !important;
}
/*2.c. Unread Indicators*/
.guild-1EfMGQ.selected-ML3OIq:before {
box-shadow:none !important;
border-radius:5px !important;
margin-top: -21px !important;
}
.guild-1EfMGQ.selected-ML3OIq:before, .guild-1EfMGQ.unread-qLkInr:before {
margin-left:2px !important;
}
.guild-1EfMGQ.unread-qLkInr:before {
border-radius: 5px !important;
background:var(--hover-color) !important;
box-shadow: none !important;
}
/*2.d. Guild Menu*/
.name-3YKhmS {
margin-bottom:5px;
}
.theme-dark .menu-Sp6bN1 {
background:var(--secondary-color) !important;
}
.header-2o-2hj:hover {
background:rgba(0,0,0,0.3) !important;
}
/*2.e. Wrapper Width*/
.guildsWrapper-5TJh6A .guilds-1q_RqH>.guild-1EfMGQ:first-child .guildInner-3DSoA4 {width:76px !important;}
.guildsWrapper-5TJh6A {width: 76px;}
.theme-dark .guild-1EfMGQ .guildIcon-CT-ZDq {margin-left:5px !important;}
/*2.f. Home Icon*/
.homeIcon-1FoKUJ {
-webkit-mask: url(https://tropix126.github.io/BetterDiscordStuff/Reborn%20Snippets/resources/homeicon.svg);
-webkit-mask-size: var(--home-size);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
/*Friend Request Dialog*/
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .badge-1GsMF2 {
border:none !important;
border-radius:0px !important;
box-shadow:none !Important;
margin:0;
margin-bottom:-1px !important;
padding:15px 35px !important;
}
/*2.g. Tooltips*/
.tooltip-black {border-radius: 5px !important;}
.tooltip {padding: 5px 8px !important;}
/*2.h. Friends Online*/
.theme-dark .friendsOnline-_wi_fM {
margin: 0px -13px 0;
line-height: 19px;
width: 85px;
padding-top: 6px;
padding-bottom: 3px;
transition:background .2s linear, color .2s linear
}
.theme-dark .friendsOnline-_wi_fM:hover {
background:var(--mc);
color:white;
}
/*============== END OF SECTION ============== */
/*3. Channels and Categories
3.a. Categories*/
.nameDefault-2DI02H {color:#FFF !important;}
.containerDefault-3GGEv_, .containerDragAfter-3TEhpe, .containerDragBefore-3Dzc5x, .containerUserOver-1Tcb7l {
background-color: transparent;
}
/*3.b. Selected and Hovered Channels*/
.contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM {background-color: rgba(0,0,0,.6); border:none !important;}
.contentSelectedText-3wUhMi, .contentSelectedVoice-1WDIBM, .contentHoveredText-2D9B-x {border-radius: 5px;}
.contentHoveredText-2D9B-x, .privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ:hover a {border:none !important;}
.channel-2QD9_O.selected-1HYmZZ .member-3W1lQa:hover, a, .channel-2QD9_O:hover a, .usernameOnline-3jr_0Y .privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ:hover a, .member-3W1lQa:hover, .member-3W1lQa.popout-open {
border-radius:5px !important;
border:none !Important;
}
/*============== END OF SECTION ============== */
/*4. Shadows
4.a. Remove Shadow*/
:root {--shadow: transparent}
/*4.b. Text Shadow*/
.role-2irmRk {text-shadow:0px 0px 2px #000 !important;}
.markup-2BOw-j,
.username-_4ZSMR,
.membersGroup-v9BXpm,
.nameConnectedText-3CzNQn,
.nameConnectedVoice-MHUX5F,
.nameDefaultText-24KCy5,
.nameDefaultVoice-3WUH7s,
.nameHoveredText-1uO31y,
.nameHoveredVoice-YJ1Vfd,
.nameLockedText-3pqQcL,
.nameLockedVoice-26MhB1,
.nameMutedText-3Vj4bM,
.nameMutedVoice-3oxyQZ,
.nameSelectedText-sp_EUw,
.nameSelectedVoice-1qSph5,
.nameUnreadText-DfkrI4,
.nameUnreadVoice-EVo-wI,
.username-1cB_5E,
.activity-1IYsbk {
text-shadow: 1px 1px 3px black !important;
}
.botTagRegular-2HEhHi,
.tooltips .tooltip {
text-shadow: 0px 1px 3px #000 !important;
}
/*============== END OF SECTION ============== */
/*5. Chat Area
5.a. Jump To Present*/
.chat-3bRxxu .jumpToPresentBar-9P20AM:before{display:none !important;}
.chat-3bRxxu .jumpToPresentBar-9P20AM{border-radius:7px 7px 0px 0px !important;}
.chat-3bRxxu .jumpToPresentBar-9P20AM button:last-child {
font-family:"Whitney" !important;
font-size:13px !important;
color:white !important;
}
.jumpToPresentBar-9P20AM button:last-child {
-webkit-transition: color .2s !important;
color: hsla(0,0%,100%,.6) !important;
font-size: 12px;
text-transform: uppercase;
transition: color .2s;
}
.jumpToPresentBar-9P20AM button {
background: none;
color: #fff;
line-height: 14px;
padding: 6px 10px;
text-align: left;
}
.jumpToPresentBar-9P20AM {margin-bottom:-15px !important;}
.jumpToPresentBar-9P20AM:hover {background:var(--hover-color) !important;}
.chat-3bRxxu .jumpToPresentBar-9P20AM:before {display:none !important;}
/*5.b. Chat Scrollbar*/
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
border: 3px solid transparent !important;
background-color: rgba(0, 0, 0, 0.4) !important;
}
/*5.c. User Popouts*/
.headerTop-3C2Zn0 {
background-image: url(https://tropix126.github.io/BetterDiscordStuff/Reborn%20Snippets/resources/pattern.svg) !important;
background-size: 9em !important;
}
/*5.d. Mentions*/
.theme-dark .wrapper-3WhCwL {
background:var(--quaternary-color);
border-radius:3px;
color:var(--main-color);
}
.theme-dark .wrapper-3WhCwL:hover {
background-color: var(--hover-color) !important;
color: #fff;
opacity: 0.9;
transition: .2s all linear;
}
.containerCozy-jafyvG .isMentioned-N-h9aa {
background:var(--secondary-color);
border-radius:3px;
box-shadow:none;
}
/*5.e. Reactions*/
.reaction-1ELvT8 {background: none;position: relative;}
.contentCozy-3XX413 .reaction,.contentCozy-3XX413p .reaction-1ELvT8 .emoji {border-radius: 30%;border: none;padding: 4px;width: 24px;height: 24px;margin-bottom: 20px!important;}
.reaction-1ELvT8 .emoji {margin: 0!important;background: none;opacity: 1 !important;}
.reactionInner-rRPZdY {padding:0px;}
.reaction-1ELvT8.reactionMe-23mbRf {background: var(--mc) !important;border-radius: 10px;opacity: 1 !important;}
.reaction-1ELvT8 { border-radius: 10px;background-color: var(--hc);opacity: 0.7 !important;}
.reaction-1ELvT8 .emoji {width: 32px;height: 32px;padding: 0;margin-right: 4px;transform: none!important;border-radius: 10px;opacity: 1 !important; }
.theme-dark .reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {color: white;font-weight: 500;}
.reaction-1ELvT8 .reactionCount-2ddRoS {position: absolute !important;margin-top: 22px !important;color: #fff;opacity: 0.5;left: 0;right: 0;font-size: 11px;letter-spacing: 0;margin: 0 auto;z-index: 5;text-align: center;display: block;min-width: 32px!important;}
.reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {opacity: 1;}
.reactions-1xb2Ex .reactionBtn-2na4rd {visibility: visible;opacity: 0.8!important;margin-top: -16px;}
.reaction-1ELvT8::before,.contentCozy-3XX413p .reaction-1ELvT8n::after{content: "";display: block;position: absolute;border-radius: 30%;opacity: 0;}
.reactionMe-23mbRf::after {opacity: 1;}
.reactionMe-23mbRf::after {top: 1px;left: 1px;width: 32px;height: 32px;-webkit-box-shadow: 0 0 0 2px var(--mc);}
.theme-dark .reaction-1ELvT8 {background: var(--quaternary-color);}
.reaction-1ELvT8 .emoji {transform:scale(.8) !important;}
.theme-dark .reaction-1ELvT8.reactionMe-23mbRf .reactionCount-2ddRoS {color:var(--main-color);}
/*5.f. Search Bar*/
.theme-dark .search .search-bar .public-DraftEditorPlaceholder-root {
opacity:0.3;
text-shadow:transparent !important;
}
/*5.g. Embeds*/
.embed-IeVjo6:hover {
-webkit-transform: scale(1.03) !important;
transform: scale(1.03) !important;
}
.theme-dark .embedPill-1Zntps {
height: calc(100% - 20px) !important;
position: absolute !important;
top: 10px !important;
left: 6px !important;
border-radius: 50px !important;
width: 4px !important;
}
.embed-IeVjo6 {
background-color: rgba(0, 0, 0, 0.66) !important;
border-color: rgba(0, 0, 0, 0.66) !important;
}
.embed-IeVjo6 {
border: 1px solid hsla(0,0%,80%,.3);
padding: 8px 10px !important;
-webkit-transition: 200ms cubic-bezier(.2, .11, 0, 1);
transition: 200ms cubic-bezier(.2, .11, 0, 1) !important;
box-shadow: 2px 2px 10px #0c0c0c !important;
border-radius:5px;
}
.theme-dark .embedInner-1-fpTo {
background:transparent !important;
border:none !important;
}
/*5.h. Send Messages Area*/
.chat-3bRxxu .channelTextArea-rNsIhG, .theme-dark .container-2Thooq {
background:rgba(0,0,0,0.3) !important;
border-top:2px solid rgba(0,0,0,0.9);
}
/*5.i. New Server Welcome Message*/
.base-34jWEe h1 {color: #f1f1f1;}
/*5.j. Chat Dividers*/
/*New Messages Notif*/
.chat-3bRxxu .divider-3gKybi.dividerRed-MKoLlr>span {background:rgba(0,0,0,0.5) !important;}
/*============== END OF SECTION ============== */
/*6. Fonting
6.a. Username Font*/
.accountDetails-3k9g4n .username {
font-family: "Satisfy" !important;
}
/*============== END OF SECTION ============== */
/*7. Friends List
7.a. Menu Buttons*/
.theme-dark #friends .tab-bar.tab-bar-desktop .tab-bar-item {border-radius:3px !important;}
.theme-dark #friends .tab-bar .tab-bar-item.selected {background-color: var(--main-color) !important; color:white !important;}
#friends .tab-bar .tab-bar-item.tab-bar-item-primary {background-color: var(--hover-color) !important;}
/*============== END OF SECTION ============== */
/*8. Titlebar
8.a. Main Titlebar*/
.titleBar-AC4pGV div {transform: scale(1) !important;}
div[class*="titleBar-"] div:nth-of-type(4) {background-image: url(https://cdn.rawgit.com/Zerthox/ClearVision/master/icons/remove.svg) !important;}
div[class*="winButton-"] {transition: 200ms ease; margin-top:2px !important;}
/*============== END OF SECTION ============== */
/*9. Other Things That dont fit into categories smh
9.a. Greeting Message*/
body:before{content:"You are using "var(--theme-name)", Have a good day!";z-index:1000000000000000000000000;color:#fff;background:var(--main-color);top:0px;left:50%;position:absolute;border-radius:5px;padding:5px 15px;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);-webkit-animation:version 3s ease;animation:version 3s ease;-webkit-animation-delay:4s;animation-delay:4s;}
body,span:not(.spinner-item){-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;}
@-webkit-keyframes version{from{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
20%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
80%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
to{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
}
@keyframes version{from{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
20%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
80%{-webkit-transform:translate(-50%, 20%);transform:translate(-50%, 20%)}
to{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);}
}
/*9.b. Background Position*/
.appMount-3VJmYg::before {
background-position:left !important;
}
/*9.c. Background Brightness*/
.theme-dark {
--primary-color: rgba(0,0,0,0.7) !important;
}
/*9.d. Help Modal*/
.need-help-modal .header {background-color: transparent !important; height: 120px !important;}
.need-help-modal .header::after {width: 100% !important;}
.need-help-modal .header h1 {margin-right: 28% !important; margin-left:0px !important;}
.need-help-modal .form-inner.loading {background: transparent !important;}
.need-help-modal .form-inner.loading::after {background-color: var(--primary-color )!important; width: 78% !important;}
.need-help-modal.form.deprecated .header h1::after {
font-size: 250% !important;
left: 60px !important;
top: 16px !important;
font-family: Satisfy !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
}
.need-help-modal .footer::after {
background-color: var(--secondary-color) !important;
width:100% !Important;
left: 0!important;
border-top: 2px solid var(--main-color) !important;
}
/*============== END OF SECTION ============== */
/*10. Avatars
10.a. Avatar Shadow*/
[class*="avatar-"], .image-EVRGPw {box-shadow: 0.5px 0.5px 2px black !important;}
/*10.b. Status*/
.userPopout-3XzG_A .status-oxiHuE:not(.status-3fQvEa) {pointer-events: visiblePainted !important;}
/*============== Thanks for using this addon ;) ============== */ | 0.301979 | 0.131759 |
.dress-card img{
height:220px;
}
.dress-card-img-top {
width:100%;
border-radius: 7px 7px 0 0;
}
.dress-card-body {
padding:1rem;
background: #fff;
border-radius: 0 0 7px 7px;
}
.dress-card-title {
line-height: 0.5rem;
}
.dress-card-crossed {
text-decoration: line-through;
}
.dress-card-price {
font-size: 15px;
font-weight: bold;
color:black;
}
.dress-card-off {
color: #E06C9F;
}
.dress-card-para {
margin-bottom: 0.2rem;
font-size: 1.0rem;
margin-bottom: 0rem;
}
.dress-card {
border-radius: 14px;
padding:26px;
}
.dress-card-heart {
font-size: 1em;
color: #DB2763;
margin: 4.5px;
position: absolute;
left: 4px;
top: 0px;
}
.dress-card-para{
font-size:15px !important;
color:black !important;
}
.surprise-bubble {
display:none;
position: absolute;
bottom: 12rem;
right: 2rem;
border-radius: 50%;
width: 30px;
height: 30px;
background: #fff;
padding: 1rem;
color: white;
-webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.surprise-bubble a {
font-size: 0.65em;
text-transform: uppercase;
letter-spacing: 1px;
color: white;
font-family: arial;
text-decoration: none;
position: absolute;
top: 9px;
left: 20px;
opacity: 0;
-webkit-transition-delay: 2s;
/* Safari */
transition-delay: 2s;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.surprise-bubble:hover {
border-radius: 999rem;
padding: 1rem;
width: 26%;
height: 30px;
background: #DB2763;
color: white;
-webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.surprise-bubble:hover a {
opacity: 1;
-webkit-transition-delay: 2s;
/* Safari */
transition-delay: 2s;
-webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-button {
text-align: center;
text-transform: uppercase;
font-size: 15px;
padding: 9px;
}
.card-button a {
text-decoration: none;
}
.card-button-inner {
padding: 10px;
border-radius: 3px;
}
.bag-button {
background: #56bacd;
color: white;
}
.bag-button :hover{
background: #e299b9;
}
.wish-button {
border: 1px solid #56bacd;
color: #56bacd;
}
/* checkbox */
/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.new {
padding: 8px;
}
.form-group {
display: block;
margin-bottom: 0px !important;
}
.form-group input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.form-group label {
position: relative;
cursor: pointer;
font-size:15.5px;
}
.form-group label:before {
content:'';
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 6px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
border-radius:3px;
}
.form-group input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 6px;
width: 5px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
/* cart start */
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
@font-face {
font-family: 'Shopper';
src: url('http://www.shopperfont.com/font/Shopper-Std.ttf');
}
.shopper {
text-transform: lowercase;
font: 2em 'Shopper', sans-serif;
line-height: 0.5em;
display: inline-block;
}
.my_cart h1 {
text-transform: uppercase;
font-weight: 300;
font-size: 2.5em;
color:#3c3c3c !important;
}
.my_cart p {
font-size: 1.5em;
color: gray !important;
}
.my_cart input {
border: 0.3em solid #bbc3c6;
padding: 0.5em 0.3em;
font-size: 1.4em;
color: #8a8a8a;
text-align: center;
}
.my_cart img {
max-width: 9em;
width: 100%;
overflow: hidden;
margin-right: 1em;
}
.my_cart a {
text-decoration: none;
}
.my_cart {
max-width: 75em;
width: 100%;
margin: 40px auto;
overflow: hidden;
position: relative;
border-radius: 0.6em;
background: #ecf0f1;
box-shadow: 0 0.5em 0 rgba(138, 148, 152, 0.2);
}
.heading {
padding: 1em;
position: relative;
z-index: 1;
color: #f7f7f7;
background: #dadadc;
}
.cart {
margin: 2.5em;
overflow: hidden;
}
.cart.is-closed {
height: 0;
margin-top: -2.5em;
}
.table {
background: #ffffff;
border-radius: 0.6em;
overflow: hidden;
clear: both;
margin-bottom: 1.8em;
}
.layout-inline > * {
display: inline-block;
}
.align-center {
text-align: center;
}
.th {
background: #dadadc;
color: #3c3c3c;
text-transform: uppercase;
font-weight:bolder;
font-size: 1.5em;
}
.tf {
background: #dadadc;
text-transform: uppercase;
text-align: right;
font-size: 1.2em;
}
.tf p {
color: #3c3c3c !important;
font-weight:600;
}
.col {
padding: 1em;
width: 12%;
}
.col-pro {
width: 44%;
}
.col-pro > * {
vertical-align: middle;
}
.col-qty {
text-align: center;
width: 17%;
}
.col-numeric p {
}
.col-total p {
color: #12c8b1;
}
.tf .col {
width: 20%;
}
.row > div {
vertical-align: middle;
}
.row-bg2 {
background: #f7f7f7;
}
.visibility-cart {
position: absolute;
color: #fff;
top: 0.5em;
right: 0.5em;
font: bold 2em arial;
border: 0.16em solid #fff;
border-radius: 2.5em;
padding: 0 0.22em 0 0.25em ;
}
.col-qty > * {
vertical-align: middle;
}
.col-qty > input {
max-width: 2.6em;
}
a.qty {
width: 1em;
line-height: 1em;
border-radius: 2em;
font-size: 2.5em;
text-align: center;
background: #43ace3;
color: #fff;
}
a.qty:hover {
background: #3b9ac6;
}
.btn {
padding: 10px 30px;
border-radius: 0.3em;
font-size: 1.4em;
background: #43ace3;
color: #fff;
box-shadow: 0 3px 0 rgba(59,154,198, 1)
}
.btn:hover {
box-shadow: 0 3px 0 rgba(59,154,198, 0)
}
.btn-update {
float: right;
margin: 0 0 1.5em 0;
}
.transition {
transition: all 0.3s ease-in-out;
}
@media screen and ( max-width: 755px) {
.my_cart {
width: 98%;
}
.col-pro {
width: 35%;
}
.col-qty {
width: 22%;
}
.my_cart img {
max-width: 100%;
margin-bottom: 1em;
}
}
@media screen and ( max-width: 591px) {
}
/*end of cart */
/* check */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@media (min-width: 1200px)
{
}
.d-flex{
display: flex;
flex-direction: row;
background: #f6f6f6;
border-radius: 0 0 5px 5px;
padding: 25px;
}
form{
flex: 4;
}
.Yorder{
flex: 2;
}
.title{
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #5195A8), color-stop(100, #70EAFF));
background: -moz-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
background: -ms-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
background: -o-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
background: linear-gradient(to bottom right, #5195A8 0%, #70EAFF 100%);
border-radius:5px 5px 0 0 ;
padding: 20px;
color: #f6f6f6;
}
.check h2{
margin: 0;
padding-left: 15px;
}
.required{
color: red;
}
label, table{
display: block;
margin: 15px;
}
label>span{
float: left;
width: 45%;
margin-top: 12px;
padding-right: 10px;
}
input[type="text"], input[type="tel"], input[type="email"], select
{
width: 100%;
height: 30px;
padding: 5px 10px;
margin-bottom: 10px;
border: 1px solid #dadada;
color: #888;
}
select{
width: 72%;
height: 45px;
padding: 5px 10px;
margin-bottom: 10px;
}
.Yorder{
margin-top: 15px;
height: 600px;
padding: 20px;
border: 1px solid #dadada;
}
table{
margin: 0;
padding: 0;
}
th{
border-bottom: 1px solid #dadada;
padding: 10px 0;
}
tr>td:nth-child(1){
text-align: left;
color: #2d2d2a;
}
tr>td:nth-child(2){
text-align: right;
color: #52ad9c;
}
td{
border-bottom: 1px solid #dadada;
padding: 25px 25px 25px 0;
}
p{
display: block;
color: #888;
margin: 0;
padding-left: 25px;
}
.Yorder>div{
padding: 15px 0;
}
button{
width: 100%;
margin-top: 10px;
padding: 10px;
border: none;
border-radius: 30px;
background: #52ad9c;
color: #fff;
font-size: 15px;
font-weight: bold;
}
button:hover{
cursor: pointer;
background: #428a7d;
}
.search_icon {
position: absolute;
top: 28px !important;
left: 131px;
} | assets/wp-content/themes/rhapsody/product2.css | .dress-card img{
height:220px;
}
.dress-card-img-top {
width:100%;
border-radius: 7px 7px 0 0;
}
.dress-card-body {
padding:1rem;
background: #fff;
border-radius: 0 0 7px 7px;
}
.dress-card-title {
line-height: 0.5rem;
}
.dress-card-crossed {
text-decoration: line-through;
}
.dress-card-price {
font-size: 15px;
font-weight: bold;
color:black;
}
.dress-card-off {
color: #E06C9F;
}
.dress-card-para {
margin-bottom: 0.2rem;
font-size: 1.0rem;
margin-bottom: 0rem;
}
.dress-card {
border-radius: 14px;
padding:26px;
}
.dress-card-heart {
font-size: 1em;
color: #DB2763;
margin: 4.5px;
position: absolute;
left: 4px;
top: 0px;
}
.dress-card-para{
font-size:15px !important;
color:black !important;
}
.surprise-bubble {
display:none;
position: absolute;
bottom: 12rem;
right: 2rem;
border-radius: 50%;
width: 30px;
height: 30px;
background: #fff;
padding: 1rem;
color: white;
-webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.surprise-bubble a {
font-size: 0.65em;
text-transform: uppercase;
letter-spacing: 1px;
color: white;
font-family: arial;
text-decoration: none;
position: absolute;
top: 9px;
left: 20px;
opacity: 0;
-webkit-transition-delay: 2s;
/* Safari */
transition-delay: 2s;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.surprise-bubble:hover {
border-radius: 999rem;
padding: 1rem;
width: 26%;
height: 30px;
background: #DB2763;
color: white;
-webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.surprise-bubble:hover a {
opacity: 1;
-webkit-transition-delay: 2s;
/* Safari */
transition-delay: 2s;
-webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-button {
text-align: center;
text-transform: uppercase;
font-size: 15px;
padding: 9px;
}
.card-button a {
text-decoration: none;
}
.card-button-inner {
padding: 10px;
border-radius: 3px;
}
.bag-button {
background: #56bacd;
color: white;
}
.bag-button :hover{
background: #e299b9;
}
.wish-button {
border: 1px solid #56bacd;
color: #56bacd;
}
/* checkbox */
/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.new {
padding: 8px;
}
.form-group {
display: block;
margin-bottom: 0px !important;
}
.form-group input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.form-group label {
position: relative;
cursor: pointer;
font-size:15.5px;
}
.form-group label:before {
content:'';
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 6px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
border-radius:3px;
}
.form-group input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 6px;
width: 5px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
/* cart start */
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
@font-face {
font-family: 'Shopper';
src: url('http://www.shopperfont.com/font/Shopper-Std.ttf');
}
.shopper {
text-transform: lowercase;
font: 2em 'Shopper', sans-serif;
line-height: 0.5em;
display: inline-block;
}
.my_cart h1 {
text-transform: uppercase;
font-weight: 300;
font-size: 2.5em;
color:#3c3c3c !important;
}
.my_cart p {
font-size: 1.5em;
color: gray !important;
}
.my_cart input {
border: 0.3em solid #bbc3c6;
padding: 0.5em 0.3em;
font-size: 1.4em;
color: #8a8a8a;
text-align: center;
}
.my_cart img {
max-width: 9em;
width: 100%;
overflow: hidden;
margin-right: 1em;
}
.my_cart a {
text-decoration: none;
}
.my_cart {
max-width: 75em;
width: 100%;
margin: 40px auto;
overflow: hidden;
position: relative;
border-radius: 0.6em;
background: #ecf0f1;
box-shadow: 0 0.5em 0 rgba(138, 148, 152, 0.2);
}
.heading {
padding: 1em;
position: relative;
z-index: 1;
color: #f7f7f7;
background: #dadadc;
}
.cart {
margin: 2.5em;
overflow: hidden;
}
.cart.is-closed {
height: 0;
margin-top: -2.5em;
}
.table {
background: #ffffff;
border-radius: 0.6em;
overflow: hidden;
clear: both;
margin-bottom: 1.8em;
}
.layout-inline > * {
display: inline-block;
}
.align-center {
text-align: center;
}
.th {
background: #dadadc;
color: #3c3c3c;
text-transform: uppercase;
font-weight:bolder;
font-size: 1.5em;
}
.tf {
background: #dadadc;
text-transform: uppercase;
text-align: right;
font-size: 1.2em;
}
.tf p {
color: #3c3c3c !important;
font-weight:600;
}
.col {
padding: 1em;
width: 12%;
}
.col-pro {
width: 44%;
}
.col-pro > * {
vertical-align: middle;
}
.col-qty {
text-align: center;
width: 17%;
}
.col-numeric p {
}
.col-total p {
color: #12c8b1;
}
.tf .col {
width: 20%;
}
.row > div {
vertical-align: middle;
}
.row-bg2 {
background: #f7f7f7;
}
.visibility-cart {
position: absolute;
color: #fff;
top: 0.5em;
right: 0.5em;
font: bold 2em arial;
border: 0.16em solid #fff;
border-radius: 2.5em;
padding: 0 0.22em 0 0.25em ;
}
.col-qty > * {
vertical-align: middle;
}
.col-qty > input {
max-width: 2.6em;
}
a.qty {
width: 1em;
line-height: 1em;
border-radius: 2em;
font-size: 2.5em;
text-align: center;
background: #43ace3;
color: #fff;
}
a.qty:hover {
background: #3b9ac6;
}
.btn {
padding: 10px 30px;
border-radius: 0.3em;
font-size: 1.4em;
background: #43ace3;
color: #fff;
box-shadow: 0 3px 0 rgba(59,154,198, 1)
}
.btn:hover {
box-shadow: 0 3px 0 rgba(59,154,198, 0)
}
.btn-update {
float: right;
margin: 0 0 1.5em 0;
}
.transition {
transition: all 0.3s ease-in-out;
}
@media screen and ( max-width: 755px) {
.my_cart {
width: 98%;
}
.col-pro {
width: 35%;
}
.col-qty {
width: 22%;
}
.my_cart img {
max-width: 100%;
margin-bottom: 1em;
}
}
@media screen and ( max-width: 591px) {
}
/*end of cart */
/* check */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@media (min-width: 1200px)
{
}
.d-flex{
display: flex;
flex-direction: row;
background: #f6f6f6;
border-radius: 0 0 5px 5px;
padding: 25px;
}
form{
flex: 4;
}
.Yorder{
flex: 2;
}
.title{
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #5195A8), color-stop(100, #70EAFF));
background: -moz-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
background: -ms-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
background: -o-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
background: linear-gradient(to bottom right, #5195A8 0%, #70EAFF 100%);
border-radius:5px 5px 0 0 ;
padding: 20px;
color: #f6f6f6;
}
.check h2{
margin: 0;
padding-left: 15px;
}
.required{
color: red;
}
label, table{
display: block;
margin: 15px;
}
label>span{
float: left;
width: 45%;
margin-top: 12px;
padding-right: 10px;
}
input[type="text"], input[type="tel"], input[type="email"], select
{
width: 100%;
height: 30px;
padding: 5px 10px;
margin-bottom: 10px;
border: 1px solid #dadada;
color: #888;
}
select{
width: 72%;
height: 45px;
padding: 5px 10px;
margin-bottom: 10px;
}
.Yorder{
margin-top: 15px;
height: 600px;
padding: 20px;
border: 1px solid #dadada;
}
table{
margin: 0;
padding: 0;
}
th{
border-bottom: 1px solid #dadada;
padding: 10px 0;
}
tr>td:nth-child(1){
text-align: left;
color: #2d2d2a;
}
tr>td:nth-child(2){
text-align: right;
color: #52ad9c;
}
td{
border-bottom: 1px solid #dadada;
padding: 25px 25px 25px 0;
}
p{
display: block;
color: #888;
margin: 0;
padding-left: 25px;
}
.Yorder>div{
padding: 15px 0;
}
button{
width: 100%;
margin-top: 10px;
padding: 10px;
border: none;
border-radius: 30px;
background: #52ad9c;
color: #fff;
font-size: 15px;
font-weight: bold;
}
button:hover{
cursor: pointer;
background: #428a7d;
}
.search_icon {
position: absolute;
top: 28px !important;
left: 131px;
} | 0.322526 | 0.108048 |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
======================================================== */
/*=======================================
GENERAL STYLES
==================================================*/
body {
font-family:'Open Sans', sans-serif;
font-size:14px;
}
.text-center {
text-align:center;
}
h1, h2, h3, h4, h5, h6 {
font-family:'Open Sans', sans-serif;
}
.alg-right-pad {
float:right;
padding-right:20px;
}
a:hover {
text-decoration:none;
}
/*=======================================
NAVBAR ADJUSTMENTS
==================================================*/
.navbar-brand {
font-size: 25px;
padding: 15px 80px 15px 60px;
}
.navbar-default .navbar-brand {
color: #000000;
}
.navbar-default {
background-color: #000000;
border-color: #000000;
}
.navbar {
border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
color: #FFF;
}
.navbar-default .navbar-brand {
color: #FFFFFF;
}
.navbar-default .navbar-brand:hover {
color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #050505;
background-color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
color: #000;
}
/*=======================================
BOOTSTRAP ADJUSTMENTS
==================================================*/
.row {
margin-bottom:10px;
}
.btn {
margin-bottom:5px;
}
/*=======================================
INDEX PAGE
==================================================*/
.box-border {
border:1px solid #e1e1e1;
}
.product-box h3>a,.product-box h3>a:hover,.product-box h3>a:focus {
color:#000;
text-decoration:none;
}
.offer-box {
background-color: #6A75F0;
border: 1px solid #096FC0;
color: #fff;
font-weight: 900;
font-size:16px;
}
.offer-box a {
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: normal;
}
.offer-box a:hover {
color:#000;
}
.list-group a {
font-size:14px;
font-weight:900;
color:#808080;
}
.list-group a:hover {
color:#000;
text-decoration:none;
}
.offer-colors {
background-color: #B05FDD;
border: 1px solid #A228F3;
}
.download-app-box {
background-color: #069E98;
border: 1px solid #0FAA8B;
padding:30px;
line-height:40px;
font-size:25px;
font-weight:900;
color:#fff;
}
/*=======================================
SLIDER main-style.css Changes
==================================================*/
.mi-slider {
margin-top: 0px;
}
.offer-text
{
position: absolute;
color: #FFF;
padding: 14px 16px 12px 16px;
margin-top: 10px;
background-color:#18b424;
}
.offer-text2
{
position: absolute;
color: #FFF;
padding: 14px 16px 12px 16px;
margin-top: 10px;
background-color:#EB0429;
}
/*=======================================
FOOTER SECTION
==================================================*/
.footer-box {
background-color:#F5F5F5;
padding:20px 50px 20px 50px;
}
.small-box {
font-size:10px;
}
.footer-box a {
color:#808080;
text-decoration:none;
}
.footer-box a:hover {
color:#000;
}
.pad-botom {
padding-bottom:30px;
}
.footer-box p {
padding-top:15px;
padding-bottom:15px;
line-height:25px;
}
.social-box a{
color:#333436;
text-decoration:none;
}
.end-box {
padding:20px;
color:#fff;
background-color:#000;
font-size:14px;
}
/*CSS RESPONSIVE*/
h3 {
margin: 25px auto 20px;
text-align: center;
text-transform: uppercase;
font-size: 17px;
}
/* Table */
table {
margin: auto;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
font-size: 12px;
}
.demo-table {
border-collapse: collapse;
font-size: 13px;
}
.demo-table th,
.demo-table td {
border: 1px solid #e1edff;
border-top: 0;
border-right: 0;
padding: 7px 17px;
}
.demo-table th,
.demo-table td:last-child {
border-right: 1px solid #e1edff;
}
caption.title {
caption-side: top;
margin-bottom: 10px;
}
/* Table Header */
.demo-table thead th {
background-color: #508abb;
color: #FFFFFF;
border-color: #6ea1cc !important;
text-transform: uppercase;
}
/* Table Body */
.demo-table tbody td {
color: #353535;
position: relative;
white-space: nowrap;
}
.demo-table tbody tr:nth-child(odd) {
background-color: #f4fbff;
}
.demo-table tbody tr:hover th,
.demo-table tbody tr:hover td {
background-color: #ffffa2;
border-color: #ffff0f;
transition: all .2s;
}
.demo-table tbody td:empty
{
background-color: #ffcccc;
}
a.remove {
color: red;
font-size: 23px;
float: left;
}
a.remove {
line-height: 0.1;
}
a.edit {
color: #35b103;
margin-right: 5px;
font-size: 20px;
float: left;
}
.toolbox {
width: 45px;
}
a.more {
color: #717171;
display: block;
position: absolute;
right: 0;
top: 0;
padding: 10px;
display: none;
}
.table-container {
overflow: auto;
}
@media screen and (max-width: 520px) {
table.responsive {
width: 100%;
}
.res1 thead {
display: none;
}
.res1 td {
display: block;
text-align: right;
border-right: 1px solid #e1edff;
}
.res1 td::before {
float: left;
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
}
.res2 thead th.column-primary {
width: 100%;
}
.res2 thead th:not(.column-primary) {
display:none;
}
.res2 th[scope="row"] {
vertical-align: top;
}
.res2 td {
display: block;
width: auto;
text-align: right;
}
.res2 thead th::before {
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
}
.res2 thead th:first-child span {
display: none;
}
.res2 td::before {
float: left;
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
}
.res3 .more {
display: block;
}
.res3 thead th.column-primary {
width: 100%;
}
.res3 thead th:not(.column-primary) {
display:none;
}
.res3 th[scope="row"] {
vertical-align: top;
}
.res3 td {
display: block;
width: auto;
}
.res3 td:nth-child(n+2)::before {
float: left;
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
width: 80px;
}
.res3 .expanded td:nth-child(n+2) {
display: block;
}
.res3 td:nth-child(n+2) {
display: none;
}
a.remove, a.remove i {
line-height: 0.7;
}
a.remove {
font-size: 20px;
}
a.edit {
font-size: 18px;
line-height: 0;
} | assets/css/style.css |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
======================================================== */
/*=======================================
GENERAL STYLES
==================================================*/
body {
font-family:'Open Sans', sans-serif;
font-size:14px;
}
.text-center {
text-align:center;
}
h1, h2, h3, h4, h5, h6 {
font-family:'Open Sans', sans-serif;
}
.alg-right-pad {
float:right;
padding-right:20px;
}
a:hover {
text-decoration:none;
}
/*=======================================
NAVBAR ADJUSTMENTS
==================================================*/
.navbar-brand {
font-size: 25px;
padding: 15px 80px 15px 60px;
}
.navbar-default .navbar-brand {
color: #000000;
}
.navbar-default {
background-color: #000000;
border-color: #000000;
}
.navbar {
border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
color: #FFF;
}
.navbar-default .navbar-brand {
color: #FFFFFF;
}
.navbar-default .navbar-brand:hover {
color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #050505;
background-color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
color: #000;
}
/*=======================================
BOOTSTRAP ADJUSTMENTS
==================================================*/
.row {
margin-bottom:10px;
}
.btn {
margin-bottom:5px;
}
/*=======================================
INDEX PAGE
==================================================*/
.box-border {
border:1px solid #e1e1e1;
}
.product-box h3>a,.product-box h3>a:hover,.product-box h3>a:focus {
color:#000;
text-decoration:none;
}
.offer-box {
background-color: #6A75F0;
border: 1px solid #096FC0;
color: #fff;
font-weight: 900;
font-size:16px;
}
.offer-box a {
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: normal;
}
.offer-box a:hover {
color:#000;
}
.list-group a {
font-size:14px;
font-weight:900;
color:#808080;
}
.list-group a:hover {
color:#000;
text-decoration:none;
}
.offer-colors {
background-color: #B05FDD;
border: 1px solid #A228F3;
}
.download-app-box {
background-color: #069E98;
border: 1px solid #0FAA8B;
padding:30px;
line-height:40px;
font-size:25px;
font-weight:900;
color:#fff;
}
/*=======================================
SLIDER main-style.css Changes
==================================================*/
.mi-slider {
margin-top: 0px;
}
.offer-text
{
position: absolute;
color: #FFF;
padding: 14px 16px 12px 16px;
margin-top: 10px;
background-color:#18b424;
}
.offer-text2
{
position: absolute;
color: #FFF;
padding: 14px 16px 12px 16px;
margin-top: 10px;
background-color:#EB0429;
}
/*=======================================
FOOTER SECTION
==================================================*/
.footer-box {
background-color:#F5F5F5;
padding:20px 50px 20px 50px;
}
.small-box {
font-size:10px;
}
.footer-box a {
color:#808080;
text-decoration:none;
}
.footer-box a:hover {
color:#000;
}
.pad-botom {
padding-bottom:30px;
}
.footer-box p {
padding-top:15px;
padding-bottom:15px;
line-height:25px;
}
.social-box a{
color:#333436;
text-decoration:none;
}
.end-box {
padding:20px;
color:#fff;
background-color:#000;
font-size:14px;
}
/*CSS RESPONSIVE*/
h3 {
margin: 25px auto 20px;
text-align: center;
text-transform: uppercase;
font-size: 17px;
}
/* Table */
table {
margin: auto;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
font-size: 12px;
}
.demo-table {
border-collapse: collapse;
font-size: 13px;
}
.demo-table th,
.demo-table td {
border: 1px solid #e1edff;
border-top: 0;
border-right: 0;
padding: 7px 17px;
}
.demo-table th,
.demo-table td:last-child {
border-right: 1px solid #e1edff;
}
caption.title {
caption-side: top;
margin-bottom: 10px;
}
/* Table Header */
.demo-table thead th {
background-color: #508abb;
color: #FFFFFF;
border-color: #6ea1cc !important;
text-transform: uppercase;
}
/* Table Body */
.demo-table tbody td {
color: #353535;
position: relative;
white-space: nowrap;
}
.demo-table tbody tr:nth-child(odd) {
background-color: #f4fbff;
}
.demo-table tbody tr:hover th,
.demo-table tbody tr:hover td {
background-color: #ffffa2;
border-color: #ffff0f;
transition: all .2s;
}
.demo-table tbody td:empty
{
background-color: #ffcccc;
}
a.remove {
color: red;
font-size: 23px;
float: left;
}
a.remove {
line-height: 0.1;
}
a.edit {
color: #35b103;
margin-right: 5px;
font-size: 20px;
float: left;
}
.toolbox {
width: 45px;
}
a.more {
color: #717171;
display: block;
position: absolute;
right: 0;
top: 0;
padding: 10px;
display: none;
}
.table-container {
overflow: auto;
}
@media screen and (max-width: 520px) {
table.responsive {
width: 100%;
}
.res1 thead {
display: none;
}
.res1 td {
display: block;
text-align: right;
border-right: 1px solid #e1edff;
}
.res1 td::before {
float: left;
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
}
.res2 thead th.column-primary {
width: 100%;
}
.res2 thead th:not(.column-primary) {
display:none;
}
.res2 th[scope="row"] {
vertical-align: top;
}
.res2 td {
display: block;
width: auto;
text-align: right;
}
.res2 thead th::before {
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
}
.res2 thead th:first-child span {
display: none;
}
.res2 td::before {
float: left;
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
}
.res3 .more {
display: block;
}
.res3 thead th.column-primary {
width: 100%;
}
.res3 thead th:not(.column-primary) {
display:none;
}
.res3 th[scope="row"] {
vertical-align: top;
}
.res3 td {
display: block;
width: auto;
}
.res3 td:nth-child(n+2)::before {
float: left;
text-transform: uppercase;
font-weight: bold;
content: attr(data-header);
width: 80px;
}
.res3 .expanded td:nth-child(n+2) {
display: block;
}
.res3 td:nth-child(n+2) {
display: none;
}
a.remove, a.remove i {
line-height: 0.7;
}
a.remove {
font-size: 20px;
}
a.edit {
font-size: 18px;
line-height: 0;
} | 0.363421 | 0.068725 |
body {
padding-top: 50px;
font-family: Roboto, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
body {
padding: 0;
}
}
.table-limited td {
max-width: 350px;
}
.table > tbody > tr > td.actions {
white-space: nowrap;
}
form .nav.nav-pills,
form .nav.nav-tabs {
margin-bottom: 10px;
}
@media (max-width: 480px) {
.nav-tabs > li {
float: none;
}
}
.breadcrumb {
margin: 20px 0;
}
/**
* Classes used for the navigation bar
*/
.navbar-brand {
width: 190px;
}
@media (max-width: 768px) {
.navbar-fixed-top {
position: relative;
}
}
.sidebar > .sidebar-nav {
float: none;
display: block;
}
.sidebar .nav > li {
position: relative;
}
.sidebar .nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
position: relative;
padding: 10px 15px;
outline: medium none;
text-decoration: none;
}
.sidebar-inverse .nav > li > a {
background-color: #414141;
color: #bbbbbb;
}
.sidebar-inverse .nav > li > a:hover,
.sidebar-inverse .nav > li > a:focus {
color: #ffffff;
background-color: #222;
}
.sidebar-inverse .sidebar-nav > .active > a,
.sidebar-inverse .sidebar-nav > .active > a:hover,
.sidebar-inverse .sidebar-nav > .active > a:focus {
background-color: #080808;
color: #ffffff;
}
dl dt:after {
content: ": \00a0";
}
.dl-horizontal dt,
.dl-horizontal dd {
line-height: 1.8;
}
.dl-left dt {
text-align: left;
}
.dl-table dt,
.dl-table dd {
text-align: left;
font-weight: normal;
}
.dl-table dt {
padding: 8px;
}
.dl-table dd {
padding-top: 8px;
}
.dl-table dd:after,
.dl-table dd:before {
display: table;
content: " ";
}
.dl-table dd:after {
clear: both;
}
.dl-table > dt:nth-of-type(odd),
.dl-table > dd:nth-of-type(odd) {
background-color: #f5f5f5;
}
@media (min-width: 768px) {
.dl-table dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-table dd {
margin-left: 160px;
}
.dl-auto dt,
.dl-auto dd {
line-height: 1.8;
}
.dl-auto dt {
float: left;
width: auto;
overflow: hidden;
clear: left;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-auto dd {
margin-left: 0;
}
.dl-popover {
margin: 0;
}
.dl-popover dt {
float: left;
width: 120px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-popover dd {
margin-left: 130px;
}
.dl-popover dd:before,
.dl-popover dd:after {
content: " ";
display: table;
}
.dl-popover dd:after {
clear: both;
}
.dl-popover dd:before,
.dl-popover dd:after {
content: " ";
display: table;
}
.dl-popover dd:after {
clear: both;
}
}
form .required label:after {
color: #EE3322;
content: " *";
display: inline;
}
.input-horizontal .control-label,
.input-horizontal .radio,
.input-horizontal .checkbox,
.input-horizontal .radio-inline,
.input-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.input-horizontal .radio,
.input-horizontal .checkbox {
min-height: 27px;
}
.input-horizontal.form-group {
margin-left: -15px;
margin-right: -15px;
}
.input-horizontal.form-group:before,
.input-horizontal.form-group:after {
content: " ";
display: table;
}
.input-horizontal.form-group:after {
clear: both;
}
.input-horizontal.form-group:before,
.input-horizontal.form-group:after {
content: " ";
display: table;
}
.input-horizontal.form-group:after {
clear: both;
}
.input-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.input-horizontal .control-label {
text-align: right;
}
}
/**
* Toolbar
*/
.toolbar {
margin: 0 0 20px;
}
.toolbar-default {
}
.toolbar-form {
margin-top: 0;
margin-bottom: 0;
margin-left: -15px;
margin-right: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.toolbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.toolbar-form .form-control {
display: inline-block;
}
.toolbar-form select.form-control {
width: auto;
}
.toolbar-form .radio,
.toolbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.toolbar-form .radio input[type="radio"],
.toolbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.toolbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.toolbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.toolbar-form.toolbar-right:last-child {
/** margin-right : - 15 px; **/
}
}
@media (min-width: 768px) {
.toolbar-left {
float: left !important;
}
.toolbar-right {
float: right !important;
}
}
.footer,
footer {
padding: 40px 0;
border-top: 1px solid #eee;
}
@media (min-width: 768px) {
.footer,
footer {
margin-top: 50px;
}
} | webroot/css/style.css | body {
padding-top: 50px;
font-family: Roboto, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
body {
padding: 0;
}
}
.table-limited td {
max-width: 350px;
}
.table > tbody > tr > td.actions {
white-space: nowrap;
}
form .nav.nav-pills,
form .nav.nav-tabs {
margin-bottom: 10px;
}
@media (max-width: 480px) {
.nav-tabs > li {
float: none;
}
}
.breadcrumb {
margin: 20px 0;
}
/**
* Classes used for the navigation bar
*/
.navbar-brand {
width: 190px;
}
@media (max-width: 768px) {
.navbar-fixed-top {
position: relative;
}
}
.sidebar > .sidebar-nav {
float: none;
display: block;
}
.sidebar .nav > li {
position: relative;
}
.sidebar .nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
position: relative;
padding: 10px 15px;
outline: medium none;
text-decoration: none;
}
.sidebar-inverse .nav > li > a {
background-color: #414141;
color: #bbbbbb;
}
.sidebar-inverse .nav > li > a:hover,
.sidebar-inverse .nav > li > a:focus {
color: #ffffff;
background-color: #222;
}
.sidebar-inverse .sidebar-nav > .active > a,
.sidebar-inverse .sidebar-nav > .active > a:hover,
.sidebar-inverse .sidebar-nav > .active > a:focus {
background-color: #080808;
color: #ffffff;
}
dl dt:after {
content: ": \00a0";
}
.dl-horizontal dt,
.dl-horizontal dd {
line-height: 1.8;
}
.dl-left dt {
text-align: left;
}
.dl-table dt,
.dl-table dd {
text-align: left;
font-weight: normal;
}
.dl-table dt {
padding: 8px;
}
.dl-table dd {
padding-top: 8px;
}
.dl-table dd:after,
.dl-table dd:before {
display: table;
content: " ";
}
.dl-table dd:after {
clear: both;
}
.dl-table > dt:nth-of-type(odd),
.dl-table > dd:nth-of-type(odd) {
background-color: #f5f5f5;
}
@media (min-width: 768px) {
.dl-table dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-table dd {
margin-left: 160px;
}
.dl-auto dt,
.dl-auto dd {
line-height: 1.8;
}
.dl-auto dt {
float: left;
width: auto;
overflow: hidden;
clear: left;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-auto dd {
margin-left: 0;
}
.dl-popover {
margin: 0;
}
.dl-popover dt {
float: left;
width: 120px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-popover dd {
margin-left: 130px;
}
.dl-popover dd:before,
.dl-popover dd:after {
content: " ";
display: table;
}
.dl-popover dd:after {
clear: both;
}
.dl-popover dd:before,
.dl-popover dd:after {
content: " ";
display: table;
}
.dl-popover dd:after {
clear: both;
}
}
form .required label:after {
color: #EE3322;
content: " *";
display: inline;
}
.input-horizontal .control-label,
.input-horizontal .radio,
.input-horizontal .checkbox,
.input-horizontal .radio-inline,
.input-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.input-horizontal .radio,
.input-horizontal .checkbox {
min-height: 27px;
}
.input-horizontal.form-group {
margin-left: -15px;
margin-right: -15px;
}
.input-horizontal.form-group:before,
.input-horizontal.form-group:after {
content: " ";
display: table;
}
.input-horizontal.form-group:after {
clear: both;
}
.input-horizontal.form-group:before,
.input-horizontal.form-group:after {
content: " ";
display: table;
}
.input-horizontal.form-group:after {
clear: both;
}
.input-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.input-horizontal .control-label {
text-align: right;
}
}
/**
* Toolbar
*/
.toolbar {
margin: 0 0 20px;
}
.toolbar-default {
}
.toolbar-form {
margin-top: 0;
margin-bottom: 0;
margin-left: -15px;
margin-right: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.toolbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.toolbar-form .form-control {
display: inline-block;
}
.toolbar-form select.form-control {
width: auto;
}
.toolbar-form .radio,
.toolbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.toolbar-form .radio input[type="radio"],
.toolbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.toolbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.toolbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.toolbar-form.toolbar-right:last-child {
/** margin-right : - 15 px; **/
}
}
@media (min-width: 768px) {
.toolbar-left {
float: left !important;
}
.toolbar-right {
float: right !important;
}
}
.footer,
footer {
padding: 40px 0;
border-top: 1px solid #eee;
}
@media (min-width: 768px) {
.footer,
footer {
margin-top: 50px;
}
} | 0.628407 | 0.106087 |
body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
.carousel-control,
.item {
border-radius: 4px;
}
.caption {
height: 130px;
overflow: hidden;
}
.caption h4 {
white-space: nowrap;
}
.thumbnail img {
width: 100%;
}
.ratings {
padding-right: 10px;
padding-left: 10px;
color: #d17581;
}
.thumbnail {
padding: 0;
}
.thumbnail .caption-full {
padding: 9px;
color: #333;
}
footer {
margin: 50px 0;
}
.gold{
color: #FFBF00;
}
.product{
border: 1px solid #dddddd;
}
.product>img{
max-width: 230px;
}
.product-rating{
font-size: 20px;
margin-bottom: 25px;
}
.product-title{
font-size: 20px;
}
.product-desc{
font-size: 14px;
}
.product-price{
font-size: 22px;
}
.product-stock{
color: #74DF00;
font-size: 20px;
margin-top: 10px;
}
.product-info{
margin-top: 50px;
}
/*********************************************
VIEW
*********************************************/
.content-wrapper {
max-width: 1140px;
background: #fff;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 10px;
border: 0px;
border-radius: 0px;
}
.container-fluid{
max-width: 1140px;
margin: 0 auto;
}
.view-wrapper {
float: right;
max-width: 70%;
margin-top: 25px;
}
.container {
padding-left: 0px;
padding-right: 0px;
max-width: 100%;
}
/*********************************************
ITEM
*********************************************/
.service1-items {
padding: 0px 0 0px 0;
float: left;
position: relative;
overflow: hidden;
max-width: 100%;
height: 321px;
width: 130px;
}
.service1-item {
height: 107px;
width: 120px;
display: block;
float: left;
position: relative;
padding-right: 15px;
border-right: 1px solid #DDD;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.service1-item > img {
max-height: 110px;
max-width: 110px;
opacity: 0.6;
transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
}
.service1-item > img:hover {
cursor: pointer;
opacity: 1;
}
.service-image-left {
padding-right: 15px;
padding-top:5px;
padding-bottom:5px;
}
.service-image-right {
padding-left: 0px;
}
.service-image-left > center > img,.service-image-right > center > img{
width:100%;
height:auto;
}
.navbar-inverse {
background-color: #fff;
border-color: #f7f7f7;
}
.navbar-inverse .navbar-brand:hover {
color: #777;
background-color: transparent;
}
@media (min-width: 768px){
.navbar-nav {
float: right;
margin: 0;
}
}
body{
padding-top:50px;
}
@font-face {
font-family: "GothamBold";
src: url(../fonts/gotham-bold.ttf) format("truetype");
}
.intro{
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url(../images/brush.jpg);
height:600px;
line-height:550px;
text-align:center;
margin-bottom:20px;
}
.vertical-align {
line-height:1.5;
display:inline-block;
vertical-align:middle;
font-size:17px;
font-family:'GothamBold';
color:#000;
text-align:center;
}
.flex-list{position:relative;overflow:hidden}
.flex-list ul{display:flex;display:-webkit-flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-left:0}
.flex-list ul li{line-height:1;list-style-type:none;flex-grow:1;flex-basis:auto;margin:.25em 0;padding:0 .5em;text-align:center;border-left:2px solid #333}
.flex-list ul li:first-of-type{border-left:0}
.transparent-text{
background-color: rgba(255, 255, 255, 0.4);
padding:5%;
}
.btn {
padding: 14px 24px;
border: 0 none;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0 none;
}
.btn-primary {
background: #ce449a;
color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
background: #ce449a;
}
.btn-primary:active, .btn-primary.active {
background: #ce449a;
box-shadow: none;
}
.btn.sharp {
border-radius:0;
}
.product_prev ul {
list-style: none outside none;
padding-left: 0;
margin-bottom:0;
}
.product_prev li {
display: block;
float: left;
margin-right: 6px;
cursor:pointer;
}
.product_prev img {
display: block;
height: auto;
max-width: 100%;
}
.pink{
font-size:1.575rem;
color:#e72d9e !important;
} | public/css/shop-homepage.css | body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
.carousel-control,
.item {
border-radius: 4px;
}
.caption {
height: 130px;
overflow: hidden;
}
.caption h4 {
white-space: nowrap;
}
.thumbnail img {
width: 100%;
}
.ratings {
padding-right: 10px;
padding-left: 10px;
color: #d17581;
}
.thumbnail {
padding: 0;
}
.thumbnail .caption-full {
padding: 9px;
color: #333;
}
footer {
margin: 50px 0;
}
.gold{
color: #FFBF00;
}
.product{
border: 1px solid #dddddd;
}
.product>img{
max-width: 230px;
}
.product-rating{
font-size: 20px;
margin-bottom: 25px;
}
.product-title{
font-size: 20px;
}
.product-desc{
font-size: 14px;
}
.product-price{
font-size: 22px;
}
.product-stock{
color: #74DF00;
font-size: 20px;
margin-top: 10px;
}
.product-info{
margin-top: 50px;
}
/*********************************************
VIEW
*********************************************/
.content-wrapper {
max-width: 1140px;
background: #fff;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 10px;
border: 0px;
border-radius: 0px;
}
.container-fluid{
max-width: 1140px;
margin: 0 auto;
}
.view-wrapper {
float: right;
max-width: 70%;
margin-top: 25px;
}
.container {
padding-left: 0px;
padding-right: 0px;
max-width: 100%;
}
/*********************************************
ITEM
*********************************************/
.service1-items {
padding: 0px 0 0px 0;
float: left;
position: relative;
overflow: hidden;
max-width: 100%;
height: 321px;
width: 130px;
}
.service1-item {
height: 107px;
width: 120px;
display: block;
float: left;
position: relative;
padding-right: 15px;
border-right: 1px solid #DDD;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.service1-item > img {
max-height: 110px;
max-width: 110px;
opacity: 0.6;
transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
}
.service1-item > img:hover {
cursor: pointer;
opacity: 1;
}
.service-image-left {
padding-right: 15px;
padding-top:5px;
padding-bottom:5px;
}
.service-image-right {
padding-left: 0px;
}
.service-image-left > center > img,.service-image-right > center > img{
width:100%;
height:auto;
}
.navbar-inverse {
background-color: #fff;
border-color: #f7f7f7;
}
.navbar-inverse .navbar-brand:hover {
color: #777;
background-color: transparent;
}
@media (min-width: 768px){
.navbar-nav {
float: right;
margin: 0;
}
}
body{
padding-top:50px;
}
@font-face {
font-family: "GothamBold";
src: url(../fonts/gotham-bold.ttf) format("truetype");
}
.intro{
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url(../images/brush.jpg);
height:600px;
line-height:550px;
text-align:center;
margin-bottom:20px;
}
.vertical-align {
line-height:1.5;
display:inline-block;
vertical-align:middle;
font-size:17px;
font-family:'GothamBold';
color:#000;
text-align:center;
}
.flex-list{position:relative;overflow:hidden}
.flex-list ul{display:flex;display:-webkit-flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-left:0}
.flex-list ul li{line-height:1;list-style-type:none;flex-grow:1;flex-basis:auto;margin:.25em 0;padding:0 .5em;text-align:center;border-left:2px solid #333}
.flex-list ul li:first-of-type{border-left:0}
.transparent-text{
background-color: rgba(255, 255, 255, 0.4);
padding:5%;
}
.btn {
padding: 14px 24px;
border: 0 none;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0 none;
}
.btn-primary {
background: #ce449a;
color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
background: #ce449a;
}
.btn-primary:active, .btn-primary.active {
background: #ce449a;
box-shadow: none;
}
.btn.sharp {
border-radius:0;
}
.product_prev ul {
list-style: none outside none;
padding-left: 0;
margin-bottom:0;
}
.product_prev li {
display: block;
float: left;
margin-right: 6px;
cursor:pointer;
}
.product_prev img {
display: block;
height: auto;
max-width: 100%;
}
.pink{
font-size:1.575rem;
color:#e72d9e !important;
} | 0.369315 | 0.088426 |
:root {
--main-green: #1FA592 ;
--main-dark-green: #186F72;
--main-red: #F26D3D;
--main-orange: #F59954;
--main-yellow: #F2D335;
--main-grey: #C6C5BD;
--main-white: #fff;
--main-margin: 2em;
--main-padding: 2em;
--minor-padding: 0.5em;
--main-border-radius: 20px;
--main-border-radius-pill: 50px;
}
/* default background colors */
.red-bg {
background-color: var(--main-red);
}
.green-bg {
background-color: var(--main-green);
}
.yellow-bg {
background-color: var(--main-yellow);
}
.orange-bg {
background-color: var(--main-orange);
}
.dark-green-bg {
background-color: var(--main-dark-green);
}
.grey-bg {
background-color: var(--main-grey);
}
/* default span colors */
.grey-span {
color: var(--main-grey);
}
.green-span {
color: var(--main-green)
}
.dark-green-span {
color: var(--main-dark-green)
}
h1 {
color: var(--main-green);
}
.info {
padding: var(--main-padding);
background-color:#f2f2f2;
display: flex;
justify-content: center;
}
.scenario {
padding: var(--minor-padding);
display: flex;
justify-content: center;
}
/* KPI Output - Square Style */
.kpi-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: var(--main-padding);
}
.kpi-container {
display: flex;
flex-direction: column;
font-weight: bold;
padding: 2em;
margin: 1em;
border-radius: 15px;
flex: 1 1 50%;
}
.kpi {
font-size: 64px;
font-weight: bold;
color:var(--main-white);
}
/* Simulation Output - Banner Style */
.simulator-output-wrapper {
display: flex;
flex-direction: column;
padding: var(--minor-padding);
border-radius: var(--main-border-radius);
}
.simulator-output-row {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.simulator-output-row-prediction {
/* flex-basis: 60%; */
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex: 1 1 50%;
}
.simulator-output-row-prediction-value {
font-size: 96px;
font-weight: bold;
color: var(--main-white)
}
.simulator-output-row-prediction-separator {
font-size: 32px;
font-weight: bold;
color: white;
}
.simulator-output-row-prediction-label {
flex: 1 0 50%;
font-size: 24px;
color: white;
}
/* Scenario Row */
.scenario-wrapper {
background-color: #3A3A34;
width: 100%;
padding: var(--main-padding);
}
.scenario-wrapper h2 {
text-decoration: underline;
color: var(--main-white);
}
.scenario-card {
padding: var(--main-padding) var(--minor-padding);
border-radius: var(--main-border-radius);
background-color: var(--main-white);
display: flex;
flex-direction: column;
align-items: center;
margin-top: var(--main-margin);
}
.scenario-card-header {
display: flex;
flex-direction: column;
align-items: center;
}
.scenario-card-header-code {
font-size: 24px;
font-weight: bold;
}
.scenario-card-header-name-background {
margin: var(--main-margin);
padding: 12px;
border-radius: var(--main-border-radius-pill);
}
.scenario-card-header-name {
text-align: center;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: var(--main-white);
white-space: nowrap;
}
.scenario-card-img {
width: 200px;
height: auto;
}
.scenario-card-description {
margin-top: var(--main-margin);
text-align: center;
}
/* Add later to override default margins */
.reportview-container .main .block-container {
/* padding: 0rem;
max-width: 100% */
} | src/style.css | :root {
--main-green: #1FA592 ;
--main-dark-green: #186F72;
--main-red: #F26D3D;
--main-orange: #F59954;
--main-yellow: #F2D335;
--main-grey: #C6C5BD;
--main-white: #fff;
--main-margin: 2em;
--main-padding: 2em;
--minor-padding: 0.5em;
--main-border-radius: 20px;
--main-border-radius-pill: 50px;
}
/* default background colors */
.red-bg {
background-color: var(--main-red);
}
.green-bg {
background-color: var(--main-green);
}
.yellow-bg {
background-color: var(--main-yellow);
}
.orange-bg {
background-color: var(--main-orange);
}
.dark-green-bg {
background-color: var(--main-dark-green);
}
.grey-bg {
background-color: var(--main-grey);
}
/* default span colors */
.grey-span {
color: var(--main-grey);
}
.green-span {
color: var(--main-green)
}
.dark-green-span {
color: var(--main-dark-green)
}
h1 {
color: var(--main-green);
}
.info {
padding: var(--main-padding);
background-color:#f2f2f2;
display: flex;
justify-content: center;
}
.scenario {
padding: var(--minor-padding);
display: flex;
justify-content: center;
}
/* KPI Output - Square Style */
.kpi-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: var(--main-padding);
}
.kpi-container {
display: flex;
flex-direction: column;
font-weight: bold;
padding: 2em;
margin: 1em;
border-radius: 15px;
flex: 1 1 50%;
}
.kpi {
font-size: 64px;
font-weight: bold;
color:var(--main-white);
}
/* Simulation Output - Banner Style */
.simulator-output-wrapper {
display: flex;
flex-direction: column;
padding: var(--minor-padding);
border-radius: var(--main-border-radius);
}
.simulator-output-row {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.simulator-output-row-prediction {
/* flex-basis: 60%; */
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex: 1 1 50%;
}
.simulator-output-row-prediction-value {
font-size: 96px;
font-weight: bold;
color: var(--main-white)
}
.simulator-output-row-prediction-separator {
font-size: 32px;
font-weight: bold;
color: white;
}
.simulator-output-row-prediction-label {
flex: 1 0 50%;
font-size: 24px;
color: white;
}
/* Scenario Row */
.scenario-wrapper {
background-color: #3A3A34;
width: 100%;
padding: var(--main-padding);
}
.scenario-wrapper h2 {
text-decoration: underline;
color: var(--main-white);
}
.scenario-card {
padding: var(--main-padding) var(--minor-padding);
border-radius: var(--main-border-radius);
background-color: var(--main-white);
display: flex;
flex-direction: column;
align-items: center;
margin-top: var(--main-margin);
}
.scenario-card-header {
display: flex;
flex-direction: column;
align-items: center;
}
.scenario-card-header-code {
font-size: 24px;
font-weight: bold;
}
.scenario-card-header-name-background {
margin: var(--main-margin);
padding: 12px;
border-radius: var(--main-border-radius-pill);
}
.scenario-card-header-name {
text-align: center;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: var(--main-white);
white-space: nowrap;
}
.scenario-card-img {
width: 200px;
height: auto;
}
.scenario-card-description {
margin-top: var(--main-margin);
text-align: center;
}
/* Add later to override default margins */
.reportview-container .main .block-container {
/* padding: 0rem;
max-width: 100% */
} | 0.542136 | 0.135204 |
body {
background-color: white;
width: 100%;
}
/* font style*/
.dancingScript {
font-family: "Dancing Script", sans-serif;
}
.homeMadeApple {
font-family: "Homemade Apple", sans-serif;
font-size: smaller;
}
.indieFlower {
font-family: "Indie Flower", sans-serif;
}
.longCang {
font-family: "Long Cang", sans-serif;
}
.defaultFont {
font-family: sans-serif;
}
/* color panel */
.wheat {
background-color: #e6e2cf;
}
.tan {
background-color: #dbcaac;
}
.seaGreen {
background-color: #c9cbb3;
}
.paleBlue {
background-color: #bbc9ca;
}
.blueGray {
background-color: #a6a5b5;
}
.lavender {
background-color: #b5a6ab;
}
.pink {
background-color: #eccfcf;
}
.whitish {
background-color: #eceeeb;
}
.grey {
background-color: #bab9b5;
}
div.headdiv {
display: flex;
position: relative;
padding: 30px;
margin-right: auto;
}
.headdiv > p {
font-size: 40px;
}
.centerdiv {
display: flex;
position: relative;
justify-content: center;
align-items: center;
}
.theCard {
display: flex;
flex-direction: row;
position: relative;
border-radius: 10px;
padding: 25px;
min-width: 700px;
min-height: 400px;
height: auto;
border: none;
transition: background-color 0.5s;
}
.recipientAnime {
transition: background-color 0s;
}
.theImage {
display: flex;
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
}
.chooseImage {
padding: 150px 10px 150px 10px;
position: relative;
max-height: 100%;
text-align: center;
font-weight: bold;
font-size: 30px;
border: 2px dashed black;
margin: 10px;
}
.chooseAfter {
padding: 10px 20px 10px 20px;
text-align: center;
font-size: 20px;
border: 2px solid black;
}
div#controls {
display: flex;
flex-direction: row;
justify-content: left;
}
#theLabel {
margin-left: auto;
margin-right: auto;
}
.theMessage {
grid-row: 1 / 5;
text-wrap: normal;
max-width: 400px;
font-size: 25px;
border-left: 2px solid black;
padding: 20px;
}
input#fileChooser {
display: none;
}
.imageWrapper {
width: 100%;
height: auto;
max-width: 400px;
position: relative;
}
img#serverImage {
width: 100%;
}
button.currColor {
height: 40px;
width: 40px;
cursor: pointer;
border: none;
margin: 3px;
}
button.currColor:hover {
border: 2px dashed black;
}
button.solBorder {
border: 2px solid black;
}
.footdiv {
display: flex;
flex-direction: row;
position: relative;
justify-content: center;
margin-top: 40px;
}
.designPanel {
display: grid;
min-width: 700px;
}
.chooseColor {
grid-row: 1;
max-width: 270px;
}
.chooseFont {
grid-row: 1;
}
.fontButton {
background: none;
border: none;
font-size: 20px;
margin-bottom: 3px;
}
.dimondLi {
margin-right: 10px;
}
.share {
grid-row: 1;
}
#shareButton {
grid-row: 2;
border: 2px solid black;
margin-top: 25px;
background: none;
font-size: 15px;
font-weight: bold;
padding: 8px 25px 8px 25px;
}
.foot {
font-size: 20px;
margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
.headdiv {
justify-content: center;
}
.headdiv > p {
position: relative;
margin-right: auto;
font-size: 32px;
}
.theCard {
flex-direction: column;
min-width: 100px;
min-height: 900px;
width: 80%;
}
.theMessage {
font-size: 20px;
border-left: none;
border-top: 2px solid black;
}
.chooseImage{
width: 80%;
font-size: 25px;
}
.imageWrapper{
max-width: 600px;
}
.chooseAfter{
max-width: 35%;
font-size: 15px;
}
.chooseColor {
grid-row: 2;
max-width: fit-content;
}
.share {
grid-row: 3;
}
.foot {
margin-bottom: 10px;
}
.designPanel {
margin-left: 5%;
min-width: 100px;
}
.fontButton {
margin-bottom: 1px;
font-size: 15px;
}
.footdiv {
margin-bottom: 20px;
justify-content: flex-start;
}
}
@media screen and (max-width: 800px) {
.headdiv {
margin-bottom: 70px;
}
.theCard{
min-width: 100px;
min-height: 400px;
width: 80%;
}
.designPanel {
min-width: 100px;
width: 80%;
}
.footdiv {
margin-top: 60px;
}
} | Assignment2_Daily_postcard/public/postcard.css | body {
background-color: white;
width: 100%;
}
/* font style*/
.dancingScript {
font-family: "Dancing Script", sans-serif;
}
.homeMadeApple {
font-family: "Homemade Apple", sans-serif;
font-size: smaller;
}
.indieFlower {
font-family: "Indie Flower", sans-serif;
}
.longCang {
font-family: "Long Cang", sans-serif;
}
.defaultFont {
font-family: sans-serif;
}
/* color panel */
.wheat {
background-color: #e6e2cf;
}
.tan {
background-color: #dbcaac;
}
.seaGreen {
background-color: #c9cbb3;
}
.paleBlue {
background-color: #bbc9ca;
}
.blueGray {
background-color: #a6a5b5;
}
.lavender {
background-color: #b5a6ab;
}
.pink {
background-color: #eccfcf;
}
.whitish {
background-color: #eceeeb;
}
.grey {
background-color: #bab9b5;
}
div.headdiv {
display: flex;
position: relative;
padding: 30px;
margin-right: auto;
}
.headdiv > p {
font-size: 40px;
}
.centerdiv {
display: flex;
position: relative;
justify-content: center;
align-items: center;
}
.theCard {
display: flex;
flex-direction: row;
position: relative;
border-radius: 10px;
padding: 25px;
min-width: 700px;
min-height: 400px;
height: auto;
border: none;
transition: background-color 0.5s;
}
.recipientAnime {
transition: background-color 0s;
}
.theImage {
display: flex;
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
}
.chooseImage {
padding: 150px 10px 150px 10px;
position: relative;
max-height: 100%;
text-align: center;
font-weight: bold;
font-size: 30px;
border: 2px dashed black;
margin: 10px;
}
.chooseAfter {
padding: 10px 20px 10px 20px;
text-align: center;
font-size: 20px;
border: 2px solid black;
}
div#controls {
display: flex;
flex-direction: row;
justify-content: left;
}
#theLabel {
margin-left: auto;
margin-right: auto;
}
.theMessage {
grid-row: 1 / 5;
text-wrap: normal;
max-width: 400px;
font-size: 25px;
border-left: 2px solid black;
padding: 20px;
}
input#fileChooser {
display: none;
}
.imageWrapper {
width: 100%;
height: auto;
max-width: 400px;
position: relative;
}
img#serverImage {
width: 100%;
}
button.currColor {
height: 40px;
width: 40px;
cursor: pointer;
border: none;
margin: 3px;
}
button.currColor:hover {
border: 2px dashed black;
}
button.solBorder {
border: 2px solid black;
}
.footdiv {
display: flex;
flex-direction: row;
position: relative;
justify-content: center;
margin-top: 40px;
}
.designPanel {
display: grid;
min-width: 700px;
}
.chooseColor {
grid-row: 1;
max-width: 270px;
}
.chooseFont {
grid-row: 1;
}
.fontButton {
background: none;
border: none;
font-size: 20px;
margin-bottom: 3px;
}
.dimondLi {
margin-right: 10px;
}
.share {
grid-row: 1;
}
#shareButton {
grid-row: 2;
border: 2px solid black;
margin-top: 25px;
background: none;
font-size: 15px;
font-weight: bold;
padding: 8px 25px 8px 25px;
}
.foot {
font-size: 20px;
margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
.headdiv {
justify-content: center;
}
.headdiv > p {
position: relative;
margin-right: auto;
font-size: 32px;
}
.theCard {
flex-direction: column;
min-width: 100px;
min-height: 900px;
width: 80%;
}
.theMessage {
font-size: 20px;
border-left: none;
border-top: 2px solid black;
}
.chooseImage{
width: 80%;
font-size: 25px;
}
.imageWrapper{
max-width: 600px;
}
.chooseAfter{
max-width: 35%;
font-size: 15px;
}
.chooseColor {
grid-row: 2;
max-width: fit-content;
}
.share {
grid-row: 3;
}
.foot {
margin-bottom: 10px;
}
.designPanel {
margin-left: 5%;
min-width: 100px;
}
.fontButton {
margin-bottom: 1px;
font-size: 15px;
}
.footdiv {
margin-bottom: 20px;
justify-content: flex-start;
}
}
@media screen and (max-width: 800px) {
.headdiv {
margin-bottom: 70px;
}
.theCard{
min-width: 100px;
min-height: 400px;
width: 80%;
}
.designPanel {
min-width: 100px;
width: 80%;
}
.footdiv {
margin-top: 60px;
}
} | 0.44746 | 0.125333 |
.container {
grid-area: header;
padding: 20px;
background-color: white;
}
.container__secondary {
max-width: 1248px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.containerInput {
max-width: 721px;
width: 100%;
position: relative;
}
.inputWrapper {
padding-bottom: 5px;
color: #7a7a7a;
max-width: 721px;
width: 100%;
border-top: none;
border-left: none;
border-right: none;
outline: none;
}
.icon {
position: absolute;
left: 97%;
font-size: 20px;
cursor: pointer;
}
.user {
display: flex;
}
.user__div {
display: flex;
align-items: center;
margin-right: 30px;
}
.user__div p {
color: #7a7a7a;
font-size: 13px;
margin-left: 5px;
}
.user__div__secondary {
display: flex;
align-items: center;
}
.user__div__secondary span:last-child {
width: 14px;
margin: 5px;
height: 14px;
font-size: 9px;
border-radius: 7px;
color: white;
border: 1px solid #f8475f;
background-color: #f8475f;
display: flex;
align-items: end;
justify-content: center;
}
@media (max-width: 1110px) {
.container__secondary {
display: flex;
flex-direction: column;
}
.inputWrapper {
margin-top: 15px;
}
.icon {
left: 97%;
top: 45%;
}
}
@media (max-width: 420px) {
.icon {
left: 94%;
}
}
@media (max-width: 768px) {
.user {
position: absolute;
top: 35px;
right: 35px;
}
.user__div {
display: none;
}
.user__div__secondary span {
font-size: 2rem;
}
.user__div__secondary span:last-child {
width: 20px;
margin: 0 0 5px 5px;
height: 20px;
font-size: 12px;
border-radius: 10px;
color: white;
}
.div__mobile {
display: flex;
align-items: self-end;
}
.spanH {
display: inline-block;
cursor: pointer;
border-top: 5px solid;
width: 30px;
margin-right: 1rem;
}
.spanH::after,
.spanH::before {
content: "";
display: block;
width: 30px;
background: currentColor;
margin-top: 5px;
transition: 0.3s;
position: relative;
border-top: 5px solid;
}
.active {
border-top-color: transparent;
}
.active:before {
transform: rotate(135deg);
}
.active:after {
transform: rotate(-135deg);
top: -7px;
}
}
@media (max-width: 425px) {
.user {
display: none;
}
} | src/components/Header/style.module.css | .container {
grid-area: header;
padding: 20px;
background-color: white;
}
.container__secondary {
max-width: 1248px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.containerInput {
max-width: 721px;
width: 100%;
position: relative;
}
.inputWrapper {
padding-bottom: 5px;
color: #7a7a7a;
max-width: 721px;
width: 100%;
border-top: none;
border-left: none;
border-right: none;
outline: none;
}
.icon {
position: absolute;
left: 97%;
font-size: 20px;
cursor: pointer;
}
.user {
display: flex;
}
.user__div {
display: flex;
align-items: center;
margin-right: 30px;
}
.user__div p {
color: #7a7a7a;
font-size: 13px;
margin-left: 5px;
}
.user__div__secondary {
display: flex;
align-items: center;
}
.user__div__secondary span:last-child {
width: 14px;
margin: 5px;
height: 14px;
font-size: 9px;
border-radius: 7px;
color: white;
border: 1px solid #f8475f;
background-color: #f8475f;
display: flex;
align-items: end;
justify-content: center;
}
@media (max-width: 1110px) {
.container__secondary {
display: flex;
flex-direction: column;
}
.inputWrapper {
margin-top: 15px;
}
.icon {
left: 97%;
top: 45%;
}
}
@media (max-width: 420px) {
.icon {
left: 94%;
}
}
@media (max-width: 768px) {
.user {
position: absolute;
top: 35px;
right: 35px;
}
.user__div {
display: none;
}
.user__div__secondary span {
font-size: 2rem;
}
.user__div__secondary span:last-child {
width: 20px;
margin: 0 0 5px 5px;
height: 20px;
font-size: 12px;
border-radius: 10px;
color: white;
}
.div__mobile {
display: flex;
align-items: self-end;
}
.spanH {
display: inline-block;
cursor: pointer;
border-top: 5px solid;
width: 30px;
margin-right: 1rem;
}
.spanH::after,
.spanH::before {
content: "";
display: block;
width: 30px;
background: currentColor;
margin-top: 5px;
transition: 0.3s;
position: relative;
border-top: 5px solid;
}
.active {
border-top-color: transparent;
}
.active:before {
transform: rotate(135deg);
}
.active:after {
transform: rotate(-135deg);
top: -7px;
}
}
@media (max-width: 425px) {
.user {
display: none;
}
} | 0.583559 | 0.076996 |
=================================================================== */
@import url("social-icons.css"); /* Social Icons */
@import url("fancybox.css"); /* Fancybox */
@import url("font-awesome.css"); /* Font Awesome*/
@import url("font-awesome-ie7.css"); /* Font Awesome*/
@import url("glyphicons.css"); /* Glyphicons SVG & Font */
@import url("halflings.css"); /* Glyphicons Halflings SVG & Font */
html { -webkit-font-smoothing: antialiased; }
body {
/*font-family: 'Droid Sans', sans-serif;*/
font-weight: 400;
background: #ccc;
color: #000;
font-size: 12px;
}
.noMargin {
margin-left: 0px !important;
}
a {
color: #242424;
}
a:hover {
color: #121212;
}
h1, h2, h3, h4, h5, h6 {
/*font-family: "Droid Sans" !important;*/
font-weight: normal !important;
color: #414141;
margin: 0;
padding: 0;
}
h1 {
font-size: 36px;
line-height: 40px;
}
h2 {
font-size: 20px;
line-height: 40px;
}
h3 {
font-size: 18px;
line-height: 32px;
}
h4 {
font-size: 13px;
line-height: 30px;
}
h5 {
font-size: 12px;
line-height: 26px;
}
h6 {
font-size: 11px;
line-height: 24px;
}
hr {
position: relative;
margin: 20px 0;
border: 0;
border: none;
height: 2px;
}
hr:before,
hr:after {
content: "";
width: 100%;
position: absolute;
height: 1px;
top: 50%;
left: 0;
}
hr:before {
margin-top: -1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-8 */
}
hr:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 10%, rgba(221,221,221,1) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,1)), color-stop(90%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00dddddd',GradientType=1 ); /* IE6-8 */
}
.separate {
position: relative;
padding-right: 30px;
}
.separate:before {
content: "";
width: 1px;
position: absolute;
height: 100%;
top: 0px;
right: 0px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=0 ); /* IE6-8 */
}
.separate:after {
content: "";
width: 1px;
position: absolute;
height: 100%;
top: 0px;
right: 1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 10%, rgba(221,221,221,1) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,1)), color-stop(90%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00dddddd',GradientType=0 ); /* IE6-8 */
}
hr.clean {
margin: 15px 0;
border: 0;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
/* Lists
=================================================================== */
ul, ol { margin: 0; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
/* Header
=================================================================== */
header {
width: 100%;
border-bottom: 1px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
margin-bottom: 80px;
position: fixed;
z-index: 1000;
}
.navbar .brand {
position: relative;
padding: 15px 20px 15px 20px;
color: #a3a3a3;
text-shadow: 0 1px 0 #ffffff;
border-right: 1px solid #bfbfbf;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar .brand:hover {
color: #bfbfbf;
}
.navbar .brand:after,
.navbar .brand:before {
content: "";
height: 100%;
position: absolute;
display: block;
font-size: 20px;
font-weight: 200;
border-right: 1px solid #fafafa;
right: 0px;
top: 0px;
}
.navbar .brand:before {
right: -2px;
}
.navbar .brand:hover {
text-decoration: none;
}
.navbar .btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background: #a3a3a3 !important;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
}
.nav-collapse.collapse {
height: auto \9 !important;
overflow: visible \9 !important;
position: relative;
z-index: 9999;
}
.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
background: transparent !important;
filter: none !important;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0px;
margin: 0;
}
.navbar-inner {
padding-left: 0px !important;
padding-right: 0px !important;
}
.navbar .nav > li > a {
color: #a3a3a3;
text-shadow: 0 1px 0 #ffffff;
border-top:4px solid transparent;
font-size: 14px;
padding: 12px;
padding: 12px 10px \9;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
background: transparent !important;
color: #bfbfbf;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
color: #080808 !important;
text-decoration: none;
background-color: transparent !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .nav > .active > a:hover {
background: transparent !important;
color: #666 !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .nav .active a:hover > .caret {
border-top-color: #fff !important;
border-bottom-color: #fff !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #666;
background: #080808 !important;
}
.dropdown-menu .active > a {
color: #080808 !important;
background: transparent !important;
}
.dropdown-menu .active > a:hover {
color: #666 !important;
background: transparent !important;
}
.navbar .btn-navbar {
position: relative;
background: transparent;
text-shadow: 0 1px 0px #fff;
color: #a3a3a3;
border: none;
border-left: 1px solid #bfbfbf;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 19px 15px 18px 15px;
margin-top: 0px;
margin-right: 0px;
}
.navbar .btn-navbar:after,
.navbar .btn-navbar:before {
content: "";
height: 100%;
position: absolute;
display: block;
font-size: 20px;
font-weight: 200;
border-right: 1px solid #fafafa;
left: 0px;
top: 0px;
}
.navbar .btn-navbar:before {
content: "";
height: 100%;
position: absolute;
display: block;
font-size: 20px;
font-weight: 200;
border-right: 1px solid #fafafa;
left: -2px;
top: 0px;
}
.navbar .btn-navbar:hover {
background: transparent;
color: #bfbfbf;
}
.nav .active .dropdown-toggle .caret {
border-top-color: #080808 !important;
border-bottom-color: #080808 !important;
}
/* Wrapper
=================================================================== */
#wrapper {
margin-top: 80px;
margin-bottom: 30px;
}
#wrapper.full {
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
/*padding: 20px;*/
padding: 5px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
}
/* Wall & Porfolio
=================================================================== */
#wall {
}
#wall .item,
#portfolio .item {
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
padding: 10px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
margin-bottom: 10px;
}
#wall .item {
margin: 0px;
margin-bottom: 30px;
}
#wall .item .meta {
margin-top: 10px;
}
#wall .item .meta span {
font-size: 12px !important;
line-height: 16px !important;
margin-right:5px;
}
#wall .item .meta span i {
font-size: 16px;
margin: 0px 2px 0px 0px !important;
padding-top: 4px !important;
}
#wall .item .meta span a {
color: #000;
}
#wall .item .picture,
#portfolio .item .picture {
display: block;
position: relative;
z-index:5;
}
#wall .item .picture a.image,
#portfolio .item .picture a.image {
width: 100%;
height: auto;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
}
#wall .item .picture img,
#portfolio .item .picture img {
width: 100%;
height: auto;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
position: relative;
z-index: -1;
}
#wall .item .picture .description {
margin-top: 10px;
}
#wall .item .quotes {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
font-family: "Boogaloo";
overflow: hidden;
}
#wall .item .quote,
#wall .item .author {
line-height: 22px;
font-size: 18px;
padding: 15px;
color: #fff;
font-family: "Boogaloo";
background: #080808;
}
#wall .item .author {
font-size: 14px;
text-align: center;
}
#wall .item .flex-video {
position: relative;
/*padding-top: 25px; */
padding-bottom: 67.5%;
height: 0;
overflow: hidden;
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
border: 2px solid #000;
}
#wall .item .flex-video.widescreen { padding-bottom: 57.25%; }
#wall .item .flex-video.vimeo { padding-top: 0; }
#wall .item .flex-video iframe,
#wall .item .flex-video object,
#wall .item .flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
#wall .item .flex-video { padding-top: 0; }
}
/* Page Title
=================================================================== */
#page-title {
position: relative;
padding: 5px 0px;
margin-top: 80px;
margin-bottom: -50px;
text-align: center;
}
#page-title h1, #page-title h2 {
display: inline-block;
padding: 0px 15px;
margin: 0 auto;
background: #ccc;
font-family: 'Economica', Arial, sans-serif !important;
color: rgba(180,180,180,.8);
text-shadow: 0px 1px 0px rgba(255,255,255,.4), 0 0 0px rgba(0,0,0,.2);
font-size: 30px;
}
#page-title:before,
#page-title:after {
content: "";
width: 100%;
position: absolute;
z-index: -1;
height: 1px;
top: 50%;
left: 0;
}
#page-title:before {
margin-top: -1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-8 */
}
#page-title:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>ZCI<KEY>
background: -moz-linear-gradient(left, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 10%, rgba(221,221,221,1) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,1)), color-stop(90%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00dddddd',GradientType=1 ); /* IE6-8 */
}
/* Page Title Small
=================================================================== */
.page-title-small {
position: relative;
padding: 5px 0px;
text-align: center;
z-index: 10;
}
.page-title-small h3 {
display: inline-block;
padding: 0px 15px;
margin: 0 auto;
background: #f4f4f4;
font-family: 'Economica', Arial, sans-serif !important;
color: rgba(180,180,180,.8);
text-shadow: 0px 1px 0px rgba(255,255,255,.4), 0 0 0px rgba(0,0,0,.2);
font-size: 20px;
}
.page-title-small:before,
.page-title-small:after {
content: "";
width: 100%;
position: absolute;
z-index: -1;
height: 1px;
top: 50%;
left: 0;
}
.page-title-small:before {
margin-top: -1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-8 */
}
.page-title-small:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,1)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
/* Blog
=================================================================== */
#wrapper .posts,
#wrapper .single-post,
#wrapper .sidebar {
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA<KEY>ZX<KEY>
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
padding: 20px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
}
#wrapper .posts .post {
border-top: 1px solid rgba(255,255,255,.7);
border-bottom: 1px solid rgba(0,0,0,.08);
margin: 0 -20px;
padding: 20px 20px;
}
#wrapper .posts .post.first {
border-top: none;
margin-top: -20px;
}
#wrapper .posts .post.last {
border-bottom: none;
}
#wrapper .posts .post .picture img {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#wrapper .posts .post .flex-video,
#wrapper .sidebar .widget .flex-video {
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
border: 2px solid #000;
}
#wrapper .sidebar .widget {
margin: 0px -20px;
padding: 10px 20px;
border-top: 1px solid rgba(255,255,255,.7);
border-bottom: 1px solid rgba(0,0,0,.08);
}
#wrapper .sidebar .widget.first {
border-top: none;
margin-top: -10px;
padding: 0px 20px 10px 20px;
}
#wrapper .sidebar .widget.last {
border-bottom: none;
}
/* Tags */
#wrapper .sidebar .widget .tags a {
padding: 5px 10px;
border: 1px solid #eee;
display: inline-block;
color: #666;
background: #fff;
margin: 0 3px 6px 0;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border-radius: 1px;
}
#wrapper .sidebar .widget .tags a:last-child {margin-right:0;}
#wrapper .sidebar .widget .tags a:hover {
background: #080808;
border: 1px solid #080808;
color: #fff;
}
/* Posts
=================================================================== */
.post {}
.post.post-page {border: 0px; margin-bottom: 0;}
.post-content {
border: none;
padding: 0px 10px;
margin: 0;
}
.post .info {
width: 100px;
float: left;
margin-top: 0px;
}
.post .post-date {
display: block;
background: transparent;
color: #080808;
width: 80px;
height: 40px;
text-align: center;
padding: 10px 0px;
margin: 10px 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post .post-date .day{
display: block;
font-size: 24px;
}
.post .post-date .month-year{
display: block;
font-size: 10px;
}
.post .post-icon {
display: block;
width: 80px;
height: 60px;
font-size: 40px;
line-height: 65px;
color: #080808;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post .post-meta {
color: #666;
margin: -10px 0px 0px 90px;
padding: 10px 0px;
}
.post .post-meta a {
text-decoration: none;
}
.post .post-meta a:hover {
}
.post .post-meta i {
opacity: 0.75;
filter: alpha(opacity=75);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
margin-right: 5px;
zoom: 1;
}
.post .post-meta span {
margin-right: 10px;
}
/* Icons
=================================================================== */
.icons {}
.icons p {
width: 25%;
float: left;
}
.icons p i {
margin: 0px 5px;
}
.icons a {
width: 21%;
float: left;
margin: 10px 0px;
}
.icons.pro p {
width: 25%;
float: left;
line-height: 48px;
}
.fa-icons li {
margin: 20px 0px;
line-height: 24px;
}
.fa-icons li i {
font-size: 24px;
}
/* Video
=================================================================== */
.flex-video {
position: relative;
/*padding-top: 25px; */
padding-bottom: 67.5%;
height: 0;
overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Images Overlay
=================================================================== */
#portfolio-wrapper .picture {
position: relative;
}
#portfolio-wrapper .portfolio-item {
margin-bottom: 20px;
margin-left: 10px;
}
.picture img {width: 100%; height: auto; }
.image-overlay-link,
.image-overlay-zoom {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 40;
display: none;
background-color: #222;
background: rgba(0, 0, 0, .6);
background-repeat: no-repeat;
background-position: 50%;
cursor: pointer;
}
.image-overlay-link {
background-image: url(../img/overlay-icon-01.png);
}
.image-overlay-zoom {
background-image: url(../img/overlay-icon-02.png);
}
/* Flexslider
=================================================================== */
/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* Necessary Styles
=================================================================== */
.flexslider {margin: 0; padding: 0;}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative; zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative; zoom: 1; z-index: 50;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* Default Styles
=================================================================== */
.flexslider {
background: #fff;
zoom: 1;
}
.ie7 .flexslider {margin-bottom: -30px;}
.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
/* Direction Nav
=================================================================== */
.flex-direction-nav a {
width: 35px;
height: 35px;
display: block;
background-color: #555;
top: 20px;
right: 20px;
float: none;
position: absolute;
cursor: pointer;
text-indent: -9999px;
background-color: #222;
background: rgba(0, 0, 0, 0.65);
*bottom: 50px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.flex-direction-nav .flex-next {
background-image: url(../img/slider-control-right.png);
background-repeat: no-repeat;
background-position: 52% 50%;
}
.flex-direction-nav .flex-prev {
margin-right: 36px;
background-image: url(../img/slider-control-left.png);
background-repeat: no-repeat;
background-position: 48% 50%;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
background-color:#080808;
opacity: 1;
}
.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}
/* Control Nav
=================================================================== */
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
}
.flex-control-nav li {
margin: 0 3px 0 0;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 14px;
height: 14px;
display: block;
background: #c8c8c8;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
background: #505050;
}
.flex-control-paging li a.flex-active {
cursor: default;
}
/* Caption
=================================================================== */
.slide-caption {
width: auto;
max-width: 30%;
padding: 10px 20px;
margin: 0 0 0px 0px;
position: absolute;
display: block;
left: 20px;
bottom: 20px;
background-color: #222;
background: rgba(0, 0, 0, 0.7);
text-shadow: none;
}
.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}
.slide-caption h3 {
color: #fff;
font-size: 18px;
margin:0;
line-height: 33px;
}
.slide-caption p {
margin:0;
line-height: 19px;
color: #bbb;
}
/* Icon Boxes
=================================================================== */
.icons-box-container {
float:left;
}
.icons-boxes-container {
float:left;
}
.icons-box {
text-align: center;
padding: 20px 10px 10px 10px;
}
.icons-box:hover {
background: #080808;
color: #fff;
}
.icons-box h3 {
margin: 20px auto 10px auto;
}
.icons-box:hover h3 {
color: #fff;
text-shadow: none;
}
.icons-box p {
float: left;
}
.icons-box i {
float: left;
margin: -2px 0 0px 0;
}
.icons-box i.circle {
float: none !important;
margin: 0 auto !important;
}
.icons-box i.circle-white {
float: none !important;
margin: 0 auto !important;
}
.icons-box i.circle-color {
float: none !important;
margin: 0 auto !important;
}
.icons-box i.circle-color-full {
float: none !important;
margin: 0 auto !important;
}
.circle {
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
margin: 0 auto;
opacity: .1;
filter: alpha(opacity=10);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.big {
border: 20px solid #fff !important;
}
.big-red {
border: 20px solid #080808 !important;
}
.ico-color {
background-image: url("../img/icons/grey/glyphicons.png");
opacity: 1;
}
.mini-color {
background-image: url("../img/icons/grey/glyphicons-mini.png");
opacity: 1;
}
.circle-color {
background-color: #fff;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px #080808;
-moz-box-shadow: 0px 0px 0px 3px #080808;
box-shadow: 0px 0px 0px 3px #080808;
margin: 0 auto;
opacity: 1;
}
.circle-white {
background-color: transparent;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px #fff;
-moz-box-shadow: 0px 0px 0px 3px #fff;
box-shadow: 0px 0px 0px 3px #fff;
margin: 0 auto;
opacity: 1;
}
.circle-color-full {
background-color: #080808;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px #080808;
-moz-box-shadow: 0px 0px 0px 3px #080808;
box-shadow: 0px 0px 0px 3px #080808;
margin: 0 auto;
opacity: 1;
}
.big-color {
border: 20px solid #080808 !important;
}
/* Icon Boxes Vert
=================================================================== */
.icons-box-vert-container {
float:left;
}
.icons-boxes-vert-container {
float:left;
}
.icons-box-vert {
border: 1px solid #fff;
padding: 30px 15px 10px 15px;
}
.icons-box-vert:hover {
background: #fcfcfc;
border: 1px solid #f6f6f6;
}
.icons-box-vert-info {
float: right;
margin-top: -6px;
margin-bottom: 6px;
margin-left: 20px;
width: 70%;
}
.icons-box-vert h3 {
float: left;
margin-top: -10px;
}
.icons-box-vert p {
float: left !important;
}
.icons-box-vert i {
float: left;
}
.icons-box-vert i.circle {
float: left !important;
}
.icons-box-vert i.circle {
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
opacity: .1;
filter: alpha(opacity=10);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.icons-left {
float: left;
}
/* About
=================================================================== */
.team-name {
padding: 15px 0;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 15px;
/*font-family: "Droid Sans";*/
font-size: 18px;
text-align: center;
}
.team-name span {
font-size: 12px;
font-weight: normal;
color: #888;
}
.team-about p {
padding: 0 0 15px 0;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 15px;
}
/* Shortcodes
====================================================================== */
/* Custom Buttons
=================================================================== */
.button,
input[type="button"] {
padding: 9px 12px;
display: inline-block;
border: 0px;
font-family: Arial, sans-serif;
font-weight: bold;
cursor: pointer;
width: auto;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
input[type="button"] {float: left;}
.button.medium {padding: 11px 17px; font-size: 14px;}
.button.gray {color: #fff;background: #444;}
.button.gray:hover {background:#72b626; text-decoration:none}
.button.light {color:#fff; background:#aaa;}
.button.light:hover {background:#72b626; text-decoration:none}
.button.color {color:#fff; background:#72b626;}
.button.color:hover {background:#aaa; text-decoration:none}
/* Input Button */
input[type="button"] {color:#fff; background:#72b626;}
input[type="button"]:hover {background:#aaa; text-decoration:none}
.button.gray:hover,
.button.light:hover,
.button.color {
background: #555;
}
.button.color {color:#fff; background:#080808;}
.button.color:hover {background:#aaa;}
input[type="button"] {
background: #080808;
color: #fff;
}
/* Alert Boxes
=================================================================== */
.alert {
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
position: relative;
padding: 14px 40px 14px 18px;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.alert.alert-success {
background-color: #edf6e5 !important;
color: #7a9659 !important;
border: 1px solid #9fc76f !important;
}
.alert.alert-error {
background-color: #fdeaea !important;
color: #ca6f74 !important;
border: 1px solid #f27b81 !important;
}
.alert {
background-color: #fffee1 !important;
color: #daac50 !important;
border: 1px solid #f5c056 !important;
}
.alert.alert-info {
background-color: #e9f8ff !important;
color: #5d9fa9 !important;
border: 1px solid #75c7d3 !important;
}
/* Testimonial's Carousel
=================================================================== */
.testimonial-container {
position: relative;
}
.testimonials {
background: #fff;
padding: 20px;
line-height: 21px;
margin: 0px 1px;
border-top: 1px solid #dfdfdf;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
.testimonials-bg {
background: url(../img/testimonials-bg.png) no-repeat;
margin-top: -1px;
display: block;
width: 200px;
height: 30px;
}
.testimonials-author {
color: #666;
float: left;
display: block;
margin-left: 60px;
margin-top: -26px;
margin-bottom: 20px;
}
.testimonials-author span {
color:#a0a0a0
}
/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev {
border-top: 1px solid #dfdfdf;
display: inline-block;
margin-right: 1px;
height: 21px;
width: 21px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: block;
position: absolute;
margin-top: -30px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mr-rotato-next {
background: url(../img/testimonials-right-01.png) no-repeat 50%;
background-color: #fff;
right: 1px;
z-index: 6;
}
.mr-rotato-prev {
background: url(../img/testimonials-left-01.png) no-repeat 50%;
background-color: #fff;
right: 25px;
z-index: 5;
}
.mr-rotato-next:hover {
background: url(../img/testimonials-right-02.png) no-repeat 50%;
}
.mr-rotato-prev:hover {
background: url(../img/testimonials-left-02.png) no-repeat 50%;
}
.mr-rotato-prev:hover,
.mr-rotato-next:hover {
background-color: #080808;
border-color: #080808;
}
/* Tabs
=================================================================== */
.nav-tabs {
border-bottom: 1px solid #dfdfdf !important;
}
.nav-tabs > li {
margin-bottom: -2px;
}
.nav-tabs > li > a {
position: relative;
z-index: 1;
margin: 0;
background: #f6f6f6;
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: none;
border-top: 1px solid #eeeeee !important;
-webkit-box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,.2);
box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,.2);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
white-space: nowrap;
overflow:hidden !important;
text-overflow: ellipsis;
}
.nav-tabs > li:first-child > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border-left: 1px solid #eeeeee;
-webkit-border-radius: 2px 0px 0px 0px;
-moz-border-radius: 2px 0px 0px 0px;
border-radius: 2px 0px 0px 0px;
}
.nav-tabs > li:last-child > a {
border-right: 1px solid #eeeeee;
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
-webkit-border-radius: 0px 2px 0px 0px;
-moz-border-radius: 0px 2px 0px 0px;
border-radius: 0px 2px 0px 0px;
}
.nav-tabs > li > a:hover {
background: #fff;
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
position: relative;
z-index: 3;
border-color: transparent !important;
-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.35);
box-shadow: 0px 0px 1px rgba(0,0,0,.35);
}
.tab-content {
padding: 20px;
position: relative;
z-index: 3;
background: #fff;
-webkit-border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
border-radius: 0px 0px 2px 2px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
/* Progress Bar
=================================================================== */
.progress-bar h5 {
margin-bottom:6px;
}
.progress-bar li {
margin-bottom:12px;
list-style: none;
}
.progress-bar li.progressOverlay {
background: rgb(235,234,232); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ViZWFlOCI<KEY>
background: -moz-linear-gradient(top, rgba(235,234,232,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,234,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeae8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
border-top: 1px solid #dededc;
border-bottom: 1px solid #f6f6f6;
border-left: none;
border-right: none;
height: 12px;
padding: 6px !important;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
-moz-box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
position: relative;
margin: 8px 0;
list-style: none;
}
.meter {
background: rgb(252,252,252); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiB<KEY>
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
border-top: 1px solid #dededc;
border-bottom: 1px solid #eee;
border-left: none;
border-right: none;
height: 14px;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-moz-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
position: relative;
margin-top: -2px;
}
.meter > span {
display: block;
height: 100%;
position: relative;
overflow: hidden;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
position: absolute;
-webkit-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-moz-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
}
.meter > span:after, .animate > span > span {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
}
.meter > span:after,
.animate > span > spans li.current {
background: rgb(68,68,68); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>ICA<KEY>ZX<KEY>
background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(8,8,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(8,8,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#080808',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-moz-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
}
/* Quotes
=================================================================== */
/* Dropcaps
=================================================================== */
.dropcap {
background: #fcfcfc;
color: #666;
display: inline-block;
float: left;
font-size: 23px;
font-weight: 600;
height: 36px;
line-height: 36px;
margin: 0 7px 0 0;
text-align: center;
width: 36px;
border: 1px solid #f6f6f6;
}
.dropcap.dark {
background: #3a3a3a;
color: #fff;
}
.dropcap.color {
background: #080808;
color: #fff;
}
/* Clients List
=================================================================== */
.clients-carousel {
background: transparent;
overflow: hidden;
}
.clients-carousel li {
float: left;
overflow: hidden;
text-align: center;
}
.clients-carousel ul.clients {}
.clients-carousel li img {
float: none !important;
}
.clients-carousel li:hover {
background: #fafafa;
}
/* Blog Post
=================================================================== */
/* Comments
=================================================================== */
.comments-sec {
float:left;
width:100%;
line-height: 20px;
}
ol.commentlist {
float:left;
width:100%;
margin: 0;
}
ol.commentlist li {
float:left;
border-top: 1px solid #e7e7e7;
padding: 25px 15px 20px 15px;
}
ol.commentlist li:first-child {
border:none;
padding: 25px 15px 0px 15px;
}
ol.commentlist li {list-style: none;}
ol li ol.childlist{
float:right;
width:89%;
margin:0px;
}
ol.commentlist li ol.childlist li:first-child {
border-top: 1px solid #e9e9e9;
padding: 25px 0 0 0;
font-size: 12px;
}
ol.commentlist li ol.childlist li {
border-top: 1px solid #e9e9e9;
margin:25px 0 15px 0;
font-size: 12px;
}
.comments {
float:left;
width:100%;
}
.comments-amount {color: #888;}
ol li ol.childlist .comment-des {
float:right;
width:89%;
}
.avatar {float:left}
.comment-des{
float:right;
width:90%;
}
.comment-des strong {
float:left;
padding-right:5px;
font-size:12px;
}
.comment-des span {
float:left;
color:#888;
}
.comment-by {
float:left;
width:100%;
padding-bottom:8px;
padding-top:5px;
color: #000;
}
.ie7 .comment-by span.reply span {display: none;}
.comment-by span.reply {
color:#888;
float:right; display: inline;
}
.comment-by span.reply a {
float: right;
height: 17px;
margin-left: 5px;
font-weight: normal;
float:right;
}
.comment-by span.date {
color:#888;
padding-right: 7px;
float: right;
}
.ie7 .comment-by .date {display: none;}
/* Contact Form
=================================================================== */
#contact-form textarea {
margin-bottom: 15px;
}
#contact-form input {
margin-bottom: 15px;
}
/* Login Form
=================================================================== */
.facebook_connect {
margin: 5px 0px 5px -1px;
height: 38px;
line-height: 38px;
text-align: center;
display:block;
overflow:hidden;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 16px;
border: 1px solid #00549f;
text-shadow: 0px 1px 1px #03327b;
background: rgb(13,119,190); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3L<KEY>
background: -moz-linear-gradient(top, rgba(13,119,190,1) 0%, rgba(13,99,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,119,190,1)), color-stop(100%,rgba(13,99,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d77be', endColorstr='#0d63aa',GradientType=0 ); /* IE6-8 */
}
.facebook_connect:hover {
color: #f0f0f0;
text-decoration: none;
text-shadow: 0px 0px 1px #03327b;
}
.facebook_connect .img {
display: block;
float: left;
border-right: 1px solid rgba(0,0,0,.1);
width: 50px;
font-size: 26px;
text-align: center;
}
.facebook_connect .text {
border-left: 1px solid rgba(255,255,255,.1);
text-align: center;
display: block;
margin-left: 51px;
}
.twitter_connect {
margin: 5px 0px 5px -1px;
height: 38px;
line-height: 38px;
text-align: center;
display:block;
overflow:hidden;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 16px;
border: 1px solid #1b94bc;
text-shadow: 0px 1px 1px #0a8ad2;
background: rgb(86,212,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, rgba(86,212,255,1) 1%, rgba(27,176,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(86,212,255,1)), color-stop(100%,rgba(27,176,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d4ff', endColorstr='#1bb0e2',GradientType=0 ); /* IE6-8 */
}
.twitter_connect:hover {
color: #f0f0f0;
text-decoration: none;
text-shadow: 0px 0px 1px #0a8ad2;
}
.twitter_connect .img {
display: block;
float: left;
border-right: 1px solid rgba(0,0,0,.1);
width: 50px;
font-size: 26px;
text-align: center;
}
.twitter_connect .text {
border-left: 1px solid rgba(255,255,255,.1);
text-align: center;
display: block;
margin-left: 51px;
}
#login-form input[type="text"] {
margin-bottom: 8px;
font-size: 16px;
height: 40px;
}
#login-form input[type="checkbox"] {
margin-top: -4px;
}
#login-form .remember{
width: 45%;
float: left;
text-align:left;
line-height: 30px;
height: 40px;
}
#login-form .forgot {
width: 45%;
float: right;
text-align:right;
font-weight: bold;
line-height: 30px;
height: 40px;
}
/* Pricing Tables
=================================================================== */
.five-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.four-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.three-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.two-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.pricing-table {
float: left;
border: 5px solid #fff;
}
.pricing-table h3 {
font-size: 16px;
text-align: center;
color: #fff;
padding: 6px 0;
margin: 0;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.pricing-table li {
color: #888;
background: #fff;
text-align: center;
padding: 11px 0;
border-bottom: 1px solid #fff;
}
.pricing-table li:nth-child(2n) {
background: #f6f6f6;
}
.pricing-table h4 {
padding:0 0 10px;
}
a.buy {
text-align: center;
display: block;
color: #fff;
padding: 12px 0;
font-weight: bold;
font-size: 14px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-border-radius: 0px 0px 5px 5px ;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
a.buy:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
color: #fff;
margin: 0;
}
.pricing-table h4 {
padding: 15px 0;
}
.price,
.time {
display: block;
text-align: center;
line-height: 24px;
}
.price {
font-size: 24px;
font-weight: normal;
}
.time {
font-size: 12px;
font-weight: normal;
}
/* Color Schemes
=================================================================== */
/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy {background-color: #ccc;}
.pricing-table .color-cccddd h4 {background-color: #ddd;}
/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy {background-color: #666;}
.pricing-table .color-666777 h4 {background-color: #777;}
/* Color - 3 */
.pricing-table .color-custom h3, .color-custom .buy {background-color: #111; padding: 15px 0;}
.pricing-table .color-custom h4 {background-color: #222; padding: 35px 0;}
.color-custom {
margin-top:-57px;
}
.pricing-table {
position: relative !important;
z-index: 5 !important;
margin: 60px 0px;
}
.pricing-table.best-option {
margin-top: 2px;
padding-top:57px;
position: relative !important;
z-index: 6 !important;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.55);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.55);
box-shadow: 0px 0px 4px rgba(0,0,0,.55);
}
.pricing-table .color-custom h3, .color-custom .buy {background-color: #000; font-size: 20px}
.pricing-table .color-custom h4 {background-color: #080808;}
/* Google Map
=================================================================== */
#googlemaps {
height: 400px;
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
margin: 2px;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
padding: 10px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
margin-top: 80px;
margin-bottom: 30px;
}
#map {
height: 400px;
width: 100%;
}
/* Filters
=================================================================== */
#filters {
text-align: center;
right: 0;
margin: 0px 0px 10px 0px;
font-size: 16px;
text-shadow: 0px 1px 0px #ddd;
color: #999;
position: relative;
z-index: 3;
}
#filters ul li {
display: inline;
}
#filters a {
padding: 5px 10px;
display: inline-block;
color: #999;
margin: 0 5px 10px 0;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#filters a:hover,
.selected {
color: #080808 !important;
border-bottom: 1px solid #080808 !important;
text-decoration: none;
}
#portfolio-wrapper .post-meta {
background: #f0eff4;
color: #666;
padding: 10px 15px;
border-top: 2px solid #f6f6f6;
}
#portfolio-wrapper .post-meta a {
text-decoration: none;
}
#portfolio-wrapper .post-meta a:hover {
}
#portfolio-wrapper .post-meta i {
opacity: 0.35;
filter: alpha(opacity=35);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
margin-right: 5px;
zoom: 1;
}
#portfolio-wrapper .post-meta span {
margin-right: 10px;
}
/* Portfolio Info
=================================================================== */
.project-info {
margin-bottom: 15px;
}
.project-info .button {
margin-bottom: 30px !important;
}
.project-info strong {
color: #080808;
}
.launch {
margin-bottom: 30px;
text-shadow: none;
}
.project-tags {
margin-top: 15px;
}
.project-tags strong {
float: left;
margin: 5px 10px 20px 0;
}
/* Pagination
=================================================================== */
.pagination {
text-align: center;
}
.pagination li {
display: inline-block;
position: relative;
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(0,0,0,0.15);
margin: 3px;
cursor: pointer;
box-shadow:
1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);
}
.pagination li:hover {
-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.25);
-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.25);
box-shadow: 0px 0px 1px rgba(0,0,0,.25);
}
.ie7 .pagination li {margin-right: 5px;}
.pagination li.current:after{
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 2px;
left: 2px;
border-radius: 50%;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
/* Widgets
=================================================================== */
.widget {
padding: 10px;
margin-top: 0px;
}
.widget.first {
margin-top: -30px;
}
/* Tags */
.tags a {
padding: 5px 10px;
border: 1px solid #eee;
display: inline-block;
color: #666;
background: #fff;
margin: 0 3px 6px 0;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border-radius: 1px;
}
.tags a:last-child {margin-right:0;}
.tags a:hover {
background: #080808;
border: 1px solid #080808;
color: #fff;
}
/* Isotope Filtering
=================================================================== */
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/* Isotope CSS3 transitions
=================================================================== */
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions
=================================================================== */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/* Disable CSS transitions for containers with infinite scrolling
====================================*/
.isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
/* List Styles
=================================================================== */
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
list-style: none;
margin: 5px 0;
}
.check_list li {background: url(../img/icons/list/grey/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list li {background: url(../img/icons/list/grey/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list li {background: url(../img/icons/list/grey/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list li {background: url(../img/icons/list/grey/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list li {background: url(../img/icons/list/grey/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list li {background: url(../img/icons/list/grey/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list li {background: url(../img/icons/list/grey/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list li {background: url(../img/icons/list/grey/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
/* Footer
====================================================================== */
#footer {
background: #222 url(../img/fbg.jpg);
padding: 20px 30px;
text-shadow: 0px -1px 0px #000;
-webkit-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
}
#footer,
#footer p,
#footer a{
color: #b0b0b0 !important;
}
#footer p i {
color: #e1e1e1;
font-size: 15px;
display: inline-block;
width: 15px;
text-align: center
}
#footer a:hover {
color: #fff;
}
#footer h3 {
padding: 2px 0px !important;
margin-bottom: 10px;
color: #e1e1e1;
text-shadow: 0px -1px px #000;
}
#under-footer {
padding: 0px 20px;
min-height: 50px;
background: #222 url(../img/fbg.jpg);
color: #b0b0b0;
-webkit-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
opacity: .95;
filter: alpha(opacity=95);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
#under-footer-logo {
height: 46px;
}
#under-footer-logo a{
color: #e1e1e1;
text-decoration: none;
font-size: 22px;
line-height: 48px;
margin-left: 5px;
}
#under-footer-logo span {
}
#under-footer-copyright {
margin: 17px 0px 0px 0px;
}
#under-footer-copyright a {
color: #eee;
}
#under-footer-back-to-top {
margin: 10px;
z-index: 999;
}
#under-footer-back-to-top a {
width: 30px;
height: 30px;
display: block;
background-color: #b0b0b0;
background-image: url(../img/scroll-top-top.png);
background-repeat: no-repeat;
background-position: 50%;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#under-footer-back-to-top a:hover {background-color: #aaa;}
/* Links List
=================================================================== */
.links-list li a {
}
.links-list-alt li a {
font-size: 14px;
color: #666;
display: block;
padding: 6px 12px;
background: #f6f6f6;
border: 1px solid #f6f6f6;
margin: 5px 0px;
}
.links-list li a:hover {color: #efe9d8}
.links-list-alt li a:hover {
color: #888;
background: #fcfcfc;
border: 1px solid #f6f6f6;
text-decoration: none;
}
.links-list li:first-child a,
.links-list-alt li:first-child a {
margin: -3px 0 0 0;
}
/* Photo Stream
=================================================================== */
.flickr-widget {margin-top: 15px; padding: 0px 5px; overflow: hidden;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #080808;}
.flickr-widget a {
float: left;
width: 50px;
height: 50px;
margin-left: 0px;
margin-right: 9px;
margin-bottom: 9px;
background: #0a0c0e;
border: 1px solid #0a0c0e;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
.ie7 .flickr-widget a {width: 54px; height: 54px;}
/* Twitter Widget
=================================================================== */
#twitter {
font-size: 12px;
float: left;
display: block;
}
#twitter b a,
#twitter b a:hover {color: #666; font-weight:bold}
#twitter li {
background: url(../img/icons/twitter.png) no-repeat 0% 50%;
padding-left: 40px;
line-height: 18px; margin: 2px 0 12px 0;
}
#twitter li:last-child {padding-left: 40px; margin: 0;}
/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {
.navbar-inner > .btn-overlay {
display: none !important;
}
}
/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px){
.navbar-inner > .btn-overlay {
display: none !important;
}
.navbar .nav > li > a {
padding: 12px 15px;
padding: 12px 15px \9;
}
.search input:focus{
width: 120px;
}
#wall .item {
margin-bottom: 14px;
}
}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
float: none !important;
}
.navbar .nav > li:first-child > a {
position: relative;
border-top: 1px solid #fafafa;
padding: 15px 20px 5px 20px;
}
.navbar .nav > li:first-child > a:after,
.navbar .nav > li:first-child > a:before {
content: "";
height: 100%;
width: 100%;
position: absolute;
border-top: 1px solid #bfbfbf;
right: 0px;
top: 0px;
}
.navbar .nav > li:first-child > a:before {
top: 1px;
right: 0px;
border-top: 1px solid #fafafa;
}
.navbar .nav > li > a {
padding: 5px 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#wall .item {
margin-bottom: 12px;
}
}
/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
.navbar .nav > li > a {
color: #666;
border-top:4px solid transparent;
text-shadow: none;
font-size: 12px;
padding: 5px 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar .nav > li:first-child > a {
position: relative;
border-top: 1px solid #fafafa;
padding: 15px 20px 5px 20px;
}
.navbar .nav > li:first-child > a:after,
.navbar .nav > li:first-child > a:before {
content: "";
height: 100%;
width: 100%;
position: absolute;
border-top: 1px solid #bfbfbf;
right: 0px;
top: 0px;
}
.navbar .nav > li:first-child > a:before {
top: 1px;
right: 0px;
border-top: 1px solid #fafafa;
}
.separate {
position: relative;
padding-right: 0px;
}
.separate:before,
.separate:after {
display: none;
}
#contact-details {
text-align: center;
float: left;
}
#filters,
#portfolio-navi {
position: relative;
text-align: left;
display: block;
margin: 0 0 23px 0;
}
#portfolio-navi {
margin: -5px 0 25px 0;
}
.portfolio-item {
margin: 5px 0 25px 0 !important;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
padding: 0px;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
body {
padding: 0px;
}
}
/* Retina Display Hack
=================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#twitter li {
background: url(../img/icons/twitter@2x.png) no-repeat 0% 50%;
background-size: 32px 32px;
}
#login-form .remember{
margin-top: -0px !important;
}
}
.slide{
max-height: 400px;overflow: hidden;
}
.slide img{
width: 100%;
}
/* callout */
.bs-callout li {
border-style: solid;
border-width: 0 0 0 5px;
}
.bs-callout li a:hover {color:#fff}
.bs-callout li.danger {
border-left-color: #d9534f;
}
.bs-callout li.danger a:hover {
background-color: #d9534f;
}
.bs-callout li.warning {
border-left-color: #f0ad4e;
}
.bs-callout li.warning a:hover {
background-color: #f0ad4e;
}
.bs-callout li.success {
border-left-color: #5eb95e;
}
.bs-callout .success a:hover {
background-color: #5eb95e;
}
.bs-callout li.info {
border-left-color: #5bc0de;
}
.bs-callout li.info a:hover {
background-color: #5bc0de;
}
.post-title h1{font-size:24px} | backend/web/vendor/bower/css/style.css | =================================================================== */
@import url("social-icons.css"); /* Social Icons */
@import url("fancybox.css"); /* Fancybox */
@import url("font-awesome.css"); /* Font Awesome*/
@import url("font-awesome-ie7.css"); /* Font Awesome*/
@import url("glyphicons.css"); /* Glyphicons SVG & Font */
@import url("halflings.css"); /* Glyphicons Halflings SVG & Font */
html { -webkit-font-smoothing: antialiased; }
body {
/*font-family: 'Droid Sans', sans-serif;*/
font-weight: 400;
background: #ccc;
color: #000;
font-size: 12px;
}
.noMargin {
margin-left: 0px !important;
}
a {
color: #242424;
}
a:hover {
color: #121212;
}
h1, h2, h3, h4, h5, h6 {
/*font-family: "Droid Sans" !important;*/
font-weight: normal !important;
color: #414141;
margin: 0;
padding: 0;
}
h1 {
font-size: 36px;
line-height: 40px;
}
h2 {
font-size: 20px;
line-height: 40px;
}
h3 {
font-size: 18px;
line-height: 32px;
}
h4 {
font-size: 13px;
line-height: 30px;
}
h5 {
font-size: 12px;
line-height: 26px;
}
h6 {
font-size: 11px;
line-height: 24px;
}
hr {
position: relative;
margin: 20px 0;
border: 0;
border: none;
height: 2px;
}
hr:before,
hr:after {
content: "";
width: 100%;
position: absolute;
height: 1px;
top: 50%;
left: 0;
}
hr:before {
margin-top: -1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-8 */
}
hr:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 10%, rgba(221,221,221,1) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,1)), color-stop(90%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00dddddd',GradientType=1 ); /* IE6-8 */
}
.separate {
position: relative;
padding-right: 30px;
}
.separate:before {
content: "";
width: 1px;
position: absolute;
height: 100%;
top: 0px;
right: 0px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=0 ); /* IE6-8 */
}
.separate:after {
content: "";
width: 1px;
position: absolute;
height: 100%;
top: 0px;
right: 1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 10%, rgba(221,221,221,1) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,1)), color-stop(90%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00dddddd',GradientType=0 ); /* IE6-8 */
}
hr.clean {
margin: 15px 0;
border: 0;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
/* Lists
=================================================================== */
ul, ol { margin: 0; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
/* Header
=================================================================== */
header {
width: 100%;
border-bottom: 1px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
margin-bottom: 80px;
position: fixed;
z-index: 1000;
}
.navbar .brand {
position: relative;
padding: 15px 20px 15px 20px;
color: #a3a3a3;
text-shadow: 0 1px 0 #ffffff;
border-right: 1px solid #bfbfbf;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar .brand:hover {
color: #bfbfbf;
}
.navbar .brand:after,
.navbar .brand:before {
content: "";
height: 100%;
position: absolute;
display: block;
font-size: 20px;
font-weight: 200;
border-right: 1px solid #fafafa;
right: 0px;
top: 0px;
}
.navbar .brand:before {
right: -2px;
}
.navbar .brand:hover {
text-decoration: none;
}
.navbar .btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background: #a3a3a3 !important;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
}
.nav-collapse.collapse {
height: auto \9 !important;
overflow: visible \9 !important;
position: relative;
z-index: 9999;
}
.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
background: transparent !important;
filter: none !important;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0px;
margin: 0;
}
.navbar-inner {
padding-left: 0px !important;
padding-right: 0px !important;
}
.navbar .nav > li > a {
color: #a3a3a3;
text-shadow: 0 1px 0 #ffffff;
border-top:4px solid transparent;
font-size: 14px;
padding: 12px;
padding: 12px 10px \9;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
background: transparent !important;
color: #bfbfbf;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
color: #080808 !important;
text-decoration: none;
background-color: transparent !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .nav > .active > a:hover {
background: transparent !important;
color: #666 !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .nav .active a:hover > .caret {
border-top-color: #fff !important;
border-bottom-color: #fff !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #666;
background: #080808 !important;
}
.dropdown-menu .active > a {
color: #080808 !important;
background: transparent !important;
}
.dropdown-menu .active > a:hover {
color: #666 !important;
background: transparent !important;
}
.navbar .btn-navbar {
position: relative;
background: transparent;
text-shadow: 0 1px 0px #fff;
color: #a3a3a3;
border: none;
border-left: 1px solid #bfbfbf;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 19px 15px 18px 15px;
margin-top: 0px;
margin-right: 0px;
}
.navbar .btn-navbar:after,
.navbar .btn-navbar:before {
content: "";
height: 100%;
position: absolute;
display: block;
font-size: 20px;
font-weight: 200;
border-right: 1px solid #fafafa;
left: 0px;
top: 0px;
}
.navbar .btn-navbar:before {
content: "";
height: 100%;
position: absolute;
display: block;
font-size: 20px;
font-weight: 200;
border-right: 1px solid #fafafa;
left: -2px;
top: 0px;
}
.navbar .btn-navbar:hover {
background: transparent;
color: #bfbfbf;
}
.nav .active .dropdown-toggle .caret {
border-top-color: #080808 !important;
border-bottom-color: #080808 !important;
}
/* Wrapper
=================================================================== */
#wrapper {
margin-top: 80px;
margin-bottom: 30px;
}
#wrapper.full {
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
/*padding: 20px;*/
padding: 5px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
}
/* Wall & Porfolio
=================================================================== */
#wall {
}
#wall .item,
#portfolio .item {
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
padding: 10px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
margin-bottom: 10px;
}
#wall .item {
margin: 0px;
margin-bottom: 30px;
}
#wall .item .meta {
margin-top: 10px;
}
#wall .item .meta span {
font-size: 12px !important;
line-height: 16px !important;
margin-right:5px;
}
#wall .item .meta span i {
font-size: 16px;
margin: 0px 2px 0px 0px !important;
padding-top: 4px !important;
}
#wall .item .meta span a {
color: #000;
}
#wall .item .picture,
#portfolio .item .picture {
display: block;
position: relative;
z-index:5;
}
#wall .item .picture a.image,
#portfolio .item .picture a.image {
width: 100%;
height: auto;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
}
#wall .item .picture img,
#portfolio .item .picture img {
width: 100%;
height: auto;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
position: relative;
z-index: -1;
}
#wall .item .picture .description {
margin-top: 10px;
}
#wall .item .quotes {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
box-shadow: inset 0px 0px 5px rgba(0,0,0,.35);
font-family: "Boogaloo";
overflow: hidden;
}
#wall .item .quote,
#wall .item .author {
line-height: 22px;
font-size: 18px;
padding: 15px;
color: #fff;
font-family: "Boogaloo";
background: #080808;
}
#wall .item .author {
font-size: 14px;
text-align: center;
}
#wall .item .flex-video {
position: relative;
/*padding-top: 25px; */
padding-bottom: 67.5%;
height: 0;
overflow: hidden;
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
border: 2px solid #000;
}
#wall .item .flex-video.widescreen { padding-bottom: 57.25%; }
#wall .item .flex-video.vimeo { padding-top: 0; }
#wall .item .flex-video iframe,
#wall .item .flex-video object,
#wall .item .flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
#wall .item .flex-video { padding-top: 0; }
}
/* Page Title
=================================================================== */
#page-title {
position: relative;
padding: 5px 0px;
margin-top: 80px;
margin-bottom: -50px;
text-align: center;
}
#page-title h1, #page-title h2 {
display: inline-block;
padding: 0px 15px;
margin: 0 auto;
background: #ccc;
font-family: 'Economica', Arial, sans-serif !important;
color: rgba(180,180,180,.8);
text-shadow: 0px 1px 0px rgba(255,255,255,.4), 0 0 0px rgba(0,0,0,.2);
font-size: 30px;
}
#page-title:before,
#page-title:after {
content: "";
width: 100%;
position: absolute;
z-index: -1;
height: 1px;
top: 50%;
left: 0;
}
#page-title:before {
margin-top: -1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-8 */
}
#page-title:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>ZCI<KEY>
background: -moz-linear-gradient(left, rgba(221,221,221,0) 0%, rgba(221,221,221,1) 10%, rgba(221,221,221,1) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,1)), color-stop(90%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(221,221,221,0) 0%,rgba(221,221,221,1) 10%,rgba(221,221,221,1) 90%,rgba(221,221,221,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00dddddd',GradientType=1 ); /* IE6-8 */
}
/* Page Title Small
=================================================================== */
.page-title-small {
position: relative;
padding: 5px 0px;
text-align: center;
z-index: 10;
}
.page-title-small h3 {
display: inline-block;
padding: 0px 15px;
margin: 0 auto;
background: #f4f4f4;
font-family: 'Economica', Arial, sans-serif !important;
color: rgba(180,180,180,.8);
text-shadow: 0px 1px 0px rgba(255,255,255,.4), 0 0 0px rgba(0,0,0,.2);
font-size: 20px;
}
.page-title-small:before,
.page-title-small:after {
content: "";
width: 100%;
position: absolute;
z-index: -1;
height: 1px;
top: 50%;
left: 0;
}
.page-title-small:before {
margin-top: -1px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(left, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 10%, rgba(187,187,187,1) 90%, rgba(187,187,187,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,187,187,0)), color-stop(10%,rgba(187,187,187,1)), color-stop(90%,rgba(187,187,187,1)), color-stop(100%,rgba(187,187,187,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(187,187,187,0) 0%,rgba(187,187,187,1) 10%,rgba(187,187,187,1) 90%,rgba(187,187,187,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbbbbb', endColorstr='#00bbbbbb',GradientType=1 ); /* IE6-8 */
}
.page-title-small:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,1)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
/* Blog
=================================================================== */
#wrapper .posts,
#wrapper .single-post,
#wrapper .sidebar {
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA<KEY>ZX<KEY>
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
padding: 20px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
}
#wrapper .posts .post {
border-top: 1px solid rgba(255,255,255,.7);
border-bottom: 1px solid rgba(0,0,0,.08);
margin: 0 -20px;
padding: 20px 20px;
}
#wrapper .posts .post.first {
border-top: none;
margin-top: -20px;
}
#wrapper .posts .post.last {
border-bottom: none;
}
#wrapper .posts .post .picture img {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#wrapper .posts .post .flex-video,
#wrapper .sidebar .widget .flex-video {
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
border: 2px solid #000;
}
#wrapper .sidebar .widget {
margin: 0px -20px;
padding: 10px 20px;
border-top: 1px solid rgba(255,255,255,.7);
border-bottom: 1px solid rgba(0,0,0,.08);
}
#wrapper .sidebar .widget.first {
border-top: none;
margin-top: -10px;
padding: 0px 20px 10px 20px;
}
#wrapper .sidebar .widget.last {
border-bottom: none;
}
/* Tags */
#wrapper .sidebar .widget .tags a {
padding: 5px 10px;
border: 1px solid #eee;
display: inline-block;
color: #666;
background: #fff;
margin: 0 3px 6px 0;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border-radius: 1px;
}
#wrapper .sidebar .widget .tags a:last-child {margin-right:0;}
#wrapper .sidebar .widget .tags a:hover {
background: #080808;
border: 1px solid #080808;
color: #fff;
}
/* Posts
=================================================================== */
.post {}
.post.post-page {border: 0px; margin-bottom: 0;}
.post-content {
border: none;
padding: 0px 10px;
margin: 0;
}
.post .info {
width: 100px;
float: left;
margin-top: 0px;
}
.post .post-date {
display: block;
background: transparent;
color: #080808;
width: 80px;
height: 40px;
text-align: center;
padding: 10px 0px;
margin: 10px 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post .post-date .day{
display: block;
font-size: 24px;
}
.post .post-date .month-year{
display: block;
font-size: 10px;
}
.post .post-icon {
display: block;
width: 80px;
height: 60px;
font-size: 40px;
line-height: 65px;
color: #080808;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post .post-meta {
color: #666;
margin: -10px 0px 0px 90px;
padding: 10px 0px;
}
.post .post-meta a {
text-decoration: none;
}
.post .post-meta a:hover {
}
.post .post-meta i {
opacity: 0.75;
filter: alpha(opacity=75);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
margin-right: 5px;
zoom: 1;
}
.post .post-meta span {
margin-right: 10px;
}
/* Icons
=================================================================== */
.icons {}
.icons p {
width: 25%;
float: left;
}
.icons p i {
margin: 0px 5px;
}
.icons a {
width: 21%;
float: left;
margin: 10px 0px;
}
.icons.pro p {
width: 25%;
float: left;
line-height: 48px;
}
.fa-icons li {
margin: 20px 0px;
line-height: 24px;
}
.fa-icons li i {
font-size: 24px;
}
/* Video
=================================================================== */
.flex-video {
position: relative;
/*padding-top: 25px; */
padding-bottom: 67.5%;
height: 0;
overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Images Overlay
=================================================================== */
#portfolio-wrapper .picture {
position: relative;
}
#portfolio-wrapper .portfolio-item {
margin-bottom: 20px;
margin-left: 10px;
}
.picture img {width: 100%; height: auto; }
.image-overlay-link,
.image-overlay-zoom {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 40;
display: none;
background-color: #222;
background: rgba(0, 0, 0, .6);
background-repeat: no-repeat;
background-position: 50%;
cursor: pointer;
}
.image-overlay-link {
background-image: url(../img/overlay-icon-01.png);
}
.image-overlay-zoom {
background-image: url(../img/overlay-icon-02.png);
}
/* Flexslider
=================================================================== */
/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* Necessary Styles
=================================================================== */
.flexslider {margin: 0; padding: 0;}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative; zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative; zoom: 1; z-index: 50;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* Default Styles
=================================================================== */
.flexslider {
background: #fff;
zoom: 1;
}
.ie7 .flexslider {margin-bottom: -30px;}
.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
/* Direction Nav
=================================================================== */
.flex-direction-nav a {
width: 35px;
height: 35px;
display: block;
background-color: #555;
top: 20px;
right: 20px;
float: none;
position: absolute;
cursor: pointer;
text-indent: -9999px;
background-color: #222;
background: rgba(0, 0, 0, 0.65);
*bottom: 50px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.flex-direction-nav .flex-next {
background-image: url(../img/slider-control-right.png);
background-repeat: no-repeat;
background-position: 52% 50%;
}
.flex-direction-nav .flex-prev {
margin-right: 36px;
background-image: url(../img/slider-control-left.png);
background-repeat: no-repeat;
background-position: 48% 50%;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
background-color:#080808;
opacity: 1;
}
.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}
/* Control Nav
=================================================================== */
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
}
.flex-control-nav li {
margin: 0 3px 0 0;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 14px;
height: 14px;
display: block;
background: #c8c8c8;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
background: #505050;
}
.flex-control-paging li a.flex-active {
cursor: default;
}
/* Caption
=================================================================== */
.slide-caption {
width: auto;
max-width: 30%;
padding: 10px 20px;
margin: 0 0 0px 0px;
position: absolute;
display: block;
left: 20px;
bottom: 20px;
background-color: #222;
background: rgba(0, 0, 0, 0.7);
text-shadow: none;
}
.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}
.slide-caption h3 {
color: #fff;
font-size: 18px;
margin:0;
line-height: 33px;
}
.slide-caption p {
margin:0;
line-height: 19px;
color: #bbb;
}
/* Icon Boxes
=================================================================== */
.icons-box-container {
float:left;
}
.icons-boxes-container {
float:left;
}
.icons-box {
text-align: center;
padding: 20px 10px 10px 10px;
}
.icons-box:hover {
background: #080808;
color: #fff;
}
.icons-box h3 {
margin: 20px auto 10px auto;
}
.icons-box:hover h3 {
color: #fff;
text-shadow: none;
}
.icons-box p {
float: left;
}
.icons-box i {
float: left;
margin: -2px 0 0px 0;
}
.icons-box i.circle {
float: none !important;
margin: 0 auto !important;
}
.icons-box i.circle-white {
float: none !important;
margin: 0 auto !important;
}
.icons-box i.circle-color {
float: none !important;
margin: 0 auto !important;
}
.icons-box i.circle-color-full {
float: none !important;
margin: 0 auto !important;
}
.circle {
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
margin: 0 auto;
opacity: .1;
filter: alpha(opacity=10);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.big {
border: 20px solid #fff !important;
}
.big-red {
border: 20px solid #080808 !important;
}
.ico-color {
background-image: url("../img/icons/grey/glyphicons.png");
opacity: 1;
}
.mini-color {
background-image: url("../img/icons/grey/glyphicons-mini.png");
opacity: 1;
}
.circle-color {
background-color: #fff;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px #080808;
-moz-box-shadow: 0px 0px 0px 3px #080808;
box-shadow: 0px 0px 0px 3px #080808;
margin: 0 auto;
opacity: 1;
}
.circle-white {
background-color: transparent;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px #fff;
-moz-box-shadow: 0px 0px 0px 3px #fff;
box-shadow: 0px 0px 0px 3px #fff;
margin: 0 auto;
opacity: 1;
}
.circle-color-full {
background-color: #080808;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px #080808;
-moz-box-shadow: 0px 0px 0px 3px #080808;
box-shadow: 0px 0px 0px 3px #080808;
margin: 0 auto;
opacity: 1;
}
.big-color {
border: 20px solid #080808 !important;
}
/* Icon Boxes Vert
=================================================================== */
.icons-box-vert-container {
float:left;
}
.icons-boxes-vert-container {
float:left;
}
.icons-box-vert {
border: 1px solid #fff;
padding: 30px 15px 10px 15px;
}
.icons-box-vert:hover {
background: #fcfcfc;
border: 1px solid #f6f6f6;
}
.icons-box-vert-info {
float: right;
margin-top: -6px;
margin-bottom: 6px;
margin-left: 20px;
width: 70%;
}
.icons-box-vert h3 {
float: left;
margin-top: -10px;
}
.icons-box-vert p {
float: left !important;
}
.icons-box-vert i {
float: left;
}
.icons-box-vert i.circle {
float: left !important;
}
.icons-box-vert i.circle {
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
opacity: .1;
filter: alpha(opacity=10);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.icons-left {
float: left;
}
/* About
=================================================================== */
.team-name {
padding: 15px 0;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 15px;
/*font-family: "Droid Sans";*/
font-size: 18px;
text-align: center;
}
.team-name span {
font-size: 12px;
font-weight: normal;
color: #888;
}
.team-about p {
padding: 0 0 15px 0;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 15px;
}
/* Shortcodes
====================================================================== */
/* Custom Buttons
=================================================================== */
.button,
input[type="button"] {
padding: 9px 12px;
display: inline-block;
border: 0px;
font-family: Arial, sans-serif;
font-weight: bold;
cursor: pointer;
width: auto;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
input[type="button"] {float: left;}
.button.medium {padding: 11px 17px; font-size: 14px;}
.button.gray {color: #fff;background: #444;}
.button.gray:hover {background:#72b626; text-decoration:none}
.button.light {color:#fff; background:#aaa;}
.button.light:hover {background:#72b626; text-decoration:none}
.button.color {color:#fff; background:#72b626;}
.button.color:hover {background:#aaa; text-decoration:none}
/* Input Button */
input[type="button"] {color:#fff; background:#72b626;}
input[type="button"]:hover {background:#aaa; text-decoration:none}
.button.gray:hover,
.button.light:hover,
.button.color {
background: #555;
}
.button.color {color:#fff; background:#080808;}
.button.color:hover {background:#aaa;}
input[type="button"] {
background: #080808;
color: #fff;
}
/* Alert Boxes
=================================================================== */
.alert {
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
position: relative;
padding: 14px 40px 14px 18px;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.alert.alert-success {
background-color: #edf6e5 !important;
color: #7a9659 !important;
border: 1px solid #9fc76f !important;
}
.alert.alert-error {
background-color: #fdeaea !important;
color: #ca6f74 !important;
border: 1px solid #f27b81 !important;
}
.alert {
background-color: #fffee1 !important;
color: #daac50 !important;
border: 1px solid #f5c056 !important;
}
.alert.alert-info {
background-color: #e9f8ff !important;
color: #5d9fa9 !important;
border: 1px solid #75c7d3 !important;
}
/* Testimonial's Carousel
=================================================================== */
.testimonial-container {
position: relative;
}
.testimonials {
background: #fff;
padding: 20px;
line-height: 21px;
margin: 0px 1px;
border-top: 1px solid #dfdfdf;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
.testimonials-bg {
background: url(../img/testimonials-bg.png) no-repeat;
margin-top: -1px;
display: block;
width: 200px;
height: 30px;
}
.testimonials-author {
color: #666;
float: left;
display: block;
margin-left: 60px;
margin-top: -26px;
margin-bottom: 20px;
}
.testimonials-author span {
color:#a0a0a0
}
/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev {
border-top: 1px solid #dfdfdf;
display: inline-block;
margin-right: 1px;
height: 21px;
width: 21px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: block;
position: absolute;
margin-top: -30px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mr-rotato-next {
background: url(../img/testimonials-right-01.png) no-repeat 50%;
background-color: #fff;
right: 1px;
z-index: 6;
}
.mr-rotato-prev {
background: url(../img/testimonials-left-01.png) no-repeat 50%;
background-color: #fff;
right: 25px;
z-index: 5;
}
.mr-rotato-next:hover {
background: url(../img/testimonials-right-02.png) no-repeat 50%;
}
.mr-rotato-prev:hover {
background: url(../img/testimonials-left-02.png) no-repeat 50%;
}
.mr-rotato-prev:hover,
.mr-rotato-next:hover {
background-color: #080808;
border-color: #080808;
}
/* Tabs
=================================================================== */
.nav-tabs {
border-bottom: 1px solid #dfdfdf !important;
}
.nav-tabs > li {
margin-bottom: -2px;
}
.nav-tabs > li > a {
position: relative;
z-index: 1;
margin: 0;
background: #f6f6f6;
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: none;
border-top: 1px solid #eeeeee !important;
-webkit-box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,.2);
box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,.2);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
white-space: nowrap;
overflow:hidden !important;
text-overflow: ellipsis;
}
.nav-tabs > li:first-child > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border-left: 1px solid #eeeeee;
-webkit-border-radius: 2px 0px 0px 0px;
-moz-border-radius: 2px 0px 0px 0px;
border-radius: 2px 0px 0px 0px;
}
.nav-tabs > li:last-child > a {
border-right: 1px solid #eeeeee;
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
-webkit-border-radius: 0px 2px 0px 0px;
-moz-border-radius: 0px 2px 0px 0px;
border-radius: 0px 2px 0px 0px;
}
.nav-tabs > li > a:hover {
background: #fff;
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
position: relative;
z-index: 3;
border-color: transparent !important;
-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.35);
box-shadow: 0px 0px 1px rgba(0,0,0,.35);
}
.tab-content {
padding: 20px;
position: relative;
z-index: 3;
background: #fff;
-webkit-border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
border-radius: 0px 0px 2px 2px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
/* Progress Bar
=================================================================== */
.progress-bar h5 {
margin-bottom:6px;
}
.progress-bar li {
margin-bottom:12px;
list-style: none;
}
.progress-bar li.progressOverlay {
background: rgb(235,234,232); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ViZWFlOCI<KEY>
background: -moz-linear-gradient(top, rgba(235,234,232,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,234,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeae8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
border-top: 1px solid #dededc;
border-bottom: 1px solid #f6f6f6;
border-left: none;
border-right: none;
height: 12px;
padding: 6px !important;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
-moz-box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
position: relative;
margin: 8px 0;
list-style: none;
}
.meter {
background: rgb(252,252,252); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiB<KEY>
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
border-top: 1px solid #dededc;
border-bottom: 1px solid #eee;
border-left: none;
border-right: none;
height: 14px;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
-webkit-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-moz-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
position: relative;
margin-top: -2px;
}
.meter > span {
display: block;
height: 100%;
position: relative;
overflow: hidden;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
position: absolute;
-webkit-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-moz-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
}
.meter > span:after, .animate > span > span {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
}
.meter > span:after,
.animate > span > spans li.current {
background: rgb(68,68,68); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>ICA<KEY>ZX<KEY>
background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(8,8,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(8,8,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(68,68,68,1) 0%,rgba(8,8,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#080808',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-moz-box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
box-shadow: 0 1px 0 #ffffff, inset rgba(0,0,0,0.4) 0px 1px 1px !important;
-webkit-border-radius: 50em;
-moz-border-radius: 50em;
border-radius: 50em;
}
/* Quotes
=================================================================== */
/* Dropcaps
=================================================================== */
.dropcap {
background: #fcfcfc;
color: #666;
display: inline-block;
float: left;
font-size: 23px;
font-weight: 600;
height: 36px;
line-height: 36px;
margin: 0 7px 0 0;
text-align: center;
width: 36px;
border: 1px solid #f6f6f6;
}
.dropcap.dark {
background: #3a3a3a;
color: #fff;
}
.dropcap.color {
background: #080808;
color: #fff;
}
/* Clients List
=================================================================== */
.clients-carousel {
background: transparent;
overflow: hidden;
}
.clients-carousel li {
float: left;
overflow: hidden;
text-align: center;
}
.clients-carousel ul.clients {}
.clients-carousel li img {
float: none !important;
}
.clients-carousel li:hover {
background: #fafafa;
}
/* Blog Post
=================================================================== */
/* Comments
=================================================================== */
.comments-sec {
float:left;
width:100%;
line-height: 20px;
}
ol.commentlist {
float:left;
width:100%;
margin: 0;
}
ol.commentlist li {
float:left;
border-top: 1px solid #e7e7e7;
padding: 25px 15px 20px 15px;
}
ol.commentlist li:first-child {
border:none;
padding: 25px 15px 0px 15px;
}
ol.commentlist li {list-style: none;}
ol li ol.childlist{
float:right;
width:89%;
margin:0px;
}
ol.commentlist li ol.childlist li:first-child {
border-top: 1px solid #e9e9e9;
padding: 25px 0 0 0;
font-size: 12px;
}
ol.commentlist li ol.childlist li {
border-top: 1px solid #e9e9e9;
margin:25px 0 15px 0;
font-size: 12px;
}
.comments {
float:left;
width:100%;
}
.comments-amount {color: #888;}
ol li ol.childlist .comment-des {
float:right;
width:89%;
}
.avatar {float:left}
.comment-des{
float:right;
width:90%;
}
.comment-des strong {
float:left;
padding-right:5px;
font-size:12px;
}
.comment-des span {
float:left;
color:#888;
}
.comment-by {
float:left;
width:100%;
padding-bottom:8px;
padding-top:5px;
color: #000;
}
.ie7 .comment-by span.reply span {display: none;}
.comment-by span.reply {
color:#888;
float:right; display: inline;
}
.comment-by span.reply a {
float: right;
height: 17px;
margin-left: 5px;
font-weight: normal;
float:right;
}
.comment-by span.date {
color:#888;
padding-right: 7px;
float: right;
}
.ie7 .comment-by .date {display: none;}
/* Contact Form
=================================================================== */
#contact-form textarea {
margin-bottom: 15px;
}
#contact-form input {
margin-bottom: 15px;
}
/* Login Form
=================================================================== */
.facebook_connect {
margin: 5px 0px 5px -1px;
height: 38px;
line-height: 38px;
text-align: center;
display:block;
overflow:hidden;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 16px;
border: 1px solid #00549f;
text-shadow: 0px 1px 1px #03327b;
background: rgb(13,119,190); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3L<KEY>
background: -moz-linear-gradient(top, rgba(13,119,190,1) 0%, rgba(13,99,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,119,190,1)), color-stop(100%,rgba(13,99,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(13,119,190,1) 0%,rgba(13,99,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d77be', endColorstr='#0d63aa',GradientType=0 ); /* IE6-8 */
}
.facebook_connect:hover {
color: #f0f0f0;
text-decoration: none;
text-shadow: 0px 0px 1px #03327b;
}
.facebook_connect .img {
display: block;
float: left;
border-right: 1px solid rgba(0,0,0,.1);
width: 50px;
font-size: 26px;
text-align: center;
}
.facebook_connect .text {
border-left: 1px solid rgba(255,255,255,.1);
text-align: center;
display: block;
margin-left: 51px;
}
.twitter_connect {
margin: 5px 0px 5px -1px;
height: 38px;
line-height: 38px;
text-align: center;
display:block;
overflow:hidden;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 16px;
border: 1px solid #1b94bc;
text-shadow: 0px 1px 1px #0a8ad2;
background: rgb(86,212,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, rgba(86,212,255,1) 1%, rgba(27,176,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(86,212,255,1)), color-stop(100%,rgba(27,176,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(86,212,255,1) 1%,rgba(27,176,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d4ff', endColorstr='#1bb0e2',GradientType=0 ); /* IE6-8 */
}
.twitter_connect:hover {
color: #f0f0f0;
text-decoration: none;
text-shadow: 0px 0px 1px #0a8ad2;
}
.twitter_connect .img {
display: block;
float: left;
border-right: 1px solid rgba(0,0,0,.1);
width: 50px;
font-size: 26px;
text-align: center;
}
.twitter_connect .text {
border-left: 1px solid rgba(255,255,255,.1);
text-align: center;
display: block;
margin-left: 51px;
}
#login-form input[type="text"] {
margin-bottom: 8px;
font-size: 16px;
height: 40px;
}
#login-form input[type="checkbox"] {
margin-top: -4px;
}
#login-form .remember{
width: 45%;
float: left;
text-align:left;
line-height: 30px;
height: 40px;
}
#login-form .forgot {
width: 45%;
float: right;
text-align:right;
font-weight: bold;
line-height: 30px;
height: 40px;
}
/* Pricing Tables
=================================================================== */
.five-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.four-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.three-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.two-tables .pricing-table {
width: 100%;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0px 1px 1px rgba(0,0,0,.35);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.pricing-table {
float: left;
border: 5px solid #fff;
}
.pricing-table h3 {
font-size: 16px;
text-align: center;
color: #fff;
padding: 6px 0;
margin: 0;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.pricing-table li {
color: #888;
background: #fff;
text-align: center;
padding: 11px 0;
border-bottom: 1px solid #fff;
}
.pricing-table li:nth-child(2n) {
background: #f6f6f6;
}
.pricing-table h4 {
padding:0 0 10px;
}
a.buy {
text-align: center;
display: block;
color: #fff;
padding: 12px 0;
font-weight: bold;
font-size: 14px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-border-radius: 0px 0px 5px 5px ;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
a.buy:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
color: #fff;
margin: 0;
}
.pricing-table h4 {
padding: 15px 0;
}
.price,
.time {
display: block;
text-align: center;
line-height: 24px;
}
.price {
font-size: 24px;
font-weight: normal;
}
.time {
font-size: 12px;
font-weight: normal;
}
/* Color Schemes
=================================================================== */
/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy {background-color: #ccc;}
.pricing-table .color-cccddd h4 {background-color: #ddd;}
/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy {background-color: #666;}
.pricing-table .color-666777 h4 {background-color: #777;}
/* Color - 3 */
.pricing-table .color-custom h3, .color-custom .buy {background-color: #111; padding: 15px 0;}
.pricing-table .color-custom h4 {background-color: #222; padding: 35px 0;}
.color-custom {
margin-top:-57px;
}
.pricing-table {
position: relative !important;
z-index: 5 !important;
margin: 60px 0px;
}
.pricing-table.best-option {
margin-top: 2px;
padding-top:57px;
position: relative !important;
z-index: 6 !important;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.55);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.55);
box-shadow: 0px 0px 4px rgba(0,0,0,.55);
}
.pricing-table .color-custom h3, .color-custom .buy {background-color: #000; font-size: 20px}
.pricing-table .color-custom h4 {background-color: #080808;}
/* Google Map
=================================================================== */
#googlemaps {
height: 400px;
border: 1px solid #fafafa;
border-top: 2px solid #fafafa;
margin: 2px;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
padding: 10px;
text-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
box-shadow: 0px 1px 1px rgba(0,0,0,.15), 0px 2px 1px rgba(0,0,0,.10), 0px 3px 1px rgba(0,0,0,.05);
margin-top: 80px;
margin-bottom: 30px;
}
#map {
height: 400px;
width: 100%;
}
/* Filters
=================================================================== */
#filters {
text-align: center;
right: 0;
margin: 0px 0px 10px 0px;
font-size: 16px;
text-shadow: 0px 1px 0px #ddd;
color: #999;
position: relative;
z-index: 3;
}
#filters ul li {
display: inline;
}
#filters a {
padding: 5px 10px;
display: inline-block;
color: #999;
margin: 0 5px 10px 0;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#filters a:hover,
.selected {
color: #080808 !important;
border-bottom: 1px solid #080808 !important;
text-decoration: none;
}
#portfolio-wrapper .post-meta {
background: #f0eff4;
color: #666;
padding: 10px 15px;
border-top: 2px solid #f6f6f6;
}
#portfolio-wrapper .post-meta a {
text-decoration: none;
}
#portfolio-wrapper .post-meta a:hover {
}
#portfolio-wrapper .post-meta i {
opacity: 0.35;
filter: alpha(opacity=35);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
margin-right: 5px;
zoom: 1;
}
#portfolio-wrapper .post-meta span {
margin-right: 10px;
}
/* Portfolio Info
=================================================================== */
.project-info {
margin-bottom: 15px;
}
.project-info .button {
margin-bottom: 30px !important;
}
.project-info strong {
color: #080808;
}
.launch {
margin-bottom: 30px;
text-shadow: none;
}
.project-tags {
margin-top: 15px;
}
.project-tags strong {
float: left;
margin: 5px 10px 20px 0;
}
/* Pagination
=================================================================== */
.pagination {
text-align: center;
}
.pagination li {
display: inline-block;
position: relative;
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(0,0,0,0.15);
margin: 3px;
cursor: pointer;
box-shadow:
1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);
}
.pagination li:hover {
-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.25);
-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.25);
box-shadow: 0px 0px 1px rgba(0,0,0,.25);
}
.ie7 .pagination li {margin-right: 5px;}
.pagination li.current:after{
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 2px;
left: 2px;
border-radius: 50%;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
/* Widgets
=================================================================== */
.widget {
padding: 10px;
margin-top: 0px;
}
.widget.first {
margin-top: -30px;
}
/* Tags */
.tags a {
padding: 5px 10px;
border: 1px solid #eee;
display: inline-block;
color: #666;
background: #fff;
margin: 0 3px 6px 0;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border-radius: 1px;
}
.tags a:last-child {margin-right:0;}
.tags a:hover {
background: #080808;
border: 1px solid #080808;
color: #fff;
}
/* Isotope Filtering
=================================================================== */
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/* Isotope CSS3 transitions
=================================================================== */
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions
=================================================================== */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/* Disable CSS transitions for containers with infinite scrolling
====================================*/
.isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
/* List Styles
=================================================================== */
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
list-style: none;
margin: 5px 0;
}
.check_list li {background: url(../img/icons/list/grey/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list li {background: url(../img/icons/list/grey/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list li {background: url(../img/icons/list/grey/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list li {background: url(../img/icons/list/grey/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list li {background: url(../img/icons/list/grey/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list li {background: url(../img/icons/list/grey/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list li {background: url(../img/icons/list/grey/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list li {background: url(../img/icons/list/grey/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
/* Footer
====================================================================== */
#footer {
background: #222 url(../img/fbg.jpg);
padding: 20px 30px;
text-shadow: 0px -1px 0px #000;
-webkit-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
}
#footer,
#footer p,
#footer a{
color: #b0b0b0 !important;
}
#footer p i {
color: #e1e1e1;
font-size: 15px;
display: inline-block;
width: 15px;
text-align: center
}
#footer a:hover {
color: #fff;
}
#footer h3 {
padding: 2px 0px !important;
margin-bottom: 10px;
color: #e1e1e1;
text-shadow: 0px -1px px #000;
}
#under-footer {
padding: 0px 20px;
min-height: 50px;
background: #222 url(../img/fbg.jpg);
color: #b0b0b0;
-webkit-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
-moz-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
opacity: .95;
filter: alpha(opacity=95);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
#under-footer-logo {
height: 46px;
}
#under-footer-logo a{
color: #e1e1e1;
text-decoration: none;
font-size: 22px;
line-height: 48px;
margin-left: 5px;
}
#under-footer-logo span {
}
#under-footer-copyright {
margin: 17px 0px 0px 0px;
}
#under-footer-copyright a {
color: #eee;
}
#under-footer-back-to-top {
margin: 10px;
z-index: 999;
}
#under-footer-back-to-top a {
width: 30px;
height: 30px;
display: block;
background-color: #b0b0b0;
background-image: url(../img/scroll-top-top.png);
background-repeat: no-repeat;
background-position: 50%;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#under-footer-back-to-top a:hover {background-color: #aaa;}
/* Links List
=================================================================== */
.links-list li a {
}
.links-list-alt li a {
font-size: 14px;
color: #666;
display: block;
padding: 6px 12px;
background: #f6f6f6;
border: 1px solid #f6f6f6;
margin: 5px 0px;
}
.links-list li a:hover {color: #efe9d8}
.links-list-alt li a:hover {
color: #888;
background: #fcfcfc;
border: 1px solid #f6f6f6;
text-decoration: none;
}
.links-list li:first-child a,
.links-list-alt li:first-child a {
margin: -3px 0 0 0;
}
/* Photo Stream
=================================================================== */
.flickr-widget {margin-top: 15px; padding: 0px 5px; overflow: hidden;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #080808;}
.flickr-widget a {
float: left;
width: 50px;
height: 50px;
margin-left: 0px;
margin-right: 9px;
margin-bottom: 9px;
background: #0a0c0e;
border: 1px solid #0a0c0e;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
.ie7 .flickr-widget a {width: 54px; height: 54px;}
/* Twitter Widget
=================================================================== */
#twitter {
font-size: 12px;
float: left;
display: block;
}
#twitter b a,
#twitter b a:hover {color: #666; font-weight:bold}
#twitter li {
background: url(../img/icons/twitter.png) no-repeat 0% 50%;
padding-left: 40px;
line-height: 18px; margin: 2px 0 12px 0;
}
#twitter li:last-child {padding-left: 40px; margin: 0;}
/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {
.navbar-inner > .btn-overlay {
display: none !important;
}
}
/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px){
.navbar-inner > .btn-overlay {
display: none !important;
}
.navbar .nav > li > a {
padding: 12px 15px;
padding: 12px 15px \9;
}
.search input:focus{
width: 120px;
}
#wall .item {
margin-bottom: 14px;
}
}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
float: none !important;
}
.navbar .nav > li:first-child > a {
position: relative;
border-top: 1px solid #fafafa;
padding: 15px 20px 5px 20px;
}
.navbar .nav > li:first-child > a:after,
.navbar .nav > li:first-child > a:before {
content: "";
height: 100%;
width: 100%;
position: absolute;
border-top: 1px solid #bfbfbf;
right: 0px;
top: 0px;
}
.navbar .nav > li:first-child > a:before {
top: 1px;
right: 0px;
border-top: 1px solid #fafafa;
}
.navbar .nav > li > a {
padding: 5px 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#wall .item {
margin-bottom: 12px;
}
}
/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
.navbar .nav > li > a {
color: #666;
border-top:4px solid transparent;
text-shadow: none;
font-size: 12px;
padding: 5px 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar .nav > li:first-child > a {
position: relative;
border-top: 1px solid #fafafa;
padding: 15px 20px 5px 20px;
}
.navbar .nav > li:first-child > a:after,
.navbar .nav > li:first-child > a:before {
content: "";
height: 100%;
width: 100%;
position: absolute;
border-top: 1px solid #bfbfbf;
right: 0px;
top: 0px;
}
.navbar .nav > li:first-child > a:before {
top: 1px;
right: 0px;
border-top: 1px solid #fafafa;
}
.separate {
position: relative;
padding-right: 0px;
}
.separate:before,
.separate:after {
display: none;
}
#contact-details {
text-align: center;
float: left;
}
#filters,
#portfolio-navi {
position: relative;
text-align: left;
display: block;
margin: 0 0 23px 0;
}
#portfolio-navi {
margin: -5px 0 25px 0;
}
.portfolio-item {
margin: 5px 0 25px 0 !important;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
padding: 0px;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
body {
padding: 0px;
}
}
/* Retina Display Hack
=================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#twitter li {
background: url(../img/icons/twitter@2x.png) no-repeat 0% 50%;
background-size: 32px 32px;
}
#login-form .remember{
margin-top: -0px !important;
}
}
.slide{
max-height: 400px;overflow: hidden;
}
.slide img{
width: 100%;
}
/* callout */
.bs-callout li {
border-style: solid;
border-width: 0 0 0 5px;
}
.bs-callout li a:hover {color:#fff}
.bs-callout li.danger {
border-left-color: #d9534f;
}
.bs-callout li.danger a:hover {
background-color: #d9534f;
}
.bs-callout li.warning {
border-left-color: #f0ad4e;
}
.bs-callout li.warning a:hover {
background-color: #f0ad4e;
}
.bs-callout li.success {
border-left-color: #5eb95e;
}
.bs-callout .success a:hover {
background-color: #5eb95e;
}
.bs-callout li.info {
border-left-color: #5bc0de;
}
.bs-callout li.info a:hover {
background-color: #5bc0de;
}
.post-title h1{font-size:24px} | 0.168139 | 0.047647 |
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #fff;
}
/* Login Page */
.wrapper {
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../assets/img/background.jpeg);
background-blend-mode: normal;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
animation: fadein .5s;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Logo */
.login-box {
background-color: #fff;
color: #000;
text-align: center;
width: 380px;
padding: 30px;
border-radius: 5px;
animation: openMiddle .25s ease-in .5s both;
}
@keyframes openMiddle {
0% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
}
.login-logo-box {
width: 35%;
margin: 0 auto 30px;
}
.login-logo {
width: 100%;
height: 100%;
}
/* Heading text */
.h1 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 40px;
}
/* Form */
.form-group {
position: relative;
margin: 30px 0;
}
.form-input {
font-size: 14px;
font-family: inherit;
color: inherit;
padding: 1rem 1.3rem;
border-radius: 4px;
background-color: #fff;
border: 2px solid #aaa;
width: 100%;
display: block;
transition: all .3s;
}
.form-input:focus {
outline: none;
border: 3px solid #007bff;
}
.form-input:focus:invalid {
border: 3px solid #dc3545;
}
.form-input::-webkit-input-placeholder {
color: #555;
}
.form-label {
position: absolute;
top: -9px;
left: 0;
font-size: 12px;
font-weight: 400;
margin-left: .8rem;
padding: 0 6px;
background-color: #fff;
display: block;
width: fit-content;
transition: all .3s;
color: #555;
}
.form-input:placeholder-shown + .form-label {
opacity: 0;
visibility: hidden;
transform: translate(8px, 28px) scale(1.2);
}
/* Error Message */
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
/* Button */
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 1rem 1.3rem;
font-size: 14px;
text-transform: uppercase;
line-height: 1.5;
width: 100%;
border-radius: 0.25rem;
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;
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: none;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
box-shadow: none;
}
.btn-primary {
color: #ffffff;
background-color: #007bff;
border-color: #007bff;
box-shadow: none;
}
.btn-primary:hover {
color: #ffffff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
color: #ffffff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #ffffff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #ffffff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}
/* Footer */
.footer {
color: #555;
}
.footer strong {
color: #111;
}
/* Responsive */
@media (min-width: 576px) {
.h1,
.form-input,
.btn {
font-size: 18px;
}
.form-label {
font-size: 14px;
}
.login-logo-box {
margin: 0 auto 50px;
}
.login-box {
width: 480px;
padding: 50px;
}
} | public/assets/styles.css | *,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #fff;
}
/* Login Page */
.wrapper {
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../assets/img/background.jpeg);
background-blend-mode: normal;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
animation: fadein .5s;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Logo */
.login-box {
background-color: #fff;
color: #000;
text-align: center;
width: 380px;
padding: 30px;
border-radius: 5px;
animation: openMiddle .25s ease-in .5s both;
}
@keyframes openMiddle {
0% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
}
.login-logo-box {
width: 35%;
margin: 0 auto 30px;
}
.login-logo {
width: 100%;
height: 100%;
}
/* Heading text */
.h1 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 40px;
}
/* Form */
.form-group {
position: relative;
margin: 30px 0;
}
.form-input {
font-size: 14px;
font-family: inherit;
color: inherit;
padding: 1rem 1.3rem;
border-radius: 4px;
background-color: #fff;
border: 2px solid #aaa;
width: 100%;
display: block;
transition: all .3s;
}
.form-input:focus {
outline: none;
border: 3px solid #007bff;
}
.form-input:focus:invalid {
border: 3px solid #dc3545;
}
.form-input::-webkit-input-placeholder {
color: #555;
}
.form-label {
position: absolute;
top: -9px;
left: 0;
font-size: 12px;
font-weight: 400;
margin-left: .8rem;
padding: 0 6px;
background-color: #fff;
display: block;
width: fit-content;
transition: all .3s;
color: #555;
}
.form-input:placeholder-shown + .form-label {
opacity: 0;
visibility: hidden;
transform: translate(8px, 28px) scale(1.2);
}
/* Error Message */
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
/* Button */
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 1rem 1.3rem;
font-size: 14px;
text-transform: uppercase;
line-height: 1.5;
width: 100%;
border-radius: 0.25rem;
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;
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: none;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
box-shadow: none;
}
.btn-primary {
color: #ffffff;
background-color: #007bff;
border-color: #007bff;
box-shadow: none;
}
.btn-primary:hover {
color: #ffffff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
color: #ffffff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #ffffff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #ffffff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}
/* Footer */
.footer {
color: #555;
}
.footer strong {
color: #111;
}
/* Responsive */
@media (min-width: 576px) {
.h1,
.form-input,
.btn {
font-size: 18px;
}
.form-label {
font-size: 14px;
}
.login-logo-box {
margin: 0 auto 50px;
}
.login-box {
width: 480px;
padding: 50px;
}
} | 0.439507 | 0.06216 |
@import "normalize.css";
body {
margin: 0;
padding: 0;
height: 100%;
background: white;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 20px;
}
.header {
padding: 15px;
font-size: 2.7em;
font-weight: bold;
color: #6979F8;
}
.navbar {
width: 1300px;
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.2em;
}
.navbar__link {
text-decoration: none;
color: black;
transition: color font-weight 200ms;
}
.navbar__link:hover {
color: #6979F8;
font-weight: bold;
transition: color font-weight 200ms;
}
.navbar__example:hover {
transform: scale(1.01);
transition: all 200ms;
}
.main-page {
width: 1300px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(9);
grid-gap: 50px;
min-height: calc(100vh-50px);
align-self: center;
justify-self: start;
}
.content-box {
position: relative;
margin: 15px 0 0 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.content-box__title {
font-size: 1.1em;
text-shadow: 1px 1px 3px rgb(136, 166, 231);
}
.content-box__container {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding: 20px 0 0 40px;
}
.container__component {
width: 70%;
}
.container__description {
width: 40%;
margin-top: 5px;
}
.container__icon {
width: 16px;
height: 16px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
.footer {
width: 1200px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
font-style: normal;
}
.address__link {
text-decoration: none;
color: black;
transition: color 300ms;
}
.address__link:hover {
color: #6979F8;
transform: scale(1.02);
transition: color 300ms;
} | src/css/common.css | @import "normalize.css";
body {
margin: 0;
padding: 0;
height: 100%;
background: white;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 20px;
}
.header {
padding: 15px;
font-size: 2.7em;
font-weight: bold;
color: #6979F8;
}
.navbar {
width: 1300px;
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.2em;
}
.navbar__link {
text-decoration: none;
color: black;
transition: color font-weight 200ms;
}
.navbar__link:hover {
color: #6979F8;
font-weight: bold;
transition: color font-weight 200ms;
}
.navbar__example:hover {
transform: scale(1.01);
transition: all 200ms;
}
.main-page {
width: 1300px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(9);
grid-gap: 50px;
min-height: calc(100vh-50px);
align-self: center;
justify-self: start;
}
.content-box {
position: relative;
margin: 15px 0 0 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.content-box__title {
font-size: 1.1em;
text-shadow: 1px 1px 3px rgb(136, 166, 231);
}
.content-box__container {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding: 20px 0 0 40px;
}
.container__component {
width: 70%;
}
.container__description {
width: 40%;
margin-top: 5px;
}
.container__icon {
width: 16px;
height: 16px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
.footer {
width: 1200px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
font-style: normal;
}
.address__link {
text-decoration: none;
color: black;
transition: color 300ms;
}
.address__link:hover {
color: #6979F8;
transform: scale(1.02);
transition: color 300ms;
} | 0.581897 | 0.090333 |
.app-aside{
bottom: 3.4375rem !important;
height: auto !important;
}
.app-footer:not(.hide) ~ .app-body{
padding-bottom: 3.4375rem !important;
}
.app-player{
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
z-index: 1030 !important;
}
.playlist{
padding: 10px 0 5px 0;
min-height: 3.4375rem;
background: inherit;
}
.playlist .tracks{
counter-reset: li;
background: inherit;
position: absolute;
display: none;
bottom: 55px;
width: 480px;
right: 0;
padding: 0;
margin: 0;
border: 1px solid rgba(120,120,120,0.15);
border-bottom-width: 0;
list-style: none;
max-height: 240px;
overflow-y: auto;
}
.playlist .tracks .track{
font-size: 12px;
padding: 10px 4px 11px 40px;
position: relative;
border-top: 1px solid rgba(110,120,130,0.15);
}
.playlist .tracks .track:first-child{
border-top-color: transparent;
}
.playlist .tracks .track-info{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.playlist .tracks .track:before{
position: absolute;
left: 0;
top: 50%;
margin-top: -9px;
content: counter(li);
counter-increment: li;
text-align: center;
width: 40px;
display: inline-block;
opacity: 0.6;
}
.playlist .tracks .track.is-playing:before,
.playlist .tracks .track.is-current:before{
font-family: FontAwesome;
content: '\f027';
opacity: 1;
}
.playlist .tracks .track-author{
opacity: 0.6;
margin-left: 10px;
font-size: 0.85em;
}
.playlist .tracks .track-action{
display: inline-block;
padding: 0 5px;
float: right;
}
.playlist .tracks .track-action .track-remove{
display: inline-block;
padding: 0 5px;
font-size: 1.6em;
opacity: 0.5;
line-height: 1;
}
.playlist .mejs-container{
background: transparent;
position: relative;
z-index: 1;
}
.playlist .mejs-video .mejs-mediaelement{
top: auto;
left: auto;
right: 0;
bottom: 100%;
width: 320px;
height: 180px;
z-index: 1;
margin: 0 0 10px 0;
display: none;
}
.playlist .mejs-video.video-open .mejs-mediaelement{
display: block;
}
.playlist .mejs-mediaelement iframe{
width: 100%;
height: 100%;
}
.playlist .mejs-layers {
width: 20%;
position: absolute;
left: 0;
z-index: 1;
min-width: 240px;
}
.playlist .mejs-overlay-loading{
display: none;
}
.playlist .mejs-overlay-loading span,
.playlist .mejs-overlay-button{
background-image: none;
}
.playlist .mejs-container .mejs-controls {
padding: 0;
height: 40px;
background: transparent;
clip: auto;
display: block !important;
opacity: 1 !important;
}
.mejs-container .mejs-controls div{
text-align: center;
}
.mejs-container .mejs-controls div,
.mejs-controls .mejs-button button {
height: 40px;
width: 40px;
}
.mejs-layers .mejs-track-artwork {
float: left;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 55px;
height: 55px;
margin-top: -10px;
}
.mejs-layers .mejs-track-details {
overflow: hidden;
padding: 5px 15px;
}
.mejs-layers .mejs-track-details .mejs-track-author {
display: block;
font-size: 11px;
opacity: 0.7;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.mejs-layers .mejs-track-details .mejs-track-title {
display: block;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.mejs-layers .mejs-track-actions{
float: right;
padding: 6px 8px;
}
.mejs-controls .mejs-button button {
margin: 0;
background-image: none;
}
.btn-playpause{
color: #fff;
font-size: 0;
border-radius: 100%;
background: transparent;
border-width: 0;
width: 40px;
height: 40px;
overflow: hidden;
padding: 0;
position: relative;
vertical-align: middle;
}
.btn-playpause:before{
-webkit-transition: color 0.1s linear 0.1s;
transition: color 0.1s linear 0.1s;
position: absolute !important;
z-index: 2;
top: 50%;
left: 50%;
margin-top: -7px;
margin-left: -7px;
}
.btn-playpause:hover:before,
.btn-playpause.active:before{
color: #000;
}
.btn-playpause:after{
content: '';
border-radius: 100%;
box-shadow: inset 0 0 0 2px;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transform: scale3d(0.9, 0.9, 1);
transform: scale3d(0.9, 0.9, 1);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn-playpause:hover:after,
.btn-playpause.active:after{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
box-shadow: inset 0 0 0 30px;
}
.item .btn-playpause:after{
background-color: rgba(0,0,0,0.3);
}
.btn-playpause:before,
.mejs-layers .mejs-track-actions button:before,
.mejs-controls .mejs-button button:before {
background-color: transparent;
display: inline-block;
font-family: "FontAwesome";
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: middle;
min-width: 14px;
text-align: center;
}
.mejs-controls .mejs-next-button button:before {
content: "\f051";
}
.btn-playpause:before,
.mejs-controls .mejs-playpause-button.mejs-play button:before {
content: "\f04b";
position: relative;
padding-left: 2px;
}
.btn-playpause.is-playing:before,
.mejs-controls .mejs-playpause-button.mejs-pause button:before {
content: "\f04c";
padding-left: 0;
}
.btn-playpause.is-buffering:before,
.is-buffering .active > .btn-playpause:before,
.is-buffering .mejs-controls .mejs-playpause-button button:before{
border-color: transparent;
-webkit-animation: mejs-spin 1.5s infinite linear;
animation: mejs-spin 1.5s infinite linear;
}
.btn-playpause.is-buffering:before,
.is-buffering .active > .btn-playpause:before,
.is-buffering .mejs-controls .mejs-playpause-button button:before{
content: "\f021";
padding-left: 0;
}
.mejs-controls .mejs-previous-button button:before {
content: "\f048";
}
.mejs-controls .mejs-toggle-playlist-button button:before {
content: "\f0c9";
}
.mejs-controls .mejs-volume-button button:before{
content: "\f026";
}
.mejs-controls .mejs-volume-button.mejs-mute button:before{
content: "\f027";
}
.mejs-layers .mejs-like-button:before{
content: "\f08a";
}
.mejs-layers .mejs-like-button.is-like:before{
content: "\f004";
}
.mejs-controls .mejs-repeat-button button:before{
content: '\f079';
}
.mejs-controls .mejs-shuffle-button button:before{
content: '\f074';
}
.mejs-controls .mejs-youtube-button button:before{
content: '\f167';
}
.mejs-controls .mejs-playpause-button button{
border: 0;
background-color: #02b875;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 100%;
width: 36px;
height: 36px;
margin: 2px;
}
.mejs-controls .mejs-button button:focus {
outline: none !important;
}
.mejs-container .mejs-controls .mejs-time{
color: inherit;
padding-top: 0;
line-height: 40px;
min-width: 60px;
height: auto;
}
.mejs-controls div.mejs-time-rail{
padding-top: 0;
width: auto !important;
position: absolute;
left: 55px;
right: 0;
top: -10px;
height: 5px;
}
.mejs-controls .mejs-time-rail > span > span{
border-radius: 0;
height: 0;
top: 50%;
border-top: 5px solid;
}
.mejs-controls .mejs-time-rail .mejs-time-total{
height: auto;
background: transparent;
border: 0;
margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-total:before{
content: "";
position: absolute;
width: 100%;
height: 0;
top: 50%;
left: 0px;
border-top: 5px solid;
opacity: 0.2;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded{
opacity: 0.2;
}
.mejs-controls .mejs-time-rail .mejs-time-current{
opacity: 1;
border-color: #02b875;
}
.mejs-controls .mejs-button{
position: absolute;
left: 50%;
}
.mejs-controls .mejs-volume-button{
left: auto;
right: 40px;
}
.mejs-controls .mejs-toggle-playlist-button {
left: auto;
right: 0;
}
.mejs-controls .mejs-time{
opacity: 0.5;
position: absolute;
right: 90px;
}
.mejs-controls div.mejs-playpause-button{
margin-left: -20px;
}
.mejs-controls div.mejs-previous-button{
margin-left: -60px;
}
.mejs-controls div.mejs-next-button{
margin-left: 20px;
}
.mejs-controls div.mejs-youtube-button{
margin-left: 100px;
opacity: 0.5;
}
.video-open .mejs-controls div.mejs-youtube-button{
opacity: 1;
}
.mejs-controls div.mejs-repeat-button{
margin-left: 60px;
opacity: 0.5;
}
.mejs-controls div.mejs-repeat-button.is-repeat{
opacity: 1;
}
.mejs-controls div.mejs-shuffle-button{
margin-left: -100px;
opacity: 0.5;
}
.mejs-controls div.mejs-shuffle-button.is-shuffle{
opacity: 1;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider{
background-color: #fff;
border: 1px solid rgba(0,0,0,0.15);
background-clip: padding-box;
width: 80%;
left: 10%;
top: -110px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider:before,
.mejs-controls .mejs-volume-button .mejs-volume-slider:after{
content: "";
position: absolute;
bottom: -7px;
left: 50%;
margin-left: -7px;
border-width: 7px;
border-color: transparent;
border-style: solid;
border-top-color: rgba(0,0,0,.25);
border-bottom-width: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider:after{
border-width: 6px;
border-color: transparent;
border-style: solid;
border-top-color: #fff;
border-bottom-width: 0;
bottom: -6px;
margin-left: -6px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
left: 50%;
margin-left: -1px;
background: #ddd;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
background: #aaa;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{
left: 50%;
margin-left: -8px;
background-color: #aaa;
}
.mejs-controls .mejs-time-rail .mejs-time-float{
border: 1px solid rgba(0,0,0,0.15);
background-clip: padding-box;
background-color: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner{
border-width: 4px;
border-color: transparent;
border-style: solid;
border-top-color: rgba(0,0,0,.25);
border-bottom-width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner:after{
position: absolute;
bottom: 1px;
content: "";
border-width: 3px;
border-color: transparent;
border-style: solid;
border-top-color: #fff;
border-bottom-width: 0;
margin-left: -3px;
}
.mejs-time-infinity{
position: relative;
display: inline-block;
width: 16px;
font-size: 0;
}
.mejs-time-infinity:before,
.mejs-time-infinity:after {
content: "";
position: absolute;
top: 50%;
margin-top: -7px;
left: 0;
width: 5px;
height: 5px;
border: 1px solid;
-moz-border-radius: 50px 50px 0 50px;
border-radius: 50px 50px 0 50px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mejs-time-infinity:after {
left: auto;
right: 0;
-moz-border-radius: 50px 50px 50px 0;
border-radius: 50px 50px 50px 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mejs-overlay-error{
position: absolute;
top: 0;
height: 0 !important;
}
.mejs-error {
position: absolute;
z-index: 1050;
bottom: 20px;
left: 10px;
background-color: #f44455;
border-color: #f44455;
color: #fff;
font-size: 12px;
padding: 10px 15px;
border-radius: 3px;
}
.mejs-error:after{
content: '';
position: absolute;
left: 15px;
bottom: -5px;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: transparent;
border-top-color: inherit;
}
@-webkit-keyframes mejs-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes mejs-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@media (max-width: 543px) {
.playlist .tracks{
width: 100%;
}
}
@media (max-width: 767px) {
.mejs-volume-button,
.mejs-time,
.mejs-repeat-button,
.mejs-shuffle-button,
.mejs-previous-button{
display: none !important;
}
.mejs-controls div.mejs-next-button{
left: auto;
right: 40px;
}
.mejs-controls div.mejs-playpause-button{
left: auto;
right: 80px;
}
.playlist .mejs-layers{
width: auto;
min-width: auto;
right: 120px;
}
} | public/libs/mediaelement/build/mep.css | .app-aside{
bottom: 3.4375rem !important;
height: auto !important;
}
.app-footer:not(.hide) ~ .app-body{
padding-bottom: 3.4375rem !important;
}
.app-player{
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
z-index: 1030 !important;
}
.playlist{
padding: 10px 0 5px 0;
min-height: 3.4375rem;
background: inherit;
}
.playlist .tracks{
counter-reset: li;
background: inherit;
position: absolute;
display: none;
bottom: 55px;
width: 480px;
right: 0;
padding: 0;
margin: 0;
border: 1px solid rgba(120,120,120,0.15);
border-bottom-width: 0;
list-style: none;
max-height: 240px;
overflow-y: auto;
}
.playlist .tracks .track{
font-size: 12px;
padding: 10px 4px 11px 40px;
position: relative;
border-top: 1px solid rgba(110,120,130,0.15);
}
.playlist .tracks .track:first-child{
border-top-color: transparent;
}
.playlist .tracks .track-info{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.playlist .tracks .track:before{
position: absolute;
left: 0;
top: 50%;
margin-top: -9px;
content: counter(li);
counter-increment: li;
text-align: center;
width: 40px;
display: inline-block;
opacity: 0.6;
}
.playlist .tracks .track.is-playing:before,
.playlist .tracks .track.is-current:before{
font-family: FontAwesome;
content: '\f027';
opacity: 1;
}
.playlist .tracks .track-author{
opacity: 0.6;
margin-left: 10px;
font-size: 0.85em;
}
.playlist .tracks .track-action{
display: inline-block;
padding: 0 5px;
float: right;
}
.playlist .tracks .track-action .track-remove{
display: inline-block;
padding: 0 5px;
font-size: 1.6em;
opacity: 0.5;
line-height: 1;
}
.playlist .mejs-container{
background: transparent;
position: relative;
z-index: 1;
}
.playlist .mejs-video .mejs-mediaelement{
top: auto;
left: auto;
right: 0;
bottom: 100%;
width: 320px;
height: 180px;
z-index: 1;
margin: 0 0 10px 0;
display: none;
}
.playlist .mejs-video.video-open .mejs-mediaelement{
display: block;
}
.playlist .mejs-mediaelement iframe{
width: 100%;
height: 100%;
}
.playlist .mejs-layers {
width: 20%;
position: absolute;
left: 0;
z-index: 1;
min-width: 240px;
}
.playlist .mejs-overlay-loading{
display: none;
}
.playlist .mejs-overlay-loading span,
.playlist .mejs-overlay-button{
background-image: none;
}
.playlist .mejs-container .mejs-controls {
padding: 0;
height: 40px;
background: transparent;
clip: auto;
display: block !important;
opacity: 1 !important;
}
.mejs-container .mejs-controls div{
text-align: center;
}
.mejs-container .mejs-controls div,
.mejs-controls .mejs-button button {
height: 40px;
width: 40px;
}
.mejs-layers .mejs-track-artwork {
float: left;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 55px;
height: 55px;
margin-top: -10px;
}
.mejs-layers .mejs-track-details {
overflow: hidden;
padding: 5px 15px;
}
.mejs-layers .mejs-track-details .mejs-track-author {
display: block;
font-size: 11px;
opacity: 0.7;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.mejs-layers .mejs-track-details .mejs-track-title {
display: block;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.mejs-layers .mejs-track-actions{
float: right;
padding: 6px 8px;
}
.mejs-controls .mejs-button button {
margin: 0;
background-image: none;
}
.btn-playpause{
color: #fff;
font-size: 0;
border-radius: 100%;
background: transparent;
border-width: 0;
width: 40px;
height: 40px;
overflow: hidden;
padding: 0;
position: relative;
vertical-align: middle;
}
.btn-playpause:before{
-webkit-transition: color 0.1s linear 0.1s;
transition: color 0.1s linear 0.1s;
position: absolute !important;
z-index: 2;
top: 50%;
left: 50%;
margin-top: -7px;
margin-left: -7px;
}
.btn-playpause:hover:before,
.btn-playpause.active:before{
color: #000;
}
.btn-playpause:after{
content: '';
border-radius: 100%;
box-shadow: inset 0 0 0 2px;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transform: scale3d(0.9, 0.9, 1);
transform: scale3d(0.9, 0.9, 1);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn-playpause:hover:after,
.btn-playpause.active:after{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
box-shadow: inset 0 0 0 30px;
}
.item .btn-playpause:after{
background-color: rgba(0,0,0,0.3);
}
.btn-playpause:before,
.mejs-layers .mejs-track-actions button:before,
.mejs-controls .mejs-button button:before {
background-color: transparent;
display: inline-block;
font-family: "FontAwesome";
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: middle;
min-width: 14px;
text-align: center;
}
.mejs-controls .mejs-next-button button:before {
content: "\f051";
}
.btn-playpause:before,
.mejs-controls .mejs-playpause-button.mejs-play button:before {
content: "\f04b";
position: relative;
padding-left: 2px;
}
.btn-playpause.is-playing:before,
.mejs-controls .mejs-playpause-button.mejs-pause button:before {
content: "\f04c";
padding-left: 0;
}
.btn-playpause.is-buffering:before,
.is-buffering .active > .btn-playpause:before,
.is-buffering .mejs-controls .mejs-playpause-button button:before{
border-color: transparent;
-webkit-animation: mejs-spin 1.5s infinite linear;
animation: mejs-spin 1.5s infinite linear;
}
.btn-playpause.is-buffering:before,
.is-buffering .active > .btn-playpause:before,
.is-buffering .mejs-controls .mejs-playpause-button button:before{
content: "\f021";
padding-left: 0;
}
.mejs-controls .mejs-previous-button button:before {
content: "\f048";
}
.mejs-controls .mejs-toggle-playlist-button button:before {
content: "\f0c9";
}
.mejs-controls .mejs-volume-button button:before{
content: "\f026";
}
.mejs-controls .mejs-volume-button.mejs-mute button:before{
content: "\f027";
}
.mejs-layers .mejs-like-button:before{
content: "\f08a";
}
.mejs-layers .mejs-like-button.is-like:before{
content: "\f004";
}
.mejs-controls .mejs-repeat-button button:before{
content: '\f079';
}
.mejs-controls .mejs-shuffle-button button:before{
content: '\f074';
}
.mejs-controls .mejs-youtube-button button:before{
content: '\f167';
}
.mejs-controls .mejs-playpause-button button{
border: 0;
background-color: #02b875;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 100%;
width: 36px;
height: 36px;
margin: 2px;
}
.mejs-controls .mejs-button button:focus {
outline: none !important;
}
.mejs-container .mejs-controls .mejs-time{
color: inherit;
padding-top: 0;
line-height: 40px;
min-width: 60px;
height: auto;
}
.mejs-controls div.mejs-time-rail{
padding-top: 0;
width: auto !important;
position: absolute;
left: 55px;
right: 0;
top: -10px;
height: 5px;
}
.mejs-controls .mejs-time-rail > span > span{
border-radius: 0;
height: 0;
top: 50%;
border-top: 5px solid;
}
.mejs-controls .mejs-time-rail .mejs-time-total{
height: auto;
background: transparent;
border: 0;
margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-total:before{
content: "";
position: absolute;
width: 100%;
height: 0;
top: 50%;
left: 0px;
border-top: 5px solid;
opacity: 0.2;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded{
opacity: 0.2;
}
.mejs-controls .mejs-time-rail .mejs-time-current{
opacity: 1;
border-color: #02b875;
}
.mejs-controls .mejs-button{
position: absolute;
left: 50%;
}
.mejs-controls .mejs-volume-button{
left: auto;
right: 40px;
}
.mejs-controls .mejs-toggle-playlist-button {
left: auto;
right: 0;
}
.mejs-controls .mejs-time{
opacity: 0.5;
position: absolute;
right: 90px;
}
.mejs-controls div.mejs-playpause-button{
margin-left: -20px;
}
.mejs-controls div.mejs-previous-button{
margin-left: -60px;
}
.mejs-controls div.mejs-next-button{
margin-left: 20px;
}
.mejs-controls div.mejs-youtube-button{
margin-left: 100px;
opacity: 0.5;
}
.video-open .mejs-controls div.mejs-youtube-button{
opacity: 1;
}
.mejs-controls div.mejs-repeat-button{
margin-left: 60px;
opacity: 0.5;
}
.mejs-controls div.mejs-repeat-button.is-repeat{
opacity: 1;
}
.mejs-controls div.mejs-shuffle-button{
margin-left: -100px;
opacity: 0.5;
}
.mejs-controls div.mejs-shuffle-button.is-shuffle{
opacity: 1;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider{
background-color: #fff;
border: 1px solid rgba(0,0,0,0.15);
background-clip: padding-box;
width: 80%;
left: 10%;
top: -110px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider:before,
.mejs-controls .mejs-volume-button .mejs-volume-slider:after{
content: "";
position: absolute;
bottom: -7px;
left: 50%;
margin-left: -7px;
border-width: 7px;
border-color: transparent;
border-style: solid;
border-top-color: rgba(0,0,0,.25);
border-bottom-width: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider:after{
border-width: 6px;
border-color: transparent;
border-style: solid;
border-top-color: #fff;
border-bottom-width: 0;
bottom: -6px;
margin-left: -6px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
left: 50%;
margin-left: -1px;
background: #ddd;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
background: #aaa;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{
left: 50%;
margin-left: -8px;
background-color: #aaa;
}
.mejs-controls .mejs-time-rail .mejs-time-float{
border: 1px solid rgba(0,0,0,0.15);
background-clip: padding-box;
background-color: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner{
border-width: 4px;
border-color: transparent;
border-style: solid;
border-top-color: rgba(0,0,0,.25);
border-bottom-width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner:after{
position: absolute;
bottom: 1px;
content: "";
border-width: 3px;
border-color: transparent;
border-style: solid;
border-top-color: #fff;
border-bottom-width: 0;
margin-left: -3px;
}
.mejs-time-infinity{
position: relative;
display: inline-block;
width: 16px;
font-size: 0;
}
.mejs-time-infinity:before,
.mejs-time-infinity:after {
content: "";
position: absolute;
top: 50%;
margin-top: -7px;
left: 0;
width: 5px;
height: 5px;
border: 1px solid;
-moz-border-radius: 50px 50px 0 50px;
border-radius: 50px 50px 0 50px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mejs-time-infinity:after {
left: auto;
right: 0;
-moz-border-radius: 50px 50px 50px 0;
border-radius: 50px 50px 50px 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mejs-overlay-error{
position: absolute;
top: 0;
height: 0 !important;
}
.mejs-error {
position: absolute;
z-index: 1050;
bottom: 20px;
left: 10px;
background-color: #f44455;
border-color: #f44455;
color: #fff;
font-size: 12px;
padding: 10px 15px;
border-radius: 3px;
}
.mejs-error:after{
content: '';
position: absolute;
left: 15px;
bottom: -5px;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: transparent;
border-top-color: inherit;
}
@-webkit-keyframes mejs-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes mejs-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@media (max-width: 543px) {
.playlist .tracks{
width: 100%;
}
}
@media (max-width: 767px) {
.mejs-volume-button,
.mejs-time,
.mejs-repeat-button,
.mejs-shuffle-button,
.mejs-previous-button{
display: none !important;
}
.mejs-controls div.mejs-next-button{
left: auto;
right: 40px;
}
.mejs-controls div.mejs-playpause-button{
left: auto;
right: 80px;
}
.playlist .mejs-layers{
width: auto;
min-width: auto;
right: 120px;
}
} | 0.361728 | 0.04363 |
.product-info {
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1));
padding-left: 1%;
width: 18%;
}
.product-image {
background-color: white;
float: right;
/* move img from border */
margin: -3px 6% 0 0;
border: 1px solid gray;
width: 100px;
height: 100px;
border-radius: 15px;
}
.product-description {
text-align: left;
}
.product-options {
width: 4%;
text-align: center;
background-color: white;
}
.product-details {
background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,0,0,0));
width: 10%;
text-align: center;
padding-top: 0%;
}
.product-details p {
margin: 8px 0 -2px 0;
}
.product-details h4 {
margin: 0;
}
/* button */
button {
display: inline-block;
text-align: center;
width: 180px;
background: #f3f0f1;
position: relative;
background: #f3f0f1;
margin-bottom: 4px;
border-radius: 2px;
text-align: center;
cursor: pointer;
transition: all 0.5s;
color: white;
}
button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
button span:after {
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
button:hover span {
padding-right: 25px;
}
button:hover span:after {
opacity: 1;
right: 0;
}
.options-divider {
height: 10px;
}
.add-to-cart-btn {
background-color: rgb(32, 102, 24);
}
.add-to-cart-btn span:after {
content: '\00bb';
}
.add-to-cart-btn-disabled {
background-color: rgb(227, 45, 45);
cursor: not-allowed !important;
/* margin-top: 5px; */
}
.add-to-cart-btn-disabled span::after {
content: '\00bb';
}
.details-btn {
background-color: rgb(30, 119, 185);
}
.details-btn span:after {
content: '\203A';
}
.edit-btn {
background-color: rgb(195, 123, 29);
}
.edit-btn span::after {
content: '\00AB';
}
@media screen and (max-width: 360px) {
button {
width: 140px;
font-size: 16px;
}
} | components/Product/Product.css | .product-info {
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1));
padding-left: 1%;
width: 18%;
}
.product-image {
background-color: white;
float: right;
/* move img from border */
margin: -3px 6% 0 0;
border: 1px solid gray;
width: 100px;
height: 100px;
border-radius: 15px;
}
.product-description {
text-align: left;
}
.product-options {
width: 4%;
text-align: center;
background-color: white;
}
.product-details {
background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,0,0,0));
width: 10%;
text-align: center;
padding-top: 0%;
}
.product-details p {
margin: 8px 0 -2px 0;
}
.product-details h4 {
margin: 0;
}
/* button */
button {
display: inline-block;
text-align: center;
width: 180px;
background: #f3f0f1;
position: relative;
background: #f3f0f1;
margin-bottom: 4px;
border-radius: 2px;
text-align: center;
cursor: pointer;
transition: all 0.5s;
color: white;
}
button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
button span:after {
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
button:hover span {
padding-right: 25px;
}
button:hover span:after {
opacity: 1;
right: 0;
}
.options-divider {
height: 10px;
}
.add-to-cart-btn {
background-color: rgb(32, 102, 24);
}
.add-to-cart-btn span:after {
content: '\00bb';
}
.add-to-cart-btn-disabled {
background-color: rgb(227, 45, 45);
cursor: not-allowed !important;
/* margin-top: 5px; */
}
.add-to-cart-btn-disabled span::after {
content: '\00bb';
}
.details-btn {
background-color: rgb(30, 119, 185);
}
.details-btn span:after {
content: '\203A';
}
.edit-btn {
background-color: rgb(195, 123, 29);
}
.edit-btn span::after {
content: '\00AB';
}
@media screen and (max-width: 360px) {
button {
width: 140px;
font-size: 16px;
}
} | 0.59408 | 0.165661 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
* {
-moz-box-sizing: inherit;
box-sizing: inherit;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.mb-3 {
color: #fff;
z-index: 10;
position: absolute;
margin-top: -350px;
margin-left: 50px;
font-size: 27px;
}
.mb-4 {
background-color: transparent;
width: 350px;
}
.mb-5 {
position: absolute;
margin-top: -302px;
}
.mb-5 {
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
border-radius: 5px;
color: #fff;
cursor: pointer;
display: block;
font-size: 16px;
font-weight: 400;
line-height: 45px;
max-width: 160px;
/* margin: 0 auto 2em; */
position: relative;
text-transform: uppercase;
vertical-align: middle;
width: 100%;
background-color: transparent;
}
@media (min-width: 400px) {
.mb-5 {
display: inline-block;
margin-right: 2.5em;
}
.mb-5:nth-of-type(even) {
margin-right: 0;
}
}
@media (min-width: 600px) {
.mb-5:nth-of-type(even) {
margin-right: 2.5em;
}
.mb-5:nth-of-type(5) {
margin-right: 0;
}
}
.mb-5 {
margin-left: 456px;
letter-spacing: 0;
margin-top: -525px;
border-color: transparent;
background-color: black;
opacity: 0.5;
}
.mb-5:hover,
.mb-5:active {
letter-spacing: 5px;
background-color: transparent;
color: #fff;
border-color: transparent;
}
.mb-5:after,
.mb-5:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border: 1px solid rgba(255, 255, 255, 0);
bottom: 0px;
content: " ";
display: block;
/* margin: 0 auto; */
position: relative;
-webkit-transition: all 280ms ease-in-out;
transition: all 280ms ease-in-out;
width: 0;
}
.mb-5:hover:after,
.mb-5:hover:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-color: #fff;
-webkit-transition: width 350ms ease-in-out;
transition: width 350ms ease-in-out;
width: 70%;
}
.mb-5:hover:before {
bottom: auto;
top: 0;
width: 70%;
} | my-app/src/component/home/InputForm.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
* {
-moz-box-sizing: inherit;
box-sizing: inherit;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.mb-3 {
color: #fff;
z-index: 10;
position: absolute;
margin-top: -350px;
margin-left: 50px;
font-size: 27px;
}
.mb-4 {
background-color: transparent;
width: 350px;
}
.mb-5 {
position: absolute;
margin-top: -302px;
}
.mb-5 {
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
border-radius: 5px;
color: #fff;
cursor: pointer;
display: block;
font-size: 16px;
font-weight: 400;
line-height: 45px;
max-width: 160px;
/* margin: 0 auto 2em; */
position: relative;
text-transform: uppercase;
vertical-align: middle;
width: 100%;
background-color: transparent;
}
@media (min-width: 400px) {
.mb-5 {
display: inline-block;
margin-right: 2.5em;
}
.mb-5:nth-of-type(even) {
margin-right: 0;
}
}
@media (min-width: 600px) {
.mb-5:nth-of-type(even) {
margin-right: 2.5em;
}
.mb-5:nth-of-type(5) {
margin-right: 0;
}
}
.mb-5 {
margin-left: 456px;
letter-spacing: 0;
margin-top: -525px;
border-color: transparent;
background-color: black;
opacity: 0.5;
}
.mb-5:hover,
.mb-5:active {
letter-spacing: 5px;
background-color: transparent;
color: #fff;
border-color: transparent;
}
.mb-5:after,
.mb-5:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border: 1px solid rgba(255, 255, 255, 0);
bottom: 0px;
content: " ";
display: block;
/* margin: 0 auto; */
position: relative;
-webkit-transition: all 280ms ease-in-out;
transition: all 280ms ease-in-out;
width: 0;
}
.mb-5:hover:after,
.mb-5:hover:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-color: #fff;
-webkit-transition: width 350ms ease-in-out;
transition: width 350ms ease-in-out;
width: 70%;
}
.mb-5:hover:before {
bottom: auto;
top: 0;
width: 70%;
} | 0.402627 | 0.076926 |
head,body{
height:100%;
width:100%;
margin:0;
padding:0;
}
body{
background: #f5f5f5;
min-height: 100%;
min-width: 100%;
overflow-x:hidden;
}
.demoheight{
min-height:60%;
background:lightgray;
}
.head-bar{
height:5%;
background:gray;
padding:5;
font-size:3vh;
z-index:2;
}
.head-bar:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 80%;
bottom: 0;
right: 0;
background: black;
}
.top-section{
min-height:40%;
padding:0;
}
.app-title{
font-size:inherit;
color:white;
}
.regional-link a{
color:wheat;
font-size:15px;
margin-left:10px;
}
.icimod{
float:right;
font-size:inherit;
color:white;
}
.icimod img{
height:100%;
}
#inner-app-content{
padding:0;
}
.graph-section{
padding:0;
}
.panel-heading{
height:50px;
font-weight:bold;
font-size:0.85em;
}
.form-container{
height:40%;
overflow:auto;
}
.map-container{
height:40%;
}
.crop-calendar-container{
height:40%;
}
#crop-calendar{
font-size:90%;
height:100%;
margin:auto;
overflow-y: auto;
}
#crop-calendar .rs-disabled {
opacity: .7;
}
#crop-calendar .rs-range-color {
background-color: #13af08;
}
#crop-calendar .rs-path-color {
background-color: #cccccc;
}
#crop-calendar .rs-sow {
background-color: #F4D35E;
}
#crop-calendar .rs-peakstart {
background-color: #EE964B;
}
#crop-calendar .rs-harveststart {
background-color: #104547;
}
#crop-calendar .rs-harvestend {
background-color: #F95738;
}
#crop-calendar-crop-type{
opacity:0.7;
float:right;
}
.rs-first .rs-handle {
background-color: #F4D35E;
}
.rs-second .rs-handle {
background-color: #F95738;
}
.form-control{
font-size:90%;
height:90%;
}
h4{
font-size:12px;
font-weight:bold;
}
.graphshell{
height:100%;
}
.panel{
height: 100%;
padding-left: 1px;
padding-right: 1px;
/* border: solid 1px; */
}
.panel-heading{
height:10%;
cursor:pointer;
}
.panel-heading .periodicity{
opacity:0.7;
float:right;
}
.chart-content{
height:85%;
}
/* .highcharts-color-0{
fill:#13af08;
opacity:0.7;
}
.highcharts-color-1{
fill:#1308af;
opacity:0.7;
} */
.highcharts-credits{
display:none;
}
.highcharts-container{
width:99% !important;
}
.crop-season{
width:100%;
}
.crop-season .start,.crop-season .end{
display:inline-block;
padding:2%;
width:20%;
}
.crop-season .start{
text-align:right;
}
.crop-season .bar-container{
display:inline-block;
height: 15px;
width:50%;
vertical-align: middle;
}
.crop-season .bar-container .bar{
display:inline-block;
transition-duration:1.5s;
height:100%
}
.sowing .bar-container .bar{
background-color:#F4D35E;
}
.peak .bar-container .bar{
background-color:#44BBA4;
}
.crop-all-year{
/* padding: 20px; */
text-align: center;
vertical-align: middle;
}
.harvesting .bar-container .bar{
background-color:#93827F;
}
.legend{
background-color:#FFFFFF;
padding:5px;
border-radius:5px;
opacity:0.7;
}
.legend-symbol{
height:10px;
width:10px;
}
.legend-text{
transition-duration:0.07s;
padding:2px;
font-size:10px;
}
.leaflet-control-slider.leaflet-control-slider-horizontal p.leaflet-control-slider-value{
width:auto;
padding: 0px 5px;
}
.animControl{
padding:0;
}
.leaflet-btn-anim{
width:30px;
margin:2px;
display:inline-block;
text-align:center;
cursor:pointer;
background-color:white;
box-shadow:0px 1px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-span-anim{
/* width:30px; */
margin:2px;
padding: 0px 3px;
display:inline-block;
text-align:center;
cursor:default;
background-color:white;
box-shadow:0px 1px 5px rgba(0, 0, 0, 0.4);
}
#app-content-wrapper #app-content #app-navigation{
background:#2c3e50;
color:white;
}
#app-content-wrapper #app-content{
padding-bottom:0;
}
.navilinkbar{
height:30px;
width:100%;
position:relative;
background:#CEE5F2;
padding:0;
}
.navilink{
float:left;
background:#ACCBE1;
height:100%;
margin:0;
padding:5px 25px;
font-size:20px;
line-height:20px;
text-align:center;
}
.navilink:hover{
background: #7C98B3;
color:white;
}
.navilink.active{
background:#2C3E50;
}
.navilink a{
color:black;
cursor:pointer;
text-decoration: none;
}
.navilink.active a{
color:white;
text-decoration: none;
}
.graph-section{
width: calc(100% + 4px);
height: calc(40% - 21px);
}
.no-graph{
width: 100%;
height: calc(40% - 21px);
text-align: center;
overflow-y:hidden;
}
.no-graph h4{
position: relative;
top:50%;
transform:translateY(-50%);
}
.card {
background:white;
margin:4px;
box-shadow:2px 2px 3px #ccc;
}
.maincomp{
height:calc(100% - 30px);
overflow-y:auto;
}
#app-navigation{
padding:40px 0 0 0 !important;
}
#app-actions{
display:none !important;
}
#app-content{
height:100%;
}
#map-container{
position:relative;
padding:0;
margin:0;
height:100%;
width:100%;
}
#top-map-container{
pointer-events:none;
position:absolute;
padding:0;
margin:0;
height:100%;
width:100%;
top:0;
left:0;
background: transparent;
}
.panel{
overflow:hidden;
}
.panel-heading{
height:auto;
}
#crop-calendar{
overflow: hidden;
}
.select2.select2-container{
width:100% !important;
}
.sidebar{
padding-left:4px;
}
.form-container .form-horizontal{
padding-top:5px;
padding-bottom:5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
color:black;
}
.bound-dropdown{
margin-bottom:4px;
} | tethysapp/rheasvieweroption2/public/css/main0.css | head,body{
height:100%;
width:100%;
margin:0;
padding:0;
}
body{
background: #f5f5f5;
min-height: 100%;
min-width: 100%;
overflow-x:hidden;
}
.demoheight{
min-height:60%;
background:lightgray;
}
.head-bar{
height:5%;
background:gray;
padding:5;
font-size:3vh;
z-index:2;
}
.head-bar:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 80%;
bottom: 0;
right: 0;
background: black;
}
.top-section{
min-height:40%;
padding:0;
}
.app-title{
font-size:inherit;
color:white;
}
.regional-link a{
color:wheat;
font-size:15px;
margin-left:10px;
}
.icimod{
float:right;
font-size:inherit;
color:white;
}
.icimod img{
height:100%;
}
#inner-app-content{
padding:0;
}
.graph-section{
padding:0;
}
.panel-heading{
height:50px;
font-weight:bold;
font-size:0.85em;
}
.form-container{
height:40%;
overflow:auto;
}
.map-container{
height:40%;
}
.crop-calendar-container{
height:40%;
}
#crop-calendar{
font-size:90%;
height:100%;
margin:auto;
overflow-y: auto;
}
#crop-calendar .rs-disabled {
opacity: .7;
}
#crop-calendar .rs-range-color {
background-color: #13af08;
}
#crop-calendar .rs-path-color {
background-color: #cccccc;
}
#crop-calendar .rs-sow {
background-color: #F4D35E;
}
#crop-calendar .rs-peakstart {
background-color: #EE964B;
}
#crop-calendar .rs-harveststart {
background-color: #104547;
}
#crop-calendar .rs-harvestend {
background-color: #F95738;
}
#crop-calendar-crop-type{
opacity:0.7;
float:right;
}
.rs-first .rs-handle {
background-color: #F4D35E;
}
.rs-second .rs-handle {
background-color: #F95738;
}
.form-control{
font-size:90%;
height:90%;
}
h4{
font-size:12px;
font-weight:bold;
}
.graphshell{
height:100%;
}
.panel{
height: 100%;
padding-left: 1px;
padding-right: 1px;
/* border: solid 1px; */
}
.panel-heading{
height:10%;
cursor:pointer;
}
.panel-heading .periodicity{
opacity:0.7;
float:right;
}
.chart-content{
height:85%;
}
/* .highcharts-color-0{
fill:#13af08;
opacity:0.7;
}
.highcharts-color-1{
fill:#1308af;
opacity:0.7;
} */
.highcharts-credits{
display:none;
}
.highcharts-container{
width:99% !important;
}
.crop-season{
width:100%;
}
.crop-season .start,.crop-season .end{
display:inline-block;
padding:2%;
width:20%;
}
.crop-season .start{
text-align:right;
}
.crop-season .bar-container{
display:inline-block;
height: 15px;
width:50%;
vertical-align: middle;
}
.crop-season .bar-container .bar{
display:inline-block;
transition-duration:1.5s;
height:100%
}
.sowing .bar-container .bar{
background-color:#F4D35E;
}
.peak .bar-container .bar{
background-color:#44BBA4;
}
.crop-all-year{
/* padding: 20px; */
text-align: center;
vertical-align: middle;
}
.harvesting .bar-container .bar{
background-color:#93827F;
}
.legend{
background-color:#FFFFFF;
padding:5px;
border-radius:5px;
opacity:0.7;
}
.legend-symbol{
height:10px;
width:10px;
}
.legend-text{
transition-duration:0.07s;
padding:2px;
font-size:10px;
}
.leaflet-control-slider.leaflet-control-slider-horizontal p.leaflet-control-slider-value{
width:auto;
padding: 0px 5px;
}
.animControl{
padding:0;
}
.leaflet-btn-anim{
width:30px;
margin:2px;
display:inline-block;
text-align:center;
cursor:pointer;
background-color:white;
box-shadow:0px 1px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-span-anim{
/* width:30px; */
margin:2px;
padding: 0px 3px;
display:inline-block;
text-align:center;
cursor:default;
background-color:white;
box-shadow:0px 1px 5px rgba(0, 0, 0, 0.4);
}
#app-content-wrapper #app-content #app-navigation{
background:#2c3e50;
color:white;
}
#app-content-wrapper #app-content{
padding-bottom:0;
}
.navilinkbar{
height:30px;
width:100%;
position:relative;
background:#CEE5F2;
padding:0;
}
.navilink{
float:left;
background:#ACCBE1;
height:100%;
margin:0;
padding:5px 25px;
font-size:20px;
line-height:20px;
text-align:center;
}
.navilink:hover{
background: #7C98B3;
color:white;
}
.navilink.active{
background:#2C3E50;
}
.navilink a{
color:black;
cursor:pointer;
text-decoration: none;
}
.navilink.active a{
color:white;
text-decoration: none;
}
.graph-section{
width: calc(100% + 4px);
height: calc(40% - 21px);
}
.no-graph{
width: 100%;
height: calc(40% - 21px);
text-align: center;
overflow-y:hidden;
}
.no-graph h4{
position: relative;
top:50%;
transform:translateY(-50%);
}
.card {
background:white;
margin:4px;
box-shadow:2px 2px 3px #ccc;
}
.maincomp{
height:calc(100% - 30px);
overflow-y:auto;
}
#app-navigation{
padding:40px 0 0 0 !important;
}
#app-actions{
display:none !important;
}
#app-content{
height:100%;
}
#map-container{
position:relative;
padding:0;
margin:0;
height:100%;
width:100%;
}
#top-map-container{
pointer-events:none;
position:absolute;
padding:0;
margin:0;
height:100%;
width:100%;
top:0;
left:0;
background: transparent;
}
.panel{
overflow:hidden;
}
.panel-heading{
height:auto;
}
#crop-calendar{
overflow: hidden;
}
.select2.select2-container{
width:100% !important;
}
.sidebar{
padding-left:4px;
}
.form-container .form-horizontal{
padding-top:5px;
padding-bottom:5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
color:black;
}
.bound-dropdown{
margin-bottom:4px;
} | 0.279042 | 0.040731 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
margin:0;
padding:0;
}
html, body{
height: 100%;
padding: 0;
scroll-behavior: smooth;
background: #f7f5f2;
color: #a0a0a0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
h1 {
position: fixed;
text-align: center;
left: 50%;
transform: translate(-50%, 50%);
width: 1000px;
height: 40px;
}
h2, h3, h4, h5, p {
color: #303030;
text-align: left;
max-width: 400px;
padding-bottom: 0;
margin: auto;
}
h2, h3 {
line-height: 1.25;
font-weight: 300;
}
h5, p {
font-weight: 200;
padding-top: 5px;
padding-bottom: 15px;
}
svg {
padding: 0;
}
text {
font-size: 10px;
}
strong {
font-weight: 600;
}
#graphic {
max-width: 1440px;
width: 100%;
position: relative;
height: 100%;
margin: auto;
}
.container {
height: 100%;
max-width: 400px;
width: 100%;
margin: 0;
padding-top: 45px;
position: absolute;
line-height: 1.5;
left: 880px;
}
.container div {
height: 100%;
display: block;
padding: 45px;
}
.fixed {
position: fixed;
max-width: 880px;
height: 600px;
top: 90px;
padding: 0 20px;
}
#logo {
vertical-align: middle;
}
/* for bubble chart */
#tooltip {
opacity: 0.9;
position: absolute;
text-align: center;
padding: 10px;
font-size: 11px;
background-color: white;
border: 1px solid black;
border-radius: 15px;
pointer-events: none;
max-width: 300px;
}
.hidden {
display: none;
}
.legend-title {
font-weight: bold;
}
/* for timeline + multiline */
#timeline-context, #timeline-focus {
text-align: center;
box-sizing: border-box;
}
.timeline-svg .time-axis {
pointer-events: none;
}
.timeline-svg .axis-title {
fill: black;
}
.timeline-svg .chart-title {
fill: black;
font-size: 2em;
text-anchor: middle;
}
.timeline-svg .event, .timeline-svg .legend-event {
stroke-width: 1px;
stroke: black;
opacity: 0.7;
overflow: visible;
}
.domain {
stroke-width: 1.5px;
}
.tick line {
stroke-width: 1.5px;
}
.timeline-svg .timeline-hoverline line {
stroke: black;
pointer-events: none;
}
.sentiment-axis .tick line, .polling-axis .tick line{
opacity: 0.5;
stroke-dasharray: 5, 5;
}
.timeline-svg .line-path {
fill: none;
stroke-width: 2px;
stroke-linejoin: round;
stroke-linecap: round;
mix-blend-mode: multiply;
}
.timeline-svg .multiline-data .line-path:hover, .timeline-svg .polling-data .line-path:hover {
stroke-width: 8;
}
.info-element {
text-align: center;
padding: 10px;
margin: 5px;
font-size: 11px;
background-color: white;
border: 1px solid black;
border-radius: 15px;
}
.timeline-tooltip {
display: inline-block;
opacity: 0;
position: absolute;
pointer-events: none;
max-width: 300px;
}
.narrative-container {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.narrative-element {
flex-basis: 16%
}
.info-element b {
font-weight: bold;
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
margin:0;
padding:0;
}
html, body{
height: 100%;
padding: 0;
scroll-behavior: smooth;
background: #f7f5f2;
color: #a0a0a0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
h1 {
position: fixed;
text-align: center;
left: 50%;
transform: translate(-50%, 50%);
width: 1000px;
height: 40px;
}
h2, h3, h4, h5, p {
color: #303030;
text-align: left;
max-width: 400px;
padding-bottom: 0;
margin: auto;
}
h2, h3 {
line-height: 1.25;
font-weight: 300;
}
h5, p {
font-weight: 200;
padding-top: 5px;
padding-bottom: 15px;
}
svg {
padding: 0;
}
text {
font-size: 10px;
}
strong {
font-weight: 600;
}
#graphic {
max-width: 1440px;
width: 100%;
position: relative;
height: 100%;
margin: auto;
}
.container {
height: 100%;
max-width: 400px;
width: 100%;
margin: 0;
padding-top: 45px;
position: absolute;
line-height: 1.5;
left: 880px;
}
.container div {
height: 100%;
display: block;
padding: 45px;
}
.fixed {
position: fixed;
max-width: 880px;
height: 600px;
top: 90px;
padding: 0 20px;
}
#logo {
vertical-align: middle;
}
/* for bubble chart */
#tooltip {
opacity: 0.9;
position: absolute;
text-align: center;
padding: 10px;
font-size: 11px;
background-color: white;
border: 1px solid black;
border-radius: 15px;
pointer-events: none;
max-width: 300px;
}
.hidden {
display: none;
}
.legend-title {
font-weight: bold;
}
/* for timeline + multiline */
#timeline-context, #timeline-focus {
text-align: center;
box-sizing: border-box;
}
.timeline-svg .time-axis {
pointer-events: none;
}
.timeline-svg .axis-title {
fill: black;
}
.timeline-svg .chart-title {
fill: black;
font-size: 2em;
text-anchor: middle;
}
.timeline-svg .event, .timeline-svg .legend-event {
stroke-width: 1px;
stroke: black;
opacity: 0.7;
overflow: visible;
}
.domain {
stroke-width: 1.5px;
}
.tick line {
stroke-width: 1.5px;
}
.timeline-svg .timeline-hoverline line {
stroke: black;
pointer-events: none;
}
.sentiment-axis .tick line, .polling-axis .tick line{
opacity: 0.5;
stroke-dasharray: 5, 5;
}
.timeline-svg .line-path {
fill: none;
stroke-width: 2px;
stroke-linejoin: round;
stroke-linecap: round;
mix-blend-mode: multiply;
}
.timeline-svg .multiline-data .line-path:hover, .timeline-svg .polling-data .line-path:hover {
stroke-width: 8;
}
.info-element {
text-align: center;
padding: 10px;
margin: 5px;
font-size: 11px;
background-color: white;
border: 1px solid black;
border-radius: 15px;
}
.timeline-tooltip {
display: inline-block;
opacity: 0;
position: absolute;
pointer-events: none;
max-width: 300px;
}
.narrative-container {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.narrative-element {
flex-basis: 16%
}
.info-element b {
font-weight: bold;
} | 0.463201 | 0.099865 |
.news-card {
position: relative;
padding: 20px;
background-color: var(--color-secondary-bg);
border-radius: 8px;
}
@media (min-width: 37.5em) { /* 600px */
.news-card {
padding: 30px 50px;
}
}
/* News Card With Image */
@media (min-width: 37.5em) { /* 600px */
.news-card--with-image {
display: grid;
grid-gap: 20px;
grid-template-columns: 150px 1fr;
padding: 30px;
}
}
/* News Card Content */
.news-card__content {
display: flex;
flex-direction: column;
}
/* News Card Image */
.news-card__image {
display: block;
width: 100%;
margin-bottom: 20px;
object-fit: cover;
object-position: center;
aspect-ratio: 240 / 160;
background-color: #c4c4c4;
}
@media (min-width: 37.5em) { /* 600px */
.news-card--with-image .news-card__image {
aspect-ratio: 150 / 160;
height: 100%;
}
}
/* News Card Headline */
.news-card__headline {
margin: 0;
margin-bottom: 20px;
font-size: 1.12rem; /* 18px */
}
@media (min-width: 37.5em) { /* 600px */
.news-card__headline {
font-size: 1.75rem; /* 28px */
}
}
/* News Card Link */
.news-card__link {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}
.news-card__link:hover {
color: var(--color-brand-secondary);
}
.news-card__link:focus {
outline: var(--outline-style);
outline-offset: 3px;
}
@supports selector(:focus-visible) {
.news-card__link:focus {
outline: 0;
}
}
.news-card__link:focus-visible {
outline: var(--outline-style);
outline-offset: 3px;
}
.news-card__link::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
content: "";
}
/* News Card Description */
.news-card__description {
margin: 0;
margin-bottom: 20px;
font-size: 1rem; /* 16px */
line-height: 1.2;
}
/* News Card Footer */
.news-card__footer {
display: flex;
justify-content: space-between;
margin-top: auto;
}
/* News Card Time */
.news-card__time {
margin-left: 0.5rem;
color: var(--color-text-secondary);
font-weight: 500;
font-size: 1rem; /* 16px */
line-height: 1.2;
} | source/stylesheets/blocks/news-card.css |
.news-card {
position: relative;
padding: 20px;
background-color: var(--color-secondary-bg);
border-radius: 8px;
}
@media (min-width: 37.5em) { /* 600px */
.news-card {
padding: 30px 50px;
}
}
/* News Card With Image */
@media (min-width: 37.5em) { /* 600px */
.news-card--with-image {
display: grid;
grid-gap: 20px;
grid-template-columns: 150px 1fr;
padding: 30px;
}
}
/* News Card Content */
.news-card__content {
display: flex;
flex-direction: column;
}
/* News Card Image */
.news-card__image {
display: block;
width: 100%;
margin-bottom: 20px;
object-fit: cover;
object-position: center;
aspect-ratio: 240 / 160;
background-color: #c4c4c4;
}
@media (min-width: 37.5em) { /* 600px */
.news-card--with-image .news-card__image {
aspect-ratio: 150 / 160;
height: 100%;
}
}
/* News Card Headline */
.news-card__headline {
margin: 0;
margin-bottom: 20px;
font-size: 1.12rem; /* 18px */
}
@media (min-width: 37.5em) { /* 600px */
.news-card__headline {
font-size: 1.75rem; /* 28px */
}
}
/* News Card Link */
.news-card__link {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}
.news-card__link:hover {
color: var(--color-brand-secondary);
}
.news-card__link:focus {
outline: var(--outline-style);
outline-offset: 3px;
}
@supports selector(:focus-visible) {
.news-card__link:focus {
outline: 0;
}
}
.news-card__link:focus-visible {
outline: var(--outline-style);
outline-offset: 3px;
}
.news-card__link::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
content: "";
}
/* News Card Description */
.news-card__description {
margin: 0;
margin-bottom: 20px;
font-size: 1rem; /* 16px */
line-height: 1.2;
}
/* News Card Footer */
.news-card__footer {
display: flex;
justify-content: space-between;
margin-top: auto;
}
/* News Card Time */
.news-card__time {
margin-left: 0.5rem;
color: var(--color-text-secondary);
font-weight: 500;
font-size: 1rem; /* 16px */
line-height: 1.2;
} | 0.361503 | 0.067547 |
body {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #777777;
background-color:#ffffff;
margin: 10px;
padding: 0;
}
#login, #registration {
font-size: 14px;
font-family: arial, helvetica, sans-serif;
width: 28%;
margin: 0 auto;
}
#header {
text-align: center;
font-family: arial, helvetica, sans-serif;
width: 100%;
}
#header #im{
height: 100%;
width:40%;
float: left;
}
#header #im img{
float: right;
}
#header #clgname{
height: 100%;
width: 60%;
display: inline-block;
}
#header p{
text-align: left;
line-height: 1px;
}
#header img{
float: relative;
}
#title p{
text-align: center;
font-size: 24px;
color: white;
background: rgba(140,140,140,1);
}
/*===============================================================================================================
FOR BUTTONS ON ALL PAGES
=================================================================================================================*/
input[type="reset"], input[type="button"], input[type="submit"] {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
cursor: pointer;
padding: 5px 20px;
width: 300px;
border: 1px solid rgba(140,140,140,1);
-webkit-border-radius: 3px;
border-radius: 3px;
font: normal normal bold 16px/normal Arial, Helvetica, sans-serif;
color: rgba(90,90,90,1);
-o-text-overflow: clip;
text-overflow: clip;
background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
margin: 0 0 0;
background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
-webkit-box-shadow: none;
box-shadow: none;
}
/*===============================================================================================================
FOR INPUT TYPES ON ALL PAGES
=================================================================================================================*/
select, textarea, input[type="text"], input[type="password"], input[type="date"],input[type="email"]{
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 10px 15px 10px 15px;
width: 308px;
border: 1px solid #b7b7b7;
-webkit-border-radius: 3px;
border-radius: 3px;
font: normal 16px/16px Arial, Helvetica, sans-serif;
color: #777777;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
background: rgba(255,255,255,1);
-webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2) ;
box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2) ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
} | style/css/css.css | body {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #777777;
background-color:#ffffff;
margin: 10px;
padding: 0;
}
#login, #registration {
font-size: 14px;
font-family: arial, helvetica, sans-serif;
width: 28%;
margin: 0 auto;
}
#header {
text-align: center;
font-family: arial, helvetica, sans-serif;
width: 100%;
}
#header #im{
height: 100%;
width:40%;
float: left;
}
#header #im img{
float: right;
}
#header #clgname{
height: 100%;
width: 60%;
display: inline-block;
}
#header p{
text-align: left;
line-height: 1px;
}
#header img{
float: relative;
}
#title p{
text-align: center;
font-size: 24px;
color: white;
background: rgba(140,140,140,1);
}
/*===============================================================================================================
FOR BUTTONS ON ALL PAGES
=================================================================================================================*/
input[type="reset"], input[type="button"], input[type="submit"] {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
cursor: pointer;
padding: 5px 20px;
width: 300px;
border: 1px solid rgba(140,140,140,1);
-webkit-border-radius: 3px;
border-radius: 3px;
font: normal normal bold 16px/normal Arial, Helvetica, sans-serif;
color: rgba(90,90,90,1);
-o-text-overflow: clip;
text-overflow: clip;
background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
margin: 0 0 0;
background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
-webkit-box-shadow: none;
box-shadow: none;
}
/*===============================================================================================================
FOR INPUT TYPES ON ALL PAGES
=================================================================================================================*/
select, textarea, input[type="text"], input[type="password"], input[type="date"],input[type="email"]{
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 10px 15px 10px 15px;
width: 308px;
border: 1px solid #b7b7b7;
-webkit-border-radius: 3px;
border-radius: 3px;
font: normal 16px/16px Arial, Helvetica, sans-serif;
color: #777777;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
background: rgba(255,255,255,1);
-webkit-box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2) ;
box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.2) ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
} | 0.446253 | 0.093678 |
* {
color: rgb(175, 175, 175);
}
body {
background-color: #242424;
}
.ticketDisplay {
margin-top: 2rem;
}
#tables {
display: block;
margin: auto;
justify-content: space-between !important;
width: 100%;
min-width: 0px;
}
.table-dark {
--bs-table-bg: #000000;
--bs-table-striped-bg: #212529;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: transparent !important;
}
.mobile tr {
border: transparent !important;
}
.mobile {
--bs-table-bg: #212529;
--bs-table-striped-bg: #000000;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-border-color: transparent;
color: #fff;
border-color: #373b3e;
}
.table-container {
height: 75vh;
}
table {
display: flex;
flex-flow: column;
height: 100%;
width: 100%;
}
table thead {
/* head takes the height it requires,
and it's not scaled when table is resized */
flex: 0 0 auto;
}
table tbody {
display: block;
overflow-y: hidden;
height: 90%;
}
#tableBody2 {
display: block;
overflow-y: hidden;
height: 100%;
}
table tbody:hover,
#tableBody2:hover {
overflow-y: scroll;
}
thead,
tbody,
tr {
width: 100%;
}
table thead,
table tbody tr {
display: table;
table-layout: fixed;
}
.label-button {
justify-content: space-between !important;
width: 100%;
margin: 1rem auto;
padding: 2rem;
font-size: large !important;
}
.heading {
font-size: larger;
}
.add {
font-size: larger;
}
.btn {
margin: auto 0 auto auto !important;
}
::-webkit-scrollbar {
width: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
background: transparent !important;
border-radius: 10px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #165558 !important;
border-radius: 10px !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #165558 impo !important;
}
.remove,
.edit {
background-color: transparent !important;
border: none !important;
height: 100% !important;
text-align: right !important;
}
.editButton {
text-align: right;
}
.editButton:hover {
color: white;
}
.High {
color: rgb(224, 96, 96) !important;
}
.Low {
color: rgb(211, 164, 102) !important;
}
.Normal {
color: #5cc4b0 !important;
}
.High-box {
background-color: rgb(224, 96, 96) !important;
height: 90%;
padding: 10%;
border-radius: 25%;
}
.Low-box {
background-color: rgb(211, 164, 102) !important;
height: 90%;
padding: 10%;
border-radius: 25%;
}
.Normal-box {
background-color: #5cc4b0 !important;
height: 90%;
padding: 10%;
border-radius: 25%;
}
.name {
margin: 0 !important;
padding: 0.1rem !important;
color: rgb(219, 219, 219);
font-size: 14px;
}
.note {
margin: auto;
color: rgba(202, 202, 202, 0.863);
margin-bottom: 0.5rem;
}
.date {
padding-top: 0.5rem;
font-size: smaller;
color: rgb(131, 131, 131);
}
.card {
border-radius: 5px;
max-width: 1500px;
background: transparent;
border: none;
box-shadow: none !important;
}
.container {
max-width: 1500px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
/* padding: 8px; */
line-height: 1.42857143;
vertical-align: middle;
border-top: 1px solid #ddd;
/* line-height: 100%; */
}
.mobile {
font-size: small !important;
min-width: 0;
}
#tableBody2 .col-1 {
width: 10% !important;
}
.card {
width: 100% !important;
display: block !important;
background: transparent !important;
}
.col-1 {
width: 4% !important;
}
body,
html {
width: 100%;
overflow: hidden;
min-width: 0;
} | public/dashboard.css | * {
color: rgb(175, 175, 175);
}
body {
background-color: #242424;
}
.ticketDisplay {
margin-top: 2rem;
}
#tables {
display: block;
margin: auto;
justify-content: space-between !important;
width: 100%;
min-width: 0px;
}
.table-dark {
--bs-table-bg: #000000;
--bs-table-striped-bg: #212529;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: transparent !important;
}
.mobile tr {
border: transparent !important;
}
.mobile {
--bs-table-bg: #212529;
--bs-table-striped-bg: #000000;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-border-color: transparent;
color: #fff;
border-color: #373b3e;
}
.table-container {
height: 75vh;
}
table {
display: flex;
flex-flow: column;
height: 100%;
width: 100%;
}
table thead {
/* head takes the height it requires,
and it's not scaled when table is resized */
flex: 0 0 auto;
}
table tbody {
display: block;
overflow-y: hidden;
height: 90%;
}
#tableBody2 {
display: block;
overflow-y: hidden;
height: 100%;
}
table tbody:hover,
#tableBody2:hover {
overflow-y: scroll;
}
thead,
tbody,
tr {
width: 100%;
}
table thead,
table tbody tr {
display: table;
table-layout: fixed;
}
.label-button {
justify-content: space-between !important;
width: 100%;
margin: 1rem auto;
padding: 2rem;
font-size: large !important;
}
.heading {
font-size: larger;
}
.add {
font-size: larger;
}
.btn {
margin: auto 0 auto auto !important;
}
::-webkit-scrollbar {
width: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
background: transparent !important;
border-radius: 10px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #165558 !important;
border-radius: 10px !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #165558 impo !important;
}
.remove,
.edit {
background-color: transparent !important;
border: none !important;
height: 100% !important;
text-align: right !important;
}
.editButton {
text-align: right;
}
.editButton:hover {
color: white;
}
.High {
color: rgb(224, 96, 96) !important;
}
.Low {
color: rgb(211, 164, 102) !important;
}
.Normal {
color: #5cc4b0 !important;
}
.High-box {
background-color: rgb(224, 96, 96) !important;
height: 90%;
padding: 10%;
border-radius: 25%;
}
.Low-box {
background-color: rgb(211, 164, 102) !important;
height: 90%;
padding: 10%;
border-radius: 25%;
}
.Normal-box {
background-color: #5cc4b0 !important;
height: 90%;
padding: 10%;
border-radius: 25%;
}
.name {
margin: 0 !important;
padding: 0.1rem !important;
color: rgb(219, 219, 219);
font-size: 14px;
}
.note {
margin: auto;
color: rgba(202, 202, 202, 0.863);
margin-bottom: 0.5rem;
}
.date {
padding-top: 0.5rem;
font-size: smaller;
color: rgb(131, 131, 131);
}
.card {
border-radius: 5px;
max-width: 1500px;
background: transparent;
border: none;
box-shadow: none !important;
}
.container {
max-width: 1500px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
/* padding: 8px; */
line-height: 1.42857143;
vertical-align: middle;
border-top: 1px solid #ddd;
/* line-height: 100%; */
}
.mobile {
font-size: small !important;
min-width: 0;
}
#tableBody2 .col-1 {
width: 10% !important;
}
.card {
width: 100% !important;
display: block !important;
background: transparent !important;
}
.col-1 {
width: 4% !important;
}
body,
html {
width: 100%;
overflow: hidden;
min-width: 0;
} | 0.336331 | 0.08292 |
* {
font-family: 'Cairo', sans-serif;
}
body > #root > div {
height: 100vh;
}
.col {
margin: 5px;
}
/* brand colors */
.logo-blue {
color: #0099bb;
}
.brand-orange {
color: #d57700
}
.brand-dark-orange {
color: #bf5700
}
/* ---------- navbar styling ---------- */
/* basic */
.navbar {
border-bottom: 1px solid black;
margin-bottom: 30px;
}
a.nav-link {
color: #222222;
}
div.navbar-item {
background-color: #ffffff;
}
/* on hover */
a.nav-link:hover {
color: #ffffff;
}
div.nav-btn:hover {
color: #ffffff;
background-color: #4a4a4a;
}
/* active */
a.nav-link:active {
color: #ffffff;
}
div.nav-btn:active {
color: #ffffff;
background-color: #0099bb;
}
/* --------- About page styling -------- */
.message {
margin-left: 100px;
margin-right: 100px;
}
/* -------- Explore page styling ------- */
.explore-card {
width: 300px;
height: auto;
margin: 20px;
height: max-content;
}
.explore-container{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
grid-gap: 0.5em;
}
.button.is-primary.is-light.save-btn {
background-color: #ffffff00;
width: 30px;
height: 30px;
margin-bottom: 10px;
}
.artsy-img {
width:300px;
}
/* --------- Gallery page styling ------- */
.gallery-card {
width: 200px;
height: auto;
margin: 20px;
height: max-content;
}
.gallery-container{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
grid-gap: 0.5em;
}
.artsy-img-gallery {
width:200px;
border: 2px solid #974603;
}
.art-frame {
width:200px;
padding: 10px;
background-color: #d57700;
border: 3px solid #bf5700;
box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.493);
}
.art-plaque {
width: 150px;
background-color: #ffffff;
border: 1px solid #000000;
box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.493);
}
.art-plaque-content {
padding: 0px
}
.art-plaque-content li {
padding: 3px;
position: relative;
font-size: 12px;
margin: 0;
}
.delete {
position: absolute;
left: 230px;
top: 0%;
} | client/src/App.css | * {
font-family: 'Cairo', sans-serif;
}
body > #root > div {
height: 100vh;
}
.col {
margin: 5px;
}
/* brand colors */
.logo-blue {
color: #0099bb;
}
.brand-orange {
color: #d57700
}
.brand-dark-orange {
color: #bf5700
}
/* ---------- navbar styling ---------- */
/* basic */
.navbar {
border-bottom: 1px solid black;
margin-bottom: 30px;
}
a.nav-link {
color: #222222;
}
div.navbar-item {
background-color: #ffffff;
}
/* on hover */
a.nav-link:hover {
color: #ffffff;
}
div.nav-btn:hover {
color: #ffffff;
background-color: #4a4a4a;
}
/* active */
a.nav-link:active {
color: #ffffff;
}
div.nav-btn:active {
color: #ffffff;
background-color: #0099bb;
}
/* --------- About page styling -------- */
.message {
margin-left: 100px;
margin-right: 100px;
}
/* -------- Explore page styling ------- */
.explore-card {
width: 300px;
height: auto;
margin: 20px;
height: max-content;
}
.explore-container{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
grid-gap: 0.5em;
}
.button.is-primary.is-light.save-btn {
background-color: #ffffff00;
width: 30px;
height: 30px;
margin-bottom: 10px;
}
.artsy-img {
width:300px;
}
/* --------- Gallery page styling ------- */
.gallery-card {
width: 200px;
height: auto;
margin: 20px;
height: max-content;
}
.gallery-container{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
grid-gap: 0.5em;
}
.artsy-img-gallery {
width:200px;
border: 2px solid #974603;
}
.art-frame {
width:200px;
padding: 10px;
background-color: #d57700;
border: 3px solid #bf5700;
box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.493);
}
.art-plaque {
width: 150px;
background-color: #ffffff;
border: 1px solid #000000;
box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.493);
}
.art-plaque-content {
padding: 0px
}
.art-plaque-content li {
padding: 3px;
position: relative;
font-size: 12px;
margin: 0;
}
.delete {
position: absolute;
left: 230px;
top: 0%;
} | 0.376852 | 0.10786 |
@media only screen and (max-width: 1270px) {
div.settings-sidebar:not(.mui-drawer) {
transform: translate3d(-100%, 0, 0);
}
div.settings-content {
margin-left: 0 !important;
}
.settings-menu-toggle {
display: flex !important;
}
.settings-parent .cs-tabs ul {
padding-top: 20px;
height: 75px !important;
}
.tab-bg-white {
width: 100%;
height: 100px;
position: absolute;
top: 0;
background-color: #fff;
z-index: -1;
}
.settings-parent .react-tabs__tab--selected {
border-top: 1px solid #CECBCB!important;
border-radius: 3px 3px 0 0 !important;
}
}
@media only screen and (max-width: 1040px) {
div.header-sub-menu-datacenter {
display: grid;
grid-template-columns: repeat(3, max-content);
grid-template-rows: 40px 40px;
grid-gap: 0px 40px;
justify-items: start;
justify-content: center;
padding-bottom: 16px;
}
}
@media only screen and (max-width: 975px) {
div.container-view-sidebar:not(.mui-drawer) {
transform: translate3d(-100%, 0, 0);
}
div.container-view-content {
left: 0;
top: 85px;
}
.container-sidebar-toggle {
display: flex;
}
.container-view-return.tab {
display: none;
}
.container-view-return:not(.tab) {
display: block;
}
}
@media only screen and (max-width: 940px) {
.header-main-menu-wrapper, .header-marketplace-wrapper, .header-app-wrapper {
flex-wrap: wrap;
}
.header-main-menu-items {
order: 4;
width: 100%;
display: flex;
justify-content: center;
}
}
@media only screen and (max-width: 900px) {
.icon-text-button {
margin-right: 0 !important;
}
.mp-search-input-parent {
grid-template-columns: 30% 60% 10%;
}
.mp-section-parent {
padding: 0 50px 50px;
}
.carousel-slides {
margin-left: 0 !important;
}
.mp-app-card {
width: 100%;
float: none;
margin: 0 0 4rem;
}
.mp-app-button {
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
}
}
@media only screen and (max-width: 890px) {
.mp-section-parent:not(#featured) .mp-section {
width: 100%;
}
}
@media only screen and (max-width: 700px) {
.mp-search-input-parent,
.mp-search-input-parent.float-no-animate,
.mp-search-applist {
width: 80vw;
}
.mp-search-input-parent.float {
animation: search-float-wide 0.3s forwards;
animation-delay: 0s;
}
}
@keyframes search-float-wide {
0% { width: 100%; }
100% { width: 80vw; }
}
@media only screen and (max-width: 699px) {
.mp-app-button.learn-more {
top: 3vw;
left: 3vw;
bottom: auto;
}
.header-marketplace-app-overlay div {
font-size: 8vw;
}
}
@media only screen and (max-width: 600px) {
.content {
margin-left: 15px;
margin-right: 15px;
}
.marketplace {
margin-left: -15px;
margin-right: -15px;
}
}
@media only screen and (max-width: 550px) {
.node-column {
min-width: auto;
}
.container-chart-parent {
grid-template-columns: 100%;
}
}
@media only screen and (max-width: 430px) {
.icon-text-button span:not([class]) {
font-size: 14px !important;
}
.mp-content-parent {
margin-top: 125px;
z-index: 2;
}
.mp-section-parent:not(#featured) {
padding-left: 25px;
padding-right: 25px;
}
.mp-section-title {
flex-wrap: wrap;
width: calc(100vw - 50px);
margin: 0 auto;
}
.mp-section-title > * {
margin-bottom: 5px;
}
.carousel-slides {
margin-left: 0 !important;
}
div.container-view-content .react-tabs__tab {
padding: 0;
}
.container-tab-icon {
margin-right: 5px;
font-size: 18px;
}
}
@media only screen and (min-width: 900px) and (max-width: 1050px ) {
.header-marketplace-app-overlay div{
font-size: 3.5vw;
}
}
@media only screen and (min-width: 700px) and (max-width: 1015px) {
.mp-app-button.learn-more {
left: 3vw;
bottom: 2.85vw;
padding: 1.15vw 2.75vw;
font-size: 1.35vw;
}
}
@media only screen and (min-width: 430px) and (max-width: 900px ) {
.mp-app-card {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.mp-card-box {
flex: 1 1 48%;
}
.mp-card-box.two {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-width: 290px;
}
}
@media only screen and (min-width: 900px) {
.mp-app-body .markdown-body h1, .mp-app-body .markdown-body h2 {
max-width: calc(100% - (400px + 4vw));
}
.marketplace .installations-table {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 4vw - 400px);
}
}
/******************************/
/* SubMenu Responsiveness */
/* For Mobile Devices */
/******************************/
@media (max-width: 600px) {
.header-main-menu-items {
height: 36px;
}
.header-main-menu-item {
display: flex;
align-items: center;
padding: 0 12px;
text-align: center;
font-size: 11px;
height: 28px;
line-height: normal;
}
.header-main-menu-item.active div.header-main-menu-status {
bottom: 0;
}
div.header-sub-menu-datacenter {
padding-bottom: 0;
background-color: rgba(0,0,0, 0.1);
grid-template-rows: 16px;
grid-gap: 12px 12px;
padding: 12px;
}
.header-sub-menu-datacenter > a {
font-size: 12px;
padding: 0;
margin: 4px 2px;
height: 12px !important;
line-height: 12px !important;
}
.csicon.icon-text-icon,
.header-sub-menu-datacenter i.header-sub-menu-icon,
.header-sub-menu-datacenter i.menu-icon-sub-header {
display: none;
}
span.sub-menu-chevron {
margin: 0;
font-size: 12px;
}
span.sub-menu-chevron i {
margin-left: 4px !important;
}
.icon-text-button {
margin-right: 0!important;
min-height: 12px !important;
line-height: 12px !important;
}
.MuiButton-label {
justify-content: flex-start !important;
}
}
/******************************/
/* Content Responsiveness */
/* For Mobile Devices */
/******************************/
@media (max-width: 600px) {
.content .content-title span.title {
font-size: 1.3em !important;
}
.content .content-title {
margin: 0;
padding: 16px;
}
span.content-label span {
font-size: 16px;
border-radius: 5px;
margin-left: 20px;
padding: 5px 10px;
}
.content-title span.content-icon {
margin-top: -5px;
}
}
@media (max-width: 600px) {
.MuiListItemIcon-root {
min-width: 32px !important;
}
.MuiListItem-root {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
}
/*********************************/
/* Dialog Modal Responsiveness */
/* For Mobile Devices */
/*********************************/
@media (max-width: 600px) {
.dialog-title {
padding: 15px 30px;
}
.dialog-title .title-stepper {
margin: 10px -30px -15px;
}
.form-dialog-title-icon,
.dialog-title-icon {
margin-bottom: 10px;
margin-right: 0 !important;
}
.form-dialog-title-doclink .glyphicons {
margin-top: 8px;
}
.form-dialog-title-doclink .glyphicons,
.form-dialog-title-icon,
.dialog-title-icon {
font-size: 20px;
}
.dialog-title > span:first-child {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
line-height: 1;
font-size: 16px;
}
.MuiDialog-container {
height: 110%;
}
.MuiDialog-scrollPaper {
margin-top: 30px;
}
.MuiDialog-container .dialog-body-confirm {
padding: 10px 20px;
min-width: 300px;
}
.MuiDialog-container .react-tagsinput-label {
font-size: 11px;
font-weight: 900;
margin-bottom: 2px;
margin-right: 2px;
padding: 2px;
border-radius: 2px;
}
.MuiDialog-container .dialog-button-icon {
font-size: 16px;
margin: 0 !important;
margin-top: -2px!important;
margin-right: 8px!important;
}
.MuiDialog-container .dialog-body-confirm .react-tagsinput + div {
margin: 0 !important;
}
.dialog-body-small {
padding: 30px !important;
}
.mp-app-tabs {
top: -34px;
}
}
/************************************/
/* Table Controls' Responsiveness */
/* For Mobile Devices */
/************************************/
@media (max-width: 600px) {
.table-controls {
flex-direction: column !important;
align-items: center !important;
flex-wrap: nowrap !important;
margin: 16px 0 0 0 !important;
}
.table-filter {
margin: 4px 0 !important;
}
.table-filter-clear {
height: 32px !important;
line-height: 40px !important;
width: 40px !important;
font-size: 20px !important;
transform: translateX(10px) !important;
}
.table-filter-input {
padding: 15px 0px 15px 8px !important;
transform: translateX(10px) !important;
}
span.table-pagination-viewing {
margin: 4px 10px 4px 4px !important;
font-size: 10px !important;
color: #505050 !important;
}
.table-pagination-count {
font-size: 12px !important;
height: 24px !important;
width: 60px !important;
padding: 0 !important;
margin-top: 1px !important;
}
.table-pagination-icon {
height: 24px !important;
width: 24px !important;
line-height: 23px !important;
font-size: 14px !important;
margin-top: 0px !important;
}
}
/****************************/
/* Tables' Responsiveness */
/* For Mobile Devices */
/****************************/
@media (max-width: 800px) {
.sub-table-container .table-parent {
overflow: visible;
}
table.default-table td {
padding: 4px !important;
}
table#events-table {
width: 800px !important;
}
div.e-parent {
margin: 0 !important;
padding: 8px 10px !important;
line-height: 16px !important;
text-align: left !important;
}
span.e-key i {
display: none !important;
}
table.default-table th i {
font-size: 16px !important;
}
table.default-table thead tr {
height: 40px !important;
line-height: 55px !important;
}
table.default-table tbody tr td:nth-child(4) {
text-align: left !important;
padding-left: 12px !important;
}
div.no-result {
transform: scale(0.7);
}
div.selector-pair {
height: 15px !important;
min-height: 15px !important;
line-height: 15px !important;
padding-right: 4px !important;
padding-left: 4px !important;
}
td[data-disable-click] {
text-align: center !important;
}
table.default-table th:first-child {
text-align: center;
}
}
/**********************************/
/* RBAC Tab View Responsiveness */
/* For Mobile Devices */
/**********************************/
@media (max-width: 800px) {
.hide-on-mobile .MuiTypography-body1 {
font-size: 10px;
}
}
/*************************************/
/* Header variable responsiveness */
/* for the elements watching it */
/* ie. .section-editor */
/*************************************/
.section-editor,
.container-view {
--header-height: 127px;
}
#stackapps {
--header-height: 67px!important;
}
@media (max-width: 1040px) {
.section-editor,
.container-view {
--header-height: 214px;
}
#stackapps {
--header-height: 67px!important;
}
}
@media (max-width: 936px) {
.section-editor,
.container-view {
--header-height: 267px;
}
#stackapps {
--header-height: 67px!important;
}
}
@media (max-width: 600px) {
.section-editor,
.container-view {
--header-height: 185px;
}
#stackapps {
--header-height: 67px!important;
}
} | client/css/responsive.css | @media only screen and (max-width: 1270px) {
div.settings-sidebar:not(.mui-drawer) {
transform: translate3d(-100%, 0, 0);
}
div.settings-content {
margin-left: 0 !important;
}
.settings-menu-toggle {
display: flex !important;
}
.settings-parent .cs-tabs ul {
padding-top: 20px;
height: 75px !important;
}
.tab-bg-white {
width: 100%;
height: 100px;
position: absolute;
top: 0;
background-color: #fff;
z-index: -1;
}
.settings-parent .react-tabs__tab--selected {
border-top: 1px solid #CECBCB!important;
border-radius: 3px 3px 0 0 !important;
}
}
@media only screen and (max-width: 1040px) {
div.header-sub-menu-datacenter {
display: grid;
grid-template-columns: repeat(3, max-content);
grid-template-rows: 40px 40px;
grid-gap: 0px 40px;
justify-items: start;
justify-content: center;
padding-bottom: 16px;
}
}
@media only screen and (max-width: 975px) {
div.container-view-sidebar:not(.mui-drawer) {
transform: translate3d(-100%, 0, 0);
}
div.container-view-content {
left: 0;
top: 85px;
}
.container-sidebar-toggle {
display: flex;
}
.container-view-return.tab {
display: none;
}
.container-view-return:not(.tab) {
display: block;
}
}
@media only screen and (max-width: 940px) {
.header-main-menu-wrapper, .header-marketplace-wrapper, .header-app-wrapper {
flex-wrap: wrap;
}
.header-main-menu-items {
order: 4;
width: 100%;
display: flex;
justify-content: center;
}
}
@media only screen and (max-width: 900px) {
.icon-text-button {
margin-right: 0 !important;
}
.mp-search-input-parent {
grid-template-columns: 30% 60% 10%;
}
.mp-section-parent {
padding: 0 50px 50px;
}
.carousel-slides {
margin-left: 0 !important;
}
.mp-app-card {
width: 100%;
float: none;
margin: 0 0 4rem;
}
.mp-app-button {
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
}
}
@media only screen and (max-width: 890px) {
.mp-section-parent:not(#featured) .mp-section {
width: 100%;
}
}
@media only screen and (max-width: 700px) {
.mp-search-input-parent,
.mp-search-input-parent.float-no-animate,
.mp-search-applist {
width: 80vw;
}
.mp-search-input-parent.float {
animation: search-float-wide 0.3s forwards;
animation-delay: 0s;
}
}
@keyframes search-float-wide {
0% { width: 100%; }
100% { width: 80vw; }
}
@media only screen and (max-width: 699px) {
.mp-app-button.learn-more {
top: 3vw;
left: 3vw;
bottom: auto;
}
.header-marketplace-app-overlay div {
font-size: 8vw;
}
}
@media only screen and (max-width: 600px) {
.content {
margin-left: 15px;
margin-right: 15px;
}
.marketplace {
margin-left: -15px;
margin-right: -15px;
}
}
@media only screen and (max-width: 550px) {
.node-column {
min-width: auto;
}
.container-chart-parent {
grid-template-columns: 100%;
}
}
@media only screen and (max-width: 430px) {
.icon-text-button span:not([class]) {
font-size: 14px !important;
}
.mp-content-parent {
margin-top: 125px;
z-index: 2;
}
.mp-section-parent:not(#featured) {
padding-left: 25px;
padding-right: 25px;
}
.mp-section-title {
flex-wrap: wrap;
width: calc(100vw - 50px);
margin: 0 auto;
}
.mp-section-title > * {
margin-bottom: 5px;
}
.carousel-slides {
margin-left: 0 !important;
}
div.container-view-content .react-tabs__tab {
padding: 0;
}
.container-tab-icon {
margin-right: 5px;
font-size: 18px;
}
}
@media only screen and (min-width: 900px) and (max-width: 1050px ) {
.header-marketplace-app-overlay div{
font-size: 3.5vw;
}
}
@media only screen and (min-width: 700px) and (max-width: 1015px) {
.mp-app-button.learn-more {
left: 3vw;
bottom: 2.85vw;
padding: 1.15vw 2.75vw;
font-size: 1.35vw;
}
}
@media only screen and (min-width: 430px) and (max-width: 900px ) {
.mp-app-card {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.mp-card-box {
flex: 1 1 48%;
}
.mp-card-box.two {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-width: 290px;
}
}
@media only screen and (min-width: 900px) {
.mp-app-body .markdown-body h1, .mp-app-body .markdown-body h2 {
max-width: calc(100% - (400px + 4vw));
}
.marketplace .installations-table {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 4vw - 400px);
}
}
/******************************/
/* SubMenu Responsiveness */
/* For Mobile Devices */
/******************************/
@media (max-width: 600px) {
.header-main-menu-items {
height: 36px;
}
.header-main-menu-item {
display: flex;
align-items: center;
padding: 0 12px;
text-align: center;
font-size: 11px;
height: 28px;
line-height: normal;
}
.header-main-menu-item.active div.header-main-menu-status {
bottom: 0;
}
div.header-sub-menu-datacenter {
padding-bottom: 0;
background-color: rgba(0,0,0, 0.1);
grid-template-rows: 16px;
grid-gap: 12px 12px;
padding: 12px;
}
.header-sub-menu-datacenter > a {
font-size: 12px;
padding: 0;
margin: 4px 2px;
height: 12px !important;
line-height: 12px !important;
}
.csicon.icon-text-icon,
.header-sub-menu-datacenter i.header-sub-menu-icon,
.header-sub-menu-datacenter i.menu-icon-sub-header {
display: none;
}
span.sub-menu-chevron {
margin: 0;
font-size: 12px;
}
span.sub-menu-chevron i {
margin-left: 4px !important;
}
.icon-text-button {
margin-right: 0!important;
min-height: 12px !important;
line-height: 12px !important;
}
.MuiButton-label {
justify-content: flex-start !important;
}
}
/******************************/
/* Content Responsiveness */
/* For Mobile Devices */
/******************************/
@media (max-width: 600px) {
.content .content-title span.title {
font-size: 1.3em !important;
}
.content .content-title {
margin: 0;
padding: 16px;
}
span.content-label span {
font-size: 16px;
border-radius: 5px;
margin-left: 20px;
padding: 5px 10px;
}
.content-title span.content-icon {
margin-top: -5px;
}
}
@media (max-width: 600px) {
.MuiListItemIcon-root {
min-width: 32px !important;
}
.MuiListItem-root {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
}
/*********************************/
/* Dialog Modal Responsiveness */
/* For Mobile Devices */
/*********************************/
@media (max-width: 600px) {
.dialog-title {
padding: 15px 30px;
}
.dialog-title .title-stepper {
margin: 10px -30px -15px;
}
.form-dialog-title-icon,
.dialog-title-icon {
margin-bottom: 10px;
margin-right: 0 !important;
}
.form-dialog-title-doclink .glyphicons {
margin-top: 8px;
}
.form-dialog-title-doclink .glyphicons,
.form-dialog-title-icon,
.dialog-title-icon {
font-size: 20px;
}
.dialog-title > span:first-child {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
line-height: 1;
font-size: 16px;
}
.MuiDialog-container {
height: 110%;
}
.MuiDialog-scrollPaper {
margin-top: 30px;
}
.MuiDialog-container .dialog-body-confirm {
padding: 10px 20px;
min-width: 300px;
}
.MuiDialog-container .react-tagsinput-label {
font-size: 11px;
font-weight: 900;
margin-bottom: 2px;
margin-right: 2px;
padding: 2px;
border-radius: 2px;
}
.MuiDialog-container .dialog-button-icon {
font-size: 16px;
margin: 0 !important;
margin-top: -2px!important;
margin-right: 8px!important;
}
.MuiDialog-container .dialog-body-confirm .react-tagsinput + div {
margin: 0 !important;
}
.dialog-body-small {
padding: 30px !important;
}
.mp-app-tabs {
top: -34px;
}
}
/************************************/
/* Table Controls' Responsiveness */
/* For Mobile Devices */
/************************************/
@media (max-width: 600px) {
.table-controls {
flex-direction: column !important;
align-items: center !important;
flex-wrap: nowrap !important;
margin: 16px 0 0 0 !important;
}
.table-filter {
margin: 4px 0 !important;
}
.table-filter-clear {
height: 32px !important;
line-height: 40px !important;
width: 40px !important;
font-size: 20px !important;
transform: translateX(10px) !important;
}
.table-filter-input {
padding: 15px 0px 15px 8px !important;
transform: translateX(10px) !important;
}
span.table-pagination-viewing {
margin: 4px 10px 4px 4px !important;
font-size: 10px !important;
color: #505050 !important;
}
.table-pagination-count {
font-size: 12px !important;
height: 24px !important;
width: 60px !important;
padding: 0 !important;
margin-top: 1px !important;
}
.table-pagination-icon {
height: 24px !important;
width: 24px !important;
line-height: 23px !important;
font-size: 14px !important;
margin-top: 0px !important;
}
}
/****************************/
/* Tables' Responsiveness */
/* For Mobile Devices */
/****************************/
@media (max-width: 800px) {
.sub-table-container .table-parent {
overflow: visible;
}
table.default-table td {
padding: 4px !important;
}
table#events-table {
width: 800px !important;
}
div.e-parent {
margin: 0 !important;
padding: 8px 10px !important;
line-height: 16px !important;
text-align: left !important;
}
span.e-key i {
display: none !important;
}
table.default-table th i {
font-size: 16px !important;
}
table.default-table thead tr {
height: 40px !important;
line-height: 55px !important;
}
table.default-table tbody tr td:nth-child(4) {
text-align: left !important;
padding-left: 12px !important;
}
div.no-result {
transform: scale(0.7);
}
div.selector-pair {
height: 15px !important;
min-height: 15px !important;
line-height: 15px !important;
padding-right: 4px !important;
padding-left: 4px !important;
}
td[data-disable-click] {
text-align: center !important;
}
table.default-table th:first-child {
text-align: center;
}
}
/**********************************/
/* RBAC Tab View Responsiveness */
/* For Mobile Devices */
/**********************************/
@media (max-width: 800px) {
.hide-on-mobile .MuiTypography-body1 {
font-size: 10px;
}
}
/*************************************/
/* Header variable responsiveness */
/* for the elements watching it */
/* ie. .section-editor */
/*************************************/
.section-editor,
.container-view {
--header-height: 127px;
}
#stackapps {
--header-height: 67px!important;
}
@media (max-width: 1040px) {
.section-editor,
.container-view {
--header-height: 214px;
}
#stackapps {
--header-height: 67px!important;
}
}
@media (max-width: 936px) {
.section-editor,
.container-view {
--header-height: 267px;
}
#stackapps {
--header-height: 67px!important;
}
}
@media (max-width: 600px) {
.section-editor,
.container-view {
--header-height: 185px;
}
#stackapps {
--header-height: 67px!important;
}
} | 0.44071 | 0.104752 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/linea-icons/linea.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/flag-icon-css/flag-icon.min.css);
@import url(../icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(spinners.css);
@import url(animate.css);
/*
Template: Ela Admin
Author: Zebra Theme
Developer by: Zebra Theme
Table of Content
================
1. variable
2. fonts
3. card
4. global
5. badge
6. tab
7. modal
8. timeline
9. data-table
10. panel
11. button
12. header
13. gmap
14. chat
15. carousel
16. weather
17. invoice-edit
18. invoice
19. widget-stat
20. recent-comments
21. recent-message
22. forms
23. compose-email
24. progress-bar
25. todo-list
26. datamap
27. table
28. order-progress
29. login
30. chart
31. nestable
32. profile
33. profile-widget
34. ui-element-basic
35. calendar
36. flot-chart
37. morris-chart
38. products_1
39. products_2
40. products_3
41. favourite_menu
42. order-list
43. booking-system
44. scrollable
45. vector-map
46. menu-upload
47. social-media-stats
48. vertical-carousel
49. chartist
50. table-export
51. ui-widget-v1
42. responsive
*/
.preloader {
width: 100%;
height: 100%;
top: 0;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(46.5%);
left: calc(46.5%);
}
* {
outline: none;
}
body {
background: #fff;
font-family: 'Open Sans', sans-serif;
margin: 0;
overflow-x: hidden;
color: #67757c;
}
html {
position: relative;
min-height: 100%;
background: #ffffff;
}
a:focus,
a:hover {
text-decoration: none;
}
a.link {
color: #455a64;
}
a.link:focus,
a.link:hover {
color: #1976d2;
}
.img-responsive,
.carousel.vertical .carousel-inner > .item > img,
.carousel.vertical .carousel-inner > .item > a > img {
width: 100%;
height: auto;
display: inline-block;
}
.img-rounded {
border-radius: 4px;
}
.mdi-set,
.mdi:before {
line-height: initial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #455a64;
font-weight: 400;
}
h1 {
line-height: 40px;
font-size: 36px;
}
h2 {
line-height: 36px;
font-size: 24px;
}
h3 {
line-height: 30px;
font-size: 21px;
}
h4 {
line-height: 22px;
font-size: 18px;
}
h5 {
line-height: 18px;
font-size: 16px;
font-weight: 400;
}
h6 {
line-height: 16px;
font-size: 14px;
font-weight: 400;
}
.display-5 {
font-size: 3rem;
}
.display-6 {
font-size: 36px;
}
.box {
border-radius: 4px;
padding: 10px;
}
.preloader {
width: 100%;
height: 100%;
top: 0;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(46.5%);
left: calc(46.5%);
}
#main-wrapper {
width: 100%;
}
.bg-white .card {
box-shadow: none;
}
.box-shadow {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}
.dropzone {
border: 1px dashed #b1b8bb;
}
.boxed #main-wrapper {
width: 100%;
max-width: 1300px;
margin: 0 auto;
-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.boxed #main-wrapper .sidebar-footer {
position: absolute;
}
.boxed #main-wrapper .footer {
display: none;
}
.page-wrapper {
background: #fafafa;
padding-bottom: 60px;
}
.container-fluid {
padding: 0 30px 25px;
}
@media (min-width: 1024px) {
.page-wrapper {
margin-left: 240px;
}
.footer {
left: 240px;
}
}
@media (max-width: 1023px) {
.page-wrapper {
margin-left: 60px;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.footer {
left: 60px;
}
.widget-app-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
.thumb-sm {
height: 32px;
width: 32px;
}
.thumb-md {
height: 48px;
width: 48px;
}
.thumb-lg {
height: 88px;
width: 88px;
}
.hide {
display: none;
}
.img-circle {
border-radius: 100%;
}
.radius {
border-radius: 4px;
}
.text-white {
color: #ffffff !important;
}
.text-danger {
color: #ef5350 !important;
}
.text-muted {
color: #99abb4 !important;
}
.text-warning {
color: #ffb22b !important;
}
.text-success {
color: #26dad2 !important;
}
.text-info {
color: #1976d2 !important;
}
.text-inverse {
color: #2f3d4a !important;
}
.text-blue {
color: #02bec9;
}
.text-purple {
color: #7460ee;
}
.text-primary {
color: #5c4ac7;
}
.text-megna {
color: #00897b;
}
.text-dark {
color: #67757c;
}
.text-themecolor {
color: #1976d2;
}
.bg-primary {
background-color: #5c4ac7 !important;
}
.bg-success {
background-color: #26dad2 !important;
}
.bg-info {
background-color: #1976d2 !important;
}
.bg-warning {
background-color: #ffb22b !important;
}
.bg-danger {
background-color: #ef5350 !important;
}
.bg-megna {
background-color: #00897b;
}
.bg-theme {
background-color: #1976d2;
}
.bg-inverse {
background-color: #2f3d4a;
}
.bg-purple {
background-color: #7460ee;
}
.bg-light-part {
background-color: rgba(0, 0, 0, 0.02);
}
.bg-light-primary {
background-color: #f1effd;
}
.bg-light-success {
background-color: #e8fdeb;
}
.bg-light-info {
background-color: #cfecfe;
}
.bg-light-extra {
background-color: #ebf3f5;
}
.bg-light-warning {
background-color: #fff8ec;
}
.bg-light-danger {
background-color: #f9e7eb;
}
.bg-light-inverse {
background-color: #f6f6f6;
}
.bg-light {
background-color: #f2f4f8;
}
.bg-white {
background-color: #ffffff;
}
@media (min-width: 1600px) {
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
float: left;
}
.col-xlg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xlg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-xlg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-xlg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xlg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-xlg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-xlg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xlg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-xlg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-xlg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xlg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-xlg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-xlg-pull-12 {
right: 100%;
}
.col-xlg-pull-11 {
right: 91.66666667%;
}
.col-xlg-pull-10 {
right: 83.33333333%;
}
.col-xlg-pull-9 {
right: 75%;
}
.col-xlg-pull-8 {
right: 66.66666667%;
}
.col-xlg-pull-7 {
right: 58.33333333%;
}
.col-xlg-pull-6 {
right: 50%;
}
.col-xlg-pull-5 {
right: 41.66666667%;
}
.col-xlg-pull-4 {
right: 33.33333333%;
}
.col-xlg-pull-3 {
right: 25%;
}
.col-xlg-pull-2 {
right: 16.66666667%;
}
.col-xlg-pull-1 {
right: 8.33333333%;
}
.col-xlg-pull-0 {
right: auto;
}
.col-xlg-push-12 {
left: 100%;
}
.col-xlg-push-11 {
left: 91.66666667%;
}
.col-xlg-push-10 {
left: 83.33333333%;
}
.col-xlg-push-9 {
left: 75%;
}
.col-xlg-push-8 {
left: 66.66666667%;
}
.col-xlg-push-7 {
left: 58.33333333%;
}
.col-xlg-push-6 {
left: 50%;
}
.col-xlg-push-5 {
left: 41.66666667%;
}
.col-xlg-push-4 {
left: 33.33333333%;
}
.col-xlg-push-3 {
left: 25%;
}
.col-xlg-push-2 {
left: 16.66666667%;
}
.col-xlg-push-1 {
left: 8.33333333%;
}
.col-xlg-push-0 {
left: auto;
}
.offset-xlg-12 {
margin-left: 100%;
}
.offset-xlg-11 {
margin-left: 91.66666667%;
}
.offset-xlg-10 {
margin-left: 83.33333333%;
}
.offset-xlg-9 {
margin-left: 75%;
}
.offset-xlg-8 {
margin-left: 66.66666667%;
}
.offset-xlg-7 {
margin-left: 58.33333333%;
}
.offset-xlg-6 {
margin-left: 50%;
}
.offset-xlg-5 {
margin-left: 41.66666667%;
}
.offset-xlg-4 {
margin-left: 33.33333333%;
}
.offset-xlg-3 {
margin-left: 25%;
}
.offset-xlg-2 {
margin-left: 16.66666667%;
}
.offset-xlg-1 {
margin-left: 8.33333333%;
}
.offset-xlg-0 {
margin-left: 0;
}
}
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
position: initial;
opacity: 1;
}
.invisible {
visibility: hidden !important;
}
.hidden-xs-up {
display: none !important;
}
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important;
}
}
.hidden-xl-down {
display: none !important;
}
@media (min-width: 1650px) {
.widget-app-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.campaign {
height: 365px !important;
}
}
@media (max-width: 1370px) {
.widget-app-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
a,
button {
outline: none!important;
text-decoration: none!important;
color: #99abb4;
transition: all 0.2s ease 0s;
}
a.active,
button.active,
a:focus,
button:focus,
a:hover,
button:hover {
color: #252525;
outline: none!important;
text-decoration: none!important;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
p {
font-family: 'Poppins', sans-serif;
color: #99abb4;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6.h1 {
color: #455a64;
}
.dib {
display: inline-block;
}
.rotate-90 {
transform: rotate(90deg);
}
.rotate-180 {
transform: rotate(180deg);
}
#main-content {
padding: 0 15px;
}
.alert h4 {
color: #455a64;
}
.border-none {
border: 1px solid transparent;
}
.footer > p {
background: #ffffff;
margin: 15px -30px 0;
padding: 15px 45px;
text-align: left;
}
.footer > p a {
color: #4680ff;
}
.bar-hidden {
overflow-X: hidden;
}
.color-white {
color: #ffffff;
}
.btn-btn {
padding: 15px 25px;
border: 0;
}
.btn-btn:hover {
color: #ffffff;
}
.letter-space {
letter-spacing: 1px;
}
.solid-btn {
padding: 15px 42px;
}
.notify {
position: relative;
right: -10px;
top: -13px;
}
.notify .heartbit {
animation: 1s ease-out 0s normal none infinite running heartbit;
border: 5px solid #4680ff;
border-radius: 70px;
height: 25px;
position: absolute;
right: -4px;
top: -20px;
width: 25px;
z-index: 10;
}
.notify .point {
background-color: #4680ff;
border-radius: 30px;
height: 6px;
position: absolute;
right: 6px;
top: -10px;
width: 6px;
}
@-moz-keyframes heartbit {
0% {
-moz-transform: scale(0);
opacity: 0.0;
}
25% {
-moz-transform: scale(0.1);
opacity: 0.1;
}
50% {
-moz-transform: scale(0.5);
opacity: 0.3;
}
75% {
-moz-transform: scale(0.8);
opacity: 0.5;
}
to {
-moz-transform: scale(1);
opacity: 0.0;
}
}
@-webkit-keyframes heartbit {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
25% {
-webkit-transform: scale(0.1);
opacity: 0.1;
}
50% {
-webkit-transform: scale(0.5);
opacity: 0.3;
}
75% {
-webkit-transform: scale(0.8);
opacity: 0.5;
}
to {
-webkit-transform: scale(1);
opacity: 0.0;
}
}
/* Color Mixins
-------------------*/
.color-primary,
.text-primary {
color: #4680ff;
}
.color-success,
.text-success {
color: #26dad2;
}
.color-info,
.text-info {
color: #62d1f3;
}
.color-danger,
.text-danger {
color: #fc6180;
}
.color-warning,
.text-warning {
color: #ffb64d;
}
.color-pink,
.text-pink {
color: #e6a1f2;
}
.color-dark,
.text-dark {
color: #444c67;
}
.color-grey,
.text-grey {
color: #ddd;
}
/* Mixins
--------------------------*/
.pr {
position: relative;
}
.pa {
position: absolute;
}
/* Background Mixins
--------------------------*/
.bg-primary {
background: #4680ff !important;
color: #ffffff;
fill: #4680ff;
}
.bg-success {
background: #26dad2 !important;
color: #ffffff;
fill: #26dad2;
}
.bg-info {
background: #62d1f3 !important;
color: #ffffff;
fill: #62d1f3;
}
.bg-danger {
background: #fc6180 !important;
color: #ffffff;
fill: #fc6180;
}
.bg-warning {
background: #ffb64d !important;
color: #ffffff;
fill: #ffb64d;
}
.bg-pink {
background: #e6a1f2 !important;
color: #ffffff;
fill: #e6a1f2;
}
.bg-dark {
background: #444c67 !important;
color: #ffffff;
fill: #444c67;
}
.bg-transparent {
background: transparent;
color: #252525;
}
.no-select-arrow {
-moz-appearance: none !important;
-webkit-appearance: none !important;
border: 1px solid #e7e7e7;
}
.bg-ash {
background: #f5f5f5;
}
.bg-white {
background: #ffffff;
}
/* Border Mixins
--------------------------*/
.border-primary {
border-color: #4680ff;
}
.border-success {
border-color: #26dad2;
}
.border-info {
border-color: #62d1f3;
}
.border-danger {
border-color: #fc6180;
}
.border-warning {
border-color: #ffb64d;
}
.border-pink {
border-color: #e6a1f2;
}
.border-dark {
border-color: #444c67;
}
.no-border {
border: 0px!important;
}
.border-top {
border-top: 1px solid #e7e7e7;
}
.border-white {
border: 1px solid #ffffff;
}
.border-bottom {
border-bottom: 1px solid #e7e7e7;
}
.border-left {
border-left: 1px solid #e7e7e7;
}
.border-right {
border-right: 1px solid #e7e7e7;
}
.white-bottom {
border-bottom: 1px solid #ffffff;
}
.radius-0 {
border-radius: 0;
}
/* Brand Background
-----------------------------*/
.bg-facebook {
background: #3b5998;
fill: #3b5998;
}
.bg-twitter {
background: #1da1f2;
fill: #1da1f2;
}
.bg-youtube {
background: #cd201f;
fill: #cd201f;
}
.bg-google-plus {
background: #dd4b39;
fill: #dd4b39;
}
.bg-linkedin {
background: #007bb6;
}
/* width
-----------------------------*/
.w10pr {
width: 10%;
}
.w12pr {
width: 12%;
}
.p-28 {
padding: 28px;
}
.p-10 {
padding: 10px;
}
/* Chart Spanrkline
-------------------------*/
.jqstooltip {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* Bootstrap class
---------------------------*/
@media (min-width: 1500px) {
.container {
width: 1400px;
}
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
0% {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes heartbit {
0% {
-moz-transform: scale(0);
opacity: 0.0;
}
25% {
-moz-transform: scale(0.1);
opacity: 0.1;
}
50% {
-moz-transform: scale(0.5);
opacity: 0.3;
}
75% {
-moz-transform: scale(0.8);
opacity: 0.5;
}
to {
-moz-transform: scale(1);
opacity: 0.0;
}
}
@-webkit-keyframes heartbit {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
25% {
-webkit-transform: scale(0.1);
opacity: 0.1;
}
50% {
-webkit-transform: scale(0.5);
opacity: 0.3;
}
75% {
-webkit-transform: scale(0.8);
opacity: 0.5;
}
to {
-webkit-transform: scale(1);
opacity: 0.0;
}
}
.header {
position: relative;
z-index: 50;
background: #fff;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.header .top-navbar {
min-height: 50px;
padding: 0 15px 0 0;
}
.header .top-navbar .dropdown-toggle:after {
display: none;
}
.header .top-navbar .navbar-header {
line-height: 45px;
text-align: center;
background: #fff;
}
.header .top-navbar .navbar-header .navbar-brand {
margin-right: 0;
padding-bottom: 0;
padding-top: 0;
}
.header .top-navbar .navbar-header .navbar-brand .light-logo {
display: none;
}
.header .top-navbar .navbar-header .navbar-brand b {
line-height: 60px;
display: inline-block;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link {
padding-left: 0.75rem;
padding-right: 0.75rem;
font-size: 15px;
line-height: 40px;
}
.header .top-navbar .navbar-nav > .nav-item.show {
background: rgba(0, 0, 0, 0.05);
}
.header .top-navbar .mailbox {
width: 300px;
}
.header .top-navbar .mailbox ul {
padding: 0;
}
.header .top-navbar .mailbox ul li {
list-style: none;
}
.header .profile-pic {
width: 30px;
border-radius: 100%;
}
.header .dropdown-menu {
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
border-color: rgba(120, 130, 140, 0.13);
}
.header .dropdown-menu .dropdown-item {
padding: 7px 1.5rem;
}
.header ul.dropdown-user {
padding: 0;
min-width: 175px;
}
.header ul.dropdown-user li {
list-style: none;
padding: 0;
margin: 0;
}
.header ul.dropdown-user li .dw-user-box {
padding: 10px 15px;
}
.header ul.dropdown-user li .dw-user-box .u-img {
width: 70px;
display: inline-block;
vertical-align: top;
}
.header ul.dropdown-user li .dw-user-box .u-img img {
width: 100%;
border-radius: 5px;
}
.header ul.dropdown-user li .dw-user-box .u-text {
display: inline-block;
padding-left: 10px;
}
.header ul.dropdown-user li .dw-user-box .u-text h4 {
margin: 0;
font-size: 15px;
}
.header ul.dropdown-user li .dw-user-box .u-text p {
margin-bottom: 2px;
font-size: 12px;
}
.header ul.dropdown-user li .dw-user-box .u-text .btn {
color: #ffffff;
padding: 5px 10px;
display: inline-block;
}
.header ul.dropdown-user li .dw-user-box .u-text .btn:hover {
background: #e6294b;
}
.header ul.dropdown-user li a {
padding: 9px 15px;
display: block;
color: #67757c;
}
.header ul.dropdown-user li a:hover {
background: #f2f4f8;
color: #1976d2;
text-decoration: none;
}
.header ul.dropdown-user li.divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: rgba(120, 130, 140, 0.13);
}
.search-box .app-search {
position: absolute;
margin: 0;
display: block;
z-index: 110;
width: 100%;
top: -1px;
-webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
}
.search-box .app-search input {
width: 100.5%;
padding: 20px 40px 20px 20px;
border-radius: 0;
font-size: 17px;
height: 70px;
-webkit-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
.search-box .app-search input:focus {
border-color: #ffffff;
}
.search-box .app-search .srh-btn {
position: absolute;
top: 23px;
cursor: pointer;
background: #ffffff;
width: 15px;
height: 15px;
right: 20px;
font-size: 14px;
}
.mini-sidebar .top-navbar .navbar-header {
width: 60px;
text-align: center;
}
.logo-center .top-navbar .navbar-header {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
}
.notify {
position: relative;
top: -22px;
right: -9px;
}
.notify .heartbit {
position: absolute;
top: -20px;
right: -4px;
height: 25px;
width: 25px;
z-index: 10;
border: 5px solid #ef5350;
border-radius: 70px;
-moz-animation: heartbit 1s ease-out;
-moz-animation-iteration-count: infinite;
-o-animation: heartbit 1s ease-out;
-o-animation-iteration-count: infinite;
-webkit-animation: heartbit 1s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.notify .point {
width: 6px;
height: 6px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: #ef5350;
position: absolute;
right: 6px;
top: -10px;
}
.fileupload {
overflow: hidden;
position: relative;
}
.fileupload input.upload {
cursor: pointer;
filter: alpha(opacity=0);
font-size: 20px;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
}
.mega-dropdown {
position: static;
width: 100%;
}
.mega-dropdown .dropdown-menu {
width: 100%;
padding: 30px;
margin-top: 0;
}
.mega-dropdown ul {
padding: 0;
}
.mega-dropdown ul li {
list-style: none;
}
.mega-dropdown .carousel-item .container {
padding: 0;
}
.mega-dropdown .nav-accordion .card {
margin-bottom: 1px;
}
.mega-dropdown .nav-accordion .card-header {
background: #ffffff;
}
.mega-dropdown .nav-accordion .card-header h5 {
margin: 0;
}
.mega-dropdown .nav-accordion .card-header h5 a {
text-decoration: none;
color: #67757c;
}
ul.list-style-none {
margin: 0;
padding: 0;
}
ul.list-style-none li {
list-style: none;
}
ul.list-style-none li a {
color: #67757c;
padding: 8px 0;
display: block;
text-decoration: none;
}
ul.list-style-none li a:hover {
color: #1976d2;
}
.dropdown-item {
padding: 8px 1rem;
color: #67757c;
}
.custom-select {
background: url("../../assets/images/custom-select.png") right 0.75rem center no-repeat;
}
textarea {
resize: none;
}
.mailbox ul li .drop-title {
font-weight: 500;
padding: 11px 20px 15px;
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mailbox ul li .nav-link {
border-top: 1px solid rgba(120, 130, 140, 0.13);
padding-top: 15px;
}
.mailbox .message-center {
height: 200px;
overflow: auto;
position: relative;
}
.mailbox .message-center a {
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
display: block;
text-decoration: none;
padding: 9px 15px;
}
.mailbox .message-center a:hover {
background: #f2f4f8;
}
.mailbox .message-center a div {
white-space: normal;
}
.mailbox .message-center a .user-img {
width: 40px;
position: relative;
display: inline-block;
margin: 0 10px 15px 0;
}
.mailbox .message-center a .user-img img {
width: 100%;
}
.mailbox .message-center a .user-img .profile-status {
border: 2px solid #ffffff;
border-radius: 50%;
display: inline-block;
height: 10px;
left: 30px;
position: absolute;
top: 1px;
width: 10px;
}
.mailbox .message-center a .user-img .online {
background: #26dad2;
}
.mailbox .message-center a .user-img .busy {
background: #ef5350;
}
.mailbox .message-center a .user-img .away {
background: #ffb22b;
}
.mailbox .message-center a .user-img .offline {
background: #ffb22b;
}
.mailbox .message-center a .mail-contnet {
display: inline-block;
width: 75%;
vertical-align: middle;
}
.mailbox .message-center a .mail-contnet h5 {
margin: 5px 0 0;
}
.mailbox .message-center a .mail-contnet .mail-desc {
font-size: 12px;
display: block;
margin: 1px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
color: #67757c;
white-space: nowrap;
}
.mailbox .message-center a .mail-contnet .time {
font-size: 12px;
display: block;
margin: 1px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
color: #67757c;
white-space: nowrap;
}
@media (min-width: 768px) {
.navbar-header {
width: 25px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.navbar-header .navbar-brand {
padding-top: 0;
}
.page-titles .breadcrumb {
float: right;
}
.card-group .card:first-child {
border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.card-group .card:not(:first-child):not(:last-child) {
border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.material-icon-list-demo .icons div {
width: 33%;
padding: 15px;
display: inline-block;
line-height: 40px;
}
.mini-sidebar .page-wrapper {
margin-left: 60px;
}
.mini-sidebar .footer {
left: 60px;
}
.flex-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
}
}
@media (max-width: 767px) {
.header {
position: fixed;
width: 100%;
}
.header .top-navbar {
padding-right: 15px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: center;
}
.header .top-navbar .navbar-collapse {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.header .top-navbar .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.header .top-navbar .navbar-nav > .nav-item.show {
position: static;
}
.header .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
width: 100%;
margin-top: 0;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link {
padding-left: 0.50rem;
padding-right: 0.50rem;
}
.header .top-navbar .navbar-nav .dropdown-menu {
position: absolute;
}
.mega-dropdown .dropdown-menu {
height: 480px;
overflow: auto;
}
.mini-sidebar .page-wrapper {
margin-left: 0;
padding-top: 60px;
}
}
.left-sidebar {
position: absolute;
width: 240px;
height: 100%;
top: 0;
z-index: 20;
padding-top: 60px;
background: #fff;
-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}
.fix-sidebar .left-sidebar {
position: fixed;
}
.sidebar-footer {
position: fixed;
z-index: 10;
bottom: 0;
left: 0;
-webkit-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
width: 240px;
background: #fff;
border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.sidebar-footer a {
padding: 15px;
width: 33.333337%;
float: left;
text-align: center;
font-size: 18px;
}
.scroll-sidebar {
padding-bottom: 60px;
}
.collapse.in {
display: block;
}
.sidebar-nav {
background: #fff;
padding: 0;
}
.sidebar-nav ul {
margin: 0;
padding: 0;
}
.sidebar-nav ul li {
list-style: none;
}
.sidebar-nav ul li a {
color: #607d8b;
padding: 7px 35px 7px 15px;
display: block;
font-size: 14px;
white-space: nowrap;
}
.sidebar-nav ul li a:hover {
color: #1976d2;
}
.sidebar-nav ul li a:hover i {
color: #1976d2;
}
.sidebar-nav ul li a.active {
color: #1976d2;
font-weight: 500;
}
.sidebar-nav ul li a.active i {
color: #1976d2;
}
.sidebar-nav ul li ul {
padding-left: 28px;
}
.sidebar-nav ul li ul li a {
padding: 7px 35px 7px 15px;
}
.sidebar-nav ul li ul ul {
padding-left: 15px;
}
.sidebar-nav ul li.nav-label {
font-size: 12px;
margin-bottom: 0;
padding: 14px 14px 14px 20px;
color: #607d8b;
font-weight: 600;
text-transform: uppercase;
}
.sidebar-nav ul li.nav-devider {
height: 1px;
background: rgba(120, 130, 140, 0.13);
display: block;
}
.sidebar-nav > ul > li {
margin-bottom: 5px;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid transparent;
}
.sidebar-nav > ul > li > a i {
width: 27px;
font-size: 16px;
display: inline-block;
vertical-align: middle;
color: #99abb4;
}
.sidebar-nav > ul > li > a .label {
position: absolute;
right: 35px;
top: 8px;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #fff;
color: #1976d2;
}
.sidebar-nav > ul > li.active > a {
color: #1976d2;
font-weight: 500;
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li.active > a i {
color: #1976d2;
}
.sidebar-nav .has-arrow {
position: relative;
}
.sidebar-nav .has-arrow:after {
position: absolute;
content: '';
width: 7px;
height: 7px;
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #607d8b;
right: 1em;
-webkit-transform: rotate(135deg) translate(0, -50%);
-ms-transform: rotate(135deg) translate(0, -50%);
-o-transform: rotate(135deg) translate(0, -50%);
transform: rotate(135deg) translate(0, -50%);
-webkit-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
top: 47%;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.sidebar-nav .active > .has-arrow:after {
-webkit-transform: rotate(-135deg) translate(0, -50%);
-ms-transform: rotate(-135deg) translate(0, -50%);
-o-transform: rotate(-135deg) translate(0, -50%);
top: 45%;
width: 7px;
transform: rotate(-135deg) translate(0, -50%);
}
.sidebar-nav .has-arrow[aria-expanded=true]:after {
-webkit-transform: rotate(-135deg) translate(0, -50%);
-ms-transform: rotate(-135deg) translate(0, -50%);
-o-transform: rotate(-135deg) translate(0, -50%);
top: 45%;
width: 7px;
transform: rotate(-135deg) translate(0, -50%);
}
.sidebar-nav li > .has-arrow.active:after {
-webkit-transform: rotate(-135deg) translate(0, -50%);
-ms-transform: rotate(-135deg) translate(0, -50%);
-o-transform: rotate(-135deg) translate(0, -50%);
top: 45%;
width: 7px;
transform: rotate(-135deg) translate(0, -50%);
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav {
background: transparent;
}
.mini-sidebar .sidebar-nav #sidebarnav li {
position: relative;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
position: absolute;
left: 60px;
top: 38px;
width: 200px;
z-index: 1001;
background: #f2f6f8;
display: none;
padding-left: 1px;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul {
height: auto !important;
overflow: auto;
display: block;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
display: block;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
width: 260px;
background: #f2f6f8;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .hide-menu {
display: inline;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .label {
display: none;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > a.has-arrow:after {
display: none;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > a {
padding: 9px 18px;
width: 50px;
}
.mini-sidebar .user-profile {
padding-bottom: 15px;
width: 60px;
margin-bottom: 7px;
}
.mini-sidebar .user-profile .profile-img {
width: 50px;
padding: 15px 0 0;
margin: 0 0 0 6px;
}
.mini-sidebar .user-profile .profile-img .setpos {
top: -35px;
}
.mini-sidebar .user-profile .profile-img:before {
top: 15px;
}
.mini-sidebar .user-profile .profile-text {
display: none;
}
.mini-sidebar .left-sidebar {
width: 60px;
}
.mini-sidebar .scroll-sidebar {
padding-bottom: 0;
position: absolute;
overflow-x: hidden !important;
}
.mini-sidebar .hide-menu {
display: none;
}
.mini-sidebar .nav-label {
display: none;
}
.mini-sidebar .sidebar-footer {
display: none;
}
.mini-sidebar > .label {
display: none;
}
.mini-sidebar .nav-devider {
width: 60px;
}
.mini-sidebar.fix-sidebar .left-sidebar {
position: fixed;
}
}
@media (max-width: 767px) {
.mini-sidebar .left-sidebar {
position: fixed;
left: -240px;
}
.mini-sidebar .sidebar-footer {
left: -240px;
}
.mini-sidebar.show-sidebar .left-sidebar {
left: 0;
}
.mini-sidebar.show-sidebar .sidebar-footer {
left: 0;
}
}
.badge {
font-weight: 400;
}
.badge-xs {
font-size: 9px;
-webkit-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px);
}
.badge-sm {
-webkit-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px);
}
.badge-success {
background-color: #26dad2;
}
.badge-info {
background-color: #1976d2;
}
.badge-primary {
background-color: #5c4ac7;
}
.badge-warning {
background-color: #ffb22b;
}
.badge-danger {
background-color: #ef5350;
}
.badge-purple {
background-color: #7460ee;
}
.badge-red {
background-color: #fb3a3a;
}
.badge-inverse {
background-color: #2f3d4a;
}
.label {
padding: 3px 10px;
line-height: 13px;
color: #ffffff;
font-weight: 400;
border-radius: 4px;
font-size: 75%;
}
.label-rounded {
border-radius: 60px;
}
.label-custom {
background-color: #00897b;
}
.label-success {
background-color: #26dad2;
}
.label-info {
background-color: #1976d2;
}
.label-warning {
background-color: #ffb22b;
}
.label-danger {
background-color: #ef5350;
}
.label-megna {
background-color: #00897b;
}
.label-primary {
background-color: #5c4ac7;
}
.label-purple {
background-color: #7460ee;
}
.label-red {
background-color: #fb3a3a;
}
.label-inverse {
background-color: #2f3d4a;
}
.label-default {
background-color: #f2f4f8;
}
.label-white {
background-color: #ffffff;
}
.label-light-success {
background-color: #e8fdeb;
color: #26dad2;
}
.label-light-info {
background-color: #cfecfe;
color: #1976d2;
}
.label-light-warning {
background-color: #fff8ec;
color: #ffb22b;
}
.label-light-danger {
background-color: #f9e7eb;
color: #ef5350;
}
.label-light-megna {
background-color: #e0f2f4;
color: #00897b;
}
.label-light-primary {
background-color: #f1effd;
color: #5c4ac7;
}
.label-light-inverse {
background-color: #f6f6f6;
color: #2f3d4a;
}
.breadcrumb {
margin-bottom: 0;
}
.page-titles {
background: #ffffff;
margin: 0 0 30px;
padding: 15px 10px;
position: relative;
z-index: 10;
-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.page-titles h3 {
margin-bottom: 0;
margin-top: 0;
}
.page-titles .breadcrumb {
padding: 0;
background: transparent;
font-size: 14px;
}
.page-titles .breadcrumb li {
margin-top: 0;
margin-bottom: 0;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: "\e649";
font-family: themify;
color: #a6b7bf;
font-size: 11px;
}
.page-titles .breadcrumb .breadcrumb-item.active {
color: #99abb4;
}
.pagination > li:first-child > a {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:first-child > span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a {
color: #263238;
}
.pagination > li > a:focus {
background-color: #f2f4f8;
}
.pagination > li > a:hover {
background-color: #f2f4f8;
}
.pagination > li > span {
color: #263238;
}
.pagination > li > span:focus {
background-color: #f2f4f8;
}
.pagination > li > span:hover {
background-color: #f2f4f8;
}
.pagination > .active > a {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > a:focus {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > a:hover {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > span {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > span:focus {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > span:hover {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination-split li {
margin-left: 5px;
display: inline-block;
float: left;
}
.pagination-split li:first-child {
margin-left: 0;
}
.pagination-split li a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.pager li > a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #263238;
}
.pager li > span {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #263238;
}
.footer {
background: #ffffff none repeat scroll 0 0;
border-top: 1px solid rgba(120, 130, 140, 0.13);
color: #67757c;
left: 0;
padding: 17px 15px;
position: absolute;
right: 0;
}
.footer {
left: 240px;
}
#chartdiv3 {
height: 450px;
width: 100%;
}
#chartdiv {
height: 450px;
width: 100%;
}
#zoomable {
height: 450px;
width: 100%;
}
#chartMap {
height: 450px;
width: 100%;
}
.amcharts-graph-g2 .amcharts-graph-stroke {
stroke-dasharray: 3px 3px;
stroke-linejoin: round;
stroke-linecap: round;
-webkit-animation: am-moving-dashes 1s linear infinite;
animation: am-moving-dashes 1s linear infinite;
}
@-webkit-keyframes am-moving-dashes {
100% {
stroke-dashoffset: -31px;
}
}
@keyframes am-moving-dashes {
100% {
stroke-dashoffset: -31px;
}
}
.lastBullet {
-webkit-animation: am-pulsating 1s ease-out infinite;
animation: am-pulsating 1s ease-out infinite;
}
@-webkit-keyframes am-pulsating {
0% {
stroke-opacity: 1;
stroke-width: 0px;
}
100% {
stroke-opacity: 0;
stroke-width: 50px;
}
}
@keyframes am-pulsating {
0% {
stroke-opacity: 1;
stroke-width: 0px;
}
100% {
stroke-opacity: 0;
stroke-width: 50px;
}
}
.amcharts-graph-column-front {
-webkit-transition: all 0.3s 0.3s ease-out;
transition: all 0.3s 0.3s ease-out;
}
.amcharts-graph-column-front:hover {
fill: #496375;
stroke: #496375;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.amcharts-graph-g3 {
stroke-linejoin: round;
stroke-linecap: round;
stroke-dasharray: 500%;
stroke-dasharray: 0 /;
/* fixes IE prob */
stroke-dashoffset: 0 /;
/* fixes IE prob */
-webkit-animation: am-draw 40s;
animation: am-draw 40s;
}
@-webkit-keyframes am-draw {
0% {
stroke-dashoffset: 500%;
}
100% {
stroke-dashoffset: 0%;
}
}
@keyframes am-draw {
0% {
stroke-dashoffset: 500%;
}
100% {
stroke-dashoffset: 0%;
}
}
/* Font Variable
----------------------*/
/* Color Variable
-----------------------*/
/* Solid Color
------------------*/
/* Brand color
----------------------*/
.card {
margin-bottom: 30px;
}
.card .card-subtitle {
color: #99abb4;
font-weight: 300;
margin-bottom: 15px;
}
.card-inverse .card-bodyquote .blockquote-footer {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-subtitle {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-text {
color: rgba(255, 255, 255, 0.65);
}
.card-success {
background: #26dad2 none repeat scroll 0 0;
border-color: #26dad2;
}
.card-danger {
background: #ef5350 none repeat scroll 0 0;
border-color: #ef5350;
}
.card-warning {
background: #ffb22b none repeat scroll 0 0;
border-color: #ffb22b;
}
.card-info {
background: #1976d2 none repeat scroll 0 0;
border-color: #1976d2;
}
.card-primary {
background: #5c4ac7 none repeat scroll 0 0;
border-color: #5c4ac7;
}
.card-dark {
background: #2f3d4a none repeat scroll 0 0;
border-color: #2f3d4a;
}
.card-megna {
background: #00897b none repeat scroll 0 0;
border-color: #00897b;
}
.card-actions {
float: right;
}
.card-actions a {
color: #67757c;
cursor: pointer;
font-size: 13px;
opacity: 0.7;
padding-left: 7px;
}
.card-actions a:hover {
opacity: 1;
}
.card-columns .card {
margin-bottom: 20px;
}
.collapsing {
transition: height 0.08s ease 0s;
}
.card-outline-info {
border-color: #1976d2;
}
.card-outline-info .card-header {
background: #1976d2 none repeat scroll 0 0;
border-color: #1976d2;
}
.card-outline-inverse {
border-color: #2f3d4a;
}
.card-outline-inverse .card-header {
background: #2f3d4a none repeat scroll 0 0;
border-color: #2f3d4a;
}
.card-outline-warning {
border-color: #ffb22b;
}
.card-outline-warning .card-header {
background: #ffb22b none repeat scroll 0 0;
border-color: #ffb22b;
}
.card-outline-success {
border-color: #26dad2;
}
.card-outline-success .card-header {
background: #26dad2 none repeat scroll 0 0;
border-color: #26dad2;
}
.card-outline-danger {
border-color: #ef5350;
}
.card-outline-danger .card-header {
background: #ef5350 none repeat scroll 0 0;
border-color: #ef5350;
}
.card-outline-primary {
border-color: #5c4ac7;
}
.card-outline-primary .card-header {
background: #5c4ac7 none repeat scroll 0 0;
border-color: #5c4ac7;
}
.card-body {
padding: 0;
}
.card {
background: #ffffff none repeat scroll 0 0;
margin: 15px 0;
padding: 20px;
border: 0 solid #e7e7e7;
border-radius: 5px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.card-subtitle {
font-size: 12px;
margin: 10px 0;
}
.card-title {
font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.card-title h4 {
display: inline-block;
font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.card-title p {
font-family: 'Poppins', sans-serif;
margin-bottom: 12px;
}
.vtabs {
display: table;
}
.vtabs .tabs-vertical {
border-bottom: 0 none;
border-right: 1px solid rgba(120, 130, 140, 0.13);
display: table-cell;
vertical-align: top;
width: 150px;
}
.vtabs .tabs-vertical li .nav-link {
border: 0 none;
border-radius: 4px 0 0 4px;
color: #263238;
margin-bottom: 10px;
}
.vtabs .tab-content {
display: table-cell;
padding: 20px;
vertical-align: top;
}
.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
background: #1976d2 none repeat scroll 0 0;
border: 0 none;
color: #ffffff;
}
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #ffffff none repeat scroll 0 0;
border-color: currentcolor #1976d2 currentcolor currentcolor;
border-image: none;
border-style: none solid none none;
border-width: 0 2px 0 0;
color: #1976d2;
margin-right: -1px;
}
.tabcontent-border {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: currentcolor #ddd #ddd;
border-image: none;
border-style: none solid solid;
border-width: 0 1px 1px;
}
.customtab2 li a.nav-link {
border: 0 none;
color: #67757c;
margin-right: 3px;
}
.customtab2 li a.nav-link.active {
background: #1976d2 none repeat scroll 0 0;
color: #ffffff;
}
.customtab2 li a.nav-link:hover {
background: #1976d2 none repeat scroll 0 0;
color: #ffffff;
}
.modal-dialog {
margin: 30px auto;
position: relative;
top: 50%;
transform: translateY(-50%) !important;
width: 70%;
}
.modal-header .close {
font-size: 14px;
margin-right: 15px;
margin-top: 5px;
}
.modal-content {
border-radius: 3px;
}
.timeline {
list-style: none;
padding: 0 0 8px;
position: relative;
}
.timeline:before {
top: 7px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #e7e7e7;
left: 25px;
margin-right: -1.5px;
}
.timeline-title {
margin: 5px 0 !important;
font-size: 16px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:after,
.timeline > li:before {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: calc(100% - 70px);
float: right;
border-radius: 2px;
padding: 5px 20px;
position: relative;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
left: -15px;
display: inline-block;
border-top: 0 solid transparent;
border-right: 0 solid #e7e7e7;
border-left: 0 solid #e7e7e7;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
left: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-right: 14px solid #ffffff;
border-left: 0 solid #ffffff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge {
color: #ffffff;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 10px;
left: 8px;
margin-right: -25px;
background-color: #e6a1f2;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline-body > p {
font-size: 12px;
margin-bottom: 10px;
}
.timeline-badge.primary {
background-color: #4680ff !important;
}
.timeline-badge.success {
background-color: #26dad2 !important;
}
.timeline-badge.warning {
background-color: #ffb64d !important;
}
.timeline-badge.danger {
background-color: #fc6180 !important;
}
.timeline-badge.info {
background-color: #62d1f3 !important;
}
.dataTables_wrapper {
padding-top: 10px;
}
.dt-buttons {
display: inline-block;
margin-bottom: 15px;
padding-top: 5px;
}
.dt-buttons .dt-button {
background: #1976d2 none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
margin-right: 3px;
padding: 5px 15px;
}
.dt-buttons .dt-button:hover {
background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
display: inline-block;
}
.dataTables_length {
margin-top: 10px;
}
.dataTables_length select {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
padding-bottom: 5px;
transition: background 0s ease-out 0s;
}
.dataTables_length select:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
.dataTables_filter {
float: right;
margin-top: 10px;
}
.dataTables_filter input {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none;
margin-left: 10px;
transition: background 0s ease-out 0s;
}
.dataTables_filter input:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
background: transparent none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
content: "";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting_desc::after {
content: "";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting::after {
color: rgba(50, 50, 50, 0.5);
content: "";
cursor: pointer;
font-family: fontawesome !important;
margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
padding-top: 0.25em;
text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
border: 1px solid #ddd;
box-sizing: border-box;
color: #67757c;
cursor: pointer;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
text-align: center;
text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
background-color: #1976d2;
border: 1px solid #1976d2;
color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
background: transparent none repeat scroll 0 0;
border: 1px solid #ddd;
box-shadow: none;
color: #67757c;
cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background-color: #1976d2;
border: 1px solid #1976d2;
color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
background-color: #67757c;
outline: medium none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
.tablesaw-bar .btn-group label {
color: #67757c !important;
}
.dt-bootstrap {
display: block;
}
.paging_simple_numbers .pagination .paginate_button {
background: #ffffff none repeat scroll 0 0;
padding: 0;
}
.paging_simple_numbers .pagination .paginate_button:hover {
background: #ffffff none repeat scroll 0 0;
}
.paging_simple_numbers .pagination .paginate_button a {
border: 0 none;
padding: 2px 10px;
}
.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
background: #1976d2 none repeat scroll 0 0;
color: #ffffff;
}
.panel {
border-radius: 0;
margin: 15px 0;
}
.panel-body {
font-family: 'Poppins', sans-serif;
}
.panel-primary {
border-color: #4680ff;
}
.panel-primary .panel-heading {
background: #4680ff;
border-color: #4680ff;
color: #ffffff;
}
.panel-success {
border-color: #26dad2;
}
.panel-success .panel-heading {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
}
.panel-info {
border-color: #62d1f3;
}
.panel-info .panel-heading {
background: #62d1f3;
border-color: #62d1f3;
color: #ffffff;
}
.panel-danger {
border-color: #fc6180;
}
.panel-danger .panel-heading {
background: #fc6180;
border-color: #fc6180;
color: #ffffff;
}
.panel-warning {
border-color: #ffb64d;
}
.panel-warning .panel-heading {
background: #ffb64d;
border-color: #ffb64d;
color: #ffffff;
}
.panel-pink {
border-color: #e6a1f2;
}
.panel-pink .panel-heading {
background: #e6a1f2;
border-color: #e6a1f2;
color: #ffffff;
}
.panel-dark {
border-color: #444c67;
}
.panel-dark .panel-heading {
background: #444c67;
border-color: #444c67;
color: #ffffff;
}
.panel-white {
border-color: #252525;
}
.panel-white .panel-heading {
background: #ffffff;
border-color: #252525;
color: #252525;
}
.btn {
padding: 7px 12px;
cursor: pointer;
}
.btn-group label {
color: #ffffff !important;
margin-bottom: 0;
}
.btn-group label.btn-secondary {
color: #67757c !important;
}
.btn-lg {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.btn-md {
padding: 12px 55px;
font-size: 16px;
}
.btn-circle {
border-radius: 100%;
width: 40px;
height: 40px;
padding: 10px;
}
.btn-circle.btn-sm {
width: 35px;
height: 35px;
padding: 8px 10px;
font-size: 14px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 14px 15px;
font-size: 18px;
line-height: 22px;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 14px 15px;
font-size: 24px;
}
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 12px;
}
.btn-xs {
padding: 0.25rem 0.5rem;
font-size: 10px;
}
.button-list a {
margin: 5px 12px 5px 0;
}
.button-list button {
margin: 5px 12px 5px 0;
}
.btn-outline {
color: inherit;
background-color: transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.btn-rounded {
border-radius: 60px;
padding: 7px 18px;
}
.btn-rounded.btn-lg {
padding: 0.75rem 1.5rem;
}
.btn-rounded.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 12px;
}
.btn-rounded.btn-xs {
padding: 0.25rem 0.5rem;
font-size: 10px;
}
.btn-rounded.btn-md {
padding: 12px 35px;
font-size: 16px;
}
.btn-secondary {
-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color: #ffffff;
color: #67757c;
border-color: #b1b8bb;
}
.btn-secondary:hover {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary:focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled {
-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color: #ffffff;
color: #67757c;
border-color: #b1b8bb;
}
.btn-secondary.disabled:hover {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled:focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-primary {
background: #5c4ac7;
border: 1px solid #5c4ac7;
-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-primary:hover {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
border: 1px solid #5c4ac7;
}
.btn-primary:active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary:active:focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary:active:hover {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary:focus {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.disabled {
background: #5c4ac7;
border: 1px solid #5c4ac7;
-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-primary.disabled:hover {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
border: 1px solid #5c4ac7;
}
.btn-primary.disabled:active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary.disabled:focus {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary.active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary.active:focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.active:hover {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.disabled.active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-themecolor {
background: #1976d2;
color: #ffffff;
border: 1px solid #1976d2;
}
.btn-themecolor:hover {
background: #1976d2;
opacity: 0.7;
border: 1px solid #1976d2;
}
.btn-themecolor:active {
background: #028ee1;
}
.btn-themecolor:focus {
background: #028ee1;
}
.btn-themecolor.disabled {
background: #1976d2;
color: #ffffff;
border: 1px solid #1976d2;
}
.btn-themecolor.disabled:hover {
background: #1976d2;
opacity: 0.7;
border: 1px solid #1976d2;
}
.btn-themecolor.disabled:active {
background: #028ee1;
}
.btn-themecolor.disabled:focus {
background: #028ee1;
}
.btn-themecolor.active {
background: #028ee1;
}
.btn-themecolor.disabled.active {
background: #028ee1;
}
.btn-success {
background: #26dad2;
border: 1px solid #26dad2;
-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-success:hover {
background: #26dad2;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
border: 1px solid #26dad2;
}
.btn-success:active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success:active:focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success:active:hover {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success:focus {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.disabled {
background: #26dad2;
border: 1px solid #26dad2;
-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-success.disabled:hover {
background: #26dad2;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
border: 1px solid #26dad2;
}
.btn-success.disabled:active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success.disabled:focus {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success.active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success.active:focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.active:hover {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.disabled.active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-info {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-info:hover {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info:active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info:active:focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info:active:hover {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info:focus {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.disabled {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-info.disabled:hover {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.disabled:active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.disabled:focus {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active:focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.active:hover {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.disabled.active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-warning {
background: #ffb22b;
-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
border: 1px solid #ffb22b;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
color: #ffffff;
}
.btn-warning:hover {
background: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
border: 1px solid #ffb22b;
}
.btn-warning:active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning:active:focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning:active:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning:focus {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.disabled {
background: #ffb22b;
-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
border: 1px solid #ffb22b;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
color: #ffffff;
}
.btn-warning.disabled:hover {
background: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
border: 1px solid #ffb22b;
}
.btn-warning.disabled:active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning.disabled:focus {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning.active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning.active:focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.active:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.disabled.active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-danger {
background: #ef5350;
border: 1px solid #ef5350;
-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-danger:hover {
background: #ef5350;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
border: 1px solid #ef5350;
}
.btn-danger:active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger:active:focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger:active:hover {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger:focus {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.disabled {
background: #ef5350;
border: 1px solid #ef5350;
-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-danger.disabled:hover {
background: #ef5350;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
border: 1px solid #ef5350;
}
.btn-danger.disabled:active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger.disabled:focus {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger.active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger.active:focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.active:hover {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.disabled.active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-inverse {
background: #2f3d4a;
border: 1px solid #2f3d4a;
color: #ffffff;
}
.btn-inverse:hover {
background: #2f3d4a;
opacity: 0.7;
color: #ffffff;
border: 1px solid #2f3d4a;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse:active {
background: #232a37;
color: #ffffff;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse:focus {
background: #232a37;
color: #ffffff;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse.disabled {
background: #2f3d4a;
border: 1px solid #2f3d4a;
color: #ffffff;
}
.btn-inverse.disabled:hover {
background: #2f3d4a;
opacity: 0.7;
color: #ffffff;
border: 1px solid #2f3d4a;
}
.btn-inverse.disabled:active {
background: #232a37;
color: #ffffff;
}
.btn-inverse.disabled:focus {
background: #232a37;
color: #ffffff;
}
.btn-inverse.active {
background: #232a37;
color: #ffffff;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse.disabled.active {
background: #232a37;
color: #ffffff;
}
.btn-red {
background: #fb3a3a;
border: 1px solid #fb3a3a;
color: #ffffff;
}
.btn-red:hover {
opacity: 0.7;
border: 1px solid #fb3a3a;
background: #fb3a3a;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red:active {
background: #e6294b;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red:focus {
background: #e6294b;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red.disabled {
background: #fb3a3a;
border: 1px solid #fb3a3a;
color: #ffffff;
}
.btn-red.disabled:hover {
opacity: 0.7;
border: 1px solid #fb3a3a;
background: #fb3a3a;
}
.btn-red.disabled:active {
background: #e6294b;
}
.btn-red.disabled:focus {
background: #e6294b;
}
.btn-red.active {
background: #e6294b;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red.disabled.active {
background: #e6294b;
}
.btn-outline-secondary {
background-color: #ffffff;
-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary:hover {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-primary {
color: #5c4ac7;
background-color: #ffffff;
border-color: #5c4ac7;
-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-primary:focus {
background: #5c4ac7;
color: #ffffff;
border-color: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background: #6352ce;
}
.btn-outline-primary:hover {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
color: #ffffff;
border-color: #5c4ac7;
}
.btn-outline-primary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background: #6352ce;
}
.btn-outline-primary.focus {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
color: #ffffff;
border-color: #5c4ac7;
}
.btn-outline-primary.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background: #6352ce;
}
.btn-outline-success {
color: #26dad2;
background-color: transparent;
border-color: #26dad2;
-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-success:focus {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background: #1eacbe;
}
.btn-outline-success:hover {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-success:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background: #1eacbe;
}
.btn-outline-success.focus {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-success.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background: #1eacbe;
}
.btn-outline-info {
color: #1976d2;
background-color: transparent;
border-color: #1976d2;
-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-info:focus {
background: #1976d2;
border-color: #1976d2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background: #028ee1;
}
.btn-outline-info:hover {
background: #1976d2;
border-color: #1976d2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-info:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background: #028ee1;
}
.btn-outline-info.focus {
background: #1976d2;
border-color: #1976d2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-info.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background: #028ee1;
}
.btn-outline-warning {
color: #ffb22b;
background-color: transparent;
border-color: #ffb22b;
-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-warning:focus {
background: #ffb22b;
border-color: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background: #e9ab2e;
}
.btn-outline-warning:hover {
background: #ffb22b;
border-color: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background: #e9ab2e;
}
.btn-outline-warning.focus {
background: #ffb22b;
border-color: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background: #e9ab2e;
}
.btn-outline-danger {
color: #ef5350;
background-color: transparent;
border-color: #ef5350;
-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-danger:focus {
background: #ef5350;
border-color: #ef5350;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-danger:hover {
background: #ef5350;
border-color: #ef5350;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-danger.focus {
background: #ef5350;
border-color: #ef5350;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-red {
color: #fb3a3a;
background-color: transparent;
border-color: #fb3a3a;
}
.btn-outline-red:focus {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-red:hover {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-red.focus {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-inverse {
color: #2f3d4a;
background-color: transparent;
border-color: #2f3d4a;
}
.btn-outline-inverse:focus {
background: #2f3d4a;
border-color: #2f3d4a;
color: #ffffff;
}
.btn-outline-inverse:hover {
background: #2f3d4a;
border-color: #2f3d4a;
color: #ffffff;
}
.btn-outline-inverse.focus {
background: #2f3d4a;
border-color: #2f3d4a;
color: #ffffff;
}
.btn-primary.active.focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.focus:active {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-primary.focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-primary:focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-primary:hover {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-success.focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.open > .dropdown-toggle.btn-success:focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.open > .dropdown-toggle.btn-success:hover {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.open > .dropdown-toggle.btn-info.focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-info:focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-info:hover {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-warning.focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-warning:focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-warning:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-danger.focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.open > .dropdown-toggle.btn-danger:focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.open > .dropdown-toggle.btn-danger:hover {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.open > .dropdown-toggle.btn-inverse {
background-color: #232a37;
border: 1px solid #232a37;
}
.open > .dropdown-toggle.btn-red {
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-success.active.focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.focus:active {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-info.active.focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.focus:active {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-warning.active.focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.focus:active {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-danger.active.focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.focus:active {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-inverse.focus {
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-red.focus {
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.button-box .btn {
margin: 0 8px 8px 0;
}
.btn-label {
background: rgba(0, 0, 0, 0.05);
display: inline-block;
margin: -6px 12px -6px -14px;
padding: 7px 15px;
}
.btn-facebook {
color: #ffffff;
background-color: #3b5998;
}
.btn-twitter {
color: #ffffff;
background-color: #55acee;
}
.btn-linkedin {
color: #ffffff;
background-color: #007bb6;
}
.btn-dribbble {
color: #ffffff;
background-color: #ea4c89;
}
.btn-googleplus {
color: #ffffff;
background-color: #dd4b39;
}
.btn-instagram {
color: #ffffff;
background-color: #3f729b;
}
.btn-pinterest {
color: #ffffff;
background-color: #cb2027;
}
.btn-dropbox {
color: #ffffff;
background-color: #007ee5;
}
.btn-flickr {
color: #ffffff;
background-color: #ff0084;
}
.btn-tumblr {
color: #ffffff;
background-color: #32506d;
}
.btn-skype {
color: #ffffff;
background-color: #00aff0;
}
.btn-youtube {
color: #ffffff;
background-color: #bb0000;
}
.btn-github {
color: #ffffff;
background-color: #171515;
}
.map {
width: 100%;
height: 400px;
}
.chat-sidebar {
background-color: #eef5f9;
border-left: 1px solid #e7e7e7;
position: fixed;
right: -240px;
bottom: 0;
top: 55px;
width: 240px;
z-index: 2;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.chat-sidebar .user-name {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar .content {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar .textarea {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar .seen {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar.is-active {
right: 0;
}
.chat-user-search .input-group-addon {
background: #ffffff;
border-radius: 0px;
border: 0px;
}
.chat-user-search .form-control {
border: 0px;
}
.hidden {
display: none;
}
/* Home Chat Widget
---------------------------------*/
.chat-widget .chat_window {
position: relative;
width: 100%;
height: 500px;
border-radius: 10px;
background-color: #ffffff;
background-color: #f8f8f8;
overflow: hidden;
}
.chat-widget .messages {
position: relative;
list-style: none;
padding: 20px 10px 0 10px;
margin: 0;
min-height: 350px;
overflow: scroll;
}
.chat-widget .messages .message {
clear: both;
overflow: hidden;
margin-bottom: 20px;
transition: all 0.5s linear;
opacity: 0;
}
.chat-widget .messages .message .avatar {
width: 60px;
height: 60px;
border-radius: 50%;
display: inline-block;
}
.chat-widget .messages .message .text_wrapper {
display: inline-block;
padding: 20px;
border-radius: 6px;
width: calc(100% - 100px);
min-width: 100px;
position: relative;
}
.chat-widget .messages .message .text_wrapper .text {
font-size: 18px;
font-weight: 300;
}
.chat-widget .messages .message .text_wrapper::after {
top: 18px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 13px;
margin-top: 0px;
}
.chat-widget .messages .message .text_wrapper:before {
top: 18px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.chat-widget .messages .message .text_wrapper::before {
border-width: 15px;
margin-top: -2px;
}
.chat-widget .messages .message.left .text_wrapper::after,
.chat-widget .messages .message.left .text_wrapper::before {
right: 100%;
border-right-color: #ffe6cb;
}
.chat-widget .messages .message.left .avatar {
background-color: #f5886e;
float: left;
}
.chat-widget .messages .message.left .text_wrapper {
background-color: #ffe6cb;
margin-left: 20px;
}
.chat-widget .messages .message.left .text {
color: #c48843;
}
.chat-widget .messages .message.right .text_wrapper::after,
.chat-widget .messages .message.right .text_wrapper::before {
left: 100%;
border-left-color: #c7eafc;
}
.chat-widget .messages .message.right .avatar {
background-color: #fdbf68;
float: right;
}
.chat-widget .messages .message.right .text_wrapper {
background-color: #c7eafc;
margin-right: 20px;
float: right;
}
.chat-widget .messages .message.right .text {
color: #45829b;
}
.chat-widget .messages .message.appeared {
opacity: 1;
}
.chat-widget .bottom_wrapper {
position: relative;
position: absolute;
width: 100%;
background-color: #ffffff;
padding: 20px 20px;
bottom: 0;
}
.chat-widget .bottom_wrapper .message_input_wrapper {
display: inline-block;
height: 50px;
border-radius: 25px;
border: 1px solid #bcbdc0;
width: calc(100% - 160px);
position: relative;
padding: 0 20px;
}
.chat-widget .bottom_wrapper .message_input_wrapper .message_input {
border: none;
height: 100%;
box-sizing: border-box;
width: calc(100% - 45px);
position: absolute;
outline-width: 0;
color: gray;
}
.chat-widget .bottom_wrapper .send_message {
width: 140px;
height: 50px;
display: inline-block;
border-radius: 50px;
background-color: #a3d063;
border: 2px solid #a3d063;
color: #ffffff;
cursor: pointer;
transition: all 0.2s linear;
text-align: center;
float: right;
}
.chat-widget .bottom_wrapper .send_message .text {
font-size: 18px;
font-weight: 300;
display: inline-block;
line-height: 48px;
}
.chat-widget .bottom_wrapper .send_message:hover {
color: #a3d063;
background-color: #ffffff;
}
.chat-widget .message_template {
display: none;
}
.testimonial-widget-one .testimonial-content {
text-align: center;
}
.testimonial-widget-one .testimonial-text {
margin-bottom: 15px;
}
.testimonial-widget-one .testimonial-author-position {
font-family: 'Poppins', sans-serif;
position: relative;
top: -5px;
margin-top: 5px;
text-align: center;
font-size: 12px;
}
.testimonial-widget-one .testimonial-author {
padding-top: 15px;
position: relative;
top: -5px;
font-weight: 600;
color: #ffffff;
text-align: center;
}
.testimonial-widget-one .testimonial-author-img {
border-radius: 100px;
height: 50px !important;
width: 50px !important;
margin: 0 auto;
}
.weather-one i {
font-size: 100px;
position: relative;
top: 5px;
color: #ffffff;
}
.weather-one h2 {
display: inline-block;
float: right;
font-size: 48px;
color: #ffffff;
}
.weather-one .city {
position: relative;
text-align: right;
top: -25px;
}
.weather-one .currently {
font-size: 16px;
font-weight: 400;
position: relative;
top: 25px;
}
.weather-one .celcious {
text-align: right;
font-size: 20px;
color: #ffffff;
}
[contenteditable]:hover,
[contenteditable]:focus {
background: #93b5ff;
}
.control-bar {
position: relative;
z-index: 100;
background: #4680ff;
color: #ffffff;
padding: 15px;
margin-bottom: 30px;
}
.control-bar .slogan {
font-weight: bold;
font-size: 1.2rem;
display: inline-block;
margin-right: 2rem;
}
.control-bar label {
margin: 0px;
color: #ffffff;
}
.control-bar a {
margin: 0;
padding: .5em 1em;
background: #ffffff;
color: #455a64;
}
.control-bar a:hover {
background: #93b5ff;
}
.control-bar input {
border: none;
background: #93b5ff;
max-width: 30px;
text-align: center;
color: #455a64;
}
.control-bar input:hover {
background: #93b5ff;
}
.hidetax .taxrelated {
display: none;
}
.showtax .notaxrelated {
display: none;
}
.hidedate .daterelated {
display: none;
}
.showdate .notdaterelated {
display: none;
}
.details input {
display: inline;
margin: 0 0 0 .5rem;
border: none;
width: 55px;
min-width: 0;
background: transparent;
text-align: left;
}
.invoice-edit .rate:before,
.invoice-edit .price:before,
.invoice-edit .sum:before,
.invoice-edit .tax:before,
.invoice-edit #total_price:before,
.invoice-edit #total_tax:before {
content: '€';
}
.invoice-edit .me,
.invoice-edit .info,
.invoice-edit .bank,
.invoice-edit .smallme,
.invoice-edit .client,
.invoice-edit .bill,
.invoice-edit .details {
padding: 15px;
}
.invoice-logo img {
display: block;
vertical-align: top;
width: 50px;
}
/**
* INVOICELIST BODY
*/
.invoicelist-body {
margin: 1rem;
}
.invoicelist-body table {
width: 100%;
}
.invoicelist-body thead {
text-align: left;
border-bottom: 2pt solid #666;
}
.invoicelist-body td,
.invoicelist-body th {
position: relative;
padding: 1rem;
}
.invoicelist-body tr:nth-child(even) {
background: #eef5f9;
}
.invoicelist-body tr:hover .removeRow {
display: block;
}
.invoicelist-body input {
display: inline;
margin: 0;
border: none;
width: 80%;
min-width: 0;
background: transparent;
text-align: left;
}
.invoicelist-body .control {
display: inline-block;
color: white;
background: #4680ff;
padding: 3px 7px;
font-size: .9rem;
text-transform: uppercase;
cursor: pointer;
}
.invoicelist-body .control:hover {
background: #6092ff;
}
.invoicelist-body .newRow {
margin: .5rem 0;
float: left;
}
.invoicelist-body .removeRow {
display: none;
position: absolute;
top: .1rem;
bottom: .1rem;
left: -1.3rem;
font-size: .7rem;
border-radius: 3px 0 0 3px;
padding: .5rem;
}
/**
* INVOICE LIST FOOTER
*/
.invoicelist-footer {
margin: 1rem;
}
.invoicelist-footer table {
float: right;
width: 25%;
}
.invoicelist-footer table td {
padding: 1rem 2rem 0 1rem;
text-align: right;
}
.invoicelist-footer table tr:nth-child(2) td {
padding-top: 0;
}
.invoicelist-footer table #total_price {
font-size: 2rem;
color: #4680ff;
}
/**
* NOTE
*/
.note {
margin: 75px 15px;
}
.hidenote .note {
display: none;
}
.note h2 {
margin: 0;
font-size: 12px;
font-weight: bold;
}
.note p {
font-size: 12px;
padding: 0px 5px;
}
/**
* FOOTER
*/
footer {
display: block;
margin: 1rem 0;
padding: 1rem 0 0;
}
footer p {
font-size: 12px;
}
/**
* PRINT STYLE
*/
@media print {
.header,
.sidebar,
.chat-sidebar,
.control,
.control-bar {
display: none !important;
}
[contenteditable]:hover,
[contenteditable]:focus {
outline: none;
}
}
#invoice {
position: relative;
/* top: -290px;*/
margin-bottom: 120px;
/* width: 700px;*/
background: #ffffff;
padding: 30px;
}
#invoice-table {
/* Targets all id with 'col-' */
border-bottom: 1px solid #e7e7e7;
padding: 30px 0px;
}
#invoice-top {
min-height: 120px;
}
#invoice-mid {
min-height: 120px;
}
#invoice-bot {
min-height: 250px;
}
.invoice-logo {
float: left;
height: 60px;
width: 60px;
background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
background-size: 60px 60px;
}
.clientlogo {
float: left;
height: 60px;
width: 60px;
background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
background-size: 60px 60px;
border-radius: 50px;
}
.invoice-info {
display: block;
float: left;
margin-left: 20px;
}
.invoice-info h2 {
color: #455a64;
font-size: 14px;
}
.invoice-info p {
font-size: 12px;
}
.title {
float: right;
}
.title h4 {
color: #455a64;
text-align: right;
}
.title p {
text-align: right;
font-size: 12px;
}
#project {
margin-left: 52%;
}
#project p {
font-size: 12px;
}
#invoice-table h2 {
font-size: 18px;
}
.tabletitle {
padding: 5px;
background: #e7e7e7;
}
.service {
border: 1px solid #e7e7e7;
}
.table-item {
width: 50%;
}
.itemtext {
font-size: .9em;
}
#legalcopy {
margin-top: 30px;
}
#legalcopy p {
font-size: 12px;
}
.effect2 {
position: relative;
}
.effect2:before,
.effect2:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.effect2:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.legal {
width: 70%;
}
/* All Invoice Page Responsive
--------------------------- */
@media (max-width: 480px) {
.control-bar {
padding: 15px 15px 40px;
}
}
@media (max-width: 360px) {
.notaxrelated {
margin-top: 15px;
}
}
/* Widget One
---------------------------*/
.stat-widget-one .stat-icon {
vertical-align: top;
}
.stat-widget-one .stat-icon i {
font-size: 30px;
border-width: 3px;
border-style: solid;
border-radius: 100px;
padding: 15px;
font-weight: 900;
display: inline-block;
}
.stat-widget-one .stat-content {
margin-left: 30px;
margin-top: 7px;
}
.stat-widget-one .stat-text {
font-size: 14px;
color: #99abb4;
}
.stat-widget-one .stat-digit {
font-size: 24px;
color: #455a64;
}
/* Widget Two
---------------------------*/
.stat-widget-two {
text-align: center;
}
.stat-widget-two .stat-digit {
font-size: 40px;
font-weight: 700;
color: #455a64;
}
.stat-widget-two .stat-text {
font-size: 20px;
margin-bottom: 5px;
color: #99abb4;
}
.stat-widget-two .progress {
height: 8px;
margin-bottom: 0;
margin-top: 20px;
box-shadow: none;
}
.stat-widget-two .progress-bar {
box-shadow: none;
}
/* Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
display: inline-block;
padding: 33px;
position: absolute;
line-height: 21px;
}
.stat-widget-three .stat-icon i {
font-size: 30px;
color: #ffffff;
}
.stat-widget-three .stat-content {
text-align: center;
padding: 15px;
margin-left: 90px;
}
.stat-widget-three .stat-digit {
font-size: 30px;
}
.stat-widget-three .stat-text {
padding-top: 7px;
}
.home-widget-three .stat-icon {
line-height: 19px;
padding: 27px;
}
.home-widget-three .stat-digit {
font-size: 24px;
font-weight: 300;
color: #455a64;
}
.home-widget-three .stat-content {
text-align: center;
margin-left: 60px;
padding: 13px;
}
.stat-widget-four {
position: relative;
}
.stat-widget-four .stat-icon {
display: inline-block;
position: absolute;
top: 5px;
}
.stat-widget-four i {
display: block;
font-size: 36px;
}
.stat-widget-four .stat-content {
margin-left: 40px;
text-align: center;
}
.stat-widget-four .stat-heading {
font-size: 20px;
}
.stat-widget-five .stat-icon {
border-radius: 100px;
display: inline-block;
position: absolute;
}
.stat-widget-five i {
border-radius: 100px;
display: block;
font-size: 36px;
padding: 30px;
}
.stat-widget-five .stat-content {
margin-left: 100px;
padding: 24px 0;
position: relative;
text-align: right;
vertical-align: middle;
}
.stat-widget-five .stat-heading {
text-align: right;
padding-left: 80px;
font-size: 20px;
font-weight: 200;
}
.stat-widget-six {
position: relative;
}
.stat-widget-six .stat-icon {
display: inline-block;
position: absolute;
top: 5px;
}
.stat-widget-six i {
display: block;
font-size: 36px;
}
.stat-widget-six .stat-content {
margin-left: 40px;
text-align: center;
}
.stat-widget-six .stat-heading {
font-size: 16px;
font-weight: 300;
}
.stat-widget-six .stat-text {
font-size: 12px;
padding-top: 4px;
}
.stat-widget-seven .stat-heading {
text-align: center;
}
.stat-widget-seven .gradient-circle {
text-align: center;
position: relative;
margin: 30px auto;
display: inline-block;
width: 100%;
}
.stat-widget-seven .gradient-circle i {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 35px;
font-size: 30px;
}
.stat-widget-seven .stat-footer {
text-align: center;
margin-top: 30px;
}
.stat-widget-seven .stat-footer .stat-count {
padding-left: 5px;
}
.stat-widget-seven .count-header {
color: #252525;
font-size: 12px;
font-weight: 400;
line-height: 30px;
}
.stat-widget-seven .stat-count {
font-size: 18px;
font-weight: 400;
color: #252525;
}
.stat-widget-seven .analytic-arrow {
position: relative;
}
.stat-widget-seven .analytic-arrow i {
font-size: 12px;
}
/* Stat widget Eight
--------------------------- */
.stat-widget-eight {
padding: 15px;
}
.stat-widget-eight .header-title {
font-size: 20px;
font-weight: 300;
}
.stat-widget-eight .ti-more-alt {
color: #878787;
cursor: pointer;
left: -5px;
position: absolute;
transform: rotate(90deg);
}
.stat-widget-eight .stat-content {
margin-top: 50px;
}
.stat-widget-eight .stat-content .ti-arrow-up {
font-size: 30px;
color: #26dad2;
}
.stat-widget-eight .stat-content .stat-digit {
font-size: 24px;
font-weight: 300;
margin-left: 15px;
}
.stat-widget-eight .stat-content .progress-stats {
color: #aaadb2;
font-weight: 400;
position: relative;
top: 10px;
}
.stat-widget-eight .progress {
margin-bottom: 0;
margin-top: 30px;
height: 7px;
background: #EAEAEA;
box-shadow: none;
}
.stat-widget-nine .all-like {
float: right;
}
.stat-widget-nine .stat-icon i {
font-size: 22px;
}
.stat-widget-nine .stat-text {
font-size: 14px;
}
.stat-widget-nine .stat-digit {
font-size: 14px;
}
.stat-widget-nine .like-count {
font-size: 30px;
}
.horizontal {
position: relative;
}
.horizontal:before {
background: #ffffff;
bottom: 0;
content: "";
height: 38px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 1px;
}
.widget-ten span i {
color: #ffffff;
opacity: 0.5;
}
.widget-ten h5 {
color: #ffffff;
}
.widget-ten p {
color: #ffffff !important;
opacity: 0.75;
}
/*
=================================================
Responsive
=================================================
*/
@media (max-width: 768px) {
.card {
display: inline-block;
width: 100%;
}
}
@media (max-width: 360px) {
.stat-widget-five .stat-heading {
padding-left: 0;
}
.stat-widget-two .stat-digit {
font-size: 16px;
}
.stat-widget-two .stat-text {
font-size: 14px;
}
.stat-widget-three .stat-digit {
font-size: 20px;
}
.stat-widget-four .stat-heading {
font-size: 18px;
}
.stat-widget-three .stat-icon {
padding: 26px;
}
}
.round-widget {
border: 1px solid red;
border-radius: 100px;
display: inline-block;
height: 60px;
line-height: 60px;
text-align: center;
width: 60px;
}
.recent-comment .media {
border-bottom: 1px solid #e7e7e7;
padding-bottom: 10px;
padding-top: 10px;
}
.recent-comment .media-left {
padding-right: 25px;
}
.recent-comment .media-left img {
border-radius: 100px;
width: 40px;
}
.recent-comment .media-body {
position: relative;
}
.recent-comment .media-body h4 {
font-size: 16px;
margin-bottom: 10px;
}
.recent-comment .media-body p {
margin-bottom: 10px;
line-height: 16px;
color: #99abb4;
}
.recent-comment .comment-date {
position: absolute;
right: 0;
top: 0;
color: #455a64;
font-family: 'Poppins', sans-serif;
font-size: 12px;
}
.comment-action {
float: left;
}
.comment-action .badge {
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.comment-action i {
padding: 0 5px;
}
.recent-meaasge {
margin-top: 15px;
}
.recent-meaasge .media {
border-bottom: 1px solid #e7e7e7;
padding-top: 10px;
padding-bottom: 10px;
}
.recent-meaasge .media-left {
padding-right: 25px;
}
.recent-meaasge .media-left img {
border-radius: 100px;
width: 50px;
}
.recent-meaasge .media-body {
position: relative;
}
.recent-meaasge .media-body h4 {
font-size: 16px;
}
.recent-meaasge .media-body p {
margin-top: 10px;
margin-bottom: 10px;
}
.meaasge-date {
float: right;
color: #455a64;
position: absolute;
right: 0;
top: 0;
font-size: 12px;
}
/* Input Style
------------------------*/
.form-group {
margin-bottom: 20px;
}
.form-control {
height: 42px;
border-radius: 0;
box-shadow: none;
border-color: #e7e7e7;
font-family: 'Poppins', sans-serif;
}
.form-control:hover {
box-shadow: none;
border-color: #e7e7e7;
}
.form-control.active,
.form-control:focus {
box-shadow: none;
border-color: #878787;
}
.input-default {
border-radius: 4px;
}
.input-flat {
border-radius: 0;
}
.input-rounded {
border-radius: 100px;
}
.input-focus {
border-color: #4680ff;
}
.input-focus:focus {
border-color: #4680ff;
}
/* Search Box Input Button
--------------------------------*/
.input-group-btn .btn {
padding: 10px 12px;
}
.input-group-default .form-control {
border-radius: 4px;
}
.input-group-flat .form-control {
border-radius: 4px;
}
.input-group-flat .btn {
border-radius: 0;
}
.input-group-rounded .form-control {
border-radius: 100px;
}
.input-group-rounded .btn-group-left {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.input-group-rounded .btn-group-right {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.input-group-close-icon {
background: none;
color: #252525;
border-color: #e7e7e7;
}
.input-group-close-icon.active,
.input-group-close-icon:focus,
.input-group-close-icon:hover {
background: none;
border-color: #e7e7e7;
color: #252525;
}
/* Input States
-----------------------*/
.has-default .form-control.active,
.has-error .form-control.active,
.has-success .form-control.active,
.has-warning .form-control.active,
.has-default .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-default .form-control:hover,
.has-error .form-control:hover,
.has-success .form-control:hover,
.has-warning .form-control:hover {
box-shadow: none;
}
.has-default .control-label {
color: #878787;
}
.has-default .form-control {
border-color: #878787;
}
.has-default .form-control.active,
.has-default .form-control:focus,
.has-default .form-control:hover {
border-color: #878787;
}
.has-success .control-label {
color: #26dad2;
}
.has-success .form-control {
border-color: #26dad2;
}
.has-success .form-control.active,
.has-success .form-control:focus,
.has-success .form-control:hover {
border-color: #26dad2;
}
.has-warning .control-label {
color: #ffb64d;
}
.has-warning .form-control {
border-color: #ffb64d;
}
.has-warning .form-control.active,
.has-warning .form-control:focus,
.has-warning .form-control:hover {
border-color: #ffb64d;
}
.has-error .control-label {
color: #fc6180;
}
.has-error .form-control {
border-color: #fc6180;
}
.has-error .form-control.active,
.has-error .form-control:focus,
.has-error .form-control:hover {
border-color: #fc6180;
}
.has-feedback label ~ .form-control-feedback {
top: 35px;
}
.form-horizontal .has-feedback .form-control-feedback {
top: 5px;
}
.has-success .form-control-feedback {
color: #26dad2;
}
.has-warning .form-control-feedback {
color: #ffb64d;
}
.has-error .form-control-feedback {
color: #fc6180;
}
.has-success .input-group-addon {
background-color: #93ede9;
border-color: #26dad2;
color: #26dad2;
}
.has-warning .input-group-addon {
background-color: #ffeacd;
border-color: #ffb64d;
color: #ffb64d;
}
.has-error .input-group-addon {
background-color: #fedee5;
border-color: #fc6180;
color: #fc6180;
}
/* Input Size
--------------------*/
.input-sm {
font-size: 12px;
height: 30px;
line-height: 1.5;
}
.input-lg {
font-size: 18px;
height: 46px;
line-height: 1.33333;
}
/* Basic form
----------------------*/
label {
font-weight: 400;
margin-bottom: 10px;
}
/* Form Horizontal
----------------------*/
.form-horizontal .control-label {
padding-top: 12px;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.dropdown-menu li {
font-size: 14px;
padding: 5px 15px;
}
.is-invalid .form-control {
border-color: #fc6180;
}
.invalid-feedback {
color: #ef5350;
display: none;
margin-top: 0.25rem;
}
.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
display: block;
}
.inbox-leftbar {
width: 240px;
float: left;
padding: 0 20px 20px 10px;
}
.inbox-rightbar {
margin-left: 250px;
}
.message-list {
display: block;
padding-left: 0;
}
.message-list li {
position: relative;
display: block;
height: 50px;
line-height: 50px;
cursor: default;
transition-duration: 0.3s;
}
.message-list li a {
color: #797979;
}
.message-list li:hover {
background: rgba(152, 166, 173, 0.15);
transition-duration: 0.05s;
}
.message-list li .col-mail {
float: left;
position: relative;
}
.message-list li .col-mail-1 {
width: 320px;
}
.message-list li .col-mail-1 .star-toggle {
display: block;
float: left;
margin-top: 18px;
font-size: 16px;
margin-left: 5px;
}
.message-list li .col-mail-1 .checkbox-wrapper-mail {
display: block;
float: left;
margin: 15px 10px 0 20px;
}
.message-list li .col-mail-1 .dot {
display: block;
float: left;
border: 4px solid transparent;
border-radius: 100px;
margin: 22px 26px 0;
height: 0;
width: 0;
line-height: 0;
font-size: 0;
}
.message-list li .col-mail-1 .title {
position: absolute;
left: 110px;
right: 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.message-list li .col-mail-2 {
position: absolute;
top: 0;
left: 320px;
right: 0;
bottom: 0;
}
.message-list li .col-mail-2 .subject {
position: absolute;
top: 0;
left: 0;
right: 200px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.message-list li .col-mail-2 .date {
position: absolute;
top: 0;
right: 0;
width: 170px;
padding-left: 80px;
}
.message-list li.active {
background: rgba(152, 166, 173, 0.15);
transition-duration: 0.05s;
box-shadow: inset 3px 0 0 #3c86d8;
}
.message-list li.active:hover {
box-shadow: inset 3px 0 0 #3c86d8;
}
.message-list li.selected {
background: rgba(152, 166, 173, 0.15);
transition-duration: 0.05s;
}
.message-list li.unread a {
font-weight: 600;
color: #272e37 !important;
}
.message-list li.blue-dot .col-mail-1 .dot {
border-color: #5d6dc3;
}
.message-list li.orange-dot .col-mail-1 .dot {
border-color: #f9bc0b;
}
.message-list li.green-dot .col-mail-1 .dot {
border-color: #3ec396;
}
.message-list .checkbox-wrapper-mail {
cursor: pointer;
height: 20px;
width: 20px;
position: relative;
display: inline-block;
box-shadow: inset 0 0 0 1px #98a6ad;
border-radius: 1px;
}
.message-list .checkbox-wrapper-mail input {
opacity: 0;
cursor: pointer;
}
.message-list .checkbox-wrapper-mail input:checked label {
opacity: 1;
}
.message-list .checkbox-wrapper-mail label {
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
cursor: pointer;
background: #98a6ad;
opacity: 0;
margin-bottom: 0 !important;
transition-duration: 0.05s;
}
.message-list .checkbox-wrapper-mail label:active {
background: #87949b;
}
.mail-list a {
font-family: "Roboto", sans-serif;
vertical-align: middle;
color: #797979;
padding: 10px 15px;
display: block;
}
@media (max-width: 648px) {
.inbox-leftbar {
width: 100%;
}
.inbox-rightbar {
margin-left: 0;
}
}
@media (max-width: 520px) {
.message-list li .col-mail-1 {
width: 150px;
}
.message-list li .col-mail-1 .title {
left: 80px;
}
.message-list li .col-mail-2 {
left: 160px;
}
.message-list li .col-mail-2 .date {
text-align: right;
padding-right: 10px;
padding-left: 20px;
}
}
.progress-bar {
background-color: #4680ff;
}
.progress-bar-primary {
background-color: #4680ff;
}
.progress-bar-success {
background-color: #26dad2;
}
.progress-bar-info {
background-color: #62d1f3;
}
.progress-bar-danger {
background-color: #fc6180;
}
.progress-bar-warning {
background-color: #ffb64d;
}
.progress-bar-pink {
background-color: #e6a1f2;
}
.progress {
height: 6px;
}
.progress-bar.active,
.progress.active .progress-bar {
animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-vertical {
display: inline-block;
height: 250px;
margin-bottom: 0;
margin-right: 20px;
min-height: 250px;
position: relative;
}
.progress-vertical-bottom {
display: inline-block;
height: 250px;
margin-bottom: 0;
margin-right: 20px;
min-height: 250px;
position: relative;
transform: rotate(180deg);
}
.progress-animated {
animation-duration: 5s;
animation-name: myanimation;
transition: all 5s ease 0s;
}
@keyframes myanimation {
0% {
width: 0;
}
}
@keyframes myanimation {
0% {
width: 0;
}
}
.browser .progress {
height: 8px;
}
.tdl-holder {
margin: 0 auto;
}
.tdl-holder ul {
list-style: none;
margin: 0;
padding: 0;
}
.tdl-holder li {
background-color: transparent;
list-style: outside none none;
margin: 0;
padding: 10px 0;
}
.tdl-holder li span {
margin-left: 30px;
font-family: 'Poppins', sans-serif;
vertical-align: middle;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tdl-holder label {
cursor: pointer;
display: block;
line-height: 40px;
padding: 0 15px;
position: relative;
margin: 0 !important;
}
.tdl-holder label:hover {
background-color: #eef5f9;
color: #99abb4;
}
.tdl-holder label:hover a {
display: block;
}
.tdl-holder label a {
border-radius: 50%;
color: #99abb4;
display: none;
float: right;
font-weight: bold;
line-height: normal;
height: 16px;
margin-top: 15px;
text-align: center;
text-decoration: none;
width: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tdl-holder input[type="checkbox"] {
cursor: pointer;
opacity: 0;
position: absolute;
}
.tdl-holder input[type="checkbox"] + i {
background-color: #ffffff;
display: block;
height: 18px;
position: absolute;
top: 15px;
width: 18px;
z-index: 1;
}
.tdl-holder input[type="checkbox"]:checked + i::after {
content: "\e64c";
font-family: 'themify';
display: block;
left: 0;
position: absolute;
top: -17px;
z-index: 2;
}
.tdl-holder input[type="checkbox"]:checked ~ span {
text-decoration: line-through;
}
.tdl-holder input[type="text"] {
height: 60px;
margin-top: 20px;
font-size: 14px;
}
.datamap-sales-hover-tooltip {
background: #444c67;
font-family: 'Poppins', sans-serif;
padding: 5px 10px;
color: #ffffff;
font-weight: 400;
font-size: 12px;
text-transform: capitalize;
border-radius: 3px;
}
thead tr th {
color: #455a64;
font-weight: 500;
}
thead tr th:last-child {
text-align: right;
}
tbody tr th {
color: #455a64;
font-family: 'Poppins', sans-serif;
font-weight: normal;
}
tbody tr td {
font-family: 'Poppins', sans-serif;
color: #99abb4;
}
tbody tr td:last-child {
text-align: right;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
line-height: 32px;
vertical-align: top;
}
.table > thead > tr > th {
border-bottom: 1px solid #e7e7e7;
font-weight: 600;
}
.table {
margin-bottom: 0;
}
.table .badge {
text-transform: uppercase;
}
.student-data-table label {
margin-right: 7px;
}
.student-data-table td span a {
padding: 3px;
}
.search-action {
bottom: 0;
display: inline-block;
position: absolute;
right: 92px;
text-align: right;
}
.search-type .form-control {
height: 30px;
}
@media (max-width: 1199px) {
.search-action {
text-align: center;
position: relative;
right: 0;
}
.search-type .form-control {
margin-bottom: 8px;
margin-top: 8px;
}
}
.table td,
.table th {
padding: 0.55rem;
}
.table .round-img img {
width: 38px;
}
.current-progress {
margin-top: 15px;
}
.progress-content {
margin-bottom: 20px;
}
.progress-content:last-child {
margin-bottom: 0px;
}
.current-progressbar {
margin-top: 3px;
}
.current-progressbar .progress {
height: 15px;
margin: 0px;
box-shadow: none;
}
.current-progressbar .progress-bar {
box-shadow: 0px;
line-height: 14px;
font-size: 11px;
box-shadow: none;
}
.login-logo {
text-align: center;
margin-bottom: 15px;
}
.login-logo span {
color: #ffffff;
font-size: 24px;
}
.login-logo img {
height: 75px;
}
.login-content {
margin: 100px 0;
}
.login-form {
background: #ffffff;
padding: 30px 30px 20px;
border-radius: 2px;
}
.login-form h4 {
color: #455a64;
text-align: center;
margin-bottom: 50px;
}
.login-form .checkbox {
color: #455a64;
}
.login-form .checkbox label {
text-transform: none;
}
.login-form .btn {
width: 100%;
text-transform: uppercase;
font-size: 14px;
padding: 15px;
border: 0px;
}
.login-form label {
color: #455a64;
text-transform: uppercase;
}
.login-form label a {
color: #4680ff;
}
.social-login-content {
margin: 0px -30px;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding: 30px 0px;
background: #fcfcfc;
}
.social-button {
padding: 0 30px;
}
.social-button i {
padding: 19px;
}
.register-link a {
color: #4680ff;
}
.cpu-load {
width: 100%;
height: 272px;
font-size: 14px;
line-height: 1.2em;
}
.cpu-load-data-content {
font-size: 18px;
font-weight: 400;
line-height: 40px;
}
.cpu-load-data {
margin-bottom: 30px;
}
.cpu-load-data li {
display: inline-block;
width: 32.5%;
text-align: center;
border-right: 1px solid #e7e7e7;
}
.cpu-load-data li:last-child {
border-right: 0px;
}
#barChart {
height: 400px!important;
}
.nestable-cart {
overflow: hidden;
}
.dd-handle,
.dd3-content {
color: #000!important;
}
.profiletimeline {
border-left: 1px solid rgba(120, 130, 140, 0.13);
margin-left: 30px;
margin-right: 10px;
padding-left: 40px;
position: relative;
}
.profiletimeline .sl-left {
float: left;
margin-left: -60px;
margin-right: 15px;
z-index: 1;
}
.profiletimeline .sl-left img {
max-width: 40px;
}
.profiletimeline .sl-item {
margin-bottom: 30px;
margin-top: 8px;
}
.profiletimeline .sl-date {
color: #99abb4;
font-size: 12px;
}
.profiletimeline .time-item {
border-color: rgba(120, 130, 140, 0.13);
padding-bottom: 1px;
position: relative;
}
.profiletimeline .time-item::before {
content: " ";
display: table;
}
.profiletimeline .time-item::after {
background-color: #ffffff;
border-color: rgba(120, 130, 140, 0.13);
border-radius: 10px;
border-style: solid;
border-width: 2px;
bottom: 0;
content: "";
height: 14px;
left: 0;
margin-left: -8px;
position: absolute;
top: 5px;
width: 14px;
}
.profiletimeline .time-item-item::after {
content: " ";
display: table;
}
.profiletimeline .item-info {
margin-bottom: 15px;
margin-left: 15px;
}
.profiletimeline .item-info p {
margin-bottom: 10px !important;
}
.customtab li a.nav-link,
.profile-tab li a.nav-link {
border: 0 none;
color: #455a64;
padding: 15px 20px;
}
.customtab li a.nav-link.active,
.profile-tab li a.nav-link.active {
border-bottom: 2px solid #1976d2;
color: #1976d2;
}
.card-two {
position: relative;
margin: 0 !important;
border: 0;
}
.card-two header {
position: relative;
width: 100%;
height: 60px;
}
.card-two header .avatar {
position: absolute;
left: 50%;
top: 30px;
margin-left: -50px;
z-index: 5;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
background: #ccc;
border: 3px solid #fff;
}
.card-two header .avatar img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100px;
height: auto;
}
.card-two h3 {
position: relative;
margin: 80px 0 30px;
text-align: center;
}
.card-two h3::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -15px;
width: 30px;
height: 1px;
background: #000;
}
.card-two .desc {
padding: 0 1rem 2rem;
text-align: center;
line-height: 1.5;
color: #777;
}
.card-two .contacts {
width: 200px;
max-width: 100%;
margin: 0 auto 3.5rem;
}
.card-two .contacts a {
display: block;
width: 33.333333%;
float: left;
text-align: center;
color: #1976d2;
}
.card-two .contacts a:hover {
color: #333;
}
.card-two .contacts a:hover .fa::before {
color: #fff;
}
.card-two .contacts a:hover .fa::after {
top: 0;
}
.card-two .contacts a .fa {
position: relative;
width: 40px;
height: 40px;
line-height: 39px;
overflow: hidden;
text-align: center;
border: 2px solid #1976d2;
border-radius: 50%;
}
.card-two .contacts a .fa:before {
position: relative;
z-index: 1;
}
.card-two .contacts a .fa::after {
content: '';
position: absolute;
top: -50px;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: top 0.3s;
transition: top 0.3s;
background: #1976d2;
}
.card-two .contacts a:last-of-type .fa {
line-height: 36px;
}
.profile-widget-one .profile-one-bg {
position: relative;
}
.profile-widget-one .profile-one-user-photo {
position: relative;
}
.profile-widget-one .profile-one-user-photo .bg-overlay {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.profile-widget-one .profile-one-user-photo .user-photo {
bottom: 0;
height: 100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.profile-widget-one .profile-one-user-photo .user-photo img {
border-radius: 100px;
height: 100px;
position: relative;
top: 50%;
transform: translateY(-50%);
width: 100px;
}
.profile-widget-one .profile-one-user-content ul li {
background: #ffffff;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
display: block;
float: left;
padding: 10px 0;
text-align: center;
width: 32%;
}
.profile-widget-one .profile-one-user-content ul li:last-child {
border-right: 0px;
}
.profile-widget-one .profile-one-user-content h4 {
line-height: 30px;
font-size: 14px;
margin: 0px;
}
.profile-widget-one .profile-one-user-content .earning-amount,
.profile-widget-one .profile-one-user-content .sold-amount {
color: #26dad2;
font-size: 24px;
font-weight: 400;
margin-top: 10px;
}
.profile-widget-one .profile-one-user-content .sold-amount {
color: #4680ff;
font-size: 24px;
font-weight: 400;
margin-top: 10px;
}
.profile-widget-one .profile-one-user-button {
text-align: center;
padding: 26px 0px;
}
.profile-widget-one .profile-btn-one {
font-size: 18px;
text-transform: uppercase;
padding: 8px 15px;
font-weight: 400;
color: #4680ff;
}
/*Aleart
-------------*/
.alert-primary {
background-color: #a2bfff;
border-color: #a2bfff;
color: #4680ff;
}
.alert-success {
background-color: #93ede9;
border-color: #93ede9;
color: #26dad2;
}
.alert-warning {
background-color: #ffeacd;
border-color: #ffeacd;
color: #ffb64d;
}
.alert-danger {
background-color: #fedee5;
border-color: #fedee5;
color: #fc6180;
}
.alert-pink {
background-color: #f8e4fb;
border-color: #f8e4fb;
color: #e6a1f2;
}
.alert-dismissable .close,
.alert-dismissible .close {
color: rgba(0, 0, 0, 0.8);
}
/* Labels
------------------*/
.label-default {
background-color: #878787;
}
.label-primary {
background-color: #4680ff;
}
.label-success {
background-color: #26dad2;
}
.label-info {
background-color: #62d1f3;
}
.label-danger {
background-color: #fc6180;
}
.label-warning {
background-color: #ffb64d;
}
/* Calendar
================================================== */
/* =============
Calendar
============= */
.calendar {
float: left;
margin-bottom: 0px;
}
.fc-view {
margin-top: 30px;
}
.none-border .modal-footer {
border-top: none;
}
.fc-toolbar {
margin-bottom: 5px;
margin-top: 15px;
}
.fc-toolbar h2 {
font-size: 18px;
font-weight: 600;
line-height: 30px;
text-transform: uppercase;
}
.fc-day {
background: #ffffff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
z-index: 0;
}
.fc-widget-header {
border: 1px solid #e7e7e7;
}
.fc-widget-content {
border: 1px solid #e7e7e7;
}
.fc th.fc-widget-header {
background: #e7e7e7;
font-size: 14px;
line-height: 20px;
padding: 10px 0px;
text-transform: uppercase;
}
.fc-button {
background: #ffffff;
border: 1px solid #e7e7e7;
color: #455a64;
text-transform: capitalize;
}
.fc-text-arrow {
font-family: inherit;
font-size: 16px;
}
.fc-state-hover {
background: #eef5f9 !important;
}
.fc-state-highlight {
background: #eef5f9 !important;
}
.fc-cell-overlay {
background: #eef5f9 !important;
}
.fc-unthemed .fc-today {
background: #ffffff !important;
}
.fc-event {
border-radius: 2px;
border: none;
cursor: move;
font-size: 13px;
margin: 5px 7px;
padding: 5px 5px;
text-align: center;
}
.external-event {
color: #ffffff;
cursor: move;
margin: 10px 0;
padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
padding-right: 5px;
}
#drop-remove {
margin: 0px;
top: 3px;
}
#event-modal .modal-dialog,
#add-category .modal-dialog {
max-width: 600px;
}
.flotTip {
background: #252525;
border: 1px solid #252525;
padding: 5px 15px;
color: #ffffff;
}
.flot-container {
box-sizing: border-box;
width: 100%;
height: 275px;
padding: 20px 15px 15px;
margin: 15px auto 30px;
background: transparent;
}
.flot-pie-container {
height: 275px;
}
.flotBar-container {
height: 275px;
}
.flot-line {
width: 100%;
height: 100%;
font-size: 14px;
line-height: 1.2em;
}
.legend table {
border-spacing: 5px;
}
#chart1,
#flotBar,
#flotCurve {
width: 100%;
height: 275px;
}
.cpu-load {
height: 345px;
}
.morris-hover {
position: absolute;
z-index: 1;
}
.morris-hover.morris-default-style .morris-hover-row-label {
font-weight: bold;
margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
white-space: nowrap;
margin: 0.1em 0;
}
.morris-hover.morris-default-style {
border-radius: 2px;
padding: 10px 12px;
color: #666;
background: rgba(0, 0, 0, 0.7);
border: none;
color: #fff!important;
}
.morris-hover-point {
color: rgba(255, 255, 255, 0.8) !important;
}
#morris-bar-chart,
#morris-line-chart {
height: 300px;
}
.products_1 {
padding-top: 5px;
padding-bottom: 5px;
}
.products_1 .pr_img_price {
position: relative;
}
.products_1 .pr_img_price .product_price {
min-width: 50px;
min-height: 50px;
background: #26dad2;
border-radius: 100%;
position: absolute;
top: 0;
right: 0;
}
.products_1 .pr_img_price .product_price p {
padding-top: 15px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
}
.products_1 .product_details .product_name {
padding-top: 30px;
}
.products_1 .product_details .prdt_add_to_cart {
padding-top: 10px;
}
.products_1 .product_details .prdt_add_to_cart button {
padding: 10px 20px;
text-transform: uppercase;
font-weight: 600;
}
.product-2-details .table > tbody > tr > td {
border: none;
}
.product-2-details .product-2-des {
margin-top: 25px;
}
.product-2-details .product-2-des .product_name h4 {
font-size: 15px;
font-weight: 600;
}
.product-2-details .product-2-des .product_des p {
font-size: 13px;
font-style: italic;
}
.product-2-details .product-2-button {
border-left: 1px solid #e7e7e7;
margin-top: 25px;
}
.product-2-details .product-2-button .prdt_add_to_curt {
padding-top: 10px;
}
.product-2-details .product-2-button .prdt_add_to_curt button {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
}
.product-3-img img {
width: 100%;
}
.product_details_3 {
padding: 15px 0px;
}
.product_details_3 .product_name h4 {
font-size: 15px;
font-weight: 600;
}
.product_details_3 .product_des {
padding-bottom: 5px;
}
.product_details_3 .prdt_add_to_curt {
padding-top: 10px;
}
.product_details_3 .prdt_add_to_curt button {
text-transform: uppercase;
font-weight: 600;
}
.favourite-menu-details .table > tbody > tr > td {
border-top: none;
border-bottom: 1px solid #e7e7e7;
}
.favourite-menu-details .favourite-menu-img {
border-right: 1px solid #e7e7e7;
margin-bottom: 25px;
width: 120px;
}
.favourite-menu-details .favourite-menu-des {
margin-top: 40px;
margin-right: 465px;
}
.favourite-menu-details .favourite-menu-des .product_name h4 {
font-weight: 600;
text-align: left;
}
.favourite-menu-details .favourite-menu-button {
margin-top: 40px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
padding-top: 10px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
}
.order-list-item table tbody > tr > td {
padding-top: 8px;
border-top: 1px solid #e7e7e7;
}
.order-list-item table thead > tr > th {
border-bottom: 1px solid #e7e7e7;
}
.order-list-item thead {
background: #4680ff;
text-align: left;
}
.order-list-item thead th {
color: #ffffff;
font-weight: bold;
}
.order-list-item tbody {
background: #ffffff;
text-align: left;
}
.order-list-item tbody td {
color: #444444;
}
.booking-system-feedback {
top: 5px !important;
right: 15px;
}
.booking-system-top {
padding-top: 15px;
}
.media-body {
vertical-align: middle;
}
.media-body span {
font-size: 10px;
color: #4680ff;
}
.media-body p {
color: #99abb4;
line-height: 15px;
}
.example {
overflow: hidden;
border: 1px solid #e7e7e7;
-webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
-moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
background-color: #eef5f9;
text-align: justify;
}
.example p {
padding: 20px 20px 0px 20px;
font-size: 12px;
}
.box,
.simple {
height: 300px;
}
.scrollable-auto-x {
overflow-x: auto;
overflow-y: hidden;
}
.scrollable-auto-y {
overflow-y: auto;
overflow-x: hidden;
}
.scrollable-auto {
overflow: auto;
}
.vmap {
width: 100%;
height: 400px;
}
.dark-browse-input-box {
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
font-size: 12px;
color: #000000;
border: 1px solid #e7e7e7;
}
.dark-browse-input-box .dark-input-button {
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
background: #ffffff;
border: none !important;
color: #4680ff;
}
.dark-browse-input-box .dark-input-button i {
font-weight: bold;
font-size: 17px;
}
.dark-browse-input-box .dark-input-button:hover {
background: #ffffff;
color: #4680ff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: none !important;
}
.dark-browse-input-box .dark-input-button:focus {
outline: none;
border: none !important;
background: none !important;
}
.file-input {
position: relative;
font-size: 14px;
}
.file-input label {
position: absolute;
top: -2px;
right: 0;
bottom: 0;
margin: 0;
}
.file-input label:focus {
outline: none;
border: none !important;
background: none !important;
}
.file-input .btn {
position: absolute;
right: 6px;
top: 7px;
bottom: 6px;
max-width: 100px;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
line-height: 32px;
}
.file-input .btn input {
width: 0;
height: 0;
}
.file-input .file-name {
float: left;
width: 100%;
border: 0;
background: transparent;
}
.media-stats-content .stats-content {
padding: 30px 0px;
}
.media-stats-content .stats-content .stats-digit {
font-size: 24px;
font-weight: 300;
margin-bottom: 10px;
}
.media-stats-content .stats-content .stats-text {
font-size: 14px;
}
.media-stats-content .stats-content .table td {
line-height: 40px!important;
}
.carousel.vertical .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel.vertical .carousel-inner > .item {
display: none;
position: relative;
transition: top 0.6s ease-in-out;
}
.carousel.vertical .carousel-inner > .item > img,
.carousel.vertical .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel.vertical .carousel-inner > .item {
transition: transform 0.6s ease-in-out;
backface-visibility: hidden;
perspective: 1000;
}
.carousel.vertical .carousel-inner > .item.next,
.carousel.vertical .carousel-inner > .item.active.right {
transform: translate3d(0, 100%, 0);
top: 0;
}
.carousel.vertical .carousel-inner > .item.prev,
.carousel.vertical .carousel-inner > .item.active.left {
transform: translate3d(0, -100%, 0);
top: 0;
}
.carousel.vertical .carousel-inner > .item.next.left,
.carousel.vertical .carousel-inner > .item.prev.right,
.carousel.vertical .carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
top: 0;
width: 100%;
}
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
display: block;
}
.carousel.vertical .carousel-inner > .active {
top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel.vertical .carousel-inner > .next {
top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
top: 100%;
}
.ct-label {
color: rgba(0, 0, 0, 0.8);
fill: rgba(0, 0, 0, 0.8);
font-size: 10px;
}
.ct-chart-pie .ct-label {
color: rgba(0, 0, 0, 0.8);
fill: rgba(0, 0, 0, 0.8);
font-size: 12px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #26dad2;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #4680ff;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #fc6180;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #ffb64d;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
fill: #26dad2;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
fill: #4680ff;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
fill: #fc6180;
}
@media (max-width: 667px) {
.dt-buttons {
margin-left: 10px;
}
}
@media (max-width: 480px) {
.dt-buttons {
display: inline-block;
}
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #26dad2;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 5px;
right: 5px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #26dad2;
border-left-color: #26dad2;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes pace-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.superpose {
color: #EEE;
height: 350px;
width: 100%;
}
.superclock {
position: relative;
width: 300px;
margin: auto;
}
.superclock1 {
position: absolute;
left: 10px;
top: 10px;
}
.superclock2 {
position: absolute;
left: 60px;
top: 60px;
}
.superclock3 {
position: absolute;
left: 110px;
top: 110px;
}
.header-search {
float: right;
margin-left: 15px;
position: relative;
}
.header-search .form-control {
height: 36px;
width: 250px;
border-radius: 5px;
font-size: 14px;
}
.header-search i {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
height: 30px;
padding: 5px;
width: 30px;
}
.media-text-right {
text-align: right;
}
.media-text-left {
text-align: left;
}
.boxshadow-none {
box-shadow: none;
}
.progress-sm {
height: 8px;
}
.bg-warning-dark {
background: #e7b63a;
}
.bg-info-dark {
background: #8b67c9;
}
.bg-danger-dark {
background: #e63327;
}
.bg-success-dark {
background: #2ed3aa;
}
.bg-primary-dark {
background: #0095e1;
}
.widget-card-circle i {
font-size: 30px;
left: 0;
line-height: 97px;
right: 0;
text-align: center;
}
.widget-line-list li {
display: inline-block;
font-size: 1.2em;
line-height: 27px;
padding: 5px 20px 0 15px;
}
.widget-line-list li span {
font-size: 14px;
}
.height-150 {
height: 150px;
}
.social-connect ul li {
display: inline-block;
}
.social-connect ul li a {
display: inline-block;
margin: 0 5px;
padding: 12px 15px;
border-radius: 4px;
}
.user-card-absolute {
top: 115px;
left: 0;
right: 0;
}
.box-shadow {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.social-pad {
padding: 40px 30px 110px;
}
.round-img img {
border-radius: 100px;
}
.blockquote-box {
border-right: 5px solid #E6E6E6;
margin-bottom: 25px;
}
.blockquote-box .square {
width: 100px;
min-height: 50px;
margin-right: 22px;
text-align: center!important;
background-color: #E6E6E6;
padding: 20px 0;
}
.blockquote-box .blockquote-primary {
border-color: #4680ff;
}
.blockquote-box .blockquote-primary .square {
background-color: #4680ff;
color: #ffffff;
}
.blockquote-box .blockquote-success {
border-color: #26dad2;
}
.blockquote-box .blockquote-success .square {
background-color: #26dad2;
color: #ffffff;
}
.blockquote-box .blockquote-info {
border-color: #62d1f3;
}
.blockquote-box .blockquote-info .square {
background-color: #62d1f3;
color: #ffffff;
}
.blockquote-box .blockquote-warning {
border-color: #ffb64d;
}
.blockquote-box .blockquote-warning .square {
background-color: #ffb64d;
color: #ffffff;
}
.blockquote-box .blockquote-danger {
border-color: #d43f3a;
}
.blockquote-box .blockquote-danger .square {
background-color: #fc6180;
color: #ffffff;
}
.error-box {
height: 100%;
position: fixed;
width: 100%;
}
.error-box .footer {
left: 0;
right: 0;
width: 100%;
}
.error-body {
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.error-body h1 {
font-size: 150px;
font-weight: 900;
line-height: 210px;
color: #444c67;
}
/*
/* Version: 1.0
*/
/*-------- css code for responsive layout --------*/
/* To make Responsive
---------------------------------------------------------------------- /
* 1 - media screen and (max-width: 1750px)
* 2 - media screen and (max-width: 1680px)
* 3 - media screen and (max-width: 1280px)
* 4 - media screen and (max-width: 1199px)
* 5 - media screen and (max-width: 1024px)
* 6 - media screen and (max-width: 991px)
* 7 - media screen and (max-width: 767px)
* 8 - media screen and (max-width: 680px)
* 9 - media screen and (max-width: 480px)
* 10 - media screen and (max-width: 320px)
*
---------------------------------------------------------------------- */
/* 1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/* 1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/* 1 - media screen and (max-width: 1750px) End
---------------------------------------------------------------------- */
/* 2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/* 2 - media screen and (max-width: 1680px) End
---------------------------------------------------------------------- */
/* 3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/* 3 - media screen and (max-width: 1280px) End
---------------------------------------------------------------------- */
/* 4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/* 4 - media screen and (max-width: 1199px) End
---------------------------------------------------------------------- */
/* 5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
}
/* 5 - media screen and (max-width: 1024px) End
---------------------------------------------------------------------- */
/* 6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
}
/* 6 - media screen and (max-width: 991px) End
---------------------------------------------------------------------- */
/* 7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
.footer {
left: 0;
}
}
/* 7 - media screen and (max-width: 767px) End
---------------------------------------------------------------------- */
/* 8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
.inbox-pagination {
margin-top: 30px;
float: left !important;
}
.card-badge .label {
display: inline-block;
margin-bottom: 5px;
padding: 5px;
}
.mail-box .sm-side {
width: 100%;
}
.mail-box aside {
display: inline;
}
.footer {
left: 0;
}
}
/* 8 - media screen and (max-width: 680px) End
---------------------------------------------------------------------- */
/* 9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
#project {
margin-left: 0;
}
.fc-toolbar .fc-right {
float: left;
margin-top: 15px;
}
.card-badge .label {
display: inline-block;
margin-bottom: 5px;
padding: 5px;
}
.mail-box .sm-side {
width: 100%;
}
.mail-box aside {
display: inline;
}
.footer {
left: 0;
}
}
/* 9 - media screen and (max-width: 360px) End
---------------------------------------------------------------------- */
/* 10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
#project {
margin-left: 0;
}
.fc-toolbar .fc-right {
float: left;
margin-top: 15px;
}
.br-theme-bars-pill .br-widget a {
padding: 7px 12px;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
padding: 0;
}
.alert-rating {
padding-bottom: 40px;
}
.card-badge .label {
display: inline-block;
margin-bottom: 5px;
padding: 5px;
}
.mail-box .sm-side {
width: 100%;
}
.mail-box aside {
display: inline;
}
.chk-group {
margin-bottom: 10px;
}
.pagination-list {
float: left !important;
margin-top: 10px;
}
.inner-append {
position: relative;
}
.inner-append .append-btn {
position: absolute;
right: 0;
top: 0;
}
.input-text {
margin-bottom: 12px;
}
.footer {
left: 0;
}
}
/* 10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/*---------------------------------------------------------------*/
/* Retina */
/*---------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.default-logo {
display: none !important;
}
.retina-logo {
display: inline-block !important;
}
}
.left-sidebar {
display: none!important;
}
.page-wrapper {
margin-left: 0px !important;
}
span.username {
padding-right: 15px;
} | public/assets/css/dashboard-style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/linea-icons/linea.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/flag-icon-css/flag-icon.min.css);
@import url(../icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(spinners.css);
@import url(animate.css);
/*
Template: Ela Admin
Author: Zebra Theme
Developer by: Zebra Theme
Table of Content
================
1. variable
2. fonts
3. card
4. global
5. badge
6. tab
7. modal
8. timeline
9. data-table
10. panel
11. button
12. header
13. gmap
14. chat
15. carousel
16. weather
17. invoice-edit
18. invoice
19. widget-stat
20. recent-comments
21. recent-message
22. forms
23. compose-email
24. progress-bar
25. todo-list
26. datamap
27. table
28. order-progress
29. login
30. chart
31. nestable
32. profile
33. profile-widget
34. ui-element-basic
35. calendar
36. flot-chart
37. morris-chart
38. products_1
39. products_2
40. products_3
41. favourite_menu
42. order-list
43. booking-system
44. scrollable
45. vector-map
46. menu-upload
47. social-media-stats
48. vertical-carousel
49. chartist
50. table-export
51. ui-widget-v1
42. responsive
*/
.preloader {
width: 100%;
height: 100%;
top: 0;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(46.5%);
left: calc(46.5%);
}
* {
outline: none;
}
body {
background: #fff;
font-family: 'Open Sans', sans-serif;
margin: 0;
overflow-x: hidden;
color: #67757c;
}
html {
position: relative;
min-height: 100%;
background: #ffffff;
}
a:focus,
a:hover {
text-decoration: none;
}
a.link {
color: #455a64;
}
a.link:focus,
a.link:hover {
color: #1976d2;
}
.img-responsive,
.carousel.vertical .carousel-inner > .item > img,
.carousel.vertical .carousel-inner > .item > a > img {
width: 100%;
height: auto;
display: inline-block;
}
.img-rounded {
border-radius: 4px;
}
.mdi-set,
.mdi:before {
line-height: initial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #455a64;
font-weight: 400;
}
h1 {
line-height: 40px;
font-size: 36px;
}
h2 {
line-height: 36px;
font-size: 24px;
}
h3 {
line-height: 30px;
font-size: 21px;
}
h4 {
line-height: 22px;
font-size: 18px;
}
h5 {
line-height: 18px;
font-size: 16px;
font-weight: 400;
}
h6 {
line-height: 16px;
font-size: 14px;
font-weight: 400;
}
.display-5 {
font-size: 3rem;
}
.display-6 {
font-size: 36px;
}
.box {
border-radius: 4px;
padding: 10px;
}
.preloader {
width: 100%;
height: 100%;
top: 0;
position: fixed;
z-index: 99999;
background: #fff;
}
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(46.5%);
left: calc(46.5%);
}
#main-wrapper {
width: 100%;
}
.bg-white .card {
box-shadow: none;
}
.box-shadow {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}
.dropzone {
border: 1px dashed #b1b8bb;
}
.boxed #main-wrapper {
width: 100%;
max-width: 1300px;
margin: 0 auto;
-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.boxed #main-wrapper .sidebar-footer {
position: absolute;
}
.boxed #main-wrapper .footer {
display: none;
}
.page-wrapper {
background: #fafafa;
padding-bottom: 60px;
}
.container-fluid {
padding: 0 30px 25px;
}
@media (min-width: 1024px) {
.page-wrapper {
margin-left: 240px;
}
.footer {
left: 240px;
}
}
@media (max-width: 1023px) {
.page-wrapper {
margin-left: 60px;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.footer {
left: 60px;
}
.widget-app-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
.thumb-sm {
height: 32px;
width: 32px;
}
.thumb-md {
height: 48px;
width: 48px;
}
.thumb-lg {
height: 88px;
width: 88px;
}
.hide {
display: none;
}
.img-circle {
border-radius: 100%;
}
.radius {
border-radius: 4px;
}
.text-white {
color: #ffffff !important;
}
.text-danger {
color: #ef5350 !important;
}
.text-muted {
color: #99abb4 !important;
}
.text-warning {
color: #ffb22b !important;
}
.text-success {
color: #26dad2 !important;
}
.text-info {
color: #1976d2 !important;
}
.text-inverse {
color: #2f3d4a !important;
}
.text-blue {
color: #02bec9;
}
.text-purple {
color: #7460ee;
}
.text-primary {
color: #5c4ac7;
}
.text-megna {
color: #00897b;
}
.text-dark {
color: #67757c;
}
.text-themecolor {
color: #1976d2;
}
.bg-primary {
background-color: #5c4ac7 !important;
}
.bg-success {
background-color: #26dad2 !important;
}
.bg-info {
background-color: #1976d2 !important;
}
.bg-warning {
background-color: #ffb22b !important;
}
.bg-danger {
background-color: #ef5350 !important;
}
.bg-megna {
background-color: #00897b;
}
.bg-theme {
background-color: #1976d2;
}
.bg-inverse {
background-color: #2f3d4a;
}
.bg-purple {
background-color: #7460ee;
}
.bg-light-part {
background-color: rgba(0, 0, 0, 0.02);
}
.bg-light-primary {
background-color: #f1effd;
}
.bg-light-success {
background-color: #e8fdeb;
}
.bg-light-info {
background-color: #cfecfe;
}
.bg-light-extra {
background-color: #ebf3f5;
}
.bg-light-warning {
background-color: #fff8ec;
}
.bg-light-danger {
background-color: #f9e7eb;
}
.bg-light-inverse {
background-color: #f6f6f6;
}
.bg-light {
background-color: #f2f4f8;
}
.bg-white {
background-color: #ffffff;
}
@media (min-width: 1600px) {
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
float: left;
}
.col-xlg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xlg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-xlg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-xlg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xlg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-xlg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-xlg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xlg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-xlg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-xlg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xlg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-xlg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-xlg-pull-12 {
right: 100%;
}
.col-xlg-pull-11 {
right: 91.66666667%;
}
.col-xlg-pull-10 {
right: 83.33333333%;
}
.col-xlg-pull-9 {
right: 75%;
}
.col-xlg-pull-8 {
right: 66.66666667%;
}
.col-xlg-pull-7 {
right: 58.33333333%;
}
.col-xlg-pull-6 {
right: 50%;
}
.col-xlg-pull-5 {
right: 41.66666667%;
}
.col-xlg-pull-4 {
right: 33.33333333%;
}
.col-xlg-pull-3 {
right: 25%;
}
.col-xlg-pull-2 {
right: 16.66666667%;
}
.col-xlg-pull-1 {
right: 8.33333333%;
}
.col-xlg-pull-0 {
right: auto;
}
.col-xlg-push-12 {
left: 100%;
}
.col-xlg-push-11 {
left: 91.66666667%;
}
.col-xlg-push-10 {
left: 83.33333333%;
}
.col-xlg-push-9 {
left: 75%;
}
.col-xlg-push-8 {
left: 66.66666667%;
}
.col-xlg-push-7 {
left: 58.33333333%;
}
.col-xlg-push-6 {
left: 50%;
}
.col-xlg-push-5 {
left: 41.66666667%;
}
.col-xlg-push-4 {
left: 33.33333333%;
}
.col-xlg-push-3 {
left: 25%;
}
.col-xlg-push-2 {
left: 16.66666667%;
}
.col-xlg-push-1 {
left: 8.33333333%;
}
.col-xlg-push-0 {
left: auto;
}
.offset-xlg-12 {
margin-left: 100%;
}
.offset-xlg-11 {
margin-left: 91.66666667%;
}
.offset-xlg-10 {
margin-left: 83.33333333%;
}
.offset-xlg-9 {
margin-left: 75%;
}
.offset-xlg-8 {
margin-left: 66.66666667%;
}
.offset-xlg-7 {
margin-left: 58.33333333%;
}
.offset-xlg-6 {
margin-left: 50%;
}
.offset-xlg-5 {
margin-left: 41.66666667%;
}
.offset-xlg-4 {
margin-left: 33.33333333%;
}
.offset-xlg-3 {
margin-left: 25%;
}
.offset-xlg-2 {
margin-left: 16.66666667%;
}
.offset-xlg-1 {
margin-left: 8.33333333%;
}
.offset-xlg-0 {
margin-left: 0;
}
}
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
position: initial;
opacity: 1;
}
.invisible {
visibility: hidden !important;
}
.hidden-xs-up {
display: none !important;
}
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important;
}
}
.hidden-xl-down {
display: none !important;
}
@media (min-width: 1650px) {
.widget-app-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.campaign {
height: 365px !important;
}
}
@media (max-width: 1370px) {
.widget-app-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
a,
button {
outline: none!important;
text-decoration: none!important;
color: #99abb4;
transition: all 0.2s ease 0s;
}
a.active,
button.active,
a:focus,
button:focus,
a:hover,
button:hover {
color: #252525;
outline: none!important;
text-decoration: none!important;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
p {
font-family: 'Poppins', sans-serif;
color: #99abb4;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6.h1 {
color: #455a64;
}
.dib {
display: inline-block;
}
.rotate-90 {
transform: rotate(90deg);
}
.rotate-180 {
transform: rotate(180deg);
}
#main-content {
padding: 0 15px;
}
.alert h4 {
color: #455a64;
}
.border-none {
border: 1px solid transparent;
}
.footer > p {
background: #ffffff;
margin: 15px -30px 0;
padding: 15px 45px;
text-align: left;
}
.footer > p a {
color: #4680ff;
}
.bar-hidden {
overflow-X: hidden;
}
.color-white {
color: #ffffff;
}
.btn-btn {
padding: 15px 25px;
border: 0;
}
.btn-btn:hover {
color: #ffffff;
}
.letter-space {
letter-spacing: 1px;
}
.solid-btn {
padding: 15px 42px;
}
.notify {
position: relative;
right: -10px;
top: -13px;
}
.notify .heartbit {
animation: 1s ease-out 0s normal none infinite running heartbit;
border: 5px solid #4680ff;
border-radius: 70px;
height: 25px;
position: absolute;
right: -4px;
top: -20px;
width: 25px;
z-index: 10;
}
.notify .point {
background-color: #4680ff;
border-radius: 30px;
height: 6px;
position: absolute;
right: 6px;
top: -10px;
width: 6px;
}
@-moz-keyframes heartbit {
0% {
-moz-transform: scale(0);
opacity: 0.0;
}
25% {
-moz-transform: scale(0.1);
opacity: 0.1;
}
50% {
-moz-transform: scale(0.5);
opacity: 0.3;
}
75% {
-moz-transform: scale(0.8);
opacity: 0.5;
}
to {
-moz-transform: scale(1);
opacity: 0.0;
}
}
@-webkit-keyframes heartbit {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
25% {
-webkit-transform: scale(0.1);
opacity: 0.1;
}
50% {
-webkit-transform: scale(0.5);
opacity: 0.3;
}
75% {
-webkit-transform: scale(0.8);
opacity: 0.5;
}
to {
-webkit-transform: scale(1);
opacity: 0.0;
}
}
/* Color Mixins
-------------------*/
.color-primary,
.text-primary {
color: #4680ff;
}
.color-success,
.text-success {
color: #26dad2;
}
.color-info,
.text-info {
color: #62d1f3;
}
.color-danger,
.text-danger {
color: #fc6180;
}
.color-warning,
.text-warning {
color: #ffb64d;
}
.color-pink,
.text-pink {
color: #e6a1f2;
}
.color-dark,
.text-dark {
color: #444c67;
}
.color-grey,
.text-grey {
color: #ddd;
}
/* Mixins
--------------------------*/
.pr {
position: relative;
}
.pa {
position: absolute;
}
/* Background Mixins
--------------------------*/
.bg-primary {
background: #4680ff !important;
color: #ffffff;
fill: #4680ff;
}
.bg-success {
background: #26dad2 !important;
color: #ffffff;
fill: #26dad2;
}
.bg-info {
background: #62d1f3 !important;
color: #ffffff;
fill: #62d1f3;
}
.bg-danger {
background: #fc6180 !important;
color: #ffffff;
fill: #fc6180;
}
.bg-warning {
background: #ffb64d !important;
color: #ffffff;
fill: #ffb64d;
}
.bg-pink {
background: #e6a1f2 !important;
color: #ffffff;
fill: #e6a1f2;
}
.bg-dark {
background: #444c67 !important;
color: #ffffff;
fill: #444c67;
}
.bg-transparent {
background: transparent;
color: #252525;
}
.no-select-arrow {
-moz-appearance: none !important;
-webkit-appearance: none !important;
border: 1px solid #e7e7e7;
}
.bg-ash {
background: #f5f5f5;
}
.bg-white {
background: #ffffff;
}
/* Border Mixins
--------------------------*/
.border-primary {
border-color: #4680ff;
}
.border-success {
border-color: #26dad2;
}
.border-info {
border-color: #62d1f3;
}
.border-danger {
border-color: #fc6180;
}
.border-warning {
border-color: #ffb64d;
}
.border-pink {
border-color: #e6a1f2;
}
.border-dark {
border-color: #444c67;
}
.no-border {
border: 0px!important;
}
.border-top {
border-top: 1px solid #e7e7e7;
}
.border-white {
border: 1px solid #ffffff;
}
.border-bottom {
border-bottom: 1px solid #e7e7e7;
}
.border-left {
border-left: 1px solid #e7e7e7;
}
.border-right {
border-right: 1px solid #e7e7e7;
}
.white-bottom {
border-bottom: 1px solid #ffffff;
}
.radius-0 {
border-radius: 0;
}
/* Brand Background
-----------------------------*/
.bg-facebook {
background: #3b5998;
fill: #3b5998;
}
.bg-twitter {
background: #1da1f2;
fill: #1da1f2;
}
.bg-youtube {
background: #cd201f;
fill: #cd201f;
}
.bg-google-plus {
background: #dd4b39;
fill: #dd4b39;
}
.bg-linkedin {
background: #007bb6;
}
/* width
-----------------------------*/
.w10pr {
width: 10%;
}
.w12pr {
width: 12%;
}
.p-28 {
padding: 28px;
}
.p-10 {
padding: 10px;
}
/* Chart Spanrkline
-------------------------*/
.jqstooltip {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* Bootstrap class
---------------------------*/
@media (min-width: 1500px) {
.container {
width: 1400px;
}
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
0% {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes heartbit {
0% {
-moz-transform: scale(0);
opacity: 0.0;
}
25% {
-moz-transform: scale(0.1);
opacity: 0.1;
}
50% {
-moz-transform: scale(0.5);
opacity: 0.3;
}
75% {
-moz-transform: scale(0.8);
opacity: 0.5;
}
to {
-moz-transform: scale(1);
opacity: 0.0;
}
}
@-webkit-keyframes heartbit {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
25% {
-webkit-transform: scale(0.1);
opacity: 0.1;
}
50% {
-webkit-transform: scale(0.5);
opacity: 0.3;
}
75% {
-webkit-transform: scale(0.8);
opacity: 0.5;
}
to {
-webkit-transform: scale(1);
opacity: 0.0;
}
}
.header {
position: relative;
z-index: 50;
background: #fff;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.header .top-navbar {
min-height: 50px;
padding: 0 15px 0 0;
}
.header .top-navbar .dropdown-toggle:after {
display: none;
}
.header .top-navbar .navbar-header {
line-height: 45px;
text-align: center;
background: #fff;
}
.header .top-navbar .navbar-header .navbar-brand {
margin-right: 0;
padding-bottom: 0;
padding-top: 0;
}
.header .top-navbar .navbar-header .navbar-brand .light-logo {
display: none;
}
.header .top-navbar .navbar-header .navbar-brand b {
line-height: 60px;
display: inline-block;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link {
padding-left: 0.75rem;
padding-right: 0.75rem;
font-size: 15px;
line-height: 40px;
}
.header .top-navbar .navbar-nav > .nav-item.show {
background: rgba(0, 0, 0, 0.05);
}
.header .top-navbar .mailbox {
width: 300px;
}
.header .top-navbar .mailbox ul {
padding: 0;
}
.header .top-navbar .mailbox ul li {
list-style: none;
}
.header .profile-pic {
width: 30px;
border-radius: 100%;
}
.header .dropdown-menu {
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
border-color: rgba(120, 130, 140, 0.13);
}
.header .dropdown-menu .dropdown-item {
padding: 7px 1.5rem;
}
.header ul.dropdown-user {
padding: 0;
min-width: 175px;
}
.header ul.dropdown-user li {
list-style: none;
padding: 0;
margin: 0;
}
.header ul.dropdown-user li .dw-user-box {
padding: 10px 15px;
}
.header ul.dropdown-user li .dw-user-box .u-img {
width: 70px;
display: inline-block;
vertical-align: top;
}
.header ul.dropdown-user li .dw-user-box .u-img img {
width: 100%;
border-radius: 5px;
}
.header ul.dropdown-user li .dw-user-box .u-text {
display: inline-block;
padding-left: 10px;
}
.header ul.dropdown-user li .dw-user-box .u-text h4 {
margin: 0;
font-size: 15px;
}
.header ul.dropdown-user li .dw-user-box .u-text p {
margin-bottom: 2px;
font-size: 12px;
}
.header ul.dropdown-user li .dw-user-box .u-text .btn {
color: #ffffff;
padding: 5px 10px;
display: inline-block;
}
.header ul.dropdown-user li .dw-user-box .u-text .btn:hover {
background: #e6294b;
}
.header ul.dropdown-user li a {
padding: 9px 15px;
display: block;
color: #67757c;
}
.header ul.dropdown-user li a:hover {
background: #f2f4f8;
color: #1976d2;
text-decoration: none;
}
.header ul.dropdown-user li.divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: rgba(120, 130, 140, 0.13);
}
.search-box .app-search {
position: absolute;
margin: 0;
display: block;
z-index: 110;
width: 100%;
top: -1px;
-webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
}
.search-box .app-search input {
width: 100.5%;
padding: 20px 40px 20px 20px;
border-radius: 0;
font-size: 17px;
height: 70px;
-webkit-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
.search-box .app-search input:focus {
border-color: #ffffff;
}
.search-box .app-search .srh-btn {
position: absolute;
top: 23px;
cursor: pointer;
background: #ffffff;
width: 15px;
height: 15px;
right: 20px;
font-size: 14px;
}
.mini-sidebar .top-navbar .navbar-header {
width: 60px;
text-align: center;
}
.logo-center .top-navbar .navbar-header {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
}
.notify {
position: relative;
top: -22px;
right: -9px;
}
.notify .heartbit {
position: absolute;
top: -20px;
right: -4px;
height: 25px;
width: 25px;
z-index: 10;
border: 5px solid #ef5350;
border-radius: 70px;
-moz-animation: heartbit 1s ease-out;
-moz-animation-iteration-count: infinite;
-o-animation: heartbit 1s ease-out;
-o-animation-iteration-count: infinite;
-webkit-animation: heartbit 1s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.notify .point {
width: 6px;
height: 6px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: #ef5350;
position: absolute;
right: 6px;
top: -10px;
}
.fileupload {
overflow: hidden;
position: relative;
}
.fileupload input.upload {
cursor: pointer;
filter: alpha(opacity=0);
font-size: 20px;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
}
.mega-dropdown {
position: static;
width: 100%;
}
.mega-dropdown .dropdown-menu {
width: 100%;
padding: 30px;
margin-top: 0;
}
.mega-dropdown ul {
padding: 0;
}
.mega-dropdown ul li {
list-style: none;
}
.mega-dropdown .carousel-item .container {
padding: 0;
}
.mega-dropdown .nav-accordion .card {
margin-bottom: 1px;
}
.mega-dropdown .nav-accordion .card-header {
background: #ffffff;
}
.mega-dropdown .nav-accordion .card-header h5 {
margin: 0;
}
.mega-dropdown .nav-accordion .card-header h5 a {
text-decoration: none;
color: #67757c;
}
ul.list-style-none {
margin: 0;
padding: 0;
}
ul.list-style-none li {
list-style: none;
}
ul.list-style-none li a {
color: #67757c;
padding: 8px 0;
display: block;
text-decoration: none;
}
ul.list-style-none li a:hover {
color: #1976d2;
}
.dropdown-item {
padding: 8px 1rem;
color: #67757c;
}
.custom-select {
background: url("../../assets/images/custom-select.png") right 0.75rem center no-repeat;
}
textarea {
resize: none;
}
.mailbox ul li .drop-title {
font-weight: 500;
padding: 11px 20px 15px;
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mailbox ul li .nav-link {
border-top: 1px solid rgba(120, 130, 140, 0.13);
padding-top: 15px;
}
.mailbox .message-center {
height: 200px;
overflow: auto;
position: relative;
}
.mailbox .message-center a {
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
display: block;
text-decoration: none;
padding: 9px 15px;
}
.mailbox .message-center a:hover {
background: #f2f4f8;
}
.mailbox .message-center a div {
white-space: normal;
}
.mailbox .message-center a .user-img {
width: 40px;
position: relative;
display: inline-block;
margin: 0 10px 15px 0;
}
.mailbox .message-center a .user-img img {
width: 100%;
}
.mailbox .message-center a .user-img .profile-status {
border: 2px solid #ffffff;
border-radius: 50%;
display: inline-block;
height: 10px;
left: 30px;
position: absolute;
top: 1px;
width: 10px;
}
.mailbox .message-center a .user-img .online {
background: #26dad2;
}
.mailbox .message-center a .user-img .busy {
background: #ef5350;
}
.mailbox .message-center a .user-img .away {
background: #ffb22b;
}
.mailbox .message-center a .user-img .offline {
background: #ffb22b;
}
.mailbox .message-center a .mail-contnet {
display: inline-block;
width: 75%;
vertical-align: middle;
}
.mailbox .message-center a .mail-contnet h5 {
margin: 5px 0 0;
}
.mailbox .message-center a .mail-contnet .mail-desc {
font-size: 12px;
display: block;
margin: 1px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
color: #67757c;
white-space: nowrap;
}
.mailbox .message-center a .mail-contnet .time {
font-size: 12px;
display: block;
margin: 1px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
color: #67757c;
white-space: nowrap;
}
@media (min-width: 768px) {
.navbar-header {
width: 25px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.navbar-header .navbar-brand {
padding-top: 0;
}
.page-titles .breadcrumb {
float: right;
}
.card-group .card:first-child {
border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.card-group .card:not(:first-child):not(:last-child) {
border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.material-icon-list-demo .icons div {
width: 33%;
padding: 15px;
display: inline-block;
line-height: 40px;
}
.mini-sidebar .page-wrapper {
margin-left: 60px;
}
.mini-sidebar .footer {
left: 60px;
}
.flex-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
}
}
@media (max-width: 767px) {
.header {
position: fixed;
width: 100%;
}
.header .top-navbar {
padding-right: 15px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: center;
}
.header .top-navbar .navbar-collapse {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.header .top-navbar .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.header .top-navbar .navbar-nav > .nav-item.show {
position: static;
}
.header .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
width: 100%;
margin-top: 0;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link {
padding-left: 0.50rem;
padding-right: 0.50rem;
}
.header .top-navbar .navbar-nav .dropdown-menu {
position: absolute;
}
.mega-dropdown .dropdown-menu {
height: 480px;
overflow: auto;
}
.mini-sidebar .page-wrapper {
margin-left: 0;
padding-top: 60px;
}
}
.left-sidebar {
position: absolute;
width: 240px;
height: 100%;
top: 0;
z-index: 20;
padding-top: 60px;
background: #fff;
-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}
.fix-sidebar .left-sidebar {
position: fixed;
}
.sidebar-footer {
position: fixed;
z-index: 10;
bottom: 0;
left: 0;
-webkit-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
width: 240px;
background: #fff;
border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.sidebar-footer a {
padding: 15px;
width: 33.333337%;
float: left;
text-align: center;
font-size: 18px;
}
.scroll-sidebar {
padding-bottom: 60px;
}
.collapse.in {
display: block;
}
.sidebar-nav {
background: #fff;
padding: 0;
}
.sidebar-nav ul {
margin: 0;
padding: 0;
}
.sidebar-nav ul li {
list-style: none;
}
.sidebar-nav ul li a {
color: #607d8b;
padding: 7px 35px 7px 15px;
display: block;
font-size: 14px;
white-space: nowrap;
}
.sidebar-nav ul li a:hover {
color: #1976d2;
}
.sidebar-nav ul li a:hover i {
color: #1976d2;
}
.sidebar-nav ul li a.active {
color: #1976d2;
font-weight: 500;
}
.sidebar-nav ul li a.active i {
color: #1976d2;
}
.sidebar-nav ul li ul {
padding-left: 28px;
}
.sidebar-nav ul li ul li a {
padding: 7px 35px 7px 15px;
}
.sidebar-nav ul li ul ul {
padding-left: 15px;
}
.sidebar-nav ul li.nav-label {
font-size: 12px;
margin-bottom: 0;
padding: 14px 14px 14px 20px;
color: #607d8b;
font-weight: 600;
text-transform: uppercase;
}
.sidebar-nav ul li.nav-devider {
height: 1px;
background: rgba(120, 130, 140, 0.13);
display: block;
}
.sidebar-nav > ul > li {
margin-bottom: 5px;
}
.sidebar-nav > ul > li > a {
border-left: 3px solid transparent;
}
.sidebar-nav > ul > li > a i {
width: 27px;
font-size: 16px;
display: inline-block;
vertical-align: middle;
color: #99abb4;
}
.sidebar-nav > ul > li > a .label {
position: absolute;
right: 35px;
top: 8px;
}
.sidebar-nav > ul > li > a.active {
font-weight: 400;
background: #fff;
color: #1976d2;
}
.sidebar-nav > ul > li.active > a {
color: #1976d2;
font-weight: 500;
border-left: 3px solid #fff;
}
.sidebar-nav > ul > li.active > a i {
color: #1976d2;
}
.sidebar-nav .has-arrow {
position: relative;
}
.sidebar-nav .has-arrow:after {
position: absolute;
content: '';
width: 7px;
height: 7px;
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #607d8b;
right: 1em;
-webkit-transform: rotate(135deg) translate(0, -50%);
-ms-transform: rotate(135deg) translate(0, -50%);
-o-transform: rotate(135deg) translate(0, -50%);
transform: rotate(135deg) translate(0, -50%);
-webkit-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
top: 47%;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.sidebar-nav .active > .has-arrow:after {
-webkit-transform: rotate(-135deg) translate(0, -50%);
-ms-transform: rotate(-135deg) translate(0, -50%);
-o-transform: rotate(-135deg) translate(0, -50%);
top: 45%;
width: 7px;
transform: rotate(-135deg) translate(0, -50%);
}
.sidebar-nav .has-arrow[aria-expanded=true]:after {
-webkit-transform: rotate(-135deg) translate(0, -50%);
-ms-transform: rotate(-135deg) translate(0, -50%);
-o-transform: rotate(-135deg) translate(0, -50%);
top: 45%;
width: 7px;
transform: rotate(-135deg) translate(0, -50%);
}
.sidebar-nav li > .has-arrow.active:after {
-webkit-transform: rotate(-135deg) translate(0, -50%);
-ms-transform: rotate(-135deg) translate(0, -50%);
-o-transform: rotate(-135deg) translate(0, -50%);
top: 45%;
width: 7px;
transform: rotate(-135deg) translate(0, -50%);
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav {
background: transparent;
}
.mini-sidebar .sidebar-nav #sidebarnav li {
position: relative;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
position: absolute;
left: 60px;
top: 38px;
width: 200px;
z-index: 1001;
background: #f2f6f8;
display: none;
padding-left: 1px;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul {
height: auto !important;
overflow: auto;
display: block;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
display: block;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
width: 260px;
background: #f2f6f8;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .hide-menu {
display: inline;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .label {
display: none;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > a.has-arrow:after {
display: none;
}
.mini-sidebar .sidebar-nav #sidebarnav > li > a {
padding: 9px 18px;
width: 50px;
}
.mini-sidebar .user-profile {
padding-bottom: 15px;
width: 60px;
margin-bottom: 7px;
}
.mini-sidebar .user-profile .profile-img {
width: 50px;
padding: 15px 0 0;
margin: 0 0 0 6px;
}
.mini-sidebar .user-profile .profile-img .setpos {
top: -35px;
}
.mini-sidebar .user-profile .profile-img:before {
top: 15px;
}
.mini-sidebar .user-profile .profile-text {
display: none;
}
.mini-sidebar .left-sidebar {
width: 60px;
}
.mini-sidebar .scroll-sidebar {
padding-bottom: 0;
position: absolute;
overflow-x: hidden !important;
}
.mini-sidebar .hide-menu {
display: none;
}
.mini-sidebar .nav-label {
display: none;
}
.mini-sidebar .sidebar-footer {
display: none;
}
.mini-sidebar > .label {
display: none;
}
.mini-sidebar .nav-devider {
width: 60px;
}
.mini-sidebar.fix-sidebar .left-sidebar {
position: fixed;
}
}
@media (max-width: 767px) {
.mini-sidebar .left-sidebar {
position: fixed;
left: -240px;
}
.mini-sidebar .sidebar-footer {
left: -240px;
}
.mini-sidebar.show-sidebar .left-sidebar {
left: 0;
}
.mini-sidebar.show-sidebar .sidebar-footer {
left: 0;
}
}
.badge {
font-weight: 400;
}
.badge-xs {
font-size: 9px;
-webkit-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px);
}
.badge-sm {
-webkit-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px);
}
.badge-success {
background-color: #26dad2;
}
.badge-info {
background-color: #1976d2;
}
.badge-primary {
background-color: #5c4ac7;
}
.badge-warning {
background-color: #ffb22b;
}
.badge-danger {
background-color: #ef5350;
}
.badge-purple {
background-color: #7460ee;
}
.badge-red {
background-color: #fb3a3a;
}
.badge-inverse {
background-color: #2f3d4a;
}
.label {
padding: 3px 10px;
line-height: 13px;
color: #ffffff;
font-weight: 400;
border-radius: 4px;
font-size: 75%;
}
.label-rounded {
border-radius: 60px;
}
.label-custom {
background-color: #00897b;
}
.label-success {
background-color: #26dad2;
}
.label-info {
background-color: #1976d2;
}
.label-warning {
background-color: #ffb22b;
}
.label-danger {
background-color: #ef5350;
}
.label-megna {
background-color: #00897b;
}
.label-primary {
background-color: #5c4ac7;
}
.label-purple {
background-color: #7460ee;
}
.label-red {
background-color: #fb3a3a;
}
.label-inverse {
background-color: #2f3d4a;
}
.label-default {
background-color: #f2f4f8;
}
.label-white {
background-color: #ffffff;
}
.label-light-success {
background-color: #e8fdeb;
color: #26dad2;
}
.label-light-info {
background-color: #cfecfe;
color: #1976d2;
}
.label-light-warning {
background-color: #fff8ec;
color: #ffb22b;
}
.label-light-danger {
background-color: #f9e7eb;
color: #ef5350;
}
.label-light-megna {
background-color: #e0f2f4;
color: #00897b;
}
.label-light-primary {
background-color: #f1effd;
color: #5c4ac7;
}
.label-light-inverse {
background-color: #f6f6f6;
color: #2f3d4a;
}
.breadcrumb {
margin-bottom: 0;
}
.page-titles {
background: #ffffff;
margin: 0 0 30px;
padding: 15px 10px;
position: relative;
z-index: 10;
-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.page-titles h3 {
margin-bottom: 0;
margin-top: 0;
}
.page-titles .breadcrumb {
padding: 0;
background: transparent;
font-size: 14px;
}
.page-titles .breadcrumb li {
margin-top: 0;
margin-bottom: 0;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: "\e649";
font-family: themify;
color: #a6b7bf;
font-size: 11px;
}
.page-titles .breadcrumb .breadcrumb-item.active {
color: #99abb4;
}
.pagination > li:first-child > a {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:first-child > span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a {
color: #263238;
}
.pagination > li > a:focus {
background-color: #f2f4f8;
}
.pagination > li > a:hover {
background-color: #f2f4f8;
}
.pagination > li > span {
color: #263238;
}
.pagination > li > span:focus {
background-color: #f2f4f8;
}
.pagination > li > span:hover {
background-color: #f2f4f8;
}
.pagination > .active > a {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > a:focus {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > a:hover {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > span {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > span:focus {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination > .active > span:hover {
background-color: #1976d2;
border-color: #1976d2;
}
.pagination-split li {
margin-left: 5px;
display: inline-block;
float: left;
}
.pagination-split li:first-child {
margin-left: 0;
}
.pagination-split li a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.pager li > a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #263238;
}
.pager li > span {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #263238;
}
.footer {
background: #ffffff none repeat scroll 0 0;
border-top: 1px solid rgba(120, 130, 140, 0.13);
color: #67757c;
left: 0;
padding: 17px 15px;
position: absolute;
right: 0;
}
.footer {
left: 240px;
}
#chartdiv3 {
height: 450px;
width: 100%;
}
#chartdiv {
height: 450px;
width: 100%;
}
#zoomable {
height: 450px;
width: 100%;
}
#chartMap {
height: 450px;
width: 100%;
}
.amcharts-graph-g2 .amcharts-graph-stroke {
stroke-dasharray: 3px 3px;
stroke-linejoin: round;
stroke-linecap: round;
-webkit-animation: am-moving-dashes 1s linear infinite;
animation: am-moving-dashes 1s linear infinite;
}
@-webkit-keyframes am-moving-dashes {
100% {
stroke-dashoffset: -31px;
}
}
@keyframes am-moving-dashes {
100% {
stroke-dashoffset: -31px;
}
}
.lastBullet {
-webkit-animation: am-pulsating 1s ease-out infinite;
animation: am-pulsating 1s ease-out infinite;
}
@-webkit-keyframes am-pulsating {
0% {
stroke-opacity: 1;
stroke-width: 0px;
}
100% {
stroke-opacity: 0;
stroke-width: 50px;
}
}
@keyframes am-pulsating {
0% {
stroke-opacity: 1;
stroke-width: 0px;
}
100% {
stroke-opacity: 0;
stroke-width: 50px;
}
}
.amcharts-graph-column-front {
-webkit-transition: all 0.3s 0.3s ease-out;
transition: all 0.3s 0.3s ease-out;
}
.amcharts-graph-column-front:hover {
fill: #496375;
stroke: #496375;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.amcharts-graph-g3 {
stroke-linejoin: round;
stroke-linecap: round;
stroke-dasharray: 500%;
stroke-dasharray: 0 /;
/* fixes IE prob */
stroke-dashoffset: 0 /;
/* fixes IE prob */
-webkit-animation: am-draw 40s;
animation: am-draw 40s;
}
@-webkit-keyframes am-draw {
0% {
stroke-dashoffset: 500%;
}
100% {
stroke-dashoffset: 0%;
}
}
@keyframes am-draw {
0% {
stroke-dashoffset: 500%;
}
100% {
stroke-dashoffset: 0%;
}
}
/* Font Variable
----------------------*/
/* Color Variable
-----------------------*/
/* Solid Color
------------------*/
/* Brand color
----------------------*/
.card {
margin-bottom: 30px;
}
.card .card-subtitle {
color: #99abb4;
font-weight: 300;
margin-bottom: 15px;
}
.card-inverse .card-bodyquote .blockquote-footer {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-subtitle {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-text {
color: rgba(255, 255, 255, 0.65);
}
.card-success {
background: #26dad2 none repeat scroll 0 0;
border-color: #26dad2;
}
.card-danger {
background: #ef5350 none repeat scroll 0 0;
border-color: #ef5350;
}
.card-warning {
background: #ffb22b none repeat scroll 0 0;
border-color: #ffb22b;
}
.card-info {
background: #1976d2 none repeat scroll 0 0;
border-color: #1976d2;
}
.card-primary {
background: #5c4ac7 none repeat scroll 0 0;
border-color: #5c4ac7;
}
.card-dark {
background: #2f3d4a none repeat scroll 0 0;
border-color: #2f3d4a;
}
.card-megna {
background: #00897b none repeat scroll 0 0;
border-color: #00897b;
}
.card-actions {
float: right;
}
.card-actions a {
color: #67757c;
cursor: pointer;
font-size: 13px;
opacity: 0.7;
padding-left: 7px;
}
.card-actions a:hover {
opacity: 1;
}
.card-columns .card {
margin-bottom: 20px;
}
.collapsing {
transition: height 0.08s ease 0s;
}
.card-outline-info {
border-color: #1976d2;
}
.card-outline-info .card-header {
background: #1976d2 none repeat scroll 0 0;
border-color: #1976d2;
}
.card-outline-inverse {
border-color: #2f3d4a;
}
.card-outline-inverse .card-header {
background: #2f3d4a none repeat scroll 0 0;
border-color: #2f3d4a;
}
.card-outline-warning {
border-color: #ffb22b;
}
.card-outline-warning .card-header {
background: #ffb22b none repeat scroll 0 0;
border-color: #ffb22b;
}
.card-outline-success {
border-color: #26dad2;
}
.card-outline-success .card-header {
background: #26dad2 none repeat scroll 0 0;
border-color: #26dad2;
}
.card-outline-danger {
border-color: #ef5350;
}
.card-outline-danger .card-header {
background: #ef5350 none repeat scroll 0 0;
border-color: #ef5350;
}
.card-outline-primary {
border-color: #5c4ac7;
}
.card-outline-primary .card-header {
background: #5c4ac7 none repeat scroll 0 0;
border-color: #5c4ac7;
}
.card-body {
padding: 0;
}
.card {
background: #ffffff none repeat scroll 0 0;
margin: 15px 0;
padding: 20px;
border: 0 solid #e7e7e7;
border-radius: 5px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.card-subtitle {
font-size: 12px;
margin: 10px 0;
}
.card-title {
font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.card-title h4 {
display: inline-block;
font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.card-title p {
font-family: 'Poppins', sans-serif;
margin-bottom: 12px;
}
.vtabs {
display: table;
}
.vtabs .tabs-vertical {
border-bottom: 0 none;
border-right: 1px solid rgba(120, 130, 140, 0.13);
display: table-cell;
vertical-align: top;
width: 150px;
}
.vtabs .tabs-vertical li .nav-link {
border: 0 none;
border-radius: 4px 0 0 4px;
color: #263238;
margin-bottom: 10px;
}
.vtabs .tab-content {
display: table-cell;
padding: 20px;
vertical-align: top;
}
.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
background: #1976d2 none repeat scroll 0 0;
border: 0 none;
color: #ffffff;
}
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #ffffff none repeat scroll 0 0;
border-color: currentcolor #1976d2 currentcolor currentcolor;
border-image: none;
border-style: none solid none none;
border-width: 0 2px 0 0;
color: #1976d2;
margin-right: -1px;
}
.tabcontent-border {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: currentcolor #ddd #ddd;
border-image: none;
border-style: none solid solid;
border-width: 0 1px 1px;
}
.customtab2 li a.nav-link {
border: 0 none;
color: #67757c;
margin-right: 3px;
}
.customtab2 li a.nav-link.active {
background: #1976d2 none repeat scroll 0 0;
color: #ffffff;
}
.customtab2 li a.nav-link:hover {
background: #1976d2 none repeat scroll 0 0;
color: #ffffff;
}
.modal-dialog {
margin: 30px auto;
position: relative;
top: 50%;
transform: translateY(-50%) !important;
width: 70%;
}
.modal-header .close {
font-size: 14px;
margin-right: 15px;
margin-top: 5px;
}
.modal-content {
border-radius: 3px;
}
.timeline {
list-style: none;
padding: 0 0 8px;
position: relative;
}
.timeline:before {
top: 7px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #e7e7e7;
left: 25px;
margin-right: -1.5px;
}
.timeline-title {
margin: 5px 0 !important;
font-size: 16px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:after,
.timeline > li:before {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: calc(100% - 70px);
float: right;
border-radius: 2px;
padding: 5px 20px;
position: relative;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
left: -15px;
display: inline-block;
border-top: 0 solid transparent;
border-right: 0 solid #e7e7e7;
border-left: 0 solid #e7e7e7;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
left: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-right: 14px solid #ffffff;
border-left: 0 solid #ffffff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge {
color: #ffffff;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 10px;
left: 8px;
margin-right: -25px;
background-color: #e6a1f2;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline-body > p {
font-size: 12px;
margin-bottom: 10px;
}
.timeline-badge.primary {
background-color: #4680ff !important;
}
.timeline-badge.success {
background-color: #26dad2 !important;
}
.timeline-badge.warning {
background-color: #ffb64d !important;
}
.timeline-badge.danger {
background-color: #fc6180 !important;
}
.timeline-badge.info {
background-color: #62d1f3 !important;
}
.dataTables_wrapper {
padding-top: 10px;
}
.dt-buttons {
display: inline-block;
margin-bottom: 15px;
padding-top: 5px;
}
.dt-buttons .dt-button {
background: #1976d2 none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
margin-right: 3px;
padding: 5px 15px;
}
.dt-buttons .dt-button:hover {
background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
display: inline-block;
}
.dataTables_length {
margin-top: 10px;
}
.dataTables_length select {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
padding-bottom: 5px;
transition: background 0s ease-out 0s;
}
.dataTables_length select:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
.dataTables_filter {
float: right;
margin-top: 10px;
}
.dataTables_filter input {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none;
margin-left: 10px;
transition: background 0s ease-out 0s;
}
.dataTables_filter input:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
background: transparent none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
content: "";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting_desc::after {
content: "";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting::after {
color: rgba(50, 50, 50, 0.5);
content: "";
cursor: pointer;
font-family: fontawesome !important;
margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
padding-top: 0.25em;
text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
border: 1px solid #ddd;
box-sizing: border-box;
color: #67757c;
cursor: pointer;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
text-align: center;
text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
background-color: #1976d2;
border: 1px solid #1976d2;
color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
background: transparent none repeat scroll 0 0;
border: 1px solid #ddd;
box-shadow: none;
color: #67757c;
cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background-color: #1976d2;
border: 1px solid #1976d2;
color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
background-color: #67757c;
outline: medium none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
.tablesaw-bar .btn-group label {
color: #67757c !important;
}
.dt-bootstrap {
display: block;
}
.paging_simple_numbers .pagination .paginate_button {
background: #ffffff none repeat scroll 0 0;
padding: 0;
}
.paging_simple_numbers .pagination .paginate_button:hover {
background: #ffffff none repeat scroll 0 0;
}
.paging_simple_numbers .pagination .paginate_button a {
border: 0 none;
padding: 2px 10px;
}
.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
background: #1976d2 none repeat scroll 0 0;
color: #ffffff;
}
.panel {
border-radius: 0;
margin: 15px 0;
}
.panel-body {
font-family: 'Poppins', sans-serif;
}
.panel-primary {
border-color: #4680ff;
}
.panel-primary .panel-heading {
background: #4680ff;
border-color: #4680ff;
color: #ffffff;
}
.panel-success {
border-color: #26dad2;
}
.panel-success .panel-heading {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
}
.panel-info {
border-color: #62d1f3;
}
.panel-info .panel-heading {
background: #62d1f3;
border-color: #62d1f3;
color: #ffffff;
}
.panel-danger {
border-color: #fc6180;
}
.panel-danger .panel-heading {
background: #fc6180;
border-color: #fc6180;
color: #ffffff;
}
.panel-warning {
border-color: #ffb64d;
}
.panel-warning .panel-heading {
background: #ffb64d;
border-color: #ffb64d;
color: #ffffff;
}
.panel-pink {
border-color: #e6a1f2;
}
.panel-pink .panel-heading {
background: #e6a1f2;
border-color: #e6a1f2;
color: #ffffff;
}
.panel-dark {
border-color: #444c67;
}
.panel-dark .panel-heading {
background: #444c67;
border-color: #444c67;
color: #ffffff;
}
.panel-white {
border-color: #252525;
}
.panel-white .panel-heading {
background: #ffffff;
border-color: #252525;
color: #252525;
}
.btn {
padding: 7px 12px;
cursor: pointer;
}
.btn-group label {
color: #ffffff !important;
margin-bottom: 0;
}
.btn-group label.btn-secondary {
color: #67757c !important;
}
.btn-lg {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.btn-md {
padding: 12px 55px;
font-size: 16px;
}
.btn-circle {
border-radius: 100%;
width: 40px;
height: 40px;
padding: 10px;
}
.btn-circle.btn-sm {
width: 35px;
height: 35px;
padding: 8px 10px;
font-size: 14px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 14px 15px;
font-size: 18px;
line-height: 22px;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 14px 15px;
font-size: 24px;
}
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 12px;
}
.btn-xs {
padding: 0.25rem 0.5rem;
font-size: 10px;
}
.button-list a {
margin: 5px 12px 5px 0;
}
.button-list button {
margin: 5px 12px 5px 0;
}
.btn-outline {
color: inherit;
background-color: transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.btn-rounded {
border-radius: 60px;
padding: 7px 18px;
}
.btn-rounded.btn-lg {
padding: 0.75rem 1.5rem;
}
.btn-rounded.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 12px;
}
.btn-rounded.btn-xs {
padding: 0.25rem 0.5rem;
font-size: 10px;
}
.btn-rounded.btn-md {
padding: 12px 35px;
font-size: 16px;
}
.btn-secondary {
-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color: #ffffff;
color: #67757c;
border-color: #b1b8bb;
}
.btn-secondary:hover {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary:focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled {
-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color: #ffffff;
color: #67757c;
border-color: #b1b8bb;
}
.btn-secondary.disabled:hover {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled:focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-secondary.disabled.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-primary {
background: #5c4ac7;
border: 1px solid #5c4ac7;
-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-primary:hover {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
border: 1px solid #5c4ac7;
}
.btn-primary:active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary:active:focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary:active:hover {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary:focus {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.disabled {
background: #5c4ac7;
border: 1px solid #5c4ac7;
-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-primary.disabled:hover {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
border: 1px solid #5c4ac7;
}
.btn-primary.disabled:active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary.disabled:focus {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary.active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-primary.active:focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.active:hover {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.disabled.active {
background: #6352ce;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}
.btn-themecolor {
background: #1976d2;
color: #ffffff;
border: 1px solid #1976d2;
}
.btn-themecolor:hover {
background: #1976d2;
opacity: 0.7;
border: 1px solid #1976d2;
}
.btn-themecolor:active {
background: #028ee1;
}
.btn-themecolor:focus {
background: #028ee1;
}
.btn-themecolor.disabled {
background: #1976d2;
color: #ffffff;
border: 1px solid #1976d2;
}
.btn-themecolor.disabled:hover {
background: #1976d2;
opacity: 0.7;
border: 1px solid #1976d2;
}
.btn-themecolor.disabled:active {
background: #028ee1;
}
.btn-themecolor.disabled:focus {
background: #028ee1;
}
.btn-themecolor.active {
background: #028ee1;
}
.btn-themecolor.disabled.active {
background: #028ee1;
}
.btn-success {
background: #26dad2;
border: 1px solid #26dad2;
-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-success:hover {
background: #26dad2;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
border: 1px solid #26dad2;
}
.btn-success:active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success:active:focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success:active:hover {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success:focus {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.disabled {
background: #26dad2;
border: 1px solid #26dad2;
-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-success.disabled:hover {
background: #26dad2;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
border: 1px solid #26dad2;
}
.btn-success.disabled:active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success.disabled:focus {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success.active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-success.active:focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.active:hover {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.disabled.active {
background: #1eacbe;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-info {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-info:hover {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info:active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info:active:focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info:active:hover {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info:focus {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.disabled {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-info.disabled:hover {
background: #1976d2;
border: 1px solid #1976d2;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.disabled:active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.disabled:focus {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active:focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.active:hover {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.disabled.active {
background: #028ee1;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-warning {
background: #ffb22b;
-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
border: 1px solid #ffb22b;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
color: #ffffff;
}
.btn-warning:hover {
background: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
border: 1px solid #ffb22b;
}
.btn-warning:active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning:active:focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning:active:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning:focus {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.disabled {
background: #ffb22b;
-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
border: 1px solid #ffb22b;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
color: #ffffff;
}
.btn-warning.disabled:hover {
background: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
border: 1px solid #ffb22b;
}
.btn-warning.disabled:active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning.disabled:focus {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning.active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-warning.active:focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.active:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.disabled.active {
background: #e9ab2e;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-danger {
background: #ef5350;
border: 1px solid #ef5350;
-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-danger:hover {
background: #ef5350;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
border: 1px solid #ef5350;
}
.btn-danger:active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger:active:focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger:active:hover {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger:focus {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.disabled {
background: #ef5350;
border: 1px solid #ef5350;
-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-danger.disabled:hover {
background: #ef5350;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
border: 1px solid #ef5350;
}
.btn-danger.disabled:active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger.disabled:focus {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger.active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-danger.active:focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.active:hover {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.disabled.active {
background: #e6294b;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-inverse {
background: #2f3d4a;
border: 1px solid #2f3d4a;
color: #ffffff;
}
.btn-inverse:hover {
background: #2f3d4a;
opacity: 0.7;
color: #ffffff;
border: 1px solid #2f3d4a;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse:active {
background: #232a37;
color: #ffffff;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse:focus {
background: #232a37;
color: #ffffff;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse.disabled {
background: #2f3d4a;
border: 1px solid #2f3d4a;
color: #ffffff;
}
.btn-inverse.disabled:hover {
background: #2f3d4a;
opacity: 0.7;
color: #ffffff;
border: 1px solid #2f3d4a;
}
.btn-inverse.disabled:active {
background: #232a37;
color: #ffffff;
}
.btn-inverse.disabled:focus {
background: #232a37;
color: #ffffff;
}
.btn-inverse.active {
background: #232a37;
color: #ffffff;
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-inverse.disabled.active {
background: #232a37;
color: #ffffff;
}
.btn-red {
background: #fb3a3a;
border: 1px solid #fb3a3a;
color: #ffffff;
}
.btn-red:hover {
opacity: 0.7;
border: 1px solid #fb3a3a;
background: #fb3a3a;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red:active {
background: #e6294b;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red:focus {
background: #e6294b;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red.disabled {
background: #fb3a3a;
border: 1px solid #fb3a3a;
color: #ffffff;
}
.btn-red.disabled:hover {
opacity: 0.7;
border: 1px solid #fb3a3a;
background: #fb3a3a;
}
.btn-red.disabled:active {
background: #e6294b;
}
.btn-red.disabled:focus {
background: #e6294b;
}
.btn-red.active {
background: #e6294b;
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-red.disabled.active {
background: #e6294b;
}
.btn-outline-secondary {
background-color: #ffffff;
-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary:hover {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-primary {
color: #5c4ac7;
background-color: #ffffff;
border-color: #5c4ac7;
-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-primary:focus {
background: #5c4ac7;
color: #ffffff;
border-color: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background: #6352ce;
}
.btn-outline-primary:hover {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
color: #ffffff;
border-color: #5c4ac7;
}
.btn-outline-primary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background: #6352ce;
}
.btn-outline-primary.focus {
background: #5c4ac7;
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
color: #ffffff;
border-color: #5c4ac7;
}
.btn-outline-primary.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
background: #6352ce;
}
.btn-outline-success {
color: #26dad2;
background-color: transparent;
border-color: #26dad2;
-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-success:focus {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background: #1eacbe;
}
.btn-outline-success:hover {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-success:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background: #1eacbe;
}
.btn-outline-success.focus {
background: #26dad2;
border-color: #26dad2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-success.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
background: #1eacbe;
}
.btn-outline-info {
color: #1976d2;
background-color: transparent;
border-color: #1976d2;
-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-info:focus {
background: #1976d2;
border-color: #1976d2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background: #028ee1;
}
.btn-outline-info:hover {
background: #1976d2;
border-color: #1976d2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-info:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background: #028ee1;
}
.btn-outline-info.focus {
background: #1976d2;
border-color: #1976d2;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-info.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
background: #028ee1;
}
.btn-outline-warning {
color: #ffb22b;
background-color: transparent;
border-color: #ffb22b;
-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-warning:focus {
background: #ffb22b;
border-color: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background: #e9ab2e;
}
.btn-outline-warning:hover {
background: #ffb22b;
border-color: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background: #e9ab2e;
}
.btn-outline-warning.focus {
background: #ffb22b;
border-color: #ffb22b;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
background: #e9ab2e;
}
.btn-outline-danger {
color: #ef5350;
background-color: transparent;
border-color: #ef5350;
-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-danger:focus {
background: #ef5350;
border-color: #ef5350;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-danger:hover {
background: #ef5350;
border-color: #ef5350;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-danger.focus {
background: #ef5350;
border-color: #ef5350;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-red {
color: #fb3a3a;
background-color: transparent;
border-color: #fb3a3a;
}
.btn-outline-red:focus {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-red:hover {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-red.focus {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red.active {
-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
background: #e6294b;
}
.btn-outline-inverse {
color: #2f3d4a;
background-color: transparent;
border-color: #2f3d4a;
}
.btn-outline-inverse:focus {
background: #2f3d4a;
border-color: #2f3d4a;
color: #ffffff;
}
.btn-outline-inverse:hover {
background: #2f3d4a;
border-color: #2f3d4a;
color: #ffffff;
}
.btn-outline-inverse.focus {
background: #2f3d4a;
border-color: #2f3d4a;
color: #ffffff;
}
.btn-primary.active.focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.btn-primary.focus:active {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-primary.focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-primary:focus {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-primary:hover {
background-color: #6352ce;
border: 1px solid #6352ce;
}
.open > .dropdown-toggle.btn-success.focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.open > .dropdown-toggle.btn-success:focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.open > .dropdown-toggle.btn-success:hover {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.open > .dropdown-toggle.btn-info.focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-info:focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-info:hover {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-warning.focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-warning:focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-warning:hover {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-danger.focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.open > .dropdown-toggle.btn-danger:focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.open > .dropdown-toggle.btn-danger:hover {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.open > .dropdown-toggle.btn-inverse {
background-color: #232a37;
border: 1px solid #232a37;
}
.open > .dropdown-toggle.btn-red {
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn-success.active.focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.focus {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-success.focus:active {
background-color: #1eacbe;
border: 1px solid #1eacbe;
}
.btn-info.active.focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.focus {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-info.focus:active {
background-color: #028ee1;
border: 1px solid #028ee1;
}
.btn-warning.active.focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.focus {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-warning.focus:active {
background-color: #e9ab2e;
border: 1px solid #e9ab2e;
}
.btn-danger.active.focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.focus {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-danger.focus:active {
background-color: #e6294b;
border: 1px solid #e6294b;
}
.btn-inverse.focus {
background-color: #232a37;
border: 1px solid #232a37;
}
.btn-red.focus {
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.button-box .btn {
margin: 0 8px 8px 0;
}
.btn-label {
background: rgba(0, 0, 0, 0.05);
display: inline-block;
margin: -6px 12px -6px -14px;
padding: 7px 15px;
}
.btn-facebook {
color: #ffffff;
background-color: #3b5998;
}
.btn-twitter {
color: #ffffff;
background-color: #55acee;
}
.btn-linkedin {
color: #ffffff;
background-color: #007bb6;
}
.btn-dribbble {
color: #ffffff;
background-color: #ea4c89;
}
.btn-googleplus {
color: #ffffff;
background-color: #dd4b39;
}
.btn-instagram {
color: #ffffff;
background-color: #3f729b;
}
.btn-pinterest {
color: #ffffff;
background-color: #cb2027;
}
.btn-dropbox {
color: #ffffff;
background-color: #007ee5;
}
.btn-flickr {
color: #ffffff;
background-color: #ff0084;
}
.btn-tumblr {
color: #ffffff;
background-color: #32506d;
}
.btn-skype {
color: #ffffff;
background-color: #00aff0;
}
.btn-youtube {
color: #ffffff;
background-color: #bb0000;
}
.btn-github {
color: #ffffff;
background-color: #171515;
}
.map {
width: 100%;
height: 400px;
}
.chat-sidebar {
background-color: #eef5f9;
border-left: 1px solid #e7e7e7;
position: fixed;
right: -240px;
bottom: 0;
top: 55px;
width: 240px;
z-index: 2;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.chat-sidebar .user-name {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar .content {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar .textarea {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar .seen {
font-family: 'Poppins', sans-serif;
}
.chat-sidebar.is-active {
right: 0;
}
.chat-user-search .input-group-addon {
background: #ffffff;
border-radius: 0px;
border: 0px;
}
.chat-user-search .form-control {
border: 0px;
}
.hidden {
display: none;
}
/* Home Chat Widget
---------------------------------*/
.chat-widget .chat_window {
position: relative;
width: 100%;
height: 500px;
border-radius: 10px;
background-color: #ffffff;
background-color: #f8f8f8;
overflow: hidden;
}
.chat-widget .messages {
position: relative;
list-style: none;
padding: 20px 10px 0 10px;
margin: 0;
min-height: 350px;
overflow: scroll;
}
.chat-widget .messages .message {
clear: both;
overflow: hidden;
margin-bottom: 20px;
transition: all 0.5s linear;
opacity: 0;
}
.chat-widget .messages .message .avatar {
width: 60px;
height: 60px;
border-radius: 50%;
display: inline-block;
}
.chat-widget .messages .message .text_wrapper {
display: inline-block;
padding: 20px;
border-radius: 6px;
width: calc(100% - 100px);
min-width: 100px;
position: relative;
}
.chat-widget .messages .message .text_wrapper .text {
font-size: 18px;
font-weight: 300;
}
.chat-widget .messages .message .text_wrapper::after {
top: 18px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 13px;
margin-top: 0px;
}
.chat-widget .messages .message .text_wrapper:before {
top: 18px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.chat-widget .messages .message .text_wrapper::before {
border-width: 15px;
margin-top: -2px;
}
.chat-widget .messages .message.left .text_wrapper::after,
.chat-widget .messages .message.left .text_wrapper::before {
right: 100%;
border-right-color: #ffe6cb;
}
.chat-widget .messages .message.left .avatar {
background-color: #f5886e;
float: left;
}
.chat-widget .messages .message.left .text_wrapper {
background-color: #ffe6cb;
margin-left: 20px;
}
.chat-widget .messages .message.left .text {
color: #c48843;
}
.chat-widget .messages .message.right .text_wrapper::after,
.chat-widget .messages .message.right .text_wrapper::before {
left: 100%;
border-left-color: #c7eafc;
}
.chat-widget .messages .message.right .avatar {
background-color: #fdbf68;
float: right;
}
.chat-widget .messages .message.right .text_wrapper {
background-color: #c7eafc;
margin-right: 20px;
float: right;
}
.chat-widget .messages .message.right .text {
color: #45829b;
}
.chat-widget .messages .message.appeared {
opacity: 1;
}
.chat-widget .bottom_wrapper {
position: relative;
position: absolute;
width: 100%;
background-color: #ffffff;
padding: 20px 20px;
bottom: 0;
}
.chat-widget .bottom_wrapper .message_input_wrapper {
display: inline-block;
height: 50px;
border-radius: 25px;
border: 1px solid #bcbdc0;
width: calc(100% - 160px);
position: relative;
padding: 0 20px;
}
.chat-widget .bottom_wrapper .message_input_wrapper .message_input {
border: none;
height: 100%;
box-sizing: border-box;
width: calc(100% - 45px);
position: absolute;
outline-width: 0;
color: gray;
}
.chat-widget .bottom_wrapper .send_message {
width: 140px;
height: 50px;
display: inline-block;
border-radius: 50px;
background-color: #a3d063;
border: 2px solid #a3d063;
color: #ffffff;
cursor: pointer;
transition: all 0.2s linear;
text-align: center;
float: right;
}
.chat-widget .bottom_wrapper .send_message .text {
font-size: 18px;
font-weight: 300;
display: inline-block;
line-height: 48px;
}
.chat-widget .bottom_wrapper .send_message:hover {
color: #a3d063;
background-color: #ffffff;
}
.chat-widget .message_template {
display: none;
}
.testimonial-widget-one .testimonial-content {
text-align: center;
}
.testimonial-widget-one .testimonial-text {
margin-bottom: 15px;
}
.testimonial-widget-one .testimonial-author-position {
font-family: 'Poppins', sans-serif;
position: relative;
top: -5px;
margin-top: 5px;
text-align: center;
font-size: 12px;
}
.testimonial-widget-one .testimonial-author {
padding-top: 15px;
position: relative;
top: -5px;
font-weight: 600;
color: #ffffff;
text-align: center;
}
.testimonial-widget-one .testimonial-author-img {
border-radius: 100px;
height: 50px !important;
width: 50px !important;
margin: 0 auto;
}
.weather-one i {
font-size: 100px;
position: relative;
top: 5px;
color: #ffffff;
}
.weather-one h2 {
display: inline-block;
float: right;
font-size: 48px;
color: #ffffff;
}
.weather-one .city {
position: relative;
text-align: right;
top: -25px;
}
.weather-one .currently {
font-size: 16px;
font-weight: 400;
position: relative;
top: 25px;
}
.weather-one .celcious {
text-align: right;
font-size: 20px;
color: #ffffff;
}
[contenteditable]:hover,
[contenteditable]:focus {
background: #93b5ff;
}
.control-bar {
position: relative;
z-index: 100;
background: #4680ff;
color: #ffffff;
padding: 15px;
margin-bottom: 30px;
}
.control-bar .slogan {
font-weight: bold;
font-size: 1.2rem;
display: inline-block;
margin-right: 2rem;
}
.control-bar label {
margin: 0px;
color: #ffffff;
}
.control-bar a {
margin: 0;
padding: .5em 1em;
background: #ffffff;
color: #455a64;
}
.control-bar a:hover {
background: #93b5ff;
}
.control-bar input {
border: none;
background: #93b5ff;
max-width: 30px;
text-align: center;
color: #455a64;
}
.control-bar input:hover {
background: #93b5ff;
}
.hidetax .taxrelated {
display: none;
}
.showtax .notaxrelated {
display: none;
}
.hidedate .daterelated {
display: none;
}
.showdate .notdaterelated {
display: none;
}
.details input {
display: inline;
margin: 0 0 0 .5rem;
border: none;
width: 55px;
min-width: 0;
background: transparent;
text-align: left;
}
.invoice-edit .rate:before,
.invoice-edit .price:before,
.invoice-edit .sum:before,
.invoice-edit .tax:before,
.invoice-edit #total_price:before,
.invoice-edit #total_tax:before {
content: '€';
}
.invoice-edit .me,
.invoice-edit .info,
.invoice-edit .bank,
.invoice-edit .smallme,
.invoice-edit .client,
.invoice-edit .bill,
.invoice-edit .details {
padding: 15px;
}
.invoice-logo img {
display: block;
vertical-align: top;
width: 50px;
}
/**
* INVOICELIST BODY
*/
.invoicelist-body {
margin: 1rem;
}
.invoicelist-body table {
width: 100%;
}
.invoicelist-body thead {
text-align: left;
border-bottom: 2pt solid #666;
}
.invoicelist-body td,
.invoicelist-body th {
position: relative;
padding: 1rem;
}
.invoicelist-body tr:nth-child(even) {
background: #eef5f9;
}
.invoicelist-body tr:hover .removeRow {
display: block;
}
.invoicelist-body input {
display: inline;
margin: 0;
border: none;
width: 80%;
min-width: 0;
background: transparent;
text-align: left;
}
.invoicelist-body .control {
display: inline-block;
color: white;
background: #4680ff;
padding: 3px 7px;
font-size: .9rem;
text-transform: uppercase;
cursor: pointer;
}
.invoicelist-body .control:hover {
background: #6092ff;
}
.invoicelist-body .newRow {
margin: .5rem 0;
float: left;
}
.invoicelist-body .removeRow {
display: none;
position: absolute;
top: .1rem;
bottom: .1rem;
left: -1.3rem;
font-size: .7rem;
border-radius: 3px 0 0 3px;
padding: .5rem;
}
/**
* INVOICE LIST FOOTER
*/
.invoicelist-footer {
margin: 1rem;
}
.invoicelist-footer table {
float: right;
width: 25%;
}
.invoicelist-footer table td {
padding: 1rem 2rem 0 1rem;
text-align: right;
}
.invoicelist-footer table tr:nth-child(2) td {
padding-top: 0;
}
.invoicelist-footer table #total_price {
font-size: 2rem;
color: #4680ff;
}
/**
* NOTE
*/
.note {
margin: 75px 15px;
}
.hidenote .note {
display: none;
}
.note h2 {
margin: 0;
font-size: 12px;
font-weight: bold;
}
.note p {
font-size: 12px;
padding: 0px 5px;
}
/**
* FOOTER
*/
footer {
display: block;
margin: 1rem 0;
padding: 1rem 0 0;
}
footer p {
font-size: 12px;
}
/**
* PRINT STYLE
*/
@media print {
.header,
.sidebar,
.chat-sidebar,
.control,
.control-bar {
display: none !important;
}
[contenteditable]:hover,
[contenteditable]:focus {
outline: none;
}
}
#invoice {
position: relative;
/* top: -290px;*/
margin-bottom: 120px;
/* width: 700px;*/
background: #ffffff;
padding: 30px;
}
#invoice-table {
/* Targets all id with 'col-' */
border-bottom: 1px solid #e7e7e7;
padding: 30px 0px;
}
#invoice-top {
min-height: 120px;
}
#invoice-mid {
min-height: 120px;
}
#invoice-bot {
min-height: 250px;
}
.invoice-logo {
float: left;
height: 60px;
width: 60px;
background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
background-size: 60px 60px;
}
.clientlogo {
float: left;
height: 60px;
width: 60px;
background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
background-size: 60px 60px;
border-radius: 50px;
}
.invoice-info {
display: block;
float: left;
margin-left: 20px;
}
.invoice-info h2 {
color: #455a64;
font-size: 14px;
}
.invoice-info p {
font-size: 12px;
}
.title {
float: right;
}
.title h4 {
color: #455a64;
text-align: right;
}
.title p {
text-align: right;
font-size: 12px;
}
#project {
margin-left: 52%;
}
#project p {
font-size: 12px;
}
#invoice-table h2 {
font-size: 18px;
}
.tabletitle {
padding: 5px;
background: #e7e7e7;
}
.service {
border: 1px solid #e7e7e7;
}
.table-item {
width: 50%;
}
.itemtext {
font-size: .9em;
}
#legalcopy {
margin-top: 30px;
}
#legalcopy p {
font-size: 12px;
}
.effect2 {
position: relative;
}
.effect2:before,
.effect2:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.effect2:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.legal {
width: 70%;
}
/* All Invoice Page Responsive
--------------------------- */
@media (max-width: 480px) {
.control-bar {
padding: 15px 15px 40px;
}
}
@media (max-width: 360px) {
.notaxrelated {
margin-top: 15px;
}
}
/* Widget One
---------------------------*/
.stat-widget-one .stat-icon {
vertical-align: top;
}
.stat-widget-one .stat-icon i {
font-size: 30px;
border-width: 3px;
border-style: solid;
border-radius: 100px;
padding: 15px;
font-weight: 900;
display: inline-block;
}
.stat-widget-one .stat-content {
margin-left: 30px;
margin-top: 7px;
}
.stat-widget-one .stat-text {
font-size: 14px;
color: #99abb4;
}
.stat-widget-one .stat-digit {
font-size: 24px;
color: #455a64;
}
/* Widget Two
---------------------------*/
.stat-widget-two {
text-align: center;
}
.stat-widget-two .stat-digit {
font-size: 40px;
font-weight: 700;
color: #455a64;
}
.stat-widget-two .stat-text {
font-size: 20px;
margin-bottom: 5px;
color: #99abb4;
}
.stat-widget-two .progress {
height: 8px;
margin-bottom: 0;
margin-top: 20px;
box-shadow: none;
}
.stat-widget-two .progress-bar {
box-shadow: none;
}
/* Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
display: inline-block;
padding: 33px;
position: absolute;
line-height: 21px;
}
.stat-widget-three .stat-icon i {
font-size: 30px;
color: #ffffff;
}
.stat-widget-three .stat-content {
text-align: center;
padding: 15px;
margin-left: 90px;
}
.stat-widget-three .stat-digit {
font-size: 30px;
}
.stat-widget-three .stat-text {
padding-top: 7px;
}
.home-widget-three .stat-icon {
line-height: 19px;
padding: 27px;
}
.home-widget-three .stat-digit {
font-size: 24px;
font-weight: 300;
color: #455a64;
}
.home-widget-three .stat-content {
text-align: center;
margin-left: 60px;
padding: 13px;
}
.stat-widget-four {
position: relative;
}
.stat-widget-four .stat-icon {
display: inline-block;
position: absolute;
top: 5px;
}
.stat-widget-four i {
display: block;
font-size: 36px;
}
.stat-widget-four .stat-content {
margin-left: 40px;
text-align: center;
}
.stat-widget-four .stat-heading {
font-size: 20px;
}
.stat-widget-five .stat-icon {
border-radius: 100px;
display: inline-block;
position: absolute;
}
.stat-widget-five i {
border-radius: 100px;
display: block;
font-size: 36px;
padding: 30px;
}
.stat-widget-five .stat-content {
margin-left: 100px;
padding: 24px 0;
position: relative;
text-align: right;
vertical-align: middle;
}
.stat-widget-five .stat-heading {
text-align: right;
padding-left: 80px;
font-size: 20px;
font-weight: 200;
}
.stat-widget-six {
position: relative;
}
.stat-widget-six .stat-icon {
display: inline-block;
position: absolute;
top: 5px;
}
.stat-widget-six i {
display: block;
font-size: 36px;
}
.stat-widget-six .stat-content {
margin-left: 40px;
text-align: center;
}
.stat-widget-six .stat-heading {
font-size: 16px;
font-weight: 300;
}
.stat-widget-six .stat-text {
font-size: 12px;
padding-top: 4px;
}
.stat-widget-seven .stat-heading {
text-align: center;
}
.stat-widget-seven .gradient-circle {
text-align: center;
position: relative;
margin: 30px auto;
display: inline-block;
width: 100%;
}
.stat-widget-seven .gradient-circle i {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 35px;
font-size: 30px;
}
.stat-widget-seven .stat-footer {
text-align: center;
margin-top: 30px;
}
.stat-widget-seven .stat-footer .stat-count {
padding-left: 5px;
}
.stat-widget-seven .count-header {
color: #252525;
font-size: 12px;
font-weight: 400;
line-height: 30px;
}
.stat-widget-seven .stat-count {
font-size: 18px;
font-weight: 400;
color: #252525;
}
.stat-widget-seven .analytic-arrow {
position: relative;
}
.stat-widget-seven .analytic-arrow i {
font-size: 12px;
}
/* Stat widget Eight
--------------------------- */
.stat-widget-eight {
padding: 15px;
}
.stat-widget-eight .header-title {
font-size: 20px;
font-weight: 300;
}
.stat-widget-eight .ti-more-alt {
color: #878787;
cursor: pointer;
left: -5px;
position: absolute;
transform: rotate(90deg);
}
.stat-widget-eight .stat-content {
margin-top: 50px;
}
.stat-widget-eight .stat-content .ti-arrow-up {
font-size: 30px;
color: #26dad2;
}
.stat-widget-eight .stat-content .stat-digit {
font-size: 24px;
font-weight: 300;
margin-left: 15px;
}
.stat-widget-eight .stat-content .progress-stats {
color: #aaadb2;
font-weight: 400;
position: relative;
top: 10px;
}
.stat-widget-eight .progress {
margin-bottom: 0;
margin-top: 30px;
height: 7px;
background: #EAEAEA;
box-shadow: none;
}
.stat-widget-nine .all-like {
float: right;
}
.stat-widget-nine .stat-icon i {
font-size: 22px;
}
.stat-widget-nine .stat-text {
font-size: 14px;
}
.stat-widget-nine .stat-digit {
font-size: 14px;
}
.stat-widget-nine .like-count {
font-size: 30px;
}
.horizontal {
position: relative;
}
.horizontal:before {
background: #ffffff;
bottom: 0;
content: "";
height: 38px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 1px;
}
.widget-ten span i {
color: #ffffff;
opacity: 0.5;
}
.widget-ten h5 {
color: #ffffff;
}
.widget-ten p {
color: #ffffff !important;
opacity: 0.75;
}
/*
=================================================
Responsive
=================================================
*/
@media (max-width: 768px) {
.card {
display: inline-block;
width: 100%;
}
}
@media (max-width: 360px) {
.stat-widget-five .stat-heading {
padding-left: 0;
}
.stat-widget-two .stat-digit {
font-size: 16px;
}
.stat-widget-two .stat-text {
font-size: 14px;
}
.stat-widget-three .stat-digit {
font-size: 20px;
}
.stat-widget-four .stat-heading {
font-size: 18px;
}
.stat-widget-three .stat-icon {
padding: 26px;
}
}
.round-widget {
border: 1px solid red;
border-radius: 100px;
display: inline-block;
height: 60px;
line-height: 60px;
text-align: center;
width: 60px;
}
.recent-comment .media {
border-bottom: 1px solid #e7e7e7;
padding-bottom: 10px;
padding-top: 10px;
}
.recent-comment .media-left {
padding-right: 25px;
}
.recent-comment .media-left img {
border-radius: 100px;
width: 40px;
}
.recent-comment .media-body {
position: relative;
}
.recent-comment .media-body h4 {
font-size: 16px;
margin-bottom: 10px;
}
.recent-comment .media-body p {
margin-bottom: 10px;
line-height: 16px;
color: #99abb4;
}
.recent-comment .comment-date {
position: absolute;
right: 0;
top: 0;
color: #455a64;
font-family: 'Poppins', sans-serif;
font-size: 12px;
}
.comment-action {
float: left;
}
.comment-action .badge {
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.comment-action i {
padding: 0 5px;
}
.recent-meaasge {
margin-top: 15px;
}
.recent-meaasge .media {
border-bottom: 1px solid #e7e7e7;
padding-top: 10px;
padding-bottom: 10px;
}
.recent-meaasge .media-left {
padding-right: 25px;
}
.recent-meaasge .media-left img {
border-radius: 100px;
width: 50px;
}
.recent-meaasge .media-body {
position: relative;
}
.recent-meaasge .media-body h4 {
font-size: 16px;
}
.recent-meaasge .media-body p {
margin-top: 10px;
margin-bottom: 10px;
}
.meaasge-date {
float: right;
color: #455a64;
position: absolute;
right: 0;
top: 0;
font-size: 12px;
}
/* Input Style
------------------------*/
.form-group {
margin-bottom: 20px;
}
.form-control {
height: 42px;
border-radius: 0;
box-shadow: none;
border-color: #e7e7e7;
font-family: 'Poppins', sans-serif;
}
.form-control:hover {
box-shadow: none;
border-color: #e7e7e7;
}
.form-control.active,
.form-control:focus {
box-shadow: none;
border-color: #878787;
}
.input-default {
border-radius: 4px;
}
.input-flat {
border-radius: 0;
}
.input-rounded {
border-radius: 100px;
}
.input-focus {
border-color: #4680ff;
}
.input-focus:focus {
border-color: #4680ff;
}
/* Search Box Input Button
--------------------------------*/
.input-group-btn .btn {
padding: 10px 12px;
}
.input-group-default .form-control {
border-radius: 4px;
}
.input-group-flat .form-control {
border-radius: 4px;
}
.input-group-flat .btn {
border-radius: 0;
}
.input-group-rounded .form-control {
border-radius: 100px;
}
.input-group-rounded .btn-group-left {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.input-group-rounded .btn-group-right {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.input-group-close-icon {
background: none;
color: #252525;
border-color: #e7e7e7;
}
.input-group-close-icon.active,
.input-group-close-icon:focus,
.input-group-close-icon:hover {
background: none;
border-color: #e7e7e7;
color: #252525;
}
/* Input States
-----------------------*/
.has-default .form-control.active,
.has-error .form-control.active,
.has-success .form-control.active,
.has-warning .form-control.active,
.has-default .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-default .form-control:hover,
.has-error .form-control:hover,
.has-success .form-control:hover,
.has-warning .form-control:hover {
box-shadow: none;
}
.has-default .control-label {
color: #878787;
}
.has-default .form-control {
border-color: #878787;
}
.has-default .form-control.active,
.has-default .form-control:focus,
.has-default .form-control:hover {
border-color: #878787;
}
.has-success .control-label {
color: #26dad2;
}
.has-success .form-control {
border-color: #26dad2;
}
.has-success .form-control.active,
.has-success .form-control:focus,
.has-success .form-control:hover {
border-color: #26dad2;
}
.has-warning .control-label {
color: #ffb64d;
}
.has-warning .form-control {
border-color: #ffb64d;
}
.has-warning .form-control.active,
.has-warning .form-control:focus,
.has-warning .form-control:hover {
border-color: #ffb64d;
}
.has-error .control-label {
color: #fc6180;
}
.has-error .form-control {
border-color: #fc6180;
}
.has-error .form-control.active,
.has-error .form-control:focus,
.has-error .form-control:hover {
border-color: #fc6180;
}
.has-feedback label ~ .form-control-feedback {
top: 35px;
}
.form-horizontal .has-feedback .form-control-feedback {
top: 5px;
}
.has-success .form-control-feedback {
color: #26dad2;
}
.has-warning .form-control-feedback {
color: #ffb64d;
}
.has-error .form-control-feedback {
color: #fc6180;
}
.has-success .input-group-addon {
background-color: #93ede9;
border-color: #26dad2;
color: #26dad2;
}
.has-warning .input-group-addon {
background-color: #ffeacd;
border-color: #ffb64d;
color: #ffb64d;
}
.has-error .input-group-addon {
background-color: #fedee5;
border-color: #fc6180;
color: #fc6180;
}
/* Input Size
--------------------*/
.input-sm {
font-size: 12px;
height: 30px;
line-height: 1.5;
}
.input-lg {
font-size: 18px;
height: 46px;
line-height: 1.33333;
}
/* Basic form
----------------------*/
label {
font-weight: 400;
margin-bottom: 10px;
}
/* Form Horizontal
----------------------*/
.form-horizontal .control-label {
padding-top: 12px;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.dropdown-menu li {
font-size: 14px;
padding: 5px 15px;
}
.is-invalid .form-control {
border-color: #fc6180;
}
.invalid-feedback {
color: #ef5350;
display: none;
margin-top: 0.25rem;
}
.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
display: block;
}
.inbox-leftbar {
width: 240px;
float: left;
padding: 0 20px 20px 10px;
}
.inbox-rightbar {
margin-left: 250px;
}
.message-list {
display: block;
padding-left: 0;
}
.message-list li {
position: relative;
display: block;
height: 50px;
line-height: 50px;
cursor: default;
transition-duration: 0.3s;
}
.message-list li a {
color: #797979;
}
.message-list li:hover {
background: rgba(152, 166, 173, 0.15);
transition-duration: 0.05s;
}
.message-list li .col-mail {
float: left;
position: relative;
}
.message-list li .col-mail-1 {
width: 320px;
}
.message-list li .col-mail-1 .star-toggle {
display: block;
float: left;
margin-top: 18px;
font-size: 16px;
margin-left: 5px;
}
.message-list li .col-mail-1 .checkbox-wrapper-mail {
display: block;
float: left;
margin: 15px 10px 0 20px;
}
.message-list li .col-mail-1 .dot {
display: block;
float: left;
border: 4px solid transparent;
border-radius: 100px;
margin: 22px 26px 0;
height: 0;
width: 0;
line-height: 0;
font-size: 0;
}
.message-list li .col-mail-1 .title {
position: absolute;
left: 110px;
right: 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.message-list li .col-mail-2 {
position: absolute;
top: 0;
left: 320px;
right: 0;
bottom: 0;
}
.message-list li .col-mail-2 .subject {
position: absolute;
top: 0;
left: 0;
right: 200px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.message-list li .col-mail-2 .date {
position: absolute;
top: 0;
right: 0;
width: 170px;
padding-left: 80px;
}
.message-list li.active {
background: rgba(152, 166, 173, 0.15);
transition-duration: 0.05s;
box-shadow: inset 3px 0 0 #3c86d8;
}
.message-list li.active:hover {
box-shadow: inset 3px 0 0 #3c86d8;
}
.message-list li.selected {
background: rgba(152, 166, 173, 0.15);
transition-duration: 0.05s;
}
.message-list li.unread a {
font-weight: 600;
color: #272e37 !important;
}
.message-list li.blue-dot .col-mail-1 .dot {
border-color: #5d6dc3;
}
.message-list li.orange-dot .col-mail-1 .dot {
border-color: #f9bc0b;
}
.message-list li.green-dot .col-mail-1 .dot {
border-color: #3ec396;
}
.message-list .checkbox-wrapper-mail {
cursor: pointer;
height: 20px;
width: 20px;
position: relative;
display: inline-block;
box-shadow: inset 0 0 0 1px #98a6ad;
border-radius: 1px;
}
.message-list .checkbox-wrapper-mail input {
opacity: 0;
cursor: pointer;
}
.message-list .checkbox-wrapper-mail input:checked label {
opacity: 1;
}
.message-list .checkbox-wrapper-mail label {
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
cursor: pointer;
background: #98a6ad;
opacity: 0;
margin-bottom: 0 !important;
transition-duration: 0.05s;
}
.message-list .checkbox-wrapper-mail label:active {
background: #87949b;
}
.mail-list a {
font-family: "Roboto", sans-serif;
vertical-align: middle;
color: #797979;
padding: 10px 15px;
display: block;
}
@media (max-width: 648px) {
.inbox-leftbar {
width: 100%;
}
.inbox-rightbar {
margin-left: 0;
}
}
@media (max-width: 520px) {
.message-list li .col-mail-1 {
width: 150px;
}
.message-list li .col-mail-1 .title {
left: 80px;
}
.message-list li .col-mail-2 {
left: 160px;
}
.message-list li .col-mail-2 .date {
text-align: right;
padding-right: 10px;
padding-left: 20px;
}
}
.progress-bar {
background-color: #4680ff;
}
.progress-bar-primary {
background-color: #4680ff;
}
.progress-bar-success {
background-color: #26dad2;
}
.progress-bar-info {
background-color: #62d1f3;
}
.progress-bar-danger {
background-color: #fc6180;
}
.progress-bar-warning {
background-color: #ffb64d;
}
.progress-bar-pink {
background-color: #e6a1f2;
}
.progress {
height: 6px;
}
.progress-bar.active,
.progress.active .progress-bar {
animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-vertical {
display: inline-block;
height: 250px;
margin-bottom: 0;
margin-right: 20px;
min-height: 250px;
position: relative;
}
.progress-vertical-bottom {
display: inline-block;
height: 250px;
margin-bottom: 0;
margin-right: 20px;
min-height: 250px;
position: relative;
transform: rotate(180deg);
}
.progress-animated {
animation-duration: 5s;
animation-name: myanimation;
transition: all 5s ease 0s;
}
@keyframes myanimation {
0% {
width: 0;
}
}
@keyframes myanimation {
0% {
width: 0;
}
}
.browser .progress {
height: 8px;
}
.tdl-holder {
margin: 0 auto;
}
.tdl-holder ul {
list-style: none;
margin: 0;
padding: 0;
}
.tdl-holder li {
background-color: transparent;
list-style: outside none none;
margin: 0;
padding: 10px 0;
}
.tdl-holder li span {
margin-left: 30px;
font-family: 'Poppins', sans-serif;
vertical-align: middle;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tdl-holder label {
cursor: pointer;
display: block;
line-height: 40px;
padding: 0 15px;
position: relative;
margin: 0 !important;
}
.tdl-holder label:hover {
background-color: #eef5f9;
color: #99abb4;
}
.tdl-holder label:hover a {
display: block;
}
.tdl-holder label a {
border-radius: 50%;
color: #99abb4;
display: none;
float: right;
font-weight: bold;
line-height: normal;
height: 16px;
margin-top: 15px;
text-align: center;
text-decoration: none;
width: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tdl-holder input[type="checkbox"] {
cursor: pointer;
opacity: 0;
position: absolute;
}
.tdl-holder input[type="checkbox"] + i {
background-color: #ffffff;
display: block;
height: 18px;
position: absolute;
top: 15px;
width: 18px;
z-index: 1;
}
.tdl-holder input[type="checkbox"]:checked + i::after {
content: "\e64c";
font-family: 'themify';
display: block;
left: 0;
position: absolute;
top: -17px;
z-index: 2;
}
.tdl-holder input[type="checkbox"]:checked ~ span {
text-decoration: line-through;
}
.tdl-holder input[type="text"] {
height: 60px;
margin-top: 20px;
font-size: 14px;
}
.datamap-sales-hover-tooltip {
background: #444c67;
font-family: 'Poppins', sans-serif;
padding: 5px 10px;
color: #ffffff;
font-weight: 400;
font-size: 12px;
text-transform: capitalize;
border-radius: 3px;
}
thead tr th {
color: #455a64;
font-weight: 500;
}
thead tr th:last-child {
text-align: right;
}
tbody tr th {
color: #455a64;
font-family: 'Poppins', sans-serif;
font-weight: normal;
}
tbody tr td {
font-family: 'Poppins', sans-serif;
color: #99abb4;
}
tbody tr td:last-child {
text-align: right;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
line-height: 32px;
vertical-align: top;
}
.table > thead > tr > th {
border-bottom: 1px solid #e7e7e7;
font-weight: 600;
}
.table {
margin-bottom: 0;
}
.table .badge {
text-transform: uppercase;
}
.student-data-table label {
margin-right: 7px;
}
.student-data-table td span a {
padding: 3px;
}
.search-action {
bottom: 0;
display: inline-block;
position: absolute;
right: 92px;
text-align: right;
}
.search-type .form-control {
height: 30px;
}
@media (max-width: 1199px) {
.search-action {
text-align: center;
position: relative;
right: 0;
}
.search-type .form-control {
margin-bottom: 8px;
margin-top: 8px;
}
}
.table td,
.table th {
padding: 0.55rem;
}
.table .round-img img {
width: 38px;
}
.current-progress {
margin-top: 15px;
}
.progress-content {
margin-bottom: 20px;
}
.progress-content:last-child {
margin-bottom: 0px;
}
.current-progressbar {
margin-top: 3px;
}
.current-progressbar .progress {
height: 15px;
margin: 0px;
box-shadow: none;
}
.current-progressbar .progress-bar {
box-shadow: 0px;
line-height: 14px;
font-size: 11px;
box-shadow: none;
}
.login-logo {
text-align: center;
margin-bottom: 15px;
}
.login-logo span {
color: #ffffff;
font-size: 24px;
}
.login-logo img {
height: 75px;
}
.login-content {
margin: 100px 0;
}
.login-form {
background: #ffffff;
padding: 30px 30px 20px;
border-radius: 2px;
}
.login-form h4 {
color: #455a64;
text-align: center;
margin-bottom: 50px;
}
.login-form .checkbox {
color: #455a64;
}
.login-form .checkbox label {
text-transform: none;
}
.login-form .btn {
width: 100%;
text-transform: uppercase;
font-size: 14px;
padding: 15px;
border: 0px;
}
.login-form label {
color: #455a64;
text-transform: uppercase;
}
.login-form label a {
color: #4680ff;
}
.social-login-content {
margin: 0px -30px;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding: 30px 0px;
background: #fcfcfc;
}
.social-button {
padding: 0 30px;
}
.social-button i {
padding: 19px;
}
.register-link a {
color: #4680ff;
}
.cpu-load {
width: 100%;
height: 272px;
font-size: 14px;
line-height: 1.2em;
}
.cpu-load-data-content {
font-size: 18px;
font-weight: 400;
line-height: 40px;
}
.cpu-load-data {
margin-bottom: 30px;
}
.cpu-load-data li {
display: inline-block;
width: 32.5%;
text-align: center;
border-right: 1px solid #e7e7e7;
}
.cpu-load-data li:last-child {
border-right: 0px;
}
#barChart {
height: 400px!important;
}
.nestable-cart {
overflow: hidden;
}
.dd-handle,
.dd3-content {
color: #000!important;
}
.profiletimeline {
border-left: 1px solid rgba(120, 130, 140, 0.13);
margin-left: 30px;
margin-right: 10px;
padding-left: 40px;
position: relative;
}
.profiletimeline .sl-left {
float: left;
margin-left: -60px;
margin-right: 15px;
z-index: 1;
}
.profiletimeline .sl-left img {
max-width: 40px;
}
.profiletimeline .sl-item {
margin-bottom: 30px;
margin-top: 8px;
}
.profiletimeline .sl-date {
color: #99abb4;
font-size: 12px;
}
.profiletimeline .time-item {
border-color: rgba(120, 130, 140, 0.13);
padding-bottom: 1px;
position: relative;
}
.profiletimeline .time-item::before {
content: " ";
display: table;
}
.profiletimeline .time-item::after {
background-color: #ffffff;
border-color: rgba(120, 130, 140, 0.13);
border-radius: 10px;
border-style: solid;
border-width: 2px;
bottom: 0;
content: "";
height: 14px;
left: 0;
margin-left: -8px;
position: absolute;
top: 5px;
width: 14px;
}
.profiletimeline .time-item-item::after {
content: " ";
display: table;
}
.profiletimeline .item-info {
margin-bottom: 15px;
margin-left: 15px;
}
.profiletimeline .item-info p {
margin-bottom: 10px !important;
}
.customtab li a.nav-link,
.profile-tab li a.nav-link {
border: 0 none;
color: #455a64;
padding: 15px 20px;
}
.customtab li a.nav-link.active,
.profile-tab li a.nav-link.active {
border-bottom: 2px solid #1976d2;
color: #1976d2;
}
.card-two {
position: relative;
margin: 0 !important;
border: 0;
}
.card-two header {
position: relative;
width: 100%;
height: 60px;
}
.card-two header .avatar {
position: absolute;
left: 50%;
top: 30px;
margin-left: -50px;
z-index: 5;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
background: #ccc;
border: 3px solid #fff;
}
.card-two header .avatar img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100px;
height: auto;
}
.card-two h3 {
position: relative;
margin: 80px 0 30px;
text-align: center;
}
.card-two h3::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -15px;
width: 30px;
height: 1px;
background: #000;
}
.card-two .desc {
padding: 0 1rem 2rem;
text-align: center;
line-height: 1.5;
color: #777;
}
.card-two .contacts {
width: 200px;
max-width: 100%;
margin: 0 auto 3.5rem;
}
.card-two .contacts a {
display: block;
width: 33.333333%;
float: left;
text-align: center;
color: #1976d2;
}
.card-two .contacts a:hover {
color: #333;
}
.card-two .contacts a:hover .fa::before {
color: #fff;
}
.card-two .contacts a:hover .fa::after {
top: 0;
}
.card-two .contacts a .fa {
position: relative;
width: 40px;
height: 40px;
line-height: 39px;
overflow: hidden;
text-align: center;
border: 2px solid #1976d2;
border-radius: 50%;
}
.card-two .contacts a .fa:before {
position: relative;
z-index: 1;
}
.card-two .contacts a .fa::after {
content: '';
position: absolute;
top: -50px;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: top 0.3s;
transition: top 0.3s;
background: #1976d2;
}
.card-two .contacts a:last-of-type .fa {
line-height: 36px;
}
.profile-widget-one .profile-one-bg {
position: relative;
}
.profile-widget-one .profile-one-user-photo {
position: relative;
}
.profile-widget-one .profile-one-user-photo .bg-overlay {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.profile-widget-one .profile-one-user-photo .user-photo {
bottom: 0;
height: 100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.profile-widget-one .profile-one-user-photo .user-photo img {
border-radius: 100px;
height: 100px;
position: relative;
top: 50%;
transform: translateY(-50%);
width: 100px;
}
.profile-widget-one .profile-one-user-content ul li {
background: #ffffff;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
display: block;
float: left;
padding: 10px 0;
text-align: center;
width: 32%;
}
.profile-widget-one .profile-one-user-content ul li:last-child {
border-right: 0px;
}
.profile-widget-one .profile-one-user-content h4 {
line-height: 30px;
font-size: 14px;
margin: 0px;
}
.profile-widget-one .profile-one-user-content .earning-amount,
.profile-widget-one .profile-one-user-content .sold-amount {
color: #26dad2;
font-size: 24px;
font-weight: 400;
margin-top: 10px;
}
.profile-widget-one .profile-one-user-content .sold-amount {
color: #4680ff;
font-size: 24px;
font-weight: 400;
margin-top: 10px;
}
.profile-widget-one .profile-one-user-button {
text-align: center;
padding: 26px 0px;
}
.profile-widget-one .profile-btn-one {
font-size: 18px;
text-transform: uppercase;
padding: 8px 15px;
font-weight: 400;
color: #4680ff;
}
/*Aleart
-------------*/
.alert-primary {
background-color: #a2bfff;
border-color: #a2bfff;
color: #4680ff;
}
.alert-success {
background-color: #93ede9;
border-color: #93ede9;
color: #26dad2;
}
.alert-warning {
background-color: #ffeacd;
border-color: #ffeacd;
color: #ffb64d;
}
.alert-danger {
background-color: #fedee5;
border-color: #fedee5;
color: #fc6180;
}
.alert-pink {
background-color: #f8e4fb;
border-color: #f8e4fb;
color: #e6a1f2;
}
.alert-dismissable .close,
.alert-dismissible .close {
color: rgba(0, 0, 0, 0.8);
}
/* Labels
------------------*/
.label-default {
background-color: #878787;
}
.label-primary {
background-color: #4680ff;
}
.label-success {
background-color: #26dad2;
}
.label-info {
background-color: #62d1f3;
}
.label-danger {
background-color: #fc6180;
}
.label-warning {
background-color: #ffb64d;
}
/* Calendar
================================================== */
/* =============
Calendar
============= */
.calendar {
float: left;
margin-bottom: 0px;
}
.fc-view {
margin-top: 30px;
}
.none-border .modal-footer {
border-top: none;
}
.fc-toolbar {
margin-bottom: 5px;
margin-top: 15px;
}
.fc-toolbar h2 {
font-size: 18px;
font-weight: 600;
line-height: 30px;
text-transform: uppercase;
}
.fc-day {
background: #ffffff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
z-index: 0;
}
.fc-widget-header {
border: 1px solid #e7e7e7;
}
.fc-widget-content {
border: 1px solid #e7e7e7;
}
.fc th.fc-widget-header {
background: #e7e7e7;
font-size: 14px;
line-height: 20px;
padding: 10px 0px;
text-transform: uppercase;
}
.fc-button {
background: #ffffff;
border: 1px solid #e7e7e7;
color: #455a64;
text-transform: capitalize;
}
.fc-text-arrow {
font-family: inherit;
font-size: 16px;
}
.fc-state-hover {
background: #eef5f9 !important;
}
.fc-state-highlight {
background: #eef5f9 !important;
}
.fc-cell-overlay {
background: #eef5f9 !important;
}
.fc-unthemed .fc-today {
background: #ffffff !important;
}
.fc-event {
border-radius: 2px;
border: none;
cursor: move;
font-size: 13px;
margin: 5px 7px;
padding: 5px 5px;
text-align: center;
}
.external-event {
color: #ffffff;
cursor: move;
margin: 10px 0;
padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
padding-right: 5px;
}
#drop-remove {
margin: 0px;
top: 3px;
}
#event-modal .modal-dialog,
#add-category .modal-dialog {
max-width: 600px;
}
.flotTip {
background: #252525;
border: 1px solid #252525;
padding: 5px 15px;
color: #ffffff;
}
.flot-container {
box-sizing: border-box;
width: 100%;
height: 275px;
padding: 20px 15px 15px;
margin: 15px auto 30px;
background: transparent;
}
.flot-pie-container {
height: 275px;
}
.flotBar-container {
height: 275px;
}
.flot-line {
width: 100%;
height: 100%;
font-size: 14px;
line-height: 1.2em;
}
.legend table {
border-spacing: 5px;
}
#chart1,
#flotBar,
#flotCurve {
width: 100%;
height: 275px;
}
.cpu-load {
height: 345px;
}
.morris-hover {
position: absolute;
z-index: 1;
}
.morris-hover.morris-default-style .morris-hover-row-label {
font-weight: bold;
margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
white-space: nowrap;
margin: 0.1em 0;
}
.morris-hover.morris-default-style {
border-radius: 2px;
padding: 10px 12px;
color: #666;
background: rgba(0, 0, 0, 0.7);
border: none;
color: #fff!important;
}
.morris-hover-point {
color: rgba(255, 255, 255, 0.8) !important;
}
#morris-bar-chart,
#morris-line-chart {
height: 300px;
}
.products_1 {
padding-top: 5px;
padding-bottom: 5px;
}
.products_1 .pr_img_price {
position: relative;
}
.products_1 .pr_img_price .product_price {
min-width: 50px;
min-height: 50px;
background: #26dad2;
border-radius: 100%;
position: absolute;
top: 0;
right: 0;
}
.products_1 .pr_img_price .product_price p {
padding-top: 15px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
}
.products_1 .product_details .product_name {
padding-top: 30px;
}
.products_1 .product_details .prdt_add_to_cart {
padding-top: 10px;
}
.products_1 .product_details .prdt_add_to_cart button {
padding: 10px 20px;
text-transform: uppercase;
font-weight: 600;
}
.product-2-details .table > tbody > tr > td {
border: none;
}
.product-2-details .product-2-des {
margin-top: 25px;
}
.product-2-details .product-2-des .product_name h4 {
font-size: 15px;
font-weight: 600;
}
.product-2-details .product-2-des .product_des p {
font-size: 13px;
font-style: italic;
}
.product-2-details .product-2-button {
border-left: 1px solid #e7e7e7;
margin-top: 25px;
}
.product-2-details .product-2-button .prdt_add_to_curt {
padding-top: 10px;
}
.product-2-details .product-2-button .prdt_add_to_curt button {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
}
.product-3-img img {
width: 100%;
}
.product_details_3 {
padding: 15px 0px;
}
.product_details_3 .product_name h4 {
font-size: 15px;
font-weight: 600;
}
.product_details_3 .product_des {
padding-bottom: 5px;
}
.product_details_3 .prdt_add_to_curt {
padding-top: 10px;
}
.product_details_3 .prdt_add_to_curt button {
text-transform: uppercase;
font-weight: 600;
}
.favourite-menu-details .table > tbody > tr > td {
border-top: none;
border-bottom: 1px solid #e7e7e7;
}
.favourite-menu-details .favourite-menu-img {
border-right: 1px solid #e7e7e7;
margin-bottom: 25px;
width: 120px;
}
.favourite-menu-details .favourite-menu-des {
margin-top: 40px;
margin-right: 465px;
}
.favourite-menu-details .favourite-menu-des .product_name h4 {
font-weight: 600;
text-align: left;
}
.favourite-menu-details .favourite-menu-button {
margin-top: 40px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
padding-top: 10px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
}
.order-list-item table tbody > tr > td {
padding-top: 8px;
border-top: 1px solid #e7e7e7;
}
.order-list-item table thead > tr > th {
border-bottom: 1px solid #e7e7e7;
}
.order-list-item thead {
background: #4680ff;
text-align: left;
}
.order-list-item thead th {
color: #ffffff;
font-weight: bold;
}
.order-list-item tbody {
background: #ffffff;
text-align: left;
}
.order-list-item tbody td {
color: #444444;
}
.booking-system-feedback {
top: 5px !important;
right: 15px;
}
.booking-system-top {
padding-top: 15px;
}
.media-body {
vertical-align: middle;
}
.media-body span {
font-size: 10px;
color: #4680ff;
}
.media-body p {
color: #99abb4;
line-height: 15px;
}
.example {
overflow: hidden;
border: 1px solid #e7e7e7;
-webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
-moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
background-color: #eef5f9;
text-align: justify;
}
.example p {
padding: 20px 20px 0px 20px;
font-size: 12px;
}
.box,
.simple {
height: 300px;
}
.scrollable-auto-x {
overflow-x: auto;
overflow-y: hidden;
}
.scrollable-auto-y {
overflow-y: auto;
overflow-x: hidden;
}
.scrollable-auto {
overflow: auto;
}
.vmap {
width: 100%;
height: 400px;
}
.dark-browse-input-box {
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
font-size: 12px;
color: #000000;
border: 1px solid #e7e7e7;
}
.dark-browse-input-box .dark-input-button {
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
background: #ffffff;
border: none !important;
color: #4680ff;
}
.dark-browse-input-box .dark-input-button i {
font-weight: bold;
font-size: 17px;
}
.dark-browse-input-box .dark-input-button:hover {
background: #ffffff;
color: #4680ff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: none !important;
}
.dark-browse-input-box .dark-input-button:focus {
outline: none;
border: none !important;
background: none !important;
}
.file-input {
position: relative;
font-size: 14px;
}
.file-input label {
position: absolute;
top: -2px;
right: 0;
bottom: 0;
margin: 0;
}
.file-input label:focus {
outline: none;
border: none !important;
background: none !important;
}
.file-input .btn {
position: absolute;
right: 6px;
top: 7px;
bottom: 6px;
max-width: 100px;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
line-height: 32px;
}
.file-input .btn input {
width: 0;
height: 0;
}
.file-input .file-name {
float: left;
width: 100%;
border: 0;
background: transparent;
}
.media-stats-content .stats-content {
padding: 30px 0px;
}
.media-stats-content .stats-content .stats-digit {
font-size: 24px;
font-weight: 300;
margin-bottom: 10px;
}
.media-stats-content .stats-content .stats-text {
font-size: 14px;
}
.media-stats-content .stats-content .table td {
line-height: 40px!important;
}
.carousel.vertical .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel.vertical .carousel-inner > .item {
display: none;
position: relative;
transition: top 0.6s ease-in-out;
}
.carousel.vertical .carousel-inner > .item > img,
.carousel.vertical .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel.vertical .carousel-inner > .item {
transition: transform 0.6s ease-in-out;
backface-visibility: hidden;
perspective: 1000;
}
.carousel.vertical .carousel-inner > .item.next,
.carousel.vertical .carousel-inner > .item.active.right {
transform: translate3d(0, 100%, 0);
top: 0;
}
.carousel.vertical .carousel-inner > .item.prev,
.carousel.vertical .carousel-inner > .item.active.left {
transform: translate3d(0, -100%, 0);
top: 0;
}
.carousel.vertical .carousel-inner > .item.next.left,
.carousel.vertical .carousel-inner > .item.prev.right,
.carousel.vertical .carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
top: 0;
width: 100%;
}
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
display: block;
}
.carousel.vertical .carousel-inner > .active {
top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel.vertical .carousel-inner > .next {
top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
top: 100%;
}
.ct-label {
color: rgba(0, 0, 0, 0.8);
fill: rgba(0, 0, 0, 0.8);
font-size: 10px;
}
.ct-chart-pie .ct-label {
color: rgba(0, 0, 0, 0.8);
fill: rgba(0, 0, 0, 0.8);
font-size: 12px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #26dad2;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #4680ff;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #fc6180;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #ffb64d;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
fill: #26dad2;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
fill: #4680ff;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
fill: #fc6180;
}
@media (max-width: 667px) {
.dt-buttons {
margin-left: 10px;
}
}
@media (max-width: 480px) {
.dt-buttons {
display: inline-block;
}
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #26dad2;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 5px;
right: 5px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #26dad2;
border-left-color: #26dad2;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes pace-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.superpose {
color: #EEE;
height: 350px;
width: 100%;
}
.superclock {
position: relative;
width: 300px;
margin: auto;
}
.superclock1 {
position: absolute;
left: 10px;
top: 10px;
}
.superclock2 {
position: absolute;
left: 60px;
top: 60px;
}
.superclock3 {
position: absolute;
left: 110px;
top: 110px;
}
.header-search {
float: right;
margin-left: 15px;
position: relative;
}
.header-search .form-control {
height: 36px;
width: 250px;
border-radius: 5px;
font-size: 14px;
}
.header-search i {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
height: 30px;
padding: 5px;
width: 30px;
}
.media-text-right {
text-align: right;
}
.media-text-left {
text-align: left;
}
.boxshadow-none {
box-shadow: none;
}
.progress-sm {
height: 8px;
}
.bg-warning-dark {
background: #e7b63a;
}
.bg-info-dark {
background: #8b67c9;
}
.bg-danger-dark {
background: #e63327;
}
.bg-success-dark {
background: #2ed3aa;
}
.bg-primary-dark {
background: #0095e1;
}
.widget-card-circle i {
font-size: 30px;
left: 0;
line-height: 97px;
right: 0;
text-align: center;
}
.widget-line-list li {
display: inline-block;
font-size: 1.2em;
line-height: 27px;
padding: 5px 20px 0 15px;
}
.widget-line-list li span {
font-size: 14px;
}
.height-150 {
height: 150px;
}
.social-connect ul li {
display: inline-block;
}
.social-connect ul li a {
display: inline-block;
margin: 0 5px;
padding: 12px 15px;
border-radius: 4px;
}
.user-card-absolute {
top: 115px;
left: 0;
right: 0;
}
.box-shadow {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.social-pad {
padding: 40px 30px 110px;
}
.round-img img {
border-radius: 100px;
}
.blockquote-box {
border-right: 5px solid #E6E6E6;
margin-bottom: 25px;
}
.blockquote-box .square {
width: 100px;
min-height: 50px;
margin-right: 22px;
text-align: center!important;
background-color: #E6E6E6;
padding: 20px 0;
}
.blockquote-box .blockquote-primary {
border-color: #4680ff;
}
.blockquote-box .blockquote-primary .square {
background-color: #4680ff;
color: #ffffff;
}
.blockquote-box .blockquote-success {
border-color: #26dad2;
}
.blockquote-box .blockquote-success .square {
background-color: #26dad2;
color: #ffffff;
}
.blockquote-box .blockquote-info {
border-color: #62d1f3;
}
.blockquote-box .blockquote-info .square {
background-color: #62d1f3;
color: #ffffff;
}
.blockquote-box .blockquote-warning {
border-color: #ffb64d;
}
.blockquote-box .blockquote-warning .square {
background-color: #ffb64d;
color: #ffffff;
}
.blockquote-box .blockquote-danger {
border-color: #d43f3a;
}
.blockquote-box .blockquote-danger .square {
background-color: #fc6180;
color: #ffffff;
}
.error-box {
height: 100%;
position: fixed;
width: 100%;
}
.error-box .footer {
left: 0;
right: 0;
width: 100%;
}
.error-body {
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.error-body h1 {
font-size: 150px;
font-weight: 900;
line-height: 210px;
color: #444c67;
}
/*
/* Version: 1.0
*/
/*-------- css code for responsive layout --------*/
/* To make Responsive
---------------------------------------------------------------------- /
* 1 - media screen and (max-width: 1750px)
* 2 - media screen and (max-width: 1680px)
* 3 - media screen and (max-width: 1280px)
* 4 - media screen and (max-width: 1199px)
* 5 - media screen and (max-width: 1024px)
* 6 - media screen and (max-width: 991px)
* 7 - media screen and (max-width: 767px)
* 8 - media screen and (max-width: 680px)
* 9 - media screen and (max-width: 480px)
* 10 - media screen and (max-width: 320px)
*
---------------------------------------------------------------------- */
/* 1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/* 1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/* 1 - media screen and (max-width: 1750px) End
---------------------------------------------------------------------- */
/* 2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/* 2 - media screen and (max-width: 1680px) End
---------------------------------------------------------------------- */
/* 3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/* 3 - media screen and (max-width: 1280px) End
---------------------------------------------------------------------- */
/* 4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/* 4 - media screen and (max-width: 1199px) End
---------------------------------------------------------------------- */
/* 5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
}
/* 5 - media screen and (max-width: 1024px) End
---------------------------------------------------------------------- */
/* 6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
}
/* 6 - media screen and (max-width: 991px) End
---------------------------------------------------------------------- */
/* 7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
.footer {
left: 0;
}
}
/* 7 - media screen and (max-width: 767px) End
---------------------------------------------------------------------- */
/* 8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
.inbox-pagination {
margin-top: 30px;
float: left !important;
}
.card-badge .label {
display: inline-block;
margin-bottom: 5px;
padding: 5px;
}
.mail-box .sm-side {
width: 100%;
}
.mail-box aside {
display: inline;
}
.footer {
left: 0;
}
}
/* 8 - media screen and (max-width: 680px) End
---------------------------------------------------------------------- */
/* 9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
#project {
margin-left: 0;
}
.fc-toolbar .fc-right {
float: left;
margin-top: 15px;
}
.card-badge .label {
display: inline-block;
margin-bottom: 5px;
padding: 5px;
}
.mail-box .sm-side {
width: 100%;
}
.mail-box aside {
display: inline;
}
.footer {
left: 0;
}
}
/* 9 - media screen and (max-width: 360px) End
---------------------------------------------------------------------- */
/* 10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
.title-margin-right {
margin-right: 7px !important;
}
.title-margin-left {
margin-left: 7px !important;
}
#project {
margin-left: 0;
}
.fc-toolbar .fc-right {
float: left;
margin-top: 15px;
}
.br-theme-bars-pill .br-widget a {
padding: 7px 12px;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
padding: 0;
}
.alert-rating {
padding-bottom: 40px;
}
.card-badge .label {
display: inline-block;
margin-bottom: 5px;
padding: 5px;
}
.mail-box .sm-side {
width: 100%;
}
.mail-box aside {
display: inline;
}
.chk-group {
margin-bottom: 10px;
}
.pagination-list {
float: left !important;
margin-top: 10px;
}
.inner-append {
position: relative;
}
.inner-append .append-btn {
position: absolute;
right: 0;
top: 0;
}
.input-text {
margin-bottom: 12px;
}
.footer {
left: 0;
}
}
/* 10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/*---------------------------------------------------------------*/
/* Retina */
/*---------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.default-logo {
display: none !important;
}
.retina-logo {
display: inline-block !important;
}
}
.left-sidebar {
display: none!important;
}
.page-wrapper {
margin-left: 0px !important;
}
span.username {
padding-right: 15px;
} | 0.27338 | 0.049336 |
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
}
body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}
a {
cursor: pointer;
cursor: hand;
}
button {
font-family: Arial;
background-color: #eee;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
cursor: hand;
}
button:hover {
background-color: #cfd8dc;
}
button:disabled {
background-color: #eee;
color: #aaa;
cursor: auto;
}
/* Navigation link styles */
nav a {
padding: 5px 10px;
text-decoration: none;
margin-top: 10px;
display: inline-block;
background-color: #eee;
border-radius: 4px;
}
nav a:visited, a:link {
color: #607D8B;
}
nav a:hover {
color: #039be5;
background-color: #CFD8DC;
}
nav a.router-link-active {
color: #039be5;
}
/* items class */
.items {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 24em;
}
.items li {
cursor: pointer;
position: relative;
left: 0;
background-color: #EEE;
margin: .5em;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
}
.items li:hover {
color: #607D8B;
background-color: #DDD;
left: .1em;
}
.items li.selected:hover {
background-color: #BBD8DC;
color: white;
}
.items .text {
position: relative;
top: -3px;
}
.items {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 24em;
}
.items li {
cursor: pointer;
position: relative;
left: 0;
background-color: #EEE;
margin: .5em;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
}
.items li:hover {
color: #607D8B;
background-color: #DDD;
left: .1em;
}
.items li.selected {
background-color: #CFD8DC;
color: white;
}
.items li.selected:hover {
background-color: #BBD8DC;
}
.items .text {
position: relative;
top: -3px;
}
.items .badge {
display: inline-block;
font-size: small;
color: white;
padding: 0.8em 0.7em 0 0.7em;
background-color: #607D8B;
line-height: 1em;
position: relative;
left: -1px;
top: -4px;
height: 1.8em;
margin-right: .8em;
border-radius: 4px 0 0 4px;
}
/*visualize.js resource styles*/
vjs-component.resource {
display: block;
padding: 20px 0px;
height: 100%;
}
/* everywhere else */
* {
font-family: Arial, Helvetica, sans-serif;
} | styles.css | h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
}
body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}
a {
cursor: pointer;
cursor: hand;
}
button {
font-family: Arial;
background-color: #eee;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
cursor: hand;
}
button:hover {
background-color: #cfd8dc;
}
button:disabled {
background-color: #eee;
color: #aaa;
cursor: auto;
}
/* Navigation link styles */
nav a {
padding: 5px 10px;
text-decoration: none;
margin-top: 10px;
display: inline-block;
background-color: #eee;
border-radius: 4px;
}
nav a:visited, a:link {
color: #607D8B;
}
nav a:hover {
color: #039be5;
background-color: #CFD8DC;
}
nav a.router-link-active {
color: #039be5;
}
/* items class */
.items {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 24em;
}
.items li {
cursor: pointer;
position: relative;
left: 0;
background-color: #EEE;
margin: .5em;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
}
.items li:hover {
color: #607D8B;
background-color: #DDD;
left: .1em;
}
.items li.selected:hover {
background-color: #BBD8DC;
color: white;
}
.items .text {
position: relative;
top: -3px;
}
.items {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 24em;
}
.items li {
cursor: pointer;
position: relative;
left: 0;
background-color: #EEE;
margin: .5em;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
}
.items li:hover {
color: #607D8B;
background-color: #DDD;
left: .1em;
}
.items li.selected {
background-color: #CFD8DC;
color: white;
}
.items li.selected:hover {
background-color: #BBD8DC;
}
.items .text {
position: relative;
top: -3px;
}
.items .badge {
display: inline-block;
font-size: small;
color: white;
padding: 0.8em 0.7em 0 0.7em;
background-color: #607D8B;
line-height: 1em;
position: relative;
left: -1px;
top: -4px;
height: 1.8em;
margin-right: .8em;
border-radius: 4px 0 0 4px;
}
/*visualize.js resource styles*/
vjs-component.resource {
display: block;
padding: 20px 0px;
height: 100%;
}
/* everywhere else */
* {
font-family: Arial, Helvetica, sans-serif;
} | 0.338514 | 0.088269 |
html {
font-family: Palatino, Georgia, Lucida Bright, Book Antiqua, serif;
font-size: 16px;
line-height: 1.5rem;
}
code, pre, samp, kbd {
font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
font-size: 0.833rem;
}
kbd { font-weight: bold; }
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
/* Minor third */
h1 { font-size: 2.488em; }
h2 { font-size: 2.074em; }
h3 { font-size: 1.728em; }
h4 { font-size: 1.44em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
small { font-size: 0.833em; }
h1, h2, h3 { line-height: 3rem; }
p, ul, ol, dl, table, blockquote, pre, h1, h2, h3, h4, h5, h6 {
margin: 1.5rem 0 0;
}
ul ul, ol ol, ul ol, ol ul { margin: 0; }
hr {
margin: 0;
border: none;
padding: 1.5rem 0 0;
}
/* Accounting for borders */
table {
line-height: calc(1.5rem - 1px);
margin-bottom: -1px;
}
pre {
margin-top: calc(1.5rem - 1px);
margin-bottom: -1px;
}
/* Colors */
body { color: #222; }
code, pre, samp, kbd { color: #111; }
a, header nav a:visited, a code { color: #00e; }
a:visited, a:visited code { color: #60b; }
mark { color: inherit; }
code, pre, samp, thead, tfoot { background-color: rgba(0, 0, 0, 0.05); }
mark { background-color: #fe0; }
main aside, blockquote, ins { border: solid rgba(0, 0, 0, 0.05); }
pre, code, samp { border: solid rgba(0, 0, 0, 0.1); }
th, td { border: solid #dbdbdb; }
/* Layout */
body { margin: 1.5rem 1ch; }
body > header { text-align: center; }
main, body > footer {
display: block; /* Just in case */
max-width: 78ch;
margin: auto;
}
main figure, main aside {
float: right;
margin: 1.5rem 0 0 1ch;
}
main aside {
max-width: 26ch;
border-width: 0 0 0 0.5ch;
padding: 0 0 0 0.5ch;
}
/* Copy blocks */
blockquote {
margin-right: 3ch;
margin-left: 1.5ch;
border-width: 0 0 0 0.5ch;
padding: 0 0 0 1ch;
}
pre {
border-width: 1px;
border-radius: 2px;
padding: 0 0.5ch;
overflow-x: auto;
}
pre code {
border: none;
padding: 0;
background-color: transparent;
white-space: inherit;
}
img { max-width: 100%; }
/* Lists */
ul, ol, dd { padding: 0 0 0 3ch; }
dd { margin: 0; }
ul > li { list-style-type: disc; }
li ul > li { list-style-type: circle; }
li li ul > li { list-style-type: square; }
ol > li { list-style-type: decimal; }
li ol > li { list-style-type: lower-roman; }
li li ol > li { list-style-type: lower-alpha; }
nav ul {
padding: 0;
list-style-type: none;
}
nav ul li {
display: inline;
padding-left: 1ch;
white-space: nowrap;
}
nav ul li:first-child { padding-left: 0; }
/* Tables */
table {
width: 100%;
border-collapse: collapse;
overflow-x: auto;
}
th, td {
border-width: 1px;
padding: 0 0.5ch;
}
/* Copy inline */
a { text-decoration: none; }
sup, sub {
font-size: 0.75em;
line-height: 1em;
}
ins {
border-width: 1px;
padding: 1px;
text-decoration: none;
}
mark {
padding: 1px;
}
code, samp {
border-width: 1px;
border-radius: 2px;
padding: 0.1em 0.2em;
white-space: nowrap;
} | src/writ.css |
html {
font-family: Palatino, Georgia, Lucida Bright, Book Antiqua, serif;
font-size: 16px;
line-height: 1.5rem;
}
code, pre, samp, kbd {
font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
font-size: 0.833rem;
}
kbd { font-weight: bold; }
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
/* Minor third */
h1 { font-size: 2.488em; }
h2 { font-size: 2.074em; }
h3 { font-size: 1.728em; }
h4 { font-size: 1.44em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
small { font-size: 0.833em; }
h1, h2, h3 { line-height: 3rem; }
p, ul, ol, dl, table, blockquote, pre, h1, h2, h3, h4, h5, h6 {
margin: 1.5rem 0 0;
}
ul ul, ol ol, ul ol, ol ul { margin: 0; }
hr {
margin: 0;
border: none;
padding: 1.5rem 0 0;
}
/* Accounting for borders */
table {
line-height: calc(1.5rem - 1px);
margin-bottom: -1px;
}
pre {
margin-top: calc(1.5rem - 1px);
margin-bottom: -1px;
}
/* Colors */
body { color: #222; }
code, pre, samp, kbd { color: #111; }
a, header nav a:visited, a code { color: #00e; }
a:visited, a:visited code { color: #60b; }
mark { color: inherit; }
code, pre, samp, thead, tfoot { background-color: rgba(0, 0, 0, 0.05); }
mark { background-color: #fe0; }
main aside, blockquote, ins { border: solid rgba(0, 0, 0, 0.05); }
pre, code, samp { border: solid rgba(0, 0, 0, 0.1); }
th, td { border: solid #dbdbdb; }
/* Layout */
body { margin: 1.5rem 1ch; }
body > header { text-align: center; }
main, body > footer {
display: block; /* Just in case */
max-width: 78ch;
margin: auto;
}
main figure, main aside {
float: right;
margin: 1.5rem 0 0 1ch;
}
main aside {
max-width: 26ch;
border-width: 0 0 0 0.5ch;
padding: 0 0 0 0.5ch;
}
/* Copy blocks */
blockquote {
margin-right: 3ch;
margin-left: 1.5ch;
border-width: 0 0 0 0.5ch;
padding: 0 0 0 1ch;
}
pre {
border-width: 1px;
border-radius: 2px;
padding: 0 0.5ch;
overflow-x: auto;
}
pre code {
border: none;
padding: 0;
background-color: transparent;
white-space: inherit;
}
img { max-width: 100%; }
/* Lists */
ul, ol, dd { padding: 0 0 0 3ch; }
dd { margin: 0; }
ul > li { list-style-type: disc; }
li ul > li { list-style-type: circle; }
li li ul > li { list-style-type: square; }
ol > li { list-style-type: decimal; }
li ol > li { list-style-type: lower-roman; }
li li ol > li { list-style-type: lower-alpha; }
nav ul {
padding: 0;
list-style-type: none;
}
nav ul li {
display: inline;
padding-left: 1ch;
white-space: nowrap;
}
nav ul li:first-child { padding-left: 0; }
/* Tables */
table {
width: 100%;
border-collapse: collapse;
overflow-x: auto;
}
th, td {
border-width: 1px;
padding: 0 0.5ch;
}
/* Copy inline */
a { text-decoration: none; }
sup, sub {
font-size: 0.75em;
line-height: 1em;
}
ins {
border-width: 1px;
padding: 1px;
text-decoration: none;
}
mark {
padding: 1px;
}
code, samp {
border-width: 1px;
border-radius: 2px;
padding: 0.1em 0.2em;
white-space: nowrap;
} | 0.467332 | 0.137156 |
@namespace 'WSRAvatar';
:import {
-st-from: '../Foundation/stylable/shadows.st.css';
-st-named: shadow10;
}
:import {
-st-from: 'wix-ui-core/dist/src/components/avatar/avatar.st.css';
-st-default: Avatar;
}
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: A1, A2, A3, A4, A5, A6, F00, D80, G10, R10, Y10, B40, D80, D10;
}
:import {
-st-from: '../Foundation/stylable/gradients.st.css';
-st-named: GRAD_B10, GRAD_D10, GRAD_G10, GRAD_O10, GRAD_R10;
}
:import {
-st-from: '../Foundation/stylable/typography.st.css';
-st-named: text-small-bold, text-tiny-normal, text-medium-normal, text-medium-bold, text-tiny-bold, heading-h6;
}
:import {
-st-from: '../Foundation/stylable/easing.st.css';
-st-named: ease-9;
}
.placeholder {
fill: value(F00);
height: inherit;
width: inherit;
border-radius: inherit;
}
/**
in order to fix the gap underneath the avatar, when render with image.
*/
.root{
line-height: 0;
}
.avatarContainer {
-st-states:
size(enum(size90, size72, size60, size48, size36, size30, size24, size18)),
indication,
shape(enum(circle,square)),
presenceType(enum(busy, online, offline)),
presence,
clickable,
fade,
hasText;
position: relative;
display: inline-block;
user-select: none;
}
.avatarContainer:presence .coreAvatar {
padding-right: 2px;
}
.avatarContainer:clickable .avatar {
cursor: pointer;
}
.presence {
border: 2px solid value(D80);
position: absolute;
border-radius: 50px;
top: 0;
right: 0;
}
.indication {
position: absolute;
bottom: 0;
right: 0;
}
.avatarContainer:fade .indication {
opacity: 0;
transition: opacity 100ms value(ease-9);
}
.iconButtonShadow{
border-radius: 50%;
box-shadow: value(shadow10);
}
.avatarContainer:size(size90) .indication,
.avatarContainer:size(size72) .indication{
width: 30px;
height: 30px;
}
.avatarContainer:size(size60) .indication,
.avatarContainer:size(size48) .indication{
width: 24px;
height: 24px;
}
.avatarContainer:size(size18) .presence,
.avatarContainer:size(size24) .presence{
width: 6px;
height: 6px;
}
.avatarContainer:size(size30) .presence,
.avatarContainer:size(size36) .presence{
width: 8px;
height: 8px;
}
.avatarContainer:size(size48) .presence,
.avatarContainer:size(size60) .presence{
width: 10px;
height: 10px;
}
.avatarContainer:size(size72) .presence{
width: 12px;
height: 12px;
top: 1px;
}
.avatarContainer:size(size90) .presence{
width: 12px;
height: 12px;
top: 1px;
right: 4px;
}
.avatarContainer:size(size90):presence .coreAvatar{
padding-right: 0;
}
.avatarContainer:size(size48):presence .coreAvatar,
.avatarContainer:size(size36):presence .coreAvatar,
.avatarContainer:size(size30):presence .coreAvatar,
.avatarContainer:size(size18):presence .coreAvatar{
padding-top: 1px;
padding-right: 5px;
}
.avatarContainer:size(size24):presence .coreAvatar{
padding-right: 4px;
}
.avatarContainer:presenceType(online) .presence{
background-color: value(G10);
}
.avatarContainer:presenceType(offline) .presence{
background-color: value(R10);
}
.avatarContainer:presenceType(busy) .presence{
background-color: value(Y10);
}
.avatarContainer:size(size90):indication,
.avatarContainer:size(size72):indication,
.avatarContainer:size(size60):indication {
padding-right:6px;
}
.avatarContainer:size(size48):indication {
padding-right:12px;
}
.avatarContainer:size(size90):indication:presence {
padding-right:6px;
}
.avatarContainer:size(size72):indication:presence,
.avatarContainer:size(size60):indication:presence {
padding-right:4px;
}
.avatarContainer:size(size48):indication:presence {
padding-right:7px;
}
.avatarContainer:size(size48):indication .presence{
right: 10px;
}
.avatarContainer:size(size60):indication .presence,
.avatarContainer:size(size72):indication .presence{
right: 6px;
}
/* Square Shape Presence*/
.avatarContainer:size(size90):shape(square) .presence { top: -5px; right: 1px; }
.avatarContainer:size(size72):shape(square) .presence { top: -5px; right: 1px; }
.avatarContainer:size(size60):shape(square) .presence { top: -4px; right: 2px; }
.avatarContainer:size(size48):shape(square) .presence { top: -3px; right: 8px; }
.avatarContainer:size(size36):shape(square) .presence { top: -3px; right: 1px; }
.avatarContainer:size(size30):shape(square) .presence { top: -3px; right: 1px; }
.avatarContainer:size(size24):shape(square) .presence { top: -4px; right: 0; }
.avatarContainer:size(size18):shape(square) .presence { top: -3px; right: 1px; }
/* Square Shape Indication*/
.avatarContainer:size(size90):shape(square) .indication { right: 0; bottom: -3px; }
.avatarContainer:size(size72):shape(square) .indication { right: 0; bottom: -3px; }
.avatarContainer:size(size60):shape(square) .indication { right: 0; bottom: -2px; }
.avatarContainer:size(size48):shape(square) .indication { right: 3px; bottom: -2px; }
.avatar {
-st-extends: Avatar;
}
.avatar {
display: flex;
justify-content: center;
align-items: center;
height: 48px;
width: 48px;
border-radius: 30px;
outline: none;
}
.avatar:focus-visible {
box-shadow: 0 0 0 3px value(F00);
}
.avatar:contentType(image)::content {
height: inherit;
width: inherit;
border-radius: inherit;
}
/* Colors */
.avatar:contentType(placeholder) {
background-color: value(B40);
}
.avatar:contentType(text).colorA1 { background-color: value(A1); }
.avatar:contentType(text).colorA2 { background-color: value(A2); }
.avatar:contentType(text).colorA3 { background-color: value(A3); }
.avatar:contentType(text).colorA4 { background-color: value(A4); }
.avatar:contentType(text).colorA5 { background-color: value(A5); }
.avatar:contentType(text).colorA6 { background-color: value(A6); }
/* Sizes */
.avatarContainer:size(size90) .loaderContainer,
.avatarContainer:size(size90) .avatar {
height: 90px;
width: 90px;
border-radius: 45px;
}
.avatarContainer:size(size72) .loaderContainer,
.avatarContainer:size(size72) .avatar {
height: 72px;
width: 72px;
border-radius: 36px;
}
.avatarContainer:size(size60) .loaderContainer,
.avatarContainer:size(size60) .avatar {
height: 60px;
width: 60px;
border-radius: 36px;
}
.avatarContainer:size(size48) .loaderContainer,
.avatarContainer:size(size48) .avatar {
height: 48px;
width: 48px;
border-radius: 30px;
}
.avatarContainer:size(size36) .avatar {
height: 36px;
width: 36px;
border-radius: 21px;
}
.avatarContainer:size(size30) .avatar {
height: 30px;
width: 30px;
border-radius: 15px;
}
.avatarContainer:size(size24) .avatar {
height: 24px;
width: 24px;
border-radius: 12px;
}
.avatarContainer:size(size18) .avatar {
height: 18px;
width: 18px;
border-radius: 12px;
}
/* Shapes */
.avatarContainer:shape(square) .loaderContainer,
.avatarContainer:shape(square) .avatar {
border-radius: 4px;
}
.avatarContainer:size(size72):shape(square) .loaderContainer,
.avatarContainer:size(size90):shape(square) .loaderContainer,
.avatarContainer:size(size72):shape(square) .avatar,
.avatarContainer:size(size90):shape(square) .avatar {
border-radius: 6px;
}
/* Sizes text */
.avatar:contentType(text)::content {
-st-mixin: text-small-bold;
color: value(D80);
}
.avatarContainer:size(size90) .avatar:contentType(text)::content,
.avatarContainer:size(size72) .avatar:contentType(text)::content {
-st-mixin: text-medium-normal;
}
.avatarContainer:size(size90)[data-madefor="true"] .avatar:contentType(text)::content,
.avatarContainer:size(size72)[data-madefor="true"] .avatar:contentType(text)::content {
-st-mixin: text-medium-bold;
}
.avatarContainer:size(size36) .avatar:contentType(text)::content,
.avatarContainer:size(size30) .avatar:contentType(text)::content,
.avatarContainer:size(size24) .avatar:contentType(text)::content,
.avatarContainer:size(size18) .avatar:contentType(text)::content {
-st-mixin: heading-h6;
line-height: 18px;
}
.avatarContainer:size(size24):hasText .avatar:contentType(text)::content,
.avatarContainer:size(size18) .avatar:contentType(text)::content {
visibility: hidden;
}
.loaderContainer{
position: absolute;
bottom: 0;
left: 0;
}
.overlay{
opacity: 0.66;
background-color: value(D10);
}
.loader{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
} | packages/wix-style-react/src/Avatar/Avatar.st.css | @namespace 'WSRAvatar';
:import {
-st-from: '../Foundation/stylable/shadows.st.css';
-st-named: shadow10;
}
:import {
-st-from: 'wix-ui-core/dist/src/components/avatar/avatar.st.css';
-st-default: Avatar;
}
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: A1, A2, A3, A4, A5, A6, F00, D80, G10, R10, Y10, B40, D80, D10;
}
:import {
-st-from: '../Foundation/stylable/gradients.st.css';
-st-named: GRAD_B10, GRAD_D10, GRAD_G10, GRAD_O10, GRAD_R10;
}
:import {
-st-from: '../Foundation/stylable/typography.st.css';
-st-named: text-small-bold, text-tiny-normal, text-medium-normal, text-medium-bold, text-tiny-bold, heading-h6;
}
:import {
-st-from: '../Foundation/stylable/easing.st.css';
-st-named: ease-9;
}
.placeholder {
fill: value(F00);
height: inherit;
width: inherit;
border-radius: inherit;
}
/**
in order to fix the gap underneath the avatar, when render with image.
*/
.root{
line-height: 0;
}
.avatarContainer {
-st-states:
size(enum(size90, size72, size60, size48, size36, size30, size24, size18)),
indication,
shape(enum(circle,square)),
presenceType(enum(busy, online, offline)),
presence,
clickable,
fade,
hasText;
position: relative;
display: inline-block;
user-select: none;
}
.avatarContainer:presence .coreAvatar {
padding-right: 2px;
}
.avatarContainer:clickable .avatar {
cursor: pointer;
}
.presence {
border: 2px solid value(D80);
position: absolute;
border-radius: 50px;
top: 0;
right: 0;
}
.indication {
position: absolute;
bottom: 0;
right: 0;
}
.avatarContainer:fade .indication {
opacity: 0;
transition: opacity 100ms value(ease-9);
}
.iconButtonShadow{
border-radius: 50%;
box-shadow: value(shadow10);
}
.avatarContainer:size(size90) .indication,
.avatarContainer:size(size72) .indication{
width: 30px;
height: 30px;
}
.avatarContainer:size(size60) .indication,
.avatarContainer:size(size48) .indication{
width: 24px;
height: 24px;
}
.avatarContainer:size(size18) .presence,
.avatarContainer:size(size24) .presence{
width: 6px;
height: 6px;
}
.avatarContainer:size(size30) .presence,
.avatarContainer:size(size36) .presence{
width: 8px;
height: 8px;
}
.avatarContainer:size(size48) .presence,
.avatarContainer:size(size60) .presence{
width: 10px;
height: 10px;
}
.avatarContainer:size(size72) .presence{
width: 12px;
height: 12px;
top: 1px;
}
.avatarContainer:size(size90) .presence{
width: 12px;
height: 12px;
top: 1px;
right: 4px;
}
.avatarContainer:size(size90):presence .coreAvatar{
padding-right: 0;
}
.avatarContainer:size(size48):presence .coreAvatar,
.avatarContainer:size(size36):presence .coreAvatar,
.avatarContainer:size(size30):presence .coreAvatar,
.avatarContainer:size(size18):presence .coreAvatar{
padding-top: 1px;
padding-right: 5px;
}
.avatarContainer:size(size24):presence .coreAvatar{
padding-right: 4px;
}
.avatarContainer:presenceType(online) .presence{
background-color: value(G10);
}
.avatarContainer:presenceType(offline) .presence{
background-color: value(R10);
}
.avatarContainer:presenceType(busy) .presence{
background-color: value(Y10);
}
.avatarContainer:size(size90):indication,
.avatarContainer:size(size72):indication,
.avatarContainer:size(size60):indication {
padding-right:6px;
}
.avatarContainer:size(size48):indication {
padding-right:12px;
}
.avatarContainer:size(size90):indication:presence {
padding-right:6px;
}
.avatarContainer:size(size72):indication:presence,
.avatarContainer:size(size60):indication:presence {
padding-right:4px;
}
.avatarContainer:size(size48):indication:presence {
padding-right:7px;
}
.avatarContainer:size(size48):indication .presence{
right: 10px;
}
.avatarContainer:size(size60):indication .presence,
.avatarContainer:size(size72):indication .presence{
right: 6px;
}
/* Square Shape Presence*/
.avatarContainer:size(size90):shape(square) .presence { top: -5px; right: 1px; }
.avatarContainer:size(size72):shape(square) .presence { top: -5px; right: 1px; }
.avatarContainer:size(size60):shape(square) .presence { top: -4px; right: 2px; }
.avatarContainer:size(size48):shape(square) .presence { top: -3px; right: 8px; }
.avatarContainer:size(size36):shape(square) .presence { top: -3px; right: 1px; }
.avatarContainer:size(size30):shape(square) .presence { top: -3px; right: 1px; }
.avatarContainer:size(size24):shape(square) .presence { top: -4px; right: 0; }
.avatarContainer:size(size18):shape(square) .presence { top: -3px; right: 1px; }
/* Square Shape Indication*/
.avatarContainer:size(size90):shape(square) .indication { right: 0; bottom: -3px; }
.avatarContainer:size(size72):shape(square) .indication { right: 0; bottom: -3px; }
.avatarContainer:size(size60):shape(square) .indication { right: 0; bottom: -2px; }
.avatarContainer:size(size48):shape(square) .indication { right: 3px; bottom: -2px; }
.avatar {
-st-extends: Avatar;
}
.avatar {
display: flex;
justify-content: center;
align-items: center;
height: 48px;
width: 48px;
border-radius: 30px;
outline: none;
}
.avatar:focus-visible {
box-shadow: 0 0 0 3px value(F00);
}
.avatar:contentType(image)::content {
height: inherit;
width: inherit;
border-radius: inherit;
}
/* Colors */
.avatar:contentType(placeholder) {
background-color: value(B40);
}
.avatar:contentType(text).colorA1 { background-color: value(A1); }
.avatar:contentType(text).colorA2 { background-color: value(A2); }
.avatar:contentType(text).colorA3 { background-color: value(A3); }
.avatar:contentType(text).colorA4 { background-color: value(A4); }
.avatar:contentType(text).colorA5 { background-color: value(A5); }
.avatar:contentType(text).colorA6 { background-color: value(A6); }
/* Sizes */
.avatarContainer:size(size90) .loaderContainer,
.avatarContainer:size(size90) .avatar {
height: 90px;
width: 90px;
border-radius: 45px;
}
.avatarContainer:size(size72) .loaderContainer,
.avatarContainer:size(size72) .avatar {
height: 72px;
width: 72px;
border-radius: 36px;
}
.avatarContainer:size(size60) .loaderContainer,
.avatarContainer:size(size60) .avatar {
height: 60px;
width: 60px;
border-radius: 36px;
}
.avatarContainer:size(size48) .loaderContainer,
.avatarContainer:size(size48) .avatar {
height: 48px;
width: 48px;
border-radius: 30px;
}
.avatarContainer:size(size36) .avatar {
height: 36px;
width: 36px;
border-radius: 21px;
}
.avatarContainer:size(size30) .avatar {
height: 30px;
width: 30px;
border-radius: 15px;
}
.avatarContainer:size(size24) .avatar {
height: 24px;
width: 24px;
border-radius: 12px;
}
.avatarContainer:size(size18) .avatar {
height: 18px;
width: 18px;
border-radius: 12px;
}
/* Shapes */
.avatarContainer:shape(square) .loaderContainer,
.avatarContainer:shape(square) .avatar {
border-radius: 4px;
}
.avatarContainer:size(size72):shape(square) .loaderContainer,
.avatarContainer:size(size90):shape(square) .loaderContainer,
.avatarContainer:size(size72):shape(square) .avatar,
.avatarContainer:size(size90):shape(square) .avatar {
border-radius: 6px;
}
/* Sizes text */
.avatar:contentType(text)::content {
-st-mixin: text-small-bold;
color: value(D80);
}
.avatarContainer:size(size90) .avatar:contentType(text)::content,
.avatarContainer:size(size72) .avatar:contentType(text)::content {
-st-mixin: text-medium-normal;
}
.avatarContainer:size(size90)[data-madefor="true"] .avatar:contentType(text)::content,
.avatarContainer:size(size72)[data-madefor="true"] .avatar:contentType(text)::content {
-st-mixin: text-medium-bold;
}
.avatarContainer:size(size36) .avatar:contentType(text)::content,
.avatarContainer:size(size30) .avatar:contentType(text)::content,
.avatarContainer:size(size24) .avatar:contentType(text)::content,
.avatarContainer:size(size18) .avatar:contentType(text)::content {
-st-mixin: heading-h6;
line-height: 18px;
}
.avatarContainer:size(size24):hasText .avatar:contentType(text)::content,
.avatarContainer:size(size18) .avatar:contentType(text)::content {
visibility: hidden;
}
.loaderContainer{
position: absolute;
bottom: 0;
left: 0;
}
.overlay{
opacity: 0.66;
background-color: value(D10);
}
.loader{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
} | 0.53777 | 0.101991 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*-- start editing from here --*/
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*-- end reset --*/
body {
background: #76b852;
/* fallback for old browsers */
background: -webkit-linear-gradient(to top, #76b852, #8DC26F);
background: -moz-linear-gradient(to top, #76b852, #8DC26F);
background: -o-linear-gradient(to top, #76b852, #8DC26F);
background: linear-gradient(to top, #76b852, #8DC26F);
background-size: cover;
background-attachment: fixed;
font-family: 'Roboto', sans-serif;
}
h1 {
font-size: 3em;
text-align: center;
color: #fff;
font-weight: 100;
text-transform: capitalize;
letter-spacing: 4px;
font-family: 'Roboto', sans-serif;
}
/*-- main --*/
.main-w3layouts {
padding: 3em 0 1em;
}
.main-agileinfo {
width: 35%;
margin: 3em auto;
background: rgba(0, 0, 0, 0.18);
background-size: cover;
}
.agileits-top {
padding: 3em;
}
input[type="text"], input[type="email"], input[type="password"] {
font-size: 0.9em;
color: #fff;
font-weight: 100;
width: 94.5%;
display: block;
border: none;
padding: 0.8em;
border: solid 1px rgba(255, 255, 255, 0.37);
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
background-position: -800px 0;
background-size: 100%;
background-repeat: no-repeat;
color: #fff;
font-family: 'Roboto', sans-serif;
}
input.email, input.text.w3lpass {
margin: 2em 0;
}
.text:focus, .text:valid {
box-shadow: none;
outline: none;
background-position: 0 0;
}
.text:focus::-webkit-input-placeholder, .text:valid::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: .9em;
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-o-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
visibility: visible !important;
}
::-webkit-input-placeholder {
color: #fff;
font-weight: 100;
}
:-moz-placeholder {
/* Firefox 18- */
color: #fff;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
input[type="submit"] {
font-size: .9em;
color: #fff;
background: #76b852;
outline: none;
border: 1px solid #76b852;
cursor: pointer;
padding: 0.9em;
-webkit-appearance: none;
width: 100%;
margin: 2em 0;
letter-spacing: 4px;
}
input[type="submit"]:hover {
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
background: #8DC26F;
}
.agileits-top p {
font-size: 1em;
color: #fff;
text-align: center;
letter-spacing: 1px;
font-weight: 300;
}
.agileits-top p a {
color: #fff;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
font-weight: 400;
}
.agileits-top p a:hover {
color: #76b852;
}
/*-- //main --*/
/*-- checkbox --*/
.wthree-text label {
font-size: 0.9em;
color: #fff;
font-weight: 200;
cursor: pointer;
position: relative;
}
input.checkbox {
background: #8DC26F;
cursor: pointer;
width: 1.2em;
height: 1.2em;
}
input.checkbox:before {
content: "";
position: absolute;
width: 1.2em;
height: 1.2em;
background: inherit;
cursor: pointer;
}
input.checkbox:after {
content: "";
position: absolute;
top: 0px;
left: 0;
z-index: 1;
width: 1.2em;
height: 1.2em;
border: 1px solid #fff;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
input.checkbox:checked:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: .5rem;
border-color: #fff;
border-top-color: transparent;
border-right-color: transparent;
}
.anim input.checkbox:checked:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: .5rem;
border-color: transparent;
border-right-color: transparent;
animation: .4s rippling .4s ease;
animation-fill-mode: forwards;
}
@keyframes rippling {
50% {
border-left-color: #fff;
}
100% {
border-bottom-color: #fff;
border-left-color: #fff;
}
}
/*-- //checkbox --*/
/*-- copyright --*/
.colorlibcopy-agile {
margin: 2em 0 1em;
text-align: center;
}
.colorlibcopy-agile p {
font-size: .9em;
color: #fff;
line-height: 1.8em;
letter-spacing: 1px;
font-weight: 100;
}
.colorlibcopy-agile p a {
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.colorlibcopy-agile p a:hover {
color: #000;
}
/*-- //copyright --*/
.wrapper {
position: relative;
overflow: hidden;
}
.colorlib-bubbles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.colorlib-bubbles li {
position: absolute;
list-style: none;
display: block;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.15);
bottom: -160px;
-webkit-animation: square 20s infinite;
-moz-animation: square 250s infinite;
-o-animation: square 20s infinite;
-ms-animation: square 20s infinite;
animation: square 20s infinite;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
-ms-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.colorlib-bubbles li:nth-child(1) {
left: 10%;
}
.colorlib-bubbles li:nth-child(2) {
left: 20%;
width: 80px;
height: 80px;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-duration: 17s;
-moz-animation-duration: 17s;
-o-animation-duration: 17s;
animation-duration: 17s;
}
.colorlib-bubbles li:nth-child(3) {
left: 25%;
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
-o-animation-delay: 4s;
-ms-animation-delay: 4s;
animation-delay: 4s;
}
.colorlib-bubbles li:nth-child(4) {
left: 40%;
width: 60px;
height: 60px;
-webkit-animation-duration: 22s;
-moz-animation-duration: 22s;
-o-animation-duration: 22s;
-ms-animation-duration: 22s;
animation-duration: 22s;
background-color: rgba(255, 255, 255, 0.25);
}
.colorlib-bubbles li:nth-child(5) {
left: 70%;
}
.colorlib-bubbles li:nth-child(6) {
left: 80%;
width: 120px;
height: 120px;
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
-o-animation-delay: 3s;
-ms-animation-delay: 3s;
animation-delay: 3s;
background-color: rgba(255, 255, 255, 0.2);
}
.colorlib-bubbles li:nth-child(7) {
left: 32%;
width: 160px;
height: 160px;
-webkit-animation-delay: 7s;
-moz-animation-delay: 7s;
-o-animation-delay: 7s;
-ms-animation-delay: 7s;
animation-delay: 7s;
}
.colorlib-bubbles li:nth-child(8) {
left: 55%;
width: 20px;
height: 20px;
-webkit-animation-delay: 15s;
-moz-animation-delay: 15s;
animation-delay: 15s;
-webkit-animation-duration: 40s;
-moz-animation-duration: 40s;
animation-duration: 40s;
}
.colorlib-bubbles li:nth-child(9) {
left: 25%;
width: 10px;
height: 10px;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-duration: 40s;
animation-duration: 40s;
background-color: rgba(255, 255, 255, 0.3);
}
.colorlib-bubbles li:nth-child(10) {
left: 90%;
width: 160px;
height: 160px;
-webkit-animation-delay: 11s;
animation-delay: 11s;
}
@-webkit-keyframes square {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-700px) rotate(600deg);
-moz-transform: translateY(-700px) rotate(600deg);
-o-transform: translateY(-700px) rotate(600deg);
-ms-transform: translateY(-700px) rotate(600deg);
transform: translateY(-700px) rotate(600deg);
}
}
@keyframes square {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-700px) rotate(600deg);
-moz-transform: translateY(-700px) rotate(600deg);
-o-transform: translateY(-700px) rotate(600deg);
-ms-transform: translateY(-700px) rotate(600deg);
transform: translateY(-700px) rotate(600deg);
}
}
/*-- responsive-design --*/
@media(max-width:1440px) {
input[type="text"], input[type="email"], input[type="password"] {
width: 94%;
}
}
@media(max-width:1366px) {
h1 {
font-size: 2.6em;
}
.agileits-top {
padding: 2.5em;
}
.main-agileinfo {
margin: 2em auto;
}
.main-agileinfo {
width: 36%;
}
}
@media(max-width:1280px) {
.main-agileinfo {
width: 40%;
}
}
@media(max-width:1080px) {
.main-agileinfo {
width: 46%;
}
}
@media(max-width:1024px) {
.main-agileinfo {
width: 49%;
}
}
@media(max-width:991px) {
h1 {
font-size: 2.4em;
}
.main-w3layouts {
padding: 2em 0 1em;
}
}
@media(max-width:900px) {
.main-agileinfo {
width: 58%;
}
input[type="text"], input[type="email"], input[type="password"] {
width: 93%;
}
}
@media(max-width:800px) {
h1 {
font-size: 2.2em;
}
}
@media(max-width:736px) {
.main-agileinfo {
width: 62%;
}
}
@media(max-width:667px) {
.main-agileinfo {
width: 67%;
}
}
@media(max-width:600px) {
.agileits-top {
padding: 2.2em;
}
input.email, input.text.w3lpass {
margin: 1.5em 0;
}
input[type="submit"] {
margin: 2em 0;
}
h1 {
font-size: 2em;
letter-spacing: 3px;
}
}
@media(max-width:568px) {
.main-agileinfo {
width: 75%;
}
.colorlibcopy-agile p {
padding: 0 2em;
}
}
@media(max-width:480px) {
h1 {
font-size: 1.8em;
letter-spacing: 3px;
}
.agileits-top {
padding: 1.8em;
}
input[type="text"], input[type="email"], input[type="password"] {
width: 91%;
}
.agileits-top p {
font-size: 0.9em;
}
}
@media(max-width:414px) {
h1 {
font-size: 1.8em;
letter-spacing: 2px;
}
.main-agileinfo {
width: 85%;
margin: 1.5em auto;
}
.text:focus, .text:valid {
background-position: 0 0px;
}
.wthree-text ul li, .wthree-text ul li:nth-child(2) {
display: block;
float: none;
}
.wthree-text ul li:nth-child(2) {
margin-top: 1.5em;
}
input[type="submit"] {
margin: 2em 0 1.5em;
letter-spacing: 3px;
}
input[type="submit"] {
margin: 2em 0 1.5em;
}
.colorlibcopy-agile {
margin: 1em 0 1em;
}
}
@media(max-width:384px) {
.main-agileinfo {
width: 88%;
}
.colorlibcopy-agile p {
padding: 0 1em;
}
}
@media(max-width:375px) {
.agileits-top p {
letter-spacing: 0px;
}
}
@media(max-width:320px) {
.main-w3layouts {
padding: 1.5em 0 0;
}
.agileits-top {
padding: 1.2em;
}
.colorlibcopy-agile {
margin: 0 0 1em;
}
input[type="text"], input[type="email"], input[type="password"] {
width: 89.5%;
font-size: 0.85em;
}
h1 {
font-size: 1.7em;
letter-spacing: 0px;
}
.main-agileinfo {
width: 92%;
margin: 1em auto;
}
.text:focus, .text:valid {
background-position: 0 0px;
}
input[type="submit"] {
margin: 1.5em 0;
padding: 0.8em;
font-size: .85em;
}
.colorlibcopy-agile p {
font-size: .85em;
}
.wthree-text label {
font-size: 0.85em;
}
.main-w3layouts {
padding: 1em 0 0;
}
} | public/frontend/dist/css/login.css |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*-- start editing from here --*/
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*-- end reset --*/
body {
background: #76b852;
/* fallback for old browsers */
background: -webkit-linear-gradient(to top, #76b852, #8DC26F);
background: -moz-linear-gradient(to top, #76b852, #8DC26F);
background: -o-linear-gradient(to top, #76b852, #8DC26F);
background: linear-gradient(to top, #76b852, #8DC26F);
background-size: cover;
background-attachment: fixed;
font-family: 'Roboto', sans-serif;
}
h1 {
font-size: 3em;
text-align: center;
color: #fff;
font-weight: 100;
text-transform: capitalize;
letter-spacing: 4px;
font-family: 'Roboto', sans-serif;
}
/*-- main --*/
.main-w3layouts {
padding: 3em 0 1em;
}
.main-agileinfo {
width: 35%;
margin: 3em auto;
background: rgba(0, 0, 0, 0.18);
background-size: cover;
}
.agileits-top {
padding: 3em;
}
input[type="text"], input[type="email"], input[type="password"] {
font-size: 0.9em;
color: #fff;
font-weight: 100;
width: 94.5%;
display: block;
border: none;
padding: 0.8em;
border: solid 1px rgba(255, 255, 255, 0.37);
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
background-position: -800px 0;
background-size: 100%;
background-repeat: no-repeat;
color: #fff;
font-family: 'Roboto', sans-serif;
}
input.email, input.text.w3lpass {
margin: 2em 0;
}
.text:focus, .text:valid {
box-shadow: none;
outline: none;
background-position: 0 0;
}
.text:focus::-webkit-input-placeholder, .text:valid::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: .9em;
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-o-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
visibility: visible !important;
}
::-webkit-input-placeholder {
color: #fff;
font-weight: 100;
}
:-moz-placeholder {
/* Firefox 18- */
color: #fff;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
input[type="submit"] {
font-size: .9em;
color: #fff;
background: #76b852;
outline: none;
border: 1px solid #76b852;
cursor: pointer;
padding: 0.9em;
-webkit-appearance: none;
width: 100%;
margin: 2em 0;
letter-spacing: 4px;
}
input[type="submit"]:hover {
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
background: #8DC26F;
}
.agileits-top p {
font-size: 1em;
color: #fff;
text-align: center;
letter-spacing: 1px;
font-weight: 300;
}
.agileits-top p a {
color: #fff;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
font-weight: 400;
}
.agileits-top p a:hover {
color: #76b852;
}
/*-- //main --*/
/*-- checkbox --*/
.wthree-text label {
font-size: 0.9em;
color: #fff;
font-weight: 200;
cursor: pointer;
position: relative;
}
input.checkbox {
background: #8DC26F;
cursor: pointer;
width: 1.2em;
height: 1.2em;
}
input.checkbox:before {
content: "";
position: absolute;
width: 1.2em;
height: 1.2em;
background: inherit;
cursor: pointer;
}
input.checkbox:after {
content: "";
position: absolute;
top: 0px;
left: 0;
z-index: 1;
width: 1.2em;
height: 1.2em;
border: 1px solid #fff;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
input.checkbox:checked:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: .5rem;
border-color: #fff;
border-top-color: transparent;
border-right-color: transparent;
}
.anim input.checkbox:checked:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: .5rem;
border-color: transparent;
border-right-color: transparent;
animation: .4s rippling .4s ease;
animation-fill-mode: forwards;
}
@keyframes rippling {
50% {
border-left-color: #fff;
}
100% {
border-bottom-color: #fff;
border-left-color: #fff;
}
}
/*-- //checkbox --*/
/*-- copyright --*/
.colorlibcopy-agile {
margin: 2em 0 1em;
text-align: center;
}
.colorlibcopy-agile p {
font-size: .9em;
color: #fff;
line-height: 1.8em;
letter-spacing: 1px;
font-weight: 100;
}
.colorlibcopy-agile p a {
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.colorlibcopy-agile p a:hover {
color: #000;
}
/*-- //copyright --*/
.wrapper {
position: relative;
overflow: hidden;
}
.colorlib-bubbles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.colorlib-bubbles li {
position: absolute;
list-style: none;
display: block;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.15);
bottom: -160px;
-webkit-animation: square 20s infinite;
-moz-animation: square 250s infinite;
-o-animation: square 20s infinite;
-ms-animation: square 20s infinite;
animation: square 20s infinite;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
-ms-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.colorlib-bubbles li:nth-child(1) {
left: 10%;
}
.colorlib-bubbles li:nth-child(2) {
left: 20%;
width: 80px;
height: 80px;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-duration: 17s;
-moz-animation-duration: 17s;
-o-animation-duration: 17s;
animation-duration: 17s;
}
.colorlib-bubbles li:nth-child(3) {
left: 25%;
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
-o-animation-delay: 4s;
-ms-animation-delay: 4s;
animation-delay: 4s;
}
.colorlib-bubbles li:nth-child(4) {
left: 40%;
width: 60px;
height: 60px;
-webkit-animation-duration: 22s;
-moz-animation-duration: 22s;
-o-animation-duration: 22s;
-ms-animation-duration: 22s;
animation-duration: 22s;
background-color: rgba(255, 255, 255, 0.25);
}
.colorlib-bubbles li:nth-child(5) {
left: 70%;
}
.colorlib-bubbles li:nth-child(6) {
left: 80%;
width: 120px;
height: 120px;
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
-o-animation-delay: 3s;
-ms-animation-delay: 3s;
animation-delay: 3s;
background-color: rgba(255, 255, 255, 0.2);
}
.colorlib-bubbles li:nth-child(7) {
left: 32%;
width: 160px;
height: 160px;
-webkit-animation-delay: 7s;
-moz-animation-delay: 7s;
-o-animation-delay: 7s;
-ms-animation-delay: 7s;
animation-delay: 7s;
}
.colorlib-bubbles li:nth-child(8) {
left: 55%;
width: 20px;
height: 20px;
-webkit-animation-delay: 15s;
-moz-animation-delay: 15s;
animation-delay: 15s;
-webkit-animation-duration: 40s;
-moz-animation-duration: 40s;
animation-duration: 40s;
}
.colorlib-bubbles li:nth-child(9) {
left: 25%;
width: 10px;
height: 10px;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-duration: 40s;
animation-duration: 40s;
background-color: rgba(255, 255, 255, 0.3);
}
.colorlib-bubbles li:nth-child(10) {
left: 90%;
width: 160px;
height: 160px;
-webkit-animation-delay: 11s;
animation-delay: 11s;
}
@-webkit-keyframes square {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-700px) rotate(600deg);
-moz-transform: translateY(-700px) rotate(600deg);
-o-transform: translateY(-700px) rotate(600deg);
-ms-transform: translateY(-700px) rotate(600deg);
transform: translateY(-700px) rotate(600deg);
}
}
@keyframes square {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-700px) rotate(600deg);
-moz-transform: translateY(-700px) rotate(600deg);
-o-transform: translateY(-700px) rotate(600deg);
-ms-transform: translateY(-700px) rotate(600deg);
transform: translateY(-700px) rotate(600deg);
}
}
/*-- responsive-design --*/
@media(max-width:1440px) {
input[type="text"], input[type="email"], input[type="password"] {
width: 94%;
}
}
@media(max-width:1366px) {
h1 {
font-size: 2.6em;
}
.agileits-top {
padding: 2.5em;
}
.main-agileinfo {
margin: 2em auto;
}
.main-agileinfo {
width: 36%;
}
}
@media(max-width:1280px) {
.main-agileinfo {
width: 40%;
}
}
@media(max-width:1080px) {
.main-agileinfo {
width: 46%;
}
}
@media(max-width:1024px) {
.main-agileinfo {
width: 49%;
}
}
@media(max-width:991px) {
h1 {
font-size: 2.4em;
}
.main-w3layouts {
padding: 2em 0 1em;
}
}
@media(max-width:900px) {
.main-agileinfo {
width: 58%;
}
input[type="text"], input[type="email"], input[type="password"] {
width: 93%;
}
}
@media(max-width:800px) {
h1 {
font-size: 2.2em;
}
}
@media(max-width:736px) {
.main-agileinfo {
width: 62%;
}
}
@media(max-width:667px) {
.main-agileinfo {
width: 67%;
}
}
@media(max-width:600px) {
.agileits-top {
padding: 2.2em;
}
input.email, input.text.w3lpass {
margin: 1.5em 0;
}
input[type="submit"] {
margin: 2em 0;
}
h1 {
font-size: 2em;
letter-spacing: 3px;
}
}
@media(max-width:568px) {
.main-agileinfo {
width: 75%;
}
.colorlibcopy-agile p {
padding: 0 2em;
}
}
@media(max-width:480px) {
h1 {
font-size: 1.8em;
letter-spacing: 3px;
}
.agileits-top {
padding: 1.8em;
}
input[type="text"], input[type="email"], input[type="password"] {
width: 91%;
}
.agileits-top p {
font-size: 0.9em;
}
}
@media(max-width:414px) {
h1 {
font-size: 1.8em;
letter-spacing: 2px;
}
.main-agileinfo {
width: 85%;
margin: 1.5em auto;
}
.text:focus, .text:valid {
background-position: 0 0px;
}
.wthree-text ul li, .wthree-text ul li:nth-child(2) {
display: block;
float: none;
}
.wthree-text ul li:nth-child(2) {
margin-top: 1.5em;
}
input[type="submit"] {
margin: 2em 0 1.5em;
letter-spacing: 3px;
}
input[type="submit"] {
margin: 2em 0 1.5em;
}
.colorlibcopy-agile {
margin: 1em 0 1em;
}
}
@media(max-width:384px) {
.main-agileinfo {
width: 88%;
}
.colorlibcopy-agile p {
padding: 0 1em;
}
}
@media(max-width:375px) {
.agileits-top p {
letter-spacing: 0px;
}
}
@media(max-width:320px) {
.main-w3layouts {
padding: 1.5em 0 0;
}
.agileits-top {
padding: 1.2em;
}
.colorlibcopy-agile {
margin: 0 0 1em;
}
input[type="text"], input[type="email"], input[type="password"] {
width: 89.5%;
font-size: 0.85em;
}
h1 {
font-size: 1.7em;
letter-spacing: 0px;
}
.main-agileinfo {
width: 92%;
margin: 1em auto;
}
.text:focus, .text:valid {
background-position: 0 0px;
}
input[type="submit"] {
margin: 1.5em 0;
padding: 0.8em;
font-size: .85em;
}
.colorlibcopy-agile p {
font-size: .85em;
}
.wthree-text label {
font-size: 0.85em;
}
.main-w3layouts {
padding: 1em 0 0;
}
} | 0.439026 | 0.102709 |
@media only screen and (max-width: 767px){
.pre-header,
.menu-area,
.contato-area,
.port_produtos,
.bloco,
.bloco h2,
.bloco h6,
.form-contato h2,
.endereco-contato h3,
.endereco-contato h5,
.bloco2,
.form-group,
.form-contato,
.endereco-contato,
.footer-area{
width: 100%;
text-align: center;
float: none;
margin: 0 auto;
padding: 0 ;
}
.pre-header h4{
font-size: 14px;
margin: 0 auto;
}
.menu-area .logo-menu{
margin: 0 auto;
width: 160px;
height: 100px;
margin-top: 7px;
}
.menu-area .list-menu{
margin: 0 auto;
text-align: center;
}
.menu-area .list-menu li{
width: 120px;
margin: 0 auto;
margin-top: 5px;
}
.baner-area{
margin-top: 10px;
width: 100%;
height: 300px;
background-image: url(../img/bg-intro.png);
background-size: cover;
}
.baner-area h1{
margin-top: 60px;
margin-bottom: 60px;
width: 300px;
height: 150px;
font-size: 25px;
text-align: center;
line-height: 30px;
}
.baner-area img{
display: none;
}
.baner-area h4{
margin-top: -90px;
font-size: 15px;
text-align: center;
width: 300px;
}
.produtos-area{
margin-top: 40px;
width: 100%;
height: 790px;
}
.produtos-area h2{
font-size: 25px;
}
.produtos img{
margin-top: 20px;
width: 64px;
height: 64px;
margin-left: 110px;
}
.produtos p{
margin-top: 30px;
width: 280px;
height: 90px;
margin-bottom: 20px;
}
.produtos-area button{
margin-right: 20px;
}
.botao{
max-width: 300px;
}
.sobre-nos-area{
width: 100%;
height: 650px;
background: #504E4B;
}
.sobre-nos-area h2{
text-align: center;
font-size: 25px;
}
.sobre-nos-area h6{
margin-top: 40px;
width: 300px;
text-align: center;
}
.sobre-nos-area button{
max-width: 300px;
margin-right: 20px;
}
.arere {
max-width: 300px;
}
.arere img{
margin-top: 80px;
width: 250px;
height: 150px;
margin-left: -20px;
}
/*sobre */
.baner-area-sobre{
margin-top: 20px;
width: 100%;
}
.baner-area-sobre h1{
margin-top: 47px;
margin-bottom:47px;
width: 300px;
height: 47px;
font-size: 48px;
text-align: center;
}
.sobre-nos-1 h2{
font-size: 35px;
margin-top: 60px;
width: 300px;
text-align: center;
}
.sobre-nos-1 h6{
margin-top: 40px;
color: #000000;
width: 300px;
text-align: center;
margin-bottom: 50px;
}
.sobre-nos-1 img{
margin-top: 60px;
width: 300px;
height: 190px;
margin-left: 0px; }
.sobre-nos-2 h2{
font-size: 35px;
margin-top: 20px;
width: 300px;
margin-left: 50px;
}
.sobre-nos-2 h6{
padding-bottom: 200px;
color: #000000;
text-align: center;
width: 300px;
margin-left: 10px;
}
.sobre-nos-2 img{
margin-bottom: 50px;
margin-top: 60px;
width: 300px;
height: 300px;
}
/*fim sobre*/
.form-group button{
margin-left: -10px;
margin-top: 20px;
}
.form-contato h2{
margin-top: 30px;
margin-bottom: 30px;
}
.endereco-contato h2{
margin-top: 30px;
margin-bottom: 30px;
}
.endereco-contato h3{
margin-top: 30px;
margin-bottom: 30px;
}
.footer-area{
width: 100%;
height: 50px;
}
.bloco2 img{
margin-top: -60px;
width: 280px;
height: 200px;
margin-bottom: 30px;
}
.item img{
margin-left: -200px;
}
.titulo h2{
margin-top:-50px;
font-size: 30px;
margin-bottom: 10px;
}
.baner-area-contato{
margin-top: 20px;
width: 100%;
}
.baner-area-contato h1{
width: 300px;
}
.pre-header h4{
width: 250px;
}
.baner-area-produtos{
background-image: url(../img/produtos.png);
margin-top: 20px;
width: 100%;
}
.baner-area-produtos h1{
margin-top: 40px;
font-size: 35px;
width: 300px;
}
.barrinha{
display: none;
}
.lala{
max-width: 300px;
}
.lala h2{
max-width: 300px;
}
.lala h1{
max-width: 300px;
}
.botao2{
max-width: 300px;
}
.btn-home{
width: 180px;
height: 40px;
background-color: #E47336;
border: #fff;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 24px;
}
.gallery .control-button {
color: #ccc;
color: rgba(255, 255, 255, 0.4);
}
.gallery .control-button:hover {
color: white;
color: rgba(255, 255, 255, 0.8);
}
/*
Theme controls how everything looks in Gallery CSS.
*/
.gallery {
position: relative;
margin-top: -120px;
text-align: right;
height:200px;
width: 280px;
margin-left: 10px;
margin-bottom: 30px;
}
.gallery .item {
padding: 10px;
height: 200px;
overflow: hidden;
margin-left: -70px;
width: 600px;
text-align: center;
}
.gallery .controls {
padding: 10px;
position: absolute;
bottom: 0;
width: 100%;
margin-left: 88px;
}
.gallery .control-button {
display: inline-block;
margin: 0 .02em;
font-size: 6em;
text-align: center;
text-decoration: none;
transition: color .1s;
}
} | public/css/responsivo.css | @media only screen and (max-width: 767px){
.pre-header,
.menu-area,
.contato-area,
.port_produtos,
.bloco,
.bloco h2,
.bloco h6,
.form-contato h2,
.endereco-contato h3,
.endereco-contato h5,
.bloco2,
.form-group,
.form-contato,
.endereco-contato,
.footer-area{
width: 100%;
text-align: center;
float: none;
margin: 0 auto;
padding: 0 ;
}
.pre-header h4{
font-size: 14px;
margin: 0 auto;
}
.menu-area .logo-menu{
margin: 0 auto;
width: 160px;
height: 100px;
margin-top: 7px;
}
.menu-area .list-menu{
margin: 0 auto;
text-align: center;
}
.menu-area .list-menu li{
width: 120px;
margin: 0 auto;
margin-top: 5px;
}
.baner-area{
margin-top: 10px;
width: 100%;
height: 300px;
background-image: url(../img/bg-intro.png);
background-size: cover;
}
.baner-area h1{
margin-top: 60px;
margin-bottom: 60px;
width: 300px;
height: 150px;
font-size: 25px;
text-align: center;
line-height: 30px;
}
.baner-area img{
display: none;
}
.baner-area h4{
margin-top: -90px;
font-size: 15px;
text-align: center;
width: 300px;
}
.produtos-area{
margin-top: 40px;
width: 100%;
height: 790px;
}
.produtos-area h2{
font-size: 25px;
}
.produtos img{
margin-top: 20px;
width: 64px;
height: 64px;
margin-left: 110px;
}
.produtos p{
margin-top: 30px;
width: 280px;
height: 90px;
margin-bottom: 20px;
}
.produtos-area button{
margin-right: 20px;
}
.botao{
max-width: 300px;
}
.sobre-nos-area{
width: 100%;
height: 650px;
background: #504E4B;
}
.sobre-nos-area h2{
text-align: center;
font-size: 25px;
}
.sobre-nos-area h6{
margin-top: 40px;
width: 300px;
text-align: center;
}
.sobre-nos-area button{
max-width: 300px;
margin-right: 20px;
}
.arere {
max-width: 300px;
}
.arere img{
margin-top: 80px;
width: 250px;
height: 150px;
margin-left: -20px;
}
/*sobre */
.baner-area-sobre{
margin-top: 20px;
width: 100%;
}
.baner-area-sobre h1{
margin-top: 47px;
margin-bottom:47px;
width: 300px;
height: 47px;
font-size: 48px;
text-align: center;
}
.sobre-nos-1 h2{
font-size: 35px;
margin-top: 60px;
width: 300px;
text-align: center;
}
.sobre-nos-1 h6{
margin-top: 40px;
color: #000000;
width: 300px;
text-align: center;
margin-bottom: 50px;
}
.sobre-nos-1 img{
margin-top: 60px;
width: 300px;
height: 190px;
margin-left: 0px; }
.sobre-nos-2 h2{
font-size: 35px;
margin-top: 20px;
width: 300px;
margin-left: 50px;
}
.sobre-nos-2 h6{
padding-bottom: 200px;
color: #000000;
text-align: center;
width: 300px;
margin-left: 10px;
}
.sobre-nos-2 img{
margin-bottom: 50px;
margin-top: 60px;
width: 300px;
height: 300px;
}
/*fim sobre*/
.form-group button{
margin-left: -10px;
margin-top: 20px;
}
.form-contato h2{
margin-top: 30px;
margin-bottom: 30px;
}
.endereco-contato h2{
margin-top: 30px;
margin-bottom: 30px;
}
.endereco-contato h3{
margin-top: 30px;
margin-bottom: 30px;
}
.footer-area{
width: 100%;
height: 50px;
}
.bloco2 img{
margin-top: -60px;
width: 280px;
height: 200px;
margin-bottom: 30px;
}
.item img{
margin-left: -200px;
}
.titulo h2{
margin-top:-50px;
font-size: 30px;
margin-bottom: 10px;
}
.baner-area-contato{
margin-top: 20px;
width: 100%;
}
.baner-area-contato h1{
width: 300px;
}
.pre-header h4{
width: 250px;
}
.baner-area-produtos{
background-image: url(../img/produtos.png);
margin-top: 20px;
width: 100%;
}
.baner-area-produtos h1{
margin-top: 40px;
font-size: 35px;
width: 300px;
}
.barrinha{
display: none;
}
.lala{
max-width: 300px;
}
.lala h2{
max-width: 300px;
}
.lala h1{
max-width: 300px;
}
.botao2{
max-width: 300px;
}
.btn-home{
width: 180px;
height: 40px;
background-color: #E47336;
border: #fff;
font-family: "Roboto", sans-serif;
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 24px;
}
.gallery .control-button {
color: #ccc;
color: rgba(255, 255, 255, 0.4);
}
.gallery .control-button:hover {
color: white;
color: rgba(255, 255, 255, 0.8);
}
/*
Theme controls how everything looks in Gallery CSS.
*/
.gallery {
position: relative;
margin-top: -120px;
text-align: right;
height:200px;
width: 280px;
margin-left: 10px;
margin-bottom: 30px;
}
.gallery .item {
padding: 10px;
height: 200px;
overflow: hidden;
margin-left: -70px;
width: 600px;
text-align: center;
}
.gallery .controls {
padding: 10px;
position: absolute;
bottom: 0;
width: 100%;
margin-left: 88px;
}
.gallery .control-button {
display: inline-block;
margin: 0 .02em;
font-size: 6em;
text-align: center;
text-decoration: none;
transition: color .1s;
}
} | 0.103862 | 0.083553 |