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 |
|---|---|---|---|---|
.card-body {
background-color: #fff !important;
}
.card-footer-form {
background: #fff;
}
body {
padding-bottom: 0px;
}
.note-editor.note-frame {
border: none !important;
pointer-events: none !important;
}
textarea {
resize: none;
cursor: none;
}
INPUT[type=checkbox]:focus {
outline: 1px solid rgba(0, 0, 0, 0.2);
}
INPUT[type=checkbox] {
background-color: #DDD;
border-radius: 2px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 20px;
height: 20px;
cursor: pointer;
position: relative;
top: 5px;
}
INPUT[type=checkbox]:checked {
background-color: #409fd6;
background: #409fd6 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 5px 5px no-repeat;
}
input[type="checkbox"]:hover {
filter: brightness(90%);
}
input[type="checkbox"]:disabled {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
input[type="checkbox"]:after {
content: '';
position: relative;
left: 40%;
top: 20%;
width: 15%;
height: 40%;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
display: none;
}
input[type="checkbox"]:disabled:after {
border-color: #7b7b7b;
}
#map {
height: 500px;
width: 100%;
}
#tabela-palestra {
font-size: larger;
}
.caixa-map {
padding: 30px 0px;
}
/* ---------------------------------------- IMAGEM -------------------------------------------- */
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
filter: blur(8px);
margin-top: 4px;
}
.img-banner {
width: 900px;
height: 400px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -70;
margin: auto;
/*margin-bottom: 210px;*/
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
/* ---------------------------------------- resposividade -------------------------------------------- */
/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 906px) {
.img-banner {
display: block !important;
width: 100% !important;
height: 280 !important;
max-height: none !important;
border-style: none !important;
border-radius: 0px !important;
bottom: 40 !important;
margin-top: 165px !important;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
filter: blur(8px);
margin-top: 4px;
}
}
/*
@media (max-width: 416px) {
.img-banner {
width: 313px;
height: 215px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 200;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
background-position: 50% 50%;
background-size: cover;
}
.img-fundo {
background-repeat: no-repeat !important;
background-size: cover;
width: 100%;
height: 450px;
filter: blur(8px);
margin-top: 4px;
}
}
@media (min-width: 417px) and (max-width: 490.98px) {
.img-banner {
width: 405px;
height: 230px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 190;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 450px;
filter: blur(8px);
margin-top: 4px;
}
}
*/
/* Dispositivos small (telefones em modo paisagem, com 576px ou mais) */
/*
@media(min-width: 490px) and (max-width: 678.98px) {
.img-banner {
width: 470px !important;
height: 290px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 190;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 490px;
filter: blur(8px);
margin-top: 4px;
background: url('/storage/{{$exibir->url_imagem}}') no-repeat;
}
}
*/
/* Dispositivos médios (tablets com 768px ou mais) */
/*
@media(min-width: 679px) and (max-width: 991.98px) {
.img-banner {
width: 670px;
height: 335px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 130px;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 575px;
filter: blur(8px);
margin-top: 4px;
}
} */ | public/css/form.css |
.card-body {
background-color: #fff !important;
}
.card-footer-form {
background: #fff;
}
body {
padding-bottom: 0px;
}
.note-editor.note-frame {
border: none !important;
pointer-events: none !important;
}
textarea {
resize: none;
cursor: none;
}
INPUT[type=checkbox]:focus {
outline: 1px solid rgba(0, 0, 0, 0.2);
}
INPUT[type=checkbox] {
background-color: #DDD;
border-radius: 2px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 20px;
height: 20px;
cursor: pointer;
position: relative;
top: 5px;
}
INPUT[type=checkbox]:checked {
background-color: #409fd6;
background: #409fd6 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 5px 5px no-repeat;
}
input[type="checkbox"]:hover {
filter: brightness(90%);
}
input[type="checkbox"]:disabled {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
input[type="checkbox"]:after {
content: '';
position: relative;
left: 40%;
top: 20%;
width: 15%;
height: 40%;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
display: none;
}
input[type="checkbox"]:disabled:after {
border-color: #7b7b7b;
}
#map {
height: 500px;
width: 100%;
}
#tabela-palestra {
font-size: larger;
}
.caixa-map {
padding: 30px 0px;
}
/* ---------------------------------------- IMAGEM -------------------------------------------- */
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
filter: blur(8px);
margin-top: 4px;
}
.img-banner {
width: 900px;
height: 400px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -70;
margin: auto;
/*margin-bottom: 210px;*/
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
/* ---------------------------------------- resposividade -------------------------------------------- */
/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 906px) {
.img-banner {
display: block !important;
width: 100% !important;
height: 280 !important;
max-height: none !important;
border-style: none !important;
border-radius: 0px !important;
bottom: 40 !important;
margin-top: 165px !important;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
filter: blur(8px);
margin-top: 4px;
}
}
/*
@media (max-width: 416px) {
.img-banner {
width: 313px;
height: 215px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 200;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
background-position: 50% 50%;
background-size: cover;
}
.img-fundo {
background-repeat: no-repeat !important;
background-size: cover;
width: 100%;
height: 450px;
filter: blur(8px);
margin-top: 4px;
}
}
@media (min-width: 417px) and (max-width: 490.98px) {
.img-banner {
width: 405px;
height: 230px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 190;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 450px;
filter: blur(8px);
margin-top: 4px;
}
}
*/
/* Dispositivos small (telefones em modo paisagem, com 576px ou mais) */
/*
@media(min-width: 490px) and (max-width: 678.98px) {
.img-banner {
width: 470px !important;
height: 290px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 190;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 490px;
filter: blur(8px);
margin-top: 4px;
background: url('/storage/{{$exibir->url_imagem}}') no-repeat;
}
}
*/
/* Dispositivos médios (tablets com 768px ou mais) */
/*
@media(min-width: 679px) and (max-width: 991.98px) {
.img-banner {
width: 670px;
height: 335px;
text-align: center;
border-radius: 15px;
background: #000;
font-size: 30px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 130px;
margin: auto;
-webkit-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
}
.img-fundo {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 575px;
filter: blur(8px);
margin-top: 4px;
}
} */ | 0.325199 | 0.068756 |
body{
background-color: #B1B1B1;
}
button:hover{
cursor: pointer;
}
.contentContainer{
padding-top:100px;
}
/*
/* ------------------------- Page Contents --------------------------*/
.addAchvBtn{
background-color: #DCD909;
color: white;
border-top-right-radius:50px;
border-bottom-right-radius:50px;
}
.addAchvBtn:hover{
padding-right: 20px;
}
.addSkillBtn{
background-color: #3CAEC1;
color: white;
border-top-right-radius:50px;
border-bottom-right-radius:50px;
}
.addSkillBtn:hover{
padding-right: 20px;
}
.editDescHolder,.skillBtnHolder,.achvBtnHolder,.deleteSkillHolder,.deleteAchvHolder{
display: none;
}
.editProfBtn{
background: linear-gradient(90deg, #030216,#3E3C56);
}
/* MEDIA QUERIES */
@media only screen and (max-width: 767.98px) {
.contentContainer{
padding-top:80px;
padding-left: 10px !important;
padding-right: 10px !important;
}
}
/*RANGE DESIGN*/
input[type=range] {
height: 31px;
-webkit-appearance: none;
margin: 10px 0;
width: 100%;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: #43BECC;
border-radius: 50px;
border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #57C1FF;
border: 1px solid #24B6FF;
height: 23px;
width: 23px;
border-radius: 50px;
background: #FFFFFF;
cursor: pointer;
-webkit-appearance: none;
margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #43BECC;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: #43BECC;
border-radius: 50px;
border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #57C1FF;
border: 1px solid #24B6FF;
height: 23px;
width: 23px;
border-radius: 50px;
background: #FFFFFF;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #43BECC;
border: 0px solid #000000;
border-radius: 100px;
box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
background: #43BECC;
border: 0px solid #000000;
border-radius: 100px;
box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
margin-top: 1px;
box-shadow: 1px 1px 1px #57C1FF;
border: 1px solid #24B6FF;
height: 23px;
width: 23px;
border-radius: 50px;
background: #FFFFFF;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #43BECC;
}
input[type=range]:focus::-ms-fill-upper {
background: #43BECC;
} | public/css/unique/student/profile.css | body{
background-color: #B1B1B1;
}
button:hover{
cursor: pointer;
}
.contentContainer{
padding-top:100px;
}
/*
/* ------------------------- Page Contents --------------------------*/
.addAchvBtn{
background-color: #DCD909;
color: white;
border-top-right-radius:50px;
border-bottom-right-radius:50px;
}
.addAchvBtn:hover{
padding-right: 20px;
}
.addSkillBtn{
background-color: #3CAEC1;
color: white;
border-top-right-radius:50px;
border-bottom-right-radius:50px;
}
.addSkillBtn:hover{
padding-right: 20px;
}
.editDescHolder,.skillBtnHolder,.achvBtnHolder,.deleteSkillHolder,.deleteAchvHolder{
display: none;
}
.editProfBtn{
background: linear-gradient(90deg, #030216,#3E3C56);
}
/* MEDIA QUERIES */
@media only screen and (max-width: 767.98px) {
.contentContainer{
padding-top:80px;
padding-left: 10px !important;
padding-right: 10px !important;
}
}
/*RANGE DESIGN*/
input[type=range] {
height: 31px;
-webkit-appearance: none;
margin: 10px 0;
width: 100%;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: #43BECC;
border-radius: 50px;
border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #57C1FF;
border: 1px solid #24B6FF;
height: 23px;
width: 23px;
border-radius: 50px;
background: #FFFFFF;
cursor: pointer;
-webkit-appearance: none;
margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #43BECC;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000;
background: #43BECC;
border-radius: 50px;
border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #57C1FF;
border: 1px solid #24B6FF;
height: 23px;
width: 23px;
border-radius: 50px;
background: #FFFFFF;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #43BECC;
border: 0px solid #000000;
border-radius: 100px;
box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
background: #43BECC;
border: 0px solid #000000;
border-radius: 100px;
box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
margin-top: 1px;
box-shadow: 1px 1px 1px #57C1FF;
border: 1px solid #24B6FF;
height: 23px;
width: 23px;
border-radius: 50px;
background: #FFFFFF;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #43BECC;
}
input[type=range]:focus::-ms-fill-upper {
background: #43BECC;
} | 0.35768 | 0.08152 |
.container {
/* margin-right: auto;
margin-left: -200px; */
margin-top:30px;
padding-left: 35px;
padding-right: 15px;
}
.mat-paginator{
margin-right: 20px;
}
.browse-movie-wrap {
margin-bottom: 15px;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin-bottom: -16px;
}
.browse-movie-bottom {
margin: 0 auto;
padding: 0 5px;
max-width: 220px;
margin-left: 0.15px;
font-size: .95em;
}
.browse-movie-title, .browse-movie-title:focus, #comments-box a {
color: #fff;
font-weight: 700;
display: block;
transition: color .15s ease-in-out;
-moz-transition: color .15s ease-in-out;
-webkit-transition: color .15s ease-in-out;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: .95em;
}
a,
a label {
cursor: pointer;
}
.browse-movie-link {
display: inline-block;
max-width: 220px;
border: 5px solid #fff;
transition: border .15s ease-in-out;
-moz-transition: border .15s ease-in-out;
-webkit-transition: border .15s ease-in-out;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
font-size: 24px;
}
.onoffswitch {
position: relative; width: 90px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
position: absolute;
opacity: 0;
pointer-events: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "YES";
padding-left: 10px;
background-color: #0B60FF; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "NO";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 19px; margin: 5.5px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 56px;
border: 2px solid #999999; border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.form-field{
display: block;
}
.movie-horizontal-divider{
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
width: 100%;
margin-top: 40px;
} | Client/SWMDB/src/app/movies/movies.component.css | .container {
/* margin-right: auto;
margin-left: -200px; */
margin-top:30px;
padding-left: 35px;
padding-right: 15px;
}
.mat-paginator{
margin-right: 20px;
}
.browse-movie-wrap {
margin-bottom: 15px;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin-bottom: -16px;
}
.browse-movie-bottom {
margin: 0 auto;
padding: 0 5px;
max-width: 220px;
margin-left: 0.15px;
font-size: .95em;
}
.browse-movie-title, .browse-movie-title:focus, #comments-box a {
color: #fff;
font-weight: 700;
display: block;
transition: color .15s ease-in-out;
-moz-transition: color .15s ease-in-out;
-webkit-transition: color .15s ease-in-out;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: .95em;
}
a,
a label {
cursor: pointer;
}
.browse-movie-link {
display: inline-block;
max-width: 220px;
border: 5px solid #fff;
transition: border .15s ease-in-out;
-moz-transition: border .15s ease-in-out;
-webkit-transition: border .15s ease-in-out;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
font-size: 24px;
}
.onoffswitch {
position: relative; width: 90px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
position: absolute;
opacity: 0;
pointer-events: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "YES";
padding-left: 10px;
background-color: #0B60FF; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "NO";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 19px; margin: 5.5px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 56px;
border: 2px solid #999999; border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.form-field{
display: block;
}
.movie-horizontal-divider{
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
width: 100%;
margin-top: 40px;
} | 0.382833 | 0.07333 |
.available, .labelShape{
color: #759e27; /* dark green */
font-weight: bold;
}
.code{
font-family: monospace;
}
.codeCom{
color: #759e27; /* dark green */
}
.development, .omitted{
font-weight: bold;
font-style: italic;
}
.emph {
color: #00008b; /* dark blue */
font-weight: bold;
}
.error, .restrict{
color: #8b0000; /* dark red */
font-weight: bold;
}
.error2{
color: #e67e00; /* dark orange */
font-weight: bold;
}
.futureSHACL{ /* not in use as of 2019-08-22 */
background-color: #9fd041; /* solid background */
color: #000000;
font-family: Arial;
font-weight: bold;
}
.goodData{
color: #009a00; /* green */
font-weight: bold;
font-family: monospace;
}
.greyedOut{
color: #9c9c9c; /* dark grey */
background-color: #e1e1e1; /* light grey */
}
.infoExtra{
color: #9c9c9c; /* dark grey */
font-weight: bold;
font-style: italic;
font-size:1.1em;
}
.infoOmitted, .toBeAdded{
color: #4e4e4e; /* dark grey */
background-color: #e1e1e1; /* light grey */
font-weight: bold;
font-style: italic;
font-size:1.0em;
}
.labelData{
color: #9e9e27; /* dark olive */
font-weight: bold;
}
.missing{
color: #8b0000; /* dark red */
background-color: #e1e1e1; /* light grey */
font-weight: bold;
font-style: italic;
font-size:1.1em;
}
.msg{
font-style: italic;
font-weight: bold;
}
.outdated{
font-style: italic;
font-weight: bold;
color: #8b0000; /* dark red */
background-color: #e1e1e1; /* light grey */
}
.parameter{
color: #9c9c9c; /* dark grey */
font-weight: bold;
font-style: italic;
font-size:1.1em;
}
.labelReport{
color: #c69331; /* dark br/orange */
font-weight: bold;
}
.literal{
color: #9c9c9c; /* dark grey */
font-weight: bold;
}
.navNext{
color: #182461; /* dk blue */
font-weight: bold;
font-size:1.1em;
}
.nodeBold{
color: #182461; /* dk blue */
font-weight: bold;
font-size:1.1em;
font-family: monospace;
}
.object{
color: #182461; /* dk blue */
font-weight: bold;
}
.objectIRI{
color: #759e27; /* dark green */
font-weight: bold;
}
.predicate{
color: #c69331; /* dk orange */
font-weight: bold;
}
/* A section header so not show up in TOC at top of page when using
Jekyll blue-theme */
/*TODO: Cascade these when ready */
.h3NoTOC{
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 140%;
color: #015CAE;
}
.h4NoTOC{
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 110%;
color: #015CAE;
}
.FDARule{
/*
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 140%;
*/
color: #530000;
}
.ruleComponent{
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 120%;
color: #015CAE;
}
.shapeName{
color: #486118; /* very dark green */
font-weight: bold;
font-family: monospace;
}
.subject{
color: #486118; /* dark green */
font-weight: bold;
}
.verify{
font-weight: bold;
font-size: 110%;
font-style:italic;
color: black;
}
/*---------------------------------------------------------------------------*/
/* Content Descriptions: Box formats */
/*---------------------------------------------------------------------------*/
.rule{
background-color: #F7F7F7;
}
/* data */
.data{
background-color: #EEEEBB; /* 238,238,187 */
}
pre.data {
background: #eeb;
}
pre.data,
pre.data:before {
border: 1px solid #9E9E27; /* 158,158,39 */
}
pre.data:before {
color: #9E9E27;
content: "Data";
width: 5em; /* was 4em */
font-weight: bold;
}
/* sms */
.sms{
background-color: #F2F2F2; /* ,, */
}
pre.sms {
background: #F2F2F2;
}
pre.sms,
pre.sms:before {
border: 1px solid #808080; /*,, */
}
pre.sms:before {
color: #808080;
content: "SMS";
width: 5em; /* was 4em */
font-weight: bold;
}
/* owl */
.owl{
background-color: #F8E4F7;
}
pre.owl {
background: #E4ECF8; /* #E4ECF8 = 228,236,248 */
}
pre.owl,
pre.owl:before {
border: 1px solid #417CD0;
}
pre.owl:before {
color: #417CD0;
content: "OWL";
width: 5em; /* was 5 em */
font-weight: bold;
}
/* shacl */
.shacl{
background-color: #DDEEBB;
}
pre.shacl {
background: #deb;
}
pre.shacl,
pre.shacl:before {
border: 1px solid #779E27;
}
pre.shacl:before {
color: #779E27;
content: "SHACL";
width: 6em; /* was 5em */
font-weight: bold;
}
/* report */
pre.report {
background: #EEDDBB;
}
pre.report,
pre.report:before {
border: 1px solid #D09F41; /* border around the report box */
}
pre.report:before {
color: #D09F41; /* text color */
content: "Report";
width: 6em; /* was 5 em */
font-weight: bold;
}
/* sparql */
pre.sparql {
background: #FAEAEF; /* background of box */
}
pre.sparql,
pre.sparql:before {
border: 1px solid #DA7093; /* border around the box. Same as Content Text color*/
}
pre.sparql:before {
color: #DA7093; /* text color */
content: "SPARQL";
width: 7em; /* width of the box surrouding the content */
font-weight: bold;
}
/* queryResult */
pre.queryResult {
background: #F9F9F9; /* background of box */
}
pre.queryResult,
pre.queryResult:before {
border: 1px solid #DA7093; /* border around the box. Same as Content Text color*/
}
pre.queryResult:before {
color: #DA7093; /* text color */
content: "Query Result";
width: 10em; /* width of the box surrounding the content */
font-weight: bold;
}
/* for nodes in the Rules (grey) boxes to make it look like "code" within
pre tags in the rest of the document */
/* DEL ME
.codePre{
font-family: monospace;
background: #E7E7E7;
font-size:95%;
}
*/
/*--- Non-font elements ------------------------------------------------------*//* Large rounded green border */
hr.sectionBreak {
border: 3px solid #347ebe; /* blue matches header line */
border-radius: 2px;
}
/*--- from Github styles ---------------------------------------------------*/
/* https://gist.github.com/andyferra/2554919 */
table {
padding: 0; }
table th {
background-color: #8ccbf2;
}
table tr {
border-top: 2px solid #cccccc;
background-color: white;
margin: 0;
padding: 0; }
table tr:nth-child(2n) {
background-color: #f8f8f8; }
table tr th {
font-weight: bold;
border: 2px solid #cccccc;
text-align: left;
margin: 0;
padding: 6px 13px; }
table tr td {
border: 2px solid #cccccc;
text-align: left;
margin: 0;
padding: 6px 13px; }
table tr th :first-child, table tr td :first-child {
margin-top: 0; }
table tr th :last-child, table tr td :last-child {
margin-bottom: 0; }
/*---------------- FROM SHACL online ----------------*/
.syntax {
border-left-style: solid;
border-left-width: .5em;
border-color: #d0d0d0;
margin-bottom: 16px;
padding: .5em 1em;
background-color: #f6f6f6;
}
.def {
background: #DDEEFF;
border-left-style: solid;
border-left-width: .5em;
border-color: #8CCBF2;
margin-bottom: 16px;
padding: 0.5em;
}
.def-sparql {}
.def-sparql-body {
margin-top: 0px;
margin-bottom: 0px;
}
.def-text {}
.def-text-body {}
.def-header {
color: #a0a0a0;
font-size: 16px;
padding-bottom: 8px;
}
.ruleState {
background: #F6F6F6;
border-left-style: solid;
border-left-width: .5em;
border-color: #D0D0D0;
margin-bottom: 16px;
padding: 0.5em;
}
.ruleState-header {
color: #7A7A7A;
font-size: 16px;
padding-bottom: 8px;
}
pre {
tab-size: 2; /*TW was 3. Testing for box fit*/
-moz-tab-size: 2; /*TW was 3 */
}
pre {
word-wrap: normal;
}
/* example pre taken / adapted from R2RML */
/* and then from www.w3.org/TR/shacl */
pre.shapes,
pre.data,
pre.sms,
pre.owl,
pre.shacl,
pre.report,
pre.sparql,
pre.queryResult,
pre.example-rule,
pre.example-other {
margin-left: 0;
padding: 0 2em;
margin-top: 1.5em;
padding: 1em;
}
pre.data:before,
pre.sms:before,
pre.owl:before,
pre.shacl:before,
pre.shacl:before,
pre.report:before,
pre.sparql:before,
pre.queryResult:before,
pre.example-rule:before,
pre.example-other:before {
background: white;
display: block;
font-family: sans-serif;
margin: -1em 0 0.4em -1em;
padding: 0.2em 1em;
}
/*TW RULE */
pre.example-rule {
background: #bbd5ee;
}
pre.example-rule,
pre.example-rule:before {
border: 1px solid #5596d5; /* darker blue */
}
pre.example-rule:before {
color: #5596d5;
content: "Rule";
width: 4em;
font-size:1.1em;
font-weight:bold;
}
/* END RULE */
pre.example-other {
background: #bed;
}
pre.example-other,
pre.example-other:before {
border: 1px solid #ddd;
}
pre.example-other:before {
color: #888;
content: "Example";
width: 13em;
}
/*---------------- END original SENDConformCSS ----------------------*/
body {
font-size:15px;
}
.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code {
border-radius: 3px;
}
.bs-callout+.bs-callout {
margin-top: -5px;
}
.bs-callout-default {
border-left-color: #777;
}
.bs-callout-default h4 {
color: #777;
}
.bs-callout-primary {
border-left-color: #428bca;
}
.bs-callout-primary h4 {
color: #428bca;
}
.bs-callout-success {
border-left-color: #5cb85c;
}
.bs-callout-success h4 {
color: #5cb85c;
}
.bs-callout-danger {
border-left-color: #d9534f;
}
.bs-callout-danger h4 {
color: #d9534f;
}
.bs-callout-warning {
border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
color: #f0ad4e;
}
.bs-callout-info {
border-left-color: #5bc0de;
}
.bs-callout-info h4 {
color: #5bc0de;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.breadcrumb > .active {color: #777 !important;}
/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
padding-top: 60px;
margin-top: -40px
}
.post-content ol li, .post-content ul li {
margin: 10px 0px;
}
.pageSummary {
font-size:13px;
display:block;
margin-bottom:15px;
padding-left:20px;
}
.post-summary {
margin-bottom:12px;
}
.bs-example{
margin: 20px;
}
.breadcrumb li {
color: gray;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
p.external a {
text-align:right;
font-size:12px;
color: #0088cc;
display:inline;
}
#definition-box-container div a.active {
font-weight: bold;
}
p.post-meta {font-size: 80%; color: #777;}
.entry-date{font-size:14px;font-size:0.875rem;line-height:1.71429;margin-bottom:0;text-transform:uppercase;}
/* search area */
#search-demo-container ul#results-container {
list-style: none;
font-size: 12px;
background-color: white;
position: absolute;
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
left: 20px;
z-index: -1;
width:223px;
border-left: 1px solid #dedede;
}
ul#results-container a {
background-color: transparent;
}
ul#results-container a:hover {
color: black;
}
#search-demo-container a:hover {
color: black;
}
#search-input {
padding: .5em;
margin-left:20px;
width:20em;
font-size: 0.8em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top:10px;
}
/* end search */
.filter-options {
margin-bottom: 20px;
}
.filter-options button {
margin: 3px;
}
div#toc ul li {
margin: 8px 0px 8px 22px;
font-size: 90%;
list-style: square;
}
div#toc ul {
background-color: whitesmoke;
padding: 5px;
border-radius: 5px;
max-width: 300px;
color: gray;
}
div#toc ul li ul {
padding-left:8px;
}
div#toc ul li ul li::before {
content: "– ";
}
div#toc >ul::before {
content: "Table of Contents";
/* font-weight: 500; */
font-weight: bold;
/* color: #555; */
color: #015CAE; /* dark blue to match theme-blue.css */
text-align:center;
margin-left:auto;
margin-right:auto;
width:70px;
padding-top:20px;
padding-bottom:20px;
padding-left:10px;
}
li.dropdownActive a {
font-weight: bold;
}
.post-content a.fa-rss {
color: orange;
}
.navbar-inverse .navbar-nav > li > a {
background-color: transparent;
margin-top:10px;
}
.post-content .rssfeedLink {
color: #248EC2;
}
footer {
font-size: smaller;
}
/* FAQ page */
#accordion .panel-heading {
font-size: 12px;
}
a.accordion-toggle, a.accordion-collapsed {
font-size: 14px;
text-decoration: none;
}
/* navgoco sidebar styles (customized) */
.nav, .nav ul, .nav li {
list-style: none;
}
.nav ul {
padding: 0;
/*margin: 0 0 0 18px;*/
margin:0px;
}
.nav {
/* padding: 4px;*/
padding:0px;
margin: 0px;
}
.nav > li {
margin: 1px 0;
}
.nav > li li {
margin: 2px 0;
}
.nav a {
color: #333;
display: block;
outline: none;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
text-decoration: none;
}
.nav li > a > span {
float: right;
font-size: 19px;
font-weight: bolder;
}
.nav li > a > span:after {
content: '\25be';
}
.nav li.active > a > span:after {
content: '\25b4';
}
.nav a:hover, .nav li.active > a {
background-color: #8D8D8D;
color: #f5f5f5;
}
.nav > li.active > a {
background-color: #347DBE;
}
.nav li a {
font-size: 12px;
line-height: 18px;
padding: 2px 10px;
background-color: #f1f1f1;
}
.nav > li > a {
font-size: 14px;
line-height: 20px;
padding: 4px 10px;
}
ul#mysidebar {
border-radius:0px;
}
.nav ul li ul li a {
padding-left:40px;
}
.nav li.thirdlevel > a {
color: #248EC2;
font-weight:bold;
padding-left:20px;
background-color: whitesmoke !important;
}
.nav ul li a {
background-color: #FAFAFA;
}
.nav li a {
padding-right:10px;
}
.nav li a:hover {
background-color: #8D8D8D;
}
.nav ul li a {
border-top:1px solid whitesmoke;
padding-left:10px;
}
/* end sidebar */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
border-radius:5px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
border-radius: 5px;
}
span.projectTitle {
font-family: Helvetica;
font-weight: bold;
}
.footer {
text-align: right;
}
.footerMeta {
background-color: whitesmoke;
padding: 10px;
max-width: 250px;
border-radius: 5px;
margin-top: 50px;
font-style:italic;
font-size:12px;
}
img.screenshotSmall {
max-width: 300px;
}
dl dt p {
margin-left:20px;
}
dl dd {
margin-top:10px;
margin-bottom:10px;
}
dl.dl-horizontal dd {
padding-top: 20px;
}
figcaption {
padding-bottom:12px;
padding-top:6px;
max-width: 90%;
margin-bottom:20px;
font-style: italic;
color: gray;
}
.testing {
color: orange;
}
.preference {
color: red;
}
.orange {
color: orange;
}
.audienceLabel {
margin: 10px;
float: right;
border:1px solid #dedede;
padding:7px;
}
.prefaceAudienceLabel {
color: gray;
text-align: center;
margin:5px;
}
span.myLabel {
padding-left:10px;
padding-right:10px;
}
button.cursorNorm {
cursor: default;
}
a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a {
margin-left: 10px;
}
hr.faded {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.shaded {
height: 12px;
border: 0;
margin-top: 70px;
background: white;
width: 100%;
margin-bottom: 10px;
}
.fa-6x{font-size:900%;}
.fa-7x{font-size:1100%;}
.fa-8x{font-size:1300%;}
.fa-9x{font-size:1500%;}
.fa-10x{font-size:1700%;}
i.border {
padding: 10px 20px;
background-color: whitesmoke;
}
a[data-toggle] {
color: #248EC2;
}
.summary {
font-size:120%;
color: #808080;
margin:20px 0px 20px 0px;
border-left: 5px solid #ED1951;
padding-left: 10px;
}
.summary:before {
content: "Summary: ";
font-weight: bold;
}
a.fa.fa-envelope-o.mailto {
font-weight: 600;
}
h3 {color: #015CAE; font-weight:normal; font-size:130%;} /*TW original red: #ED1951 */
h4 {color: #015CAE; font-weight:normal; font-size:120%; font-style:italic;} /*TW original : #808080 */
.alert, .callout {
overflow: hidden;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #248ec2;
color: white;
}
ol li ol li {list-style-type: lower-alpha;}
ol li ul li {list-style-type: disc;}
li img {clear:both; }
div#toc ul li ul li {
list-style-type: none;
margin: 5px 0px 0px 0px;
}
.tab-content {
padding: 15px;
background-color: #FAFAFA;
}
span.tagTitle {font-weight: 500;}
li.activeSeries {
font-weight: bold;
}
.seriesContext .dropdown-menu li.active {
font-weight: bold;
margin-left: 43px;
font-size:18px;
}
.alert-warning {
color: #444;
}
div.alert code, h2 code {
background-color: transparent !important;
}
/* without this, the links in these notes aren't visible.*/
.alert a {
text-decoration: underline;
}
div.tags {padding: 10px 5px;}
.tabLabel {
font-weight: normal;
}
hr {
background: #999;
margin: 30px 0px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
button.cursorNorm {
cursor: pointer;
}
h2 {
font-size:24px;
line-height:29px;
}
span.otherProgrammingLanguages {
font-style: normal;
}
a[data-toggle="tooltip"] {
color: #649345;
font-style: italic;
cursor: default;
}
.seriesNext, .seriesContext {
margin-top: 15px;
margin-bottom: 15px;
}
.seriescontext ol li {
list-style-type: upper-roman;
}
ol.series li {
list-style-type: decimal;
margin-left: 40px;
padding-left: 0px;
}
.siteTagline {
font-size: 200%;
font-weight: bold;
color: silver;
font-family: monospace;
text-align: center;
line-height: 10px;
margin: 20px 0px;
display: block;
}
.versionTagline {
text-align: center;
margin-bottom: 20px;
font-family: courier;
color: silver;
color: #444;
display:block;
}
/* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #248ec2 !important;
}
#mysidebar .nav ul {
background-color: #FAFAFA;
}
.nav ul.series li {
list-style: decimal;
font-size:12px;
}
.nav ul.series li a:hover {
background-color: gray;
}
.nav ul.series {
padding-left: 30px;
}
.nav ul.series {
background-color: #FAFAFA;
}
/*
a.dropdown-toggle.otherProgLangs {
color: #f7e68f !important;
}
*/
span.muted {color: #666;}
table code {background-color: transparent;}
.highlight .err {
color: #a61717;
background-color: transparent !important;
}
table p {
margin-top: 12px;
margin-bottom: 12px;
}
pre {
margin: 10px 0px; /*TW was 25px 0px */
}
#json-box-container pre {
margin: 0px;
}
.video-js {
margin: 30px 0px;
}
video {
display: block;
margin: 30px 0px;
border: 1px solid #c0c0c0;
}
p.required, p.dataType {display: block; color: #c0c0c0; font-size: 80%; margin-left:4px;}
dd {margin-left:20px;}
.post-content img.inline {
margin:0px;
margin-bottom:6px;
}
.panel-heading {
font-weight: bold;
}
.note code, .alert code, .warning code, div#toc code, h2 code, h3 code, h4 code {
color: inherit;
padding: 0px;
}
.alert {
margin-bottom:10px;
margin-top:10px;
}
a.accordion-toggle {
font-style: normal;
}
span.red {
color: red;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
h3.codeExplanation {
font-size:18px;
font-style:normal;
color: black;
line-height: 24px;
}
span.soft {
color: #c0c0c0;
}
.githubEditButton {
margin-bottom:7px;
}
.endpoint {
padding: 15px;
background-color: #f0f0f0;
font-family: courier;
font-size: 110%;
margin: 20px 0px;
color: #444;
}
.formBoundary {
border: 1px solid gray;
padding: 15px;
margin: 15px 0px;
background-color: whitesmoke;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #444;
}
}
@media (max-width: 990px) {
#mysidebar {
position: relative;
}
}
@media (min-width: 1000px) {
ul#mysidebar {
width: 225px;
}
}
@media (max-width: 900px) {
ul#mysidebar {
max-width: 100%;
}
}
.col-md-9 img {
max-width: 100%;
max-height: 100%;
}
.post-content img {
margin: 12px 0px 3px 0px;
/*TW
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
*/
}
.videoThumbs img {
float: left;
margin:15px 15px 15px 0px;
border: 1px solid #dedede;
}
*:hover > .anchorjs-link {
transition: color .25s linear;
text-decoration: none;
}
.kbCaption {
color: white;
background-color: #444;
padding:10px;
}
/* this part adds an icon after external links, using FontAwesome*/
a[href^="http://"]:after, a[href^="https://"]:after {
content: "\f08e";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: none;
padding-left: 3px;
}
/* Strip the outbound icon when this class is present */
a[href].noCrossRef::after,
a.no_icon:after
{
content:"" !important;
padding-left: 0;
}
.btn-default {
margin-bottom: 10px;
}
/* algolia search */
.search {
text-align: left;
}
.search input {
font-size: 20px;
width: 300px;
}
.results {
margin: auto;
text-align: left;
}
.results ul {
list-style-type: none;
padding: 0;
}
/* algolia */
div.results {
position: absolute;
background-color: white;
width: 100%;
}
.post-meta {
font-size: 14px;
color: #828282;
}
.post-link {
font-size: 22px;
}
.post-list p {
margin: 10px 0px;
}
time {
margin-right: 10px;
}
p.post-meta time {
margin-right: 0px;
}
span.label.label-default {
background-color: gray;
}
span.label.label-primary {
background-color: #f0ad4e;
}
.col-lg-12 .nav li a {background-color: white}
.nav li.active > a.subfoldersTitle {
background-color: whitesmoke;
font-weight: bold;
color: black;
}
a code {
color: #248EC2;
}
code + a > code {
margin-left: -7px;
}
ol li ul li ol li {
list-style: decimal;
}
ol li ul li ol li ul li{
list-style: disc;
}
/*TW
.post-content table th {
vertical-align: top;
}
table thead th {
background-color: transparent;
}
*/
.box {
padding: 10px;
border: 1px solid #888;
width: 100px;
height: 80px;
background-color: #f5f5f5;
font-family: Arial;
font-size: 12px;
hyphens: auto;
float: left;
font-size: 12px;
}
.box:hover {
background-color: #f0f0f0;
}
#userMap {
overflow-x: auto;
overflow-y: auto;
padding: 20px;
min-width: 770px;
}
#userMap .active {
background-color: #d6f5d6;
border:1px solid #555;
font-weight: bold;
}
h2.userMapTitle {
font-family: Arial;
}
#userMap a:hover {
text-decoration: none;
}
div.arrow {
max-width: 50px;
margin-left: 15px;
margin-right: 15px;
font-size: 20px;
}
div.content {
max-width: 110px
}
#userMap div.arrow, #userMap div.content {
float: left;
}
.clearfix {
clear: both;
}
#userMap div.arrow {
position: relative;
top: 30px;
}
.box1 {
margin-left:0px;
}
button.btn.btn-default.btn-lg.modalButton1 {
margin-left: -20px;
}
div.box.box1 {
margin-left: -20px;
}
#userMap .btn-lg {
width: 100px;
height: 80px;
}
#userMap .complexArrow {
font-size: 22px;
margin: 0px 10px;
}
#userMap .btn-lg .active {
background-color: #d6f5d6;
}
#userMap .btn-lg {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font-size: 14px;
}
/*
* Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
*
* [1] IE9
* [2] IE10+
*/
/* 1 */
.ie9 img[src$=".svg"] {
width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img[src$=".svg"] {
width: 100%;
}
}
h4.panel-title {
padding-top: 0px;
margin-top: 0px;
}
/*set navbar breakpoint so that it converts to hamburger earlier */
@media (max-width: 1200px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
} | css/customstyles.css | .available, .labelShape{
color: #759e27; /* dark green */
font-weight: bold;
}
.code{
font-family: monospace;
}
.codeCom{
color: #759e27; /* dark green */
}
.development, .omitted{
font-weight: bold;
font-style: italic;
}
.emph {
color: #00008b; /* dark blue */
font-weight: bold;
}
.error, .restrict{
color: #8b0000; /* dark red */
font-weight: bold;
}
.error2{
color: #e67e00; /* dark orange */
font-weight: bold;
}
.futureSHACL{ /* not in use as of 2019-08-22 */
background-color: #9fd041; /* solid background */
color: #000000;
font-family: Arial;
font-weight: bold;
}
.goodData{
color: #009a00; /* green */
font-weight: bold;
font-family: monospace;
}
.greyedOut{
color: #9c9c9c; /* dark grey */
background-color: #e1e1e1; /* light grey */
}
.infoExtra{
color: #9c9c9c; /* dark grey */
font-weight: bold;
font-style: italic;
font-size:1.1em;
}
.infoOmitted, .toBeAdded{
color: #4e4e4e; /* dark grey */
background-color: #e1e1e1; /* light grey */
font-weight: bold;
font-style: italic;
font-size:1.0em;
}
.labelData{
color: #9e9e27; /* dark olive */
font-weight: bold;
}
.missing{
color: #8b0000; /* dark red */
background-color: #e1e1e1; /* light grey */
font-weight: bold;
font-style: italic;
font-size:1.1em;
}
.msg{
font-style: italic;
font-weight: bold;
}
.outdated{
font-style: italic;
font-weight: bold;
color: #8b0000; /* dark red */
background-color: #e1e1e1; /* light grey */
}
.parameter{
color: #9c9c9c; /* dark grey */
font-weight: bold;
font-style: italic;
font-size:1.1em;
}
.labelReport{
color: #c69331; /* dark br/orange */
font-weight: bold;
}
.literal{
color: #9c9c9c; /* dark grey */
font-weight: bold;
}
.navNext{
color: #182461; /* dk blue */
font-weight: bold;
font-size:1.1em;
}
.nodeBold{
color: #182461; /* dk blue */
font-weight: bold;
font-size:1.1em;
font-family: monospace;
}
.object{
color: #182461; /* dk blue */
font-weight: bold;
}
.objectIRI{
color: #759e27; /* dark green */
font-weight: bold;
}
.predicate{
color: #c69331; /* dk orange */
font-weight: bold;
}
/* A section header so not show up in TOC at top of page when using
Jekyll blue-theme */
/*TODO: Cascade these when ready */
.h3NoTOC{
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 140%;
color: #015CAE;
}
.h4NoTOC{
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 110%;
color: #015CAE;
}
.FDARule{
/*
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 140%;
*/
color: #530000;
}
.ruleComponent{
padding-top: 60px;
margin-top: -40px;
font-weight: normal;
font-size: 120%;
color: #015CAE;
}
.shapeName{
color: #486118; /* very dark green */
font-weight: bold;
font-family: monospace;
}
.subject{
color: #486118; /* dark green */
font-weight: bold;
}
.verify{
font-weight: bold;
font-size: 110%;
font-style:italic;
color: black;
}
/*---------------------------------------------------------------------------*/
/* Content Descriptions: Box formats */
/*---------------------------------------------------------------------------*/
.rule{
background-color: #F7F7F7;
}
/* data */
.data{
background-color: #EEEEBB; /* 238,238,187 */
}
pre.data {
background: #eeb;
}
pre.data,
pre.data:before {
border: 1px solid #9E9E27; /* 158,158,39 */
}
pre.data:before {
color: #9E9E27;
content: "Data";
width: 5em; /* was 4em */
font-weight: bold;
}
/* sms */
.sms{
background-color: #F2F2F2; /* ,, */
}
pre.sms {
background: #F2F2F2;
}
pre.sms,
pre.sms:before {
border: 1px solid #808080; /*,, */
}
pre.sms:before {
color: #808080;
content: "SMS";
width: 5em; /* was 4em */
font-weight: bold;
}
/* owl */
.owl{
background-color: #F8E4F7;
}
pre.owl {
background: #E4ECF8; /* #E4ECF8 = 228,236,248 */
}
pre.owl,
pre.owl:before {
border: 1px solid #417CD0;
}
pre.owl:before {
color: #417CD0;
content: "OWL";
width: 5em; /* was 5 em */
font-weight: bold;
}
/* shacl */
.shacl{
background-color: #DDEEBB;
}
pre.shacl {
background: #deb;
}
pre.shacl,
pre.shacl:before {
border: 1px solid #779E27;
}
pre.shacl:before {
color: #779E27;
content: "SHACL";
width: 6em; /* was 5em */
font-weight: bold;
}
/* report */
pre.report {
background: #EEDDBB;
}
pre.report,
pre.report:before {
border: 1px solid #D09F41; /* border around the report box */
}
pre.report:before {
color: #D09F41; /* text color */
content: "Report";
width: 6em; /* was 5 em */
font-weight: bold;
}
/* sparql */
pre.sparql {
background: #FAEAEF; /* background of box */
}
pre.sparql,
pre.sparql:before {
border: 1px solid #DA7093; /* border around the box. Same as Content Text color*/
}
pre.sparql:before {
color: #DA7093; /* text color */
content: "SPARQL";
width: 7em; /* width of the box surrouding the content */
font-weight: bold;
}
/* queryResult */
pre.queryResult {
background: #F9F9F9; /* background of box */
}
pre.queryResult,
pre.queryResult:before {
border: 1px solid #DA7093; /* border around the box. Same as Content Text color*/
}
pre.queryResult:before {
color: #DA7093; /* text color */
content: "Query Result";
width: 10em; /* width of the box surrounding the content */
font-weight: bold;
}
/* for nodes in the Rules (grey) boxes to make it look like "code" within
pre tags in the rest of the document */
/* DEL ME
.codePre{
font-family: monospace;
background: #E7E7E7;
font-size:95%;
}
*/
/*--- Non-font elements ------------------------------------------------------*//* Large rounded green border */
hr.sectionBreak {
border: 3px solid #347ebe; /* blue matches header line */
border-radius: 2px;
}
/*--- from Github styles ---------------------------------------------------*/
/* https://gist.github.com/andyferra/2554919 */
table {
padding: 0; }
table th {
background-color: #8ccbf2;
}
table tr {
border-top: 2px solid #cccccc;
background-color: white;
margin: 0;
padding: 0; }
table tr:nth-child(2n) {
background-color: #f8f8f8; }
table tr th {
font-weight: bold;
border: 2px solid #cccccc;
text-align: left;
margin: 0;
padding: 6px 13px; }
table tr td {
border: 2px solid #cccccc;
text-align: left;
margin: 0;
padding: 6px 13px; }
table tr th :first-child, table tr td :first-child {
margin-top: 0; }
table tr th :last-child, table tr td :last-child {
margin-bottom: 0; }
/*---------------- FROM SHACL online ----------------*/
.syntax {
border-left-style: solid;
border-left-width: .5em;
border-color: #d0d0d0;
margin-bottom: 16px;
padding: .5em 1em;
background-color: #f6f6f6;
}
.def {
background: #DDEEFF;
border-left-style: solid;
border-left-width: .5em;
border-color: #8CCBF2;
margin-bottom: 16px;
padding: 0.5em;
}
.def-sparql {}
.def-sparql-body {
margin-top: 0px;
margin-bottom: 0px;
}
.def-text {}
.def-text-body {}
.def-header {
color: #a0a0a0;
font-size: 16px;
padding-bottom: 8px;
}
.ruleState {
background: #F6F6F6;
border-left-style: solid;
border-left-width: .5em;
border-color: #D0D0D0;
margin-bottom: 16px;
padding: 0.5em;
}
.ruleState-header {
color: #7A7A7A;
font-size: 16px;
padding-bottom: 8px;
}
pre {
tab-size: 2; /*TW was 3. Testing for box fit*/
-moz-tab-size: 2; /*TW was 3 */
}
pre {
word-wrap: normal;
}
/* example pre taken / adapted from R2RML */
/* and then from www.w3.org/TR/shacl */
pre.shapes,
pre.data,
pre.sms,
pre.owl,
pre.shacl,
pre.report,
pre.sparql,
pre.queryResult,
pre.example-rule,
pre.example-other {
margin-left: 0;
padding: 0 2em;
margin-top: 1.5em;
padding: 1em;
}
pre.data:before,
pre.sms:before,
pre.owl:before,
pre.shacl:before,
pre.shacl:before,
pre.report:before,
pre.sparql:before,
pre.queryResult:before,
pre.example-rule:before,
pre.example-other:before {
background: white;
display: block;
font-family: sans-serif;
margin: -1em 0 0.4em -1em;
padding: 0.2em 1em;
}
/*TW RULE */
pre.example-rule {
background: #bbd5ee;
}
pre.example-rule,
pre.example-rule:before {
border: 1px solid #5596d5; /* darker blue */
}
pre.example-rule:before {
color: #5596d5;
content: "Rule";
width: 4em;
font-size:1.1em;
font-weight:bold;
}
/* END RULE */
pre.example-other {
background: #bed;
}
pre.example-other,
pre.example-other:before {
border: 1px solid #ddd;
}
pre.example-other:before {
color: #888;
content: "Example";
width: 13em;
}
/*---------------- END original SENDConformCSS ----------------------*/
body {
font-size:15px;
}
.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code {
border-radius: 3px;
}
.bs-callout+.bs-callout {
margin-top: -5px;
}
.bs-callout-default {
border-left-color: #777;
}
.bs-callout-default h4 {
color: #777;
}
.bs-callout-primary {
border-left-color: #428bca;
}
.bs-callout-primary h4 {
color: #428bca;
}
.bs-callout-success {
border-left-color: #5cb85c;
}
.bs-callout-success h4 {
color: #5cb85c;
}
.bs-callout-danger {
border-left-color: #d9534f;
}
.bs-callout-danger h4 {
color: #d9534f;
}
.bs-callout-warning {
border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
color: #f0ad4e;
}
.bs-callout-info {
border-left-color: #5bc0de;
}
.bs-callout-info h4 {
color: #5bc0de;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.breadcrumb > .active {color: #777 !important;}
/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
padding-top: 60px;
margin-top: -40px
}
.post-content ol li, .post-content ul li {
margin: 10px 0px;
}
.pageSummary {
font-size:13px;
display:block;
margin-bottom:15px;
padding-left:20px;
}
.post-summary {
margin-bottom:12px;
}
.bs-example{
margin: 20px;
}
.breadcrumb li {
color: gray;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
p.external a {
text-align:right;
font-size:12px;
color: #0088cc;
display:inline;
}
#definition-box-container div a.active {
font-weight: bold;
}
p.post-meta {font-size: 80%; color: #777;}
.entry-date{font-size:14px;font-size:0.875rem;line-height:1.71429;margin-bottom:0;text-transform:uppercase;}
/* search area */
#search-demo-container ul#results-container {
list-style: none;
font-size: 12px;
background-color: white;
position: absolute;
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
left: 20px;
z-index: -1;
width:223px;
border-left: 1px solid #dedede;
}
ul#results-container a {
background-color: transparent;
}
ul#results-container a:hover {
color: black;
}
#search-demo-container a:hover {
color: black;
}
#search-input {
padding: .5em;
margin-left:20px;
width:20em;
font-size: 0.8em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top:10px;
}
/* end search */
.filter-options {
margin-bottom: 20px;
}
.filter-options button {
margin: 3px;
}
div#toc ul li {
margin: 8px 0px 8px 22px;
font-size: 90%;
list-style: square;
}
div#toc ul {
background-color: whitesmoke;
padding: 5px;
border-radius: 5px;
max-width: 300px;
color: gray;
}
div#toc ul li ul {
padding-left:8px;
}
div#toc ul li ul li::before {
content: "– ";
}
div#toc >ul::before {
content: "Table of Contents";
/* font-weight: 500; */
font-weight: bold;
/* color: #555; */
color: #015CAE; /* dark blue to match theme-blue.css */
text-align:center;
margin-left:auto;
margin-right:auto;
width:70px;
padding-top:20px;
padding-bottom:20px;
padding-left:10px;
}
li.dropdownActive a {
font-weight: bold;
}
.post-content a.fa-rss {
color: orange;
}
.navbar-inverse .navbar-nav > li > a {
background-color: transparent;
margin-top:10px;
}
.post-content .rssfeedLink {
color: #248EC2;
}
footer {
font-size: smaller;
}
/* FAQ page */
#accordion .panel-heading {
font-size: 12px;
}
a.accordion-toggle, a.accordion-collapsed {
font-size: 14px;
text-decoration: none;
}
/* navgoco sidebar styles (customized) */
.nav, .nav ul, .nav li {
list-style: none;
}
.nav ul {
padding: 0;
/*margin: 0 0 0 18px;*/
margin:0px;
}
.nav {
/* padding: 4px;*/
padding:0px;
margin: 0px;
}
.nav > li {
margin: 1px 0;
}
.nav > li li {
margin: 2px 0;
}
.nav a {
color: #333;
display: block;
outline: none;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
text-decoration: none;
}
.nav li > a > span {
float: right;
font-size: 19px;
font-weight: bolder;
}
.nav li > a > span:after {
content: '\25be';
}
.nav li.active > a > span:after {
content: '\25b4';
}
.nav a:hover, .nav li.active > a {
background-color: #8D8D8D;
color: #f5f5f5;
}
.nav > li.active > a {
background-color: #347DBE;
}
.nav li a {
font-size: 12px;
line-height: 18px;
padding: 2px 10px;
background-color: #f1f1f1;
}
.nav > li > a {
font-size: 14px;
line-height: 20px;
padding: 4px 10px;
}
ul#mysidebar {
border-radius:0px;
}
.nav ul li ul li a {
padding-left:40px;
}
.nav li.thirdlevel > a {
color: #248EC2;
font-weight:bold;
padding-left:20px;
background-color: whitesmoke !important;
}
.nav ul li a {
background-color: #FAFAFA;
}
.nav li a {
padding-right:10px;
}
.nav li a:hover {
background-color: #8D8D8D;
}
.nav ul li a {
border-top:1px solid whitesmoke;
padding-left:10px;
}
/* end sidebar */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
border-radius:5px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
border-radius: 5px;
}
span.projectTitle {
font-family: Helvetica;
font-weight: bold;
}
.footer {
text-align: right;
}
.footerMeta {
background-color: whitesmoke;
padding: 10px;
max-width: 250px;
border-radius: 5px;
margin-top: 50px;
font-style:italic;
font-size:12px;
}
img.screenshotSmall {
max-width: 300px;
}
dl dt p {
margin-left:20px;
}
dl dd {
margin-top:10px;
margin-bottom:10px;
}
dl.dl-horizontal dd {
padding-top: 20px;
}
figcaption {
padding-bottom:12px;
padding-top:6px;
max-width: 90%;
margin-bottom:20px;
font-style: italic;
color: gray;
}
.testing {
color: orange;
}
.preference {
color: red;
}
.orange {
color: orange;
}
.audienceLabel {
margin: 10px;
float: right;
border:1px solid #dedede;
padding:7px;
}
.prefaceAudienceLabel {
color: gray;
text-align: center;
margin:5px;
}
span.myLabel {
padding-left:10px;
padding-right:10px;
}
button.cursorNorm {
cursor: default;
}
a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a {
margin-left: 10px;
}
hr.faded {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.shaded {
height: 12px;
border: 0;
margin-top: 70px;
background: white;
width: 100%;
margin-bottom: 10px;
}
.fa-6x{font-size:900%;}
.fa-7x{font-size:1100%;}
.fa-8x{font-size:1300%;}
.fa-9x{font-size:1500%;}
.fa-10x{font-size:1700%;}
i.border {
padding: 10px 20px;
background-color: whitesmoke;
}
a[data-toggle] {
color: #248EC2;
}
.summary {
font-size:120%;
color: #808080;
margin:20px 0px 20px 0px;
border-left: 5px solid #ED1951;
padding-left: 10px;
}
.summary:before {
content: "Summary: ";
font-weight: bold;
}
a.fa.fa-envelope-o.mailto {
font-weight: 600;
}
h3 {color: #015CAE; font-weight:normal; font-size:130%;} /*TW original red: #ED1951 */
h4 {color: #015CAE; font-weight:normal; font-size:120%; font-style:italic;} /*TW original : #808080 */
.alert, .callout {
overflow: hidden;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #248ec2;
color: white;
}
ol li ol li {list-style-type: lower-alpha;}
ol li ul li {list-style-type: disc;}
li img {clear:both; }
div#toc ul li ul li {
list-style-type: none;
margin: 5px 0px 0px 0px;
}
.tab-content {
padding: 15px;
background-color: #FAFAFA;
}
span.tagTitle {font-weight: 500;}
li.activeSeries {
font-weight: bold;
}
.seriesContext .dropdown-menu li.active {
font-weight: bold;
margin-left: 43px;
font-size:18px;
}
.alert-warning {
color: #444;
}
div.alert code, h2 code {
background-color: transparent !important;
}
/* without this, the links in these notes aren't visible.*/
.alert a {
text-decoration: underline;
}
div.tags {padding: 10px 5px;}
.tabLabel {
font-weight: normal;
}
hr {
background: #999;
margin: 30px 0px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
button.cursorNorm {
cursor: pointer;
}
h2 {
font-size:24px;
line-height:29px;
}
span.otherProgrammingLanguages {
font-style: normal;
}
a[data-toggle="tooltip"] {
color: #649345;
font-style: italic;
cursor: default;
}
.seriesNext, .seriesContext {
margin-top: 15px;
margin-bottom: 15px;
}
.seriescontext ol li {
list-style-type: upper-roman;
}
ol.series li {
list-style-type: decimal;
margin-left: 40px;
padding-left: 0px;
}
.siteTagline {
font-size: 200%;
font-weight: bold;
color: silver;
font-family: monospace;
text-align: center;
line-height: 10px;
margin: 20px 0px;
display: block;
}
.versionTagline {
text-align: center;
margin-bottom: 20px;
font-family: courier;
color: silver;
color: #444;
display:block;
}
/* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #248ec2 !important;
}
#mysidebar .nav ul {
background-color: #FAFAFA;
}
.nav ul.series li {
list-style: decimal;
font-size:12px;
}
.nav ul.series li a:hover {
background-color: gray;
}
.nav ul.series {
padding-left: 30px;
}
.nav ul.series {
background-color: #FAFAFA;
}
/*
a.dropdown-toggle.otherProgLangs {
color: #f7e68f !important;
}
*/
span.muted {color: #666;}
table code {background-color: transparent;}
.highlight .err {
color: #a61717;
background-color: transparent !important;
}
table p {
margin-top: 12px;
margin-bottom: 12px;
}
pre {
margin: 10px 0px; /*TW was 25px 0px */
}
#json-box-container pre {
margin: 0px;
}
.video-js {
margin: 30px 0px;
}
video {
display: block;
margin: 30px 0px;
border: 1px solid #c0c0c0;
}
p.required, p.dataType {display: block; color: #c0c0c0; font-size: 80%; margin-left:4px;}
dd {margin-left:20px;}
.post-content img.inline {
margin:0px;
margin-bottom:6px;
}
.panel-heading {
font-weight: bold;
}
.note code, .alert code, .warning code, div#toc code, h2 code, h3 code, h4 code {
color: inherit;
padding: 0px;
}
.alert {
margin-bottom:10px;
margin-top:10px;
}
a.accordion-toggle {
font-style: normal;
}
span.red {
color: red;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
h3.codeExplanation {
font-size:18px;
font-style:normal;
color: black;
line-height: 24px;
}
span.soft {
color: #c0c0c0;
}
.githubEditButton {
margin-bottom:7px;
}
.endpoint {
padding: 15px;
background-color: #f0f0f0;
font-family: courier;
font-size: 110%;
margin: 20px 0px;
color: #444;
}
.formBoundary {
border: 1px solid gray;
padding: 15px;
margin: 15px 0px;
background-color: whitesmoke;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #444;
}
}
@media (max-width: 990px) {
#mysidebar {
position: relative;
}
}
@media (min-width: 1000px) {
ul#mysidebar {
width: 225px;
}
}
@media (max-width: 900px) {
ul#mysidebar {
max-width: 100%;
}
}
.col-md-9 img {
max-width: 100%;
max-height: 100%;
}
.post-content img {
margin: 12px 0px 3px 0px;
/*TW
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
*/
}
.videoThumbs img {
float: left;
margin:15px 15px 15px 0px;
border: 1px solid #dedede;
}
*:hover > .anchorjs-link {
transition: color .25s linear;
text-decoration: none;
}
.kbCaption {
color: white;
background-color: #444;
padding:10px;
}
/* this part adds an icon after external links, using FontAwesome*/
a[href^="http://"]:after, a[href^="https://"]:after {
content: "\f08e";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: none;
padding-left: 3px;
}
/* Strip the outbound icon when this class is present */
a[href].noCrossRef::after,
a.no_icon:after
{
content:"" !important;
padding-left: 0;
}
.btn-default {
margin-bottom: 10px;
}
/* algolia search */
.search {
text-align: left;
}
.search input {
font-size: 20px;
width: 300px;
}
.results {
margin: auto;
text-align: left;
}
.results ul {
list-style-type: none;
padding: 0;
}
/* algolia */
div.results {
position: absolute;
background-color: white;
width: 100%;
}
.post-meta {
font-size: 14px;
color: #828282;
}
.post-link {
font-size: 22px;
}
.post-list p {
margin: 10px 0px;
}
time {
margin-right: 10px;
}
p.post-meta time {
margin-right: 0px;
}
span.label.label-default {
background-color: gray;
}
span.label.label-primary {
background-color: #f0ad4e;
}
.col-lg-12 .nav li a {background-color: white}
.nav li.active > a.subfoldersTitle {
background-color: whitesmoke;
font-weight: bold;
color: black;
}
a code {
color: #248EC2;
}
code + a > code {
margin-left: -7px;
}
ol li ul li ol li {
list-style: decimal;
}
ol li ul li ol li ul li{
list-style: disc;
}
/*TW
.post-content table th {
vertical-align: top;
}
table thead th {
background-color: transparent;
}
*/
.box {
padding: 10px;
border: 1px solid #888;
width: 100px;
height: 80px;
background-color: #f5f5f5;
font-family: Arial;
font-size: 12px;
hyphens: auto;
float: left;
font-size: 12px;
}
.box:hover {
background-color: #f0f0f0;
}
#userMap {
overflow-x: auto;
overflow-y: auto;
padding: 20px;
min-width: 770px;
}
#userMap .active {
background-color: #d6f5d6;
border:1px solid #555;
font-weight: bold;
}
h2.userMapTitle {
font-family: Arial;
}
#userMap a:hover {
text-decoration: none;
}
div.arrow {
max-width: 50px;
margin-left: 15px;
margin-right: 15px;
font-size: 20px;
}
div.content {
max-width: 110px
}
#userMap div.arrow, #userMap div.content {
float: left;
}
.clearfix {
clear: both;
}
#userMap div.arrow {
position: relative;
top: 30px;
}
.box1 {
margin-left:0px;
}
button.btn.btn-default.btn-lg.modalButton1 {
margin-left: -20px;
}
div.box.box1 {
margin-left: -20px;
}
#userMap .btn-lg {
width: 100px;
height: 80px;
}
#userMap .complexArrow {
font-size: 22px;
margin: 0px 10px;
}
#userMap .btn-lg .active {
background-color: #d6f5d6;
}
#userMap .btn-lg {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font-size: 14px;
}
/*
* Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
*
* [1] IE9
* [2] IE10+
*/
/* 1 */
.ie9 img[src$=".svg"] {
width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img[src$=".svg"] {
width: 100%;
}
}
h4.panel-title {
padding-top: 0px;
margin-top: 0px;
}
/*set navbar breakpoint so that it converts to hamburger earlier */
@media (max-width: 1200px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
} | 0.295128 | 0.09122 |
html{
font-size: 12px;
}
body{
width:100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
*{
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.dib{ display: inline-block; vertical-align: middle;}
.hide,.shide{ display:none;}
.page{
width:100%;
height:100%;
position:absolute;
text-align:center;
overflow: hidden;
}
.fl {
float: left;
display: inline-block;
}
.fr {
float: right;
display: inline-block;
}
#debug{ position: absolute; left: 0px; top: 0px; font-size: 20px; color: #FFF; z-index: 999; background: #000;}
.pagelogo{
position: absolute;
width: 268px; height: auto;
left: 30px;
top: 40px;
}
.pageguide{
position: absolute;
width: 68px; height: auto;
bottom: 80px;
left: 50%;
margin-left: -34px;
}
.page .wrap{
height: 100%;
}
.page-index{
background:#FFF url(../imgs/mobile_tis.jpg) no-repeat center center; background-size: 100% auto;
}
.page-current{
z-index:1;
}
.page-1-1.page-game .k_bg{width:100%; height:100%; background:url(../imgs/gameview/new_bg.jpg) center top; background-size:auto 100%; position:absolute; z-index:11; left:0px;}
.page-1-1.page-game .q_bg{width:100%; height:80px; background:url(../imgs/gameview/bg_ground1.jpg); background-size:cover; position:absolute; z-index:12; left:0px; bottom:0px;}
.page-1-1.page-game .logo{position:absolute; z-index:13; width:168px;}
.page-1-1.page-game .logo img{width:100%;}
.page-1-1.page-game .tstxt{position:absolute; top:10px; right:10px; z-index:14; width:100px; height:30px; line-height:30px;}
.page-1-1.page-game .tstxt a{background:#fff; border-radius:10px; font-size:16px; font-weight:bold; color:#3a7a26; display:block; text-align:center;}
.page-1-1.page-game .start{position:absolute; top:154px; left:50%; margin-left:-90px; z-index:15; width:180px;}
.page-1-1.page-game .start img{width:100%;}
.page-1-1.page-game .rule{width:100%; height:100%; background:rgba(0,0,0,0.7); position:absolute; z-index:16;}
.page-1-1.page-game .txtbox{width:30rem; height:18rem; border-radius:1rem; background:#fff; position:absolute; left:50%; top:50%; margin-top:-8rem; margin-left:-15rem; z-index:16;}
.page-1-1.page-game .txtbox .close{position:absolute; right:-0.5rem; top:-0.5rem; background:#fff; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:2rem; font-size:2rem; box-shadow: 2px 2px 1px #b7b5b6;}
.page-1-1.page-game .txtbox .txt{padding:1rem; font-size:1.3rem; line-height: 1.8rem; text-align: left;}
.txt_wrap{
position: absolute;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
overflow-y:auto;
}
.page-1-1.page-game .figure{width:100%; height:100%; position:absolute; z-index:17;}
.page-1-1.page-game .figure .fig01{width:400px; position:absolute; z-index:18; bottom: 5%; left:-5%;}
.page-1-1.page-game .figure .fig02{width:200px; position:absolute; z-index:19; bottom: 5%; left:40%;}
.page-1-1.page-game .figure .fig03{width:190px; position:absolute; z-index:20; bottom: 5%; left:68%;}
@-webkit-keyframes STAR-MOVE {
from {background-position:0% 0%}
to { background-position: -600% 0%}
}
@keyframes STAR-MOVE {
from {background-position: 0% 0%}
to { background-position: -600% 0%}
}
.common_title{
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 90px;
}
.page-2-1 .game_bg_top{
background: url(../imgs/k_bg.jpg) repeat-x left top;
background-size: auto 100%;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.page-2-1 .game_bg_bottom{
background: url(../imgs/bottom.jpg) repeat-x left top;
background-size: auto 100%;
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.page-2-1 .game_score_ui{
background: url(../imgs/minbg.png) repeat-x left top;
position: absolute;
top: 10px;
right: 10px;
width: 189px;
height: 96px;
line-height: 70px;
text-align: center;
color: #FFF;
font-size: 24px;
}
.page-rank{width:100%; height:100%; z-index:25;}
.page-rank .k_bg{width:100%; height:100%; background:url(../imgs/k_bg.jpg); background-size:cover; position:absolute; z-index:11; left:0px; -webkit-animation: STAR-MOVE 200s linear infinite;
-moz-animation: STAR-MOVE 200s linear infinite;
-ms-animation: STAR-MOVE 200s linear infinite;
animation: STAR-MOVE 200s linear infinite;}
.page-rank .q_bg{width:100%; height:4.75rem; background:url(../imgs/bottom.jpg); background-size:cover; position:absolute; z-index:12; left:0px; bottom:0px;}
.page-rank .logo{position:absolute; z-index:12; width:8rem;}
.page-rank .logo img{width:100%;}
.page-rank .cont{padding:5%; position: absolute; z-index: 26; width: 100%; height: 100%; background: rgba(0,0,0,0.7);}
.page-rank .userpic{padding:.8rem; padding-top:0;}
.page-rank .userpic img{width:5rem; height:5rem; border-radius:5rem; border:.2rem solid #ffb20d;}
.page-rank .info{width:40%; font-size:1rem; color:#fff; text-align: center;}
.page-rank .info .runinfo{background:#00860c; border:2px solid #fff; padding:1rem; text-align:center; font-size:1.5rem; margin-bottom: 1rem;}
.page-rank .info .but{background:#00860c; border:2px solid #fff; border-radius:1rem;font-size: 1.2rem;display: inline-block;padding: .5rem 3rem;text-align: center;margin-bottom: .5rem;}
.page-rank .info .jl{background:#246cc6;}
.page-rank .info .ta{background:#246cc6;}
.page-rank .info .down{background:rgba(0,0,0,0.9); padding:1rem .5rem; box-shadow: 1px 1px 15px #fff; font-size:.9rm; border-radius: .5rem; margin-top: 1rem;}
.page-rank .info .down img{width:45%;}
.page-rank .info .down .txt{color:#ffb20d;}
.page-rank .info .down b{font-size:.7rem;}
.page-rank .info .down p{font-size:.6rem;}
.page-rank .bd{width:45%; background:#fff; border-radius:1rem; margin-left:5%;}
.page-rank .bd .tit{padding-top:1rem;}
.page-rank .bd .tit img{width:100%;}
.page-rank .bd .txt img{width:100%;}
.page-rank .uslis{font-size:.7rem; padding:.5rem 1rem; height:9rem; overflow-y:auto;}
.page-rank .uslis li{padding-bottom:.5rem;}
.page-rank .uslis .user b{font-size:.8rem; display:inline-block; padding-right:.3rme;}
.page-rank .uslis .user i{color:#cc2e2e;}
.page-rank .uslis .user p{font-size:.5rem;}
.page-rank .uslis .user .img{width: 2rem; height: 2rem; padding-right: .5rem;}
.page-rank .uslis .user .img img{width:100%; border-radius: 1rem;}
.page-rank .share{width:100%; height:100%; position:absolute; z-index:27;}
.page-rank .share img{width:100%;}
#gameCanvas{
position: absolute;
left: 0px;
top: 0px;
}
.page-rank .share{width:100%; height:100%; position:absolute; z-index:27;}
.page-rank .share img{width:100%; height:100%;}
#share{width:100%; height:100%; position:absolute; left: 0px; top: 0px; display:none; z-index:998; background: rgba(0,0,0,0.8);}
#share img{
position: absolute;
right: 0px;
top: 0px;
width: 100%;
}
.img_guize_mark{background: rgba(0,0,0,0.8); position:absolute; top:0px; width:100%; height:100%;}
.act_guize{ display: none;}
.clf:before, .clf:after {
content: "";
display: table;
}
.clf:after {
clear: both;
}
.select_file{position:absolute; top:0; left:0px; height:100%;width:100%;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.select_say{position:absolute; top:0; left:0px; height:100%;width:100%;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.game_bgtop_move1{
-webkit-animation: STAR-MOVE 180s linear infinite;
-moz-animation: STAR-MOVE 180s linear infinite;
-ms-animation: STAR-MOVE 180s linear infinite;
animation: STAR-MOVE 180s linear infinite;
}
.game_bgbottom_move1{
-webkit-animation: STAR-MOVE 10s linear infinite;
-moz-animation: STAR-MOVE 10s linear infinite;
-ms-animation: STAR-MOVE 10s linear infinite;
animation: STAR-MOVE 10s linear infinite;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
} | game/history/maoxianrun/css/index.css | html{
font-size: 12px;
}
body{
width:100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
*{
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.dib{ display: inline-block; vertical-align: middle;}
.hide,.shide{ display:none;}
.page{
width:100%;
height:100%;
position:absolute;
text-align:center;
overflow: hidden;
}
.fl {
float: left;
display: inline-block;
}
.fr {
float: right;
display: inline-block;
}
#debug{ position: absolute; left: 0px; top: 0px; font-size: 20px; color: #FFF; z-index: 999; background: #000;}
.pagelogo{
position: absolute;
width: 268px; height: auto;
left: 30px;
top: 40px;
}
.pageguide{
position: absolute;
width: 68px; height: auto;
bottom: 80px;
left: 50%;
margin-left: -34px;
}
.page .wrap{
height: 100%;
}
.page-index{
background:#FFF url(../imgs/mobile_tis.jpg) no-repeat center center; background-size: 100% auto;
}
.page-current{
z-index:1;
}
.page-1-1.page-game .k_bg{width:100%; height:100%; background:url(../imgs/gameview/new_bg.jpg) center top; background-size:auto 100%; position:absolute; z-index:11; left:0px;}
.page-1-1.page-game .q_bg{width:100%; height:80px; background:url(../imgs/gameview/bg_ground1.jpg); background-size:cover; position:absolute; z-index:12; left:0px; bottom:0px;}
.page-1-1.page-game .logo{position:absolute; z-index:13; width:168px;}
.page-1-1.page-game .logo img{width:100%;}
.page-1-1.page-game .tstxt{position:absolute; top:10px; right:10px; z-index:14; width:100px; height:30px; line-height:30px;}
.page-1-1.page-game .tstxt a{background:#fff; border-radius:10px; font-size:16px; font-weight:bold; color:#3a7a26; display:block; text-align:center;}
.page-1-1.page-game .start{position:absolute; top:154px; left:50%; margin-left:-90px; z-index:15; width:180px;}
.page-1-1.page-game .start img{width:100%;}
.page-1-1.page-game .rule{width:100%; height:100%; background:rgba(0,0,0,0.7); position:absolute; z-index:16;}
.page-1-1.page-game .txtbox{width:30rem; height:18rem; border-radius:1rem; background:#fff; position:absolute; left:50%; top:50%; margin-top:-8rem; margin-left:-15rem; z-index:16;}
.page-1-1.page-game .txtbox .close{position:absolute; right:-0.5rem; top:-0.5rem; background:#fff; width:2rem; height:2rem; line-height:2rem; text-align:center; border-radius:2rem; font-size:2rem; box-shadow: 2px 2px 1px #b7b5b6;}
.page-1-1.page-game .txtbox .txt{padding:1rem; font-size:1.3rem; line-height: 1.8rem; text-align: left;}
.txt_wrap{
position: absolute;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
overflow-y:auto;
}
.page-1-1.page-game .figure{width:100%; height:100%; position:absolute; z-index:17;}
.page-1-1.page-game .figure .fig01{width:400px; position:absolute; z-index:18; bottom: 5%; left:-5%;}
.page-1-1.page-game .figure .fig02{width:200px; position:absolute; z-index:19; bottom: 5%; left:40%;}
.page-1-1.page-game .figure .fig03{width:190px; position:absolute; z-index:20; bottom: 5%; left:68%;}
@-webkit-keyframes STAR-MOVE {
from {background-position:0% 0%}
to { background-position: -600% 0%}
}
@keyframes STAR-MOVE {
from {background-position: 0% 0%}
to { background-position: -600% 0%}
}
.common_title{
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 90px;
}
.page-2-1 .game_bg_top{
background: url(../imgs/k_bg.jpg) repeat-x left top;
background-size: auto 100%;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.page-2-1 .game_bg_bottom{
background: url(../imgs/bottom.jpg) repeat-x left top;
background-size: auto 100%;
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.page-2-1 .game_score_ui{
background: url(../imgs/minbg.png) repeat-x left top;
position: absolute;
top: 10px;
right: 10px;
width: 189px;
height: 96px;
line-height: 70px;
text-align: center;
color: #FFF;
font-size: 24px;
}
.page-rank{width:100%; height:100%; z-index:25;}
.page-rank .k_bg{width:100%; height:100%; background:url(../imgs/k_bg.jpg); background-size:cover; position:absolute; z-index:11; left:0px; -webkit-animation: STAR-MOVE 200s linear infinite;
-moz-animation: STAR-MOVE 200s linear infinite;
-ms-animation: STAR-MOVE 200s linear infinite;
animation: STAR-MOVE 200s linear infinite;}
.page-rank .q_bg{width:100%; height:4.75rem; background:url(../imgs/bottom.jpg); background-size:cover; position:absolute; z-index:12; left:0px; bottom:0px;}
.page-rank .logo{position:absolute; z-index:12; width:8rem;}
.page-rank .logo img{width:100%;}
.page-rank .cont{padding:5%; position: absolute; z-index: 26; width: 100%; height: 100%; background: rgba(0,0,0,0.7);}
.page-rank .userpic{padding:.8rem; padding-top:0;}
.page-rank .userpic img{width:5rem; height:5rem; border-radius:5rem; border:.2rem solid #ffb20d;}
.page-rank .info{width:40%; font-size:1rem; color:#fff; text-align: center;}
.page-rank .info .runinfo{background:#00860c; border:2px solid #fff; padding:1rem; text-align:center; font-size:1.5rem; margin-bottom: 1rem;}
.page-rank .info .but{background:#00860c; border:2px solid #fff; border-radius:1rem;font-size: 1.2rem;display: inline-block;padding: .5rem 3rem;text-align: center;margin-bottom: .5rem;}
.page-rank .info .jl{background:#246cc6;}
.page-rank .info .ta{background:#246cc6;}
.page-rank .info .down{background:rgba(0,0,0,0.9); padding:1rem .5rem; box-shadow: 1px 1px 15px #fff; font-size:.9rm; border-radius: .5rem; margin-top: 1rem;}
.page-rank .info .down img{width:45%;}
.page-rank .info .down .txt{color:#ffb20d;}
.page-rank .info .down b{font-size:.7rem;}
.page-rank .info .down p{font-size:.6rem;}
.page-rank .bd{width:45%; background:#fff; border-radius:1rem; margin-left:5%;}
.page-rank .bd .tit{padding-top:1rem;}
.page-rank .bd .tit img{width:100%;}
.page-rank .bd .txt img{width:100%;}
.page-rank .uslis{font-size:.7rem; padding:.5rem 1rem; height:9rem; overflow-y:auto;}
.page-rank .uslis li{padding-bottom:.5rem;}
.page-rank .uslis .user b{font-size:.8rem; display:inline-block; padding-right:.3rme;}
.page-rank .uslis .user i{color:#cc2e2e;}
.page-rank .uslis .user p{font-size:.5rem;}
.page-rank .uslis .user .img{width: 2rem; height: 2rem; padding-right: .5rem;}
.page-rank .uslis .user .img img{width:100%; border-radius: 1rem;}
.page-rank .share{width:100%; height:100%; position:absolute; z-index:27;}
.page-rank .share img{width:100%;}
#gameCanvas{
position: absolute;
left: 0px;
top: 0px;
}
.page-rank .share{width:100%; height:100%; position:absolute; z-index:27;}
.page-rank .share img{width:100%; height:100%;}
#share{width:100%; height:100%; position:absolute; left: 0px; top: 0px; display:none; z-index:998; background: rgba(0,0,0,0.8);}
#share img{
position: absolute;
right: 0px;
top: 0px;
width: 100%;
}
.img_guize_mark{background: rgba(0,0,0,0.8); position:absolute; top:0px; width:100%; height:100%;}
.act_guize{ display: none;}
.clf:before, .clf:after {
content: "";
display: table;
}
.clf:after {
clear: both;
}
.select_file{position:absolute; top:0; left:0px; height:100%;width:100%;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.select_say{position:absolute; top:0; left:0px; height:100%;width:100%;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
.game_bgtop_move1{
-webkit-animation: STAR-MOVE 180s linear infinite;
-moz-animation: STAR-MOVE 180s linear infinite;
-ms-animation: STAR-MOVE 180s linear infinite;
animation: STAR-MOVE 180s linear infinite;
}
.game_bgbottom_move1{
-webkit-animation: STAR-MOVE 10s linear infinite;
-moz-animation: STAR-MOVE 10s linear infinite;
-ms-animation: STAR-MOVE 10s linear infinite;
animation: STAR-MOVE 10s linear infinite;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
} | 0.266262 | 0.05647 |
input.board {
width : 30px;
height: 30px;
background: url(../images/barrettavuota.png);
/*background: url(../images/maglietta_azzurra.png); */
font-size: 0px;
border: 0px ;
}
input.brdgioca {
width : 30px;
height: 34px;
background: url(../images/maglietta_azzurra.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
input.brdpanchina {
width : 30px;
height: 34px;
background: url(../images/maglietta_azzurra.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
input.brdportiere {
width : 30px;
height: 34px;
background: url(../images/maglietta_arancione.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
input.brdpanchinaportiere {
width : 30px;
height: 34px;
background: url(../images/maglietta_arancione.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
.compiti {
border: 1px solid white ;
}
div#campo_di_gioco{
position: absolute;
top: -25px;
left: -2px;
}
span#riga1 {/* */
position: absolute;
top:40px;
left:51px;
}
span#riga2 {
position: absolute;
top:70px;
left:47px;
}
span#riga3 {
position: absolute;
top:100px;
left:44px;
}
span#riga4 {
position: absolute;
top:140px;
left:39px;
}
span#riga5 {
position: absolute;
top:170px;
left:35px;
}
span#riga6 {
position: absolute;
top:200px;
left:31px;
}
span#riga7 {
position: absolute;
top:235px;
left:28px;
}
span#riga8 {
position: absolute;
top:265px;
left:23px;
}
span#riga9 {
position: absolute;
top:295px;
left:20px;
}
span#riga10 {
position: absolute;
top:340px;
left:153px;
}
span#rigapanca65 {
position: absolute;
top:203px;
left:312px;
}
span#rigapanca66 {
position: absolute;
top:235px;
left:317px;
}
span#rigapanca67 {
position: absolute;
top:267px;
left:322px;
}
span#rigapanca68 {
position: absolute;
top:301px;
left:326px;
}
span#rigapanca69 {
position: absolute;
top:336px;
left:331px;
}
div#campo_formazione {
position: absolute;
top: 55px;
left: 15px;
border:none;
}
img#campo_formazione {
width: 308px;
height: 320px;
}
div#panchina_formazione{
position: absolute;
top:210px;
left:307px;
border:none;
}
img#panchina_formazione {
width: 60px;
height: 162px;
}
div#bonus {
position: absolute;
top:0px;
left:0px;
color: #00FF00;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div#perc_tattiche{
position: absolute;
top:33px;
left:12px;
width:300px;
}
table#table_tattiche{
width:100%;
color:#000000;
font-size:12px;
font-weight:bold;
}
div#forza_formazione{
position: absolute;
top: 190px;
left:355px;
color: #000000;
font-weight:bold;
font-size:10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#forza_panchina_formazione{
position: absolute;
top:300px;
left:370px;
color:#000000;
font-weight:bold;
font-size:10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#speciale_formazione{
position: absolute;
top:35px;
left:330px;
color: #000000;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div#dati_formazione{
position:absolute;
top:360px;
font-size:11px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
div#portiere_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#difesa_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#centrocampo_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#attacco_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#totale_formazione{
float:left;
padding: 0px 10px 10px 0px;
color: #000066;
font-weight:bold;
font-size:12px;
}
div#scegli_formazione{
position:absolute;
top:355px;
left:345px;
}
/* ************ DATI RELATIVI ALLA PAGINA FORMAZIONE - TATTICHE */
div#form_tattiche{
position:absolute;
top:200px;
left:70px;
font-size:14px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* ************ DATI RELATIVI ALLA PAGINA FORMAZIONE - ISTRUZIONI */
div#form_istruzioni{
position:absolute;
top:50px;
left:30px;
font-size:14px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
width:420px;
}
div#form_regole{
color:#000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}
/* ********************************************************************** */
.box{
background-color: #00AAFF;
width: 200px;
padding: 15px;
text-align: center;
margin-bottom: 10px;
}
.hover{
background-color: #FFFFD4;
}
.tooltip{
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: none;
background-color:#333333;
border:1px solid #666666;
color:#fcfcfc;
padding:10px;
margin-top:-240px;
-moz-border-radius:12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius:12px;
}
/*-------------------------------------------------------------------*/
.soloGreen {
font-size: 10px;
background-color:#009000;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}
.scelto_in_campo {
font-size: 10px;
background-color: #006699;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}
.scelto_in_panchina {
font-size: 10px;
background-color: #999999;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}
h5 {
color: #FFFFFF;
background-color:#FF0000;
margin: 0px 0px 0px;
padding: 0px 0px 0px;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
input.skilltrasparent {
width : 30px;
height: 18px;
background:none;
font-size: 0px;
border: 1px solid white ;
}
input.skillgreenscuro {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #006600;
color:#006600;
}
input.skillgreen {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #009900;
color: #009900;
}
input.skillyellow {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #FFFF00;
color: #FFFF00;
}
input.skillorange {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #FFCC00;
color: #FFCC00;
}
input.skillred {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #FF0000;
color: #FF0000;
} | oldGM/css/index_formazione1024.css | input.board {
width : 30px;
height: 30px;
background: url(../images/barrettavuota.png);
/*background: url(../images/maglietta_azzurra.png); */
font-size: 0px;
border: 0px ;
}
input.brdgioca {
width : 30px;
height: 34px;
background: url(../images/maglietta_azzurra.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
input.brdpanchina {
width : 30px;
height: 34px;
background: url(../images/maglietta_azzurra.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
input.brdportiere {
width : 30px;
height: 34px;
background: url(../images/maglietta_arancione.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
input.brdpanchinaportiere {
width : 30px;
height: 34px;
background: url(../images/maglietta_arancione.png);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
border: 0px ;
}
.compiti {
border: 1px solid white ;
}
div#campo_di_gioco{
position: absolute;
top: -25px;
left: -2px;
}
span#riga1 {/* */
position: absolute;
top:40px;
left:51px;
}
span#riga2 {
position: absolute;
top:70px;
left:47px;
}
span#riga3 {
position: absolute;
top:100px;
left:44px;
}
span#riga4 {
position: absolute;
top:140px;
left:39px;
}
span#riga5 {
position: absolute;
top:170px;
left:35px;
}
span#riga6 {
position: absolute;
top:200px;
left:31px;
}
span#riga7 {
position: absolute;
top:235px;
left:28px;
}
span#riga8 {
position: absolute;
top:265px;
left:23px;
}
span#riga9 {
position: absolute;
top:295px;
left:20px;
}
span#riga10 {
position: absolute;
top:340px;
left:153px;
}
span#rigapanca65 {
position: absolute;
top:203px;
left:312px;
}
span#rigapanca66 {
position: absolute;
top:235px;
left:317px;
}
span#rigapanca67 {
position: absolute;
top:267px;
left:322px;
}
span#rigapanca68 {
position: absolute;
top:301px;
left:326px;
}
span#rigapanca69 {
position: absolute;
top:336px;
left:331px;
}
div#campo_formazione {
position: absolute;
top: 55px;
left: 15px;
border:none;
}
img#campo_formazione {
width: 308px;
height: 320px;
}
div#panchina_formazione{
position: absolute;
top:210px;
left:307px;
border:none;
}
img#panchina_formazione {
width: 60px;
height: 162px;
}
div#bonus {
position: absolute;
top:0px;
left:0px;
color: #00FF00;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div#perc_tattiche{
position: absolute;
top:33px;
left:12px;
width:300px;
}
table#table_tattiche{
width:100%;
color:#000000;
font-size:12px;
font-weight:bold;
}
div#forza_formazione{
position: absolute;
top: 190px;
left:355px;
color: #000000;
font-weight:bold;
font-size:10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#forza_panchina_formazione{
position: absolute;
top:300px;
left:370px;
color:#000000;
font-weight:bold;
font-size:10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#speciale_formazione{
position: absolute;
top:35px;
left:330px;
color: #000000;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div#dati_formazione{
position:absolute;
top:360px;
font-size:11px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
div#portiere_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#difesa_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#centrocampo_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#attacco_formazione{
float:left;
padding: 0px 10px 10px 0px;
}
div#totale_formazione{
float:left;
padding: 0px 10px 10px 0px;
color: #000066;
font-weight:bold;
font-size:12px;
}
div#scegli_formazione{
position:absolute;
top:355px;
left:345px;
}
/* ************ DATI RELATIVI ALLA PAGINA FORMAZIONE - TATTICHE */
div#form_tattiche{
position:absolute;
top:200px;
left:70px;
font-size:14px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* ************ DATI RELATIVI ALLA PAGINA FORMAZIONE - ISTRUZIONI */
div#form_istruzioni{
position:absolute;
top:50px;
left:30px;
font-size:14px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
width:420px;
}
div#form_regole{
color:#000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}
/* ********************************************************************** */
.box{
background-color: #00AAFF;
width: 200px;
padding: 15px;
text-align: center;
margin-bottom: 10px;
}
.hover{
background-color: #FFFFD4;
}
.tooltip{
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: none;
background-color:#333333;
border:1px solid #666666;
color:#fcfcfc;
padding:10px;
margin-top:-240px;
-moz-border-radius:12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius:12px;
}
/*-------------------------------------------------------------------*/
.soloGreen {
font-size: 10px;
background-color:#009000;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}
.scelto_in_campo {
font-size: 10px;
background-color: #006699;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}
.scelto_in_panchina {
font-size: 10px;
background-color: #999999;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}
h5 {
color: #FFFFFF;
background-color:#FF0000;
margin: 0px 0px 0px;
padding: 0px 0px 0px;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
input.skilltrasparent {
width : 30px;
height: 18px;
background:none;
font-size: 0px;
border: 1px solid white ;
}
input.skillgreenscuro {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #006600;
color:#006600;
}
input.skillgreen {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #009900;
color: #009900;
}
input.skillyellow {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #FFFF00;
color: #FFFF00;
}
input.skillorange {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #FFCC00;
color: #FFCC00;
}
input.skillred {
width : 30px;
height: 18px;
font-size: 0px;
border: 1px solid white;
background: #FF0000;
color: #FF0000;
} | 0.214733 | 0.206514 |
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;
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;
}
/* Navigation bar */
#main_navbar .navbar-default, .dropdown-menu {
background-color: #A94442;
border-color: transparent;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
}
/*
#main_navbar .navbar-default .navbar-nav > .open > a, #main_navbar .navbar-default .navbar-nav > .open > a:hover, #main_navbar .navbar-default .navbar-nav > .open > a:focus {
background-color: #843534;
}
*/
/* Navigation bar text colour, alignment, font size */
#main_navbar ul > li a {
color: #fff;
text-align: center;
font-size: medium;
}
/* Navigation bar hover colour */
#main_navbar .navbar-nav li a:hover {
background-color: #843534;
}
/* Responsive navigation colour */
#main_navbar .navbar-toggle {
background-color: #A94442;
}
#main_navbar li:hover:after {
content: ' ';
position: absolute;
border: solid 10px transparent;
border-top: solid 0px transparent;
border-width: 10px;
left: 50%;
margin-left: -10px;
border-color: #843534 transparent transparent transparent;
}
/* Navigation highlight for current page */
body#home a#homenav, body#about a#aboutnav, body#menupage a#menunav, body#contact a#contactnav {
background-color: #843534;
}
.current:after {
content: ' ';
position: absolute;
border: solid 10px transparent;
border-top: solid 0px transparent;
border-width: 10px;
left: 50%;
margin-left: -10px;
border-color: #843534 transparent transparent transparent;
}
/* Navigation bar border */
#main_navbar .navbar-default {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.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;
}
/* 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;
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;
}
/* Navigation bar */
#main_navbar .navbar-default, .dropdown-menu {
background-color: #A94442;
border-color: transparent;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
}
/*
#main_navbar .navbar-default .navbar-nav > .open > a, #main_navbar .navbar-default .navbar-nav > .open > a:hover, #main_navbar .navbar-default .navbar-nav > .open > a:focus {
background-color: #843534;
}
*/
/* Navigation bar text colour, alignment, font size */
#main_navbar ul > li a {
color: #fff;
text-align: center;
font-size: medium;
}
/* Navigation bar hover colour */
#main_navbar .navbar-nav li a:hover {
background-color: #843534;
}
/* Responsive navigation colour */
#main_navbar .navbar-toggle {
background-color: #A94442;
}
#main_navbar li:hover:after {
content: ' ';
position: absolute;
border: solid 10px transparent;
border-top: solid 0px transparent;
border-width: 10px;
left: 50%;
margin-left: -10px;
border-color: #843534 transparent transparent transparent;
}
/* Navigation highlight for current page */
body#home a#homenav, body#about a#aboutnav, body#menupage a#menunav, body#contact a#contactnav {
background-color: #843534;
}
.current:after {
content: ' ';
position: absolute;
border: solid 10px transparent;
border-top: solid 0px transparent;
border-width: 10px;
left: 50%;
margin-left: -10px;
border-color: #843534 transparent transparent transparent;
}
/* Navigation bar border */
#main_navbar .navbar-default {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.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;
}
/* everywhere else */
* {
font-family: Arial, Helvetica, sans-serif;
} | 0.319227 | 0.077308 |
width:910px;
float:left;
margin-bottom:5px;
padding:5px;
color:#000000;
background:#edad00;
cursor:pointer;
}
#message_list {
width:920px;
margin:0px;
padding:0px;
float:left;
}
.message_main_header_options {
width:910px;
float:left;
margin-top:5px;
padding:5px;
font-weight:bold;
color:#ffffff;
background:#8a8a8a;
}
.message_main_header_options a {
color:#ffffff;
}
.message_header_checkbox {
width:20px;
height:10pt;
float:left;
}
.message_header_from {
width:135px;
float:left;
white-space:nowrap;
overflow:hidden;
}
.message_header_subject {
width:493px;
padding-left:10px;
float:left;
white-space:nowrap;
overflow:hidden;
}
.message_header_date {
width:180px;
padding-left:10px;
float:left;
white-space:nowrap;
overflow:hidden;
}
.message_header_status {
width:50px;
padding-left:10px;
float:left;
white-space:nowrap;
text-align:right;
overflow:hidden;
}
.message_container_unread {
width:910px;
margin-top:5px;
padding:5px;
float:left;
font-weight:bold;
color:#333333;
background:#d8d8d8;
text-align:left;
}
.message_container_unread a {
color:#333333;
}
.message_container_unread a:hover {
color:#333333;
}
.message_container_read {
width:910px;
margin-top:5px;
padding:5px;
float:left;
font-weight:normal;
color:#484848;
background:#d8d8d8;
text-align:left;
}
.message_container_read a {
color:#484848;
}
.message_container_read a:hover {
color:#484848;
}
.message_body {
width:900px;
padding:5px;
float:left;
background:#ececec;
border-left:5px solid #d8d8d8;
border-right:5px solid #d8d8d8;
border-bottom:5px solid #d8d8d8;
}
.message_body a {
color:#333333;
}
.message_body_content {
width:900px;
float:left;
overflow:hidden;
}
.message_info {
margin-bottom:5px;
padding-bottom:5px;
font-weight:bold;
border-bottom:1px solid #666666;
}
.message_info a {
color:#333333;
}
.message_info a:hover {
color:#333333;
}
.message_info_data {
padding-left:5px;
}
.comment_quote {
margin:0px 10px 0px 10px;
color:#666666;
font-style:italic;
}
.reply_button {
float:right;
margin-top:5px;
}
.reply_button a {
color:#ffffff;
}
.message_list_options {
width:910px;
float:left;
margin-top:5px;
padding:5px;
font-weight:bold;
color:#ffffff;
background:#8a8a8a;
}
.message_list_options a {
color:#ffffff;
}
.check_all {
width:20px;
float:left;
}
.select_all {
float:left;
margin-right:5px;
padding-right:5px;
border-right:1px solid #ffffff;
}
.delete_selected {
float:left;
}
#editor_navigation {
width:910px;
float:left;
margin-top:5px;
padding:5px;
color:#ffffff;
background:#365164;
}
#editor_navigation a {
color:#ffffff;
}
#editor_navigation a:hover {
color:#ffffff;
}
#editor_navigation .totals {
float:left;
}
#editor_navigation .navigation {
float:right;
}
#editor_navigation .pages {
float:left;
margin-right:5px;
}
#editor_navigation .previous {
float:left;
margin-right:5px;
padding-right:5px;
border-right:1px solid #ffffff;
}
#editor_navigation .next {
float:left;
}
.subheader_title {
width:910px;
float:left;
padding:5px;
font-size:12pt;
font-weight:bold;
color:#ffffff;
background:#365164;
}
.subheader_title a {
text-decoration:none;
color:#ffffff;
}
.subheader_title a:hover {
text-decoration:underline;
color:#ffffff;
} | assets/core/resources/css/main/showMyMessages.css |
width:910px;
float:left;
margin-bottom:5px;
padding:5px;
color:#000000;
background:#edad00;
cursor:pointer;
}
#message_list {
width:920px;
margin:0px;
padding:0px;
float:left;
}
.message_main_header_options {
width:910px;
float:left;
margin-top:5px;
padding:5px;
font-weight:bold;
color:#ffffff;
background:#8a8a8a;
}
.message_main_header_options a {
color:#ffffff;
}
.message_header_checkbox {
width:20px;
height:10pt;
float:left;
}
.message_header_from {
width:135px;
float:left;
white-space:nowrap;
overflow:hidden;
}
.message_header_subject {
width:493px;
padding-left:10px;
float:left;
white-space:nowrap;
overflow:hidden;
}
.message_header_date {
width:180px;
padding-left:10px;
float:left;
white-space:nowrap;
overflow:hidden;
}
.message_header_status {
width:50px;
padding-left:10px;
float:left;
white-space:nowrap;
text-align:right;
overflow:hidden;
}
.message_container_unread {
width:910px;
margin-top:5px;
padding:5px;
float:left;
font-weight:bold;
color:#333333;
background:#d8d8d8;
text-align:left;
}
.message_container_unread a {
color:#333333;
}
.message_container_unread a:hover {
color:#333333;
}
.message_container_read {
width:910px;
margin-top:5px;
padding:5px;
float:left;
font-weight:normal;
color:#484848;
background:#d8d8d8;
text-align:left;
}
.message_container_read a {
color:#484848;
}
.message_container_read a:hover {
color:#484848;
}
.message_body {
width:900px;
padding:5px;
float:left;
background:#ececec;
border-left:5px solid #d8d8d8;
border-right:5px solid #d8d8d8;
border-bottom:5px solid #d8d8d8;
}
.message_body a {
color:#333333;
}
.message_body_content {
width:900px;
float:left;
overflow:hidden;
}
.message_info {
margin-bottom:5px;
padding-bottom:5px;
font-weight:bold;
border-bottom:1px solid #666666;
}
.message_info a {
color:#333333;
}
.message_info a:hover {
color:#333333;
}
.message_info_data {
padding-left:5px;
}
.comment_quote {
margin:0px 10px 0px 10px;
color:#666666;
font-style:italic;
}
.reply_button {
float:right;
margin-top:5px;
}
.reply_button a {
color:#ffffff;
}
.message_list_options {
width:910px;
float:left;
margin-top:5px;
padding:5px;
font-weight:bold;
color:#ffffff;
background:#8a8a8a;
}
.message_list_options a {
color:#ffffff;
}
.check_all {
width:20px;
float:left;
}
.select_all {
float:left;
margin-right:5px;
padding-right:5px;
border-right:1px solid #ffffff;
}
.delete_selected {
float:left;
}
#editor_navigation {
width:910px;
float:left;
margin-top:5px;
padding:5px;
color:#ffffff;
background:#365164;
}
#editor_navigation a {
color:#ffffff;
}
#editor_navigation a:hover {
color:#ffffff;
}
#editor_navigation .totals {
float:left;
}
#editor_navigation .navigation {
float:right;
}
#editor_navigation .pages {
float:left;
margin-right:5px;
}
#editor_navigation .previous {
float:left;
margin-right:5px;
padding-right:5px;
border-right:1px solid #ffffff;
}
#editor_navigation .next {
float:left;
}
.subheader_title {
width:910px;
float:left;
padding:5px;
font-size:12pt;
font-weight:bold;
color:#ffffff;
background:#365164;
}
.subheader_title a {
text-decoration:none;
color:#ffffff;
}
.subheader_title a:hover {
text-decoration:underline;
color:#ffffff;
} | 0.203312 | 0.081666 |
* {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
}
body {
background-color: #f6f8fa;
overflow-y: hidden;
}
.body-title {
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 40px;
width: 400px;
line-height: 40px;
}
.sec-text {
font-size: 15px;
}
.mobile-nav {
display: none;
}
nav {
background: #2f1544;
color: white;
height: 100px;
width: 100%;
padding-top: 20px;
}
nav .logo {
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 25px;
padding-right: 40px;
}
nav .logo:hover {
color: #c26dc2;
cursor: pointer;
}
nav #nav-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
}
nav #nav-menu a {
color: white;
text-decoration: none;
}
nav #nav-menu a:hover {
color: #c26dc2;
}
nav #user-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
nav #user-actions .signup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: transparent;
border: 1px solid #c26dc2;
color: #c26dc2;
width: 150px;
height: 50px;
}
nav #user-actions .signup:hover {
background: #c26dc2;
color: white;
cursor: pointer;
}
#getStartedModal {
opacity: 0;
z-index: 1;
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 60px;
width: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #811d85;
background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #811d85), color-stop(47%, #2f1544), to(#2f1544));
background: linear-gradient(0deg, #811d85 25%, #2f1544 47%, #2f1544 100%);
border: 1px solid #c26dc2;
border-radius: 5px;
}
#getStartedModal .modal-close {
color: white;
font-size: 30px;
position: absolute;
top: 10px;
right: 20px;
}
#getStartedModal .modal-close:hover {
cursor: pointer;
color: #c26dc2;
}
#getStartedModal .modal-title {
color: white;
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 40px;
}
#getStartedModal .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 40px;
width: 300px;
}
#getStartedModal .getStarted {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #c26dc2;
color: white;
cursor: pointer;
width: 150px;
height: 50px;
border-radius: 5px;
width: 300px;
}
#getStartedModal .getStarted:hover {
color: white;
background-color: transparent;
border: 1px solid #c26dc2;
}
#subscribedSuccess {
opacity: 0;
}
#hero-wrapper {
background: url("../img/heroBg.png") no-repeat center center;
background-size: cover;
height: 100vh;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom-right-radius: 10%;
}
#hero-wrapper .page-title {
font-family: "Secular One", sans-serif;
font-size: 70px;
width: 450px;
}
#hero-wrapper .subtext {
padding: 40px 0;
line-height: 30px;
width: 450px;
}
#hero-wrapper .sign-up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
padding-bottom: 80px;
text-align: center;
}
#hero-wrapper .sign-up .trial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: transparent;
border: 1px solid #c26dc2;
color: #c26dc2;
width: 200px;
height: 50px;
}
#hero-wrapper .sign-up .trial:hover {
background: #c26dc2;
color: white;
cursor: pointer;
}
#hero-wrapper .sign-up .google-signin {
border-radius: 5px;
background-color: transparent;
background: #31a6f3;
width: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#hero-wrapper .main-features {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 40px;
float: right;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
#hero-wrapper .main-features .feature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #c5b9da;
background: linear-gradient(79deg, rgba(222, 214, 235, 0.904) 0%, rgba(226, 215, 245, 0.555) 100%);
border-radius: 10px;
margin: 15px 0;
width: 350px;
height: 55px;
padding: 0 40px;
}
#hero-wrapper .main-features .feature i {
color: #33c2e9;
background-color: white;
width: 30px;
border-radius: 50%;
font-size: 30px;
margin-right: 20px;
}
.feature-active {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#features {
line-height: 30px;
height: 100vh;
display: none;
}
#features .body-title {
padding-bottom: 40px;
}
#features #feat-wrapper .feature {
padding: 20px;
border-radius: 10px;
background: #c9aadf;
background: linear-gradient(45deg, rgba(201, 170, 223, 0.139575) 25%, rgba(214, 194, 251, 0.552258) 47%, rgba(205, 203, 209, 0.732931) 100%);
}
#features #feat-wrapper .feature .feature-logo {
width: 50px;
padding-bottom: 20px;
}
#features #feat-wrapper .feature .feature-title {
font-size: 20px;
font-weight: bold;
padding-bottom: 20px;
}
.bottom-details {
display: none;
line-height: 30px;
height: 100vh;
}
.bottom-details img {
width: 500px;
}
.bottom-details .body-title {
padding-bottom: 20px;
}
.bottom-details .sec-text {
padding-bottom: 20px;
}
.bottom-details ul {
list-style-type: none;
font-weight: bold;
}
.bottom-details i {
color: #33c2e9;
background-color: white;
width: 20px;
border-radius: 50%;
font-size: 20px;
margin-right: 20px;
}
#coming-soon {
display: none;
color: red;
text-transform: uppercase;
}
.read-more {
color: #c26dc2;
font-weight: bold;
}
.read-more #read-more {
padding-right: 20px;
}
.read-more #read-more:hover {
cursor: pointer;
padding-right: 10px;
}
.read-more i {
color: #c26dc2;
font-weight: bold;
}
@media only screen and (max-width: 991px) {
html {
width: 100% !important;
overflow-x: hidden !important;
}
body {
width: 100% !important;
overflow-y: visible;
}
#getStartedModal {
width: 80% !important;
margin: 0 auto;
}
.mobile-nav {
background: #2f1544;
color: white;
height: 80px;
width: 100%;
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 20px;
}
.mobile-nav i {
font-size: 30px;
}
.mobile-nav i:hover {
color: #c26dc2;
cursor: pointer;
}
.mobile-nav .logo {
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 25px;
padding-right: 40px;
}
.mobile-nav .logo:hover {
color: #c26dc2;
cursor: pointer;
}
.mobile-nav .signup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: transparent;
border: 1px solid #c26dc2;
color: #c26dc2;
width: 150px;
height: 50px;
}
.mobile-nav .signup:hover {
background: #c26dc2;
color: white;
cursor: pointer;
}
nav {
display: none;
}
.hero-wrapper {
visibility: visible;
display: block;
height: 100% !important;
}
.hero-wrapper .page-title,
.hero-wrapper .subtext {
width: 100% !important;
margin: 0 auto;
text-align: center;
}
.hero-wrapper .main-features {
width: 100% !important;
}
#features {
padding-top: 100px;
visibility: visible;
display: block;
width: 100% !important;
text-align: center;
height: 100%;
}
#features .body-title {
width: 100%;
}
#features .feature {
margin: 20px;
}
#features .feature .feature-logo {
width: 100%;
margin: 0 auto;
}
.bottom-details {
padding: 100px 0;
visibility: visible;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100% !important;
height: 100%;
}
.bottom-details .body-title {
padding-top: 20px;
width: 100% !important;
}
.bottom-details .img,
.bottom-details .bottom-features,
.bottom-details .read-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
/*# sourceMappingURL=main.css.map */ | assets/css/main.css | * {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
}
body {
background-color: #f6f8fa;
overflow-y: hidden;
}
.body-title {
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 40px;
width: 400px;
line-height: 40px;
}
.sec-text {
font-size: 15px;
}
.mobile-nav {
display: none;
}
nav {
background: #2f1544;
color: white;
height: 100px;
width: 100%;
padding-top: 20px;
}
nav .logo {
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 25px;
padding-right: 40px;
}
nav .logo:hover {
color: #c26dc2;
cursor: pointer;
}
nav #nav-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
}
nav #nav-menu a {
color: white;
text-decoration: none;
}
nav #nav-menu a:hover {
color: #c26dc2;
}
nav #user-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
nav #user-actions .signup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: transparent;
border: 1px solid #c26dc2;
color: #c26dc2;
width: 150px;
height: 50px;
}
nav #user-actions .signup:hover {
background: #c26dc2;
color: white;
cursor: pointer;
}
#getStartedModal {
opacity: 0;
z-index: 1;
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 60px;
width: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #811d85;
background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #811d85), color-stop(47%, #2f1544), to(#2f1544));
background: linear-gradient(0deg, #811d85 25%, #2f1544 47%, #2f1544 100%);
border: 1px solid #c26dc2;
border-radius: 5px;
}
#getStartedModal .modal-close {
color: white;
font-size: 30px;
position: absolute;
top: 10px;
right: 20px;
}
#getStartedModal .modal-close:hover {
cursor: pointer;
color: #c26dc2;
}
#getStartedModal .modal-title {
color: white;
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 40px;
}
#getStartedModal .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 40px;
width: 300px;
}
#getStartedModal .getStarted {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #c26dc2;
color: white;
cursor: pointer;
width: 150px;
height: 50px;
border-radius: 5px;
width: 300px;
}
#getStartedModal .getStarted:hover {
color: white;
background-color: transparent;
border: 1px solid #c26dc2;
}
#subscribedSuccess {
opacity: 0;
}
#hero-wrapper {
background: url("../img/heroBg.png") no-repeat center center;
background-size: cover;
height: 100vh;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom-right-radius: 10%;
}
#hero-wrapper .page-title {
font-family: "Secular One", sans-serif;
font-size: 70px;
width: 450px;
}
#hero-wrapper .subtext {
padding: 40px 0;
line-height: 30px;
width: 450px;
}
#hero-wrapper .sign-up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
padding-bottom: 80px;
text-align: center;
}
#hero-wrapper .sign-up .trial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: transparent;
border: 1px solid #c26dc2;
color: #c26dc2;
width: 200px;
height: 50px;
}
#hero-wrapper .sign-up .trial:hover {
background: #c26dc2;
color: white;
cursor: pointer;
}
#hero-wrapper .sign-up .google-signin {
border-radius: 5px;
background-color: transparent;
background: #31a6f3;
width: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#hero-wrapper .main-features {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 40px;
float: right;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
#hero-wrapper .main-features .feature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #c5b9da;
background: linear-gradient(79deg, rgba(222, 214, 235, 0.904) 0%, rgba(226, 215, 245, 0.555) 100%);
border-radius: 10px;
margin: 15px 0;
width: 350px;
height: 55px;
padding: 0 40px;
}
#hero-wrapper .main-features .feature i {
color: #33c2e9;
background-color: white;
width: 30px;
border-radius: 50%;
font-size: 30px;
margin-right: 20px;
}
.feature-active {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#features {
line-height: 30px;
height: 100vh;
display: none;
}
#features .body-title {
padding-bottom: 40px;
}
#features #feat-wrapper .feature {
padding: 20px;
border-radius: 10px;
background: #c9aadf;
background: linear-gradient(45deg, rgba(201, 170, 223, 0.139575) 25%, rgba(214, 194, 251, 0.552258) 47%, rgba(205, 203, 209, 0.732931) 100%);
}
#features #feat-wrapper .feature .feature-logo {
width: 50px;
padding-bottom: 20px;
}
#features #feat-wrapper .feature .feature-title {
font-size: 20px;
font-weight: bold;
padding-bottom: 20px;
}
.bottom-details {
display: none;
line-height: 30px;
height: 100vh;
}
.bottom-details img {
width: 500px;
}
.bottom-details .body-title {
padding-bottom: 20px;
}
.bottom-details .sec-text {
padding-bottom: 20px;
}
.bottom-details ul {
list-style-type: none;
font-weight: bold;
}
.bottom-details i {
color: #33c2e9;
background-color: white;
width: 20px;
border-radius: 50%;
font-size: 20px;
margin-right: 20px;
}
#coming-soon {
display: none;
color: red;
text-transform: uppercase;
}
.read-more {
color: #c26dc2;
font-weight: bold;
}
.read-more #read-more {
padding-right: 20px;
}
.read-more #read-more:hover {
cursor: pointer;
padding-right: 10px;
}
.read-more i {
color: #c26dc2;
font-weight: bold;
}
@media only screen and (max-width: 991px) {
html {
width: 100% !important;
overflow-x: hidden !important;
}
body {
width: 100% !important;
overflow-y: visible;
}
#getStartedModal {
width: 80% !important;
margin: 0 auto;
}
.mobile-nav {
background: #2f1544;
color: white;
height: 80px;
width: 100%;
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 20px;
}
.mobile-nav i {
font-size: 30px;
}
.mobile-nav i:hover {
color: #c26dc2;
cursor: pointer;
}
.mobile-nav .logo {
font-family: "Secular One", sans-serif;
font-weight: bold;
font-size: 25px;
padding-right: 40px;
}
.mobile-nav .logo:hover {
color: #c26dc2;
cursor: pointer;
}
.mobile-nav .signup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: transparent;
border: 1px solid #c26dc2;
color: #c26dc2;
width: 150px;
height: 50px;
}
.mobile-nav .signup:hover {
background: #c26dc2;
color: white;
cursor: pointer;
}
nav {
display: none;
}
.hero-wrapper {
visibility: visible;
display: block;
height: 100% !important;
}
.hero-wrapper .page-title,
.hero-wrapper .subtext {
width: 100% !important;
margin: 0 auto;
text-align: center;
}
.hero-wrapper .main-features {
width: 100% !important;
}
#features {
padding-top: 100px;
visibility: visible;
display: block;
width: 100% !important;
text-align: center;
height: 100%;
}
#features .body-title {
width: 100%;
}
#features .feature {
margin: 20px;
}
#features .feature .feature-logo {
width: 100%;
margin: 0 auto;
}
.bottom-details {
padding: 100px 0;
visibility: visible;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100% !important;
height: 100%;
}
.bottom-details .body-title {
padding-top: 20px;
width: 100% !important;
}
.bottom-details .img,
.bottom-details .bottom-features,
.bottom-details .read-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
/*# sourceMappingURL=main.css.map */ | 0.293506 | 0.068819 |
height: 100vh;
}
#index .image.bg {
position: fixed;
height: 100vh;
background-size: cover;
}
#index .logo-feature {
position: fixed;
bottom: 3rem;
left: 3rem;
font-size: 96px;
font-weight: 500;
align-self: flex-end;
color: #ffffff;
}
#index .logo-feature .device {
position: relative;
font-size: 96px;
line-height: 84px;
display: inline-block;
margin: 0 3rem 0 0;
}
#index .logo-feature .device::before,
#index .logo-feature .device::after {
content: ' ';
position: absolute;
top: -20px;
left: -20px;
width: 136px;
height: 136px;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
animation: fade-in-logo-feature 7s linear forwards, rotate-logo-feature 21s linear infinite;
}
#index .logo-feature .device::after {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
animation: fade-in-logo-feature 7s linear forwards, rotate-logo-feature 10s linear infinite;
}
#index .changelog {
position: absolute;
top: 80vh;
right: 3rem;
padding: 2rem;
width: 40rem;
margin: 0 0 3rem;
color: rgba(0, 0, 0, 0.8);
background-color: #fff;
}
#index .changelog .entry:not(:last-child) {
margin: 0 0 2rem;
}
#index .changelog .header {
display: grid;
grid-template-columns: 1fr 2fr;
}
#index .changelog .version {
font-weight: 500;
color: rgba(0, 0, 0, 1);
margin: 0 0 0.5rem;
font-size: 16px;
}
#index .changelog time {
margin: 0 0 1rem;
display: block;
justify-self: end;
color: rgba(0, 0, 0, 0.4);
font-size: 14px;
}
#index .changelog .content p {
margin: 0 0 0.5rem;
font-size: 14px;
line-height: 1.6;
}
#index .changelog .content p:last-child {
margin: 0;
}
#index .changelog .content h2 {
margin: 0 0 0.5rem;
font-size: 14px;
font-weight: 500;
line-height: 1.6;
}
#index .changelog .content h2:not(:first-child) {
margin: 1rem 0 0.5rem;
}
#index .changelog .content ul {
list-style-type: disc;
padding: 0 0 0 2rem;
margin: 0 0 1rem;
}
#index .changelog .content ul li {
font-size: 14px;
line-height: 1.6;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 500px) {
#index {
padding: 2rem;
grid-gap: 2rem;
grid-template-columns: 1fr;
height: unset;
}
#index .logo-feature {
bottom: unset;
left: 2rem;
top: 60vh;
font-size: 50px;
font-weight: 500;
}
#index .logo-feature .device {
position: relative;
font-size: 50px;
line-height: 44px;
margin: 0 1rem 0 0;
}
#index .logo-feature .device::before,
#index .logo-feature .device::after {
top: -10px;
left: -10px;
width: 70px;
height: 70px;
}
#index .changelog {
position: absolute;
top: calc(60vh + 50px + 3rem);
right: 0;
padding: 2rem;
width: 100%;
margin: 0;
}
#index .changelog .content p {
margin: 0 0 0.5rem;
font-size: 14px;
line-height: 1.6;
}
#index .changelog .content p:last-child {
margin: 0;
}
#index .changelog .content h2 {
margin: 0 0 0.5rem;
font-size: 14px;
line-height: 1.6;
}
#index .changelog .content ul li {
font-size: 14px;
line-height: 1.6;
}
}
#index.dark-mode .changelog {
color: rgba(255, 255, 255, 0.8);
background-color: #131313;
}
#index.dark-mode .changelog .version {
color: rgb(255, 255, 255);
}
#index.dark-mode .changelog time {
color: rgba(255, 255, 255, 0.4);
} | src/views/Index/styles.css | height: 100vh;
}
#index .image.bg {
position: fixed;
height: 100vh;
background-size: cover;
}
#index .logo-feature {
position: fixed;
bottom: 3rem;
left: 3rem;
font-size: 96px;
font-weight: 500;
align-self: flex-end;
color: #ffffff;
}
#index .logo-feature .device {
position: relative;
font-size: 96px;
line-height: 84px;
display: inline-block;
margin: 0 3rem 0 0;
}
#index .logo-feature .device::before,
#index .logo-feature .device::after {
content: ' ';
position: absolute;
top: -20px;
left: -20px;
width: 136px;
height: 136px;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
animation: fade-in-logo-feature 7s linear forwards, rotate-logo-feature 21s linear infinite;
}
#index .logo-feature .device::after {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
animation: fade-in-logo-feature 7s linear forwards, rotate-logo-feature 10s linear infinite;
}
#index .changelog {
position: absolute;
top: 80vh;
right: 3rem;
padding: 2rem;
width: 40rem;
margin: 0 0 3rem;
color: rgba(0, 0, 0, 0.8);
background-color: #fff;
}
#index .changelog .entry:not(:last-child) {
margin: 0 0 2rem;
}
#index .changelog .header {
display: grid;
grid-template-columns: 1fr 2fr;
}
#index .changelog .version {
font-weight: 500;
color: rgba(0, 0, 0, 1);
margin: 0 0 0.5rem;
font-size: 16px;
}
#index .changelog time {
margin: 0 0 1rem;
display: block;
justify-self: end;
color: rgba(0, 0, 0, 0.4);
font-size: 14px;
}
#index .changelog .content p {
margin: 0 0 0.5rem;
font-size: 14px;
line-height: 1.6;
}
#index .changelog .content p:last-child {
margin: 0;
}
#index .changelog .content h2 {
margin: 0 0 0.5rem;
font-size: 14px;
font-weight: 500;
line-height: 1.6;
}
#index .changelog .content h2:not(:first-child) {
margin: 1rem 0 0.5rem;
}
#index .changelog .content ul {
list-style-type: disc;
padding: 0 0 0 2rem;
margin: 0 0 1rem;
}
#index .changelog .content ul li {
font-size: 14px;
line-height: 1.6;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 500px) {
#index {
padding: 2rem;
grid-gap: 2rem;
grid-template-columns: 1fr;
height: unset;
}
#index .logo-feature {
bottom: unset;
left: 2rem;
top: 60vh;
font-size: 50px;
font-weight: 500;
}
#index .logo-feature .device {
position: relative;
font-size: 50px;
line-height: 44px;
margin: 0 1rem 0 0;
}
#index .logo-feature .device::before,
#index .logo-feature .device::after {
top: -10px;
left: -10px;
width: 70px;
height: 70px;
}
#index .changelog {
position: absolute;
top: calc(60vh + 50px + 3rem);
right: 0;
padding: 2rem;
width: 100%;
margin: 0;
}
#index .changelog .content p {
margin: 0 0 0.5rem;
font-size: 14px;
line-height: 1.6;
}
#index .changelog .content p:last-child {
margin: 0;
}
#index .changelog .content h2 {
margin: 0 0 0.5rem;
font-size: 14px;
line-height: 1.6;
}
#index .changelog .content ul li {
font-size: 14px;
line-height: 1.6;
}
}
#index.dark-mode .changelog {
color: rgba(255, 255, 255, 0.8);
background-color: #131313;
}
#index.dark-mode .changelog .version {
color: rgb(255, 255, 255);
}
#index.dark-mode .changelog time {
color: rgba(255, 255, 255, 0.4);
} | 0.465145 | 0.114765 |
button {
cursor: pointer;
}
button[disabled] {
cursor: auto;
filter: saturate(0);
opacity: 0.5;
}
button.big {
border: none;
font-size: 1rem;
padding: 1rem 2rem;
border-radius: 0.75rem;
text-shadow: 0 2px 3px rgba(0%, 0%, 0%, 0.5);
background: linear-gradient(to top, #888, #ccc);
transition: box-shadow 0.5s;
}
button.big:active {
box-shadow: inset 0 0 1rem rgba(0%, 0%, 0%, 0.2);
}
button.big:not([disabled]):hover {
box-shadow: inset 0 0 1rem rgba(100%, 100%, 100%, 0.3);
}
button.big.danger {
background: linear-gradient(to top, #800, #c40);
color: white;
}
button.big.success {
background: linear-gradient(to top, #050, #080);
color: white;
}
button.big.warn {
background: orange;
color: black;
}
button.big.primary {
background: rgba(0%, 40%, 100%, 0.5);
color: inherit;
}
button.color {
background: rgba(0, 0, 0, 0.2);
border-radius: 0.5ex;
padding: 1ex 1.5ex calc(1ex - 1px);
border: none;
color: inherit;
box-shadow: inset 0 0.5ex 1ex rgba(100%, 100%, 100%, 0.2), 0 1px 1px rgba(0, 0, 0, 0.4);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
button.color:not([disabled]):hover {
background: rgba(0, 0, 0, 0.3);
}
button.color.danger {
background-color: rgba(100%, 25%, 0%, 0.5);
}
button.color.warn {
background-color: rgba(90%, 50%, 0%, 0.5);
}
button.color.primary {
background-color: rgba(0%, 40%, 100%, 0.5);
}
button.color.success {
background-color: rgba(0%, 75%, 0%, 0.5);
}
button.text {
font-size: inherit;
color: inherit;
padding: 0.25ex 0.5ex;
border-radius: 0.5ex;
margin: -0.25ex -0.5ex;
border: none;
background: none;
}
button.text.primary {
color: rgba(0%, 40%, 100%, 1);
}
button.text.danger {
color: rgba(100%, 25%, 0%, 1);
}
button.text.success {
color: rgba(0%, 75%, 0%, 1);
}
button.text:hover {
backdrop-filter: brightness(0.75);
}
button.color.small {
height: 1.6em;
line-height: 1.6em;
font-size: 0.7em;
padding: 0 1ex;
}
button.round-grey {
font-size: 1em;
border: none;
color: white;
background: rgb(50%, 50%, 50%);
border-radius: 1em;
padding: 0 0.5em;
align-self: center;
margin: 0;
}
button.round-grey:hover {
color: black;
}
button.translucent {
background: rgba(100%, 100%, 100%, 0.3);
backdrop-filter: blur(4px) brightness(2) saturate(2);
position: absolute;
bottom: 1.5ex;
right: 1.5ex;
text-align: center;
padding: 1ex 2em;
border: none;
color: black;
font-size: 0.7rem;
border-radius: calc(1em + 1.5ex);
cursor: pointer;
box-shadow: 0 0 0.5ex rgba(0%, 0%, 0%, 0.25);
}
@media (prefers-color-scheme: dark) {
button.color {
background: rgba(100%, 100%, 100%, 0.2);
}
button.color:not([disabled]):hover {
background: rgba(100%, 100%, 100%, 0.3);
}
button.text:hover {
backdrop-filter: brightness(1.25);
}
} | assets/button.css | button {
cursor: pointer;
}
button[disabled] {
cursor: auto;
filter: saturate(0);
opacity: 0.5;
}
button.big {
border: none;
font-size: 1rem;
padding: 1rem 2rem;
border-radius: 0.75rem;
text-shadow: 0 2px 3px rgba(0%, 0%, 0%, 0.5);
background: linear-gradient(to top, #888, #ccc);
transition: box-shadow 0.5s;
}
button.big:active {
box-shadow: inset 0 0 1rem rgba(0%, 0%, 0%, 0.2);
}
button.big:not([disabled]):hover {
box-shadow: inset 0 0 1rem rgba(100%, 100%, 100%, 0.3);
}
button.big.danger {
background: linear-gradient(to top, #800, #c40);
color: white;
}
button.big.success {
background: linear-gradient(to top, #050, #080);
color: white;
}
button.big.warn {
background: orange;
color: black;
}
button.big.primary {
background: rgba(0%, 40%, 100%, 0.5);
color: inherit;
}
button.color {
background: rgba(0, 0, 0, 0.2);
border-radius: 0.5ex;
padding: 1ex 1.5ex calc(1ex - 1px);
border: none;
color: inherit;
box-shadow: inset 0 0.5ex 1ex rgba(100%, 100%, 100%, 0.2), 0 1px 1px rgba(0, 0, 0, 0.4);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
button.color:not([disabled]):hover {
background: rgba(0, 0, 0, 0.3);
}
button.color.danger {
background-color: rgba(100%, 25%, 0%, 0.5);
}
button.color.warn {
background-color: rgba(90%, 50%, 0%, 0.5);
}
button.color.primary {
background-color: rgba(0%, 40%, 100%, 0.5);
}
button.color.success {
background-color: rgba(0%, 75%, 0%, 0.5);
}
button.text {
font-size: inherit;
color: inherit;
padding: 0.25ex 0.5ex;
border-radius: 0.5ex;
margin: -0.25ex -0.5ex;
border: none;
background: none;
}
button.text.primary {
color: rgba(0%, 40%, 100%, 1);
}
button.text.danger {
color: rgba(100%, 25%, 0%, 1);
}
button.text.success {
color: rgba(0%, 75%, 0%, 1);
}
button.text:hover {
backdrop-filter: brightness(0.75);
}
button.color.small {
height: 1.6em;
line-height: 1.6em;
font-size: 0.7em;
padding: 0 1ex;
}
button.round-grey {
font-size: 1em;
border: none;
color: white;
background: rgb(50%, 50%, 50%);
border-radius: 1em;
padding: 0 0.5em;
align-self: center;
margin: 0;
}
button.round-grey:hover {
color: black;
}
button.translucent {
background: rgba(100%, 100%, 100%, 0.3);
backdrop-filter: blur(4px) brightness(2) saturate(2);
position: absolute;
bottom: 1.5ex;
right: 1.5ex;
text-align: center;
padding: 1ex 2em;
border: none;
color: black;
font-size: 0.7rem;
border-radius: calc(1em + 1.5ex);
cursor: pointer;
box-shadow: 0 0 0.5ex rgba(0%, 0%, 0%, 0.25);
}
@media (prefers-color-scheme: dark) {
button.color {
background: rgba(100%, 100%, 100%, 0.2);
}
button.color:not([disabled]):hover {
background: rgba(100%, 100%, 100%, 0.3);
}
button.text:hover {
backdrop-filter: brightness(1.25);
}
} | 0.785473 | 0.149904 |
.container {
display: flex;
align-items: center;
font-size: var(--geist-form-font);
max-width: 100%;
}
.input {
composes: reset from '../../styles/reset.module.css';
width: 100%;
display: inline-flex;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid var(--themed-border, var(--accents-2));
border-radius: var(--geist-radius);
padding: 0 var(--geist-gap-half);
background: var(--themed-bg, var(--geist-background));
color: var(--themed-fg, var(--geist-foreground));
height: var(--geist-form-height);
line-height: normal;
order: 1;
transition: border-color 0.15s ease;
}
.container:not(:global(.geist-themed)) .input:focus {
border-color: var(--accents-5);
}
.input::placeholder {
color: var(--themed-fg);
opacity: 0.5;
}
.input[disabled] {
background: var(--accents-1);
color: var(--accents-3);
cursor: not-allowed;
}
.prefix {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.suffix {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.prefix .input {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.suffix .input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.container:global(.geist-themed) .prefix > :first-child,
.container:global(.geist-themed) .suffix > :last-child {
border-color: var(--themed-border);
color: var(--themed-fg);
}
.prefix > :nth-child(2),
.suffix > :last-child {
flex-shrink: 0;
position: relative;
color: var(--accents-4);
background: var(--accents-1);
border: 1px solid var(--accents-2);
height: 2.5rem;
padding: 0 var(--geist-gap-half);
display: flex;
align-items: center;
transition: border-color 0.15s ease, color 0.15s ease;
}
.prefix > :nth-child(2) {
order: 0;
border-right: 0;
border-radius: var(--geist-radius) 0 0 var(--geist-radius);
}
.suffix > :last-child {
order: 2;
border-left: 0;
border-radius: 0 var(--geist-radius) var(--geist-radius) 0;
}
/* No -ix styling */
.prefix.noPrefixStyle > :nth-child(2) {
background: var(--geist-background);
margin-right: var(--geist-gap-half-negative);
border-color: var(--themed-border, var(--accents-2));
}
.prefix.noPrefixStyle .input {
border-left: 0;
}
.suffix.noSuffixStyle > :last-child {
background: var(--geist-background);
margin-left: var(--geist-gap-half-negative);
border-color: var(--themed-border, var(--accents-2));
}
.suffix.noSuffixStyle .input {
border-right: 0;
}
.suffix.noSuffixStyle .input:focus ~ :last-child,
.prefix.noPrefixStyle .input:focus + * {
border-color: var(--themed-border, var(--accents-5));
}
/* No -ix styling and disabled */
.suffix.noSuffixStyle .input[disabled] ~ :last-child,
.prefix.noPrefixStyle .input[disabled] + * {
background: var(--accents-1);
cursor: not-allowed;
}
/* Sizes */
.large .input {
height: var(--geist-form-large-height);
font-size: var(--geist-form-large-font);
}
.small .input {
font-size: var(--geist-form-small-font);
height: var(--geist-form-small-height);
}
.large.prefix > :nth-child(2),
.large.suffix > :last-child {
height: var(--geist-form-large-height);
font-size: var(--geist-form-large-font);
}
.small.prefix > :nth-child(2),
.small.suffix > :last-child {
padding: 0 var(--geist-gap-quarter);
height: var(--geist-form-small-height);
font-size: var(--geist-form-small-font);
}
@media (max-width: 600px) {
.container {
/* Always 16px on mobile to avoid zoom */
font-size: 1rem;
}
}
/* Disable webkit search styling (strange emoji) */
.input[type='search']::-webkit-search-decoration,
.input[type='search']::-webkit-search-cancel-button,
.input[type='search']::-webkit-search-results-button,
.input[type='search']::-webkit-search-results-decoration {
-webkit-appearance: none;
} | components/input/input.module.css | .container {
display: flex;
align-items: center;
font-size: var(--geist-form-font);
max-width: 100%;
}
.input {
composes: reset from '../../styles/reset.module.css';
width: 100%;
display: inline-flex;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid var(--themed-border, var(--accents-2));
border-radius: var(--geist-radius);
padding: 0 var(--geist-gap-half);
background: var(--themed-bg, var(--geist-background));
color: var(--themed-fg, var(--geist-foreground));
height: var(--geist-form-height);
line-height: normal;
order: 1;
transition: border-color 0.15s ease;
}
.container:not(:global(.geist-themed)) .input:focus {
border-color: var(--accents-5);
}
.input::placeholder {
color: var(--themed-fg);
opacity: 0.5;
}
.input[disabled] {
background: var(--accents-1);
color: var(--accents-3);
cursor: not-allowed;
}
.prefix {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.suffix {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.prefix .input {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.suffix .input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.container:global(.geist-themed) .prefix > :first-child,
.container:global(.geist-themed) .suffix > :last-child {
border-color: var(--themed-border);
color: var(--themed-fg);
}
.prefix > :nth-child(2),
.suffix > :last-child {
flex-shrink: 0;
position: relative;
color: var(--accents-4);
background: var(--accents-1);
border: 1px solid var(--accents-2);
height: 2.5rem;
padding: 0 var(--geist-gap-half);
display: flex;
align-items: center;
transition: border-color 0.15s ease, color 0.15s ease;
}
.prefix > :nth-child(2) {
order: 0;
border-right: 0;
border-radius: var(--geist-radius) 0 0 var(--geist-radius);
}
.suffix > :last-child {
order: 2;
border-left: 0;
border-radius: 0 var(--geist-radius) var(--geist-radius) 0;
}
/* No -ix styling */
.prefix.noPrefixStyle > :nth-child(2) {
background: var(--geist-background);
margin-right: var(--geist-gap-half-negative);
border-color: var(--themed-border, var(--accents-2));
}
.prefix.noPrefixStyle .input {
border-left: 0;
}
.suffix.noSuffixStyle > :last-child {
background: var(--geist-background);
margin-left: var(--geist-gap-half-negative);
border-color: var(--themed-border, var(--accents-2));
}
.suffix.noSuffixStyle .input {
border-right: 0;
}
.suffix.noSuffixStyle .input:focus ~ :last-child,
.prefix.noPrefixStyle .input:focus + * {
border-color: var(--themed-border, var(--accents-5));
}
/* No -ix styling and disabled */
.suffix.noSuffixStyle .input[disabled] ~ :last-child,
.prefix.noPrefixStyle .input[disabled] + * {
background: var(--accents-1);
cursor: not-allowed;
}
/* Sizes */
.large .input {
height: var(--geist-form-large-height);
font-size: var(--geist-form-large-font);
}
.small .input {
font-size: var(--geist-form-small-font);
height: var(--geist-form-small-height);
}
.large.prefix > :nth-child(2),
.large.suffix > :last-child {
height: var(--geist-form-large-height);
font-size: var(--geist-form-large-font);
}
.small.prefix > :nth-child(2),
.small.suffix > :last-child {
padding: 0 var(--geist-gap-quarter);
height: var(--geist-form-small-height);
font-size: var(--geist-form-small-font);
}
@media (max-width: 600px) {
.container {
/* Always 16px on mobile to avoid zoom */
font-size: 1rem;
}
}
/* Disable webkit search styling (strange emoji) */
.input[type='search']::-webkit-search-decoration,
.input[type='search']::-webkit-search-cancel-button,
.input[type='search']::-webkit-search-results-button,
.input[type='search']::-webkit-search-results-decoration {
-webkit-appearance: none;
} | 0.235812 | 0.158663 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(https://eaccounting.vismaonline.com/#/accounting/vouchers) {
/*
@page {
size: A4 portrait;
}
*/
@media print {
.ellipsis {
white-space: normal !important;
word-wrap: break-word;
}
.vismaGrid .ellipsis .cell-wrapper {
white-space: normal !important;
word-wrap: break-word;
}
body > *, #shellAreaContent > *, #contentArea > *, #app-main > *, .main-area > *, #app-content > *, #binding-context-accounting-voucherlist > *, #context > *, .list-container > *, #voucherGrid > *, .vismaGrid-content > * {
display:none !important;
background: none !important;
}
body > * {
margin: 0 !important;
}
* {
background: none !important;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}
div {
font-size: 12px !important;
}
#context, #context > div[style*="display: none"].list-container {
display:none !important;
}
div #context {
width: calc(100% - 1cm) !important;
margin: 0.5cm !important;
}
#shellAreaContent, #contentArea, #app-main, #app-main > .main-area, #app-content, #binding-context-accounting-voucherlist, #context, #context > .list-container, #voucherGrid {
display:block !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
margin: auto !important;
border: none !important;
background: none !important;
max-width: none !important;
box-shadow: none !important;
word-wrap: break-word !important;
}
#voucherGrid > .vismaGrid-content {
display:table !important;
padding: 0 !important;
width: auto !important;
margin: 0 !important;
border: none !important;
background: none !important;
background-color: transparent !important;
position: static !important;
max-width: none !important;
}
#voucherGrid > .vismaGrid-content .gridHeader {
display:table !important;
width: 100% !important;
margin: 0 !important;
border: none !important;
background: none !important;
background-color: transparent !important;
position: static !important;
max-width: none !important;
padding: 0 2rem !important;
}
#voucherGrid > .vismaGrid-content .row-wrapper.selected-row {
width: 100% !important;
max-width: none !important;
display:table !important;
/*visibility: visible;*/
background: none !important;
background-color: transparent !important;
box-shadow: none !important;
border: 1px solid !important;
border-color: #c0c0c0 !important;
margin: 0;
padding: 0 2rem !important;
}
.gridCaption {
border: none !important;
}
.gridCell {
border-bottom: 1px solid !important;
border-color: #dddddd #dddddd !important;
}
.col-first {
width: auto !important;
max-width: none !important;
}
.col-buttons {
display:none !important;
}
.nowrap {
white-space: nowrap;
}
[data-field="formattedNumber"] {
width: 70px !important;
min-width: 70px !important;
max-width: 70px !important;
}
[data-field="voucherText"] {
width: 100% !important;
max-width: none !important;
}
[data-field="voucherTypeText"] {
width: 200px !important;
min-width: 200px !important;
max-width: 200px !important;
}
[data-field="voucherDate"] {
width: 150px !important;
min-width: 150px !important;
max-width: 150px !important;
}
[data-field="hasPhotoLinks"], [data-field="hasMessages"] {
display: none !important;
}
}
} | data/usercss/119831.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(https://eaccounting.vismaonline.com/#/accounting/vouchers) {
/*
@page {
size: A4 portrait;
}
*/
@media print {
.ellipsis {
white-space: normal !important;
word-wrap: break-word;
}
.vismaGrid .ellipsis .cell-wrapper {
white-space: normal !important;
word-wrap: break-word;
}
body > *, #shellAreaContent > *, #contentArea > *, #app-main > *, .main-area > *, #app-content > *, #binding-context-accounting-voucherlist > *, #context > *, .list-container > *, #voucherGrid > *, .vismaGrid-content > * {
display:none !important;
background: none !important;
}
body > * {
margin: 0 !important;
}
* {
background: none !important;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}
div {
font-size: 12px !important;
}
#context, #context > div[style*="display: none"].list-container {
display:none !important;
}
div #context {
width: calc(100% - 1cm) !important;
margin: 0.5cm !important;
}
#shellAreaContent, #contentArea, #app-main, #app-main > .main-area, #app-content, #binding-context-accounting-voucherlist, #context, #context > .list-container, #voucherGrid {
display:block !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
margin: auto !important;
border: none !important;
background: none !important;
max-width: none !important;
box-shadow: none !important;
word-wrap: break-word !important;
}
#voucherGrid > .vismaGrid-content {
display:table !important;
padding: 0 !important;
width: auto !important;
margin: 0 !important;
border: none !important;
background: none !important;
background-color: transparent !important;
position: static !important;
max-width: none !important;
}
#voucherGrid > .vismaGrid-content .gridHeader {
display:table !important;
width: 100% !important;
margin: 0 !important;
border: none !important;
background: none !important;
background-color: transparent !important;
position: static !important;
max-width: none !important;
padding: 0 2rem !important;
}
#voucherGrid > .vismaGrid-content .row-wrapper.selected-row {
width: 100% !important;
max-width: none !important;
display:table !important;
/*visibility: visible;*/
background: none !important;
background-color: transparent !important;
box-shadow: none !important;
border: 1px solid !important;
border-color: #c0c0c0 !important;
margin: 0;
padding: 0 2rem !important;
}
.gridCaption {
border: none !important;
}
.gridCell {
border-bottom: 1px solid !important;
border-color: #dddddd #dddddd !important;
}
.col-first {
width: auto !important;
max-width: none !important;
}
.col-buttons {
display:none !important;
}
.nowrap {
white-space: nowrap;
}
[data-field="formattedNumber"] {
width: 70px !important;
min-width: 70px !important;
max-width: 70px !important;
}
[data-field="voucherText"] {
width: 100% !important;
max-width: none !important;
}
[data-field="voucherTypeText"] {
width: 200px !important;
min-width: 200px !important;
max-width: 200px !important;
}
[data-field="voucherDate"] {
width: 150px !important;
min-width: 150px !important;
max-width: 150px !important;
}
[data-field="hasPhotoLinks"], [data-field="hasMessages"] {
display: none !important;
}
}
} | 0.22627 | 0.119511 |
width: 100%;
}
#page-wrapper {
/*--padding: 0 15px;--*/
min-height: 568px;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.sidebar .sidebar-search {
padding: 15px;
}
.sidebar .arrow {
float: right;
}
.sidebar .fa.arrow:before {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
}
.sidebar .nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 32px;
position: absolute;
right: 1px;
top: 1px;
width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 32px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 0;
}
.select2-container .select2-selection--single {
border-radius: 0;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 34px;
}
/*.small-box {
border-radius: 2px;
position: relative;
display: block;
margin-bottom: 20px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.bg-yellow {
background-color: #f39c12 !important;
}
.small-box > .inner {
padding: 10px;
}
.small-box h3 {
font-size: 38px;
font-weight: bold;
margin: 0 0 10px 0;
white-space: nowrap;
padding: 0;
}
.small-box h3, .small-box p {
z-index: 5;
}
.small-box p {
font-size: 15px;
}
.small-box .icon {
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
position: absolute;
top: -10px;
right: 10px;
z-index: 0;
font-size: 90px;
color: rgba(0,0,0,0.15);
}
.small-box > .small-box-footer {
position: relative;
text-align: center;
padding: 3px 0;
color: #fff;
color: rgba(255,255,255,0.8);
display: block;
z-index: 10;
background: rgba(0,0,0,0.1);
text-decoration: none;
}*/
/********************New Implmentation css ****************************/
.m-top90{
margin-top: 90px;
}
.help-block{
color: red;
}
.center{
text-align: center;
} | assets/admin/css/custom.css | width: 100%;
}
#page-wrapper {
/*--padding: 0 15px;--*/
min-height: 568px;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.sidebar .sidebar-search {
padding: 15px;
}
.sidebar .arrow {
float: right;
}
.sidebar .fa.arrow:before {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
}
.sidebar .nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 32px;
position: absolute;
right: 1px;
top: 1px;
width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 32px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 0;
}
.select2-container .select2-selection--single {
border-radius: 0;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 34px;
}
/*.small-box {
border-radius: 2px;
position: relative;
display: block;
margin-bottom: 20px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.bg-yellow {
background-color: #f39c12 !important;
}
.small-box > .inner {
padding: 10px;
}
.small-box h3 {
font-size: 38px;
font-weight: bold;
margin: 0 0 10px 0;
white-space: nowrap;
padding: 0;
}
.small-box h3, .small-box p {
z-index: 5;
}
.small-box p {
font-size: 15px;
}
.small-box .icon {
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
position: absolute;
top: -10px;
right: 10px;
z-index: 0;
font-size: 90px;
color: rgba(0,0,0,0.15);
}
.small-box > .small-box-footer {
position: relative;
text-align: center;
padding: 3px 0;
color: #fff;
color: rgba(255,255,255,0.8);
display: block;
z-index: 10;
background: rgba(0,0,0,0.1);
text-decoration: none;
}*/
/********************New Implmentation css ****************************/
.m-top90{
margin-top: 90px;
}
.help-block{
color: red;
}
.center{
text-align: center;
} | 0.469034 | 0.062962 |
* {
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box; }
html, body, .modal-open {
width: 100%;
height: 100%;
background-image: url(../imgs/bg_shoes.gif);
background-color: #D2D6AA;
font-family: Tahoma, "Trebuchet MS", Verdana, "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
padding: 0 !important;
/*prevent padding-right when modal window is opened*/ }
@media (min-width: 1200px) {
html, body, .modal-open {
padding: 0 2% !important; } }
#sale-alert {
margin-bottom: 0;
border-radius: 0;
border: 0;
background-color: #a94442;
padding: 0; }
#sale-alert .close {
top: 10px;
right: 10px;
color: white;
opacity: 1;
text-shadow: none;
line-height: 15px;
font-size: 15px; }
#sale-alert .close:focus {
outline: 0; }
#sale-alert h1 {
color: white;
font-size: 15px;
margin: 0;
line-height: 1.5; }
#sale-alert h1:first-of-type {
padding: 5px 10px 0; }
#sale-alert h1:last-of-type {
padding: 0 10px 5px; }
#sale-alert h1 a {
color: white; }
body {
display: table; }
a:not(.btn):not(.list-group-item), .nav > li > a:not(.btn) {
text-decoration: underline; }
a:not(.btn):not(.list-group-item):link, a:not(.btn):not(.list-group-item):visited, a:not(.btn):not(.list-group-item):hover, a:not(.btn):not(.list-group-item):focus, .nav > li > a:not(.btn):link, .nav > li > a:not(.btn):visited, .nav > li > a:not(.btn):hover, .nav > li > a:not(.btn):focus {
text-decoration: underline; }
.container-fluid,
.container,
.row,
.row > div:not([class*="offset"]),
.navbar-nav,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin: 0;
padding: 0; }
.modal-dialog {
z-index: 1050; }
textarea {
resize: vertical;
max-height: 300px; }
.oc-navbar {
height: 76px;
margin: 0;
padding: 0;
background: #7C4734;
border: 0;
border-radius: 0; }
.oc-navbar li {
background: #7C4734; }
.oc-navbar li:hover, .oc-navbar li:focus {
outline: 0;
background: #A6C550; }
.oc-navbar li:last-of-type:hover, .oc-navbar li:last-of-type:focus {
outline: 0;
background: #7C4734; }
.oc-navbar li.active a {
background-color: #A6C550 !important; }
.oc-navbar .navbar-brand {
margin: 0;
padding: 0;
position: relative;
z-index: 3; }
.oc-navbar .navbar-brand:hover, .oc-navbar .navbar-brand:focus {
background: #A6C550; }
.oc-logo {
width: 100%;
padding: 19px 5px; }
@media (min-width: 850px) {
.oc-logo {
padding: 19px 10px; } }
.oc-logo:hover, .oc-logo:focus {
outline: 0;
background: #A6C550; }
.oc-a {
height: 76px; }
.oc-a:hover, .oc-a:focus {
outline: 0;
background: #A6C550; }
#oc-main-nav {
border: 0;
position: relative;
z-index: 2; }
#oc-main-nav a {
color: #FFF;
font-size: 14px;
font-weight: 700;
padding: 10px;
text-align: center; }
#oc-main-nav a:hover, #oc-main-nav a:focus {
outline: 0;
background: #A6C550; }
@media (min-width: 768px) {
#oc-main-nav a {
padding: 18px 10px;
font-size: 12px;
font-weight: 400; } }
@media (min-width: 992px) {
#oc-main-nav a {
padding: 18px 15px;
font-size: 14px;
font-weight: 700; } }
#oc-main-nav br {
display: none; }
@media (min-width: 768px) {
#oc-main-nav br {
display: inline; } }
#oc-main-nav li {
border-top: 1px dashed #FFF;
border-left: 0; }
@media (min-width: 768px) {
#oc-main-nav li {
border-top: 0;
border-left: 1px dashed #FFF; } }
#oc-main-nav li:last-of-type {
border-bottom: 1px dashed #FFF;
border-right: 0; }
@media (min-width: 768px) {
#oc-main-nav li:last-of-type {
border-bottom: 0;
border-right: 1px dashed #FFF; } }
#oc-main-nav .oc-lang {
padding: 10px;
text-align: center; }
@media (min-width: 768px) {
#oc-main-nav .oc-lang {
padding: 0 10px; } }
@media (min-width: 992px) {
#oc-main-nav .oc-lang {
padding: 0 15px; } }
#oc-main-nav .oc-lang > span {
display: inline-block;
color: #FFF;
font-size: 14px;
font-weight: 700;
padding: 0; }
@media (min-width: 768px) {
#oc-main-nav .oc-lang > span {
padding: 18px 0 0;
font-size: 12px;
font-weight: 400; } }
@media (min-width: 992px) {
#oc-main-nav .oc-lang > span {
padding: 18px 15px 0;
font-size: 14px;
font-weight: 700; } }
#oc-main-nav .oc-lang select {
height: 25px;
border-radius: 3px;
margin: 0; }
@media (min-width: 768px) {
#oc-main-nav .oc-lang select {
margin: 2px 0 13px; } }
@media (min-width: 992px) {
#oc-main-nav .oc-lang select {
margin: 2px 0 11px; } }
.navbar-default .navbar-toggle.oc-collapsed-button {
border: 0;
color: #FFF;
top: 9px;
padding: 15px; }
.navbar-default .navbar-toggle.oc-collapsed-button:hover, .navbar-default .navbar-toggle.oc-collapsed-button:focus {
background-color: #A6C550; }
.navbar-default .navbar-toggle.oc-collapsed-button span {
background: #FFF;
width: 28px;
height: 4px;
border-radius: 0; }
.oc-contact {
background: #1D1D1D;
padding: 2px 10px; }
.oc-contact .oc-div-i {
float: left;
font-size: 26px;
color: #FFF;
text-align: center;
width: 35px; }
@media (min-width: 992px) {
.oc-contact .oc-div-i {
position: absolute;
top: 2px;
text-align: left; } }
.oc-contact .oc-info {
color: #FFF;
display: inline-block;
padding: 5px 10px;
width: calc(100% - 35px); }
@media (min-width: 992px) {
.oc-contact .oc-info {
width: 100%; } }
.oc-contact .oc-phone {
position: relative; }
@media (min-width: 992px) {
.oc-contact .oc-phone {
float: left;
margin: 0 3% 0 0; } }
@media (min-width: 992px) {
.oc-contact .oc-phone .oc-info {
padding: 0 0 0 35px; } }
.oc-contact .oc-phone .oc-info a {
color: #FFF; }
.oc-contact .oc-location {
position: relative;
padding: 0 0 15px 0; }
@media (min-width: 992px) {
.oc-contact .oc-location {
float: left;
padding: 0;
margin: 0 1% 0 0; } }
@media (min-width: 1200px) {
.oc-contact .oc-location {
float: left;
margin: 0 4% 0 0; } }
@media (min-width: 992px) {
.oc-contact .oc-location .oc-info {
padding: 9px 0 0 35px; } }
.oc-contact .oc-location .oc-info a {
color: #FFF; }
.oc-contact .oc-cart {
position: relative; }
@media (min-width: 992px) {
.oc-contact .oc-cart {
float: left; } }
@media (min-width: 992px) {
.oc-contact .oc-cart .oc-info {
padding: 9px 0 0 35px; } }
.oc-contact .oc-cart .oc-info a {
color: #FFF; }
.oc-breadcrumbs {
margin: 0;
padding: 10px;
background: #7C4734; }
.oc-breadcrumbs h1 {
padding: 0;
margin: 0;
color: #FFF;
font-weight: 700;
font-size: 14px; }
@media (min-width: 768px) {
.oc-breadcrumbs h1 {
font-size: 16px; } }
@media (min-width: 992px) {
.oc-breadcrumbs h1 {
font-size: 18px; } }
.oc-breadcrumbs h1 a {
color: #FFF; }
.oc-content {
display: table-row;
height: 100%;
background: #FFF; }
.oc-content .oc-margin {
margin: 10px 0 0 0; }
.oc-content .default-p, .oc-content .oc-brand-view-description p {
text-indent: 20px;
font-size: 15px;
text-align: justify; }
.oc-content .pull-right {
position: relative; }
.oc-content .pull-right .oc-details {
font-size: 25px;
padding: 3px 7px 0px; }
.oc-content .pull-right .oc-hint {
position: absolute;
right: 100%;
top: 8px;
margin: 0 5px 0 0;
white-space: nowrap;
color: #FFF;
display: none; }
.oc-content .pull-right .oc-hint > div {
display: inline;
position: relative;
padding: 1px 5px 2px;
border-radius: 8px;
background: #1D1D1D;
float: left; }
.oc-content .pull-right .oc-hint > div:after {
content: "";
display: inline-block;
position: absolute;
top: 7px;
right: -5px;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-left: 5px solid #1D1D1D;
border-bottom: 5px solid transparent; }
.oc-content .pull-right:hover .oc-hint {
display: inline; }
.oc-content ol {
padding: 0 0 0 40px; }
.oc-content ol li {
margin: 0 0 10px 0; }
.oc-ware-div {
margin: 5px 10px 25px; }
.oc-ware-div h3 {
color: #494949;
margin: 0 0 20px 0; }
.oc-ware-div .oc-order-status {
padding: 5px; }
.oc-ware-div .oc-order-status-icon {
padding: 5px;
margin: 10px 0; }
.oc-ware {
display: inline-block;
margin: 0 5px 5px 0; }
.oc-ware:hover {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 156, 75, 0.6); }
.oc-ware:hover a {
border: 1px solid #aeb565; }
.oc-ware:hover .oc-separator {
background: #aeb565; }
.oc-ware a {
display: block;
background: #FFF;
width: 180px;
height: 208px;
border: 1px solid #D2D6AA;
position: relative;
text-decoration: none !important; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a {
width: 130px;
height: 150px; } }
.oc-ware a.oc-brand {
height: 155px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a.oc-brand {
height: 112px; } }
.oc-ware a .oc-tag {
position: absolute;
width: 67px;
height: 67px;
top: -5px;
left: 117px;
overflow: hidden;
z-index: 1; }
.oc-ware a .oc-tag span {
display: inline-block;
position: absolute;
top: 16px;
width: 80px;
color: #FFF;
font-size: 13px;
font-weight: 400;
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
-moz-transform: rotate(45deg) translate3d(0, 0, 0);
-ms-transform: rotate(45deg) translate3d(0, 0, 0);
-o-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0); }
.oc-ware a .oc-tag.oc-new {
background-image: url("../imgs/tag_new.png"); }
.oc-ware a .oc-tag.oc-hit {
background-image: url("../imgs/tag_hit.png"); }
.oc-ware a .oc-tag.oc-hit span {
left: 1px;
top: 18px;
font-size: 11px; }
.oc-ware a .oc-tag.oc-sale {
background-image: url("../imgs/tag_sale.png"); }
.oc-ware a .oc-tag.oc-sale span {
left: 1px;
top: 18px;
font-size: 11px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-tag {
left: 67px; } }
.oc-ware a .oc-ware-photo {
display: table-cell;
width: 178px;
height: 150px;
text-align: center;
vertical-align: middle; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-ware-photo {
width: 128px;
height: 108px; } }
.oc-ware a .oc-ware-photo img {
max-width: 165px;
max-height: 130px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-ware-photo img {
max-width: 119px;
max-height: 94px; } }
.oc-ware a .oc-separator {
height: 1px;
background: #D2D6AA; }
.oc-ware a .oc-brand-logo {
display: table-cell;
width: 90px;
height: 55px;
text-align: center;
vertical-align: middle; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-brand-logo {
width: 65px;
height: 40px; } }
.oc-ware a .oc-brand-logo img {
max-width: 62px;
max-height: 38px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-brand-logo img {
max-width: 45px;
max-height: 27px; } }
.oc-ware a .oc-price {
display: table-cell;
width: 85px;
text-align: right;
vertical-align: middle;
font-weight: 700; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-price {
width: 61px; } }
.oc-ware a .oc-price span:nth-of-type(1) {
color: #255B5B;
font-size: 20px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-price span:nth-of-type(1) {
font-size: 14px; } }
.oc-ware a .oc-price span:nth-of-type(2) {
color: #777;
font-size: 12px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-price span:nth-of-type(2) {
font-size: 10px; } }
.oc-ware-product > a {
position: relative;
display: block;
border: 1px solid #D2D6AA;
height: 300px;
margin-bottom: 10px; }
.oc-ware-product > a:hover {
border: 1px solid #aeb565;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 156, 75, 0.6); }
.oc-ware-product > a .oc-tag {
position: absolute;
width: 67px;
height: 67px;
top: -5px;
left: 117px;
overflow: hidden;
z-index: 1; }
.oc-ware-product > a .oc-tag span {
display: inline-block;
position: absolute;
top: 16px;
width: 80px;
color: #FFF;
font-size: 13px;
font-weight: 400;
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
-moz-transform: rotate(45deg) translate3d(0, 0, 0);
-ms-transform: rotate(45deg) translate3d(0, 0, 0);
-o-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0); }
.oc-ware-product > a .oc-tag.oc-new {
background-image: url("../imgs/tag_new.png"); }
.oc-ware-product > a .oc-tag.oc-hit {
background-image: url("../imgs/tag_hit.png"); }
.oc-ware-product > a .oc-tag.oc-hit span {
left: 1px;
top: 18px;
font-size: 11px; }
.oc-ware-product > a .oc-tag.oc-sale {
background-image: url("../imgs/tag_sale.png"); }
.oc-ware-product > a .oc-tag.oc-sale span {
left: 1px;
top: 18px;
font-size: 11px; }
.oc-ware-product > a .oc-tag {
left: auto;
right: -6px; }
.oc-ware-product .oc-ware-photo {
position: relative;
width: 100%;
height: 100%; }
.oc-ware-product .oc-ware-photo img {
max-width: 100%;
padding: 10px;
max-height: 280px;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto; }
.oc-ware-product ul {
list-style-type: none;
margin: 10px 0; }
.oc-ware-product ul li {
display: inline-block;
width: 19%;
height: 60px;
position: relative;
border: 1px solid #D2D6AA;
margin: 0 -1px 0 0; }
.oc-ware-product ul li:hover {
cursor: pointer;
border: 1px solid #aeb565;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 156, 75, 0.6); }
.oc-ware-product ul li.oc-selected {
opacity: 0.5;
border: 1px solid #D2D6AA; }
.oc-ware-product ul li.oc-selected:hover {
cursor: default;
border: 1px solid #D2D6AA;
box-shadow: none; }
.oc-ware-product ul li > img {
max-height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
padding: 5px; }
@media (min-width: 768px) {
.oc-description {
padding: 0 0 0 20px !important; } }
.oc-description > img:nth-of-type(1) {
display: inline-block;
width: 23%;
vertical-align: top; }
@media (min-width: 500px) {
.oc-description > img:nth-of-type(1) {
width: 15%; } }
@media (min-width: 768px) {
.oc-description > img:nth-of-type(1) {
width: 23%; } }
.oc-description > h4:nth-of-type(1) {
display: inline-block;
margin: 0 0 0 10px;
width: 70%; }
@media (min-width: 500px) {
.oc-description > h4:nth-of-type(1) {
width: 80%; } }
@media (min-width: 768px) {
.oc-description > h4:nth-of-type(1) {
width: 70%; } }
.oc-description .oc-price {
font-weight: 700; }
.oc-description .oc-price > h3 {
margin: 10px 0; }
.oc-description .oc-price span {
color: #F00E0E; }
.oc-description .oc-price span.oc-old {
color: #777;
text-decoration: line-through; }
.oc-description p {
text-indent: initial;
text-align: initial;
margin: 0 0 5px;
font-size: 14px; }
.oc-description a {
font-weight: 700;
font-size: 16px; }
#sidebar .row > div {
padding: 0 5px 0 0; }
#sidebar .oc-details {
color: #494949;
font-size: 18px;
font-weight: 700;
margin: 0 0 20px 0; }
@media (min-width: 768px) {
#sidebar .oc-details {
font-size: 13px; } }
@media (min-width: 900px) {
#sidebar .oc-details {
font-size: 15px; } }
@media (min-width: 1000px) {
#sidebar .oc-details {
font-size: 18px; } }
@media (min-width: 1290px) {
#sidebar .oc-details {
font-size: 22px; } }
#sidebar .oc-details-grid {
width: 100%;
float: left; }
@media (min-width: 480px) {
#sidebar .oc-details-grid {
width: 50%; } }
@media (min-width: 768px) {
#sidebar .oc-details-grid {
width: 100%; } }
@media (min-width: 1200px) {
#sidebar .oc-details-grid {
width: 50%; } }
#sidebar .oc-cat-div {
margin: 0 0 20px 0; }
#sidebar .oc-cat-div input, #sidebar .oc-cat-div label, #sidebar .oc-cat-div span {
margin: 0;
padding: 0; }
#sidebar .oc-cat-div.oc-color-wrapper .form-group > div > label, #sidebar .oc-cat-div.oc-size-wrapper .form-group > div > label {
display: inline-block; }
#sidebar .oc-cat-div .form-group > div > label {
display: block; }
#sidebar .oc-cat-div .form-group .oc-details-label {
padding-left: 6px; }
#sidebar .oc-cat-div b span {
font-weight: 700; }
#sidebar .oc-cat-div span {
color: #1D1D1D;
font-size: 14px;
font-weight: 400; }
#sidebar .oc-cat-div input[type="checkbox"] {
display: none; }
#sidebar .oc-cat-div input[type="checkbox"] + label {
font-family: "Glyphicons Halflings";
font-size: 18px;
color: #8FA136;
display: inline-block;
padding: 0;
cursor: pointer; }
#sidebar .oc-cat-div input[type="checkbox"] + label:before {
content: "\e157"; }
#sidebar .oc-cat-div input[type="checkbox"] + label + label {
color: #1D1D1D;
font-size: 14px;
font-weight: 400; }
#sidebar .oc-cat-div input[type="checkbox"]:checked + label:before {
content: "\e067"; }
#sidebar .oc-cat-div input[type="checkbox"][disabled] ~ label {
opacity: 0.5;
cursor: default; }
#sidebar .oc-cat-div .oc-color, #sidebar .oc-cat-div.oc-color-wrapper {
display: inline-block;
margin: 0 0 4px 0; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"], #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"] {
display: none; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"] + label, #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"] + label {
font-family: "Glyphicons Halflings";
font-size: 14px;
text-align: center;
width: 22px;
height: 22px;
border-radius: 5px;
display: inline-block;
padding: 0;
margin: 2px 0; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"] + label:before, #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"] + label:before {
content: "\e013";
color: transparent;
text-shadow: none; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"]:checked + label:before, #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"]:checked + label:before {
content: "\e013";
color: #333;
text-shadow: 0px 0px 0px white, -1px -1px 2px rgba(255, 255, 255, 0.75), 1px -1px 2px rgba(255, 255, 255, 0.75), -1px 1px 2px rgba(255, 255, 255, 0.75), 1px 1px 2px rgba(255, 255, 255, 0.75); }
#sidebar .oc-cat-div .oc-size, #sidebar .oc-cat-div.oc-size-wrapper {
display: inline-block;
margin: 0 0 4px 0; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"], #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"] {
display: none; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"] + label, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"] + label {
font-family: Tahoma, "Trebuchet MS", Verdana, "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
font-weight: 400;
color: #FFF;
font-size: 11px;
word-spacing: -3px;
text-align: center;
min-width: 58px;
background: #8FA136;
border-radius: 2px;
display: inline-block;
padding: 6px 0;
margin: 2px 0; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"] + label:before, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"] + label:before {
content: ""; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"]:checked + label, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"]:checked + label {
background: #3d551c; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"]:checked + label:before, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"]:checked + label:before {
content: ""; }
#sidebar .oc-cat-div .oc-details-label {
position: relative;
top: -4px;
left: -3px;
padding: 0 0 0 2px;
cursor: pointer; }
#sidebar .oc-cat-div .oc-details-label.oc-flag:after {
content: "";
display: inline-block;
position: relative;
top: 3px;
left: 3px;
width: 16px;
height: 16px; }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-at:after {
background: url("../imgs/flags/at.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-ch:after {
background: url("../imgs/flags/ch.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-de:after {
background: url("../imgs/flags/de.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-fi:after {
background: url("../imgs/flags/fi.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-fr:after {
background: url("../imgs/flags/fr.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-il:after {
background: url("../imgs/flags/il.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-uk:after {
background: url("../imgs/flags/uk.png"); }
#sidebar .oc-title {
color: #636363;
font-size: 16px;
font-weight: 700;
margin: 0 0 10px 0; }
div[data-style="accordion"] .panel-heading {
padding: 0; }
div[data-style="accordion"] .panel-heading .panel-title > a {
padding: 10px 15px 10px 35px;
display: block;
position: relative; }
div[data-style="accordion"] .panel-heading .panel-title > a:before {
font-family: "Glyphicons Halflings";
position: absolute;
left: 10px; }
div[data-style="accordion"] .panel-heading .panel-title > a:not(.collapsed):before {
content: "\e259";
top: 12px; }
div[data-style="accordion"] .panel-heading .panel-title > a.collapsed:before {
content: "\e258";
top: 10px; }
.oc-required {
margin: 0 0 0 3px;
color: #F00; }
#oc-map-canvas {
width: 100%;
height: 300px;
margin: 15px 0;
box-shadow: 0 0 5px rgba(45, 45, 45, 0.5);
position: relative;
border-radius: 5px;
overflow: hidden; }
@media (min-width: 768px) {
#oc-map-canvas {
height: 400px; } }
@media (min-width: 1600px) {
#oc-map-canvas {
height: 500px; } }
#oc-map-canvas > iframe {
width: 100%;
height: 100%;
/*this class is adding automatically in gmaps-scroll.js*/ }
#oc-map-canvas > iframe.oc-scrolloff {
pointer-events: none; }
.oc-order-preview {
margin: 0 0 30px; }
.oc-order-preview > .row > div {
display: inline-block;
padding: 5px;
float: left; }
.oc-order-preview > .row > div:nth-of-type(1) {
width: 25%; }
@media (min-width: 480px) {
.oc-order-preview > .row > div:nth-of-type(1) {
width: 40%; } }
.oc-order-preview > .row > div:nth-of-type(2) {
width: 40%;
text-align: right; }
@media (min-width: 480px) {
.oc-order-preview > .row > div:nth-of-type(2) {
width: 25%; } }
.oc-order-preview > .row > div:nth-of-type(3) {
width: 25%;
text-align: right; }
.oc-order-preview > .row > div:nth-of-type(4) {
width: 10%;
text-align: center; }
.oc-order-preview > .row > div.oc-total {
width: 100%;
text-align: right; }
@media (min-width: 480px) {
.oc-order-preview > .row > div .oc-thumbnail {
width: 40%;
float: left;
display: inline-block; } }
.oc-order-preview > .row > div .oc-thumbnail img {
max-width: 125px;
max-height: 100px; }
.oc-order-preview > .row > div .oc-explanation {
padding: 10px 0 0; }
@media (min-width: 480px) {
.oc-order-preview > .row > div .oc-explanation {
width: 60%;
padding: 0 0 0 10px;
display: inline-block; } }
.oc-order-preview > .row.oc-preview {
padding: 10px 0;
font-size: 12px;
border-bottom: 1px dashed #CCC; }
@media (min-width: 480px) {
.oc-order-preview > .row.oc-preview {
font-size: 14px; } }
.oc-order-preview > .row.oc-preview:nth-last-of-type(2) {
border: 0; }
.oc-order-preview .oc-titlebar {
background: #8FA136;
color: #FFF;
font-weight: 700;
border-radius: 4px; }
.oc-order-preview select {
display: inline-block;
width: auto;
padding: 0;
font-size: 12px; }
@media (min-width: 480px) {
.oc-order-preview select {
font-size: 14px; } }
.oc-order-preview button {
outline: 0;
border: 0;
background: transparent;
color: #A94442;
font: bold 30px Arial, Helvetica, sans-serif; }
footer {
display: table-row; }
footer a,
footer .oc-copyright {
color: #687415;
font-weight: 700;
font-size: 14px; }
@media (min-width: 768px) {
footer a,
footer .oc-copyright {
font-size: 16px; } }
@media (min-width: 992px) {
footer a,
footer .oc-copyright {
font-size: 18px; } }
footer a:hover, footer a:focus, footer .active {
color: #8f9f1d; }
.oc-footer-one {
border-top: 2px solid #687415;
border-bottom: 2px solid #687415;
background: #E3EAC0;
padding: 20px;
line-height: 40px; }
.oc-footer-one #subscribe-form label {
font-weight: 400; }
.oc-footer-one #subscribe-form input {
padding: 6px 55px 6px 12px; }
.oc-footer-one #subscribe-form p.help-block {
line-height: normal; }
.oc-footer-one #subscribe-form button[type="submit"] {
position: absolute;
right: 16px;
top: 46px;
border: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@media (min-width: 768px) {
.oc-footer-one #subscribe-form button[type="submit"] {
right: 15px; } }
.oc-footer-two {
background-image: url(../imgs/footerbg.gif);
background-color: #D2D7C3;
padding: 20px; }
.oc-footer-two .oc-counter {
margin: 20px 0; }
.oc-footer-two .oc-robo {
color: #777;
font-size: 12px;
line-height: 1.1;
text-align: justify;
margin: 0 -20px; }
.oc-footer-two .oc-robo h1 {
font-size: 15px; }
#oc-confirmation {
padding: 0 !important;
/*prevent padding-right when modal window is opened*/ }
#oc-confirmation .modal-header {
background-color: #C9302C;
color: #FFF;
border-radius: 4px 4px 0 0; }
.oc-brand-view-logo {
margin: 0 10px 10px 20px; }
@media (min-width: 768px) {
.oc-brand-view-logo {
display: inline-block; } }
.oc-brand-view-title {
margin-left: 20px !important; }
@media (min-width: 768px) {
.oc-brand-view-title {
margin-left: 0;
display: inline-block; } }
.oc-brand-view-description-wrapper.collapse:not(.in) {
height: 50px !important;
display: block !important;
overflow-y: hidden;
position: relative; }
.oc-brand-view-description-wrapper.collapse:not(.in) .oc-description-gradient {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: transparent;
background: -moz-linear-gradient(top, transparent 40%, #FFF 100%);
background: -o-linear-gradient(top, transparent 40%, #FFF 100%);
background: -ms-linear-gradient(top, transparent 40%, #FFF 100%);
background: -webkit-linear-gradient(top, transparent 40%, #FFF 100%);
background: linear-gradient(to bottom, transparent 40%, #FFF 100%); }
.oc-brand-view-description-wrapper.collapse.in + a:after {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9; }
.oc-brand-view-description-wrapper + a {
display: inline-block;
text-indent: 20px;
margin-bottom: 20px; }
.oc-brand-view-description-wrapper + a:after {
content: "";
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; }
#admin-ware-form #ware-sizes label {
margin-right: 10px; }
/*# sourceMappingURL=custom.css.map */ | web/css/custom.css | * {
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box; }
html, body, .modal-open {
width: 100%;
height: 100%;
background-image: url(../imgs/bg_shoes.gif);
background-color: #D2D6AA;
font-family: Tahoma, "Trebuchet MS", Verdana, "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
padding: 0 !important;
/*prevent padding-right when modal window is opened*/ }
@media (min-width: 1200px) {
html, body, .modal-open {
padding: 0 2% !important; } }
#sale-alert {
margin-bottom: 0;
border-radius: 0;
border: 0;
background-color: #a94442;
padding: 0; }
#sale-alert .close {
top: 10px;
right: 10px;
color: white;
opacity: 1;
text-shadow: none;
line-height: 15px;
font-size: 15px; }
#sale-alert .close:focus {
outline: 0; }
#sale-alert h1 {
color: white;
font-size: 15px;
margin: 0;
line-height: 1.5; }
#sale-alert h1:first-of-type {
padding: 5px 10px 0; }
#sale-alert h1:last-of-type {
padding: 0 10px 5px; }
#sale-alert h1 a {
color: white; }
body {
display: table; }
a:not(.btn):not(.list-group-item), .nav > li > a:not(.btn) {
text-decoration: underline; }
a:not(.btn):not(.list-group-item):link, a:not(.btn):not(.list-group-item):visited, a:not(.btn):not(.list-group-item):hover, a:not(.btn):not(.list-group-item):focus, .nav > li > a:not(.btn):link, .nav > li > a:not(.btn):visited, .nav > li > a:not(.btn):hover, .nav > li > a:not(.btn):focus {
text-decoration: underline; }
.container-fluid,
.container,
.row,
.row > div:not([class*="offset"]),
.navbar-nav,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin: 0;
padding: 0; }
.modal-dialog {
z-index: 1050; }
textarea {
resize: vertical;
max-height: 300px; }
.oc-navbar {
height: 76px;
margin: 0;
padding: 0;
background: #7C4734;
border: 0;
border-radius: 0; }
.oc-navbar li {
background: #7C4734; }
.oc-navbar li:hover, .oc-navbar li:focus {
outline: 0;
background: #A6C550; }
.oc-navbar li:last-of-type:hover, .oc-navbar li:last-of-type:focus {
outline: 0;
background: #7C4734; }
.oc-navbar li.active a {
background-color: #A6C550 !important; }
.oc-navbar .navbar-brand {
margin: 0;
padding: 0;
position: relative;
z-index: 3; }
.oc-navbar .navbar-brand:hover, .oc-navbar .navbar-brand:focus {
background: #A6C550; }
.oc-logo {
width: 100%;
padding: 19px 5px; }
@media (min-width: 850px) {
.oc-logo {
padding: 19px 10px; } }
.oc-logo:hover, .oc-logo:focus {
outline: 0;
background: #A6C550; }
.oc-a {
height: 76px; }
.oc-a:hover, .oc-a:focus {
outline: 0;
background: #A6C550; }
#oc-main-nav {
border: 0;
position: relative;
z-index: 2; }
#oc-main-nav a {
color: #FFF;
font-size: 14px;
font-weight: 700;
padding: 10px;
text-align: center; }
#oc-main-nav a:hover, #oc-main-nav a:focus {
outline: 0;
background: #A6C550; }
@media (min-width: 768px) {
#oc-main-nav a {
padding: 18px 10px;
font-size: 12px;
font-weight: 400; } }
@media (min-width: 992px) {
#oc-main-nav a {
padding: 18px 15px;
font-size: 14px;
font-weight: 700; } }
#oc-main-nav br {
display: none; }
@media (min-width: 768px) {
#oc-main-nav br {
display: inline; } }
#oc-main-nav li {
border-top: 1px dashed #FFF;
border-left: 0; }
@media (min-width: 768px) {
#oc-main-nav li {
border-top: 0;
border-left: 1px dashed #FFF; } }
#oc-main-nav li:last-of-type {
border-bottom: 1px dashed #FFF;
border-right: 0; }
@media (min-width: 768px) {
#oc-main-nav li:last-of-type {
border-bottom: 0;
border-right: 1px dashed #FFF; } }
#oc-main-nav .oc-lang {
padding: 10px;
text-align: center; }
@media (min-width: 768px) {
#oc-main-nav .oc-lang {
padding: 0 10px; } }
@media (min-width: 992px) {
#oc-main-nav .oc-lang {
padding: 0 15px; } }
#oc-main-nav .oc-lang > span {
display: inline-block;
color: #FFF;
font-size: 14px;
font-weight: 700;
padding: 0; }
@media (min-width: 768px) {
#oc-main-nav .oc-lang > span {
padding: 18px 0 0;
font-size: 12px;
font-weight: 400; } }
@media (min-width: 992px) {
#oc-main-nav .oc-lang > span {
padding: 18px 15px 0;
font-size: 14px;
font-weight: 700; } }
#oc-main-nav .oc-lang select {
height: 25px;
border-radius: 3px;
margin: 0; }
@media (min-width: 768px) {
#oc-main-nav .oc-lang select {
margin: 2px 0 13px; } }
@media (min-width: 992px) {
#oc-main-nav .oc-lang select {
margin: 2px 0 11px; } }
.navbar-default .navbar-toggle.oc-collapsed-button {
border: 0;
color: #FFF;
top: 9px;
padding: 15px; }
.navbar-default .navbar-toggle.oc-collapsed-button:hover, .navbar-default .navbar-toggle.oc-collapsed-button:focus {
background-color: #A6C550; }
.navbar-default .navbar-toggle.oc-collapsed-button span {
background: #FFF;
width: 28px;
height: 4px;
border-radius: 0; }
.oc-contact {
background: #1D1D1D;
padding: 2px 10px; }
.oc-contact .oc-div-i {
float: left;
font-size: 26px;
color: #FFF;
text-align: center;
width: 35px; }
@media (min-width: 992px) {
.oc-contact .oc-div-i {
position: absolute;
top: 2px;
text-align: left; } }
.oc-contact .oc-info {
color: #FFF;
display: inline-block;
padding: 5px 10px;
width: calc(100% - 35px); }
@media (min-width: 992px) {
.oc-contact .oc-info {
width: 100%; } }
.oc-contact .oc-phone {
position: relative; }
@media (min-width: 992px) {
.oc-contact .oc-phone {
float: left;
margin: 0 3% 0 0; } }
@media (min-width: 992px) {
.oc-contact .oc-phone .oc-info {
padding: 0 0 0 35px; } }
.oc-contact .oc-phone .oc-info a {
color: #FFF; }
.oc-contact .oc-location {
position: relative;
padding: 0 0 15px 0; }
@media (min-width: 992px) {
.oc-contact .oc-location {
float: left;
padding: 0;
margin: 0 1% 0 0; } }
@media (min-width: 1200px) {
.oc-contact .oc-location {
float: left;
margin: 0 4% 0 0; } }
@media (min-width: 992px) {
.oc-contact .oc-location .oc-info {
padding: 9px 0 0 35px; } }
.oc-contact .oc-location .oc-info a {
color: #FFF; }
.oc-contact .oc-cart {
position: relative; }
@media (min-width: 992px) {
.oc-contact .oc-cart {
float: left; } }
@media (min-width: 992px) {
.oc-contact .oc-cart .oc-info {
padding: 9px 0 0 35px; } }
.oc-contact .oc-cart .oc-info a {
color: #FFF; }
.oc-breadcrumbs {
margin: 0;
padding: 10px;
background: #7C4734; }
.oc-breadcrumbs h1 {
padding: 0;
margin: 0;
color: #FFF;
font-weight: 700;
font-size: 14px; }
@media (min-width: 768px) {
.oc-breadcrumbs h1 {
font-size: 16px; } }
@media (min-width: 992px) {
.oc-breadcrumbs h1 {
font-size: 18px; } }
.oc-breadcrumbs h1 a {
color: #FFF; }
.oc-content {
display: table-row;
height: 100%;
background: #FFF; }
.oc-content .oc-margin {
margin: 10px 0 0 0; }
.oc-content .default-p, .oc-content .oc-brand-view-description p {
text-indent: 20px;
font-size: 15px;
text-align: justify; }
.oc-content .pull-right {
position: relative; }
.oc-content .pull-right .oc-details {
font-size: 25px;
padding: 3px 7px 0px; }
.oc-content .pull-right .oc-hint {
position: absolute;
right: 100%;
top: 8px;
margin: 0 5px 0 0;
white-space: nowrap;
color: #FFF;
display: none; }
.oc-content .pull-right .oc-hint > div {
display: inline;
position: relative;
padding: 1px 5px 2px;
border-radius: 8px;
background: #1D1D1D;
float: left; }
.oc-content .pull-right .oc-hint > div:after {
content: "";
display: inline-block;
position: absolute;
top: 7px;
right: -5px;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-left: 5px solid #1D1D1D;
border-bottom: 5px solid transparent; }
.oc-content .pull-right:hover .oc-hint {
display: inline; }
.oc-content ol {
padding: 0 0 0 40px; }
.oc-content ol li {
margin: 0 0 10px 0; }
.oc-ware-div {
margin: 5px 10px 25px; }
.oc-ware-div h3 {
color: #494949;
margin: 0 0 20px 0; }
.oc-ware-div .oc-order-status {
padding: 5px; }
.oc-ware-div .oc-order-status-icon {
padding: 5px;
margin: 10px 0; }
.oc-ware {
display: inline-block;
margin: 0 5px 5px 0; }
.oc-ware:hover {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 156, 75, 0.6); }
.oc-ware:hover a {
border: 1px solid #aeb565; }
.oc-ware:hover .oc-separator {
background: #aeb565; }
.oc-ware a {
display: block;
background: #FFF;
width: 180px;
height: 208px;
border: 1px solid #D2D6AA;
position: relative;
text-decoration: none !important; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a {
width: 130px;
height: 150px; } }
.oc-ware a.oc-brand {
height: 155px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a.oc-brand {
height: 112px; } }
.oc-ware a .oc-tag {
position: absolute;
width: 67px;
height: 67px;
top: -5px;
left: 117px;
overflow: hidden;
z-index: 1; }
.oc-ware a .oc-tag span {
display: inline-block;
position: absolute;
top: 16px;
width: 80px;
color: #FFF;
font-size: 13px;
font-weight: 400;
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
-moz-transform: rotate(45deg) translate3d(0, 0, 0);
-ms-transform: rotate(45deg) translate3d(0, 0, 0);
-o-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0); }
.oc-ware a .oc-tag.oc-new {
background-image: url("../imgs/tag_new.png"); }
.oc-ware a .oc-tag.oc-hit {
background-image: url("../imgs/tag_hit.png"); }
.oc-ware a .oc-tag.oc-hit span {
left: 1px;
top: 18px;
font-size: 11px; }
.oc-ware a .oc-tag.oc-sale {
background-image: url("../imgs/tag_sale.png"); }
.oc-ware a .oc-tag.oc-sale span {
left: 1px;
top: 18px;
font-size: 11px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-tag {
left: 67px; } }
.oc-ware a .oc-ware-photo {
display: table-cell;
width: 178px;
height: 150px;
text-align: center;
vertical-align: middle; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-ware-photo {
width: 128px;
height: 108px; } }
.oc-ware a .oc-ware-photo img {
max-width: 165px;
max-height: 130px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-ware-photo img {
max-width: 119px;
max-height: 94px; } }
.oc-ware a .oc-separator {
height: 1px;
background: #D2D6AA; }
.oc-ware a .oc-brand-logo {
display: table-cell;
width: 90px;
height: 55px;
text-align: center;
vertical-align: middle; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-brand-logo {
width: 65px;
height: 40px; } }
.oc-ware a .oc-brand-logo img {
max-width: 62px;
max-height: 38px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-brand-logo img {
max-width: 45px;
max-height: 27px; } }
.oc-ware a .oc-price {
display: table-cell;
width: 85px;
text-align: right;
vertical-align: middle;
font-weight: 700; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-price {
width: 61px; } }
.oc-ware a .oc-price span:nth-of-type(1) {
color: #255B5B;
font-size: 20px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-price span:nth-of-type(1) {
font-size: 14px; } }
.oc-ware a .oc-price span:nth-of-type(2) {
color: #777;
font-size: 12px; }
@media (min-width: 300px) and (max-width: 415px) {
.oc-ware a .oc-price span:nth-of-type(2) {
font-size: 10px; } }
.oc-ware-product > a {
position: relative;
display: block;
border: 1px solid #D2D6AA;
height: 300px;
margin-bottom: 10px; }
.oc-ware-product > a:hover {
border: 1px solid #aeb565;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 156, 75, 0.6); }
.oc-ware-product > a .oc-tag {
position: absolute;
width: 67px;
height: 67px;
top: -5px;
left: 117px;
overflow: hidden;
z-index: 1; }
.oc-ware-product > a .oc-tag span {
display: inline-block;
position: absolute;
top: 16px;
width: 80px;
color: #FFF;
font-size: 13px;
font-weight: 400;
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
-moz-transform: rotate(45deg) translate3d(0, 0, 0);
-ms-transform: rotate(45deg) translate3d(0, 0, 0);
-o-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0); }
.oc-ware-product > a .oc-tag.oc-new {
background-image: url("../imgs/tag_new.png"); }
.oc-ware-product > a .oc-tag.oc-hit {
background-image: url("../imgs/tag_hit.png"); }
.oc-ware-product > a .oc-tag.oc-hit span {
left: 1px;
top: 18px;
font-size: 11px; }
.oc-ware-product > a .oc-tag.oc-sale {
background-image: url("../imgs/tag_sale.png"); }
.oc-ware-product > a .oc-tag.oc-sale span {
left: 1px;
top: 18px;
font-size: 11px; }
.oc-ware-product > a .oc-tag {
left: auto;
right: -6px; }
.oc-ware-product .oc-ware-photo {
position: relative;
width: 100%;
height: 100%; }
.oc-ware-product .oc-ware-photo img {
max-width: 100%;
padding: 10px;
max-height: 280px;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto; }
.oc-ware-product ul {
list-style-type: none;
margin: 10px 0; }
.oc-ware-product ul li {
display: inline-block;
width: 19%;
height: 60px;
position: relative;
border: 1px solid #D2D6AA;
margin: 0 -1px 0 0; }
.oc-ware-product ul li:hover {
cursor: pointer;
border: 1px solid #aeb565;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(148, 156, 75, 0.6); }
.oc-ware-product ul li.oc-selected {
opacity: 0.5;
border: 1px solid #D2D6AA; }
.oc-ware-product ul li.oc-selected:hover {
cursor: default;
border: 1px solid #D2D6AA;
box-shadow: none; }
.oc-ware-product ul li > img {
max-height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
padding: 5px; }
@media (min-width: 768px) {
.oc-description {
padding: 0 0 0 20px !important; } }
.oc-description > img:nth-of-type(1) {
display: inline-block;
width: 23%;
vertical-align: top; }
@media (min-width: 500px) {
.oc-description > img:nth-of-type(1) {
width: 15%; } }
@media (min-width: 768px) {
.oc-description > img:nth-of-type(1) {
width: 23%; } }
.oc-description > h4:nth-of-type(1) {
display: inline-block;
margin: 0 0 0 10px;
width: 70%; }
@media (min-width: 500px) {
.oc-description > h4:nth-of-type(1) {
width: 80%; } }
@media (min-width: 768px) {
.oc-description > h4:nth-of-type(1) {
width: 70%; } }
.oc-description .oc-price {
font-weight: 700; }
.oc-description .oc-price > h3 {
margin: 10px 0; }
.oc-description .oc-price span {
color: #F00E0E; }
.oc-description .oc-price span.oc-old {
color: #777;
text-decoration: line-through; }
.oc-description p {
text-indent: initial;
text-align: initial;
margin: 0 0 5px;
font-size: 14px; }
.oc-description a {
font-weight: 700;
font-size: 16px; }
#sidebar .row > div {
padding: 0 5px 0 0; }
#sidebar .oc-details {
color: #494949;
font-size: 18px;
font-weight: 700;
margin: 0 0 20px 0; }
@media (min-width: 768px) {
#sidebar .oc-details {
font-size: 13px; } }
@media (min-width: 900px) {
#sidebar .oc-details {
font-size: 15px; } }
@media (min-width: 1000px) {
#sidebar .oc-details {
font-size: 18px; } }
@media (min-width: 1290px) {
#sidebar .oc-details {
font-size: 22px; } }
#sidebar .oc-details-grid {
width: 100%;
float: left; }
@media (min-width: 480px) {
#sidebar .oc-details-grid {
width: 50%; } }
@media (min-width: 768px) {
#sidebar .oc-details-grid {
width: 100%; } }
@media (min-width: 1200px) {
#sidebar .oc-details-grid {
width: 50%; } }
#sidebar .oc-cat-div {
margin: 0 0 20px 0; }
#sidebar .oc-cat-div input, #sidebar .oc-cat-div label, #sidebar .oc-cat-div span {
margin: 0;
padding: 0; }
#sidebar .oc-cat-div.oc-color-wrapper .form-group > div > label, #sidebar .oc-cat-div.oc-size-wrapper .form-group > div > label {
display: inline-block; }
#sidebar .oc-cat-div .form-group > div > label {
display: block; }
#sidebar .oc-cat-div .form-group .oc-details-label {
padding-left: 6px; }
#sidebar .oc-cat-div b span {
font-weight: 700; }
#sidebar .oc-cat-div span {
color: #1D1D1D;
font-size: 14px;
font-weight: 400; }
#sidebar .oc-cat-div input[type="checkbox"] {
display: none; }
#sidebar .oc-cat-div input[type="checkbox"] + label {
font-family: "Glyphicons Halflings";
font-size: 18px;
color: #8FA136;
display: inline-block;
padding: 0;
cursor: pointer; }
#sidebar .oc-cat-div input[type="checkbox"] + label:before {
content: "\e157"; }
#sidebar .oc-cat-div input[type="checkbox"] + label + label {
color: #1D1D1D;
font-size: 14px;
font-weight: 400; }
#sidebar .oc-cat-div input[type="checkbox"]:checked + label:before {
content: "\e067"; }
#sidebar .oc-cat-div input[type="checkbox"][disabled] ~ label {
opacity: 0.5;
cursor: default; }
#sidebar .oc-cat-div .oc-color, #sidebar .oc-cat-div.oc-color-wrapper {
display: inline-block;
margin: 0 0 4px 0; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"], #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"] {
display: none; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"] + label, #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"] + label {
font-family: "Glyphicons Halflings";
font-size: 14px;
text-align: center;
width: 22px;
height: 22px;
border-radius: 5px;
display: inline-block;
padding: 0;
margin: 2px 0; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"] + label:before, #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"] + label:before {
content: "\e013";
color: transparent;
text-shadow: none; }
#sidebar .oc-cat-div .oc-color input[type="checkbox"]:checked + label:before, #sidebar .oc-cat-div.oc-color-wrapper input[type="checkbox"]:checked + label:before {
content: "\e013";
color: #333;
text-shadow: 0px 0px 0px white, -1px -1px 2px rgba(255, 255, 255, 0.75), 1px -1px 2px rgba(255, 255, 255, 0.75), -1px 1px 2px rgba(255, 255, 255, 0.75), 1px 1px 2px rgba(255, 255, 255, 0.75); }
#sidebar .oc-cat-div .oc-size, #sidebar .oc-cat-div.oc-size-wrapper {
display: inline-block;
margin: 0 0 4px 0; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"], #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"] {
display: none; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"] + label, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"] + label {
font-family: Tahoma, "Trebuchet MS", Verdana, "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
font-weight: 400;
color: #FFF;
font-size: 11px;
word-spacing: -3px;
text-align: center;
min-width: 58px;
background: #8FA136;
border-radius: 2px;
display: inline-block;
padding: 6px 0;
margin: 2px 0; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"] + label:before, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"] + label:before {
content: ""; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"]:checked + label, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"]:checked + label {
background: #3d551c; }
#sidebar .oc-cat-div .oc-size input[type="checkbox"]:checked + label:before, #sidebar .oc-cat-div.oc-size-wrapper input[type="checkbox"]:checked + label:before {
content: ""; }
#sidebar .oc-cat-div .oc-details-label {
position: relative;
top: -4px;
left: -3px;
padding: 0 0 0 2px;
cursor: pointer; }
#sidebar .oc-cat-div .oc-details-label.oc-flag:after {
content: "";
display: inline-block;
position: relative;
top: 3px;
left: 3px;
width: 16px;
height: 16px; }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-at:after {
background: url("../imgs/flags/at.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-ch:after {
background: url("../imgs/flags/ch.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-de:after {
background: url("../imgs/flags/de.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-fi:after {
background: url("../imgs/flags/fi.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-fr:after {
background: url("../imgs/flags/fr.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-il:after {
background: url("../imgs/flags/il.png"); }
#sidebar .oc-cat-div .oc-details-label.oc-flag.oc-uk:after {
background: url("../imgs/flags/uk.png"); }
#sidebar .oc-title {
color: #636363;
font-size: 16px;
font-weight: 700;
margin: 0 0 10px 0; }
div[data-style="accordion"] .panel-heading {
padding: 0; }
div[data-style="accordion"] .panel-heading .panel-title > a {
padding: 10px 15px 10px 35px;
display: block;
position: relative; }
div[data-style="accordion"] .panel-heading .panel-title > a:before {
font-family: "Glyphicons Halflings";
position: absolute;
left: 10px; }
div[data-style="accordion"] .panel-heading .panel-title > a:not(.collapsed):before {
content: "\e259";
top: 12px; }
div[data-style="accordion"] .panel-heading .panel-title > a.collapsed:before {
content: "\e258";
top: 10px; }
.oc-required {
margin: 0 0 0 3px;
color: #F00; }
#oc-map-canvas {
width: 100%;
height: 300px;
margin: 15px 0;
box-shadow: 0 0 5px rgba(45, 45, 45, 0.5);
position: relative;
border-radius: 5px;
overflow: hidden; }
@media (min-width: 768px) {
#oc-map-canvas {
height: 400px; } }
@media (min-width: 1600px) {
#oc-map-canvas {
height: 500px; } }
#oc-map-canvas > iframe {
width: 100%;
height: 100%;
/*this class is adding automatically in gmaps-scroll.js*/ }
#oc-map-canvas > iframe.oc-scrolloff {
pointer-events: none; }
.oc-order-preview {
margin: 0 0 30px; }
.oc-order-preview > .row > div {
display: inline-block;
padding: 5px;
float: left; }
.oc-order-preview > .row > div:nth-of-type(1) {
width: 25%; }
@media (min-width: 480px) {
.oc-order-preview > .row > div:nth-of-type(1) {
width: 40%; } }
.oc-order-preview > .row > div:nth-of-type(2) {
width: 40%;
text-align: right; }
@media (min-width: 480px) {
.oc-order-preview > .row > div:nth-of-type(2) {
width: 25%; } }
.oc-order-preview > .row > div:nth-of-type(3) {
width: 25%;
text-align: right; }
.oc-order-preview > .row > div:nth-of-type(4) {
width: 10%;
text-align: center; }
.oc-order-preview > .row > div.oc-total {
width: 100%;
text-align: right; }
@media (min-width: 480px) {
.oc-order-preview > .row > div .oc-thumbnail {
width: 40%;
float: left;
display: inline-block; } }
.oc-order-preview > .row > div .oc-thumbnail img {
max-width: 125px;
max-height: 100px; }
.oc-order-preview > .row > div .oc-explanation {
padding: 10px 0 0; }
@media (min-width: 480px) {
.oc-order-preview > .row > div .oc-explanation {
width: 60%;
padding: 0 0 0 10px;
display: inline-block; } }
.oc-order-preview > .row.oc-preview {
padding: 10px 0;
font-size: 12px;
border-bottom: 1px dashed #CCC; }
@media (min-width: 480px) {
.oc-order-preview > .row.oc-preview {
font-size: 14px; } }
.oc-order-preview > .row.oc-preview:nth-last-of-type(2) {
border: 0; }
.oc-order-preview .oc-titlebar {
background: #8FA136;
color: #FFF;
font-weight: 700;
border-radius: 4px; }
.oc-order-preview select {
display: inline-block;
width: auto;
padding: 0;
font-size: 12px; }
@media (min-width: 480px) {
.oc-order-preview select {
font-size: 14px; } }
.oc-order-preview button {
outline: 0;
border: 0;
background: transparent;
color: #A94442;
font: bold 30px Arial, Helvetica, sans-serif; }
footer {
display: table-row; }
footer a,
footer .oc-copyright {
color: #687415;
font-weight: 700;
font-size: 14px; }
@media (min-width: 768px) {
footer a,
footer .oc-copyright {
font-size: 16px; } }
@media (min-width: 992px) {
footer a,
footer .oc-copyright {
font-size: 18px; } }
footer a:hover, footer a:focus, footer .active {
color: #8f9f1d; }
.oc-footer-one {
border-top: 2px solid #687415;
border-bottom: 2px solid #687415;
background: #E3EAC0;
padding: 20px;
line-height: 40px; }
.oc-footer-one #subscribe-form label {
font-weight: 400; }
.oc-footer-one #subscribe-form input {
padding: 6px 55px 6px 12px; }
.oc-footer-one #subscribe-form p.help-block {
line-height: normal; }
.oc-footer-one #subscribe-form button[type="submit"] {
position: absolute;
right: 16px;
top: 46px;
border: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@media (min-width: 768px) {
.oc-footer-one #subscribe-form button[type="submit"] {
right: 15px; } }
.oc-footer-two {
background-image: url(../imgs/footerbg.gif);
background-color: #D2D7C3;
padding: 20px; }
.oc-footer-two .oc-counter {
margin: 20px 0; }
.oc-footer-two .oc-robo {
color: #777;
font-size: 12px;
line-height: 1.1;
text-align: justify;
margin: 0 -20px; }
.oc-footer-two .oc-robo h1 {
font-size: 15px; }
#oc-confirmation {
padding: 0 !important;
/*prevent padding-right when modal window is opened*/ }
#oc-confirmation .modal-header {
background-color: #C9302C;
color: #FFF;
border-radius: 4px 4px 0 0; }
.oc-brand-view-logo {
margin: 0 10px 10px 20px; }
@media (min-width: 768px) {
.oc-brand-view-logo {
display: inline-block; } }
.oc-brand-view-title {
margin-left: 20px !important; }
@media (min-width: 768px) {
.oc-brand-view-title {
margin-left: 0;
display: inline-block; } }
.oc-brand-view-description-wrapper.collapse:not(.in) {
height: 50px !important;
display: block !important;
overflow-y: hidden;
position: relative; }
.oc-brand-view-description-wrapper.collapse:not(.in) .oc-description-gradient {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: transparent;
background: -moz-linear-gradient(top, transparent 40%, #FFF 100%);
background: -o-linear-gradient(top, transparent 40%, #FFF 100%);
background: -ms-linear-gradient(top, transparent 40%, #FFF 100%);
background: -webkit-linear-gradient(top, transparent 40%, #FFF 100%);
background: linear-gradient(to bottom, transparent 40%, #FFF 100%); }
.oc-brand-view-description-wrapper.collapse.in + a:after {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9; }
.oc-brand-view-description-wrapper + a {
display: inline-block;
text-indent: 20px;
margin-bottom: 20px; }
.oc-brand-view-description-wrapper + a:after {
content: "";
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; }
#admin-ware-form #ware-sizes label {
margin-right: 10px; }
/*# sourceMappingURL=custom.css.map */ | 0.287468 | 0.068881 |
h1 {
text-align: center;
text-transform: uppercase;
color: #006400;
letter-spacing: 3px;
font-size:50px;
text-shadow: 2px 4px black;
border-bottom-style: groove;
border-bottom-color: #006400;
border-bottom-width: 7px;
margin-top:20px;
}
p{
font-family: "Verdana";
font-size:20px;
letter-spacing: 1px;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
background-color:#194d30;
color:white;
height: 55px;
font-size:18px;
letter-spacing: 1px;
}
.navbar-inverse .navbar-brand {
font-size:17px;
color:white;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
color: black;
background-color: #b8dc6f;
border-bottom-color: black;
border-bottom-style: solid;
border-width: 2px;
font-weight:bold;
}
.active{
background-color:#66cc92;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}
/* Set background color and 100% height */
.sidenav {
padding-top: 20px;
background-color: #b8dc6f;
height: 200%;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {height:auto;}
}
.container-fluid{
top: 20%;
box-sizing: border-box;
align-items: center;
justify-content: center;
}
.col-sm-8{
align-items: center;
justify-content: center;
vertical-align: baseline;
text-align: center;
padding:30px 50px;
height: 200%;
}
.card{
margin-top:20px;
background-color: white;
padding: 30px 90px;
align-items: center;
justify-content: center;
box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.2);
}
.card-header{
text-align:left;
font-family: "Verdana";
font-size:20px;}
.card-body{
text-align:left;
font-family: "Verdana";
font-size:18px;
letter-spacing: 1px;
} | tempdir/static/info_style.css | h1 {
text-align: center;
text-transform: uppercase;
color: #006400;
letter-spacing: 3px;
font-size:50px;
text-shadow: 2px 4px black;
border-bottom-style: groove;
border-bottom-color: #006400;
border-bottom-width: 7px;
margin-top:20px;
}
p{
font-family: "Verdana";
font-size:20px;
letter-spacing: 1px;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
background-color:#194d30;
color:white;
height: 55px;
font-size:18px;
letter-spacing: 1px;
}
.navbar-inverse .navbar-brand {
font-size:17px;
color:white;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
color: black;
background-color: #b8dc6f;
border-bottom-color: black;
border-bottom-style: solid;
border-width: 2px;
font-weight:bold;
}
.active{
background-color:#66cc92;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}
/* Set background color and 100% height */
.sidenav {
padding-top: 20px;
background-color: #b8dc6f;
height: 200%;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {height:auto;}
}
.container-fluid{
top: 20%;
box-sizing: border-box;
align-items: center;
justify-content: center;
}
.col-sm-8{
align-items: center;
justify-content: center;
vertical-align: baseline;
text-align: center;
padding:30px 50px;
height: 200%;
}
.card{
margin-top:20px;
background-color: white;
padding: 30px 90px;
align-items: center;
justify-content: center;
box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.2);
}
.card-header{
text-align:left;
font-family: "Verdana";
font-size:20px;}
.card-body{
text-align:left;
font-family: "Verdana";
font-size:18px;
letter-spacing: 1px;
} | 0.413951 | 0.105995 |
@charset "utf-8";
/* CSS Document */
/* Patient Info Insurance Page Css Start */
.input-group-addon{ padding:6px;}
.insurcase{ background-color:#2e4b76; padding:5px;}
.inshead{ border-bottom:1px solid rgba(255,255,255,0.20); padding-bottom:10px ; margin-bottom:10px;}
.inshead h2{ padding:8px 0px 8px 44px; margin:0px; font-size:22px; color:#fff; position:relative}
.inshead h2 figure{ position:absolute; left:0px; top:0px; }
.insurcase label { font-size:14px; color:#fff; text-transform:uppercase; font-weight:normal; font-family:robotobold}
.insurcase label.input-group-addon { color: #555 !important; }
.insurcase .form-group{ margin-bottom:5px;}
.accordion dt { position:relative}
.accordion dt .actnbar{ padding:2px; margin-bottom:5px; text-align: right; position:absolute; top:0px; right:35px;}
.accordion dt .actnbar ul{ padding:0px; margin:0px; list-style:none;}
.accordion dt .actnbar > ul > li{ padding:0px; margin:0px; list-style:none; display:inline-block; vertical-align:middle}
.accordion dt { border:1px solid #d4d4d4; border-bottom:0px}
.accordion dd { background-color: #fff; font-size: 1em; margin-bottom:15px; border:1px solid #d4d4d4; border-top:0px; }
/* line-height: 1.5em; */
.accordion p { padding: 1em 2em 1em 2em; }
.accordion { position: relative; }
.accordion-box { }
.accordionTitle { background-color: #fff; text-align: left; padding: 9px 12px 9px 65px; display: block; text-decoration: none; color: #737373;
-webkit-transition: background-color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
border-bottom: 1px solid #d4d4d4; position:relative; font-size:18px; font-weight:normal
}
.accordionTitle:before{ position:absolute; content:url(../images/acrd_lft.png); top:0px; left:0px; width:60px; height:49px;}
.accordionTitle:after { content: "+"; font-size: 1.5em; line-height: 22px; float: right;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover { background-color: #d3d3d3; color:#000000; text-decoration:none }
.accordionTitle:hover:before{ position:absolute; content:url(../images/acrd_lfth.png); top:0px; left:0px; width:60px; height:49px;}
.accordionTitleActive,
.accordionTitle.is-expanded { color:#000000; }
.accordionTitle.is-expanded:before { position:absolute; content:url(../images/acrd_lfth.png); top:0px; left:0px; width:60px; height:49px; }
.accordionTitleActive:after,
.accordionTitle.is-expanded:after {
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
transform: rotate(-225deg);
}
.accordionItem {
height: auto;
overflow: hidden;
/*max-height: 50em;*/
-webkit-transition: max-height 1s;
transition: max-height 1s;
}
.accordionItemCollapsed, .accordionItem.is-collapsed { max-height: 0; }
.realtime_icon,.realtime_icon_disabled{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:0 0; display:block; height:41px; padding:0px 21px;}
.realtime_icon:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:0 -41px;}
.preautho{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-42px 0; display:block; height:40px; padding:0px 20px; }
.preautho:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-42px -41px;}
.opencase{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-84px 0; display:block; height:40px; padding:0px 20px; }
.opencase:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-84px -41px;}
.pcopy{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-126px 0; display:block; height:40px; padding:0px 20px; }
.pcopy:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-126px -41px;}
.irearrenge{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-168px 0; display:block; height:40px; padding:0px 20px; }
.irearrenge:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-168px -41px;}
.iscani{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-210px 0; display:block; height:40px; padding:0px 20px; }
.iscani:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-210px -41px;}
.insuvalid .selectpicker{ border-radius:0px; width:180px; margin:0px 4px; }
.inscasesect{ padding:10px; }
.inscasesect > div > .col-sm-4 > div{ border:1px solid #d4d4d4; min-height:372px;}
.insurancehd{ min-height:33px}
.insurancehd .checkbox{margin:0px}
/*.insurancehd2{ border-bottom:2px solid #ff6b6b; padding:13px 15px 17px 8px; margin-bottom:5px;}
.insurancehd3{ border-bottom:2px solid #6e6eff; padding:14px 15px 16px 8px; margin-bottom:5px;}
.insurancehd span{ position:absolute; right:14px; top:14px;}*/
.inscasesect h2{ font-size:16px; padding:0px; margin:0px; font-family:robotobold; text-transform:uppercase}
.insurancehd h2{ line-height:31px}
.inscasesect label{ font-weight:normal}
.inscasesect .form-group{ margin-bottom:4px;}
.plr10{ padding:0px 18px; }
.plr5{ padding:0px 5px; }
.inscasesect textarea.form-control{ max-height:60px; height:40px;}
#tool_tip_div{ z-index:3; background-color:#FFCC66; position:absolute; border:1 solid blue; display:none; }
.adminbox{ border:1px solid #e1e1e1; padding:0px 10px 10px 10px; min-height:235px; margin-bottom:10px;}
.adminbox .headinghd{ border-bottom:2px solid #ff6b6b; padding:0px; margin:0px 0px 10px 0px; display:inline-block; float:left; width:100% }
.adminbox .headinghd h4{ text-transform:uppercase; font-size:16px; font-family: 'robotobold'; }
.adminbox label{ margin:4px 0px 0px 0px!important; font-size:14px!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adminbox h3{ font-size:14px; color:#6c6c6c; margin:0px 0px 10px 0px; padding:0px; text-transform:uppercase; font-weight:bold }
.adminbox .input-group-addon {padding: 0px 7px !important;}
.adminbox .tblBg { clear:both }
.margin-top-5 { margin-top:5px !important}
.margin-top-10 { margin-top:10px !important}
.margin-top-20 { margin-top:20px !important}
.sub-heading { font-weight:500; font-family:robotobold; font-size:14px;}
.icon-add-more { background: url(../images/add_but.png) no-repeat left; background-size: contain; margin-right:10px; cursor:pointer; width:30px; height:35px; display:inline-block; }
#exp_reff_opts{ position:fixed; bottom:0; background-color:white; z-index:999; width:100%; border-top:solid 1px #DDD;}
/* Patient Info Insurance Page Css End */
/********rte CSS****/
.er_icon{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; display:block; height:41px; padding:0px 21px; background-position: -250px 0px!important;}
.er_icon.active{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-250px -41px!important;}
/********RTE CSS END***/
@media (min-width: 1800px) and (max-width: 2400px) {
.insurancepanel .col-sm-10{width:82.33%!important}
}
@media (min-width: 1400px) and (max-width: 1780px) {
.insurancepanel .col-sm-10{width:82.33%!important}
} | imwemr/library/css/insurance.css | @charset "utf-8";
/* CSS Document */
/* Patient Info Insurance Page Css Start */
.input-group-addon{ padding:6px;}
.insurcase{ background-color:#2e4b76; padding:5px;}
.inshead{ border-bottom:1px solid rgba(255,255,255,0.20); padding-bottom:10px ; margin-bottom:10px;}
.inshead h2{ padding:8px 0px 8px 44px; margin:0px; font-size:22px; color:#fff; position:relative}
.inshead h2 figure{ position:absolute; left:0px; top:0px; }
.insurcase label { font-size:14px; color:#fff; text-transform:uppercase; font-weight:normal; font-family:robotobold}
.insurcase label.input-group-addon { color: #555 !important; }
.insurcase .form-group{ margin-bottom:5px;}
.accordion dt { position:relative}
.accordion dt .actnbar{ padding:2px; margin-bottom:5px; text-align: right; position:absolute; top:0px; right:35px;}
.accordion dt .actnbar ul{ padding:0px; margin:0px; list-style:none;}
.accordion dt .actnbar > ul > li{ padding:0px; margin:0px; list-style:none; display:inline-block; vertical-align:middle}
.accordion dt { border:1px solid #d4d4d4; border-bottom:0px}
.accordion dd { background-color: #fff; font-size: 1em; margin-bottom:15px; border:1px solid #d4d4d4; border-top:0px; }
/* line-height: 1.5em; */
.accordion p { padding: 1em 2em 1em 2em; }
.accordion { position: relative; }
.accordion-box { }
.accordionTitle { background-color: #fff; text-align: left; padding: 9px 12px 9px 65px; display: block; text-decoration: none; color: #737373;
-webkit-transition: background-color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
border-bottom: 1px solid #d4d4d4; position:relative; font-size:18px; font-weight:normal
}
.accordionTitle:before{ position:absolute; content:url(../images/acrd_lft.png); top:0px; left:0px; width:60px; height:49px;}
.accordionTitle:after { content: "+"; font-size: 1.5em; line-height: 22px; float: right;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover { background-color: #d3d3d3; color:#000000; text-decoration:none }
.accordionTitle:hover:before{ position:absolute; content:url(../images/acrd_lfth.png); top:0px; left:0px; width:60px; height:49px;}
.accordionTitleActive,
.accordionTitle.is-expanded { color:#000000; }
.accordionTitle.is-expanded:before { position:absolute; content:url(../images/acrd_lfth.png); top:0px; left:0px; width:60px; height:49px; }
.accordionTitleActive:after,
.accordionTitle.is-expanded:after {
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
transform: rotate(-225deg);
}
.accordionItem {
height: auto;
overflow: hidden;
/*max-height: 50em;*/
-webkit-transition: max-height 1s;
transition: max-height 1s;
}
.accordionItemCollapsed, .accordionItem.is-collapsed { max-height: 0; }
.realtime_icon,.realtime_icon_disabled{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:0 0; display:block; height:41px; padding:0px 21px;}
.realtime_icon:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:0 -41px;}
.preautho{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-42px 0; display:block; height:40px; padding:0px 20px; }
.preautho:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-42px -41px;}
.opencase{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-84px 0; display:block; height:40px; padding:0px 20px; }
.opencase:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-84px -41px;}
.pcopy{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-126px 0; display:block; height:40px; padding:0px 20px; }
.pcopy:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-126px -41px;}
.irearrenge{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-168px 0; display:block; height:40px; padding:0px 20px; }
.irearrenge:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-168px -41px;}
.iscani{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-210px 0; display:block; height:40px; padding:0px 20px; }
.iscani:hover{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-210px -41px;}
.insuvalid .selectpicker{ border-radius:0px; width:180px; margin:0px 4px; }
.inscasesect{ padding:10px; }
.inscasesect > div > .col-sm-4 > div{ border:1px solid #d4d4d4; min-height:372px;}
.insurancehd{ min-height:33px}
.insurancehd .checkbox{margin:0px}
/*.insurancehd2{ border-bottom:2px solid #ff6b6b; padding:13px 15px 17px 8px; margin-bottom:5px;}
.insurancehd3{ border-bottom:2px solid #6e6eff; padding:14px 15px 16px 8px; margin-bottom:5px;}
.insurancehd span{ position:absolute; right:14px; top:14px;}*/
.inscasesect h2{ font-size:16px; padding:0px; margin:0px; font-family:robotobold; text-transform:uppercase}
.insurancehd h2{ line-height:31px}
.inscasesect label{ font-weight:normal}
.inscasesect .form-group{ margin-bottom:4px;}
.plr10{ padding:0px 18px; }
.plr5{ padding:0px 5px; }
.inscasesect textarea.form-control{ max-height:60px; height:40px;}
#tool_tip_div{ z-index:3; background-color:#FFCC66; position:absolute; border:1 solid blue; display:none; }
.adminbox{ border:1px solid #e1e1e1; padding:0px 10px 10px 10px; min-height:235px; margin-bottom:10px;}
.adminbox .headinghd{ border-bottom:2px solid #ff6b6b; padding:0px; margin:0px 0px 10px 0px; display:inline-block; float:left; width:100% }
.adminbox .headinghd h4{ text-transform:uppercase; font-size:16px; font-family: 'robotobold'; }
.adminbox label{ margin:4px 0px 0px 0px!important; font-size:14px!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adminbox h3{ font-size:14px; color:#6c6c6c; margin:0px 0px 10px 0px; padding:0px; text-transform:uppercase; font-weight:bold }
.adminbox .input-group-addon {padding: 0px 7px !important;}
.adminbox .tblBg { clear:both }
.margin-top-5 { margin-top:5px !important}
.margin-top-10 { margin-top:10px !important}
.margin-top-20 { margin-top:20px !important}
.sub-heading { font-weight:500; font-family:robotobold; font-size:14px;}
.icon-add-more { background: url(../images/add_but.png) no-repeat left; background-size: contain; margin-right:10px; cursor:pointer; width:30px; height:35px; display:inline-block; }
#exp_reff_opts{ position:fixed; bottom:0; background-color:white; z-index:999; width:100%; border-top:solid 1px #DDD;}
/* Patient Info Insurance Page Css End */
/********rte CSS****/
.er_icon{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; display:block; height:41px; padding:0px 21px; background-position: -250px 0px!important;}
.er_icon.active{ background-image:url(../images/insuriconflt.png); background-repeat:no-repeat; background-position:-250px -41px!important;}
/********RTE CSS END***/
@media (min-width: 1800px) and (max-width: 2400px) {
.insurancepanel .col-sm-10{width:82.33%!important}
}
@media (min-width: 1400px) and (max-width: 1780px) {
.insurancepanel .col-sm-10{width:82.33%!important}
} | 0.216674 | 0.153581 |
.dt {
text-align: center;
color: #01579B;
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
}
fieldset {
margin: 0 auto;
font-family: sans-serif;
background: #fff;
border-radius: 5px;
padding: 15px;
margin-bottom: 20px;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
max-width: 750px;
}
fieldset legend {
background: #1F497D;
color: #fff;
padding: 5px 10px ;
font-size: 20px;
border-radius: 5px;
box-shadow: 0 0 0 5px #ddd;
}
#upload-file {
display: none;
}
.upload-file {
cursor: pointer;
font-size: 20px;
border: 1px solid #ccc;
padding: 6px 5px;
display: inline-block;
float: left;
margin-right: 5px;
}
.upload-file img {
width: 18px;
}
.warning {
color: red;
font-size: 14px;
margin: 4px !important;
width: 300px;
display: inline-block;
}
.btn.btn-flat {
background: none;
box-shadow: none;
font-weight: bold;
}
.btn.btn-flat:not(.btn-link),
.btn-default.btn-flat:not(.btn-link) {
color: rgba(0, 0, 0, 0.84);
}
button.dtp-btn-cancel:hover,
button.dtp-btn-ok:hover {
background: rgba(0, 0, 0, 0.2);
}
input.checkbox-primary {
position: absolute;
left: 0;
display: none;
}
.label-checkbox-primary {
margin-left: 25px;
cursor: pointer;
font-weight: normal;
}
.label-checkbox-primary.bigger:before {
width: 30px;
height: 30px;
top: -5px;
}
input.checkbox-primary:checked + .label-checkbox-primary.bigger:before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.label-checkbox-primary.bigger:after {
font-size: 20px;
padding-left: 5px;
top: -5px;
}
.label-checkbox-primary:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
input.checkbox-primary:checked + .label-checkbox-primary:before {
background-color: #428bca;
border-color: #428bca;
}
.label-checkbox-primary:after {
display: inline-block;
position: absolute;
left: 0;
padding-left: 3px;
padding-top: 1px;
font-size: 13px;
color: #555555;
}
input.checkbox-primary:checked + .label-checkbox-primary:after {
font-family: 'FontAwesome';
content: "\f00c";
color: #fff;
}
.after-checkbox {
margin-left: 20px;
}
.row {
margin: 0;
position: relative;
}
.radio {
display: inline-block;
padding-right: 20px;
font-size: 15px;
line-height: 49px;
cursor: pointer;
font-weight: normal;
}
.radio:hover .inner {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: .5;
}
.radio input {
width: 1px;
height: 1px;
opacity: 0;
}
.radio input:checked + .outer {
border: 3px solid #009688;
}
.radio input:checked + .outer .inner {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.radio input:focus + .outer .inner {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
background-color: #009688;
}
.radio .outer {
width: 26px;
height: 26px;
display: block;
float: left;
margin: 10px 9px 10px 10px;
border: 3px solid #009688;
border-radius: 50%;
background-color: #fff;
}
.radio .inner {
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
width: 16px;
height: 16px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
display: block;
margin: 2px;
border-radius: 50%;
background-color: #009688;
opacity: 0;
} | asset/css/post-form.css | .dt {
text-align: center;
color: #01579B;
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
}
fieldset {
margin: 0 auto;
font-family: sans-serif;
background: #fff;
border-radius: 5px;
padding: 15px;
margin-bottom: 20px;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
max-width: 750px;
}
fieldset legend {
background: #1F497D;
color: #fff;
padding: 5px 10px ;
font-size: 20px;
border-radius: 5px;
box-shadow: 0 0 0 5px #ddd;
}
#upload-file {
display: none;
}
.upload-file {
cursor: pointer;
font-size: 20px;
border: 1px solid #ccc;
padding: 6px 5px;
display: inline-block;
float: left;
margin-right: 5px;
}
.upload-file img {
width: 18px;
}
.warning {
color: red;
font-size: 14px;
margin: 4px !important;
width: 300px;
display: inline-block;
}
.btn.btn-flat {
background: none;
box-shadow: none;
font-weight: bold;
}
.btn.btn-flat:not(.btn-link),
.btn-default.btn-flat:not(.btn-link) {
color: rgba(0, 0, 0, 0.84);
}
button.dtp-btn-cancel:hover,
button.dtp-btn-ok:hover {
background: rgba(0, 0, 0, 0.2);
}
input.checkbox-primary {
position: absolute;
left: 0;
display: none;
}
.label-checkbox-primary {
margin-left: 25px;
cursor: pointer;
font-weight: normal;
}
.label-checkbox-primary.bigger:before {
width: 30px;
height: 30px;
top: -5px;
}
input.checkbox-primary:checked + .label-checkbox-primary.bigger:before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.label-checkbox-primary.bigger:after {
font-size: 20px;
padding-left: 5px;
top: -5px;
}
.label-checkbox-primary:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
input.checkbox-primary:checked + .label-checkbox-primary:before {
background-color: #428bca;
border-color: #428bca;
}
.label-checkbox-primary:after {
display: inline-block;
position: absolute;
left: 0;
padding-left: 3px;
padding-top: 1px;
font-size: 13px;
color: #555555;
}
input.checkbox-primary:checked + .label-checkbox-primary:after {
font-family: 'FontAwesome';
content: "\f00c";
color: #fff;
}
.after-checkbox {
margin-left: 20px;
}
.row {
margin: 0;
position: relative;
}
.radio {
display: inline-block;
padding-right: 20px;
font-size: 15px;
line-height: 49px;
cursor: pointer;
font-weight: normal;
}
.radio:hover .inner {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: .5;
}
.radio input {
width: 1px;
height: 1px;
opacity: 0;
}
.radio input:checked + .outer {
border: 3px solid #009688;
}
.radio input:checked + .outer .inner {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.radio input:focus + .outer .inner {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
background-color: #009688;
}
.radio .outer {
width: 26px;
height: 26px;
display: block;
float: left;
margin: 10px 9px 10px 10px;
border: 3px solid #009688;
border-radius: 50%;
background-color: #fff;
}
.radio .inner {
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
width: 16px;
height: 16px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
display: block;
margin: 2px;
border-radius: 50%;
background-color: #009688;
opacity: 0;
} | 0.354657 | 0.180576 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');
@import url('https://use.fontawesome.com/releases/v5.14.0/css/all.css');
body {
font-family: 'Poppins', sans-serif;
}
.fas, .fab {
font-size: 1rem;
}
/* Buttons */
/* DEFAULT BUTTONS */
.button-link { /* Simple Button Link */
background: none;
border: none;
outline: none;
font-size: 0.8rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
}
.button-link:hover {
color: #4967ff;
font-weight: 900;
transition: 0.2s;
}
.button-standard { /* Standard Blue Button */
background-color: #4967ff;
box-shadow: 0px 15px 20px -10px #4460EF;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-standard:hover { /* Standard Button Hover Effect */
box-shadow: none;
}
.button-light { /* Light Button */
background-color: #fff;
box-shadow: 0px 5px 15px -5px #ccc;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #000;
transition: 0.2s;
}
.button-light:hover { /* Light Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}
.button-dark { /* Dark Button */
background-color: #303030;
box-shadow: 0px 13px 15px -10px #1f1f1f;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-dark:hover { /* Dark Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-success { /* Success Button */
background-color: #78ec91;
box-shadow: 0px 15px 20px -10px #78ec91;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-success:hover { /* Success Button Hover Effect*/
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-danger { /* Danger Button */
background-color: #FF505B;
box-shadow: 0px 15px 15px -10px #FF505B;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-danger:hover { /* Danger Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-warning { /* Warning Button */
background-color: #FFE2A0;
box-shadow: 0px 15px 20px -10px #FFE2A0;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #303030;
transition: 0.2s;
}
.button-warning:hover { /* Warning Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-icon { /* Icon Button */
border: none;
background-color: #ededed;
padding: 0.6rem 0.9rem;
border-radius: 10rem;
}
.button-icon:hover {
background-color: #ccc;
transition: 0.2s;
}
/* END DEFAULT BUTTONS */
/* OUTLINE BUTTONS */
.button-outline-standard { /* Standard Outline Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #4967ff;
color: #4967ff;
transition: 0.2s;
}
.button-outline-standard:hover { /* Standard Outline Button Hover Effect */
box-shadow: none;
box-shadow: 0px 15px 20px -10px #4460EF;
background-color: #4967ff;
color: #fff;
}
.button-outline-light { /* Light Outline Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #ededed;
color: #000;
transition: 0.2s;
}
.button-outline-light:hover { /* Light Outline Button Hover Effect */
background-color: #fff;
border: 1px solid #fff;
box-shadow: 0px 0px 20px -5px #ccc;
}
.button-outline-dark { /* Dark Outline Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #303030;
color: #303030;
transition: 0.2s;
}
.button-outline-dark:hover { /* Dark Outline Button Hover Effect */
box-shadow: 0px 13px 15px -10px #1f1f1f;
background-color: #303030;
color: #fff;
}
.button-outline-success { /* Success Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #78ec91;
color: #78ec91;
transition: 0.2s;
}
.button-outline-success:hover { /* Success Button Hover Effect*/
box-shadow: 0px 15px 20px -10px #78ec91;
color: #fff;
background-color: #78ec91;
}
.button-outline-danger { /* Danger Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #FF505B;
color: #FF505B;
transition: 0.2s;
}
.button-outline-danger:hover { /* Danger Button Hover Effect */
box-shadow: 0px 15px 15px -10px #FF505B;
background-color: #FF505B;
color: #fff;
}
.button-outline-warning { /* Warning Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #FFE2A0;
color: #e4bf69;
transition: 0.2s;
}
.button-outline-warning:hover { /* Warning Button Hover Effect */
box-shadow: 0px 15px 20px -10px #FFE2A0;
background-color: #FFE2A0;
color: #303030;
}
/* END OUTLINE BUTTONS */
/* SQUARE BUTTONS */
.square {
border-radius: 0rem !important;
}
/* END SQUARE BUTTONS */
/* CIRCLE BUTTONS */
.circle {
border-radius: 10rem;
padding: 1rem 1.2rem 1rem 1.2rem;
}
/* END CIRCLE BUTTONS */
/* GRADIENT BUTTONS */
.button-gradient-standard { /* Standard Blue Button */
background-image: linear-gradient(to right, #5046FF, #5CACFC);
box-shadow: 0px 15px 20px -10px #4460EF;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-standard:hover { /* Standard Button Hover Effect */
box-shadow: none;
}
.button-gradient-light { /* Light Button */
background-image: linear-gradient(to right, #E4E4E4, #F5F6F8);
box-shadow: 0px 5px 15px -5px #ccc;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #000;
transition: 0.2s;
}
.button-gradient-light:hover { /* Light Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}
.button-gradient-dark { /* Dark Button */
background-image: linear-gradient(to right, #2d2c2f, #78797E);
box-shadow: 0px 13px 15px -10px #1f1f1f;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-dark:hover { /* Dark Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-gradient-success { /* Success Button */
background-image: linear-gradient(to right, #27af72, #92E360);
box-shadow: 0px 15px 20px -10px #27af72;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-success:hover { /* Success Button Hover Effect*/
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-gradient-danger { /* Danger Button */
background-image: linear-gradient(to right, #9f2548, #FE6558);
box-shadow: 0px 15px 15px -10px #763257;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-danger:hover { /* Danger Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-gradient-warning { /* Warning Button */
background-image: linear-gradient(to right, #FFA0A0, #FFE2A0);
box-shadow: 0px 15px 20px -10px #FE9875;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-warning:hover { /* Warning Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
/* END GRADIENT BUTTONS */
/* SIZING */
.button-sm { /* Button Small Size */
padding: 0.6rem 0.9rem 0.6rem 0.9rem;
font-size: 0.6rem;
}
.button-md { /* Button Medium Size */
padding: 0.8rem 1rem 0.8rem 1rem;
font-size: 0.7rem;
}
.button-lg { /* Button Large Size */
padding: 1rem 2.1rem 1rem 2.1rem;
font-size: 0.8rem;
}
.button-xlg { /* Button Extra Large Size */
padding: 1.2rem 2.2rem 1.2rem 2.2rem;
font-size: 0.9rem;
font-weight: 900;
}
/* END SIZING */
/* End Buttons */
/* Alerts */
.alerts {
box-shadow: 0px 7px 30px -10px #ccc;
padding: 2.5rem 2rem 1.5rem 2rem;
width: 30rem;
border-radius: 1.1rem;
margin: 1rem;
overflow-wrap: break-word;
position: relative;
font-size: 0.8rem;
opacity: 1;
transition: opacity 0.6s;
font-family: 'Poppins', sans-serif;
}
.alert-standard {
background-color: #fff;
color: #9c9c9c;
}
.alert-blue {
background-color: #b3d1fa;
color: #0c4991;
box-shadow: 0px 10px 10px -10px #7babeb;
}
.alert-black {
background-color: #303030;
color: #fff;
box-shadow: 0px 12px 20px -10px #303030;
}
.alert-green {
background-color: #c5f2df;
color: #095b36;
box-shadow: 0px 10px 30px -15px #44b384;
}
.alert-red {
background-color: #ee948d;
color: #9c3329;
box-shadow: 0px 12px 30px -15px #f9746a;
}
.alert-yellow {
background-color: #FFE2A0;
color: #ba8309;
box-shadow: 0px 10px 20px -10px #e3b44a;
}
.alert-black .fas:hover {
color: #fff !important;
}
.closeButton {
position: absolute;
top: 1.5rem;
right: 2rem;
color: #6666;
font-size: 0.9rem;
transition: 0.2s;
cursor: pointer;
}
.closeButton i {
font-size: 0.9rem !important;
}
.closeButton:hover {
color: #303030;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.alerts {
width: 20rem;
}
.slim-alerts {
width: 20rem !important;
}
}
.alert-title {
margin-bottom: 1rem;
color: #303030;
}
.alert-icon {
float: left;
margin-right: 1rem;
vertical-align: baseline;
margin-top: -0.5rem;
padding: 0.3rem;
}
.alert-icon i {
font-size: 2rem;
}
.slim-alerts i {
font-size: 1.5rem;
}
.slim-alerts {
box-shadow: 0px 7px 30px -10px #ccc;
padding: 1.5rem 2rem 0.5rem 2rem;
width: 30rem;
border-radius: 0.5rem;
margin: 1rem;
overflow-wrap: break-word;
position: relative;
font-size: 0.8rem;
opacity: 1;
transition: opacity 0.6s;
}
.gradient-light {
background-image: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}
.gradient-blue {
background-image: linear-gradient(to right, #5375E6, #61a4fb 100%);
color: #fff;
box-shadow: 0px 10px 20px -10px #719EC2;
}
.gradient-black {
background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
color: #fff;
box-shadow: 0px 12px 20px -10px #303030;
}
.gradient-green {
background-image: linear-gradient(to right, #7bd1bf, #c5f2df);
color: #074d2d;
box-shadow: 0px 10px 30px -15px #c5f2df;
}
.gradient-red {
background-image: linear-gradient(to right, #e9938c, #feb8a1);
color: #9c3329;
box-shadow: 0px 12px 30px -15px #f9746a;
}
.gradient-yellow {
background-image: linear-gradient(to right, #f1daa5, #ffc29f);
color: #ba8309;
box-shadow: 0px 12px 20px -10px #f1daa5;
}
.gradient-blue .person-info {
color: #fff;
}
.gradient-black .person-info {
color: #fff;
}
.gradient-red .person-info {
color: #fff;
}
.gradient-yellow .person-info {
color: #000;
}
.gradient-black .closeButton {
color: #fff;
}
[alert-position='right bottom'] {
bottom: 0;
right: 0;
position: fixed !important;
margin: 2rem;
}
[alert-position='right top'] {
top: 0;
right: 0;
position: fixed !important;
margin: 2rem;
margin-top: 7rem;
}
[alert-position='left bottom'] {
bottom: 0;
left: 0;
position: fixed !important;
margin: 2rem;
}
[alert-position='left top'] {
top: 0;
left: 0;
position: fixed !important;
margin: 2rem;
margin-top: 7rem;
}
/* End Alerts */
/* Inputs */
.standard-input {
font-family: 'Poppins', sans-serif;
font-size: 0.8rem;
border-radius: 10px;
outline: none;
margin: 1rem;
width: 25rem;
border: none;
border-bottom: 1.5px solid transparent;
padding: 1.2rem 1.5rem 1.2rem 1.5rem;
box-shadow: 0px 3px 20px -8px #ccc !important;
transition: 0.2s;
}
.standard-input:focus {
border-bottom: 1.5px solid #387dda;
outline: none;
padding-left: 2rem;
box-shadow: 0px 6px 35px -7px #ccc !important;
}
.round {
border-radius: 1.5rem !important;
}
.inputs-block input{
display: block;
}
.blue-input {
background-color: #b3d1fa;
color: #0c4991;
}
.blue-input:focus {
border-bottom: 1px solid #3d8fff;
background-color: #d0e3fc;
}
.dark-input {
background-color: #303030;
color: #fff;
}
.dark-input:focus {
border-bottom: 1px solid #000;
background-color: #4b4b4b;
}
.green-input {
background-color: #c5f2df;
color: #095b36;
}
.green-input:focus {
border-bottom: 1px solid #17c37b;
background-color: #dcfaed;
}
.red-input {
background-color: #ee948d;
color: #9c3329;
}
.red-input:focus {
border-bottom: 1px solid #ff4c3e;
background-color: #ffb6b0;
}
.yellow-input {
background-color: #FFE2A0;
color: #ba8309;
}
.yellow-input:focus {
border-bottom: 1px solid #ffc43d;
background-color: #fff0d0;
}
.grey-input {
background-color: #eeeded;
}
.grey-input:focus {
border-bottom: 1px solid #b3b0b0;
background-color: #f6f5f5;
}
.input-icon input {
padding-left: 4rem;
}
.input-icon input:focus {
padding-left: 4.5rem;
}
.input-icon i {
position: absolute;
margin: 0.9rem;
background-color: #ecebeb;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 1rem;
font-size: 0.9rem;
}
.border-inputs {
position: relative;
}
.border-input {
height: 3rem;
width: 25rem;
margin-top: 2rem;
border: none;
border-radius: 0px;
border-bottom: 1.5px solid #ccc;
}
.border-inputs input:focus,
.border-inputs input:valid {
border-bottom: 1px solid #387dda;
}
.border-inputs label {
color: #5b5b5b;
font-size: 0.9rem;
font-family: 'Poppins', sans-serif;
position: absolute;
top: 0;
left: 0;
margin-top: 0.5rem;
transition: 0.2s;
}
.border-inputs input:focus ~ label,
.border-inputs input:valid ~ label {
top: -20px;
left: 0;
color: #387dda;
font-size: 0.8rem;
}
textarea {
font-family: 'Poppins', sans-serif;
font-size: 0.8rem !important;
border-radius: 10px;
outline: none;
margin: 1rem;
width: 25rem;
border: none;
border-bottom: 1.5px solid transparent;
padding: 1.2rem 1.5rem 1.2rem 1.5rem;
box-shadow: 0px 3px 20px -8px #ccc !important;
transition: 0.2s;
}
textarea:focus {
border-bottom: 1.5px solid #387dda;
outline: none;
padding-left: 2rem;
box-shadow: 0px 6px 35px -7px #ccc !important;
}
select {
font-family: 'Poppins', sans-serif;
font-size: 0.8rem !important;
border-radius: 0px;
outline: none;
margin: 1rem !important;
width: 25rem;
border: none;
padding: 1.2rem 1.5rem 1.2rem 1.5rem;
box-shadow: 0px 3px 30px -7px #ccc !important;
transition: 0.2s;
display: block;
}
select:focus {
outline: none;
box-shadow: 0px 6px 35px -7px #ccc !important;
}
/* End Inputs */
/* Dropdown */
.dropdown-main {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
background-color: #fff;
border-radius: 1.3rem;
border: none;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
font-size: 0.8rem;
padding-top: 1rem;
padding-bottom: 1rem;
z-index: 100;
margin-top: 0.5rem;
}
.dropdown-content a {
color: #647c9a;
padding: 0.3rem 1rem;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
transition: 0.3s;
color: #000;
font-weight: 900;
}
.dropdown-content p {
margin-left: 1rem;
margin-top: 0.5rem;
margin-bottom: 0.3rem;
font-weight: 900;
}
.show {
display: block !important;
}
.dropdown-hover:hover .dropdown-content {
display: block !important;
margin-top: 0rem;
}
.mega-dropdown {
padding: 1rem;
}
[dropdown-collumns="5"] {
min-width: 36rem;
}
[dropdown-collumns="4"] {
min-width: 30rem;
}
[dropdown-collumns="3"] {
min-width: 24rem;
}
[dropdown-collumns="2"] {
min-width: 17rem;
}
.col-menu {
display: inline-block;
margin-right: 2rem;
}
.background-dark {
background-color: #282828 !important;
color: #fff !important;
}
.dropdown-main .background-dark a:hover {
color: #fff;
}
/* End Dropdown */
/* Navbars */
.navbar-standard {
background-color: #fff;
width: 100%;
position: fixed;
padding: 1.5rem 4rem 2rem 4rem;
overflow: hidden;
transition: 0.3s;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.no-fixed {
position: relative !important;
}
.nav-right {
float: right;
}
.navbar-navigation {
list-style: none;
top: 50%;
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.navbar-navigation li {
display: inline-block;
margin-left: 1.2rem;
margin-right: 1.2rem;
}
.navbar-navigation li a {
color: #647c9a;
font-size: 0.9rem;
font-family: 'Poppins', sans-serif;
}
.navbar-navigation li a:hover {
color: #000;
}
.navbar-navigation .active-link {
color: #225bf0;
}
.navbar-logo {
float: left;
position: absolute;
font-size: 2rem;
font-weight: 700;
}
.navbar-btn {
display: none;
}
#close-collapse {
display: none;
}
.navbar-btn {
display: inline-block;
float: right;
}
@media screen and (max-width: 1100px) {
.navbar-navigation {
display: none;
}
.collapsed-navigation {
float: left;
position: relative;
height: 100%;
margin-top: 2rem;
margin-bottom: 2rem;
top: 10%;
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.navbar-navigation li {
display: block;
margin-top: 1rem;
}
.navbar-standard {
padding-left: 2rem;
padding-right: 2rem;
height: auto;
}
}
@media screen and (min-width: 1100px) {
.navbar-navigation {
display: block !important;
}
.navbar-btn {
display: none !important;
}
}
.background-dark li a {
color: #fff;
}
.background-dark li a:hover {
color: #225bf0;
}
.background-dark .active-link {
color: #4d9fff;
}
/* Navbars */
/* Sidebars */
/* Standard Sidebar */
.standard-sidebar {
height: 100vh;
padding: 7rem 0.5rem 3rem 0.5rem;
box-shadow: 0px 0px 20px -7px #ccc;
font-family: 'Poppins', sans-serif;
width: 17rem;
background-color: #fff;
position: fixed;
bottom: 0;
float: left;
overflow-y: auto;
z-index: 100;
}
.logo-name {
font-size: 1.5rem;
font-weight: 900;
}
.sidebar-logo {
text-align: center;
}
.sidebar-logo .logo-name {
margin-top: 0.5rem;
}
.sidebar-logo img {
margin: 0 auto;
display: block;
width: 3rem;
height: auto;
}
.standard-sidebar-menu {
margin-top: 4rem;
}
.sidebar-link {
margin: 0.5rem;
padding: 0.8rem 1rem 0.8rem 1rem;
border-radius: 0.4rem;
}
.sidebar-link:hover {
background-color: #f5f5f5;
color: #303030;
transition: 0.1s;
}
.sidebar-link i {
margin-right: 0.5rem;
}
.standard-sidebar-menu a {
color: #626262;
font-size: 0.8rem;
font-weight: 600;
}
@media screen and (max-width: 800px) {
.standard-sidebar {
display: none;
}
.dark-sidebar {
display: none;
}
.sidebar-open {
display: block !important;
}
}
.no-hide {
display: block !important;
}
.hide {
display: none !important;
}
@media screen and (min-width: 800px) {
.standard-sidebar {
display: block !important;
}
.sidebar-close {
display: none !important;
}
}
.sidebar-open {
position: fixed;
top: 50%;
left: 7%;
display: none;
transform: translate(-50%, -10%);
z-index: 200;
padding: 1rem 1.2rem 1rem 1.2rem;
border-radius: 5rem;
}
.sidebar-close {
position: fixed;
top: 50%;
left: 17rem;
display: none;
transform: translate(-50%, -10%);
z-index: 200;
padding: 1rem 1.2rem 1rem 1.2rem;
border-radius: 5rem;
z-index: 999;
}
/* Dark Sidebar */
.dark-sidebar {
box-shadow: 0px 5px 20px -7px #303030;
color: #fff !important;
background-color: #303030 !important;
}
.dark-sidebar .standard-sidebar-menu a {
color: #ccc;
font-size: 0.8rem;
font-weight: 600;
}
.sidebar-right-btn {
position: absolute;
bottom: 0;
right: 0;
margin: 2.5rem;
font-size: 1.2rem;
}
.sidebar-left-btn {
position: absolute;
bottom: 0;
left: 0;
margin: 2.5rem;
font-size: 1.2rem;
}
.sidebar-left-btn, .sidebar-right-btn i {
font-size: 1.3rem !important;
}
.dark-sidebar .sidebar-footer a {
color: #fff !important;
}
.standard-sidebar .sidebar-footer a {
color: #626262;
}
.standard-sidebar .sidebar-footer a:hover {
color: #303030;
}
.sidebar-footer a:hover {
color: #fff;
}
.mini-sidebar {
height: 100vh;
padding: 6rem 0.5rem 5rem 0.5rem;
box-shadow: 0px 0px 20px -7px #ccc;
font-family: 'Poppins', sans-serif;
width: 5rem;
background-color: #fff;
position: fixed;
bottom: 0;
float: left;
overflow-y: auto;
z-index: 100;
text-align: center;
}
.mini-sidebar-menu {
margin-top: 4rem;
text-align: center;
}
.mini-sidebar-menu a i {
color: #626262;
font-size: 1rem;
font-weight: 600;
}
.mini-sidebar .sidebar-left-btn {
position: absolute;
bottom: 0;
left: 0;
margin: 2rem;
font-size: 1.2rem;
}
.mini-sidebar .sidebar-footer a {
color: #626262;
}
.mini-sidebar .sidebar-footer a:hover {
color: #303030;
}
/* End Sidebars */
/* Badge */
/* Button Badges */
.btn-badge-white {
background-color: #fff;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #303030;
}
.btn-badge-black {
background-color: #505050;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-green {
background-color: #21ed8b;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-red {
background-color: #FF505B;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-yellow {
background-color: #f9bb2e;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-blue {
background-color: #405be4;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
/* Standard Badges */
.badge-white {
background-color: #fff;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #303030;
box-shadow: 0px 0px 10px -5px #303030;
font-size: 0.7rem;
font-weight: 500;
}
.badge-black {
background-color: #303030;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
.badge-green {
background-color: #21ed8b;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
.badge-red {
background-color: #FF505B;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
.badge-yellow {
background-color: #FFE2A0;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #303030;
font-size: 0.7rem;
font-weight: 500;
}
.badge-blue {
background-color: #4967ff;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
/* Transparent Badges */
.badge-transparent-white {
background-color: #fff;
margin-left: 0.5rem;
opacity: 0.5;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #303030;
box-shadow: 0px 0px 10px -5px #303030;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-black {
background-color: #535353;
margin-left: 0.5rem;
opacity: 0.7;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #000;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-green {
background-color: #21ed8b;
margin-left: 0.5rem;
opacity: 0.5;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #000000;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-red {
background-color: #FF505B;
margin-left: 0.5rem;
opacity: 0.7;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #8e030c;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-yellow {
background-color: #FFE2A0;
margin-left: 0.5rem;
opacity: 0.5;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #704f03;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-blue {
background-color: #3355ff;
margin-left: 0.5rem;
opacity: 0.7;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #001581;
font-size: 0.7rem;
font-weight: 600;
}
/* Sizing Badges */
.badge-sm {
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
font-size: 0.6rem;
}
.badge-lg {
padding: 0.4rem 0.7rem 0.4rem 0.7rem;
font-size: 0.8rem;
}
.badge-xlg {
padding: 0.5rem 0.8rem 0.5rem 0.8rem;
font-size: 0.9rem;
}
/* End Badge */
/* Cards */
.person-card-lg { /* Person Card Large */
width: 30rem;
padding: 4rem;
border-radius: 1.5rem;
background-color: #fff;
margin: 1rem;
box-shadow: 0px 2px 60px -15px #ccc;
text-align: center;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.person-card-lg {
width: 100%;
}
}
.avatar-img {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 50%;
}
.avatar-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.person-name {
margin: 1rem;
font-size: 2rem;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.person-info {
color: #858585;
font-size: 0.9rem;
font-weight: 500;
margin: 1rem;
margin-bottom: 2rem;
}
.person-card-lg a {
color: #303030;
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.person-card-sm { /* Peron Card Small */
width: 20rem;
padding: 1rem 1rem 0.5rem 1rem;
border-radius: 1.5rem;
background-color: #fff;
margin: 1rem;
box-shadow: 0px 2px 30px -10px #ccc;
}
.person-card-sm .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 35%;
}
.person-card-sm .avatar-img img {
width: auto;
height: 100%;
margin-left: -10px;
}
.person-card-sm .person-name {
font-size: 1rem;
font-weight: 700;
margin-top: 0.4rem;
margin-left: 4.5rem;
font-family: 'Poppins', sans-serif;
}
.person-card-sm .person-info {
font-size: 0.7rem;
margin-top: -1rem;
margin-left: 4.5rem;
font-family: 'Poppins', sans-serif;
margin-bottom: 0.8rem;
}
.blog-article-lg { /* Blog Article Large */
width: 25rem;
min-height: 30rem;
margin: 1rem;
background-color: #fff;
box-shadow: 0px 2px 60px -15px #ccc;
font-family: 'Questrial', sans-serif;
}
.blog-article-lg img {
width: 100%;
position: relative;
}
.blog-article-content {
padding: 2rem;
background-color: #fff;
position: relative;
height: auto;
}
.article-date {
font-weight: 900;
font-size: 0.8rem;
color: #b0aeae;
}
.article-info {
font-size: 0.8rem;
color: #b0aeae;
display: inline-block;
margin-right: 1rem;
}
.article-title {
font-weight: 900;
font-size: 1.2rem;
margin-top: 0.5rem;
}
.article-description {
font-size: 0.8rem;
color: #7d7d7d;
line-height: 1.4rem;
position: absolute;
opacity: 0;
}
.article-link {
font-size: 0.9rem;
color: #7d7d7d;
position: absolute;
opacity: 0;
}
.blog-article-lg:hover {
height: 30rem;
}
.blog-article-lg:hover .blog-article-content {
margin-top: -15rem;
height: auto;
transition: 0.5s;
}
.blog-article-lg:hover .article-description {
position: static;
opacity: 1;
transition: opacity 0.6s linear;
}
.blog-article-lg:hover .article-link {
position: static;
opacity: 1;
transition: opacity 1s linear;
}
.blog-article-lg a {
color: #225bf0;
}
.blog-article-sm {
width: 30rem;
height: auto;
padding: 0rem;
margin: 1rem;
background-color: #fff;
display: flex;
border-radius: 1rem;
justify-content: center;
box-shadow: 0px 2px 60px -15px #ccc;
font-family: 'Questrial', sans-serif;
}
.article-sm-img {
display: inline-block;
width: 10rem;
height: 10rem;
overflow: hidden;
border-radius:0%;
position: relative;
border-top-left-radius: 1rem;
border-bottom-left-radius: 1rem;
}
.article-sm-img img {
position: absolute;
top: 50%;
left: 50%;
height: 100%;
transform: translate(-50%,-50%)
}
.blog-article-sm-content {
display: inline-block;
padding: 2rem;
width: 20rem;
position: relative;
max-height: 100%;
float: right;
}
.article-sm-date {
font-weight: 900;
font-size: 0.8rem;
color: #b0aeae;
}
.article-sm-title {
font-weight: 900;
font-size: 0.9rem;
margin-top: 1rem;
}
.blog-article-sm a {
color: #303030;
}
.post { /* Post Card Container */
position: relative;
width: 35rem;
font-size: 0.9rem;
padding: 3rem;
margin: 1rem;
box-shadow: 0px 2px 60px -15px #ccc;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
}
.post .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 100%;
}
.post .avatar-img img {
width: auto;
height: 100%;
margin-left: -10px;
}
.post .person-name {
font-size: 1rem;
font-weight: 700;
margin-top: 1rem;
margin-left: 4rem;
font-family: 'Poppins', sans-serif;
}
.post-date {
position: absolute;
right: 0;
top: 0;
margin: 2rem;
font-size: 0.7rem;
color: #b0aeae;
}
.post-text {
font-size: 0.8rem;
margin-top: 2rem;
line-height: 1.4rem;
color: #7d7d7d;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.post {
width: 100%;
}
}
.product-category { /* Product Category Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
}
.product-category-img {
display: block;
position: relative;
width: 70px;
height: 70px;
float: right;
overflow: hidden;
border-radius: 25%;
}
.product-category-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.product-category-title {
margin-top: 6rem;
font-weight: 800;
}
.product-category-description {
font-size: 0.8rem;
line-height: 1.6rem;
color: #7d7d7d;
}
.product-category-title i {
margin-left: 0.5rem;
opacity: 0;
transition: 0.2s;
}
.product-category:hover i {
opacity: 1;
}
.product-category a {
color: #303030;
}
.product-lg { /* Product Large Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
text-align: center;
}
.product-lg img {
width: 8rem;
}
.product-title {
font-weight: 900;
margin-top: 1rem;
font-size: 1.1rem;
}
.product-oldprice {
color: #db6e6e;
font-size: 0.8rem;
}
.product-price {
font-size: 1.1rem;
font-weight: 900;
}
.product-saveBtn {
background: none;
border: none;
position: absolute;
left: 0;
bottom: 0;
margin: 2rem;
}
.product-cartBtn {
background: none;
border: none;
position: absolute;
right: 0;
bottom: 0;
margin: 2rem;
}
.product-sm { /* Product Small Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 1rem 1rem 0.5rem 1rem;
border-radius: 1.5rem;
font-family: 'Questrial', sans-serif;
}
.product-sm-img {
display: block;
position: relative;
width: 70px;
height: 70px;
float: left;
overflow: hidden;
border-radius: 25%;
}
.product-sm-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.product-sm .product-title {
font-size: 0.9rem;
margin-left: 5.5rem;
margin-top: 0.7rem;
}
.product-sm .product-price {
font-size: 0.8rem;
margin-left: 5.5rem;
margin-top: -0.5rem;
}
.product-sm-cartBtn {
background-color: #303030;
border: none;
color: #fff;
padding: 0.8rem 1.1rem 0.8rem 1.1rem;
border-radius: 1rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
margin-right: 2rem;
box-shadow: 0px 9px 25px -8px #303030;
}
.product-sm-cartBtn:hover {
box-shadow: 0px 2px 60px -15px #ccc;
transition: 0.2s;
}
.createNew-card { /* Create New Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 2rem;
font-family: 'Questrial', sans-serif;
text-align: center;
cursor: pointer;
}
.createNew-card i {
font-size: 4rem;
color: #75c2f2;
}
.card-title {
font-size: 1.2rem;
font-weight: 900;
margin-top: 1.5rem;
}
.card-description {
font-size: 0.8rem;
line-height: 1.5rem;
color: #7d7d7d;
}
.createNew-card:hover {
transform: scale(1.1);
transition: 0.2s;
}
.createNew-card a {
color: #303030;
}
.addNew-card { /* Add New Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 15rem;
background-color: #43474e;
position: relative;
margin: 1rem;
padding: 5rem 3rem 5rem 3rem;
border-radius: 2rem;
font-family: 'Poppins', sans-serif;
text-align: center;
cursor: pointer;
}
.addNew-card i {
font-size: 1.5rem;
color: #fff;
}
.addNew-card .card-title {
color: #fff;
font-size: 0.8rem;
font-weight: 400;
}
.addNew-card:hover {
transform: scale(1.1);
transition: 0.2s;
background-color: #25282d;
}
.upload-card { /* Upload Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
text-align: center;
border-style: dashed;
border-color: #f0ecec;
cursor: pointer;
}
.upload-card i {
font-size: 4rem;
color: #75c2f2;
}
.upload-card:hover {
transform: scale(1.1);
transition: 0.2s;
}
.category-card { /* Category Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 2rem;
font-family: 'Questrial', sans-serif;
cursor: pointer;
}
.category-card-title {
margin-top: 1rem;
font-size: 1rem;
font-weight: 900;
}
.category-card-description {
font-size: 0.8rem;
line-height: 1.6rem;
color: #7d7d7d;
}
.category-card a {
color: #303030;
}
.category-card:hover i {
margin-left: 15rem;
transition: 0.2s;
}
/* End Cards */
/* Tooltips */
[data-tooltip] {
position: relative;
}
[data-tooltip]::before {
content: attr(data-tooltip);
position: absolute;
top: 50%;
font-size: 0.75rem;
right: calc(100% + 16px);
width: auto;
padding: 0.7rem 0.8rem 0.7rem 0.8rem;
text-align: center;
border-radius: 0.7rem;
background-color: #303030;
opacity: 0;
color: #fff;
transform: translate(20px, -50%);
z-index: 1;
font-family: 'Questrial', sans-serif;
white-space: nowrap;
transition: 0.1s;
}
[data-tooltip]:hover::before {
opacity: 0.9;
transform: translate(10%, -50%);
}
/* Tooltips position */
[tooltip-position='bottom']:before {
top: calc(100% + 16px);
left: 50%;
right: initial;
transform: translate(-50%, -20px);
}
[tooltip-position='bottom']:hover:before {
transform: translate(-50%, -5px);
}
[tooltip-position='top']:before {
top: initial;
left: 50%;
right: initial;
bottom: calc(100% + 16px);
transform: translate(-50%, 20px);
}
[tooltip-position='top']:hover:before {
transform: translate(-50%, 7px);
}
[tooltip-position='right']:before {
top: 50%;
left: calc(100% + 16px);
right: initial;
transform: translate(-20px, -50%);
}
[tooltip-position='right']:hover:before {
transform: translate(-8px, -50%);
}
/* End Tooltips position */
/* Tooltips colors */
[tooltip-color='blue']::before {
background-color: #4967ff;
color: #fff;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='white']::before {
background-color: #fff;
color: #000;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='green']::before {
background-color: #78ec91;
color: #000;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='red']::before {
background-color: #FF505B;
color: #fff;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='yellow']::before {
background-color: #FFE2A0;
color: #000;
box-shadow: 0px 0px 10px -5px #303030;
}
/* End Tooltips colors */
/* End Tooltips */
/* Testimonials */
/* Testimonial Style 1 */
.testimonial-style1 { /* Testimonial Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 30rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-style1 .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 35%;
}
.testimonial-style1 .avatar-img img {
width: auto;
height: 100%;
margin-left: -10px;
}
.testimonial-style1 .person-name {
font-size: 1rem;
font-weight: 700;
margin-top: 0.9rem;
margin-left: 4rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-stars {
position: absolute;
top: 0;
right: 0;
margin: 2rem;
margin-top: 2.9rem;
}
.testimonial-stars i {
font-size: 0.7rem;
}
.testimonial-stars .fas {
color: #f58830;
}
.testimonial-style1 .testimonial-description {
font-size: 0.8rem;
margin-top: 2.5rem;
line-height: 1.3rem;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.testimonial-style1 {
width: 100%;
}
.testimonial-style2 {
width: 100% !important;
}
.testimonial-style3 {
width: 100% !important;
}
}
/* Testimonial Style 2 */
.testimonial-style2 { /* Testimonial Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 30rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 0.5rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-style2 .testimonial-description {
font-size: 0.85rem;
margin-top: 1rem;
line-height: 1.6rem;
}
.testimonial-style2 .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 100%;
margin-top: 1rem;
}
.testimonial-style2 .avatar-img img {
width: auto;
height: 100%;
margin-left: -15px;
}
.testimonial-style2 .person-name {
font-size: 0.9rem;
font-weight: 700;
margin-top: 2.8rem;
margin-left: 4rem;
font-family: 'Poppins', sans-serif;
}
/* Testimonial Style 3 */
.testimonial-style3 { /* Testimonial Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 30rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
text-align: center;
border-radius: 0.5rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-style3 .avatar-img {
display: block;
margin: 0 auto !important;
position: relative;
width: 70px;
height: 70px;
overflow: hidden;
border-radius: 100%;
margin-top: 1rem;
}
.testimonial-style3 .avatar-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.testimonial-style3 .testimonial-description {
font-size: 1.1rem;
margin-top: 1.5rem;
line-height: 2rem;
font-family: 'Playfair Display', serif;
font-weight: 500;
}
.testimonial-style3 .person-name {
font-size: 0.9rem;
font-weight: 900;
margin-top: 2.8rem;
color: #b9b9b9;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
/* End Testimonials */
/* Pricing Tables */
/* Pricing Table 1 */
.pricing-table-1 {
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.pricing-table-1 .pricing-table-title {
font-weight: 900;
font-size: 1.8rem;
}
.pricing-table-1 .pricing-table-price {
font-weight: 900;
font-size: 0.9rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
margin-top: -0.5rem;
}
.pricing-table-1 .pricing-table-price strong {
font-size: 1.8rem;
}
.pricing-table-1 ul {
margin-top: 2rem;
margin-bottom: 2rem;
}
.pricing-table-1 ul li {
margin-top: 1rem;
font-size: 0.85rem;
}
.pricing-table-1 ul i {
margin-right: 0.5rem;
color: blue;
}
/* End Pricing Table 1 */
/* Pricing Table 2 */
.pricing-table-2 {
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.pricing-table-2 .pricing-table-title {
font-weight: 900;
font-size: 1rem;
}
.pricing-table-2 .pricing-table-price {
font-weight: 900;
font-size: 0.85rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
margin-bottom: 1.5rem;
}
.pricing-table-2 .pricing-table-price strong {
font-size: 1.5rem;
}
/* End Pricing Table 2 */
/* Pricing Table 3 */
.pricing-table-3 {
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.pricing-table-3 i {
font-size: 2.5rem;
color: #4967ff;
}
.pricing-table-3 .pricing-table-title {
font-weight: 900;
font-size: 1.8rem;
margin-top: 1rem;
}
.pricing-table-3 .pricing-table-price {
font-weight: 900;
font-size: 0.9rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
margin-top: 1rem;
}
.pricing-table-3 .pricing-table-price strong {
font-size: 1.8rem;
}
.pricing-description {
font-size: 0.8rem;
color: #4d4d4d;
}
.pricing-table-3 ul {
margin-top: 2rem;
margin-bottom: 2rem;
}
.pricing-table-3 ul li {
margin-top: 1.1rem;
font-size: 0.85rem;
}
.pricing-table-3 ul i {
margin-right: 0.5rem;
color: blue;
font-size: 0.85rem;
}
/* End Pricing Table 3 */
/* End Pricing Tables */
/* Sizing */
.full-width {
width: 100% !important;
}
.width-auto {
width: auto !important;
}
.width-10 {
width: 10% !important;
}
.width-20 {
width: 20% !important;
}
.width-30 {
width: 30% !important;
}
.width-40 {
width: 40% !important;
}
.width-50 {
width: 50% !important;
}
.width-60 {
width: 60% !important;
}
.width-70 {
width: 70% !important;
}
.width-80 {
width: 80% !important;
}
.width-90 {
width: 90% !important;
}
/* End Sizing */
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
th {
text-align: left;
}
/* Spacing */
#spacing ul {
list-style: initial;
margin: 1rem;
}
.margin-top-0 {
margin-top: 0rem;
}
.margin-top-1 {
margin-top: 1rem;
}
.margin-top-2 {
margin-top: 2rem;
}
.margin-top-3 {
margin-top: 3rem;
}
.margin-top-4 {
margin-top: 4rem;
}
.margin-top-5 {
margin-top: 5rem;
}
.margin-top-6 {
margin-top: 6rem;
}
.margin-top-7 {
margin-top: 7rem;
}
.margin-top-8 {
margin-top: 8rem;
}
.margin-top-9 {
margin-top: 9rem;
}
.margin-top-10 {
margin-top: 10rem;
}
/*************/
.margin-bottom-0 {
margin-bottom: 1rem;
}
.margin-bottom-1 {
margin-bottom: 1rem;
}
.margin-bottom-2 {
margin-bottom: 2rem;
}
.margin-bottom-3 {
margin-bottom: 3rem;
}
.margin-bottom-4 {
margin-bottom: 4rem;
}
.margin-bottom-5 {
margin-bottom: 5rem;
}
.margin-bottom-6 {
margin-bottom: 6rem;
}
.margin-bottom-7 {
margin-bottom: 7rem;
}
.margin-bottom-8 {
margin-bottom: 8rem;
}
.margin-bottom-9 {
margin-bottom: 9rem;
}
.margin-bottom-10 {
margin-bottom: 10rem;
}
/********/
.margin-left-0 {
margin-left: 0rem;
}
.margin-left-1 {
margin-left: 1rem;
}
.margin-left-2 {
margin-left: 2rem;
}
.margin-left-3 {
margin-left: 3rem;
}
.margin-left-4 {
margin-left: 4rem;
}
.margin-left-5 {
margin-left: 5rem;
}
.margin-left-6 {
margin-left: 6rem;
}
.margin-left-7 {
margin-left: 7rem;
}
.margin-left-8 {
margin-left: 8rem;
}
.margin-left-9 {
margin-left: 9rem;
}
.margin-left-10 {
margin-left: 10rem;
}
/********/
.margin-right-0 {
margin-right: 0rem;
}
.margin-right-1 {
margin-right: 1rem;
}
.margin-right-2 {
margin-right: 2rem;
}
.margin-right-3 {
margin-right: 3rem;
}
.margin-right-4 {
margin-right: 4rem;
}
.margin-right-5 {
margin-right: 5rem;
}
.margin-right-6 {
margin-right: 6rem;
}
.margin-right-7 {
margin-right: 7rem;
}
.margin-right-8 {
margin-right: 8rem;
}
.margin-right-9 {
margin-right: 9rem;
}
.margin-right-10 {
margin-right: 10rem;
}
/*********/
.padding-top-0 {
padding-top: 0rem;
}
.padding-top-1 {
padding-top: 1rem;
}
.padding-top-2 {
padding-top: 2rem;
}
.padding-top-3 {
padding-top: 3rem;
}
.padding-top-4 {
padding-top: 4rem;
}
.padding-top-5 {
padding-top: 5rem;
}
.padding-top-5 {
padding-top: 5rem;
}
.padding-top-6 {
padding-top: 6rem;
}
.padding-top-7 {
padding-top: 7rem;
}
.padding-top-8 {
padding-top: 8rem;
}
.padding-top-9 {
padding-top: 9rem;
}
.padding-top-10 {
padding-top: 10rem;
}
/*******/
.padding-bottom-0 {
padding-bottom: 0rem;
}
.padding-bottom-1 {
padding-bottom: 1rem;
}
.padding-bottom-2 {
padding-bottom: 2rem;
}
.padding-bottom-3 {
padding-bottom: 3rem;
}
.padding-bottom-4 {
padding-bottom: 4rem;
}
.padding-bottom-5 {
padding-bottom: 5rem;
}
.padding-bottom-6 {
padding-bottom: 6rem;
}
.padding-bottom-7 {
padding-bottom: 7rem;
}
.padding-bottom-8 {
padding-bottom: 8rem;
}
.padding-bottom-9 {
padding-bottom: 9rem;
}
.padding-bottom-10 {
padding-bottom: 10rem;
}
/*********/
.padding-left-0 {
padding-left: 0rem;
}
.padding-left-1 {
padding-left: 1rem;
}
.padding-left-2 {
padding-left: 2rem;
}
.padding-left-3 {
padding-left: 3rem;
}
.padding-left-4 {
padding-left: 4rem;
}
.padding-left-5 {
padding-left: 5rem;
}
.padding-left-6 {
padding-left: 6rem;
}
.padding-left-7 {
padding-left: 7rem;
}
.padding-left-8 {
padding-left: 8rem;
}
.padding-left-8 {
padding-left: 8rem;
}
.padding-left-9 {
padding-left: 9rem;
}
.padding-left-10 {
padding-left: 10rem;
}
/***********/
.padding-right-0 {
padding-right: 0rem;
}
.padding-right-1 {
padding-right: 1rem;
}
.padding-right-2 {
padding-right: 2rem;
}
.padding-right-3 {
padding-right: 3rem;
}
.padding-right-4 {
padding-right: 4rem;
}
.padding-right-5 {
padding-right: 5rem;
}
.padding-right-6 {
padding-right: 6rem;
}
.padding-right-7 {
padding-right: 7rem;
}
.padding-right-8 {
padding-right: 8rem;
}
.padding-right-9 {
padding-right: 9rem;
}
.padding-right-10 {
padding-right: 10rem;
}
/* End Spacing */ | Elementric/css/elementric.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');
@import url('https://use.fontawesome.com/releases/v5.14.0/css/all.css');
body {
font-family: 'Poppins', sans-serif;
}
.fas, .fab {
font-size: 1rem;
}
/* Buttons */
/* DEFAULT BUTTONS */
.button-link { /* Simple Button Link */
background: none;
border: none;
outline: none;
font-size: 0.8rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
}
.button-link:hover {
color: #4967ff;
font-weight: 900;
transition: 0.2s;
}
.button-standard { /* Standard Blue Button */
background-color: #4967ff;
box-shadow: 0px 15px 20px -10px #4460EF;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-standard:hover { /* Standard Button Hover Effect */
box-shadow: none;
}
.button-light { /* Light Button */
background-color: #fff;
box-shadow: 0px 5px 15px -5px #ccc;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #000;
transition: 0.2s;
}
.button-light:hover { /* Light Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}
.button-dark { /* Dark Button */
background-color: #303030;
box-shadow: 0px 13px 15px -10px #1f1f1f;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-dark:hover { /* Dark Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-success { /* Success Button */
background-color: #78ec91;
box-shadow: 0px 15px 20px -10px #78ec91;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-success:hover { /* Success Button Hover Effect*/
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-danger { /* Danger Button */
background-color: #FF505B;
box-shadow: 0px 15px 15px -10px #FF505B;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-danger:hover { /* Danger Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-warning { /* Warning Button */
background-color: #FFE2A0;
box-shadow: 0px 15px 20px -10px #FFE2A0;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #303030;
transition: 0.2s;
}
.button-warning:hover { /* Warning Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-icon { /* Icon Button */
border: none;
background-color: #ededed;
padding: 0.6rem 0.9rem;
border-radius: 10rem;
}
.button-icon:hover {
background-color: #ccc;
transition: 0.2s;
}
/* END DEFAULT BUTTONS */
/* OUTLINE BUTTONS */
.button-outline-standard { /* Standard Outline Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #4967ff;
color: #4967ff;
transition: 0.2s;
}
.button-outline-standard:hover { /* Standard Outline Button Hover Effect */
box-shadow: none;
box-shadow: 0px 15px 20px -10px #4460EF;
background-color: #4967ff;
color: #fff;
}
.button-outline-light { /* Light Outline Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #ededed;
color: #000;
transition: 0.2s;
}
.button-outline-light:hover { /* Light Outline Button Hover Effect */
background-color: #fff;
border: 1px solid #fff;
box-shadow: 0px 0px 20px -5px #ccc;
}
.button-outline-dark { /* Dark Outline Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #303030;
color: #303030;
transition: 0.2s;
}
.button-outline-dark:hover { /* Dark Outline Button Hover Effect */
box-shadow: 0px 13px 15px -10px #1f1f1f;
background-color: #303030;
color: #fff;
}
.button-outline-success { /* Success Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #78ec91;
color: #78ec91;
transition: 0.2s;
}
.button-outline-success:hover { /* Success Button Hover Effect*/
box-shadow: 0px 15px 20px -10px #78ec91;
color: #fff;
background-color: #78ec91;
}
.button-outline-danger { /* Danger Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #FF505B;
color: #FF505B;
transition: 0.2s;
}
.button-outline-danger:hover { /* Danger Button Hover Effect */
box-shadow: 0px 15px 15px -10px #FF505B;
background-color: #FF505B;
color: #fff;
}
.button-outline-warning { /* Warning Button */
background-color: transparent;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: 1px solid #FFE2A0;
color: #e4bf69;
transition: 0.2s;
}
.button-outline-warning:hover { /* Warning Button Hover Effect */
box-shadow: 0px 15px 20px -10px #FFE2A0;
background-color: #FFE2A0;
color: #303030;
}
/* END OUTLINE BUTTONS */
/* SQUARE BUTTONS */
.square {
border-radius: 0rem !important;
}
/* END SQUARE BUTTONS */
/* CIRCLE BUTTONS */
.circle {
border-radius: 10rem;
padding: 1rem 1.2rem 1rem 1.2rem;
}
/* END CIRCLE BUTTONS */
/* GRADIENT BUTTONS */
.button-gradient-standard { /* Standard Blue Button */
background-image: linear-gradient(to right, #5046FF, #5CACFC);
box-shadow: 0px 15px 20px -10px #4460EF;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-standard:hover { /* Standard Button Hover Effect */
box-shadow: none;
}
.button-gradient-light { /* Light Button */
background-image: linear-gradient(to right, #E4E4E4, #F5F6F8);
box-shadow: 0px 5px 15px -5px #ccc;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #000;
transition: 0.2s;
}
.button-gradient-light:hover { /* Light Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}
.button-gradient-dark { /* Dark Button */
background-image: linear-gradient(to right, #2d2c2f, #78797E);
box-shadow: 0px 13px 15px -10px #1f1f1f;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-dark:hover { /* Dark Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-gradient-success { /* Success Button */
background-image: linear-gradient(to right, #27af72, #92E360);
box-shadow: 0px 15px 20px -10px #27af72;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-success:hover { /* Success Button Hover Effect*/
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-gradient-danger { /* Danger Button */
background-image: linear-gradient(to right, #9f2548, #FE6558);
box-shadow: 0px 15px 15px -10px #763257;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-danger:hover { /* Danger Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.button-gradient-warning { /* Warning Button */
background-image: linear-gradient(to right, #FFA0A0, #FFE2A0);
box-shadow: 0px 15px 20px -10px #FE9875;
padding: 0.9rem 2rem 0.9rem 2rem;
border-radius: 1rem;
font-size: 0.8rem;
font-family: 'Poppins', sans-serif;
margin-right: 1rem;
outline: none;
border: none;
color: #fff;
transition: 0.2s;
}
.button-gradient-warning:hover { /* Warning Button Hover Effect */
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
/* END GRADIENT BUTTONS */
/* SIZING */
.button-sm { /* Button Small Size */
padding: 0.6rem 0.9rem 0.6rem 0.9rem;
font-size: 0.6rem;
}
.button-md { /* Button Medium Size */
padding: 0.8rem 1rem 0.8rem 1rem;
font-size: 0.7rem;
}
.button-lg { /* Button Large Size */
padding: 1rem 2.1rem 1rem 2.1rem;
font-size: 0.8rem;
}
.button-xlg { /* Button Extra Large Size */
padding: 1.2rem 2.2rem 1.2rem 2.2rem;
font-size: 0.9rem;
font-weight: 900;
}
/* END SIZING */
/* End Buttons */
/* Alerts */
.alerts {
box-shadow: 0px 7px 30px -10px #ccc;
padding: 2.5rem 2rem 1.5rem 2rem;
width: 30rem;
border-radius: 1.1rem;
margin: 1rem;
overflow-wrap: break-word;
position: relative;
font-size: 0.8rem;
opacity: 1;
transition: opacity 0.6s;
font-family: 'Poppins', sans-serif;
}
.alert-standard {
background-color: #fff;
color: #9c9c9c;
}
.alert-blue {
background-color: #b3d1fa;
color: #0c4991;
box-shadow: 0px 10px 10px -10px #7babeb;
}
.alert-black {
background-color: #303030;
color: #fff;
box-shadow: 0px 12px 20px -10px #303030;
}
.alert-green {
background-color: #c5f2df;
color: #095b36;
box-shadow: 0px 10px 30px -15px #44b384;
}
.alert-red {
background-color: #ee948d;
color: #9c3329;
box-shadow: 0px 12px 30px -15px #f9746a;
}
.alert-yellow {
background-color: #FFE2A0;
color: #ba8309;
box-shadow: 0px 10px 20px -10px #e3b44a;
}
.alert-black .fas:hover {
color: #fff !important;
}
.closeButton {
position: absolute;
top: 1.5rem;
right: 2rem;
color: #6666;
font-size: 0.9rem;
transition: 0.2s;
cursor: pointer;
}
.closeButton i {
font-size: 0.9rem !important;
}
.closeButton:hover {
color: #303030;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.alerts {
width: 20rem;
}
.slim-alerts {
width: 20rem !important;
}
}
.alert-title {
margin-bottom: 1rem;
color: #303030;
}
.alert-icon {
float: left;
margin-right: 1rem;
vertical-align: baseline;
margin-top: -0.5rem;
padding: 0.3rem;
}
.alert-icon i {
font-size: 2rem;
}
.slim-alerts i {
font-size: 1.5rem;
}
.slim-alerts {
box-shadow: 0px 7px 30px -10px #ccc;
padding: 1.5rem 2rem 0.5rem 2rem;
width: 30rem;
border-radius: 0.5rem;
margin: 1rem;
overflow-wrap: break-word;
position: relative;
font-size: 0.8rem;
opacity: 1;
transition: opacity 0.6s;
}
.gradient-light {
background-image: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}
.gradient-blue {
background-image: linear-gradient(to right, #5375E6, #61a4fb 100%);
color: #fff;
box-shadow: 0px 10px 20px -10px #719EC2;
}
.gradient-black {
background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
color: #fff;
box-shadow: 0px 12px 20px -10px #303030;
}
.gradient-green {
background-image: linear-gradient(to right, #7bd1bf, #c5f2df);
color: #074d2d;
box-shadow: 0px 10px 30px -15px #c5f2df;
}
.gradient-red {
background-image: linear-gradient(to right, #e9938c, #feb8a1);
color: #9c3329;
box-shadow: 0px 12px 30px -15px #f9746a;
}
.gradient-yellow {
background-image: linear-gradient(to right, #f1daa5, #ffc29f);
color: #ba8309;
box-shadow: 0px 12px 20px -10px #f1daa5;
}
.gradient-blue .person-info {
color: #fff;
}
.gradient-black .person-info {
color: #fff;
}
.gradient-red .person-info {
color: #fff;
}
.gradient-yellow .person-info {
color: #000;
}
.gradient-black .closeButton {
color: #fff;
}
[alert-position='right bottom'] {
bottom: 0;
right: 0;
position: fixed !important;
margin: 2rem;
}
[alert-position='right top'] {
top: 0;
right: 0;
position: fixed !important;
margin: 2rem;
margin-top: 7rem;
}
[alert-position='left bottom'] {
bottom: 0;
left: 0;
position: fixed !important;
margin: 2rem;
}
[alert-position='left top'] {
top: 0;
left: 0;
position: fixed !important;
margin: 2rem;
margin-top: 7rem;
}
/* End Alerts */
/* Inputs */
.standard-input {
font-family: 'Poppins', sans-serif;
font-size: 0.8rem;
border-radius: 10px;
outline: none;
margin: 1rem;
width: 25rem;
border: none;
border-bottom: 1.5px solid transparent;
padding: 1.2rem 1.5rem 1.2rem 1.5rem;
box-shadow: 0px 3px 20px -8px #ccc !important;
transition: 0.2s;
}
.standard-input:focus {
border-bottom: 1.5px solid #387dda;
outline: none;
padding-left: 2rem;
box-shadow: 0px 6px 35px -7px #ccc !important;
}
.round {
border-radius: 1.5rem !important;
}
.inputs-block input{
display: block;
}
.blue-input {
background-color: #b3d1fa;
color: #0c4991;
}
.blue-input:focus {
border-bottom: 1px solid #3d8fff;
background-color: #d0e3fc;
}
.dark-input {
background-color: #303030;
color: #fff;
}
.dark-input:focus {
border-bottom: 1px solid #000;
background-color: #4b4b4b;
}
.green-input {
background-color: #c5f2df;
color: #095b36;
}
.green-input:focus {
border-bottom: 1px solid #17c37b;
background-color: #dcfaed;
}
.red-input {
background-color: #ee948d;
color: #9c3329;
}
.red-input:focus {
border-bottom: 1px solid #ff4c3e;
background-color: #ffb6b0;
}
.yellow-input {
background-color: #FFE2A0;
color: #ba8309;
}
.yellow-input:focus {
border-bottom: 1px solid #ffc43d;
background-color: #fff0d0;
}
.grey-input {
background-color: #eeeded;
}
.grey-input:focus {
border-bottom: 1px solid #b3b0b0;
background-color: #f6f5f5;
}
.input-icon input {
padding-left: 4rem;
}
.input-icon input:focus {
padding-left: 4.5rem;
}
.input-icon i {
position: absolute;
margin: 0.9rem;
background-color: #ecebeb;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 1rem;
font-size: 0.9rem;
}
.border-inputs {
position: relative;
}
.border-input {
height: 3rem;
width: 25rem;
margin-top: 2rem;
border: none;
border-radius: 0px;
border-bottom: 1.5px solid #ccc;
}
.border-inputs input:focus,
.border-inputs input:valid {
border-bottom: 1px solid #387dda;
}
.border-inputs label {
color: #5b5b5b;
font-size: 0.9rem;
font-family: 'Poppins', sans-serif;
position: absolute;
top: 0;
left: 0;
margin-top: 0.5rem;
transition: 0.2s;
}
.border-inputs input:focus ~ label,
.border-inputs input:valid ~ label {
top: -20px;
left: 0;
color: #387dda;
font-size: 0.8rem;
}
textarea {
font-family: 'Poppins', sans-serif;
font-size: 0.8rem !important;
border-radius: 10px;
outline: none;
margin: 1rem;
width: 25rem;
border: none;
border-bottom: 1.5px solid transparent;
padding: 1.2rem 1.5rem 1.2rem 1.5rem;
box-shadow: 0px 3px 20px -8px #ccc !important;
transition: 0.2s;
}
textarea:focus {
border-bottom: 1.5px solid #387dda;
outline: none;
padding-left: 2rem;
box-shadow: 0px 6px 35px -7px #ccc !important;
}
select {
font-family: 'Poppins', sans-serif;
font-size: 0.8rem !important;
border-radius: 0px;
outline: none;
margin: 1rem !important;
width: 25rem;
border: none;
padding: 1.2rem 1.5rem 1.2rem 1.5rem;
box-shadow: 0px 3px 30px -7px #ccc !important;
transition: 0.2s;
display: block;
}
select:focus {
outline: none;
box-shadow: 0px 6px 35px -7px #ccc !important;
}
/* End Inputs */
/* Dropdown */
.dropdown-main {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
background-color: #fff;
border-radius: 1.3rem;
border: none;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
font-size: 0.8rem;
padding-top: 1rem;
padding-bottom: 1rem;
z-index: 100;
margin-top: 0.5rem;
}
.dropdown-content a {
color: #647c9a;
padding: 0.3rem 1rem;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
transition: 0.3s;
color: #000;
font-weight: 900;
}
.dropdown-content p {
margin-left: 1rem;
margin-top: 0.5rem;
margin-bottom: 0.3rem;
font-weight: 900;
}
.show {
display: block !important;
}
.dropdown-hover:hover .dropdown-content {
display: block !important;
margin-top: 0rem;
}
.mega-dropdown {
padding: 1rem;
}
[dropdown-collumns="5"] {
min-width: 36rem;
}
[dropdown-collumns="4"] {
min-width: 30rem;
}
[dropdown-collumns="3"] {
min-width: 24rem;
}
[dropdown-collumns="2"] {
min-width: 17rem;
}
.col-menu {
display: inline-block;
margin-right: 2rem;
}
.background-dark {
background-color: #282828 !important;
color: #fff !important;
}
.dropdown-main .background-dark a:hover {
color: #fff;
}
/* End Dropdown */
/* Navbars */
.navbar-standard {
background-color: #fff;
width: 100%;
position: fixed;
padding: 1.5rem 4rem 2rem 4rem;
overflow: hidden;
transition: 0.3s;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.no-fixed {
position: relative !important;
}
.nav-right {
float: right;
}
.navbar-navigation {
list-style: none;
top: 50%;
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.navbar-navigation li {
display: inline-block;
margin-left: 1.2rem;
margin-right: 1.2rem;
}
.navbar-navigation li a {
color: #647c9a;
font-size: 0.9rem;
font-family: 'Poppins', sans-serif;
}
.navbar-navigation li a:hover {
color: #000;
}
.navbar-navigation .active-link {
color: #225bf0;
}
.navbar-logo {
float: left;
position: absolute;
font-size: 2rem;
font-weight: 700;
}
.navbar-btn {
display: none;
}
#close-collapse {
display: none;
}
.navbar-btn {
display: inline-block;
float: right;
}
@media screen and (max-width: 1100px) {
.navbar-navigation {
display: none;
}
.collapsed-navigation {
float: left;
position: relative;
height: 100%;
margin-top: 2rem;
margin-bottom: 2rem;
top: 10%;
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.navbar-navigation li {
display: block;
margin-top: 1rem;
}
.navbar-standard {
padding-left: 2rem;
padding-right: 2rem;
height: auto;
}
}
@media screen and (min-width: 1100px) {
.navbar-navigation {
display: block !important;
}
.navbar-btn {
display: none !important;
}
}
.background-dark li a {
color: #fff;
}
.background-dark li a:hover {
color: #225bf0;
}
.background-dark .active-link {
color: #4d9fff;
}
/* Navbars */
/* Sidebars */
/* Standard Sidebar */
.standard-sidebar {
height: 100vh;
padding: 7rem 0.5rem 3rem 0.5rem;
box-shadow: 0px 0px 20px -7px #ccc;
font-family: 'Poppins', sans-serif;
width: 17rem;
background-color: #fff;
position: fixed;
bottom: 0;
float: left;
overflow-y: auto;
z-index: 100;
}
.logo-name {
font-size: 1.5rem;
font-weight: 900;
}
.sidebar-logo {
text-align: center;
}
.sidebar-logo .logo-name {
margin-top: 0.5rem;
}
.sidebar-logo img {
margin: 0 auto;
display: block;
width: 3rem;
height: auto;
}
.standard-sidebar-menu {
margin-top: 4rem;
}
.sidebar-link {
margin: 0.5rem;
padding: 0.8rem 1rem 0.8rem 1rem;
border-radius: 0.4rem;
}
.sidebar-link:hover {
background-color: #f5f5f5;
color: #303030;
transition: 0.1s;
}
.sidebar-link i {
margin-right: 0.5rem;
}
.standard-sidebar-menu a {
color: #626262;
font-size: 0.8rem;
font-weight: 600;
}
@media screen and (max-width: 800px) {
.standard-sidebar {
display: none;
}
.dark-sidebar {
display: none;
}
.sidebar-open {
display: block !important;
}
}
.no-hide {
display: block !important;
}
.hide {
display: none !important;
}
@media screen and (min-width: 800px) {
.standard-sidebar {
display: block !important;
}
.sidebar-close {
display: none !important;
}
}
.sidebar-open {
position: fixed;
top: 50%;
left: 7%;
display: none;
transform: translate(-50%, -10%);
z-index: 200;
padding: 1rem 1.2rem 1rem 1.2rem;
border-radius: 5rem;
}
.sidebar-close {
position: fixed;
top: 50%;
left: 17rem;
display: none;
transform: translate(-50%, -10%);
z-index: 200;
padding: 1rem 1.2rem 1rem 1.2rem;
border-radius: 5rem;
z-index: 999;
}
/* Dark Sidebar */
.dark-sidebar {
box-shadow: 0px 5px 20px -7px #303030;
color: #fff !important;
background-color: #303030 !important;
}
.dark-sidebar .standard-sidebar-menu a {
color: #ccc;
font-size: 0.8rem;
font-weight: 600;
}
.sidebar-right-btn {
position: absolute;
bottom: 0;
right: 0;
margin: 2.5rem;
font-size: 1.2rem;
}
.sidebar-left-btn {
position: absolute;
bottom: 0;
left: 0;
margin: 2.5rem;
font-size: 1.2rem;
}
.sidebar-left-btn, .sidebar-right-btn i {
font-size: 1.3rem !important;
}
.dark-sidebar .sidebar-footer a {
color: #fff !important;
}
.standard-sidebar .sidebar-footer a {
color: #626262;
}
.standard-sidebar .sidebar-footer a:hover {
color: #303030;
}
.sidebar-footer a:hover {
color: #fff;
}
.mini-sidebar {
height: 100vh;
padding: 6rem 0.5rem 5rem 0.5rem;
box-shadow: 0px 0px 20px -7px #ccc;
font-family: 'Poppins', sans-serif;
width: 5rem;
background-color: #fff;
position: fixed;
bottom: 0;
float: left;
overflow-y: auto;
z-index: 100;
text-align: center;
}
.mini-sidebar-menu {
margin-top: 4rem;
text-align: center;
}
.mini-sidebar-menu a i {
color: #626262;
font-size: 1rem;
font-weight: 600;
}
.mini-sidebar .sidebar-left-btn {
position: absolute;
bottom: 0;
left: 0;
margin: 2rem;
font-size: 1.2rem;
}
.mini-sidebar .sidebar-footer a {
color: #626262;
}
.mini-sidebar .sidebar-footer a:hover {
color: #303030;
}
/* End Sidebars */
/* Badge */
/* Button Badges */
.btn-badge-white {
background-color: #fff;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #303030;
}
.btn-badge-black {
background-color: #505050;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-green {
background-color: #21ed8b;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-red {
background-color: #FF505B;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-yellow {
background-color: #f9bb2e;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
.btn-badge-blue {
background-color: #405be4;
margin-left: 0.2rem;
padding: 0.1rem 0.4rem 0.1rem 0.4rem;
border-radius: 1rem;
color: #fff;
}
/* Standard Badges */
.badge-white {
background-color: #fff;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #303030;
box-shadow: 0px 0px 10px -5px #303030;
font-size: 0.7rem;
font-weight: 500;
}
.badge-black {
background-color: #303030;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
.badge-green {
background-color: #21ed8b;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
.badge-red {
background-color: #FF505B;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
.badge-yellow {
background-color: #FFE2A0;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #303030;
font-size: 0.7rem;
font-weight: 500;
}
.badge-blue {
background-color: #4967ff;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #fff;
font-size: 0.7rem;
font-weight: 500;
}
/* Transparent Badges */
.badge-transparent-white {
background-color: #fff;
margin-left: 0.5rem;
opacity: 0.5;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #303030;
box-shadow: 0px 0px 10px -5px #303030;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-black {
background-color: #535353;
margin-left: 0.5rem;
opacity: 0.7;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #000;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-green {
background-color: #21ed8b;
margin-left: 0.5rem;
opacity: 0.5;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #000000;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-red {
background-color: #FF505B;
margin-left: 0.5rem;
opacity: 0.7;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #8e030c;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-yellow {
background-color: #FFE2A0;
margin-left: 0.5rem;
opacity: 0.5;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #704f03;
font-size: 0.7rem;
font-weight: 600;
}
.badge-transparent-blue {
background-color: #3355ff;
margin-left: 0.5rem;
opacity: 0.7;
margin-right: 0.5rem;
padding: 0.5rem 0.7rem 0.5rem 0.7rem;
border-radius: 0.5rem;
color: #001581;
font-size: 0.7rem;
font-weight: 600;
}
/* Sizing Badges */
.badge-sm {
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
font-size: 0.6rem;
}
.badge-lg {
padding: 0.4rem 0.7rem 0.4rem 0.7rem;
font-size: 0.8rem;
}
.badge-xlg {
padding: 0.5rem 0.8rem 0.5rem 0.8rem;
font-size: 0.9rem;
}
/* End Badge */
/* Cards */
.person-card-lg { /* Person Card Large */
width: 30rem;
padding: 4rem;
border-radius: 1.5rem;
background-color: #fff;
margin: 1rem;
box-shadow: 0px 2px 60px -15px #ccc;
text-align: center;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.person-card-lg {
width: 100%;
}
}
.avatar-img {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 50%;
}
.avatar-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.person-name {
margin: 1rem;
font-size: 2rem;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.person-info {
color: #858585;
font-size: 0.9rem;
font-weight: 500;
margin: 1rem;
margin-bottom: 2rem;
}
.person-card-lg a {
color: #303030;
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.person-card-sm { /* Peron Card Small */
width: 20rem;
padding: 1rem 1rem 0.5rem 1rem;
border-radius: 1.5rem;
background-color: #fff;
margin: 1rem;
box-shadow: 0px 2px 30px -10px #ccc;
}
.person-card-sm .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 35%;
}
.person-card-sm .avatar-img img {
width: auto;
height: 100%;
margin-left: -10px;
}
.person-card-sm .person-name {
font-size: 1rem;
font-weight: 700;
margin-top: 0.4rem;
margin-left: 4.5rem;
font-family: 'Poppins', sans-serif;
}
.person-card-sm .person-info {
font-size: 0.7rem;
margin-top: -1rem;
margin-left: 4.5rem;
font-family: 'Poppins', sans-serif;
margin-bottom: 0.8rem;
}
.blog-article-lg { /* Blog Article Large */
width: 25rem;
min-height: 30rem;
margin: 1rem;
background-color: #fff;
box-shadow: 0px 2px 60px -15px #ccc;
font-family: 'Questrial', sans-serif;
}
.blog-article-lg img {
width: 100%;
position: relative;
}
.blog-article-content {
padding: 2rem;
background-color: #fff;
position: relative;
height: auto;
}
.article-date {
font-weight: 900;
font-size: 0.8rem;
color: #b0aeae;
}
.article-info {
font-size: 0.8rem;
color: #b0aeae;
display: inline-block;
margin-right: 1rem;
}
.article-title {
font-weight: 900;
font-size: 1.2rem;
margin-top: 0.5rem;
}
.article-description {
font-size: 0.8rem;
color: #7d7d7d;
line-height: 1.4rem;
position: absolute;
opacity: 0;
}
.article-link {
font-size: 0.9rem;
color: #7d7d7d;
position: absolute;
opacity: 0;
}
.blog-article-lg:hover {
height: 30rem;
}
.blog-article-lg:hover .blog-article-content {
margin-top: -15rem;
height: auto;
transition: 0.5s;
}
.blog-article-lg:hover .article-description {
position: static;
opacity: 1;
transition: opacity 0.6s linear;
}
.blog-article-lg:hover .article-link {
position: static;
opacity: 1;
transition: opacity 1s linear;
}
.blog-article-lg a {
color: #225bf0;
}
.blog-article-sm {
width: 30rem;
height: auto;
padding: 0rem;
margin: 1rem;
background-color: #fff;
display: flex;
border-radius: 1rem;
justify-content: center;
box-shadow: 0px 2px 60px -15px #ccc;
font-family: 'Questrial', sans-serif;
}
.article-sm-img {
display: inline-block;
width: 10rem;
height: 10rem;
overflow: hidden;
border-radius:0%;
position: relative;
border-top-left-radius: 1rem;
border-bottom-left-radius: 1rem;
}
.article-sm-img img {
position: absolute;
top: 50%;
left: 50%;
height: 100%;
transform: translate(-50%,-50%)
}
.blog-article-sm-content {
display: inline-block;
padding: 2rem;
width: 20rem;
position: relative;
max-height: 100%;
float: right;
}
.article-sm-date {
font-weight: 900;
font-size: 0.8rem;
color: #b0aeae;
}
.article-sm-title {
font-weight: 900;
font-size: 0.9rem;
margin-top: 1rem;
}
.blog-article-sm a {
color: #303030;
}
.post { /* Post Card Container */
position: relative;
width: 35rem;
font-size: 0.9rem;
padding: 3rem;
margin: 1rem;
box-shadow: 0px 2px 60px -15px #ccc;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
}
.post .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 100%;
}
.post .avatar-img img {
width: auto;
height: 100%;
margin-left: -10px;
}
.post .person-name {
font-size: 1rem;
font-weight: 700;
margin-top: 1rem;
margin-left: 4rem;
font-family: 'Poppins', sans-serif;
}
.post-date {
position: absolute;
right: 0;
top: 0;
margin: 2rem;
font-size: 0.7rem;
color: #b0aeae;
}
.post-text {
font-size: 0.8rem;
margin-top: 2rem;
line-height: 1.4rem;
color: #7d7d7d;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.post {
width: 100%;
}
}
.product-category { /* Product Category Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
}
.product-category-img {
display: block;
position: relative;
width: 70px;
height: 70px;
float: right;
overflow: hidden;
border-radius: 25%;
}
.product-category-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.product-category-title {
margin-top: 6rem;
font-weight: 800;
}
.product-category-description {
font-size: 0.8rem;
line-height: 1.6rem;
color: #7d7d7d;
}
.product-category-title i {
margin-left: 0.5rem;
opacity: 0;
transition: 0.2s;
}
.product-category:hover i {
opacity: 1;
}
.product-category a {
color: #303030;
}
.product-lg { /* Product Large Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
text-align: center;
}
.product-lg img {
width: 8rem;
}
.product-title {
font-weight: 900;
margin-top: 1rem;
font-size: 1.1rem;
}
.product-oldprice {
color: #db6e6e;
font-size: 0.8rem;
}
.product-price {
font-size: 1.1rem;
font-weight: 900;
}
.product-saveBtn {
background: none;
border: none;
position: absolute;
left: 0;
bottom: 0;
margin: 2rem;
}
.product-cartBtn {
background: none;
border: none;
position: absolute;
right: 0;
bottom: 0;
margin: 2rem;
}
.product-sm { /* Product Small Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 1rem 1rem 0.5rem 1rem;
border-radius: 1.5rem;
font-family: 'Questrial', sans-serif;
}
.product-sm-img {
display: block;
position: relative;
width: 70px;
height: 70px;
float: left;
overflow: hidden;
border-radius: 25%;
}
.product-sm-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.product-sm .product-title {
font-size: 0.9rem;
margin-left: 5.5rem;
margin-top: 0.7rem;
}
.product-sm .product-price {
font-size: 0.8rem;
margin-left: 5.5rem;
margin-top: -0.5rem;
}
.product-sm-cartBtn {
background-color: #303030;
border: none;
color: #fff;
padding: 0.8rem 1.1rem 0.8rem 1.1rem;
border-radius: 1rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
margin-right: 2rem;
box-shadow: 0px 9px 25px -8px #303030;
}
.product-sm-cartBtn:hover {
box-shadow: 0px 2px 60px -15px #ccc;
transition: 0.2s;
}
.createNew-card { /* Create New Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 2rem;
font-family: 'Questrial', sans-serif;
text-align: center;
cursor: pointer;
}
.createNew-card i {
font-size: 4rem;
color: #75c2f2;
}
.card-title {
font-size: 1.2rem;
font-weight: 900;
margin-top: 1.5rem;
}
.card-description {
font-size: 0.8rem;
line-height: 1.5rem;
color: #7d7d7d;
}
.createNew-card:hover {
transform: scale(1.1);
transition: 0.2s;
}
.createNew-card a {
color: #303030;
}
.addNew-card { /* Add New Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 15rem;
background-color: #43474e;
position: relative;
margin: 1rem;
padding: 5rem 3rem 5rem 3rem;
border-radius: 2rem;
font-family: 'Poppins', sans-serif;
text-align: center;
cursor: pointer;
}
.addNew-card i {
font-size: 1.5rem;
color: #fff;
}
.addNew-card .card-title {
color: #fff;
font-size: 0.8rem;
font-weight: 400;
}
.addNew-card:hover {
transform: scale(1.1);
transition: 0.2s;
background-color: #25282d;
}
.upload-card { /* Upload Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1rem;
font-family: 'Questrial', sans-serif;
text-align: center;
border-style: dashed;
border-color: #f0ecec;
cursor: pointer;
}
.upload-card i {
font-size: 4rem;
color: #75c2f2;
}
.upload-card:hover {
transform: scale(1.1);
transition: 0.2s;
}
.category-card { /* Category Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 2rem;
font-family: 'Questrial', sans-serif;
cursor: pointer;
}
.category-card-title {
margin-top: 1rem;
font-size: 1rem;
font-weight: 900;
}
.category-card-description {
font-size: 0.8rem;
line-height: 1.6rem;
color: #7d7d7d;
}
.category-card a {
color: #303030;
}
.category-card:hover i {
margin-left: 15rem;
transition: 0.2s;
}
/* End Cards */
/* Tooltips */
[data-tooltip] {
position: relative;
}
[data-tooltip]::before {
content: attr(data-tooltip);
position: absolute;
top: 50%;
font-size: 0.75rem;
right: calc(100% + 16px);
width: auto;
padding: 0.7rem 0.8rem 0.7rem 0.8rem;
text-align: center;
border-radius: 0.7rem;
background-color: #303030;
opacity: 0;
color: #fff;
transform: translate(20px, -50%);
z-index: 1;
font-family: 'Questrial', sans-serif;
white-space: nowrap;
transition: 0.1s;
}
[data-tooltip]:hover::before {
opacity: 0.9;
transform: translate(10%, -50%);
}
/* Tooltips position */
[tooltip-position='bottom']:before {
top: calc(100% + 16px);
left: 50%;
right: initial;
transform: translate(-50%, -20px);
}
[tooltip-position='bottom']:hover:before {
transform: translate(-50%, -5px);
}
[tooltip-position='top']:before {
top: initial;
left: 50%;
right: initial;
bottom: calc(100% + 16px);
transform: translate(-50%, 20px);
}
[tooltip-position='top']:hover:before {
transform: translate(-50%, 7px);
}
[tooltip-position='right']:before {
top: 50%;
left: calc(100% + 16px);
right: initial;
transform: translate(-20px, -50%);
}
[tooltip-position='right']:hover:before {
transform: translate(-8px, -50%);
}
/* End Tooltips position */
/* Tooltips colors */
[tooltip-color='blue']::before {
background-color: #4967ff;
color: #fff;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='white']::before {
background-color: #fff;
color: #000;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='green']::before {
background-color: #78ec91;
color: #000;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='red']::before {
background-color: #FF505B;
color: #fff;
box-shadow: 0px 0px 10px -5px #303030;
}
[tooltip-color='yellow']::before {
background-color: #FFE2A0;
color: #000;
box-shadow: 0px 0px 10px -5px #303030;
}
/* End Tooltips colors */
/* End Tooltips */
/* Testimonials */
/* Testimonial Style 1 */
.testimonial-style1 { /* Testimonial Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 30rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-style1 .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 35%;
}
.testimonial-style1 .avatar-img img {
width: auto;
height: 100%;
margin-left: -10px;
}
.testimonial-style1 .person-name {
font-size: 1rem;
font-weight: 700;
margin-top: 0.9rem;
margin-left: 4rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-stars {
position: absolute;
top: 0;
right: 0;
margin: 2rem;
margin-top: 2.9rem;
}
.testimonial-stars i {
font-size: 0.7rem;
}
.testimonial-stars .fas {
color: #f58830;
}
.testimonial-style1 .testimonial-description {
font-size: 0.8rem;
margin-top: 2.5rem;
line-height: 1.3rem;
}
@media screen and (max-width: 991px){ /* Responsive Media Queries */
.testimonial-style1 {
width: 100%;
}
.testimonial-style2 {
width: 100% !important;
}
.testimonial-style3 {
width: 100% !important;
}
}
/* Testimonial Style 2 */
.testimonial-style2 { /* Testimonial Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 30rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 2rem;
border-radius: 0.5rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-style2 .testimonial-description {
font-size: 0.85rem;
margin-top: 1rem;
line-height: 1.6rem;
}
.testimonial-style2 .avatar-img {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
float: left;
overflow: hidden;
border-radius: 100%;
margin-top: 1rem;
}
.testimonial-style2 .avatar-img img {
width: auto;
height: 100%;
margin-left: -15px;
}
.testimonial-style2 .person-name {
font-size: 0.9rem;
font-weight: 700;
margin-top: 2.8rem;
margin-left: 4rem;
font-family: 'Poppins', sans-serif;
}
/* Testimonial Style 3 */
.testimonial-style3 { /* Testimonial Card */
box-shadow: 0px 2px 60px -15px #ccc;
width: 30rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
text-align: center;
border-radius: 0.5rem;
font-family: 'Poppins', sans-serif;
}
.testimonial-style3 .avatar-img {
display: block;
margin: 0 auto !important;
position: relative;
width: 70px;
height: 70px;
overflow: hidden;
border-radius: 100%;
margin-top: 1rem;
}
.testimonial-style3 .avatar-img img {
width: auto;
height: 100%;
margin-left: -20px;
}
.testimonial-style3 .testimonial-description {
font-size: 1.1rem;
margin-top: 1.5rem;
line-height: 2rem;
font-family: 'Playfair Display', serif;
font-weight: 500;
}
.testimonial-style3 .person-name {
font-size: 0.9rem;
font-weight: 900;
margin-top: 2.8rem;
color: #b9b9b9;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
/* End Testimonials */
/* Pricing Tables */
/* Pricing Table 1 */
.pricing-table-1 {
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.pricing-table-1 .pricing-table-title {
font-weight: 900;
font-size: 1.8rem;
}
.pricing-table-1 .pricing-table-price {
font-weight: 900;
font-size: 0.9rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
margin-top: -0.5rem;
}
.pricing-table-1 .pricing-table-price strong {
font-size: 1.8rem;
}
.pricing-table-1 ul {
margin-top: 2rem;
margin-bottom: 2rem;
}
.pricing-table-1 ul li {
margin-top: 1rem;
font-size: 0.85rem;
}
.pricing-table-1 ul i {
margin-right: 0.5rem;
color: blue;
}
/* End Pricing Table 1 */
/* Pricing Table 2 */
.pricing-table-2 {
box-shadow: 0px 2px 60px -15px #ccc;
width: 20rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.pricing-table-2 .pricing-table-title {
font-weight: 900;
font-size: 1rem;
}
.pricing-table-2 .pricing-table-price {
font-weight: 900;
font-size: 0.85rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
margin-bottom: 1.5rem;
}
.pricing-table-2 .pricing-table-price strong {
font-size: 1.5rem;
}
/* End Pricing Table 2 */
/* Pricing Table 3 */
.pricing-table-3 {
box-shadow: 0px 2px 60px -15px #ccc;
width: 25rem;
background-color: #fff;
position: relative;
margin: 1rem;
padding: 3rem;
border-radius: 1.5rem;
font-family: 'Poppins', sans-serif;
}
.pricing-table-3 i {
font-size: 2.5rem;
color: #4967ff;
}
.pricing-table-3 .pricing-table-title {
font-weight: 900;
font-size: 1.8rem;
margin-top: 1rem;
}
.pricing-table-3 .pricing-table-price {
font-weight: 900;
font-size: 0.9rem;
color: #4d4d4d;
font-family: 'Poppins', sans-serif;
margin-top: 1rem;
}
.pricing-table-3 .pricing-table-price strong {
font-size: 1.8rem;
}
.pricing-description {
font-size: 0.8rem;
color: #4d4d4d;
}
.pricing-table-3 ul {
margin-top: 2rem;
margin-bottom: 2rem;
}
.pricing-table-3 ul li {
margin-top: 1.1rem;
font-size: 0.85rem;
}
.pricing-table-3 ul i {
margin-right: 0.5rem;
color: blue;
font-size: 0.85rem;
}
/* End Pricing Table 3 */
/* End Pricing Tables */
/* Sizing */
.full-width {
width: 100% !important;
}
.width-auto {
width: auto !important;
}
.width-10 {
width: 10% !important;
}
.width-20 {
width: 20% !important;
}
.width-30 {
width: 30% !important;
}
.width-40 {
width: 40% !important;
}
.width-50 {
width: 50% !important;
}
.width-60 {
width: 60% !important;
}
.width-70 {
width: 70% !important;
}
.width-80 {
width: 80% !important;
}
.width-90 {
width: 90% !important;
}
/* End Sizing */
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
th {
text-align: left;
}
/* Spacing */
#spacing ul {
list-style: initial;
margin: 1rem;
}
.margin-top-0 {
margin-top: 0rem;
}
.margin-top-1 {
margin-top: 1rem;
}
.margin-top-2 {
margin-top: 2rem;
}
.margin-top-3 {
margin-top: 3rem;
}
.margin-top-4 {
margin-top: 4rem;
}
.margin-top-5 {
margin-top: 5rem;
}
.margin-top-6 {
margin-top: 6rem;
}
.margin-top-7 {
margin-top: 7rem;
}
.margin-top-8 {
margin-top: 8rem;
}
.margin-top-9 {
margin-top: 9rem;
}
.margin-top-10 {
margin-top: 10rem;
}
/*************/
.margin-bottom-0 {
margin-bottom: 1rem;
}
.margin-bottom-1 {
margin-bottom: 1rem;
}
.margin-bottom-2 {
margin-bottom: 2rem;
}
.margin-bottom-3 {
margin-bottom: 3rem;
}
.margin-bottom-4 {
margin-bottom: 4rem;
}
.margin-bottom-5 {
margin-bottom: 5rem;
}
.margin-bottom-6 {
margin-bottom: 6rem;
}
.margin-bottom-7 {
margin-bottom: 7rem;
}
.margin-bottom-8 {
margin-bottom: 8rem;
}
.margin-bottom-9 {
margin-bottom: 9rem;
}
.margin-bottom-10 {
margin-bottom: 10rem;
}
/********/
.margin-left-0 {
margin-left: 0rem;
}
.margin-left-1 {
margin-left: 1rem;
}
.margin-left-2 {
margin-left: 2rem;
}
.margin-left-3 {
margin-left: 3rem;
}
.margin-left-4 {
margin-left: 4rem;
}
.margin-left-5 {
margin-left: 5rem;
}
.margin-left-6 {
margin-left: 6rem;
}
.margin-left-7 {
margin-left: 7rem;
}
.margin-left-8 {
margin-left: 8rem;
}
.margin-left-9 {
margin-left: 9rem;
}
.margin-left-10 {
margin-left: 10rem;
}
/********/
.margin-right-0 {
margin-right: 0rem;
}
.margin-right-1 {
margin-right: 1rem;
}
.margin-right-2 {
margin-right: 2rem;
}
.margin-right-3 {
margin-right: 3rem;
}
.margin-right-4 {
margin-right: 4rem;
}
.margin-right-5 {
margin-right: 5rem;
}
.margin-right-6 {
margin-right: 6rem;
}
.margin-right-7 {
margin-right: 7rem;
}
.margin-right-8 {
margin-right: 8rem;
}
.margin-right-9 {
margin-right: 9rem;
}
.margin-right-10 {
margin-right: 10rem;
}
/*********/
.padding-top-0 {
padding-top: 0rem;
}
.padding-top-1 {
padding-top: 1rem;
}
.padding-top-2 {
padding-top: 2rem;
}
.padding-top-3 {
padding-top: 3rem;
}
.padding-top-4 {
padding-top: 4rem;
}
.padding-top-5 {
padding-top: 5rem;
}
.padding-top-5 {
padding-top: 5rem;
}
.padding-top-6 {
padding-top: 6rem;
}
.padding-top-7 {
padding-top: 7rem;
}
.padding-top-8 {
padding-top: 8rem;
}
.padding-top-9 {
padding-top: 9rem;
}
.padding-top-10 {
padding-top: 10rem;
}
/*******/
.padding-bottom-0 {
padding-bottom: 0rem;
}
.padding-bottom-1 {
padding-bottom: 1rem;
}
.padding-bottom-2 {
padding-bottom: 2rem;
}
.padding-bottom-3 {
padding-bottom: 3rem;
}
.padding-bottom-4 {
padding-bottom: 4rem;
}
.padding-bottom-5 {
padding-bottom: 5rem;
}
.padding-bottom-6 {
padding-bottom: 6rem;
}
.padding-bottom-7 {
padding-bottom: 7rem;
}
.padding-bottom-8 {
padding-bottom: 8rem;
}
.padding-bottom-9 {
padding-bottom: 9rem;
}
.padding-bottom-10 {
padding-bottom: 10rem;
}
/*********/
.padding-left-0 {
padding-left: 0rem;
}
.padding-left-1 {
padding-left: 1rem;
}
.padding-left-2 {
padding-left: 2rem;
}
.padding-left-3 {
padding-left: 3rem;
}
.padding-left-4 {
padding-left: 4rem;
}
.padding-left-5 {
padding-left: 5rem;
}
.padding-left-6 {
padding-left: 6rem;
}
.padding-left-7 {
padding-left: 7rem;
}
.padding-left-8 {
padding-left: 8rem;
}
.padding-left-8 {
padding-left: 8rem;
}
.padding-left-9 {
padding-left: 9rem;
}
.padding-left-10 {
padding-left: 10rem;
}
/***********/
.padding-right-0 {
padding-right: 0rem;
}
.padding-right-1 {
padding-right: 1rem;
}
.padding-right-2 {
padding-right: 2rem;
}
.padding-right-3 {
padding-right: 3rem;
}
.padding-right-4 {
padding-right: 4rem;
}
.padding-right-5 {
padding-right: 5rem;
}
.padding-right-6 {
padding-right: 6rem;
}
.padding-right-7 {
padding-right: 7rem;
}
.padding-right-8 {
padding-right: 8rem;
}
.padding-right-9 {
padding-right: 9rem;
}
.padding-right-10 {
padding-right: 10rem;
}
/* End Spacing */ | 0.294012 | 0.065425 |
.select_books {
width: 1200px;
height: 750px;
margin: 0 auto;
}
.tab_content {
float: right;
width: 700px;
}
.tabs {
overflow: hidden;
width: 700px;
margin: 0;
padding: 0;
list-style: none;
}
.tabs li {
float: left;
margin: 0 -15px 0 0;
border-bottom: 1px solid #157658;
}
.tabs a {
float: left;
position: relative;
padding: 0 10px;
height: 0;
line-height: 25px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
border-right: 30px solid transparent;
border-bottom: 25px solid #157658;
font-size: 12px;
border-bottom-color: #777 \9;
opacity: .5;
filter: alpha(opacity=30);
}
.tabs a:hover,
.tabs a:focus {
border-bottom-color: #2ac7e1;
opacity: 1;
filter: alpha(opacity=100);
}
.tabs a:focus {
outline: 0;
}
.tabs .current {
z-index: 3;
border-bottom-color: #157658;
opacity: 1;
filter: alpha(opacity=100);
}
.select_books .content ul {
width: 700px;
height: 566px;
float: right;
}
.select_books .content ul li {
width: 115px;
height: 250px;
margin: 12px;
float: left;
position: relative;
left: 0;
}
.select_books .content ul li .book_img {
width: 130px;
height: 200px;
position: absolute;
top: 0;
}
.select_books .content ul li .book_title {
display: inline-block;
font-size: 14px;
height: 14px;
line-height: 14px;
color: #3377AA;
position: absolute;
bottom: 24px;
white-space: nowrap;
/* 规定文本是否折行 */
overflow: hidden;
/* 规定超出内容宽度的元素隐藏 */
text-overflow: ellipsis;
width: 100%;
}
.select_books .content ul li .book_author {
font-size: 14px;
height: 14px;
line-height: 14px;
position: absolute;
bottom: -10px;
white-space: nowrap;
/* 规定文本是否折行 */
overflow: hidden;
/* 规定超出内容宽度的元素隐藏 */
text-overflow: ellipsis;
width: 100%;
}
/*好书精选 end*/
/* 精选排名 start*/
.select_books .book_rank {
height: 700px;
width: 300px;
float: left;
}
.select_books .book_rank ul {
height: 700px;
width: 300px;
}
.select_books .book_rank ul li {
width: 300px;
height: 30px;
line-height: 30px;
margin-top: 16px;
}
.select_books .book_rank ul li span {
height: 12px;
font-size: 12px;
display: inline;
}
.select_books .book_rank ul li a {
color: #3377AA;
width: 300px;
height: 20px;
line-height: 20px;
font-size: 14px;
}
.select_books .book_rank ul li p {
font-size: 14px;
height: 18px;
line-height: 14px;
padding-left: 14px;
border-bottom: 1px dashed #ddd;
}
.select_books:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* 精选排名 end*/ | css/select_book.css |
.select_books {
width: 1200px;
height: 750px;
margin: 0 auto;
}
.tab_content {
float: right;
width: 700px;
}
.tabs {
overflow: hidden;
width: 700px;
margin: 0;
padding: 0;
list-style: none;
}
.tabs li {
float: left;
margin: 0 -15px 0 0;
border-bottom: 1px solid #157658;
}
.tabs a {
float: left;
position: relative;
padding: 0 10px;
height: 0;
line-height: 25px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
border-right: 30px solid transparent;
border-bottom: 25px solid #157658;
font-size: 12px;
border-bottom-color: #777 \9;
opacity: .5;
filter: alpha(opacity=30);
}
.tabs a:hover,
.tabs a:focus {
border-bottom-color: #2ac7e1;
opacity: 1;
filter: alpha(opacity=100);
}
.tabs a:focus {
outline: 0;
}
.tabs .current {
z-index: 3;
border-bottom-color: #157658;
opacity: 1;
filter: alpha(opacity=100);
}
.select_books .content ul {
width: 700px;
height: 566px;
float: right;
}
.select_books .content ul li {
width: 115px;
height: 250px;
margin: 12px;
float: left;
position: relative;
left: 0;
}
.select_books .content ul li .book_img {
width: 130px;
height: 200px;
position: absolute;
top: 0;
}
.select_books .content ul li .book_title {
display: inline-block;
font-size: 14px;
height: 14px;
line-height: 14px;
color: #3377AA;
position: absolute;
bottom: 24px;
white-space: nowrap;
/* 规定文本是否折行 */
overflow: hidden;
/* 规定超出内容宽度的元素隐藏 */
text-overflow: ellipsis;
width: 100%;
}
.select_books .content ul li .book_author {
font-size: 14px;
height: 14px;
line-height: 14px;
position: absolute;
bottom: -10px;
white-space: nowrap;
/* 规定文本是否折行 */
overflow: hidden;
/* 规定超出内容宽度的元素隐藏 */
text-overflow: ellipsis;
width: 100%;
}
/*好书精选 end*/
/* 精选排名 start*/
.select_books .book_rank {
height: 700px;
width: 300px;
float: left;
}
.select_books .book_rank ul {
height: 700px;
width: 300px;
}
.select_books .book_rank ul li {
width: 300px;
height: 30px;
line-height: 30px;
margin-top: 16px;
}
.select_books .book_rank ul li span {
height: 12px;
font-size: 12px;
display: inline;
}
.select_books .book_rank ul li a {
color: #3377AA;
width: 300px;
height: 20px;
line-height: 20px;
font-size: 14px;
}
.select_books .book_rank ul li p {
font-size: 14px;
height: 18px;
line-height: 14px;
padding-left: 14px;
border-bottom: 1px dashed #ddd;
}
.select_books:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* 精选排名 end*/ | 0.363082 | 0.089375 |
html, body {
height: 100%;
margin: 0px;
padding: 0px;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #555;
min-height: 100%;
background-color: #eee;
background-image: url(/press/images/gray_jean.png);
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
a, a:visited, a:active, a:hover {
text-decoration: none;
outline: none;
}
h1 {
background-color: #000;
color: #fff;
padding: 10px;
margin: 0px 0px 30px 0px;
text-align: center;
}
h2 {
color: #000;
margin: 0px 0px 20px 0px;
padding: 0px;
}
#welcome {
font-size: 14px;
color: #000;
padding: 10px;
background-color: #fff;
box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
margin-bottom: 0px;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
#container {
width: 900px;
margin: 0 auto;
}
#progress {
background-color: #fff;
padding: 5px;
margin-top: 0px;
margin-bottom: 20px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#progress .percent {
background: #87C442;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
background-image: -webkit-linear-gradient(#9FD04F,#87C442);
background-image: -moz-linear-gradient(#9FD04F,#87C442);
background-image: -o-linear-gradient(#9FD04F,#87C442);
background-image: -ms-linear-gradient(#9FD04F,#87C442);
background-image: linear-gradient(#9FD04F,#87C442);
width: 1%;
height: 30px;
position: relative;
}
#progress .percent .number {
position: absolute;
top: 0px;
height: 30px;
line-height: 30px;
color: #000;
right: -40px;
width: 40px;
text-align: center;
font-weight: bold;
}
#actions {
margin: 0px;
padding: 0px;
overflow: hidden;
list-style-type: none;
}
#actions li {
float: left;
width: 33%;
padding: 10px;
text-align: center;
border-right: 1px solid #bbb;
border-left: 1px solid #fff;
}
#actions li:nth-child(1) {
border-left: none;
}
#actions li:nth-child(2) {
width: 34%;
}
#actions li:nth-child(3) {
border-right: none;
}
button {
font-family: "Open Sans", sans-serif;
font-weight: bold;
background: #87C442;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
background-image: -webkit-linear-gradient(#9FD04F,#87C442);
background-image: -moz-linear-gradient(#9FD04F,#87C442);
background-image: -o-linear-gradient(#9FD04F,#87C442);
background-image: -ms-linear-gradient(#9FD04F,#87C442);
background-image: linear-gradient(#9FD04F,#87C442);
color: black;
-moz-box-shadow: inset 0 1px 0 0 #b7dc63;
-webkit-box-shadow: inset 0 1px 0 0 #B7DC63;
-o-box-shadow: inset 0 1px 0 0 #b7dc63;
box-shadow: inset 0 1px 0 0 #B7DC63;
text-shadow: #FFFF8E 0 1px 0;
-moz-background-clip: border;
-webkit-background-clip: border;
-o-background-clip: border-box;
-ms-background-clip: border-box;
-khtml-background-clip: border-box;
background-clip: border-box;
border: 1px solid #1A1A1A;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
color: #000;
font-size: 24px;
line-height: 48px;
padding: 0 20px;
-moz-transition: "color","0.3s";
-webkit-transition: "color","0.3s";
-o-transition: "color","0.3s";
transition: "color","0.3s";
cursor: pointer;
margin: 0px;
opacity: 0.99;
}
button:hover {
opacity: 0.9;
}
button.facebook {
background: #3b5998;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4b71c1),color-stop(100%,#3b5998));
background-image: -webkit-linear-gradient(#4b71c1,#3b5998);
background-image: -moz-linear-gradient(#4b71c1,#3b5998);
background-image: -o-linear-gradient(#4b71c1,#3b5998);
background-image: -ms-linear-gradient(#4b71c1,#3b5998);
background-image: linear-gradient(#4b71c1,#3b5998);
color: #fff;
-moz-box-shadow: inset 0 1px 0 0 #5b8aeb;
-webkit-box-shadow: inset 0 1px 0 0 #5b8aeb;
-o-box-shadow: inset 0 1px 0 0 #5b8aeb;
box-shadow: inset 0 1px 0 0 #5b8aeb;
text-shadow: #3b5998 0 1px 0;
}
button.twitter {
background: #2578b4;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#58a8e2),color-stop(100%,#2578b4));
background-image: -webkit-linear-gradient(#58a8e2,#2578b4);
background-image: -moz-linear-gradient(#58a8e2,#2578b4);
background-image: -o-linear-gradient(#58a8e2,#2578b4);
background-image: -ms-linear-gradient(#58a8e2,#2578b4);
background-image: linear-gradient(#58a8e2,#2578b4);
color: #fff;
-moz-box-shadow: inset 0 1px 0 0 #88c1ec;
-webkit-box-shadow: inset 0 1px 0 0 #88c1ec;
-o-box-shadow: inset 0 1px 0 0 #88c1ec;
box-shadow: inset 0 1px 0 0 #88c1ec;
text-shadow: #2578b4 0 1px 0;
}
#footer {
height: 50px;
position: fixed;
bottom: 0px;
left: 0px;
line-height: 50px;
color: #aaa;
text-align: center;
width: 100%;
} | share/share.css | html, body {
height: 100%;
margin: 0px;
padding: 0px;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #555;
min-height: 100%;
background-color: #eee;
background-image: url(/press/images/gray_jean.png);
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
a, a:visited, a:active, a:hover {
text-decoration: none;
outline: none;
}
h1 {
background-color: #000;
color: #fff;
padding: 10px;
margin: 0px 0px 30px 0px;
text-align: center;
}
h2 {
color: #000;
margin: 0px 0px 20px 0px;
padding: 0px;
}
#welcome {
font-size: 14px;
color: #000;
padding: 10px;
background-color: #fff;
box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
margin-bottom: 0px;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
#container {
width: 900px;
margin: 0 auto;
}
#progress {
background-color: #fff;
padding: 5px;
margin-top: 0px;
margin-bottom: 20px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#progress .percent {
background: #87C442;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
background-image: -webkit-linear-gradient(#9FD04F,#87C442);
background-image: -moz-linear-gradient(#9FD04F,#87C442);
background-image: -o-linear-gradient(#9FD04F,#87C442);
background-image: -ms-linear-gradient(#9FD04F,#87C442);
background-image: linear-gradient(#9FD04F,#87C442);
width: 1%;
height: 30px;
position: relative;
}
#progress .percent .number {
position: absolute;
top: 0px;
height: 30px;
line-height: 30px;
color: #000;
right: -40px;
width: 40px;
text-align: center;
font-weight: bold;
}
#actions {
margin: 0px;
padding: 0px;
overflow: hidden;
list-style-type: none;
}
#actions li {
float: left;
width: 33%;
padding: 10px;
text-align: center;
border-right: 1px solid #bbb;
border-left: 1px solid #fff;
}
#actions li:nth-child(1) {
border-left: none;
}
#actions li:nth-child(2) {
width: 34%;
}
#actions li:nth-child(3) {
border-right: none;
}
button {
font-family: "Open Sans", sans-serif;
font-weight: bold;
background: #87C442;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
background-image: -webkit-linear-gradient(#9FD04F,#87C442);
background-image: -moz-linear-gradient(#9FD04F,#87C442);
background-image: -o-linear-gradient(#9FD04F,#87C442);
background-image: -ms-linear-gradient(#9FD04F,#87C442);
background-image: linear-gradient(#9FD04F,#87C442);
color: black;
-moz-box-shadow: inset 0 1px 0 0 #b7dc63;
-webkit-box-shadow: inset 0 1px 0 0 #B7DC63;
-o-box-shadow: inset 0 1px 0 0 #b7dc63;
box-shadow: inset 0 1px 0 0 #B7DC63;
text-shadow: #FFFF8E 0 1px 0;
-moz-background-clip: border;
-webkit-background-clip: border;
-o-background-clip: border-box;
-ms-background-clip: border-box;
-khtml-background-clip: border-box;
background-clip: border-box;
border: 1px solid #1A1A1A;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
color: #000;
font-size: 24px;
line-height: 48px;
padding: 0 20px;
-moz-transition: "color","0.3s";
-webkit-transition: "color","0.3s";
-o-transition: "color","0.3s";
transition: "color","0.3s";
cursor: pointer;
margin: 0px;
opacity: 0.99;
}
button:hover {
opacity: 0.9;
}
button.facebook {
background: #3b5998;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4b71c1),color-stop(100%,#3b5998));
background-image: -webkit-linear-gradient(#4b71c1,#3b5998);
background-image: -moz-linear-gradient(#4b71c1,#3b5998);
background-image: -o-linear-gradient(#4b71c1,#3b5998);
background-image: -ms-linear-gradient(#4b71c1,#3b5998);
background-image: linear-gradient(#4b71c1,#3b5998);
color: #fff;
-moz-box-shadow: inset 0 1px 0 0 #5b8aeb;
-webkit-box-shadow: inset 0 1px 0 0 #5b8aeb;
-o-box-shadow: inset 0 1px 0 0 #5b8aeb;
box-shadow: inset 0 1px 0 0 #5b8aeb;
text-shadow: #3b5998 0 1px 0;
}
button.twitter {
background: #2578b4;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#58a8e2),color-stop(100%,#2578b4));
background-image: -webkit-linear-gradient(#58a8e2,#2578b4);
background-image: -moz-linear-gradient(#58a8e2,#2578b4);
background-image: -o-linear-gradient(#58a8e2,#2578b4);
background-image: -ms-linear-gradient(#58a8e2,#2578b4);
background-image: linear-gradient(#58a8e2,#2578b4);
color: #fff;
-moz-box-shadow: inset 0 1px 0 0 #88c1ec;
-webkit-box-shadow: inset 0 1px 0 0 #88c1ec;
-o-box-shadow: inset 0 1px 0 0 #88c1ec;
box-shadow: inset 0 1px 0 0 #88c1ec;
text-shadow: #2578b4 0 1px 0;
}
#footer {
height: 50px;
position: fixed;
bottom: 0px;
left: 0px;
line-height: 50px;
color: #aaa;
text-align: center;
width: 100%;
} | 0.328422 | 0.099339 |
* {
outline: 2px solid white;
outline-offset: -5px;
font-family: 'Roboto', sans-serif;
}
.vh {
position: absolute!important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0!important;
border: 0!important;
height: 1px!important;
width: 1px!important;
overflow: hidden
}
body {
font-family: 'Roboto', sans-serif,'Arial';
/*font-family: 'Ubuntu Mono', monospace;*/
display: flex;
/*background-color: rgba(0,0,255,0.5);*/
justify-content: space-around;
align-items: space-around;
flex-wrap: wrap;
padding:0;
margin:0;
/*padding:2%;*/
height: 100%;
height: 100vh;
/* width: 100%;
width: 100vw;*/
background-color: rgba(3,3,123,1);
/*animation: bg-color 10s infinite ease-in-out;*/
/*transition: background-color 1s ease-in-out;*/
/*background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);*/
/* height: 100vh; Use vh as a fallback for browsers that do not support Custom Properties
height: calc(var(--vh, 1vh) * 100);*/
/*margin: 0 auto;*/
/*max-width: 30%;*/
}
/* * {
outline: 2px solid;
}*/
.game-preview * {
/*outline: 2px solid white;*/
}
.game-preview * {
/*border: 12px solid darkorange;*/
}
.game-preview {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
}
.game-preview__title {
color: white;
width: 35%;
font-size: 3em;
}
.game-preview__wrapper {
width: 45%;
min-height: 25vh;
display: flex;
flex-direction: row;
align-items: space-around;
justify-content: space-around;
align-items: stretch;
margin-top: 2%;
outline: none;
}
.game-preview__button {
padding:0;
font-size: 5em;
outline: none;
width: 150px;
height: 150px;
border: 5px solid #fff;
border-radius: 25px;
transition: 500ms ease;
background-color: transparent;
color: white;
}
.game-preview__button:hover,
.game-preview__button:focus {
}
.button-start {
align-self: center;
margin: 0;
padding: 4%;
text-shadow:3px 3px 5px rgba(0,0,0,1);
/*text-align: center;*/
font-size: 3em;
border:0;
width: 45%;
border-radius: 25px;
margin-top: 1em;
outline: none;
}
.game {
display: flex;
flex-wrap: wrap;
flex-direction: columns;
justify-content: center;
}
.title {
text-align: center;
margin:0;
padding:0;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.row {
text-align: center;
margin:0;
padding:0;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
/*buttons in every row*/
.row button {
border: none;
font-size: 2.5em;
color: white;
padding: 0.5em;
margin:0;
font-size: 2.5em;
background-color: rgba(0,0,175,1);
transition: 500ms ease;
outline: 2px solid white;
outline-offset: -5px;
}
/*title in row*/
.row h1 {
margin: 0;
padding:0.5em;
color: white;
width: 25%;
text-shadow:3px 3px 0px rgba(0,0,0,1) ;
}
.game-preview__title {
outline: none;
text-align: center;
}
.points:hover,
.points:focus {
transform: scale(1.2);
transition: 500ms ease;
/*text-shadow:10px 10px 2px rgba(0,0,0,1) ;*/
box-shadow: 10px 10px 5px 0px rgba(255,255,255,0.3),-10px -10px 5px 0px rgba(255,255,255,0.3);
}
.w100 {
width: 100%;
text-align: center;
font-size: 3em;
border:none;
outline: none;
}
.button {
align-self: center;
margin: 0;
color: white;
text-shadow:3px 3px 5px rgba(0,0,0,1);
text-align: center;
font-size: 3em;
background-color: rgba(0,0,0,0);
border:0;
width: 45%;
transition: 500ms ease;
border:2px solid #fff;
border-radius: 25px;
margin-top: 1em;
}
.button:hover,
.button:focus {
transition: 500ms ease;
text-shadow:3px 3px 5px rgba(12,12,255,1) ;
box-shadow: 0px 0px 2000px 25px rgba(255,255,255,1);
}
.all-points {
display: flex;
width: 100%;
justify-content: space-around;
align-items: center;
text-shadow: 1px 1px 1px black;
}
.blue,
.all,
.green,
.red
{
border: 5px double white;
font-size: 3em;
color: white;
padding: 0.2em;
}
.red {
border: 5px double red;
background-color: red;
/*text-shadow: 1px 1px 1px black;*/
}
.green {
border: 5px double green;
background-color: #219130;
}
.blue {
border: 5px double blue;
background-color:#7572e3;
}
.all {
border: 5px solid white;
background-color: darkorange;
color: blue;
}
.hidden {
transition: 500ms ease;
display: none;
}
.image-output,
.AnswerImage {
transition: 1500ms ease;
border:22px solid white;
position: fixed;
width: 85vw;
top: 10vh;
height: 80%;
height: 80vh;
background-color: rgb(0,0,200);
left: 50%;
transform: translateX(-50%);
z-index: 10;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
/*align-content: center;*/
align-items: center;
padding:1%;
}
.image-output {
flex-direction: column;
flex-wrap: wrap;
}
.Image-Of-Question {
/*position: relative;*/
/*top:0%;*/
width: auto;
z-index: 15;
}
.Audio-Of-Question {
/*border:2px solid green;*/
width: 40%;
transform: scale(1.5);
outline: none;
/*min-height: 80vh;*/
/*z-index: 15;*/
}
.AnswerImage * {
paddin:0;
margin:0;
}
.AnswerImage {
z-index: 10;
flex-direction: column-reverse;
justify-content: center;
}
.Image-Of-Answer {
position: relative;
/*width: 185%;*/
/*width: auto;
height: auto;*/
z-index: 15;
/*top:5%;*/
width: 30%;
}
.Text-Qestion,
.Text_Of_Answer,
.AnswerMsg {
/*margin:auto;*/
padding:0;
align-self: center;
text-align: center;
/*width: 100%;*/
color: white;
outline: none;
font-size: 3em;
text-shadow: 1px 1px 1px black,
-1px -1px 1px black,
1px -1px 1px black,
-1px 1px 1px black;
z-index: 15;
}
.Text-Qestion {
font-size: 3.2em;
}
.Text_Of_Answer {
position: relative;
font-size: 2.5em;
/*top: -25vh;*/
}
.AnswerMsg {
font-size: 3em;
text-decoration: uppercase;
text-decoration-line: underline;
font-weight: bold;
text-shadow: 1px 1px 1px black;
}
#Red-Button,
#Blue-Button,
#Red-Button-Minus,
#Blue-Button-Minus,
#Green-Button,
#Green-Button-Minus{
font-size: 2em;
border: 10px solid transparent;
z-index: 20;
outline: 5px solid grey;
outline-offset: -8px;
}
#Red-Button:hover,
#Blue-Button:hover,
#Red-Button:focus,
#Blue-Button:focus,
#Green-Button:focus,
#Green-Button:hover,
#Green-Button-Minus:hover,
#Red-Button-Minus:hover,
#Blue-Button-Minus:hover,
#Red-Button-Minus:focus,
#Blue-Button-Minus:focus
{
border: 10px solid black;
}
#Red-Button,
#Blue-Button,
#Green-Button,
#Green-Button-Minus,
#Blue-Button-Minus,
#Red-Button-Minus {
position: absolute;
bottom: 9%;
min-width: 15%;
}
u,
sup,
strong {
outline: none;
}
#Red-Button,
#Red-Button-Minus {
right: 2%;
}
#Blue-Button,
#Blue-Button-Minus {
left:2%;
}
#Blue-Button-Minus,
#Red-Button-Minus,
#Green-Button-Minus {
bottom: 1%;
/*min-width: 25%;*/
/*font-size: 2.5em;*/
}
#Green-Button,
#Green-Button-Minus {
left: 50%;
transform: translateX(-50%);
}
/*@keyframes bg-color {
0% {background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);}
20% {background: linear-gradient(45deg, #0000ff 10%,#00001f 50%, #0000ff 100%);}
40% {background: linear-gradient(45deg, #0000ff 40%,#00001f 70%, #0000ff 100%);}
60% {background: linear-gradient(45deg, #0000ff 40%,#00001f 70%, #0000ff 100%);}
80% {background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);}
100% {background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);}
}
*/
@keyframes bg-color {
0% {background-color: #00a;}
50% {background-color: #00001f;}
100% {background-color: #00b;}
}
/*#EECFBA, #C5DDE8)*/
.TextCloseButton,
.AnswerCloseButton {
position: absolute;
top:2%;
right: 2%;
width: 35px;
height: 15px;
background-color: white;
font-size: 0;
}
.TextCloseButton,
.AnswerCloseButton {
position: absolute;
right: 5%;
top: 5%;
width: 52px;
height: 52px;
/*opacity: 0.3;*/
content:'';
background-color: transparent;
outline: none;
border:0;
transition: 300ms ease;
}
.TextCloseButton:hover {
transform: scale(1.7);
transition: 300ms ease;
}
.AnswerCloseButton:hover {
transform: scale(1.7);
transition: 300ms ease;
}
.TextCloseButton:before,
.TextCloseButton:after,
.AnswerCloseButton:after,
.AnswerCloseButton:before {
position: absolute;
left: 15px;
content: ' ';
height: 63px;
width:10px;
background-color: white;
z-index: 20;
}
.TextCloseButton:before,
.AnswerCloseButton:before {
transform: rotate(45deg);
}
.TextCloseButton:after,
.AnswerCloseButton:after {
transform: rotate(-45deg);
}
/*.TextCloseButton:before:hover {
}
.TextCloseButton:after:hover {
transform: rotate(-45deg);
}*/
/*body {
background: linear-gradient(233deg, rgba(3,3,73,1),rgba(3,3,123,1),rgba(3,3,73,1));
background-size: 600% 600%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
0%{background-position:5% 0%}
50%{background-position:96% 100%}
100%{background-position:5% 0%}
}
@-moz-keyframes AnimationName {
0%{background-position:5% 0%}
50%{background-position:96% 100%}
100%{background-position:5% 0%}
}
@keyframes AnimationName {
0%{background-position:5% 0%}
50%{background-position:96% 100%}
100%{background-position:5% 0%}
}*/ | src/style.css | * {
outline: 2px solid white;
outline-offset: -5px;
font-family: 'Roboto', sans-serif;
}
.vh {
position: absolute!important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0!important;
border: 0!important;
height: 1px!important;
width: 1px!important;
overflow: hidden
}
body {
font-family: 'Roboto', sans-serif,'Arial';
/*font-family: 'Ubuntu Mono', monospace;*/
display: flex;
/*background-color: rgba(0,0,255,0.5);*/
justify-content: space-around;
align-items: space-around;
flex-wrap: wrap;
padding:0;
margin:0;
/*padding:2%;*/
height: 100%;
height: 100vh;
/* width: 100%;
width: 100vw;*/
background-color: rgba(3,3,123,1);
/*animation: bg-color 10s infinite ease-in-out;*/
/*transition: background-color 1s ease-in-out;*/
/*background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);*/
/* height: 100vh; Use vh as a fallback for browsers that do not support Custom Properties
height: calc(var(--vh, 1vh) * 100);*/
/*margin: 0 auto;*/
/*max-width: 30%;*/
}
/* * {
outline: 2px solid;
}*/
.game-preview * {
/*outline: 2px solid white;*/
}
.game-preview * {
/*border: 12px solid darkorange;*/
}
.game-preview {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
}
.game-preview__title {
color: white;
width: 35%;
font-size: 3em;
}
.game-preview__wrapper {
width: 45%;
min-height: 25vh;
display: flex;
flex-direction: row;
align-items: space-around;
justify-content: space-around;
align-items: stretch;
margin-top: 2%;
outline: none;
}
.game-preview__button {
padding:0;
font-size: 5em;
outline: none;
width: 150px;
height: 150px;
border: 5px solid #fff;
border-radius: 25px;
transition: 500ms ease;
background-color: transparent;
color: white;
}
.game-preview__button:hover,
.game-preview__button:focus {
}
.button-start {
align-self: center;
margin: 0;
padding: 4%;
text-shadow:3px 3px 5px rgba(0,0,0,1);
/*text-align: center;*/
font-size: 3em;
border:0;
width: 45%;
border-radius: 25px;
margin-top: 1em;
outline: none;
}
.game {
display: flex;
flex-wrap: wrap;
flex-direction: columns;
justify-content: center;
}
.title {
text-align: center;
margin:0;
padding:0;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.row {
text-align: center;
margin:0;
padding:0;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
/*buttons in every row*/
.row button {
border: none;
font-size: 2.5em;
color: white;
padding: 0.5em;
margin:0;
font-size: 2.5em;
background-color: rgba(0,0,175,1);
transition: 500ms ease;
outline: 2px solid white;
outline-offset: -5px;
}
/*title in row*/
.row h1 {
margin: 0;
padding:0.5em;
color: white;
width: 25%;
text-shadow:3px 3px 0px rgba(0,0,0,1) ;
}
.game-preview__title {
outline: none;
text-align: center;
}
.points:hover,
.points:focus {
transform: scale(1.2);
transition: 500ms ease;
/*text-shadow:10px 10px 2px rgba(0,0,0,1) ;*/
box-shadow: 10px 10px 5px 0px rgba(255,255,255,0.3),-10px -10px 5px 0px rgba(255,255,255,0.3);
}
.w100 {
width: 100%;
text-align: center;
font-size: 3em;
border:none;
outline: none;
}
.button {
align-self: center;
margin: 0;
color: white;
text-shadow:3px 3px 5px rgba(0,0,0,1);
text-align: center;
font-size: 3em;
background-color: rgba(0,0,0,0);
border:0;
width: 45%;
transition: 500ms ease;
border:2px solid #fff;
border-radius: 25px;
margin-top: 1em;
}
.button:hover,
.button:focus {
transition: 500ms ease;
text-shadow:3px 3px 5px rgba(12,12,255,1) ;
box-shadow: 0px 0px 2000px 25px rgba(255,255,255,1);
}
.all-points {
display: flex;
width: 100%;
justify-content: space-around;
align-items: center;
text-shadow: 1px 1px 1px black;
}
.blue,
.all,
.green,
.red
{
border: 5px double white;
font-size: 3em;
color: white;
padding: 0.2em;
}
.red {
border: 5px double red;
background-color: red;
/*text-shadow: 1px 1px 1px black;*/
}
.green {
border: 5px double green;
background-color: #219130;
}
.blue {
border: 5px double blue;
background-color:#7572e3;
}
.all {
border: 5px solid white;
background-color: darkorange;
color: blue;
}
.hidden {
transition: 500ms ease;
display: none;
}
.image-output,
.AnswerImage {
transition: 1500ms ease;
border:22px solid white;
position: fixed;
width: 85vw;
top: 10vh;
height: 80%;
height: 80vh;
background-color: rgb(0,0,200);
left: 50%;
transform: translateX(-50%);
z-index: 10;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
/*align-content: center;*/
align-items: center;
padding:1%;
}
.image-output {
flex-direction: column;
flex-wrap: wrap;
}
.Image-Of-Question {
/*position: relative;*/
/*top:0%;*/
width: auto;
z-index: 15;
}
.Audio-Of-Question {
/*border:2px solid green;*/
width: 40%;
transform: scale(1.5);
outline: none;
/*min-height: 80vh;*/
/*z-index: 15;*/
}
.AnswerImage * {
paddin:0;
margin:0;
}
.AnswerImage {
z-index: 10;
flex-direction: column-reverse;
justify-content: center;
}
.Image-Of-Answer {
position: relative;
/*width: 185%;*/
/*width: auto;
height: auto;*/
z-index: 15;
/*top:5%;*/
width: 30%;
}
.Text-Qestion,
.Text_Of_Answer,
.AnswerMsg {
/*margin:auto;*/
padding:0;
align-self: center;
text-align: center;
/*width: 100%;*/
color: white;
outline: none;
font-size: 3em;
text-shadow: 1px 1px 1px black,
-1px -1px 1px black,
1px -1px 1px black,
-1px 1px 1px black;
z-index: 15;
}
.Text-Qestion {
font-size: 3.2em;
}
.Text_Of_Answer {
position: relative;
font-size: 2.5em;
/*top: -25vh;*/
}
.AnswerMsg {
font-size: 3em;
text-decoration: uppercase;
text-decoration-line: underline;
font-weight: bold;
text-shadow: 1px 1px 1px black;
}
#Red-Button,
#Blue-Button,
#Red-Button-Minus,
#Blue-Button-Minus,
#Green-Button,
#Green-Button-Minus{
font-size: 2em;
border: 10px solid transparent;
z-index: 20;
outline: 5px solid grey;
outline-offset: -8px;
}
#Red-Button:hover,
#Blue-Button:hover,
#Red-Button:focus,
#Blue-Button:focus,
#Green-Button:focus,
#Green-Button:hover,
#Green-Button-Minus:hover,
#Red-Button-Minus:hover,
#Blue-Button-Minus:hover,
#Red-Button-Minus:focus,
#Blue-Button-Minus:focus
{
border: 10px solid black;
}
#Red-Button,
#Blue-Button,
#Green-Button,
#Green-Button-Minus,
#Blue-Button-Minus,
#Red-Button-Minus {
position: absolute;
bottom: 9%;
min-width: 15%;
}
u,
sup,
strong {
outline: none;
}
#Red-Button,
#Red-Button-Minus {
right: 2%;
}
#Blue-Button,
#Blue-Button-Minus {
left:2%;
}
#Blue-Button-Minus,
#Red-Button-Minus,
#Green-Button-Minus {
bottom: 1%;
/*min-width: 25%;*/
/*font-size: 2.5em;*/
}
#Green-Button,
#Green-Button-Minus {
left: 50%;
transform: translateX(-50%);
}
/*@keyframes bg-color {
0% {background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);}
20% {background: linear-gradient(45deg, #0000ff 10%,#00001f 50%, #0000ff 100%);}
40% {background: linear-gradient(45deg, #0000ff 40%,#00001f 70%, #0000ff 100%);}
60% {background: linear-gradient(45deg, #0000ff 40%,#00001f 70%, #0000ff 100%);}
80% {background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);}
100% {background: linear-gradient(45deg, #00001f 30%, #0000ff 100%);}
}
*/
@keyframes bg-color {
0% {background-color: #00a;}
50% {background-color: #00001f;}
100% {background-color: #00b;}
}
/*#EECFBA, #C5DDE8)*/
.TextCloseButton,
.AnswerCloseButton {
position: absolute;
top:2%;
right: 2%;
width: 35px;
height: 15px;
background-color: white;
font-size: 0;
}
.TextCloseButton,
.AnswerCloseButton {
position: absolute;
right: 5%;
top: 5%;
width: 52px;
height: 52px;
/*opacity: 0.3;*/
content:'';
background-color: transparent;
outline: none;
border:0;
transition: 300ms ease;
}
.TextCloseButton:hover {
transform: scale(1.7);
transition: 300ms ease;
}
.AnswerCloseButton:hover {
transform: scale(1.7);
transition: 300ms ease;
}
.TextCloseButton:before,
.TextCloseButton:after,
.AnswerCloseButton:after,
.AnswerCloseButton:before {
position: absolute;
left: 15px;
content: ' ';
height: 63px;
width:10px;
background-color: white;
z-index: 20;
}
.TextCloseButton:before,
.AnswerCloseButton:before {
transform: rotate(45deg);
}
.TextCloseButton:after,
.AnswerCloseButton:after {
transform: rotate(-45deg);
}
/*.TextCloseButton:before:hover {
}
.TextCloseButton:after:hover {
transform: rotate(-45deg);
}*/
/*body {
background: linear-gradient(233deg, rgba(3,3,73,1),rgba(3,3,123,1),rgba(3,3,73,1));
background-size: 600% 600%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
0%{background-position:5% 0%}
50%{background-position:96% 100%}
100%{background-position:5% 0%}
}
@-moz-keyframes AnimationName {
0%{background-position:5% 0%}
50%{background-position:96% 100%}
100%{background-position:5% 0%}
}
@keyframes AnimationName {
0%{background-position:5% 0%}
50%{background-position:96% 100%}
100%{background-position:5% 0%}
}*/ | 0.343672 | 0.087058 |
body {
background-color: #fff;
font-family: 'Assistant', sans-serif;
color: #302A36;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
color: #023642;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
color: #302A36 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
font-weight: bold;
color: #00759E !important;
}
.btn-navbar-right {
margin-top: -10px !important;
margin-bottom: -10px !important;
margin-right: -18px !important;
height: 70px;
border-radius: 0%;
}
.btn-login {
background-color: #007BA2;
color: white;
height: 67px !important;
}
.btn-login:hover {
background-color: #005874;
color: white;
}
header {
padding: 180px 0px 165px;
margin-top: -70px;
background-image: url("../images/banner.png");
background-size: cover;
}
header h1,
header p {
color: #fff;
}
header h1 {
font-family: 'Playfair Display', serif;
font-weight: bold;
font-size: 50px;
}
header p {
font-size: 22px;
font-weight: bold;
}
.section-text h3,
.section-text h4,
.section-text h5 {
font-weight: bold;
color: #023642;
}
.section-text h2 {
color: #023642;
}
.section-text p {
color: #023642;
font-size: 19px;
}
.section-paket-header {
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.5)), to(rgba(194, 194, 194, 0.5)));
background: linear-gradient(rgba(255, 255, 255, 0.5) 20%, rgba(194, 194, 194, 0.5) 100%);
}
.section-paket .btn-check {
height: 50px;
width: 120px;
margin-right: 310px;
background-color: #023642;
color: white;
}
.section-paket .btn-check:hover {
background-color: #00262E;
color: white;
}
.section-paket .img-pict-trip {
margin-bottom: 50px;
}
.section-testimonial-header {
min-height: 310px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.5)), to(rgba(194, 194, 194, 0.5)));
background: linear-gradient(rgba(255, 255, 255, 0.5) 20%, rgba(194, 194, 194, 0.5) 100%);
}
.section-footer .logo-right img {
margin-top: -20px;
height: 100px;
width: 140px;
margin-bottom: 6px;
}
.section-footer .logo-right p {
color: grey;
}
.section-footer .head-span {
color: #023642;
font-weight: 650;
}
.section-footer .link-footer {
color: #404040;
}
.section-footer .link-footer:hover {
color: #202426;
}
.section-header-sign_in {
background-image: url("../images/bg-sign_in.png");
min-height: 100vh;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.section-sign_in .card-form {
padding: 30px;
margin-top: 30%;
margin-bottom: 30%;
background-color: #F3F3F3;
border-radius: 10px;
}
.section-sign_in .login-form {
padding-top: 20px;
}
.section-sign_in .login-form .form-group label {
display: block;
}
.section-sign_in .login-form .form-check .check-forget {
color: #3C4244;
font-family: 'Assistant', sans-serif;
}
.section-sign_in .login-form .btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none;
}
.section-sign_in .login-form .google {
background-color: #dd4b39;
color: white;
}
.section-sign_in .login-form .google:hover {
background-color: #c74533;
color: white;
}
.section-sign_in .login-form .sign_in {
background-color: #4CAF50;
color: white;
}
.section-sign_in .login-form .sign_in:hover {
background-color: #45a049;
color: white;
}
.section-header-sign_up {
background-image: url("../images/bg-sign_up.png");
min-height: 100vh;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.section-sign_up .content-text {
margin-top: 230px;
}
.section-sign_up .content-text .text-header {
font-family: 'Playfair Display', serif;
color: white;
font-weight: bold;
padding-bottom: 50px;
}
.section-sign_up .content-text .text-header .text-welcome {
font-size: 71px;
padding-bottom: 10px;
}
.section-sign_up .content-text .text-header .text-travel {
font-size: 50px;
padding-bottom: 10px;
}
.section-sign_up .content-text .text-banner {
font-family: 'Assistant', sans-serif;
color: white;
padding-bottom: 50px;
}
.section-sign_up .content-text .text-banner h2 {
font-weight: bold;
font-size: 34px;
padding-bottom: 10px;
}
.section-sign_up .content-text .text-banner p {
font-weight: normal;
font-size: 25px;
padding-bottom: 10px;
}
.section-sign_up .card-sign_up {
margin-top: 150px;
background-color: #EEEEEE;
border-radius: 10px;
}
.section-sign_up .card-sign_up .sign_up-form .btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none;
}
.section-sign_up .card-sign_up .sign_up-form .sign_up {
background-color: #4CAF50;
color: white;
}
.section-sign_up .card-sign_up .sign_up-form .sign_up:hover {
background-color: #45a049;
color: white;
}
.section-setting_user {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}
.setting-user {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.section-header-akun {
min-height: 310px;
background: #dfdada;
margin-top: -70px;
}
.section-content-akun {
margin-top: -180px;
min-height: 100vh;
}
.section-content-akun .card-sidebar .sidebar-header img {
border-radius: 100%;
border-style: none;
height: 100px;
width: 100px;
}
.section-content-akun .card-sidebar .active:hover {
background-color: grey;
color: white;
}
.section-content-akun .content-bar .card-profil-bar i {
height: 20px;
}
.section-details-breadcrumb .breadcrumb {
background-color: transparent;
}
.section-details-breadcrumb .breadcrumb .breadcrumb-item a {
color: #152C5B;
font-weight: 600;
}
.title-details h2 {
color: #152C5B;
font-weight: bold;
}
.section-header-details {
margin-top: 64px;
}
.section-header-details .img-thumbnail-details img {
width: 565px;
height: 400px;
border-radius: 15px;
}
.section-content-details {
margin-top: 50px;
}
.section-content-details .text-about h5 {
color: #152C5B;
font-weight: 600;
}
.section-content-details .text-about span {
margin-top: 15px;
color: #B0B0B0;
}
.section-content-details .card-booking {
border-radius: 10px;
border-color: #E5E5E5;
}
.section-content-details .card-booking .text-booking {
margin-top: 40px;
margin-bottom: 40px;
margin-left: 64px;
margin-right: 64px;
}
.section-content-details .card-booking h5 {
color: #152C5B;
font-weight: 700;
}
.section-content-details .card-booking h3 {
margin-top: 20px;
font-weight: 600;
color: #152C5B;
}
.section-content-details .card-booking h3 span {
color: #9E9E9E;
font-weight: 500;
}
.section-content-details .card-booking p {
font-size: 16px;
margin-top: 20px;
font-weight: 600;
color: #152C5B;
}
.section-content-details .card-booking .pict-date {
margin-top: -10px;
}
.section-content-details .card-booking .btn-booking {
background-color: #2F2FD7;
color: white;
font-weight: 600;
margin-top: 20px;
height: 50px;
width: 320px;
}
h1,
h2,
h3,
h4,
h5,
span,
p {
color: #152C5B;
font-family: 'Poppins', sans-serif;
}
/*# sourceMappingURL=main.css.map */ | assets/frontend/styles/main.css | body {
background-color: #fff;
font-family: 'Assistant', sans-serif;
color: #302A36;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
color: #023642;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
color: #302A36 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
font-weight: bold;
color: #00759E !important;
}
.btn-navbar-right {
margin-top: -10px !important;
margin-bottom: -10px !important;
margin-right: -18px !important;
height: 70px;
border-radius: 0%;
}
.btn-login {
background-color: #007BA2;
color: white;
height: 67px !important;
}
.btn-login:hover {
background-color: #005874;
color: white;
}
header {
padding: 180px 0px 165px;
margin-top: -70px;
background-image: url("../images/banner.png");
background-size: cover;
}
header h1,
header p {
color: #fff;
}
header h1 {
font-family: 'Playfair Display', serif;
font-weight: bold;
font-size: 50px;
}
header p {
font-size: 22px;
font-weight: bold;
}
.section-text h3,
.section-text h4,
.section-text h5 {
font-weight: bold;
color: #023642;
}
.section-text h2 {
color: #023642;
}
.section-text p {
color: #023642;
font-size: 19px;
}
.section-paket-header {
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.5)), to(rgba(194, 194, 194, 0.5)));
background: linear-gradient(rgba(255, 255, 255, 0.5) 20%, rgba(194, 194, 194, 0.5) 100%);
}
.section-paket .btn-check {
height: 50px;
width: 120px;
margin-right: 310px;
background-color: #023642;
color: white;
}
.section-paket .btn-check:hover {
background-color: #00262E;
color: white;
}
.section-paket .img-pict-trip {
margin-bottom: 50px;
}
.section-testimonial-header {
min-height: 310px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.5)), to(rgba(194, 194, 194, 0.5)));
background: linear-gradient(rgba(255, 255, 255, 0.5) 20%, rgba(194, 194, 194, 0.5) 100%);
}
.section-footer .logo-right img {
margin-top: -20px;
height: 100px;
width: 140px;
margin-bottom: 6px;
}
.section-footer .logo-right p {
color: grey;
}
.section-footer .head-span {
color: #023642;
font-weight: 650;
}
.section-footer .link-footer {
color: #404040;
}
.section-footer .link-footer:hover {
color: #202426;
}
.section-header-sign_in {
background-image: url("../images/bg-sign_in.png");
min-height: 100vh;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.section-sign_in .card-form {
padding: 30px;
margin-top: 30%;
margin-bottom: 30%;
background-color: #F3F3F3;
border-radius: 10px;
}
.section-sign_in .login-form {
padding-top: 20px;
}
.section-sign_in .login-form .form-group label {
display: block;
}
.section-sign_in .login-form .form-check .check-forget {
color: #3C4244;
font-family: 'Assistant', sans-serif;
}
.section-sign_in .login-form .btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none;
}
.section-sign_in .login-form .google {
background-color: #dd4b39;
color: white;
}
.section-sign_in .login-form .google:hover {
background-color: #c74533;
color: white;
}
.section-sign_in .login-form .sign_in {
background-color: #4CAF50;
color: white;
}
.section-sign_in .login-form .sign_in:hover {
background-color: #45a049;
color: white;
}
.section-header-sign_up {
background-image: url("../images/bg-sign_up.png");
min-height: 100vh;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.section-sign_up .content-text {
margin-top: 230px;
}
.section-sign_up .content-text .text-header {
font-family: 'Playfair Display', serif;
color: white;
font-weight: bold;
padding-bottom: 50px;
}
.section-sign_up .content-text .text-header .text-welcome {
font-size: 71px;
padding-bottom: 10px;
}
.section-sign_up .content-text .text-header .text-travel {
font-size: 50px;
padding-bottom: 10px;
}
.section-sign_up .content-text .text-banner {
font-family: 'Assistant', sans-serif;
color: white;
padding-bottom: 50px;
}
.section-sign_up .content-text .text-banner h2 {
font-weight: bold;
font-size: 34px;
padding-bottom: 10px;
}
.section-sign_up .content-text .text-banner p {
font-weight: normal;
font-size: 25px;
padding-bottom: 10px;
}
.section-sign_up .card-sign_up {
margin-top: 150px;
background-color: #EEEEEE;
border-radius: 10px;
}
.section-sign_up .card-sign_up .sign_up-form .btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none;
}
.section-sign_up .card-sign_up .sign_up-form .sign_up {
background-color: #4CAF50;
color: white;
}
.section-sign_up .card-sign_up .sign_up-form .sign_up:hover {
background-color: #45a049;
color: white;
}
.section-setting_user {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}
.setting-user {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.section-header-akun {
min-height: 310px;
background: #dfdada;
margin-top: -70px;
}
.section-content-akun {
margin-top: -180px;
min-height: 100vh;
}
.section-content-akun .card-sidebar .sidebar-header img {
border-radius: 100%;
border-style: none;
height: 100px;
width: 100px;
}
.section-content-akun .card-sidebar .active:hover {
background-color: grey;
color: white;
}
.section-content-akun .content-bar .card-profil-bar i {
height: 20px;
}
.section-details-breadcrumb .breadcrumb {
background-color: transparent;
}
.section-details-breadcrumb .breadcrumb .breadcrumb-item a {
color: #152C5B;
font-weight: 600;
}
.title-details h2 {
color: #152C5B;
font-weight: bold;
}
.section-header-details {
margin-top: 64px;
}
.section-header-details .img-thumbnail-details img {
width: 565px;
height: 400px;
border-radius: 15px;
}
.section-content-details {
margin-top: 50px;
}
.section-content-details .text-about h5 {
color: #152C5B;
font-weight: 600;
}
.section-content-details .text-about span {
margin-top: 15px;
color: #B0B0B0;
}
.section-content-details .card-booking {
border-radius: 10px;
border-color: #E5E5E5;
}
.section-content-details .card-booking .text-booking {
margin-top: 40px;
margin-bottom: 40px;
margin-left: 64px;
margin-right: 64px;
}
.section-content-details .card-booking h5 {
color: #152C5B;
font-weight: 700;
}
.section-content-details .card-booking h3 {
margin-top: 20px;
font-weight: 600;
color: #152C5B;
}
.section-content-details .card-booking h3 span {
color: #9E9E9E;
font-weight: 500;
}
.section-content-details .card-booking p {
font-size: 16px;
margin-top: 20px;
font-weight: 600;
color: #152C5B;
}
.section-content-details .card-booking .pict-date {
margin-top: -10px;
}
.section-content-details .card-booking .btn-booking {
background-color: #2F2FD7;
color: white;
font-weight: 600;
margin-top: 20px;
height: 50px;
width: 320px;
}
h1,
h2,
h3,
h4,
h5,
span,
p {
color: #152C5B;
font-family: 'Poppins', sans-serif;
}
/*# sourceMappingURL=main.css.map */ | 0.357455 | 0.059183 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body .myBar{
font-style: normal !important;
font-weight: normal !important;
color: #fff !important;
font-size: 18px !important;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
}
*{
box-sizing: border-box;
box-sizing: content-box;
}
.tooltipPlugin{
margin-right: 5px;
}
.activePlugin{
display: block !important;
}
.pluginMin{
width: 52px;
height: 60px;
position: absolute;
top: 185px;
right: 0;
z-index: 999;
position: fixed;
border-right: 2px solid #E872A8;
display: flex;
display: none;
background-color: #203A6A;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
cursor: pointer;
}
.pluginMinLogo{
width: 100%;
height: 100%;
background: url('https://home.misabel.ai/shops/plugin/image/logo.svg');
background-repeat: no-repeat;
background-position: center;
background-color: #203A6A;
background-size: 88%;
position: relative;
}
.pluginArrow{
width: 45%;
height: 100%;
position: relative;
background: url('https://home.misabel.ai/shops/plugin/image/arrowLeft.svg');
background-position: center;
background-repeat: no-repeat;
z-index: 555;
}
.offersItem{
display: none;
position: absolute;
width: 20px;
height: 20px;
top: -10px;
right: 13px;
background-color: #E872A8;
border-radius: 50%;
justify-content: center;
align-items: center;
color: #fff;
font-size: 13px;
}
.hide{
display: none !important;
}
.hidePluginBtn{
width: 100%;
height: 100%;
}
.myBar {
top: 0px;
text-align: center;
font-size: 17px;
color: #f1f1f1;
background-color: #1E345F;
width: 100%;
display: flex;
z-index: 2147483646;
position: sticky;
height: 65px;
flex-direction: column;
justify-content: center;
z-index: 9000;
}
.wrapperPhone{
top: auto;
background-color: #1E345F;
width: 100%;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
display: none;
}
.phoneArrow{
display: none;
background: url('https://home.misabel.ai/shops/plugin/image/phoneArrow.svg');
background-repeat: no-repeat;
background-position: center;
width: 79px;
height: 14px;
cursor: pointer;
}
.phoneArrowActive {
background: url('https://home.misabel.ai/shops/plugin/image/phoneArrowUp.svg');
background-repeat: no-repeat;
cursor: pointer;
}
.mainWrapper{
display: flex;
width: 100%;
justify-content: space-between;
}
.innerWrapper{
display: flex;
width: 100%;
top: 65px;
text-align: center;
font-size: 17px;
background-color: #1E345F;
z-index: 9998;
position: fixed;
box-sizing: content-box;
flex-direction: column;
}
.blockLogo{
background-color: #1E345F;
display: flex;
width: 20%;
align-items: center;
height: 65px;
}
.blockLogoActive{
width: 20%;
}
.logoActive{
justify-content: center;
}
.LogoWrapper{
width: 73.2%;
height: 100%;
display: flex;
justify-content: center;
}
.logoBlockImg{
width: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.logoBlockImgActive{
justify-content: flex-end;
}
.logoMisabel{
width: 50px;
height: 50px;
background: url('https://home.misabel.ai/shops/plugin/image/logo.svg');
background-repeat: no-repeat;
background-position: center;
}
.logoText{
display: flex;
align-items: center;
}
.logoTextActive{
width: 50%;
}
.wrapperMenu{
display: flex;
width: 100%;
justify-content: space-between;
}
.offers{
display: block;
display: flex;
align-items: center;
width: 100%;
display: none;
}
.topOffers{
display: flex;
align-items: center;
}
.showAllWrapper{
display: none;
margin-left: 20px;
cursor: pointer;
width: auto;
}
.showAllWrapper:hover .showAlltext{
color: #E872A8;
}
.showAllWrapper:hover .showAll{
width: 25px;
height: 25px;
background: url('https://home.misabel.ai/shops/plugin/image/arrowDownHover.svg');
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
}
.showAllWrapper:hover .showAllActive{
width: 25px;
height: 25px;
background: url('https://home.misabel.ai/shops/plugin/image/arrowUpHover.svg');
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
}
.showAlltext{
font-size: 18px !important;
color: #fff;
align-self: center;
font-family: 'Open Sans', sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 21px !important;
}
.showhiden{
display: none;
}
.topMenuWrapper{
width: 19%;
display: none;
align-items: center;
background-color: #1E345F;
height: 65px;
}
.topMenu{
display: flex;
align-items: center;
}
.innerBar {
text-align: center;
font-size: 17px;
color: #f1f1f1;
background-color: #1E345F;
width: 100%;
display: none;
z-index: 2147483646;
position: fixed;
height: auto;
box-sizing: content-box;
flex-wrap: wrap;
}
.innerContent{
display: flex;
flex-wrap: wrap;
height: auto;
margin-left: 14.5%;
}
.wrapperPhoneUp{
top: auto;
background-color: #1E345F;
width: 100%;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
display: none;
}
.phoneArrowUp{
width: 79px;
height: 14px;
background: url('https://home.misabel.ai/shops/plugin/image/phoneArrowUp.svg');
background-repeat: no-repeat;
cursor: pointer;
}
.activePlugin{
display: block !important;
display: flex !important;
}
.canvasBar {
top: 70px;
text-align: center;
font-size: 17px;
color: #f1f1f1;
background-color: #1E345F;
width: 100%;
display: none;
z-index: 2147483646;
position: sticky;
height: auto;
justify-content: center;
}
.canvasBar .active{
display: block;
display: flex;
}
.switchBtn{
margin-top: 10px;
}
.blockSwitch{
display: flex;
flex-direction: column;
}
.switchBtn button{
width: 100px;
height: 33px;
border-radius: 10px;
border: 2px solid black;
margin-bottom: 5px;
}
canvas{
margin-top: 10px;
margin-left: 10px;
background-color: #4A4A4A;
}
.sellerLink {
text-decoration: none;
padding: 0 20px;
}
.sellerLink:hover{
background-color: #3D5480;
text-decoration: none;
}
.sellerName {
text-align: center;
display: flex;
height: 65px;
width: auto;
}
.likeOffers{
display: none !important;
cursor: pointer;
width: 25px;
height: 20px;
background: url('https://home.misabel.ai/shops/plugin/image/like.svg');
background-repeat: no-repeat;
display: flex;
align-items: center;
}
.likeOffers:hover{
background: url('https://home.misabel.ai/shops/plugin/image/likeActive.svg');
background-repeat: no-repeat;
}
.likeOffersActive{
background: url('https://home.misabel.ai/shops/plugin/image/likeActive.svg');
background-repeat: no-repeat;
}
.showAll {
width: 25px;
height: 25px;
background: url('https://home.misabel.ai/shops/plugin/image/arrowDown.svg');
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
display: flex;
align-self: center;
margin-left: 5px;
}
.showAllActive {
background: url('https://home.misabel.ai/shops/plugin/image/arrowUp.svg');
background-repeat: no-repeat;
background-size: cover;
}
.priceHistory {
cursor: pointer;
width: 22px;
height: 20px;
background-image: url('https://home.misabel.ai/shops/plugin/image/diagram.svg');
background-repeat: no-repeat;
background-size: cover;
}
.priceHistory:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.priceHistoryActive{
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.settings{
display: none;
cursor: pointer;
width: 20px;
height: 20px;
background-image: url('https://home.misabel.ai/shops/plugin/image/settings.svg');
background-repeat: no-repeat;
background-size: cover;
}
.settings:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/settingsActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.settingsActive{
background-image: url('https://home.misabel.ai/shops/plugin/image/settingsActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.hidePlugin{
box-sizing: border-box;
cursor: pointer;
position: absolute;
top: 4px;
right: 4px;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
}
.closeImg{
width: 12px;
height: 12px;
background-image: url('https://home.misabel.ai/shops/plugin/image/closeImg.svg');
background-repeat: no-repeat;
background-position: center;
}
.hidePlugin:hover .closeImg{
background-image: url('https://home.misabel.ai/shops/plugin/image/closeHover.svg');
background-repeat: no-repeat;
background-position: center;
}
.imageWrapper{
display: flex;
height: 28px;
width: max-content;
align-self: center;
justify-content: flex-start;
margin-right: 13px;
width: auto;
height: auto;
}
.imageWrapper .logo{
width: auto;
height: auto;
align-self: center;
margin: 0 !important;
padding: 0 !important;
}
.sellerName>.price {
text-decoration: none !important;
font-size: 24px !important;
color: #E872A8 !important;
align-self: center;
font-family: 'Open Sans', sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 28px !important;
margin-top: 0;
margin-bottom: 0;
}
.loadingWrap{
display: flex;
align-items: center;
}
.messageNotFoundWrap p{
font-style: normal !important;
font-weight: normal !important;
color: #fff !important;
font-size: 18px !important;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
display: flex;
}
.messageNotFoundWrap a{
margin-left: 10px;
}
.messageNotFound{
position: relative;
margin-bottom: 0;
margin-top: 0;
border: none !important;
}
.message{
font-style: normal !important;
font-weight: normal !important;
color: #fff !important;
font-size: 18px !important;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
position: relative;
margin-bottom: 0;
margin-top: 0;
display: block !important;
border: none !important;
}
/* .failRequest::before, .failRequest::after {
content: '';
width: 20px !important;
height: 20px !important;
position: absolute;
top: 5px; left: -20px;
border: 10px solid transparent;
border-right: 10px solid white;
}
.failRequest::after {
border-right: 10px solid #1E345F;
top: 5px; left: -18px;
} */
.imgSadFace{
width: 28px;
height: 28px;
background-image: url('https://home.misabel.ai/shops/plugin/image/sadFace.svg');
background-repeat: no-repeat;
display: none;
}
.imgSadFaceActive{
display: block;
}
.failRequest{
border: 1px solid #fff !important;
border-radius: 5px;
padding: 4px;
margin-left: 11px;
}
.chartWrapper{
width: 735px;
height: 280px;
}
.chart {
width: 735px;
height: 280px;
background-color: #fff;
color: black;
}
canvas{
background-color: #fff !important;
}
.graph{
padding-bottom: 30px;
}
.graphBtn{
display: none !important;
width: 735px;
display: flex;
margin-bottom: 10px;
justify-content: center;
margin: 25px 0;
}
.graphButton{
padding: 5px 10px;
border: 1px solid #7097E2;
border-radius: 10px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #7097E2;
margin: 0 3px;
width: 117px;
}
.btnActive{
border: 1px solid red;
}
.loadingBlock{
display: none;
}
@keyframes scale {
0% {
transform: scale(1);
}
50%,
75% {
transform: scale(1);
}
78%,
100% {
opacity: 0;
}
}
.containerPreload {
display: none;
justify-content: center;
align-items: center;
overflow: hidden;
margin: 0 20px;
width: auto;
}
.circle {
width: 9px;
height: 9px;
border-radius: 50%;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.circle:before {
content: "";
width: 9px;
height: 9px;
border-radius: 50%;
opacity: 0.7;
animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.circle-1 {
background-color: #fff;
}
.circle-1:before {
background-color: #FC57FF;
animation-delay: 300ms;
}
.circle-2 {
background-color: #fff;
}
.circle-2:before {
background-color: #FC57FF;
animation-delay: 600ms;
}
.circle-3 {
background-color: #fff;
}
.circle-3:before {
background-color: #FC57FF;
animation-delay: 900ms;
}
.subscribeBlock{
margin-top: 5px;
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
}
.subscribeImg{
width: 100%;
height: 100%;
background-image: url('https://home.misabel.ai/shops/plugin/image/subscribe.svg');
}
.g-signin2{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 20px;
width: 25px;
height: 24px;
background-image: url('https://home.misabel.ai/shops/plugin/image/signinDesktop.svg');
margin-left: 5px;
}
.g-signin2:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/signinHover.svg');
}
.g-signin2active{
background-image: url('https://home.misabel.ai/shops/plugin/image/signinHover.svg');
}
.g-signout2{
display: none;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 5px;
}
.styles__HeaderContainer-RC__sc-1udxeud-1 {
position: initial !important;
}
/* .top-0 {
top: auto !important;
} */
#sign-in-or-out-button{
margin-left: 25px
}
#revoke-access-button{
display: none;
margin-left: 25px
}
#auth-status{
display: inline;
padding-left: 25px
}
#responseImg{
display: none;
width: 34px;
height: 34px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
}
#responseImg-mob{
display: none;
width: 34px;
height: 34px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
}
.oauthWindow{
display: none;
width: 260px;
height: 260px;
border-radius: 14px;
position: fixed;
top: 10px;
right: 210px;
flex-direction: column;
justify-content: space-between;
align-items: center;
z-index: 9999;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
background-color: #fff;
}
.oauthclose{
width: auto;
height: auto;
}
.responsePicture{
margin-top: 30px;
width: 60px;
height: 60px;
}
#responsePictureImg{
border-radius: 50%;
width: 100%;
height: 100%;
background-size: cover;
}
.responseName{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #203A6A;
width: 80%;
padding-bottom: 20px;
border-bottom: 1px solid rgba(32, 58, 106, 0.5);
text-align: center;
}
.oauthClosebtn{
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
border: 1px solid #203A6A;
border-radius: 4px;
color: #203A6A;
padding: 7px 12px;
margin-bottom: 30px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
}
.modal-overlay{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.modal-overlay2{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.modal-overlay3{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.modal-overlay4{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.warning{
width: 23px;
height: 20px;
background-image: url('https://home.misabel.ai/shops/plugin/image/warning.svg');
cursor: pointer;
}
.warning:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/warningHover.svg');
}
.warningActive{
background-image: url('https://home.misabel.ai/shops/plugin/image/warningHover.svg');
}
.chart-container{
position: relative;
width: 728px;
height: 300px;
}
.warningWindow{
display: none;
width: 260px;
height: 320px;
background-color: #fff;
border-radius: 14px;
position: absolute;
top: 55px;
right: 120px;
z-index: 99999;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
}
.warningWindow button{
padding: 0 !important;
}
.check{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
}
.report{
color: #203A6A;
margin-top: 46px;
margin-left: 26px;
font-weight: 700;
}
.wrapperWarningForm{
height: 100%;
display: flex;
flex-direction: column;
}
.container_wrapper{
margin: 20px 28px 20px 28px;
}
.warningСontainer{
font-family: 'Roboto';
font-style: normal;
font-size: 18px;
line-height: 21px;
color: #203A6A;
display: flex;
align-items: center;
height: 50px;
}
.warningСontainer span{
font-weight: 400 !important;
}
.warningСontainer:nth-child(2){
position: relative;
}
.checkmark{
display: flex;
align-items: center;
width: 100%;
height: 100%;
}
.warningСontainer:nth-child(2)::after{
position: absolute;
content: '';
width: 93%;
height: 1px;
background-color: black;
top: 0;
right: 0;
}
.warningСontainer:nth-child(2)::before{
position: absolute;
content: '';
width: 93%;
height: 1px;
background-color: black;
bottom: 0;
right: 0;
}
.checkboxWarning{
display: none;
}
.checkfake{
display: inline-block;
width: 21px;
height: 21px;
border: 1px solid #203A6A;
box-sizing: border-box;
border-radius: 4px;
margin-right: 20px;
position: relative;
}
.checkfake::before{
position: absolute;
content: '';
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
opacity: 0;
transition: 0.2s;
width: 15px;
height: 13px;
background: url('https://home.misabel.ai/shops/plugin/image/check.svg');
background-repeat: no-repeat;
}
.checkboxWarning:checked + .checkfake::before{
opacity: 1;
}
.checkboxWarning:checked .Submit{
margin-right: 20px;
background-color: #fff;
color: #67AD48;
border: 1px solid #67AD48;
}
.btnWarning{
display: flex;
justify-content: center;
margin-bottom: 26px;
}
.btnWarning button{
width: 89px;
height: 36px;
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
.btnWarning button:disabled{
margin-right: 20px;
background-color: #fff;
color: #203A6A;
border: 1px solid #203A6A;
}
.SubmitActive:hover{
margin-right: 20px;
background-color: #67AD48;
color: #fff;
border: 1px solid #67AD48;
}
.SubmitActive{
margin-right: 20px;
background-color: #fff;
color: #67AD48;
border: 1px solid #67AD48;
}
.btnWarning .Cancel{
background-color: #fff;
color: #E872A8;
border: 1px solid #E872A8;
}
.Cancel:hover{
background-color: #E872A8;
color: #fff;
border: 1px solid #E872A8;
}
.thanks{
display: none;
background-color: #67AD48;
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #FFFFFF;
position: absolute;
top: 60px;
right: 40px;
padding: 3px 5px;
border-radius: 4px;
z-index: 9999;
}
.thanks::before{
content: '';
width: 5px;
height: 5px;
position: absolute;
top: -10px; left: 20%;
border: 5px solid transparent;
border-bottom: 5px solid #67AD48;
}
.messageAncor{
display: none;
margin: 0 0 0 8px;
}
.messageAncor a{
font-size: 18px;
}
.mobileBurger{
display: none;
}
.mobileMenu{
display: none;
}
.mobileMenu #g-signin2-mob{
display: none;
}
.mobileMenu .priceHistory{
display: none;
}
.mobileMenu .warning{
display: none;
}
.mobileMenu #g-signout2-mob{
display: none;
}
.signinWindow{
top: 10px;
right: 210px;
position: absolute;
width: 260px;
height: 260px;
background-color: #fff;
border-radius: 14px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.signin_check{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
}
.userLogout{
height: 60px;
width: 100%;
display: flex;
justify-content: center;
}
.userProfile{
width: 60px;
height: 60px;
border-radius: 50px;
background-repeat: no-repeat;
/* background-position: top; */
margin-top: 20px;
display: flex;
justify-content: center;
background: url('https://home.misabel.ai/shops/plugin/image/userLogout.svg');
background-position: inherit;
}
.googleButton_wrapper{
display: flex;
justify-content: center;
}
.googleButton{
width: 208px;
height: 36px;
border: 2px solid #203A6A;
background-color: #fff;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
position: relative;
}
.googleButton_wrapper button:disabled{
border: 2px solid #C4C4C4;
}
.googleButton_wrapper button:disabled span{
color:#C4C4C4;
}
.googleButton_wrapper button:disabled .googleIcon{
opacity: 0.4;
}
.googleButton_wrapper button:disabled:hover::after {
content: attr(data-title);
position: absolute;
left: 0; right: 0; top: 40px;
z-index: 1;
background: #67AD48;
color: #fff;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 11px;
line-height: 12px;
padding: 5px 10px;
border-radius: 4px;
}
.googleButton_wrapper button:disabled:hover::before {
content: '';
position: absolute; /* Абсолютное позиционирование */
left: 20px; bottom: -20px; /* Положение треугольника */
border: 20px solid transparent; /* Прозрачные границы */
border-bottom: 20px solid #67AD48; /* Добавляем треугольник */
}
.googleButton .googleIcon{
width: 15px;
height: 15px;
background: url('https://home.misabel.ai/shops/plugin/image/googleIcon.svg');
margin-right: 8px;
}
.googleButton span{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #203A6A;
}
.pol_check{
margin-bottom: 35px;
}
.pol_checkmark{
display: flex;
align-items: center;
margin: 0px 25px;
}
.pol_checkbox{
display: none;
}
.pol_checkfake{
display: inline-block;
width: 40px;
height: 21px;
border: 1px solid #203A6A;
box-sizing: border-box;
border-radius: 4px;
margin-right: 20px;
position: relative;
}
.pol_checkfake::before{
position: absolute;
content: '';
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
opacity: 0;
transition: 0.2s;
width: 15px;
height: 13px;
background: url('https://home.misabel.ai/shops/plugin/image/checkboxgreen.svg');
background-repeat: no-repeat;
}
.pol_checkbox:checked + .pol_checkfake::before{
opacity: 1;
}
.privatePolitic{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #203A6A;
}
.privatePolitic span a{
color: #67AD48;
text-decoration: none;
}
/* media */
@media(max-width: 2560px) {
.topOffers .sellerLink:nth-child(5){
display: none;
}
.topOffers .sellerLink:nth-child(6){
display: none;
}
.topOffers .sellerLink:nth-child(7){
display: none;
}
.topOffers .sellerLink:nth-child(8){
display: none;
}
.topOffers .sellerLink:nth-child(9){
display: none;
}
.topOffers .sellerLink:nth-child(10){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(5){
display: block;
}
.innerContent .sellerLink:nth-child(6){
display: block;
}
.innerContent .sellerLink:nth-child(7){
display: block;
}
.innerContent .sellerLink:nth-child(8){
display: block;
}
.innerContent .sellerLink:nth-child(9){
display: block;
}
.innerContent .sellerLink:nth-child(10){
display: block;
}
.innerContent{
margin-left: 14.5%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1920px) {
.topOffers .sellerLink:nth-child(5){
display: none;
}
.topOffers .sellerLink:nth-child(6){
display: none;
}
.topOffers .sellerLink:nth-child(7){
display: none;
}
.topOffers .sellerLink:nth-child(8){
display: none;
}
.topOffers .sellerLink:nth-child(9){
display: none;
}
.topOffers .sellerLink:nth-child(10){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(5){
display: block;
}
.innerContent .sellerLink:nth-child(6){
display: block;
}
.innerContent .sellerLink:nth-child(7){
display: block;
}
.innerContent .sellerLink:nth-child(8){
display: block;
}
.innerContent .sellerLink:nth-child(9){
display: block;
}
.innerContent .sellerLink:nth-child(10){
display: block;
}
.innerContent{
margin-left: 14.5%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1440px) {
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.wrapperMenu{
width: 63%;
}
.innerContent{
margin-left: 21%;
}
.arr4{
display: flex !important;
}
.blockLogo{
width: 21%;
}
.topMenuWrapper{
width: 16%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1288px) {
.topOffers .sellerLink:nth-child(3){
display: none;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: block;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.arr3{
display: flex !important;
}
.innerContent{
margin-left: 21%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1124px){
.topMenuWrapper{
width: 22%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1085px){
.logoBlockImg{
width: 30%;
}
.logoText{
display: none;
}
.blockLogo{
width: 10%;
}
.wrapperMenu{
width: 70%;
}
.innerContent{
margin-left: 10%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 950px){
.topOffers .sellerLink:nth-child(3){
display: block;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.innerWrapper{
top: 72px;
}
.topMenuWrapper{
width: 10%;
}
.innerContent{
margin-left: 16.5% !important;
}
.blockLogo{
width: 10%;
}
.LogoWrapper{
margin: 0 0 0 25px;
}
.logoText{
display: none;
}
.showAllWrapper{
display: none;
}
.topMenu{
display: none;
}
#responseImg-mob{
display: block;
width: 34px;
height: 34px;
border-radius: 50%;
}
.mobileBurger{
display: block;
background-image: url(https://home.misabel.ai/shops/plugin/image/menu.svg);
background-position: center;
background-repeat: no-repeat;
border: 2px solid #fff;
border-radius: 50%;
width: 40px;
height: 40px;
cursor: pointer;
}
.priceHistory{
display: none;
}
.likeOffers{
display: none;
}
.settings{
display: none;
}
.wrapperPhone{
display: flex;
}
.innerContent{
margin-left: 10%;
}
.mainBar{
height: 85px;
}
.warning{
display: none;
}
.topMenu .g-signin2{
display: none;
}
.topMenu .g-signout2{
display: none;
}
.showAllWrapper{
display: none !important;
}
.mobileMenu{
display: none;
position: absolute;
width: 140px;
height: 58px;
border-radius: 4px;
top: 60px;
right: 5px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
justify-content: center;
align-items: center;
}
.mobileMenu .priceHistory{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramMob.svg');
}
.mobileMenu .priceHistory:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramActive.svg');
}
.mobileMenu .warning{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/warningMobile.svg');
}
.mobileMenu .warning:hover{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/warningHover.svg');
}
.mobileMenu .g-signin2{
display: block;
width: 25px;
height: 24px;
background-image: url('https://home.misabel.ai/shops/plugin/image/signin.svg');
margin-left: 5px;
}
.mobileMenu .g-signin2:hover{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/signinHover.svg');
}
.mobileMenu .g-signout2{
margin-left: 5px;
}
}
@media(max-width: 932px){
.topOffers .sellerLink:nth-child(3){
display: none;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: block;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
}
@media(max-width: 628px){
.topOffers .sellerLink:nth-child(2){
display: none;
}
.topOffers .sellerLink:nth-child(3){
display: none;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: block;
}
.innerContent .sellerLink:nth-child(3){
display: block;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.topMenuWrapper{
width: 12%;
}
}
/* Shops */
.sticky-nav{
top: 65px !important;
}
/* #floating-atc-equity{
top: 65px !important;
} */ | css/myStyles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body .myBar{
font-style: normal !important;
font-weight: normal !important;
color: #fff !important;
font-size: 18px !important;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
}
*{
box-sizing: border-box;
box-sizing: content-box;
}
.tooltipPlugin{
margin-right: 5px;
}
.activePlugin{
display: block !important;
}
.pluginMin{
width: 52px;
height: 60px;
position: absolute;
top: 185px;
right: 0;
z-index: 999;
position: fixed;
border-right: 2px solid #E872A8;
display: flex;
display: none;
background-color: #203A6A;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
cursor: pointer;
}
.pluginMinLogo{
width: 100%;
height: 100%;
background: url('https://home.misabel.ai/shops/plugin/image/logo.svg');
background-repeat: no-repeat;
background-position: center;
background-color: #203A6A;
background-size: 88%;
position: relative;
}
.pluginArrow{
width: 45%;
height: 100%;
position: relative;
background: url('https://home.misabel.ai/shops/plugin/image/arrowLeft.svg');
background-position: center;
background-repeat: no-repeat;
z-index: 555;
}
.offersItem{
display: none;
position: absolute;
width: 20px;
height: 20px;
top: -10px;
right: 13px;
background-color: #E872A8;
border-radius: 50%;
justify-content: center;
align-items: center;
color: #fff;
font-size: 13px;
}
.hide{
display: none !important;
}
.hidePluginBtn{
width: 100%;
height: 100%;
}
.myBar {
top: 0px;
text-align: center;
font-size: 17px;
color: #f1f1f1;
background-color: #1E345F;
width: 100%;
display: flex;
z-index: 2147483646;
position: sticky;
height: 65px;
flex-direction: column;
justify-content: center;
z-index: 9000;
}
.wrapperPhone{
top: auto;
background-color: #1E345F;
width: 100%;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
display: none;
}
.phoneArrow{
display: none;
background: url('https://home.misabel.ai/shops/plugin/image/phoneArrow.svg');
background-repeat: no-repeat;
background-position: center;
width: 79px;
height: 14px;
cursor: pointer;
}
.phoneArrowActive {
background: url('https://home.misabel.ai/shops/plugin/image/phoneArrowUp.svg');
background-repeat: no-repeat;
cursor: pointer;
}
.mainWrapper{
display: flex;
width: 100%;
justify-content: space-between;
}
.innerWrapper{
display: flex;
width: 100%;
top: 65px;
text-align: center;
font-size: 17px;
background-color: #1E345F;
z-index: 9998;
position: fixed;
box-sizing: content-box;
flex-direction: column;
}
.blockLogo{
background-color: #1E345F;
display: flex;
width: 20%;
align-items: center;
height: 65px;
}
.blockLogoActive{
width: 20%;
}
.logoActive{
justify-content: center;
}
.LogoWrapper{
width: 73.2%;
height: 100%;
display: flex;
justify-content: center;
}
.logoBlockImg{
width: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.logoBlockImgActive{
justify-content: flex-end;
}
.logoMisabel{
width: 50px;
height: 50px;
background: url('https://home.misabel.ai/shops/plugin/image/logo.svg');
background-repeat: no-repeat;
background-position: center;
}
.logoText{
display: flex;
align-items: center;
}
.logoTextActive{
width: 50%;
}
.wrapperMenu{
display: flex;
width: 100%;
justify-content: space-between;
}
.offers{
display: block;
display: flex;
align-items: center;
width: 100%;
display: none;
}
.topOffers{
display: flex;
align-items: center;
}
.showAllWrapper{
display: none;
margin-left: 20px;
cursor: pointer;
width: auto;
}
.showAllWrapper:hover .showAlltext{
color: #E872A8;
}
.showAllWrapper:hover .showAll{
width: 25px;
height: 25px;
background: url('https://home.misabel.ai/shops/plugin/image/arrowDownHover.svg');
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
}
.showAllWrapper:hover .showAllActive{
width: 25px;
height: 25px;
background: url('https://home.misabel.ai/shops/plugin/image/arrowUpHover.svg');
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
}
.showAlltext{
font-size: 18px !important;
color: #fff;
align-self: center;
font-family: 'Open Sans', sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 21px !important;
}
.showhiden{
display: none;
}
.topMenuWrapper{
width: 19%;
display: none;
align-items: center;
background-color: #1E345F;
height: 65px;
}
.topMenu{
display: flex;
align-items: center;
}
.innerBar {
text-align: center;
font-size: 17px;
color: #f1f1f1;
background-color: #1E345F;
width: 100%;
display: none;
z-index: 2147483646;
position: fixed;
height: auto;
box-sizing: content-box;
flex-wrap: wrap;
}
.innerContent{
display: flex;
flex-wrap: wrap;
height: auto;
margin-left: 14.5%;
}
.wrapperPhoneUp{
top: auto;
background-color: #1E345F;
width: 100%;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
display: none;
}
.phoneArrowUp{
width: 79px;
height: 14px;
background: url('https://home.misabel.ai/shops/plugin/image/phoneArrowUp.svg');
background-repeat: no-repeat;
cursor: pointer;
}
.activePlugin{
display: block !important;
display: flex !important;
}
.canvasBar {
top: 70px;
text-align: center;
font-size: 17px;
color: #f1f1f1;
background-color: #1E345F;
width: 100%;
display: none;
z-index: 2147483646;
position: sticky;
height: auto;
justify-content: center;
}
.canvasBar .active{
display: block;
display: flex;
}
.switchBtn{
margin-top: 10px;
}
.blockSwitch{
display: flex;
flex-direction: column;
}
.switchBtn button{
width: 100px;
height: 33px;
border-radius: 10px;
border: 2px solid black;
margin-bottom: 5px;
}
canvas{
margin-top: 10px;
margin-left: 10px;
background-color: #4A4A4A;
}
.sellerLink {
text-decoration: none;
padding: 0 20px;
}
.sellerLink:hover{
background-color: #3D5480;
text-decoration: none;
}
.sellerName {
text-align: center;
display: flex;
height: 65px;
width: auto;
}
.likeOffers{
display: none !important;
cursor: pointer;
width: 25px;
height: 20px;
background: url('https://home.misabel.ai/shops/plugin/image/like.svg');
background-repeat: no-repeat;
display: flex;
align-items: center;
}
.likeOffers:hover{
background: url('https://home.misabel.ai/shops/plugin/image/likeActive.svg');
background-repeat: no-repeat;
}
.likeOffersActive{
background: url('https://home.misabel.ai/shops/plugin/image/likeActive.svg');
background-repeat: no-repeat;
}
.showAll {
width: 25px;
height: 25px;
background: url('https://home.misabel.ai/shops/plugin/image/arrowDown.svg');
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
display: flex;
align-self: center;
margin-left: 5px;
}
.showAllActive {
background: url('https://home.misabel.ai/shops/plugin/image/arrowUp.svg');
background-repeat: no-repeat;
background-size: cover;
}
.priceHistory {
cursor: pointer;
width: 22px;
height: 20px;
background-image: url('https://home.misabel.ai/shops/plugin/image/diagram.svg');
background-repeat: no-repeat;
background-size: cover;
}
.priceHistory:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.priceHistoryActive{
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.settings{
display: none;
cursor: pointer;
width: 20px;
height: 20px;
background-image: url('https://home.misabel.ai/shops/plugin/image/settings.svg');
background-repeat: no-repeat;
background-size: cover;
}
.settings:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/settingsActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.settingsActive{
background-image: url('https://home.misabel.ai/shops/plugin/image/settingsActive.svg');
background-repeat: no-repeat;
background-size: cover;
}
.hidePlugin{
box-sizing: border-box;
cursor: pointer;
position: absolute;
top: 4px;
right: 4px;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
}
.closeImg{
width: 12px;
height: 12px;
background-image: url('https://home.misabel.ai/shops/plugin/image/closeImg.svg');
background-repeat: no-repeat;
background-position: center;
}
.hidePlugin:hover .closeImg{
background-image: url('https://home.misabel.ai/shops/plugin/image/closeHover.svg');
background-repeat: no-repeat;
background-position: center;
}
.imageWrapper{
display: flex;
height: 28px;
width: max-content;
align-self: center;
justify-content: flex-start;
margin-right: 13px;
width: auto;
height: auto;
}
.imageWrapper .logo{
width: auto;
height: auto;
align-self: center;
margin: 0 !important;
padding: 0 !important;
}
.sellerName>.price {
text-decoration: none !important;
font-size: 24px !important;
color: #E872A8 !important;
align-self: center;
font-family: 'Open Sans', sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 28px !important;
margin-top: 0;
margin-bottom: 0;
}
.loadingWrap{
display: flex;
align-items: center;
}
.messageNotFoundWrap p{
font-style: normal !important;
font-weight: normal !important;
color: #fff !important;
font-size: 18px !important;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
display: flex;
}
.messageNotFoundWrap a{
margin-left: 10px;
}
.messageNotFound{
position: relative;
margin-bottom: 0;
margin-top: 0;
border: none !important;
}
.message{
font-style: normal !important;
font-weight: normal !important;
color: #fff !important;
font-size: 18px !important;
line-height: 21px;
font-family: 'Open Sans', sans-serif;
position: relative;
margin-bottom: 0;
margin-top: 0;
display: block !important;
border: none !important;
}
/* .failRequest::before, .failRequest::after {
content: '';
width: 20px !important;
height: 20px !important;
position: absolute;
top: 5px; left: -20px;
border: 10px solid transparent;
border-right: 10px solid white;
}
.failRequest::after {
border-right: 10px solid #1E345F;
top: 5px; left: -18px;
} */
.imgSadFace{
width: 28px;
height: 28px;
background-image: url('https://home.misabel.ai/shops/plugin/image/sadFace.svg');
background-repeat: no-repeat;
display: none;
}
.imgSadFaceActive{
display: block;
}
.failRequest{
border: 1px solid #fff !important;
border-radius: 5px;
padding: 4px;
margin-left: 11px;
}
.chartWrapper{
width: 735px;
height: 280px;
}
.chart {
width: 735px;
height: 280px;
background-color: #fff;
color: black;
}
canvas{
background-color: #fff !important;
}
.graph{
padding-bottom: 30px;
}
.graphBtn{
display: none !important;
width: 735px;
display: flex;
margin-bottom: 10px;
justify-content: center;
margin: 25px 0;
}
.graphButton{
padding: 5px 10px;
border: 1px solid #7097E2;
border-radius: 10px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #7097E2;
margin: 0 3px;
width: 117px;
}
.btnActive{
border: 1px solid red;
}
.loadingBlock{
display: none;
}
@keyframes scale {
0% {
transform: scale(1);
}
50%,
75% {
transform: scale(1);
}
78%,
100% {
opacity: 0;
}
}
.containerPreload {
display: none;
justify-content: center;
align-items: center;
overflow: hidden;
margin: 0 20px;
width: auto;
}
.circle {
width: 9px;
height: 9px;
border-radius: 50%;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.circle:before {
content: "";
width: 9px;
height: 9px;
border-radius: 50%;
opacity: 0.7;
animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.circle-1 {
background-color: #fff;
}
.circle-1:before {
background-color: #FC57FF;
animation-delay: 300ms;
}
.circle-2 {
background-color: #fff;
}
.circle-2:before {
background-color: #FC57FF;
animation-delay: 600ms;
}
.circle-3 {
background-color: #fff;
}
.circle-3:before {
background-color: #FC57FF;
animation-delay: 900ms;
}
.subscribeBlock{
margin-top: 5px;
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
}
.subscribeImg{
width: 100%;
height: 100%;
background-image: url('https://home.misabel.ai/shops/plugin/image/subscribe.svg');
}
.g-signin2{
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 20px;
width: 25px;
height: 24px;
background-image: url('https://home.misabel.ai/shops/plugin/image/signinDesktop.svg');
margin-left: 5px;
}
.g-signin2:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/signinHover.svg');
}
.g-signin2active{
background-image: url('https://home.misabel.ai/shops/plugin/image/signinHover.svg');
}
.g-signout2{
display: none;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 5px;
}
.styles__HeaderContainer-RC__sc-1udxeud-1 {
position: initial !important;
}
/* .top-0 {
top: auto !important;
} */
#sign-in-or-out-button{
margin-left: 25px
}
#revoke-access-button{
display: none;
margin-left: 25px
}
#auth-status{
display: inline;
padding-left: 25px
}
#responseImg{
display: none;
width: 34px;
height: 34px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
}
#responseImg-mob{
display: none;
width: 34px;
height: 34px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
}
.oauthWindow{
display: none;
width: 260px;
height: 260px;
border-radius: 14px;
position: fixed;
top: 10px;
right: 210px;
flex-direction: column;
justify-content: space-between;
align-items: center;
z-index: 9999;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
background-color: #fff;
}
.oauthclose{
width: auto;
height: auto;
}
.responsePicture{
margin-top: 30px;
width: 60px;
height: 60px;
}
#responsePictureImg{
border-radius: 50%;
width: 100%;
height: 100%;
background-size: cover;
}
.responseName{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #203A6A;
width: 80%;
padding-bottom: 20px;
border-bottom: 1px solid rgba(32, 58, 106, 0.5);
text-align: center;
}
.oauthClosebtn{
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
border: 1px solid #203A6A;
border-radius: 4px;
color: #203A6A;
padding: 7px 12px;
margin-bottom: 30px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
}
.modal-overlay{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.modal-overlay2{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.modal-overlay3{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.modal-overlay4{
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.warning{
width: 23px;
height: 20px;
background-image: url('https://home.misabel.ai/shops/plugin/image/warning.svg');
cursor: pointer;
}
.warning:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/warningHover.svg');
}
.warningActive{
background-image: url('https://home.misabel.ai/shops/plugin/image/warningHover.svg');
}
.chart-container{
position: relative;
width: 728px;
height: 300px;
}
.warningWindow{
display: none;
width: 260px;
height: 320px;
background-color: #fff;
border-radius: 14px;
position: absolute;
top: 55px;
right: 120px;
z-index: 99999;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
}
.warningWindow button{
padding: 0 !important;
}
.check{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
}
.report{
color: #203A6A;
margin-top: 46px;
margin-left: 26px;
font-weight: 700;
}
.wrapperWarningForm{
height: 100%;
display: flex;
flex-direction: column;
}
.container_wrapper{
margin: 20px 28px 20px 28px;
}
.warningСontainer{
font-family: 'Roboto';
font-style: normal;
font-size: 18px;
line-height: 21px;
color: #203A6A;
display: flex;
align-items: center;
height: 50px;
}
.warningСontainer span{
font-weight: 400 !important;
}
.warningСontainer:nth-child(2){
position: relative;
}
.checkmark{
display: flex;
align-items: center;
width: 100%;
height: 100%;
}
.warningСontainer:nth-child(2)::after{
position: absolute;
content: '';
width: 93%;
height: 1px;
background-color: black;
top: 0;
right: 0;
}
.warningСontainer:nth-child(2)::before{
position: absolute;
content: '';
width: 93%;
height: 1px;
background-color: black;
bottom: 0;
right: 0;
}
.checkboxWarning{
display: none;
}
.checkfake{
display: inline-block;
width: 21px;
height: 21px;
border: 1px solid #203A6A;
box-sizing: border-box;
border-radius: 4px;
margin-right: 20px;
position: relative;
}
.checkfake::before{
position: absolute;
content: '';
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
opacity: 0;
transition: 0.2s;
width: 15px;
height: 13px;
background: url('https://home.misabel.ai/shops/plugin/image/check.svg');
background-repeat: no-repeat;
}
.checkboxWarning:checked + .checkfake::before{
opacity: 1;
}
.checkboxWarning:checked .Submit{
margin-right: 20px;
background-color: #fff;
color: #67AD48;
border: 1px solid #67AD48;
}
.btnWarning{
display: flex;
justify-content: center;
margin-bottom: 26px;
}
.btnWarning button{
width: 89px;
height: 36px;
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
.btnWarning button:disabled{
margin-right: 20px;
background-color: #fff;
color: #203A6A;
border: 1px solid #203A6A;
}
.SubmitActive:hover{
margin-right: 20px;
background-color: #67AD48;
color: #fff;
border: 1px solid #67AD48;
}
.SubmitActive{
margin-right: 20px;
background-color: #fff;
color: #67AD48;
border: 1px solid #67AD48;
}
.btnWarning .Cancel{
background-color: #fff;
color: #E872A8;
border: 1px solid #E872A8;
}
.Cancel:hover{
background-color: #E872A8;
color: #fff;
border: 1px solid #E872A8;
}
.thanks{
display: none;
background-color: #67AD48;
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #FFFFFF;
position: absolute;
top: 60px;
right: 40px;
padding: 3px 5px;
border-radius: 4px;
z-index: 9999;
}
.thanks::before{
content: '';
width: 5px;
height: 5px;
position: absolute;
top: -10px; left: 20%;
border: 5px solid transparent;
border-bottom: 5px solid #67AD48;
}
.messageAncor{
display: none;
margin: 0 0 0 8px;
}
.messageAncor a{
font-size: 18px;
}
.mobileBurger{
display: none;
}
.mobileMenu{
display: none;
}
.mobileMenu #g-signin2-mob{
display: none;
}
.mobileMenu .priceHistory{
display: none;
}
.mobileMenu .warning{
display: none;
}
.mobileMenu #g-signout2-mob{
display: none;
}
.signinWindow{
top: 10px;
right: 210px;
position: absolute;
width: 260px;
height: 260px;
background-color: #fff;
border-radius: 14px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.signin_check{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
}
.userLogout{
height: 60px;
width: 100%;
display: flex;
justify-content: center;
}
.userProfile{
width: 60px;
height: 60px;
border-radius: 50px;
background-repeat: no-repeat;
/* background-position: top; */
margin-top: 20px;
display: flex;
justify-content: center;
background: url('https://home.misabel.ai/shops/plugin/image/userLogout.svg');
background-position: inherit;
}
.googleButton_wrapper{
display: flex;
justify-content: center;
}
.googleButton{
width: 208px;
height: 36px;
border: 2px solid #203A6A;
background-color: #fff;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
position: relative;
}
.googleButton_wrapper button:disabled{
border: 2px solid #C4C4C4;
}
.googleButton_wrapper button:disabled span{
color:#C4C4C4;
}
.googleButton_wrapper button:disabled .googleIcon{
opacity: 0.4;
}
.googleButton_wrapper button:disabled:hover::after {
content: attr(data-title);
position: absolute;
left: 0; right: 0; top: 40px;
z-index: 1;
background: #67AD48;
color: #fff;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 11px;
line-height: 12px;
padding: 5px 10px;
border-radius: 4px;
}
.googleButton_wrapper button:disabled:hover::before {
content: '';
position: absolute; /* Абсолютное позиционирование */
left: 20px; bottom: -20px; /* Положение треугольника */
border: 20px solid transparent; /* Прозрачные границы */
border-bottom: 20px solid #67AD48; /* Добавляем треугольник */
}
.googleButton .googleIcon{
width: 15px;
height: 15px;
background: url('https://home.misabel.ai/shops/plugin/image/googleIcon.svg');
margin-right: 8px;
}
.googleButton span{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #203A6A;
}
.pol_check{
margin-bottom: 35px;
}
.pol_checkmark{
display: flex;
align-items: center;
margin: 0px 25px;
}
.pol_checkbox{
display: none;
}
.pol_checkfake{
display: inline-block;
width: 40px;
height: 21px;
border: 1px solid #203A6A;
box-sizing: border-box;
border-radius: 4px;
margin-right: 20px;
position: relative;
}
.pol_checkfake::before{
position: absolute;
content: '';
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
opacity: 0;
transition: 0.2s;
width: 15px;
height: 13px;
background: url('https://home.misabel.ai/shops/plugin/image/checkboxgreen.svg');
background-repeat: no-repeat;
}
.pol_checkbox:checked + .pol_checkfake::before{
opacity: 1;
}
.privatePolitic{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #203A6A;
}
.privatePolitic span a{
color: #67AD48;
text-decoration: none;
}
/* media */
@media(max-width: 2560px) {
.topOffers .sellerLink:nth-child(5){
display: none;
}
.topOffers .sellerLink:nth-child(6){
display: none;
}
.topOffers .sellerLink:nth-child(7){
display: none;
}
.topOffers .sellerLink:nth-child(8){
display: none;
}
.topOffers .sellerLink:nth-child(9){
display: none;
}
.topOffers .sellerLink:nth-child(10){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(5){
display: block;
}
.innerContent .sellerLink:nth-child(6){
display: block;
}
.innerContent .sellerLink:nth-child(7){
display: block;
}
.innerContent .sellerLink:nth-child(8){
display: block;
}
.innerContent .sellerLink:nth-child(9){
display: block;
}
.innerContent .sellerLink:nth-child(10){
display: block;
}
.innerContent{
margin-left: 14.5%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1920px) {
.topOffers .sellerLink:nth-child(5){
display: none;
}
.topOffers .sellerLink:nth-child(6){
display: none;
}
.topOffers .sellerLink:nth-child(7){
display: none;
}
.topOffers .sellerLink:nth-child(8){
display: none;
}
.topOffers .sellerLink:nth-child(9){
display: none;
}
.topOffers .sellerLink:nth-child(10){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(5){
display: block;
}
.innerContent .sellerLink:nth-child(6){
display: block;
}
.innerContent .sellerLink:nth-child(7){
display: block;
}
.innerContent .sellerLink:nth-child(8){
display: block;
}
.innerContent .sellerLink:nth-child(9){
display: block;
}
.innerContent .sellerLink:nth-child(10){
display: block;
}
.innerContent{
margin-left: 14.5%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1440px) {
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.wrapperMenu{
width: 63%;
}
.innerContent{
margin-left: 21%;
}
.arr4{
display: flex !important;
}
.blockLogo{
width: 21%;
}
.topMenuWrapper{
width: 16%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1288px) {
.topOffers .sellerLink:nth-child(3){
display: none;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: block;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.arr3{
display: flex !important;
}
.innerContent{
margin-left: 21%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1124px){
.topMenuWrapper{
width: 22%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 1085px){
.logoBlockImg{
width: 30%;
}
.logoText{
display: none;
}
.blockLogo{
width: 10%;
}
.wrapperMenu{
width: 70%;
}
.innerContent{
margin-left: 10%;
}
.innerWrapper{
top: 65px;
}
}
@media(max-width: 950px){
.topOffers .sellerLink:nth-child(3){
display: block;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: none;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.innerWrapper{
top: 72px;
}
.topMenuWrapper{
width: 10%;
}
.innerContent{
margin-left: 16.5% !important;
}
.blockLogo{
width: 10%;
}
.LogoWrapper{
margin: 0 0 0 25px;
}
.logoText{
display: none;
}
.showAllWrapper{
display: none;
}
.topMenu{
display: none;
}
#responseImg-mob{
display: block;
width: 34px;
height: 34px;
border-radius: 50%;
}
.mobileBurger{
display: block;
background-image: url(https://home.misabel.ai/shops/plugin/image/menu.svg);
background-position: center;
background-repeat: no-repeat;
border: 2px solid #fff;
border-radius: 50%;
width: 40px;
height: 40px;
cursor: pointer;
}
.priceHistory{
display: none;
}
.likeOffers{
display: none;
}
.settings{
display: none;
}
.wrapperPhone{
display: flex;
}
.innerContent{
margin-left: 10%;
}
.mainBar{
height: 85px;
}
.warning{
display: none;
}
.topMenu .g-signin2{
display: none;
}
.topMenu .g-signout2{
display: none;
}
.showAllWrapper{
display: none !important;
}
.mobileMenu{
display: none;
position: absolute;
width: 140px;
height: 58px;
border-radius: 4px;
top: 60px;
right: 5px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
justify-content: center;
align-items: center;
}
.mobileMenu .priceHistory{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramMob.svg');
}
.mobileMenu .priceHistory:hover{
background-image: url('https://home.misabel.ai/shops/plugin/image/diagramActive.svg');
}
.mobileMenu .warning{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/warningMobile.svg');
}
.mobileMenu .warning:hover{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/warningHover.svg');
}
.mobileMenu .g-signin2{
display: block;
width: 25px;
height: 24px;
background-image: url('https://home.misabel.ai/shops/plugin/image/signin.svg');
margin-left: 5px;
}
.mobileMenu .g-signin2:hover{
display: block;
background-image: url('https://home.misabel.ai/shops/plugin/image/signinHover.svg');
}
.mobileMenu .g-signout2{
margin-left: 5px;
}
}
@media(max-width: 932px){
.topOffers .sellerLink:nth-child(3){
display: none;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: none;
}
.innerContent .sellerLink:nth-child(3){
display: block;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
}
@media(max-width: 628px){
.topOffers .sellerLink:nth-child(2){
display: none;
}
.topOffers .sellerLink:nth-child(3){
display: none;
}
.topOffers .sellerLink:nth-child(4){
display: none;
}
.innerContent .sellerLink:nth-child(1){
display: none;
}
.innerContent .sellerLink:nth-child(2){
display: block;
}
.innerContent .sellerLink:nth-child(3){
display: block;
}
.innerContent .sellerLink:nth-child(4){
display: block;
}
.topMenuWrapper{
width: 12%;
}
}
/* Shops */
.sticky-nav{
top: 65px !important;
}
/* #floating-atc-equity{
top: 65px !important;
} */ | 0.349977 | 0.063048 |
@font-face {
font-family: 'GT-Super-Display';
src: url("GT-Super-Display-Super.eot");
/* IE9 Compat Modes */
src: url("GT-Super-Display-Super.eot?#iefix") format("embedded-opentype"), url("GT-Super-Display-Super.woff") format("woff"), url("GT-Super-Display-Super.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Thin';
src: url("GT-America-Thin.eot");
/* IE9 Compat Modes */
src: url("GT-America-Thin.eot?#iefix") format("embedded-opentype"), url("GT-America-Thin.woff") format("woff"), url("GT-America-Thin.ttf") format("truetype");
/* Safari, Android, iOS */
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Light';
src: url("GT-America-Light.eot");
/* IE9 Compat Modes */
src: url("GT-America-Light.eot?#iefix") format("embedded-opentype"), url("GT-America-Light.woff") format("woff"), url("GT-America-Light.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Regular';
src: url("GT-America-Regular.eot");
/* IE9 Compat Modes */
src: url("GT-America-Regular.eot?#iefix") format("embedded-opentype"), url("GT-America-Regular.woff") format("woff"), url("GT-America-Regular.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Bold';
src: url("GT-America-Bold.eot");
/* IE9 Compat Modes */
src: url("GT-America-Bold.eot?#iefix") format("embedded-opentype"), url("GT-America-Bold.woff") format("woff"), url("GT-America-Bold.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: normal;
font-style: normal;
}
@keyframes LearnMoreArrow {
0% {
bottom:-17px;
}
50% {
bottom:-20px;
}
100% {
bottom:-17px;
}
}
body {}
h1 {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 70px;
font-size: 66px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
@media(min-width: 400px) {
h1 {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 70px;
font-size: 62px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
}
@media(min-width: 700px) {
h1 {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 90px;
font-size: 93px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
}
@media(min-width: 1000px) {
h1 {
margin: 0;
margin-bottom: 20px;
font-family: 'GT-Super-Display';
line-height: 120px;
font-size: 120px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
}
p {
font-family: 'GT-America-Standard-Light';
font-size: 16px;
color: #232228;
letter-spacing: 0.13px;
line-height: 26px;
}
@media(min-width: 1000px) {
p {
font-family: 'GT-America-Standard-Light';
font-size: 18px;
line-height: 32px;
color: #5A5A66;
}
}
.header {
padding-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.hero {
min-height: 100vh;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 50px;
background: #232228;
}
@media(min-width: 700px) {
.hero {
min-height: 90vh;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 50px;
background: #232228;
}
}
.hero-content {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 80px;
}
@media(min-width: 400px) {
.hero-content {
margin-top: 150px;
}
}
@media(max-width: 370px) {
.hero-content {
margin-top: 60px;
}
}
@media(min-width: 700px) {
.hero-content {
margin-left: auto;
margin-right: auto;
}
}
@media(min-width: 1000px) {
.hero-content {
max-width: 900px;
}
}
.sub-heading {
font-family: 'GT-America-Standard-light';
font-size: 18px;
font-weight: 200;
color: #FFFFFF;
letter-spacing: 0.13px;
line-height: 24px;
}
@media(min-width: 700px) {
.sub-heading {
max-width: 650px;
font-family: 'GT-America-Standard-light';
font-size: 18px;
font-weight: 200;
color: #FFFFFF;
letter-spacing: 0.13px;
line-height: 24px;
}
}
@media(min-width: 1000px) {
.sub-heading {
font-size: 24px;
font-family: 'GT-America-Standard-Thin';
line-height: 34px;
}
}
.learn-more {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 60px;
}
@media(max-width: 370px){
.learn-more {
margin-top: 20px;
}
}
@media(min-width: 700px) {
.learn-more {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin-top: 10px;
}
}
.learn-more__text {
font-family: 'GT-America-Standard-light';
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0.13px;
line-height: 24px;
margin-bottom: 10px;
}
@media(min-width: 1000px) {
.learn-more__text {
margin-bottom: 20px;
font-family: 'GT-America-Standard-Thin';
font-size: 16px;
}
}
.learn-more__arrow {
position: absolute;
bottom: 0;
transition: all ease;
animation: LearnMoreArrow 2s infinite;
}
@media(min-width: 1000px) {
.learn-more__arrow{
left: 40px;
}
}
.our-story {
padding: 25px 25px;
}
@media(min-width: 700px) {
.our-story {
margin: 0 auto;
max-width: 1000px;
padding: 100px 75px;
}
}
.our-story__content {
font-size: 16px
}
.music-feeling {
padding: 75px 25px 200px 25px;
}
@media(min-width: 700px) {
.music-feeling {
margin: 0 auto;
padding: 75px 25px 200px 25px;
max-width: 815px;
text-align: left;
}
}
.music-feeling__title {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 62px;
font-size: 62px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
@media(min-width: 700px) {
.music-feeling__title {
line-height: 78px;
font-size: 78px;
}
}
.dark-bg {
background: #232228;
background-image: url("images/chris-lines-530914-unsplash.jpg");
background-position: left;
background-repeat: no-repeat;
background-size: cover;
}
@media(min-width: 700px) {
.dark-bg {
background-attachment: fixed;
background-position: initial;
}
}
.comming-soon {
font-family: 'GT-America-Standard-Bold';
}
.connect {
display: flex;
flex-direction: column;
margin-top: 100px;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
padding: 20px
}
@media(min-width: 700px) {
.connect {
flex-direction: row;
justify-content: space-around;
align-items: center;
}
}
.connect__header {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 72px;
font-size: 62px;
color: #5A5A66;
letter-spacing: 0.5px;
}
@media(min-width: 700) {
.connect {
width: 30%
}
}
.contact-link {
color: #A4C2A8;
text-decoration: none;
font-family: 'GT-America-Standard-bold';
} | main.css | @font-face {
font-family: 'GT-Super-Display';
src: url("GT-Super-Display-Super.eot");
/* IE9 Compat Modes */
src: url("GT-Super-Display-Super.eot?#iefix") format("embedded-opentype"), url("GT-Super-Display-Super.woff") format("woff"), url("GT-Super-Display-Super.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Thin';
src: url("GT-America-Thin.eot");
/* IE9 Compat Modes */
src: url("GT-America-Thin.eot?#iefix") format("embedded-opentype"), url("GT-America-Thin.woff") format("woff"), url("GT-America-Thin.ttf") format("truetype");
/* Safari, Android, iOS */
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Light';
src: url("GT-America-Light.eot");
/* IE9 Compat Modes */
src: url("GT-America-Light.eot?#iefix") format("embedded-opentype"), url("GT-America-Light.woff") format("woff"), url("GT-America-Light.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Regular';
src: url("GT-America-Regular.eot");
/* IE9 Compat Modes */
src: url("GT-America-Regular.eot?#iefix") format("embedded-opentype"), url("GT-America-Regular.woff") format("woff"), url("GT-America-Regular.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GT-America-Standard-Bold';
src: url("GT-America-Bold.eot");
/* IE9 Compat Modes */
src: url("GT-America-Bold.eot?#iefix") format("embedded-opentype"), url("GT-America-Bold.woff") format("woff"), url("GT-America-Bold.ttf") format("truetype");
/* Safari, Android, iOS */
font-weight: normal;
font-style: normal;
}
@keyframes LearnMoreArrow {
0% {
bottom:-17px;
}
50% {
bottom:-20px;
}
100% {
bottom:-17px;
}
}
body {}
h1 {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 70px;
font-size: 66px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
@media(min-width: 400px) {
h1 {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 70px;
font-size: 62px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
}
@media(min-width: 700px) {
h1 {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 90px;
font-size: 93px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
}
@media(min-width: 1000px) {
h1 {
margin: 0;
margin-bottom: 20px;
font-family: 'GT-Super-Display';
line-height: 120px;
font-size: 120px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
}
p {
font-family: 'GT-America-Standard-Light';
font-size: 16px;
color: #232228;
letter-spacing: 0.13px;
line-height: 26px;
}
@media(min-width: 1000px) {
p {
font-family: 'GT-America-Standard-Light';
font-size: 18px;
line-height: 32px;
color: #5A5A66;
}
}
.header {
padding-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.hero {
min-height: 100vh;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 50px;
background: #232228;
}
@media(min-width: 700px) {
.hero {
min-height: 90vh;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 50px;
background: #232228;
}
}
.hero-content {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 80px;
}
@media(min-width: 400px) {
.hero-content {
margin-top: 150px;
}
}
@media(max-width: 370px) {
.hero-content {
margin-top: 60px;
}
}
@media(min-width: 700px) {
.hero-content {
margin-left: auto;
margin-right: auto;
}
}
@media(min-width: 1000px) {
.hero-content {
max-width: 900px;
}
}
.sub-heading {
font-family: 'GT-America-Standard-light';
font-size: 18px;
font-weight: 200;
color: #FFFFFF;
letter-spacing: 0.13px;
line-height: 24px;
}
@media(min-width: 700px) {
.sub-heading {
max-width: 650px;
font-family: 'GT-America-Standard-light';
font-size: 18px;
font-weight: 200;
color: #FFFFFF;
letter-spacing: 0.13px;
line-height: 24px;
}
}
@media(min-width: 1000px) {
.sub-heading {
font-size: 24px;
font-family: 'GT-America-Standard-Thin';
line-height: 34px;
}
}
.learn-more {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 60px;
}
@media(max-width: 370px){
.learn-more {
margin-top: 20px;
}
}
@media(min-width: 700px) {
.learn-more {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin-top: 10px;
}
}
.learn-more__text {
font-family: 'GT-America-Standard-light';
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0.13px;
line-height: 24px;
margin-bottom: 10px;
}
@media(min-width: 1000px) {
.learn-more__text {
margin-bottom: 20px;
font-family: 'GT-America-Standard-Thin';
font-size: 16px;
}
}
.learn-more__arrow {
position: absolute;
bottom: 0;
transition: all ease;
animation: LearnMoreArrow 2s infinite;
}
@media(min-width: 1000px) {
.learn-more__arrow{
left: 40px;
}
}
.our-story {
padding: 25px 25px;
}
@media(min-width: 700px) {
.our-story {
margin: 0 auto;
max-width: 1000px;
padding: 100px 75px;
}
}
.our-story__content {
font-size: 16px
}
.music-feeling {
padding: 75px 25px 200px 25px;
}
@media(min-width: 700px) {
.music-feeling {
margin: 0 auto;
padding: 75px 25px 200px 25px;
max-width: 815px;
text-align: left;
}
}
.music-feeling__title {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 62px;
font-size: 62px;
color: #FFFFFF;
letter-spacing: 0.5px;
}
@media(min-width: 700px) {
.music-feeling__title {
line-height: 78px;
font-size: 78px;
}
}
.dark-bg {
background: #232228;
background-image: url("images/chris-lines-530914-unsplash.jpg");
background-position: left;
background-repeat: no-repeat;
background-size: cover;
}
@media(min-width: 700px) {
.dark-bg {
background-attachment: fixed;
background-position: initial;
}
}
.comming-soon {
font-family: 'GT-America-Standard-Bold';
}
.connect {
display: flex;
flex-direction: column;
margin-top: 100px;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
padding: 20px
}
@media(min-width: 700px) {
.connect {
flex-direction: row;
justify-content: space-around;
align-items: center;
}
}
.connect__header {
margin: 0;
font-family: 'GT-Super-Display';
line-height: 72px;
font-size: 62px;
color: #5A5A66;
letter-spacing: 0.5px;
}
@media(min-width: 700) {
.connect {
width: 30%
}
}
.contact-link {
color: #A4C2A8;
text-decoration: none;
font-family: 'GT-America-Standard-bold';
} | 0.362405 | 0.065455 |
* {
box-sizing: border-box;
}
body {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #ecf0f1;
}
.loader {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: -90px;
margin: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.dot {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 18px;
height: 18px;
border-radius: 100%;
}
.dot:nth-child(1) {
background-color: #f44336;
-webkit-animation: jump--1 0.666s linear infinite;
animation: jump--1 0.666s linear infinite;
box-shadow: rgba(255, 255, 255, 0.6) 0 0 2px 2px, #f44336 0 0 12px 0;
}
.dot:nth-child(2) {
background-color: #f1c40f;
-webkit-animation: jump--2 0.666s linear infinite;
animation: jump--2 0.666s linear infinite;
box-shadow: rgba(255, 255, 255, 0.6) 0 0 2px 2px, #f1c40f 0 0 12px 0;
}
.dot:nth-child(3) {
background-color: #03A9F4;
-webkit-animation: jump--3 0.666s linear infinite;
animation: jump--3 0.666s linear infinite;
box-shadow: rgba(255, 255, 255, 0.6) 0 0 2px 2px, #03A9F4 0 0 12px 0;
}
@-webkit-keyframes jump--1 {
0% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
12.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
25% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
37.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
50% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
}
@keyframes jump--1 {
0% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
12.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
25% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
37.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
50% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
}
@-webkit-keyframes jump--2 {
0% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
25% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
37.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
50% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
62.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
75% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
}
@keyframes jump--2 {
0% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
25% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
37.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
50% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
62.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
75% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
}
@-webkit-keyframes jump--3 {
0% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
62.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
75% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
87.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
100% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
}
@keyframes jump--3 {
0% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
62.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
75% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
87.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
100% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
} | dist/css/wait3.css | * {
box-sizing: border-box;
}
body {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #ecf0f1;
}
.loader {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: -90px;
margin: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.dot {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 18px;
height: 18px;
border-radius: 100%;
}
.dot:nth-child(1) {
background-color: #f44336;
-webkit-animation: jump--1 0.666s linear infinite;
animation: jump--1 0.666s linear infinite;
box-shadow: rgba(255, 255, 255, 0.6) 0 0 2px 2px, #f44336 0 0 12px 0;
}
.dot:nth-child(2) {
background-color: #f1c40f;
-webkit-animation: jump--2 0.666s linear infinite;
animation: jump--2 0.666s linear infinite;
box-shadow: rgba(255, 255, 255, 0.6) 0 0 2px 2px, #f1c40f 0 0 12px 0;
}
.dot:nth-child(3) {
background-color: #03A9F4;
-webkit-animation: jump--3 0.666s linear infinite;
animation: jump--3 0.666s linear infinite;
box-shadow: rgba(255, 255, 255, 0.6) 0 0 2px 2px, #03A9F4 0 0 12px 0;
}
@-webkit-keyframes jump--1 {
0% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
12.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
25% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
37.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
50% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
}
@keyframes jump--1 {
0% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
12.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
25% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
37.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
50% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
}
@-webkit-keyframes jump--2 {
0% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
25% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
37.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
50% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
62.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
75% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
}
@keyframes jump--2 {
0% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
25% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
37.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
50% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
62.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
75% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
100% {
-webkit-transform: translate3d(250%, 0, 0);
transform: translate3d(250%, 0, 0);
}
}
@-webkit-keyframes jump--3 {
0% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
62.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
75% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
87.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
100% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
}
@keyframes jump--3 {
0% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 0, 0) scale(2);
transform: translate3d(0, 0, 0) scale(2);
}
62.5% {
-webkit-transform: translate3d(41.66667%, -142.85714%, 0);
transform: translate3d(41.66667%, -142.85714%, 0);
}
75% {
-webkit-transform: translate3d(250%, -250%, 0);
transform: translate3d(250%, -250%, 0);
}
87.5% {
-webkit-transform: translate3d(500%, 250%, 0);
transform: translate3d(500%, 250%, 0);
}
100% {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0);
}
} | 0.433981 | 0.150809 |
padding-bottom: 1em;
}
/* Rules for sizing the icon. */
.material-icons.md-18,
.material-icons-text.md-18 {
font-size: 18px;
}
.material-icons.md-24,
.material-icons-text.md-24 {
font-size: 24px;
}
.material-icons.md-36,
.material-icons-text.md-36 {
font-size: 36px;
}
.material-icons.md-48,
.material-icons-text.md-48 {
font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3);
}
/* Social icons css boostrap-social: https://lipis.github.io/bootstrap-social/ */
.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-social> :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
padding-left: 61px;
}
.btn-social.btn-lg> :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social.btn-sm {
padding-left: 38px;
}
.btn-social.btn-sm> :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social.btn-xs {
padding-left: 30px;
}
.btn-social.btn-xs> :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 34px;
width: 34px;
padding: 0;
}
.btn-social-icon> :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
padding-left: 61px;
}
.btn-social-icon.btn-lg> :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social-icon.btn-sm {
padding-left: 38px;
}
.btn-social-icon.btn-sm> :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social-icon.btn-xs {
padding-left: 30px;
}
.btn-social-icon.btn-xs> :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon> :first-child {
border: none;
text-align: center;
width: 100% !important;
}
.btn-social-icon.btn-lg {
height: 45px;
width: 45px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-sm {
height: 30px;
width: 30px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-xs {
height: 22px;
width: 22px;
padding-left: 0;
padding-right: 0;
}
.btn-github {
color: #fff;
background-color: #444;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
color: #fff;
background-color: #2b2b2b;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
color: #fff;
background-color: #2b2b2b;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
color: #fff;
background-color: #2b2b2b;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open>.dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open>.dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open>.dropdown-toggle.btn-github.focus {
color: #fff;
background-color: #191919;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
background-image: none;
}
.btn-github .badge {
color: #444;
background-color: #fff;
}
.btn-twitter {
color: #fff;
background-color: #55acee;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
color: #fff;
background-color: #2795e9;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
color: #fff;
background-color: #2795e9;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
color: #fff;
background-color: #2795e9;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open>.dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open>.dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open>.dropdown-toggle.btn-twitter.focus {
color: #fff;
background-color: #1583d7;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
background-color: #55acee;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
color: #55acee;
background-color: #fff;
}
.btn-linkedin {
color: #fff;
background-color: #007bb6;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
color: #fff;
background-color: #005983;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
color: #fff;
background-color: #005983;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #005983;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open>.dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open>.dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open>.dropdown-toggle.btn-linkedin.focus {
color: #fff;
background-color: #00405f;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
background-color: #007bb6;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
color: #007bb6;
background-color: #fff;
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
color: #fff;
background-color: #2d4373;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
color: #fff;
background-color: #2d4373;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
color: #fff;
background-color: #2d4373;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open>.dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open>.dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open>.dropdown-toggle.btn-facebook.focus {
color: #fff;
background-color: #23345a;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
background-color: #3b5998;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
color: #3b5998;
background-color: #fff;
}
/* ^^ Social icons css boostrap-social: https://lipis.github.io/bootstrap-social/ ^^ */
.btn-social {
margin: 10px auto 10px auto;
width: 180px;
}
.btn-freecodecamp {
color: #fff;
background-color: #29b327;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:focus,
.btn-freecodecamp.focus {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:hover {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:active,
.btn-freecodecamp.active,
.open>.dropdown-toggle.btn-freecodecamp {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:active:hover,
.btn-freecodecamp.active:hover,
.open>.dropdown-toggle.btn-freecodecamp:hover,
.btn-freecodecamp:active:focus,
.btn-freecodecamp.active:focus,
.open>.dropdown-toggle.btn-freecodecamp:focus,
.btn-freecodecamp:active.focus,
.btn-freecodecamp.active.focus,
.open>.dropdown-toggle.btn-freecodecamp.focus {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:active,
.btn-freecodecamp.active,
.open>.dropdown-toggle.btn-freecodecamp {
background-image: none;
}
.btn-freecodecamp .badge {
color: #29b327;
background-color: #fff;
}
.btn-freecodecamp> :first-child {
font-size: 1.2em;
}
.footer>.container {
padding-top: 20px;
padding-bottom: 20px;
font-family: 'Lobster', cursive;
} | portfolio/static/theme.css | padding-bottom: 1em;
}
/* Rules for sizing the icon. */
.material-icons.md-18,
.material-icons-text.md-18 {
font-size: 18px;
}
.material-icons.md-24,
.material-icons-text.md-24 {
font-size: 24px;
}
.material-icons.md-36,
.material-icons-text.md-36 {
font-size: 36px;
}
.material-icons.md-48,
.material-icons-text.md-48 {
font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3);
}
/* Social icons css boostrap-social: https://lipis.github.io/bootstrap-social/ */
.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-social> :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
padding-left: 61px;
}
.btn-social.btn-lg> :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social.btn-sm {
padding-left: 38px;
}
.btn-social.btn-sm> :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social.btn-xs {
padding-left: 30px;
}
.btn-social.btn-xs> :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 34px;
width: 34px;
padding: 0;
}
.btn-social-icon> :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
padding-left: 61px;
}
.btn-social-icon.btn-lg> :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social-icon.btn-sm {
padding-left: 38px;
}
.btn-social-icon.btn-sm> :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social-icon.btn-xs {
padding-left: 30px;
}
.btn-social-icon.btn-xs> :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon> :first-child {
border: none;
text-align: center;
width: 100% !important;
}
.btn-social-icon.btn-lg {
height: 45px;
width: 45px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-sm {
height: 30px;
width: 30px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-xs {
height: 22px;
width: 22px;
padding-left: 0;
padding-right: 0;
}
.btn-github {
color: #fff;
background-color: #444;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
color: #fff;
background-color: #2b2b2b;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
color: #fff;
background-color: #2b2b2b;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
color: #fff;
background-color: #2b2b2b;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open>.dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open>.dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open>.dropdown-toggle.btn-github.focus {
color: #fff;
background-color: #191919;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
background-image: none;
}
.btn-github .badge {
color: #444;
background-color: #fff;
}
.btn-twitter {
color: #fff;
background-color: #55acee;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
color: #fff;
background-color: #2795e9;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
color: #fff;
background-color: #2795e9;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
color: #fff;
background-color: #2795e9;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open>.dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open>.dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open>.dropdown-toggle.btn-twitter.focus {
color: #fff;
background-color: #1583d7;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
background-color: #55acee;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
color: #55acee;
background-color: #fff;
}
.btn-linkedin {
color: #fff;
background-color: #007bb6;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
color: #fff;
background-color: #005983;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
color: #fff;
background-color: #005983;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #005983;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open>.dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open>.dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open>.dropdown-toggle.btn-linkedin.focus {
color: #fff;
background-color: #00405f;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
background-color: #007bb6;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
color: #007bb6;
background-color: #fff;
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
color: #fff;
background-color: #2d4373;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
color: #fff;
background-color: #2d4373;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
color: #fff;
background-color: #2d4373;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open>.dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open>.dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open>.dropdown-toggle.btn-facebook.focus {
color: #fff;
background-color: #23345a;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
background-color: #3b5998;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
color: #3b5998;
background-color: #fff;
}
/* ^^ Social icons css boostrap-social: https://lipis.github.io/bootstrap-social/ ^^ */
.btn-social {
margin: 10px auto 10px auto;
width: 180px;
}
.btn-freecodecamp {
color: #fff;
background-color: #29b327;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:focus,
.btn-freecodecamp.focus {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:hover {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:active,
.btn-freecodecamp.active,
.open>.dropdown-toggle.btn-freecodecamp {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:active:hover,
.btn-freecodecamp.active:hover,
.open>.dropdown-toggle.btn-freecodecamp:hover,
.btn-freecodecamp:active:focus,
.btn-freecodecamp.active:focus,
.open>.dropdown-toggle.btn-freecodecamp:focus,
.btn-freecodecamp:active.focus,
.btn-freecodecamp.active.focus,
.open>.dropdown-toggle.btn-freecodecamp.focus {
color: #fff;
background-color: #21901F;
border-color: rgba(0, 0, 0, 0.2);
}
.btn-freecodecamp:active,
.btn-freecodecamp.active,
.open>.dropdown-toggle.btn-freecodecamp {
background-image: none;
}
.btn-freecodecamp .badge {
color: #29b327;
background-color: #fff;
}
.btn-freecodecamp> :first-child {
font-size: 1.2em;
}
.footer>.container {
padding-top: 20px;
padding-bottom: 20px;
font-family: 'Lobster', cursive;
} | 0.561335 | 0.082994 |
*{
margin: 0;
}
.section1 {
height: 95vh;
background-image: url('../assets/backgrounds/h_img.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
padding-top: 200px;
color: white;
font-family: 'Gabriela' , serif;
}
.section1 .logo {
height: 50px;
width: 50px;
margin-top: 18px;
margin-bottom: 34px;
width: 70px;
height: 70px;;
}
.section1 .mouse{
margin-top: 120px;
padding-top : 12px;
margin-top: 5%;
padding-bottom: 30px;
}
.section2{
text-align: center;
padding-bottom: 30px;
padding-top:40px;
font-family: 'Copse', serif;
}
.section3{
height: 40vh;
background-image: url('../assets/backgrounds/s_image.jpg');
background-repeat: no-repeat;
text-align: center;
color: white;
background-repeat: no-repeat;
font-family: 'Copse', serif;
padding-top: 100px;
font-size: 18px;
}
.section4 {
height: 300px;
}
.section4 .heading {
text-align: center;
height: 20%;
}
.section4 .heading h2 {
position: relative;
top: 15%;
}
.section4 .what-we-do-row {
height: 80%;
width: 100%;
}
.section4 .what-we-do-row .design {
float: left;
width: 33.3%;
height: 100%;
}
.section4 .what-we-do-row .design .design-shown {
width: 100%;
height: 100%;
}
.section4 .what-we-do-row .design .design-shown img {
margin-left: 50%;
margin-top: 25%;
transform: translate(-50%, -50%);
}
.section4 .what-we-do-row .design .design-shown p {
text-align: center;
margin-top: -8%;
}
.section4 .what-we-do-row .design .design-hidden{
width: 100%;
height: 100%;
font-family: 'Gabriela', serif;
text-align: center;
}
.section4 .what-we-do-row .development{
float: left;
width: 33.3%;
height: 100%;
}
.section4 .what-we-do-row .development .development-shown{
width: 100%;
height: 100%;
}
.section4 .what-we-do-row .development .development-shown img{
margin-left: 50%;
margin-top: 25%;
transform: translate(-50%, -50%);
}
.section4 .what-we-do-row .development .development-shown p{
text-align: center;
margin-top: -8%;
}
.section4 .what-we-do-row .development .development-hidden{
width: 100%;
height: 100%;
font-family: 'Gabriela', serif;
text-align: center;
}
.section4 .what-we-do-row .product-management{
float: left;
width: 33.3%;
height: 100%;
}
.section4 .what-we-do-row .product-management .product-management-shown {
width: 100%;
height: 100%;
}
.section4 .what-we-do-row .product-management .product-management-shown img{
margin-left: 50%;
margin-top: 25%;
transform: translate(-50%, -50%);
}
.section4 .what-we-do-row .product-management .product-management-shown p{
text-align: center;
margin-top: -8%;
}
.section4 .what-we-do-row .product-management .product-management-hidden {
width: 100%;
height: 100%;
font-family: 'Gabriela', serif;
text-align: center;
}
#portfolio{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left:20%;
margin-right: 18%;
}
.col-md-3 img{
max-width: 100%;
max-height: 100%;
}
.portfolio h2{
text-align: center;
padding-top:40px;
font-family: 'Gabriela', serif;
}
form #contact{
background-color: rgba(0, 0, 0, 0);
}
input[type=text], input[type=email] {
background:transparent;
color: white;
border: 2px solid #fff;
border-radius: 4px;
padding-left: 10px;
width: 100%;
height: 50px;
}
.message {
background:transparent;
color: white;
width: 100%;
height: 300px;
border: 2px solid #fff;
border-radius: 4px;
padding-left: 10px;
}
.submit{
position:absolute;
padding-left: 25%;
}
footer{
text-align: center;
padding-top: 30px;
font-family: cursive;
}
footer p{
margin-top: 10px;
}
.Hover {
opacity:0;
background-color: rgba(255, 255, 255, 0.623);
position: absolute;
top:25%;
bottom:25%;
left:25%;
right:25%;
}
.custom-info-on-portfolio-images {
height: 280px;
max-width: 280px;
padding:2px;
}
.row{
padding:2%;
}
#contacts{
background-image: url(../assets/backgrounds/c_image.jpg );
background-position: center;
}
.btn-warning{
color: #d28348 !important;
border-color: #d28348 !important;
}
.btn-warning:hover{
background-color: #d28348 !important;
color:white!important;
} | css/style.css | *{
margin: 0;
}
.section1 {
height: 95vh;
background-image: url('../assets/backgrounds/h_img.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
padding-top: 200px;
color: white;
font-family: 'Gabriela' , serif;
}
.section1 .logo {
height: 50px;
width: 50px;
margin-top: 18px;
margin-bottom: 34px;
width: 70px;
height: 70px;;
}
.section1 .mouse{
margin-top: 120px;
padding-top : 12px;
margin-top: 5%;
padding-bottom: 30px;
}
.section2{
text-align: center;
padding-bottom: 30px;
padding-top:40px;
font-family: 'Copse', serif;
}
.section3{
height: 40vh;
background-image: url('../assets/backgrounds/s_image.jpg');
background-repeat: no-repeat;
text-align: center;
color: white;
background-repeat: no-repeat;
font-family: 'Copse', serif;
padding-top: 100px;
font-size: 18px;
}
.section4 {
height: 300px;
}
.section4 .heading {
text-align: center;
height: 20%;
}
.section4 .heading h2 {
position: relative;
top: 15%;
}
.section4 .what-we-do-row {
height: 80%;
width: 100%;
}
.section4 .what-we-do-row .design {
float: left;
width: 33.3%;
height: 100%;
}
.section4 .what-we-do-row .design .design-shown {
width: 100%;
height: 100%;
}
.section4 .what-we-do-row .design .design-shown img {
margin-left: 50%;
margin-top: 25%;
transform: translate(-50%, -50%);
}
.section4 .what-we-do-row .design .design-shown p {
text-align: center;
margin-top: -8%;
}
.section4 .what-we-do-row .design .design-hidden{
width: 100%;
height: 100%;
font-family: 'Gabriela', serif;
text-align: center;
}
.section4 .what-we-do-row .development{
float: left;
width: 33.3%;
height: 100%;
}
.section4 .what-we-do-row .development .development-shown{
width: 100%;
height: 100%;
}
.section4 .what-we-do-row .development .development-shown img{
margin-left: 50%;
margin-top: 25%;
transform: translate(-50%, -50%);
}
.section4 .what-we-do-row .development .development-shown p{
text-align: center;
margin-top: -8%;
}
.section4 .what-we-do-row .development .development-hidden{
width: 100%;
height: 100%;
font-family: 'Gabriela', serif;
text-align: center;
}
.section4 .what-we-do-row .product-management{
float: left;
width: 33.3%;
height: 100%;
}
.section4 .what-we-do-row .product-management .product-management-shown {
width: 100%;
height: 100%;
}
.section4 .what-we-do-row .product-management .product-management-shown img{
margin-left: 50%;
margin-top: 25%;
transform: translate(-50%, -50%);
}
.section4 .what-we-do-row .product-management .product-management-shown p{
text-align: center;
margin-top: -8%;
}
.section4 .what-we-do-row .product-management .product-management-hidden {
width: 100%;
height: 100%;
font-family: 'Gabriela', serif;
text-align: center;
}
#portfolio{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left:20%;
margin-right: 18%;
}
.col-md-3 img{
max-width: 100%;
max-height: 100%;
}
.portfolio h2{
text-align: center;
padding-top:40px;
font-family: 'Gabriela', serif;
}
form #contact{
background-color: rgba(0, 0, 0, 0);
}
input[type=text], input[type=email] {
background:transparent;
color: white;
border: 2px solid #fff;
border-radius: 4px;
padding-left: 10px;
width: 100%;
height: 50px;
}
.message {
background:transparent;
color: white;
width: 100%;
height: 300px;
border: 2px solid #fff;
border-radius: 4px;
padding-left: 10px;
}
.submit{
position:absolute;
padding-left: 25%;
}
footer{
text-align: center;
padding-top: 30px;
font-family: cursive;
}
footer p{
margin-top: 10px;
}
.Hover {
opacity:0;
background-color: rgba(255, 255, 255, 0.623);
position: absolute;
top:25%;
bottom:25%;
left:25%;
right:25%;
}
.custom-info-on-portfolio-images {
height: 280px;
max-width: 280px;
padding:2px;
}
.row{
padding:2%;
}
#contacts{
background-image: url(../assets/backgrounds/c_image.jpg );
background-position: center;
}
.btn-warning{
color: #d28348 !important;
border-color: #d28348 !important;
}
.btn-warning:hover{
background-color: #d28348 !important;
color:white!important;
} | 0.433262 | 0.048316 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
a {
text-decoration: none;
}
a:hover {
color: #e65540;
}
img {
width: 100%;
object-fit: cover;
}
.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon1 span {
background: #e65100;
}
.animated-icon2 span {
background: #e3f2fd;
}
.animated-icon3 span {
background: #f3e5f5;
}
.animated-icon1 span:nth-child(1) {
top: 0px;
}
.animated-icon1 span:nth-child(2) {
top: 10px;
}
.animated-icon1 span:nth-child(3) {
top: 20px;
}
.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
li {
list-style-type: none;
}
.container-fluid {
padding: 0;
}
#drop li a {
color: #fff;
}
.topbar-right {
display: flex;
padding-left: 6%;
}
li ul {
display: none;
background-color: #212529;
}
.topbar {
align-items: center;
justify-content: space-between;
background-color: #f5f5f5;
height: 43px;
display: block;
}
.logo-menu-icons {
margin-left: -35px;
padding-top: 3%;
padding-bottom: 3%;
}
.container-logo-menu {
width: 100%;
background-color: #fff;
height: 80px;
border-bottom: 1px solid #888888;
align-items: center;
}
header {
top: 0;
position: sticky;
z-index: 200;
width: 100%;
height: 124px;
}
.topbar-right-select select {
justify-content: flex-end;
border: none;
background-color: #f5f5f5;
color: #888888;
outline: none;
margin-left: 10px;
}
.topbar-social a {
text-decoration: none;
font-size: 20px;
color: #888888;
padding: 3px;
}
.topbar span {
font-size: 13px;
color: #888888;
font-family: 'Open Sans', sans-serif;
}
.site-main-menu li {
padding: 15px;
list-style-type: none;
}
.site-main-menu a {
color: #212529;
line-height: 24px;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.site-options-section ul {
margin-top: 5%;
margin-left: -12%;
}
.site-logo {
margin-top: 2%;
justify-content: center;
}
.site-logo img {
width: 30%;
}
.header-first-icon {
margin-right: 42px;
}
.header-second-icon {
margin-right: 30px;
border-left: 1px solid #888888;
padding-left: 40px;
}
.item {
width: 100%;
margin-top: 9%;
position: relative;
overflow: hidden;
}
.item img {
transition: 0.4s;
}
.item img:hover {
transform: scale(1.1);
}
.item-container {
margin-left: 3%;
}
.item button {
width: 46%;
font-size: 16px;
background-color: #fff;
height: 43px;
border: none;
transition: 0.5s;
}
.small-item-button {
position: absolute;
top: 81%;
left: 27%;
}
.big-item-button {
position: absolute;
top: 84%;
left: 27%;
}
.item button:hover {
background-color: #e65540;
color: #fff;
}
.slick-items {
margin-top: 100px;
}
.btn {
width: 70%;
height: 42px;
border-radius: 23px;
color: #fff;
margin-right: 10px;
}
.slick-items h2 {
text-transform: uppercase;
font-size: 30px;
color: #222222;
font-weight: bold;
margin-left: 27%;
}
.owl-carousel {
margin-top: 55px;
/* height: 700px; */
}
.carousel-item img {
height: 550px;
}
.carousel-item {
position: relative;
align-items: center;
justify-content: center;
align-content: center;
}
.animate-div {
position: absolute;
top: 33%;
left: 33%;
color: #fff;
text-align: center;
height: 400px;
}
.animate-div span {
font-size: 18px;
font-weight: bold;
text-align: center;
}
.animate-div h2 {
font-size: 60px;
font-weight: bold;
text-transform: uppercase;
margin-top: 20px;
}
.animate-div button {
width: 35%;
height: 48px;
border-radius: 30px;
background-color: #fff;
text-transform: uppercase;
border: none;
margin-top: 20px;
}
.slick {
margin-left: 18px;
position: relative;
transition: 0.8s;
}
.slick-content {
padding-top: 6%;
}
.slick-content a {
font-size: 15px;
text-decoration: none;
color: #888888;
}
.opacity-div {
background-color: rgba(0, 0, 0, .3);
width: 100%;
height: 84%;
position: absolute;
top: 1px;
display: none;
}
.opacity-div button {
margin-top: 110%;
height: 42px;
margin-left: 14%;
text-transform: uppercase;
background-color: black;
font-size: 15px;
border: none;
}
.time-p {
text-align: center;
font-size: 1.2em;
position: absolute;
top: 80%;
left: 24%;
}
.time-container {
background-color: #f2f2f2;
padding-top: 55px;
padding-bottom: 5%;
}
.beauty-img {
margin-right: 3%;
position: relative;
overflow: hidden;
width: 100%;
}
.time-container-area {
position: relative;
overflow: hidden;
}
.ticket-item {
position: absolute;
top: 60%;
left: 33%;
text-align: center;
}
.ticket-item a {
color: #222222;
text-decoration: none;
}
.ticket-item a:hover {
color: #e65540;
}
.ticket-item span {
margin-top: 10px;
}
.line {
text-decoration: line-through;
}
.beauty-img-info {
position: absolute;
top: 34%;
left: 23%;
}
.beauty-img-info span {
color: #fff;
font-size: 2.4rem;
font-weight: bold;
}
.beauty-img-info h3 {
color: #fff;
text-transform: uppercase;
font-size: 3rem;
font-weight: bold;
letter-spacing: 2px;
}
.beauty-img-info p {
color: #fff;
font-size: 15px;
text-transform: uppercase;
}
.time-container img {
transition: transform .5s, filter 1.5s ease-in-out;
}
.time-container img:hover {
transform: scale(1.1);
}
.blog-item {
width: 31%;
margin-left: 2%;
margin-top: 4%;
}
.blog-images {
padding-top: 6.5%;
padding-bottom: 8%;
overflow: hidden;
}
.blog-item {
overflow: hidden;
}
.blog-item-div {
overflow: hidden;
}
.blog-item img {
transition: 0.5s;
height: 270px;
}
.blog-item img:hover {
transform: scale(1.1);
}
.blog-images h2 {
text-transform: uppercase;
font-size: 1.7rem;
text-align: center;
font-weight: 900;
}
.blog-item-info {
margin-top: 20px;
}
.blog-item-info a {
text-decoration: none;
font-size: 16px;
color: #000;
}
.blog-item-info span {
font-size: 13px;
color: #888888;
line-height: 23.4px;
}
.blog-item-info p {
font-size: 13px;
color: #888888;
margin-top: 6px;
line-height: 23.4px;
}
.social-img {
width: 20%;
}
.social-follow>.container-fluid {
padding: 0;
margin-top: 50px;
}
.social-follow h3 {
color: #222222;
text-transform: uppercase;
text-align: center;
font-weight: bold;
}
.simple-div-section {
padding-left: 13%;
padding-top: 4%;
padding-bottom: 5%;
}
.simple-div {
width: 33%;
margin-top: 35px;
}
.simple-div h4 {
font-size: 18px;
}
.simple-div span {
font-size: 13px;
}
.simple-div a {
text-decoration: none;
font-size: 13px;
color: #888888;
}
.get-in-touch p {
font-size: 13px;
margin-top: 35px;
}
footer h4 {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
color: #000;
}
footer ul {
margin-top: 35px;
}
footer li {
font-size: 13px;
margin-top: 17px;
}
footer {
padding-top: 5%;
padding-left: 1%;
background-color: #f2f2f2;
padding-bottom: 5%;
width: 100%;
}
.email-button {
margin-left: 0;
}
.box {
display: flex;
justify-content: space-between;
}
.email-button button {
width: 100%;
}
.email-button input {
width: 100%;
border: none;
border-bottom: 1px solid #888888;
}
input {
margin-top: 23px;
background-color: #f2f2f2;
outline: none;
}
input::placeholder {
font-size: 13px;
}
footer button {
margin-top: 25px;
background-color: #111111;
height: 46px;
width: 160px;
text-transform: uppercase;
}
.footer-words {
text-align: center;
margin-top: 1%;
font-size: 13px;
color: #888888;
}
.credit-cards {
margin-top: 6%;
justify-content: center;
align-items: center;
}
.credit-cards a {
padding: 2px;
}
/* .get-in-touch {
margin-left: 0;
width: 39%;
margin-right: 7%;
} */
/* .categories {
width: 13%;
}
.links {
width: 13%;
}
.help {
width: 13%;
} */
/* .email-button {
width: 29%;
} */
/* mobile version start here */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon1 span {
background: #e65100;
}
.animated-icon2 span {
background: #e3f2fd;
}
.animated-icon3 span {
background: #f3e5f5;
}
.animated-icon2 span:nth-child(1) {
top: 0px;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 10px;
}
.animated-icon2 span:nth-child(4) {
top: 20px;
}
.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}
.wrap-mobile {
align-items: center;
justify-content: space-between;
margin-right: 15px;
margin-left: 15px;
padding-right: 20px;
margin-top: 3%;
}
.header-first-icon-m {
margin-right: 14%;
}
.header-second-icon-m {
margin-right: 8%;
}
.first-button {
padding: 0;
outline: none!important;
}
.topbar-social-m a {
font-size: 19px;
color: #888888;
padding-left: 8px;
}
footer a {
color: #888888;
}
.get-in-touch p {
color: #888888;
}
.nav-item-o a {
color: #fff!important;
padding-left: 14px!important;
}
.first-span-m {
font-size: 13px;
color: #888888;
}
.second-span-m {
font-size: 13px;
color: #888888;
}
.nav-item {
margin-top: 5%;
}
.container-fluid {
padding: 0!important;
}
.nav-item-o {
background-color: #E65540;
color: #fff;
}
.navbar {
padding: 0!important;
margin-top: 4%;
}
li {
padding-left: 7px;
}
@media (max-width: 576px) {
.time-p {
font-size: 15px;
right: 0;
left: 0;
}
.get-in-touch {
margin-top: 6%;
}
.categories {
margin-top: 6%;
}
.links {
margin-top: 6%;
}
.help {
margin-top: 6%;
}
.email-button {
margin-top: 6%;
}
.email-button input {
width: 60%;
}
.time-container span {
font-size: 16px;
}
.beauty-img span {
margin-right: 10%;
}
.beauty-img h3 {
font-size: 28px;
}
.beauty-img p {
font-size: 10px;
}
.social-img {
width: 100%;
}
.social-follow>.container-fluid {
flex-direction: column;
}
.blog-item {
width: 100%;
}
.simple-div-section>.container-fluid {
flex-direction: column;
}
.simple-div {
width: 100%;
text-align: center;
margin-right: 2%;
}
.carousel-item img {
height: 300px;
}
.animate-div span {
font-size: 14px;
}
.animate-div {
display: flex;
flex-direction: column;
margin-right: 24%;
width: 100%;
left: 0;
}
.animate-div h2 {
font-size: 36px;
}
}
@media (max-width: 768px) {
/* .get-in-touch {
width: 100%;
}
.categories {
width: 33%;
}
.links {
width: 33%;
}
.help {
width: 33%;
}
.email-button {
width: 100%;
} */
.social-img {
width: 100%;
}
.social-follow>.container-fluid {
flex-direction: column;
flex-wrap: wrap;
}
.animate-div {
right: 16%;
}
}
@media (max-width: 992px) {
header {
display: none;
}
.mobile-app {
display: block!important;
}
/* .footer-container>.container>.row {} */
}
@media (min-width: 1200px) {} | MySite/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
a {
text-decoration: none;
}
a:hover {
color: #e65540;
}
img {
width: 100%;
object-fit: cover;
}
.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon1 span {
background: #e65100;
}
.animated-icon2 span {
background: #e3f2fd;
}
.animated-icon3 span {
background: #f3e5f5;
}
.animated-icon1 span:nth-child(1) {
top: 0px;
}
.animated-icon1 span:nth-child(2) {
top: 10px;
}
.animated-icon1 span:nth-child(3) {
top: 20px;
}
.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
li {
list-style-type: none;
}
.container-fluid {
padding: 0;
}
#drop li a {
color: #fff;
}
.topbar-right {
display: flex;
padding-left: 6%;
}
li ul {
display: none;
background-color: #212529;
}
.topbar {
align-items: center;
justify-content: space-between;
background-color: #f5f5f5;
height: 43px;
display: block;
}
.logo-menu-icons {
margin-left: -35px;
padding-top: 3%;
padding-bottom: 3%;
}
.container-logo-menu {
width: 100%;
background-color: #fff;
height: 80px;
border-bottom: 1px solid #888888;
align-items: center;
}
header {
top: 0;
position: sticky;
z-index: 200;
width: 100%;
height: 124px;
}
.topbar-right-select select {
justify-content: flex-end;
border: none;
background-color: #f5f5f5;
color: #888888;
outline: none;
margin-left: 10px;
}
.topbar-social a {
text-decoration: none;
font-size: 20px;
color: #888888;
padding: 3px;
}
.topbar span {
font-size: 13px;
color: #888888;
font-family: 'Open Sans', sans-serif;
}
.site-main-menu li {
padding: 15px;
list-style-type: none;
}
.site-main-menu a {
color: #212529;
line-height: 24px;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.site-options-section ul {
margin-top: 5%;
margin-left: -12%;
}
.site-logo {
margin-top: 2%;
justify-content: center;
}
.site-logo img {
width: 30%;
}
.header-first-icon {
margin-right: 42px;
}
.header-second-icon {
margin-right: 30px;
border-left: 1px solid #888888;
padding-left: 40px;
}
.item {
width: 100%;
margin-top: 9%;
position: relative;
overflow: hidden;
}
.item img {
transition: 0.4s;
}
.item img:hover {
transform: scale(1.1);
}
.item-container {
margin-left: 3%;
}
.item button {
width: 46%;
font-size: 16px;
background-color: #fff;
height: 43px;
border: none;
transition: 0.5s;
}
.small-item-button {
position: absolute;
top: 81%;
left: 27%;
}
.big-item-button {
position: absolute;
top: 84%;
left: 27%;
}
.item button:hover {
background-color: #e65540;
color: #fff;
}
.slick-items {
margin-top: 100px;
}
.btn {
width: 70%;
height: 42px;
border-radius: 23px;
color: #fff;
margin-right: 10px;
}
.slick-items h2 {
text-transform: uppercase;
font-size: 30px;
color: #222222;
font-weight: bold;
margin-left: 27%;
}
.owl-carousel {
margin-top: 55px;
/* height: 700px; */
}
.carousel-item img {
height: 550px;
}
.carousel-item {
position: relative;
align-items: center;
justify-content: center;
align-content: center;
}
.animate-div {
position: absolute;
top: 33%;
left: 33%;
color: #fff;
text-align: center;
height: 400px;
}
.animate-div span {
font-size: 18px;
font-weight: bold;
text-align: center;
}
.animate-div h2 {
font-size: 60px;
font-weight: bold;
text-transform: uppercase;
margin-top: 20px;
}
.animate-div button {
width: 35%;
height: 48px;
border-radius: 30px;
background-color: #fff;
text-transform: uppercase;
border: none;
margin-top: 20px;
}
.slick {
margin-left: 18px;
position: relative;
transition: 0.8s;
}
.slick-content {
padding-top: 6%;
}
.slick-content a {
font-size: 15px;
text-decoration: none;
color: #888888;
}
.opacity-div {
background-color: rgba(0, 0, 0, .3);
width: 100%;
height: 84%;
position: absolute;
top: 1px;
display: none;
}
.opacity-div button {
margin-top: 110%;
height: 42px;
margin-left: 14%;
text-transform: uppercase;
background-color: black;
font-size: 15px;
border: none;
}
.time-p {
text-align: center;
font-size: 1.2em;
position: absolute;
top: 80%;
left: 24%;
}
.time-container {
background-color: #f2f2f2;
padding-top: 55px;
padding-bottom: 5%;
}
.beauty-img {
margin-right: 3%;
position: relative;
overflow: hidden;
width: 100%;
}
.time-container-area {
position: relative;
overflow: hidden;
}
.ticket-item {
position: absolute;
top: 60%;
left: 33%;
text-align: center;
}
.ticket-item a {
color: #222222;
text-decoration: none;
}
.ticket-item a:hover {
color: #e65540;
}
.ticket-item span {
margin-top: 10px;
}
.line {
text-decoration: line-through;
}
.beauty-img-info {
position: absolute;
top: 34%;
left: 23%;
}
.beauty-img-info span {
color: #fff;
font-size: 2.4rem;
font-weight: bold;
}
.beauty-img-info h3 {
color: #fff;
text-transform: uppercase;
font-size: 3rem;
font-weight: bold;
letter-spacing: 2px;
}
.beauty-img-info p {
color: #fff;
font-size: 15px;
text-transform: uppercase;
}
.time-container img {
transition: transform .5s, filter 1.5s ease-in-out;
}
.time-container img:hover {
transform: scale(1.1);
}
.blog-item {
width: 31%;
margin-left: 2%;
margin-top: 4%;
}
.blog-images {
padding-top: 6.5%;
padding-bottom: 8%;
overflow: hidden;
}
.blog-item {
overflow: hidden;
}
.blog-item-div {
overflow: hidden;
}
.blog-item img {
transition: 0.5s;
height: 270px;
}
.blog-item img:hover {
transform: scale(1.1);
}
.blog-images h2 {
text-transform: uppercase;
font-size: 1.7rem;
text-align: center;
font-weight: 900;
}
.blog-item-info {
margin-top: 20px;
}
.blog-item-info a {
text-decoration: none;
font-size: 16px;
color: #000;
}
.blog-item-info span {
font-size: 13px;
color: #888888;
line-height: 23.4px;
}
.blog-item-info p {
font-size: 13px;
color: #888888;
margin-top: 6px;
line-height: 23.4px;
}
.social-img {
width: 20%;
}
.social-follow>.container-fluid {
padding: 0;
margin-top: 50px;
}
.social-follow h3 {
color: #222222;
text-transform: uppercase;
text-align: center;
font-weight: bold;
}
.simple-div-section {
padding-left: 13%;
padding-top: 4%;
padding-bottom: 5%;
}
.simple-div {
width: 33%;
margin-top: 35px;
}
.simple-div h4 {
font-size: 18px;
}
.simple-div span {
font-size: 13px;
}
.simple-div a {
text-decoration: none;
font-size: 13px;
color: #888888;
}
.get-in-touch p {
font-size: 13px;
margin-top: 35px;
}
footer h4 {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
color: #000;
}
footer ul {
margin-top: 35px;
}
footer li {
font-size: 13px;
margin-top: 17px;
}
footer {
padding-top: 5%;
padding-left: 1%;
background-color: #f2f2f2;
padding-bottom: 5%;
width: 100%;
}
.email-button {
margin-left: 0;
}
.box {
display: flex;
justify-content: space-between;
}
.email-button button {
width: 100%;
}
.email-button input {
width: 100%;
border: none;
border-bottom: 1px solid #888888;
}
input {
margin-top: 23px;
background-color: #f2f2f2;
outline: none;
}
input::placeholder {
font-size: 13px;
}
footer button {
margin-top: 25px;
background-color: #111111;
height: 46px;
width: 160px;
text-transform: uppercase;
}
.footer-words {
text-align: center;
margin-top: 1%;
font-size: 13px;
color: #888888;
}
.credit-cards {
margin-top: 6%;
justify-content: center;
align-items: center;
}
.credit-cards a {
padding: 2px;
}
/* .get-in-touch {
margin-left: 0;
width: 39%;
margin-right: 7%;
} */
/* .categories {
width: 13%;
}
.links {
width: 13%;
}
.help {
width: 13%;
} */
/* .email-button {
width: 29%;
} */
/* mobile version start here */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon1 span {
background: #e65100;
}
.animated-icon2 span {
background: #e3f2fd;
}
.animated-icon3 span {
background: #f3e5f5;
}
.animated-icon2 span:nth-child(1) {
top: 0px;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 10px;
}
.animated-icon2 span:nth-child(4) {
top: 20px;
}
.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}
.wrap-mobile {
align-items: center;
justify-content: space-between;
margin-right: 15px;
margin-left: 15px;
padding-right: 20px;
margin-top: 3%;
}
.header-first-icon-m {
margin-right: 14%;
}
.header-second-icon-m {
margin-right: 8%;
}
.first-button {
padding: 0;
outline: none!important;
}
.topbar-social-m a {
font-size: 19px;
color: #888888;
padding-left: 8px;
}
footer a {
color: #888888;
}
.get-in-touch p {
color: #888888;
}
.nav-item-o a {
color: #fff!important;
padding-left: 14px!important;
}
.first-span-m {
font-size: 13px;
color: #888888;
}
.second-span-m {
font-size: 13px;
color: #888888;
}
.nav-item {
margin-top: 5%;
}
.container-fluid {
padding: 0!important;
}
.nav-item-o {
background-color: #E65540;
color: #fff;
}
.navbar {
padding: 0!important;
margin-top: 4%;
}
li {
padding-left: 7px;
}
@media (max-width: 576px) {
.time-p {
font-size: 15px;
right: 0;
left: 0;
}
.get-in-touch {
margin-top: 6%;
}
.categories {
margin-top: 6%;
}
.links {
margin-top: 6%;
}
.help {
margin-top: 6%;
}
.email-button {
margin-top: 6%;
}
.email-button input {
width: 60%;
}
.time-container span {
font-size: 16px;
}
.beauty-img span {
margin-right: 10%;
}
.beauty-img h3 {
font-size: 28px;
}
.beauty-img p {
font-size: 10px;
}
.social-img {
width: 100%;
}
.social-follow>.container-fluid {
flex-direction: column;
}
.blog-item {
width: 100%;
}
.simple-div-section>.container-fluid {
flex-direction: column;
}
.simple-div {
width: 100%;
text-align: center;
margin-right: 2%;
}
.carousel-item img {
height: 300px;
}
.animate-div span {
font-size: 14px;
}
.animate-div {
display: flex;
flex-direction: column;
margin-right: 24%;
width: 100%;
left: 0;
}
.animate-div h2 {
font-size: 36px;
}
}
@media (max-width: 768px) {
/* .get-in-touch {
width: 100%;
}
.categories {
width: 33%;
}
.links {
width: 33%;
}
.help {
width: 33%;
}
.email-button {
width: 100%;
} */
.social-img {
width: 100%;
}
.social-follow>.container-fluid {
flex-direction: column;
flex-wrap: wrap;
}
.animate-div {
right: 16%;
}
}
@media (max-width: 992px) {
header {
display: none;
}
.mobile-app {
display: block!important;
}
/* .footer-container>.container>.row {} */
}
@media (min-width: 1200px) {} | 0.433142 | 0.099821 |
.ct-chart {
display: block;
min-height: 100px;
width: 100%;
height: 300px;
}
.ct-label {
font-size: 0.8rem;
}
.series-a-white .ct-series.ct-series-a .ct-area {
fill: #ffffff;
}
.series-a-white .ct-series.ct-series-a .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-a-white .ct-series.ct-series-a .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-a-white .ct-series.ct-series-a .ct-bar {
stroke: #ffffff;
}
.series-a-white .ct-series.ct-series-a .ct-slice-pie {
fill: #ffffff;
}
.series-a-white .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffffff;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-a-black .ct-series.ct-series-a .ct-area {
fill: #000000;
}
.series-a-black .ct-series.ct-series-a .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-a-black .ct-series.ct-series-a .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-a-black .ct-series.ct-series-a .ct-bar {
stroke: #000000;
}
.series-a-black .ct-series.ct-series-a .ct-slice-pie {
fill: #000000;
}
.series-a-black .ct-series.ct-series-a .ct-slice-donut {
stroke: #000000;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-a-light .ct-series.ct-series-a .ct-area {
fill: #f5f5f5;
}
.series-a-light .ct-series.ct-series-a .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-a-light .ct-series.ct-series-a .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-a-light .ct-series.ct-series-a .ct-bar {
stroke: #f5f5f5;
}
.series-a-light .ct-series.ct-series-a .ct-slice-pie {
fill: #f5f5f5;
}
.series-a-light .ct-series.ct-series-a .ct-slice-donut {
stroke: #f5f5f5;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-a-dark .ct-series.ct-series-a .ct-area {
fill: #212121;
}
.series-a-dark .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-a-dark .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-a-dark .ct-series.ct-series-a .ct-bar {
stroke: #212121;
}
.series-a-dark .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
}
.series-a-dark .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-default .ct-series.ct-series-a .ct-area {
fill: #212121;
}
.series-a-default .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-a-default .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-a-default .ct-series.ct-series-a .ct-bar {
stroke: #212121;
}
.series-a-default .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
}
.series-a-default .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-primary .ct-series.ct-series-a .ct-area {
fill: #0d47a1;
}
.series-a-primary .ct-series.ct-series-a .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-a-primary .ct-series.ct-series-a .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-a-primary .ct-series.ct-series-a .ct-bar {
stroke: #0d47a1;
}
.series-a-primary .ct-series.ct-series-a .ct-slice-pie {
fill: #0d47a1;
}
.series-a-primary .ct-series.ct-series-a .ct-slice-donut {
stroke: #0d47a1;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-a-secondary .ct-series.ct-series-a .ct-area {
fill: #c51162;
}
.series-a-secondary .ct-series.ct-series-a .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-a-secondary .ct-series.ct-series-a .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-a-secondary .ct-series.ct-series-a .ct-bar {
stroke: #c51162;
}
.series-a-secondary .ct-series.ct-series-a .ct-slice-pie {
fill: #c51162;
}
.series-a-secondary .ct-series.ct-series-a .ct-slice-donut {
stroke: #c51162;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-a-success .ct-series.ct-series-a .ct-area {
fill: #388e3c;
}
.series-a-success .ct-series.ct-series-a .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-a-success .ct-series.ct-series-a .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-a-success .ct-series.ct-series-a .ct-bar {
stroke: #388e3c;
}
.series-a-success .ct-series.ct-series-a .ct-slice-pie {
fill: #388e3c;
}
.series-a-success .ct-series.ct-series-a .ct-slice-donut {
stroke: #388e3c;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-a-info .ct-series.ct-series-a .ct-area {
fill: #0091ea;
}
.series-a-info .ct-series.ct-series-a .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-a-info .ct-series.ct-series-a .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-a-info .ct-series.ct-series-a .ct-bar {
stroke: #0091ea;
}
.series-a-info .ct-series.ct-series-a .ct-slice-pie {
fill: #0091ea;
}
.series-a-info .ct-series.ct-series-a .ct-slice-donut {
stroke: #0091ea;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-a-warning .ct-series.ct-series-a .ct-area {
fill: #ffa000;
}
.series-a-warning .ct-series.ct-series-a .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-a-warning .ct-series.ct-series-a .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-a-warning .ct-series.ct-series-a .ct-bar {
stroke: #ffa000;
}
.series-a-warning .ct-series.ct-series-a .ct-slice-pie {
fill: #ffa000;
}
.series-a-warning .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffa000;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-a-danger .ct-series.ct-series-a .ct-area {
fill: #d32f2f;
}
.series-a-danger .ct-series.ct-series-a .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-a-danger .ct-series.ct-series-a .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-a-danger .ct-series.ct-series-a .ct-bar {
stroke: #d32f2f;
}
.series-a-danger .ct-series.ct-series-a .ct-slice-pie {
fill: #d32f2f;
}
.series-a-danger .ct-series.ct-series-a .ct-slice-donut {
stroke: #d32f2f;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-b-white .ct-series.ct-series-b .ct-area {
fill: #ffffff;
}
.series-b-white .ct-series.ct-series-b .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-b-white .ct-series.ct-series-b .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-b-white .ct-series.ct-series-b .ct-bar {
stroke: #ffffff;
}
.series-b-white .ct-series.ct-series-b .ct-slice-pie {
fill: #ffffff;
}
.series-b-white .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffffff;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-b-black .ct-series.ct-series-b .ct-area {
fill: #000000;
}
.series-b-black .ct-series.ct-series-b .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-b-black .ct-series.ct-series-b .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-b-black .ct-series.ct-series-b .ct-bar {
stroke: #000000;
}
.series-b-black .ct-series.ct-series-b .ct-slice-pie {
fill: #000000;
}
.series-b-black .ct-series.ct-series-b .ct-slice-donut {
stroke: #000000;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-b-light .ct-series.ct-series-b .ct-area {
fill: #f5f5f5;
}
.series-b-light .ct-series.ct-series-b .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-b-light .ct-series.ct-series-b .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-b-light .ct-series.ct-series-b .ct-bar {
stroke: #f5f5f5;
}
.series-b-light .ct-series.ct-series-b .ct-slice-pie {
fill: #f5f5f5;
}
.series-b-light .ct-series.ct-series-b .ct-slice-donut {
stroke: #f5f5f5;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-b-dark .ct-series.ct-series-b .ct-area {
fill: #212121;
}
.series-b-dark .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-b-dark .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-b-dark .ct-series.ct-series-b .ct-bar {
stroke: #212121;
}
.series-b-dark .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
}
.series-b-dark .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-default .ct-series.ct-series-b .ct-area {
fill: #212121;
}
.series-b-default .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-b-default .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-b-default .ct-series.ct-series-b .ct-bar {
stroke: #212121;
}
.series-b-default .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
}
.series-b-default .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-primary .ct-series.ct-series-b .ct-area {
fill: #0d47a1;
}
.series-b-primary .ct-series.ct-series-b .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-b-primary .ct-series.ct-series-b .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-b-primary .ct-series.ct-series-b .ct-bar {
stroke: #0d47a1;
}
.series-b-primary .ct-series.ct-series-b .ct-slice-pie {
fill: #0d47a1;
}
.series-b-primary .ct-series.ct-series-b .ct-slice-donut {
stroke: #0d47a1;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-b-secondary .ct-series.ct-series-b .ct-area {
fill: #c51162;
}
.series-b-secondary .ct-series.ct-series-b .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-b-secondary .ct-series.ct-series-b .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-b-secondary .ct-series.ct-series-b .ct-bar {
stroke: #c51162;
}
.series-b-secondary .ct-series.ct-series-b .ct-slice-pie {
fill: #c51162;
}
.series-b-secondary .ct-series.ct-series-b .ct-slice-donut {
stroke: #c51162;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-b-success .ct-series.ct-series-b .ct-area {
fill: #388e3c;
}
.series-b-success .ct-series.ct-series-b .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-b-success .ct-series.ct-series-b .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-b-success .ct-series.ct-series-b .ct-bar {
stroke: #388e3c;
}
.series-b-success .ct-series.ct-series-b .ct-slice-pie {
fill: #388e3c;
}
.series-b-success .ct-series.ct-series-b .ct-slice-donut {
stroke: #388e3c;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-b-info .ct-series.ct-series-b .ct-area {
fill: #0091ea;
}
.series-b-info .ct-series.ct-series-b .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-b-info .ct-series.ct-series-b .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-b-info .ct-series.ct-series-b .ct-bar {
stroke: #0091ea;
}
.series-b-info .ct-series.ct-series-b .ct-slice-pie {
fill: #0091ea;
}
.series-b-info .ct-series.ct-series-b .ct-slice-donut {
stroke: #0091ea;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-b-warning .ct-series.ct-series-b .ct-area {
fill: #ffa000;
}
.series-b-warning .ct-series.ct-series-b .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-b-warning .ct-series.ct-series-b .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-b-warning .ct-series.ct-series-b .ct-bar {
stroke: #ffa000;
}
.series-b-warning .ct-series.ct-series-b .ct-slice-pie {
fill: #ffa000;
}
.series-b-warning .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffa000;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-b-danger .ct-series.ct-series-b .ct-area {
fill: #d32f2f;
}
.series-b-danger .ct-series.ct-series-b .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-b-danger .ct-series.ct-series-b .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-b-danger .ct-series.ct-series-b .ct-bar {
stroke: #d32f2f;
}
.series-b-danger .ct-series.ct-series-b .ct-slice-pie {
fill: #d32f2f;
}
.series-b-danger .ct-series.ct-series-b .ct-slice-donut {
stroke: #d32f2f;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-c-white .ct-series.ct-series-c .ct-area {
fill: #ffffff;
}
.series-c-white .ct-series.ct-series-c .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-c-white .ct-series.ct-series-c .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-c-white .ct-series.ct-series-c .ct-bar {
stroke: #ffffff;
}
.series-c-white .ct-series.ct-series-c .ct-slice-pie {
fill: #ffffff;
}
.series-c-white .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffffff;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-c-black .ct-series.ct-series-c .ct-area {
fill: #000000;
}
.series-c-black .ct-series.ct-series-c .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-c-black .ct-series.ct-series-c .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-c-black .ct-series.ct-series-c .ct-bar {
stroke: #000000;
}
.series-c-black .ct-series.ct-series-c .ct-slice-pie {
fill: #000000;
}
.series-c-black .ct-series.ct-series-c .ct-slice-donut {
stroke: #000000;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-c-light .ct-series.ct-series-c .ct-area {
fill: #f5f5f5;
}
.series-c-light .ct-series.ct-series-c .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-c-light .ct-series.ct-series-c .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-c-light .ct-series.ct-series-c .ct-bar {
stroke: #f5f5f5;
}
.series-c-light .ct-series.ct-series-c .ct-slice-pie {
fill: #f5f5f5;
}
.series-c-light .ct-series.ct-series-c .ct-slice-donut {
stroke: #f5f5f5;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-c-dark .ct-series.ct-series-c .ct-area {
fill: #212121;
}
.series-c-dark .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-c-dark .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-c-dark .ct-series.ct-series-c .ct-bar {
stroke: #212121;
}
.series-c-dark .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
}
.series-c-dark .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-default .ct-series.ct-series-c .ct-area {
fill: #212121;
}
.series-c-default .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-c-default .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-c-default .ct-series.ct-series-c .ct-bar {
stroke: #212121;
}
.series-c-default .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
}
.series-c-default .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-primary .ct-series.ct-series-c .ct-area {
fill: #0d47a1;
}
.series-c-primary .ct-series.ct-series-c .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-c-primary .ct-series.ct-series-c .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-c-primary .ct-series.ct-series-c .ct-bar {
stroke: #0d47a1;
}
.series-c-primary .ct-series.ct-series-c .ct-slice-pie {
fill: #0d47a1;
}
.series-c-primary .ct-series.ct-series-c .ct-slice-donut {
stroke: #0d47a1;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-c-secondary .ct-series.ct-series-c .ct-area {
fill: #c51162;
}
.series-c-secondary .ct-series.ct-series-c .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-c-secondary .ct-series.ct-series-c .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-c-secondary .ct-series.ct-series-c .ct-bar {
stroke: #c51162;
}
.series-c-secondary .ct-series.ct-series-c .ct-slice-pie {
fill: #c51162;
}
.series-c-secondary .ct-series.ct-series-c .ct-slice-donut {
stroke: #c51162;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-c-success .ct-series.ct-series-c .ct-area {
fill: #388e3c;
}
.series-c-success .ct-series.ct-series-c .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-c-success .ct-series.ct-series-c .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-c-success .ct-series.ct-series-c .ct-bar {
stroke: #388e3c;
}
.series-c-success .ct-series.ct-series-c .ct-slice-pie {
fill: #388e3c;
}
.series-c-success .ct-series.ct-series-c .ct-slice-donut {
stroke: #388e3c;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-c-info .ct-series.ct-series-c .ct-area {
fill: #0091ea;
}
.series-c-info .ct-series.ct-series-c .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-c-info .ct-series.ct-series-c .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-c-info .ct-series.ct-series-c .ct-bar {
stroke: #0091ea;
}
.series-c-info .ct-series.ct-series-c .ct-slice-pie {
fill: #0091ea;
}
.series-c-info .ct-series.ct-series-c .ct-slice-donut {
stroke: #0091ea;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-c-warning .ct-series.ct-series-c .ct-area {
fill: #ffa000;
}
.series-c-warning .ct-series.ct-series-c .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-c-warning .ct-series.ct-series-c .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-c-warning .ct-series.ct-series-c .ct-bar {
stroke: #ffa000;
}
.series-c-warning .ct-series.ct-series-c .ct-slice-pie {
fill: #ffa000;
}
.series-c-warning .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffa000;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-c-danger .ct-series.ct-series-c .ct-area {
fill: #d32f2f;
}
.series-c-danger .ct-series.ct-series-c .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-c-danger .ct-series.ct-series-c .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-c-danger .ct-series.ct-series-c .ct-bar {
stroke: #d32f2f;
}
.series-c-danger .ct-series.ct-series-c .ct-slice-pie {
fill: #d32f2f;
}
.series-c-danger .ct-series.ct-series-c .ct-slice-donut {
stroke: #d32f2f;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-d-white .ct-series.ct-series-d .ct-area {
fill: #ffffff;
}
.series-d-white .ct-series.ct-series-d .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-d-white .ct-series.ct-series-d .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-d-white .ct-series.ct-series-d .ct-bar {
stroke: #ffffff;
}
.series-d-white .ct-series.ct-series-d .ct-slice-pie {
fill: #ffffff;
}
.series-d-white .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffffff;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-d-black .ct-series.ct-series-d .ct-area {
fill: #000000;
}
.series-d-black .ct-series.ct-series-d .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-d-black .ct-series.ct-series-d .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-d-black .ct-series.ct-series-d .ct-bar {
stroke: #000000;
}
.series-d-black .ct-series.ct-series-d .ct-slice-pie {
fill: #000000;
}
.series-d-black .ct-series.ct-series-d .ct-slice-donut {
stroke: #000000;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-d-light .ct-series.ct-series-d .ct-area {
fill: #f5f5f5;
}
.series-d-light .ct-series.ct-series-d .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-d-light .ct-series.ct-series-d .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-d-light .ct-series.ct-series-d .ct-bar {
stroke: #f5f5f5;
}
.series-d-light .ct-series.ct-series-d .ct-slice-pie {
fill: #f5f5f5;
}
.series-d-light .ct-series.ct-series-d .ct-slice-donut {
stroke: #f5f5f5;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-d-dark .ct-series.ct-series-d .ct-area {
fill: #212121;
}
.series-d-dark .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-d-dark .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-d-dark .ct-series.ct-series-d .ct-bar {
stroke: #212121;
}
.series-d-dark .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
}
.series-d-dark .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-default .ct-series.ct-series-d .ct-area {
fill: #212121;
}
.series-d-default .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-d-default .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-d-default .ct-series.ct-series-d .ct-bar {
stroke: #212121;
}
.series-d-default .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
}
.series-d-default .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-primary .ct-series.ct-series-d .ct-area {
fill: #0d47a1;
}
.series-d-primary .ct-series.ct-series-d .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-d-primary .ct-series.ct-series-d .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-d-primary .ct-series.ct-series-d .ct-bar {
stroke: #0d47a1;
}
.series-d-primary .ct-series.ct-series-d .ct-slice-pie {
fill: #0d47a1;
}
.series-d-primary .ct-series.ct-series-d .ct-slice-donut {
stroke: #0d47a1;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-d-secondary .ct-series.ct-series-d .ct-area {
fill: #c51162;
}
.series-d-secondary .ct-series.ct-series-d .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-d-secondary .ct-series.ct-series-d .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-d-secondary .ct-series.ct-series-d .ct-bar {
stroke: #c51162;
}
.series-d-secondary .ct-series.ct-series-d .ct-slice-pie {
fill: #c51162;
}
.series-d-secondary .ct-series.ct-series-d .ct-slice-donut {
stroke: #c51162;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-d-success .ct-series.ct-series-d .ct-area {
fill: #388e3c;
}
.series-d-success .ct-series.ct-series-d .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-d-success .ct-series.ct-series-d .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-d-success .ct-series.ct-series-d .ct-bar {
stroke: #388e3c;
}
.series-d-success .ct-series.ct-series-d .ct-slice-pie {
fill: #388e3c;
}
.series-d-success .ct-series.ct-series-d .ct-slice-donut {
stroke: #388e3c;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-d-info .ct-series.ct-series-d .ct-area {
fill: #0091ea;
}
.series-d-info .ct-series.ct-series-d .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-d-info .ct-series.ct-series-d .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-d-info .ct-series.ct-series-d .ct-bar {
stroke: #0091ea;
}
.series-d-info .ct-series.ct-series-d .ct-slice-pie {
fill: #0091ea;
}
.series-d-info .ct-series.ct-series-d .ct-slice-donut {
stroke: #0091ea;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-d-warning .ct-series.ct-series-d .ct-area {
fill: #ffa000;
}
.series-d-warning .ct-series.ct-series-d .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-d-warning .ct-series.ct-series-d .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-d-warning .ct-series.ct-series-d .ct-bar {
stroke: #ffa000;
}
.series-d-warning .ct-series.ct-series-d .ct-slice-pie {
fill: #ffa000;
}
.series-d-warning .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffa000;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-d-danger .ct-series.ct-series-d .ct-area {
fill: #d32f2f;
}
.series-d-danger .ct-series.ct-series-d .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-d-danger .ct-series.ct-series-d .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-d-danger .ct-series.ct-series-d .ct-bar {
stroke: #d32f2f;
}
.series-d-danger .ct-series.ct-series-d .ct-slice-pie {
fill: #d32f2f;
}
.series-d-danger .ct-series.ct-series-d .ct-slice-donut {
stroke: #d32f2f;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-e-white .ct-series.ct-series-e .ct-area {
fill: #ffffff;
}
.series-e-white .ct-series.ct-series-e .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-e-white .ct-series.ct-series-e .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-e-white .ct-series.ct-series-e .ct-bar {
stroke: #ffffff;
}
.series-e-white .ct-series.ct-series-e .ct-slice-pie {
fill: #ffffff;
}
.series-e-white .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffffff;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-e-black .ct-series.ct-series-e .ct-area {
fill: #000000;
}
.series-e-black .ct-series.ct-series-e .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-e-black .ct-series.ct-series-e .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-e-black .ct-series.ct-series-e .ct-bar {
stroke: #000000;
}
.series-e-black .ct-series.ct-series-e .ct-slice-pie {
fill: #000000;
}
.series-e-black .ct-series.ct-series-e .ct-slice-donut {
stroke: #000000;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-e-light .ct-series.ct-series-e .ct-area {
fill: #f5f5f5;
}
.series-e-light .ct-series.ct-series-e .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-e-light .ct-series.ct-series-e .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-e-light .ct-series.ct-series-e .ct-bar {
stroke: #f5f5f5;
}
.series-e-light .ct-series.ct-series-e .ct-slice-pie {
fill: #f5f5f5;
}
.series-e-light .ct-series.ct-series-e .ct-slice-donut {
stroke: #f5f5f5;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-e-dark .ct-series.ct-series-e .ct-area {
fill: #212121;
}
.series-e-dark .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-e-dark .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-e-dark .ct-series.ct-series-e .ct-bar {
stroke: #212121;
}
.series-e-dark .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
}
.series-e-dark .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-default .ct-series.ct-series-e .ct-area {
fill: #212121;
}
.series-e-default .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-e-default .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-e-default .ct-series.ct-series-e .ct-bar {
stroke: #212121;
}
.series-e-default .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
}
.series-e-default .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-primary .ct-series.ct-series-e .ct-area {
fill: #0d47a1;
}
.series-e-primary .ct-series.ct-series-e .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-e-primary .ct-series.ct-series-e .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-e-primary .ct-series.ct-series-e .ct-bar {
stroke: #0d47a1;
}
.series-e-primary .ct-series.ct-series-e .ct-slice-pie {
fill: #0d47a1;
}
.series-e-primary .ct-series.ct-series-e .ct-slice-donut {
stroke: #0d47a1;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-e-secondary .ct-series.ct-series-e .ct-area {
fill: #c51162;
}
.series-e-secondary .ct-series.ct-series-e .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-e-secondary .ct-series.ct-series-e .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-e-secondary .ct-series.ct-series-e .ct-bar {
stroke: #c51162;
}
.series-e-secondary .ct-series.ct-series-e .ct-slice-pie {
fill: #c51162;
}
.series-e-secondary .ct-series.ct-series-e .ct-slice-donut {
stroke: #c51162;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-e-success .ct-series.ct-series-e .ct-area {
fill: #388e3c;
}
.series-e-success .ct-series.ct-series-e .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-e-success .ct-series.ct-series-e .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-e-success .ct-series.ct-series-e .ct-bar {
stroke: #388e3c;
}
.series-e-success .ct-series.ct-series-e .ct-slice-pie {
fill: #388e3c;
}
.series-e-success .ct-series.ct-series-e .ct-slice-donut {
stroke: #388e3c;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-e-info .ct-series.ct-series-e .ct-area {
fill: #0091ea;
}
.series-e-info .ct-series.ct-series-e .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-e-info .ct-series.ct-series-e .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-e-info .ct-series.ct-series-e .ct-bar {
stroke: #0091ea;
}
.series-e-info .ct-series.ct-series-e .ct-slice-pie {
fill: #0091ea;
}
.series-e-info .ct-series.ct-series-e .ct-slice-donut {
stroke: #0091ea;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-e-warning .ct-series.ct-series-e .ct-area {
fill: #ffa000;
}
.series-e-warning .ct-series.ct-series-e .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-e-warning .ct-series.ct-series-e .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-e-warning .ct-series.ct-series-e .ct-bar {
stroke: #ffa000;
}
.series-e-warning .ct-series.ct-series-e .ct-slice-pie {
fill: #ffa000;
}
.series-e-warning .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffa000;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-e-danger .ct-series.ct-series-e .ct-area {
fill: #d32f2f;
}
.series-e-danger .ct-series.ct-series-e .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-e-danger .ct-series.ct-series-e .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-e-danger .ct-series.ct-series-e .ct-bar {
stroke: #d32f2f;
}
.series-e-danger .ct-series.ct-series-e .ct-slice-pie {
fill: #d32f2f;
}
.series-e-danger .ct-series.ct-series-e .ct-slice-donut {
stroke: #d32f2f;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-f-white .ct-series.ct-series-f .ct-area {
fill: #ffffff;
}
.series-f-white .ct-series.ct-series-f .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-f-white .ct-series.ct-series-f .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-f-white .ct-series.ct-series-f .ct-bar {
stroke: #ffffff;
}
.series-f-white .ct-series.ct-series-f .ct-slice-pie {
fill: #ffffff;
}
.series-f-white .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffffff;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-f-black .ct-series.ct-series-f .ct-area {
fill: #000000;
}
.series-f-black .ct-series.ct-series-f .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-f-black .ct-series.ct-series-f .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-f-black .ct-series.ct-series-f .ct-bar {
stroke: #000000;
}
.series-f-black .ct-series.ct-series-f .ct-slice-pie {
fill: #000000;
}
.series-f-black .ct-series.ct-series-f .ct-slice-donut {
stroke: #000000;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-f-light .ct-series.ct-series-f .ct-area {
fill: #f5f5f5;
}
.series-f-light .ct-series.ct-series-f .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-f-light .ct-series.ct-series-f .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-f-light .ct-series.ct-series-f .ct-bar {
stroke: #f5f5f5;
}
.series-f-light .ct-series.ct-series-f .ct-slice-pie {
fill: #f5f5f5;
}
.series-f-light .ct-series.ct-series-f .ct-slice-donut {
stroke: #f5f5f5;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-f-dark .ct-series.ct-series-f .ct-area {
fill: #212121;
}
.series-f-dark .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-f-dark .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-f-dark .ct-series.ct-series-f .ct-bar {
stroke: #212121;
}
.series-f-dark .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
}
.series-f-dark .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-default .ct-series.ct-series-f .ct-area {
fill: #212121;
}
.series-f-default .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-f-default .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-f-default .ct-series.ct-series-f .ct-bar {
stroke: #212121;
}
.series-f-default .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
}
.series-f-default .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-primary .ct-series.ct-series-f .ct-area {
fill: #0d47a1;
}
.series-f-primary .ct-series.ct-series-f .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-f-primary .ct-series.ct-series-f .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-f-primary .ct-series.ct-series-f .ct-bar {
stroke: #0d47a1;
}
.series-f-primary .ct-series.ct-series-f .ct-slice-pie {
fill: #0d47a1;
}
.series-f-primary .ct-series.ct-series-f .ct-slice-donut {
stroke: #0d47a1;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-f-secondary .ct-series.ct-series-f .ct-area {
fill: #c51162;
}
.series-f-secondary .ct-series.ct-series-f .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-f-secondary .ct-series.ct-series-f .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-f-secondary .ct-series.ct-series-f .ct-bar {
stroke: #c51162;
}
.series-f-secondary .ct-series.ct-series-f .ct-slice-pie {
fill: #c51162;
}
.series-f-secondary .ct-series.ct-series-f .ct-slice-donut {
stroke: #c51162;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-f-success .ct-series.ct-series-f .ct-area {
fill: #388e3c;
}
.series-f-success .ct-series.ct-series-f .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-f-success .ct-series.ct-series-f .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-f-success .ct-series.ct-series-f .ct-bar {
stroke: #388e3c;
}
.series-f-success .ct-series.ct-series-f .ct-slice-pie {
fill: #388e3c;
}
.series-f-success .ct-series.ct-series-f .ct-slice-donut {
stroke: #388e3c;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-f-info .ct-series.ct-series-f .ct-area {
fill: #0091ea;
}
.series-f-info .ct-series.ct-series-f .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-f-info .ct-series.ct-series-f .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-f-info .ct-series.ct-series-f .ct-bar {
stroke: #0091ea;
}
.series-f-info .ct-series.ct-series-f .ct-slice-pie {
fill: #0091ea;
}
.series-f-info .ct-series.ct-series-f .ct-slice-donut {
stroke: #0091ea;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-f-warning .ct-series.ct-series-f .ct-area {
fill: #ffa000;
}
.series-f-warning .ct-series.ct-series-f .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-f-warning .ct-series.ct-series-f .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-f-warning .ct-series.ct-series-f .ct-bar {
stroke: #ffa000;
}
.series-f-warning .ct-series.ct-series-f .ct-slice-pie {
fill: #ffa000;
}
.series-f-warning .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffa000;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-f-danger .ct-series.ct-series-f .ct-area {
fill: #d32f2f;
}
.series-f-danger .ct-series.ct-series-f .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-f-danger .ct-series.ct-series-f .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-f-danger .ct-series.ct-series-f .ct-bar {
stroke: #d32f2f;
}
.series-f-danger .ct-series.ct-series-f .ct-slice-pie {
fill: #d32f2f;
}
.series-f-danger .ct-series.ct-series-f .ct-slice-donut {
stroke: #d32f2f;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.ct-label {
fill: #616161 !important;
color: #616161 !important;
} | public/asset/backend/css/charts/chartist.css | .ct-chart {
display: block;
min-height: 100px;
width: 100%;
height: 300px;
}
.ct-label {
font-size: 0.8rem;
}
.series-a-white .ct-series.ct-series-a .ct-area {
fill: #ffffff;
}
.series-a-white .ct-series.ct-series-a .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-a-white .ct-series.ct-series-a .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-a-white .ct-series.ct-series-a .ct-bar {
stroke: #ffffff;
}
.series-a-white .ct-series.ct-series-a .ct-slice-pie {
fill: #ffffff;
}
.series-a-white .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffffff;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-a-black .ct-series.ct-series-a .ct-area {
fill: #000000;
}
.series-a-black .ct-series.ct-series-a .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-a-black .ct-series.ct-series-a .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-a-black .ct-series.ct-series-a .ct-bar {
stroke: #000000;
}
.series-a-black .ct-series.ct-series-a .ct-slice-pie {
fill: #000000;
}
.series-a-black .ct-series.ct-series-a .ct-slice-donut {
stroke: #000000;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-a-light .ct-series.ct-series-a .ct-area {
fill: #f5f5f5;
}
.series-a-light .ct-series.ct-series-a .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-a-light .ct-series.ct-series-a .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-a-light .ct-series.ct-series-a .ct-bar {
stroke: #f5f5f5;
}
.series-a-light .ct-series.ct-series-a .ct-slice-pie {
fill: #f5f5f5;
}
.series-a-light .ct-series.ct-series-a .ct-slice-donut {
stroke: #f5f5f5;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-a-dark .ct-series.ct-series-a .ct-area {
fill: #212121;
}
.series-a-dark .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-a-dark .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-a-dark .ct-series.ct-series-a .ct-bar {
stroke: #212121;
}
.series-a-dark .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
}
.series-a-dark .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-default .ct-series.ct-series-a .ct-area {
fill: #212121;
}
.series-a-default .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-a-default .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-a-default .ct-series.ct-series-a .ct-bar {
stroke: #212121;
}
.series-a-default .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
}
.series-a-default .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-a-primary .ct-series.ct-series-a .ct-area {
fill: #0d47a1;
}
.series-a-primary .ct-series.ct-series-a .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-a-primary .ct-series.ct-series-a .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-a-primary .ct-series.ct-series-a .ct-bar {
stroke: #0d47a1;
}
.series-a-primary .ct-series.ct-series-a .ct-slice-pie {
fill: #0d47a1;
}
.series-a-primary .ct-series.ct-series-a .ct-slice-donut {
stroke: #0d47a1;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-a-secondary .ct-series.ct-series-a .ct-area {
fill: #c51162;
}
.series-a-secondary .ct-series.ct-series-a .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-a-secondary .ct-series.ct-series-a .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-a-secondary .ct-series.ct-series-a .ct-bar {
stroke: #c51162;
}
.series-a-secondary .ct-series.ct-series-a .ct-slice-pie {
fill: #c51162;
}
.series-a-secondary .ct-series.ct-series-a .ct-slice-donut {
stroke: #c51162;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-a-success .ct-series.ct-series-a .ct-area {
fill: #388e3c;
}
.series-a-success .ct-series.ct-series-a .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-a-success .ct-series.ct-series-a .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-a-success .ct-series.ct-series-a .ct-bar {
stroke: #388e3c;
}
.series-a-success .ct-series.ct-series-a .ct-slice-pie {
fill: #388e3c;
}
.series-a-success .ct-series.ct-series-a .ct-slice-donut {
stroke: #388e3c;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-a-info .ct-series.ct-series-a .ct-area {
fill: #0091ea;
}
.series-a-info .ct-series.ct-series-a .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-a-info .ct-series.ct-series-a .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-a-info .ct-series.ct-series-a .ct-bar {
stroke: #0091ea;
}
.series-a-info .ct-series.ct-series-a .ct-slice-pie {
fill: #0091ea;
}
.series-a-info .ct-series.ct-series-a .ct-slice-donut {
stroke: #0091ea;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-a-warning .ct-series.ct-series-a .ct-area {
fill: #ffa000;
}
.series-a-warning .ct-series.ct-series-a .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-a-warning .ct-series.ct-series-a .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-a-warning .ct-series.ct-series-a .ct-bar {
stroke: #ffa000;
}
.series-a-warning .ct-series.ct-series-a .ct-slice-pie {
fill: #ffa000;
}
.series-a-warning .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffa000;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-a-danger .ct-series.ct-series-a .ct-area {
fill: #d32f2f;
}
.series-a-danger .ct-series.ct-series-a .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-a-danger .ct-series.ct-series-a .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-a-danger .ct-series.ct-series-a .ct-bar {
stroke: #d32f2f;
}
.series-a-danger .ct-series.ct-series-a .ct-slice-pie {
fill: #d32f2f;
}
.series-a-danger .ct-series.ct-series-a .ct-slice-donut {
stroke: #d32f2f;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-b-white .ct-series.ct-series-b .ct-area {
fill: #ffffff;
}
.series-b-white .ct-series.ct-series-b .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-b-white .ct-series.ct-series-b .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-b-white .ct-series.ct-series-b .ct-bar {
stroke: #ffffff;
}
.series-b-white .ct-series.ct-series-b .ct-slice-pie {
fill: #ffffff;
}
.series-b-white .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffffff;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-b-black .ct-series.ct-series-b .ct-area {
fill: #000000;
}
.series-b-black .ct-series.ct-series-b .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-b-black .ct-series.ct-series-b .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-b-black .ct-series.ct-series-b .ct-bar {
stroke: #000000;
}
.series-b-black .ct-series.ct-series-b .ct-slice-pie {
fill: #000000;
}
.series-b-black .ct-series.ct-series-b .ct-slice-donut {
stroke: #000000;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-b-light .ct-series.ct-series-b .ct-area {
fill: #f5f5f5;
}
.series-b-light .ct-series.ct-series-b .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-b-light .ct-series.ct-series-b .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-b-light .ct-series.ct-series-b .ct-bar {
stroke: #f5f5f5;
}
.series-b-light .ct-series.ct-series-b .ct-slice-pie {
fill: #f5f5f5;
}
.series-b-light .ct-series.ct-series-b .ct-slice-donut {
stroke: #f5f5f5;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-b-dark .ct-series.ct-series-b .ct-area {
fill: #212121;
}
.series-b-dark .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-b-dark .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-b-dark .ct-series.ct-series-b .ct-bar {
stroke: #212121;
}
.series-b-dark .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
}
.series-b-dark .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-default .ct-series.ct-series-b .ct-area {
fill: #212121;
}
.series-b-default .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-b-default .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-b-default .ct-series.ct-series-b .ct-bar {
stroke: #212121;
}
.series-b-default .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
}
.series-b-default .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-b-primary .ct-series.ct-series-b .ct-area {
fill: #0d47a1;
}
.series-b-primary .ct-series.ct-series-b .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-b-primary .ct-series.ct-series-b .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-b-primary .ct-series.ct-series-b .ct-bar {
stroke: #0d47a1;
}
.series-b-primary .ct-series.ct-series-b .ct-slice-pie {
fill: #0d47a1;
}
.series-b-primary .ct-series.ct-series-b .ct-slice-donut {
stroke: #0d47a1;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-b-secondary .ct-series.ct-series-b .ct-area {
fill: #c51162;
}
.series-b-secondary .ct-series.ct-series-b .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-b-secondary .ct-series.ct-series-b .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-b-secondary .ct-series.ct-series-b .ct-bar {
stroke: #c51162;
}
.series-b-secondary .ct-series.ct-series-b .ct-slice-pie {
fill: #c51162;
}
.series-b-secondary .ct-series.ct-series-b .ct-slice-donut {
stroke: #c51162;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-b-success .ct-series.ct-series-b .ct-area {
fill: #388e3c;
}
.series-b-success .ct-series.ct-series-b .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-b-success .ct-series.ct-series-b .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-b-success .ct-series.ct-series-b .ct-bar {
stroke: #388e3c;
}
.series-b-success .ct-series.ct-series-b .ct-slice-pie {
fill: #388e3c;
}
.series-b-success .ct-series.ct-series-b .ct-slice-donut {
stroke: #388e3c;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-b-info .ct-series.ct-series-b .ct-area {
fill: #0091ea;
}
.series-b-info .ct-series.ct-series-b .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-b-info .ct-series.ct-series-b .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-b-info .ct-series.ct-series-b .ct-bar {
stroke: #0091ea;
}
.series-b-info .ct-series.ct-series-b .ct-slice-pie {
fill: #0091ea;
}
.series-b-info .ct-series.ct-series-b .ct-slice-donut {
stroke: #0091ea;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-b-warning .ct-series.ct-series-b .ct-area {
fill: #ffa000;
}
.series-b-warning .ct-series.ct-series-b .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-b-warning .ct-series.ct-series-b .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-b-warning .ct-series.ct-series-b .ct-bar {
stroke: #ffa000;
}
.series-b-warning .ct-series.ct-series-b .ct-slice-pie {
fill: #ffa000;
}
.series-b-warning .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffa000;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-b-danger .ct-series.ct-series-b .ct-area {
fill: #d32f2f;
}
.series-b-danger .ct-series.ct-series-b .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-b-danger .ct-series.ct-series-b .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-b-danger .ct-series.ct-series-b .ct-bar {
stroke: #d32f2f;
}
.series-b-danger .ct-series.ct-series-b .ct-slice-pie {
fill: #d32f2f;
}
.series-b-danger .ct-series.ct-series-b .ct-slice-donut {
stroke: #d32f2f;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-c-white .ct-series.ct-series-c .ct-area {
fill: #ffffff;
}
.series-c-white .ct-series.ct-series-c .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-c-white .ct-series.ct-series-c .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-c-white .ct-series.ct-series-c .ct-bar {
stroke: #ffffff;
}
.series-c-white .ct-series.ct-series-c .ct-slice-pie {
fill: #ffffff;
}
.series-c-white .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffffff;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-c-black .ct-series.ct-series-c .ct-area {
fill: #000000;
}
.series-c-black .ct-series.ct-series-c .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-c-black .ct-series.ct-series-c .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-c-black .ct-series.ct-series-c .ct-bar {
stroke: #000000;
}
.series-c-black .ct-series.ct-series-c .ct-slice-pie {
fill: #000000;
}
.series-c-black .ct-series.ct-series-c .ct-slice-donut {
stroke: #000000;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-c-light .ct-series.ct-series-c .ct-area {
fill: #f5f5f5;
}
.series-c-light .ct-series.ct-series-c .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-c-light .ct-series.ct-series-c .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-c-light .ct-series.ct-series-c .ct-bar {
stroke: #f5f5f5;
}
.series-c-light .ct-series.ct-series-c .ct-slice-pie {
fill: #f5f5f5;
}
.series-c-light .ct-series.ct-series-c .ct-slice-donut {
stroke: #f5f5f5;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-c-dark .ct-series.ct-series-c .ct-area {
fill: #212121;
}
.series-c-dark .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-c-dark .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-c-dark .ct-series.ct-series-c .ct-bar {
stroke: #212121;
}
.series-c-dark .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
}
.series-c-dark .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-default .ct-series.ct-series-c .ct-area {
fill: #212121;
}
.series-c-default .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-c-default .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-c-default .ct-series.ct-series-c .ct-bar {
stroke: #212121;
}
.series-c-default .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
}
.series-c-default .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-c-primary .ct-series.ct-series-c .ct-area {
fill: #0d47a1;
}
.series-c-primary .ct-series.ct-series-c .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-c-primary .ct-series.ct-series-c .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-c-primary .ct-series.ct-series-c .ct-bar {
stroke: #0d47a1;
}
.series-c-primary .ct-series.ct-series-c .ct-slice-pie {
fill: #0d47a1;
}
.series-c-primary .ct-series.ct-series-c .ct-slice-donut {
stroke: #0d47a1;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-c-secondary .ct-series.ct-series-c .ct-area {
fill: #c51162;
}
.series-c-secondary .ct-series.ct-series-c .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-c-secondary .ct-series.ct-series-c .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-c-secondary .ct-series.ct-series-c .ct-bar {
stroke: #c51162;
}
.series-c-secondary .ct-series.ct-series-c .ct-slice-pie {
fill: #c51162;
}
.series-c-secondary .ct-series.ct-series-c .ct-slice-donut {
stroke: #c51162;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-c-success .ct-series.ct-series-c .ct-area {
fill: #388e3c;
}
.series-c-success .ct-series.ct-series-c .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-c-success .ct-series.ct-series-c .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-c-success .ct-series.ct-series-c .ct-bar {
stroke: #388e3c;
}
.series-c-success .ct-series.ct-series-c .ct-slice-pie {
fill: #388e3c;
}
.series-c-success .ct-series.ct-series-c .ct-slice-donut {
stroke: #388e3c;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-c-info .ct-series.ct-series-c .ct-area {
fill: #0091ea;
}
.series-c-info .ct-series.ct-series-c .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-c-info .ct-series.ct-series-c .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-c-info .ct-series.ct-series-c .ct-bar {
stroke: #0091ea;
}
.series-c-info .ct-series.ct-series-c .ct-slice-pie {
fill: #0091ea;
}
.series-c-info .ct-series.ct-series-c .ct-slice-donut {
stroke: #0091ea;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-c-warning .ct-series.ct-series-c .ct-area {
fill: #ffa000;
}
.series-c-warning .ct-series.ct-series-c .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-c-warning .ct-series.ct-series-c .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-c-warning .ct-series.ct-series-c .ct-bar {
stroke: #ffa000;
}
.series-c-warning .ct-series.ct-series-c .ct-slice-pie {
fill: #ffa000;
}
.series-c-warning .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffa000;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-c-danger .ct-series.ct-series-c .ct-area {
fill: #d32f2f;
}
.series-c-danger .ct-series.ct-series-c .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-c-danger .ct-series.ct-series-c .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-c-danger .ct-series.ct-series-c .ct-bar {
stroke: #d32f2f;
}
.series-c-danger .ct-series.ct-series-c .ct-slice-pie {
fill: #d32f2f;
}
.series-c-danger .ct-series.ct-series-c .ct-slice-donut {
stroke: #d32f2f;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-d-white .ct-series.ct-series-d .ct-area {
fill: #ffffff;
}
.series-d-white .ct-series.ct-series-d .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-d-white .ct-series.ct-series-d .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-d-white .ct-series.ct-series-d .ct-bar {
stroke: #ffffff;
}
.series-d-white .ct-series.ct-series-d .ct-slice-pie {
fill: #ffffff;
}
.series-d-white .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffffff;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-d-black .ct-series.ct-series-d .ct-area {
fill: #000000;
}
.series-d-black .ct-series.ct-series-d .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-d-black .ct-series.ct-series-d .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-d-black .ct-series.ct-series-d .ct-bar {
stroke: #000000;
}
.series-d-black .ct-series.ct-series-d .ct-slice-pie {
fill: #000000;
}
.series-d-black .ct-series.ct-series-d .ct-slice-donut {
stroke: #000000;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-d-light .ct-series.ct-series-d .ct-area {
fill: #f5f5f5;
}
.series-d-light .ct-series.ct-series-d .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-d-light .ct-series.ct-series-d .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-d-light .ct-series.ct-series-d .ct-bar {
stroke: #f5f5f5;
}
.series-d-light .ct-series.ct-series-d .ct-slice-pie {
fill: #f5f5f5;
}
.series-d-light .ct-series.ct-series-d .ct-slice-donut {
stroke: #f5f5f5;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-d-dark .ct-series.ct-series-d .ct-area {
fill: #212121;
}
.series-d-dark .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-d-dark .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-d-dark .ct-series.ct-series-d .ct-bar {
stroke: #212121;
}
.series-d-dark .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
}
.series-d-dark .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-default .ct-series.ct-series-d .ct-area {
fill: #212121;
}
.series-d-default .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-d-default .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-d-default .ct-series.ct-series-d .ct-bar {
stroke: #212121;
}
.series-d-default .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
}
.series-d-default .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-d-primary .ct-series.ct-series-d .ct-area {
fill: #0d47a1;
}
.series-d-primary .ct-series.ct-series-d .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-d-primary .ct-series.ct-series-d .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-d-primary .ct-series.ct-series-d .ct-bar {
stroke: #0d47a1;
}
.series-d-primary .ct-series.ct-series-d .ct-slice-pie {
fill: #0d47a1;
}
.series-d-primary .ct-series.ct-series-d .ct-slice-donut {
stroke: #0d47a1;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-d-secondary .ct-series.ct-series-d .ct-area {
fill: #c51162;
}
.series-d-secondary .ct-series.ct-series-d .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-d-secondary .ct-series.ct-series-d .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-d-secondary .ct-series.ct-series-d .ct-bar {
stroke: #c51162;
}
.series-d-secondary .ct-series.ct-series-d .ct-slice-pie {
fill: #c51162;
}
.series-d-secondary .ct-series.ct-series-d .ct-slice-donut {
stroke: #c51162;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-d-success .ct-series.ct-series-d .ct-area {
fill: #388e3c;
}
.series-d-success .ct-series.ct-series-d .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-d-success .ct-series.ct-series-d .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-d-success .ct-series.ct-series-d .ct-bar {
stroke: #388e3c;
}
.series-d-success .ct-series.ct-series-d .ct-slice-pie {
fill: #388e3c;
}
.series-d-success .ct-series.ct-series-d .ct-slice-donut {
stroke: #388e3c;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-d-info .ct-series.ct-series-d .ct-area {
fill: #0091ea;
}
.series-d-info .ct-series.ct-series-d .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-d-info .ct-series.ct-series-d .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-d-info .ct-series.ct-series-d .ct-bar {
stroke: #0091ea;
}
.series-d-info .ct-series.ct-series-d .ct-slice-pie {
fill: #0091ea;
}
.series-d-info .ct-series.ct-series-d .ct-slice-donut {
stroke: #0091ea;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-d-warning .ct-series.ct-series-d .ct-area {
fill: #ffa000;
}
.series-d-warning .ct-series.ct-series-d .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-d-warning .ct-series.ct-series-d .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-d-warning .ct-series.ct-series-d .ct-bar {
stroke: #ffa000;
}
.series-d-warning .ct-series.ct-series-d .ct-slice-pie {
fill: #ffa000;
}
.series-d-warning .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffa000;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-d-danger .ct-series.ct-series-d .ct-area {
fill: #d32f2f;
}
.series-d-danger .ct-series.ct-series-d .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-d-danger .ct-series.ct-series-d .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-d-danger .ct-series.ct-series-d .ct-bar {
stroke: #d32f2f;
}
.series-d-danger .ct-series.ct-series-d .ct-slice-pie {
fill: #d32f2f;
}
.series-d-danger .ct-series.ct-series-d .ct-slice-donut {
stroke: #d32f2f;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-e-white .ct-series.ct-series-e .ct-area {
fill: #ffffff;
}
.series-e-white .ct-series.ct-series-e .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-e-white .ct-series.ct-series-e .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-e-white .ct-series.ct-series-e .ct-bar {
stroke: #ffffff;
}
.series-e-white .ct-series.ct-series-e .ct-slice-pie {
fill: #ffffff;
}
.series-e-white .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffffff;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-e-white.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-e-black .ct-series.ct-series-e .ct-area {
fill: #000000;
}
.series-e-black .ct-series.ct-series-e .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-e-black .ct-series.ct-series-e .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-e-black .ct-series.ct-series-e .ct-bar {
stroke: #000000;
}
.series-e-black .ct-series.ct-series-e .ct-slice-pie {
fill: #000000;
}
.series-e-black .ct-series.ct-series-e .ct-slice-donut {
stroke: #000000;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-e-black.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-e-light .ct-series.ct-series-e .ct-area {
fill: #f5f5f5;
}
.series-e-light .ct-series.ct-series-e .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-e-light .ct-series.ct-series-e .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-e-light .ct-series.ct-series-e .ct-bar {
stroke: #f5f5f5;
}
.series-e-light .ct-series.ct-series-e .ct-slice-pie {
fill: #f5f5f5;
}
.series-e-light .ct-series.ct-series-e .ct-slice-donut {
stroke: #f5f5f5;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-e-light.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-e-dark .ct-series.ct-series-e .ct-area {
fill: #212121;
}
.series-e-dark .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-e-dark .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-e-dark .ct-series.ct-series-e .ct-bar {
stroke: #212121;
}
.series-e-dark .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
}
.series-e-dark .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-default .ct-series.ct-series-e .ct-area {
fill: #212121;
}
.series-e-default .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-e-default .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-e-default .ct-series.ct-series-e .ct-bar {
stroke: #212121;
}
.series-e-default .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
}
.series-e-default .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-e-default.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-e-primary .ct-series.ct-series-e .ct-area {
fill: #0d47a1;
}
.series-e-primary .ct-series.ct-series-e .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-e-primary .ct-series.ct-series-e .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-e-primary .ct-series.ct-series-e .ct-bar {
stroke: #0d47a1;
}
.series-e-primary .ct-series.ct-series-e .ct-slice-pie {
fill: #0d47a1;
}
.series-e-primary .ct-series.ct-series-e .ct-slice-donut {
stroke: #0d47a1;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-e-secondary .ct-series.ct-series-e .ct-area {
fill: #c51162;
}
.series-e-secondary .ct-series.ct-series-e .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-e-secondary .ct-series.ct-series-e .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-e-secondary .ct-series.ct-series-e .ct-bar {
stroke: #c51162;
}
.series-e-secondary .ct-series.ct-series-e .ct-slice-pie {
fill: #c51162;
}
.series-e-secondary .ct-series.ct-series-e .ct-slice-donut {
stroke: #c51162;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-e-success .ct-series.ct-series-e .ct-area {
fill: #388e3c;
}
.series-e-success .ct-series.ct-series-e .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-e-success .ct-series.ct-series-e .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-e-success .ct-series.ct-series-e .ct-bar {
stroke: #388e3c;
}
.series-e-success .ct-series.ct-series-e .ct-slice-pie {
fill: #388e3c;
}
.series-e-success .ct-series.ct-series-e .ct-slice-donut {
stroke: #388e3c;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-e-success.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-e-info .ct-series.ct-series-e .ct-area {
fill: #0091ea;
}
.series-e-info .ct-series.ct-series-e .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-e-info .ct-series.ct-series-e .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-e-info .ct-series.ct-series-e .ct-bar {
stroke: #0091ea;
}
.series-e-info .ct-series.ct-series-e .ct-slice-pie {
fill: #0091ea;
}
.series-e-info .ct-series.ct-series-e .ct-slice-donut {
stroke: #0091ea;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-e-info.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-e-warning .ct-series.ct-series-e .ct-area {
fill: #ffa000;
}
.series-e-warning .ct-series.ct-series-e .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-e-warning .ct-series.ct-series-e .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-e-warning .ct-series.ct-series-e .ct-bar {
stroke: #ffa000;
}
.series-e-warning .ct-series.ct-series-e .ct-slice-pie {
fill: #ffa000;
}
.series-e-warning .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffa000;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-e-danger .ct-series.ct-series-e .ct-area {
fill: #d32f2f;
}
.series-e-danger .ct-series.ct-series-e .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-e-danger .ct-series.ct-series-e .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-e-danger .ct-series.ct-series-e .ct-bar {
stroke: #d32f2f;
}
.series-e-danger .ct-series.ct-series-e .ct-slice-pie {
fill: #d32f2f;
}
.series-e-danger .ct-series.ct-series-e .ct-slice-donut {
stroke: #d32f2f;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-f-white .ct-series.ct-series-f .ct-area {
fill: #ffffff;
}
.series-f-white .ct-series.ct-series-f .ct-line {
stroke: #ffffff;
stroke-width: 3px;
}
.series-f-white .ct-series.ct-series-f .ct-point {
stroke: #ffffff;
stroke-width: 6px;
}
.series-f-white .ct-series.ct-series-f .ct-bar {
stroke: #ffffff;
}
.series-f-white .ct-series.ct-series-f .ct-slice-pie {
fill: #ffffff;
}
.series-f-white .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffffff;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #ffffff;
fill-opacity: 0.9;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #ffffff;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #ffffff;
fill-opacity: 1;
}
.series-f-white.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffffff;
stroke-opacity: 1;
}
.series-f-black .ct-series.ct-series-f .ct-area {
fill: #000000;
}
.series-f-black .ct-series.ct-series-f .ct-line {
stroke: #000000;
stroke-width: 3px;
}
.series-f-black .ct-series.ct-series-f .ct-point {
stroke: #000000;
stroke-width: 6px;
}
.series-f-black .ct-series.ct-series-f .ct-bar {
stroke: #000000;
}
.series-f-black .ct-series.ct-series-f .ct-slice-pie {
fill: #000000;
}
.series-f-black .ct-series.ct-series-f .ct-slice-donut {
stroke: #000000;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #000000;
fill-opacity: 0.9;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #000000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #000000;
stroke-opacity: 1;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #000000;
fill-opacity: 1;
}
.series-f-black.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #000000;
stroke-opacity: 1;
}
.series-f-light .ct-series.ct-series-f .ct-area {
fill: #f5f5f5;
}
.series-f-light .ct-series.ct-series-f .ct-line {
stroke: #f5f5f5;
stroke-width: 3px;
}
.series-f-light .ct-series.ct-series-f .ct-point {
stroke: #f5f5f5;
stroke-width: 6px;
}
.series-f-light .ct-series.ct-series-f .ct-bar {
stroke: #f5f5f5;
}
.series-f-light .ct-series.ct-series-f .ct-slice-pie {
fill: #f5f5f5;
}
.series-f-light .ct-series.ct-series-f .ct-slice-donut {
stroke: #f5f5f5;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #f5f5f5;
fill-opacity: 0.9;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #f5f5f5;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #f5f5f5;
fill-opacity: 1;
}
.series-f-light.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #f5f5f5;
stroke-opacity: 1;
}
.series-f-dark .ct-series.ct-series-f .ct-area {
fill: #212121;
}
.series-f-dark .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-f-dark .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-f-dark .ct-series.ct-series-f .ct-bar {
stroke: #212121;
}
.series-f-dark .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
}
.series-f-dark .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-default .ct-series.ct-series-f .ct-area {
fill: #212121;
}
.series-f-default .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-width: 3px;
}
.series-f-default .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-width: 6px;
}
.series-f-default .ct-series.ct-series-f .ct-bar {
stroke: #212121;
}
.series-f-default .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
}
.series-f-default .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #212121;
fill-opacity: 0.9;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #212121;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #212121;
fill-opacity: 1;
}
.series-f-default.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #212121;
stroke-opacity: 1;
}
.series-f-primary .ct-series.ct-series-f .ct-area {
fill: #0d47a1;
}
.series-f-primary .ct-series.ct-series-f .ct-line {
stroke: #0d47a1;
stroke-width: 3px;
}
.series-f-primary .ct-series.ct-series-f .ct-point {
stroke: #0d47a1;
stroke-width: 6px;
}
.series-f-primary .ct-series.ct-series-f .ct-bar {
stroke: #0d47a1;
}
.series-f-primary .ct-series.ct-series-f .ct-slice-pie {
fill: #0d47a1;
}
.series-f-primary .ct-series.ct-series-f .ct-slice-donut {
stroke: #0d47a1;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #0d47a1;
fill-opacity: 0.9;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #0d47a1;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #0d47a1;
fill-opacity: 1;
}
.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #0d47a1;
stroke-opacity: 1;
}
.series-f-secondary .ct-series.ct-series-f .ct-area {
fill: #c51162;
}
.series-f-secondary .ct-series.ct-series-f .ct-line {
stroke: #c51162;
stroke-width: 3px;
}
.series-f-secondary .ct-series.ct-series-f .ct-point {
stroke: #c51162;
stroke-width: 6px;
}
.series-f-secondary .ct-series.ct-series-f .ct-bar {
stroke: #c51162;
}
.series-f-secondary .ct-series.ct-series-f .ct-slice-pie {
fill: #c51162;
}
.series-f-secondary .ct-series.ct-series-f .ct-slice-donut {
stroke: #c51162;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #c51162;
fill-opacity: 0.9;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #c51162;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #c51162;
stroke-opacity: 1;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #c51162;
fill-opacity: 1;
}
.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #c51162;
stroke-opacity: 1;
}
.series-f-success .ct-series.ct-series-f .ct-area {
fill: #388e3c;
}
.series-f-success .ct-series.ct-series-f .ct-line {
stroke: #388e3c;
stroke-width: 3px;
}
.series-f-success .ct-series.ct-series-f .ct-point {
stroke: #388e3c;
stroke-width: 6px;
}
.series-f-success .ct-series.ct-series-f .ct-bar {
stroke: #388e3c;
}
.series-f-success .ct-series.ct-series-f .ct-slice-pie {
fill: #388e3c;
}
.series-f-success .ct-series.ct-series-f .ct-slice-donut {
stroke: #388e3c;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #388e3c;
fill-opacity: 0.9;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #388e3c;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #388e3c;
fill-opacity: 1;
}
.series-f-success.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #388e3c;
stroke-opacity: 1;
}
.series-f-info .ct-series.ct-series-f .ct-area {
fill: #0091ea;
}
.series-f-info .ct-series.ct-series-f .ct-line {
stroke: #0091ea;
stroke-width: 3px;
}
.series-f-info .ct-series.ct-series-f .ct-point {
stroke: #0091ea;
stroke-width: 6px;
}
.series-f-info .ct-series.ct-series-f .ct-bar {
stroke: #0091ea;
}
.series-f-info .ct-series.ct-series-f .ct-slice-pie {
fill: #0091ea;
}
.series-f-info .ct-series.ct-series-f .ct-slice-donut {
stroke: #0091ea;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #0091ea;
fill-opacity: 0.9;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #0091ea;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #0091ea;
fill-opacity: 1;
}
.series-f-info.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #0091ea;
stroke-opacity: 1;
}
.series-f-warning .ct-series.ct-series-f .ct-area {
fill: #ffa000;
}
.series-f-warning .ct-series.ct-series-f .ct-line {
stroke: #ffa000;
stroke-width: 3px;
}
.series-f-warning .ct-series.ct-series-f .ct-point {
stroke: #ffa000;
stroke-width: 6px;
}
.series-f-warning .ct-series.ct-series-f .ct-bar {
stroke: #ffa000;
}
.series-f-warning .ct-series.ct-series-f .ct-slice-pie {
fill: #ffa000;
}
.series-f-warning .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffa000;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #ffa000;
fill-opacity: 0.9;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #ffa000;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #ffa000;
fill-opacity: 1;
}
.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #ffa000;
stroke-opacity: 1;
}
.series-f-danger .ct-series.ct-series-f .ct-area {
fill: #d32f2f;
}
.series-f-danger .ct-series.ct-series-f .ct-line {
stroke: #d32f2f;
stroke-width: 3px;
}
.series-f-danger .ct-series.ct-series-f .ct-point {
stroke: #d32f2f;
stroke-width: 6px;
}
.series-f-danger .ct-series.ct-series-f .ct-bar {
stroke: #d32f2f;
}
.series-f-danger .ct-series.ct-series-f .ct-slice-pie {
fill: #d32f2f;
}
.series-f-danger .ct-series.ct-series-f .ct-slice-donut {
stroke: #d32f2f;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-area {
fill: #d32f2f;
fill-opacity: 0.9;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-line {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 3px;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-point {
stroke: #d32f2f;
stroke-opacity: 1;
stroke-width: 6px;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-bar {
stroke: #d32f2f;
stroke-opacity: 1;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
fill: #d32f2f;
fill-opacity: 1;
}
.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
stroke: #d32f2f;
stroke-opacity: 1;
}
.ct-label {
fill: #616161 !important;
color: #616161 !important;
} | 0.644113 | 0.120931 |
body {
font-family: "Montserrat", sans-serif;
box-sizing: border-box;
background: #f7f7f7;
color: #666;
font-size: 20px;
line-height: 1.428571429;
}
/*
Main slider
*/
.main-slider .carousel-inner {
height: 420px;
width: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 0;
}
/*
Header
*/
.header-container {
height: 420px;
}
.header {
display: flex;
justify-content: space-between;
}
.header .menu .categories-wrapper {
cursor: pointer;
}
.header .menu a {
text-decoration: none;
font-size: 21px;
height: 60px;
line-height: 50px;
color: #fff;
margin: 0 20px;
position: relative;
}
.header .menu .categories:before {
border: 5px solid transparent;
border-top-color: #fff;
content: '';
height: 0;
position: absolute;
pointer-events: none;
right: -17px;
top: 53%;
width: 0;
}
.search-wrapper {
text-align: center;
}
.search-wrapper .logo {
margin-top: 30px;
}
.search-wrapper .search {
margin-top: 30px;
}
.search-wrapper .search .input-wrapper {
width: 600px;
margin: auto;
display: flex;
}
.search-wrapper .search .input-wrapper .input-search {
background: #fff;
border: 0;
color: #17baef;
font-size: 22px;
width: 100%;
height: 55px;
padding: 20px;
border-right: 1px solid #e8e8e8 !important;
border-radius: 4px 0 0 4px;
line-height: 1.428571429;
}
.search-wrapper .search .input-wrapper .input-search:focus {
outline: none;
}
.search-wrapper .search .input-wrapper .input-search-button {
font-size: 34px;
background: #fff;
border: 0;
color: #17baef;
line-height: 45px;
margin: 0;
padding: 0;
width: 45px;
border-radius: 0 4px 4px 0;
height: 55px;
}
.top-categories-panel-wrapper {
max-height: 0;
transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
overflow: hidden;
position: fixed;
width: 100%;
z-index: 1000;
top: 50px;
left: 0;
display: block;
}
.top-categories-panel-wrapper.opened {
max-height: 9999px;
transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
transition-delay: 0s;
}
.top-categories-panel {
-webkit-box-shadow: 0 5px 10px #999;
box-shadow: 0 5px 10px #999;
background: #fff;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #aaa;
padding: 32px 0 39px;
}
.top-categories-panel .categories-panel-title {
margin-bottom: 25px;
padding-left: 21px;
color: #17baef;
font-size: 24px;
line-height: 26px;
display: flex;
justify-content: space-between;
}
.top-categories-panel .categories-panel-title .close-categories-panel:hover {
cursor: pointer;
}
.top-categories-panel .categories-panel-columns {
display: flex;
}
.top-categories-panel .categories-panel-columns .column-title {
color: #666;
font-size: 18px;
line-height: 20px;
margin-bottom: 20px;
}
.top-categories-panel .categories-panel-columns .column-title i {
color: #17baef;
padding-right: 12px;
}
.top-categories-panel .categories-panel-column {
position: relative;
padding: 5px 20px;
}
.top-categories-panel .categories-panel-column:before {
background: #e2e2e2;
content: '';
display: block;
left: 0;
margin: 5px 0;
position: absolute;
top: 0;
height: 90%;
width: 1.5px;
}
.top-categories-panel .column-link {
/*padding: 3px;*/
}
.top-categories-panel .column-link a {
text-decoration: none;
color: #959595;
font-size: 14px;
font-weight: 400;
line-height: 16px;
}
.top-categories-panel .column-link a:hover {
text-decoration: underline;
}
/*
Popular Categories
*/
.popular-categories {
background: #f7f7f7;
padding: 65px 0 45px;
}
.popular-categories-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin-bottom: 30px;
}
.popular-categories-header .title {
font-size: 25px;
line-height: 27px;
font-weight: 300;
}
.popular-categories-header .notes {
font-size: 16px;
font-weight: 400;
}
.popular-categories-content {
margin: 10px 0;
}
.popular-categories-content .carousel-item .products-wrapper {
display: flex;
justify-content: space-around;
}
.popular-categories-content .carousel-item .products-wrapper .product {
background: #fff;
border: 1px solid #e6e6e6;
position: relative;
border-radius: 9px;
overflow: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
outline: none;
width: 250px;
height: 330px;
}
.popular-categories-content .carousel-item .products-wrapper .product a {
text-decoration: none;
color: #666;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
width: 250px;
height: 330px;
}
.popular-categories-content .carousel-item .product .title {
text-align: center;
font-size: 20px;
height: 45px;
padding: 5px 10px;
margin-top: 15px;
}
.popular-categories-content .carousel-item .product img {
width: 160px;
height: 160px;
object-fit: contain;
}
.popular-categories-content .carousel-item .product .review {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
padding: 0 10px 10px;
}
.popular-categories-content .carousel-item .product .review .review-mark {
font-size: 32px;
font-weight: 300;
color: #666;
background-position: right 8px;
background-repeat: no-repeat;
background-size: 26px;
padding-right: 30px;
background-image: url("https://ca.bestreviews.guide/assets/best_reviews/score/checkbox-03cefe3f166b4a53b3d2c08ef9a171c71ec14bdaf0f63a99628a1d3fc574a801.svg");
}
.popular-categories-content .carousel-item .product .review .review-count {
font-size: 14px;
}
.carousel .button-icon-wrapper {
background-color: #34b5f6;
display: flex;
padding: 10px;
border-radius: 30px;
justify-content: center;
align-items: center;
}
.carousel .carousel-control-prev {
left: -100px;
}
.carousel .carousel-control-next {
right: -100px;
}
/*
Trending Categories
*/
.trending-categories {
padding: 65px 0 45px;
box-shadow: 0 0 10px #ccc;
background: #fff;
}
.trending-categories-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 5px;
margin-bottom: 30px;
}
.trending-categories-header .title {
font-size: 25px;
line-height: 27px;
font-weight: 300;
}
.carousel-item .additional-text {
background: #55daf9;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 20px 16px;
font-size: 18px;
color: white;
}
/*
Characteristics
*/
.characteristics-wrapper {
background: #3cc9f2;
-webkit-box-shadow: #ccc 0 0 10px;
box-shadow: #ccc 0 0 10px;
}
.characteristics {
padding: 40px 0;
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.characteristic {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
margin: 0 15px;
}
.characteristic img {
padding: 20px 0 15px;
}
.characteristic h4 {
color: #fff;
line-height: 1;
font-weight: 400;
font-size: 20px;
text-align: center;
white-space: nowrap;
margin: 10px 0 18px;
}
.characteristic p {
font-size: 14px;
line-height: 1.5;
text-align: center;
color: #2690af;
margin: 0 0 28px;
}
/*
About Us
*/
.about-us-wrapper {
background: #2f3a3d;
-webkit-box-shadow: #ccc 0 0 10px;
box-shadow: #ccc 0 0 10px;
}
.about-us-wrapper .container {
padding: 40px 0;
}
.about-us-header {
color: #fff;
text-align: center;
font-weight: 400;
font-size: 20px;
line-height: 2.5;
margin: 0 15px;
display: flex;
justify-content: space-around;
}
.about-us-header div {
border-bottom: 1px solid #485052;
width: 48%;
}
.about-us-header div:first-child::before {
content: "";
background: url("https://ca.bestreviews.guide/assets/best_reviews/hompage_footer_sections/score-star.svg") no-repeat;
padding-left: 30px;
vertical-align: top;
}
.about-us-header div:last-child::before {
content: "";
background: url("https://ca.bestreviews.guide/assets/best_reviews/hompage_footer_sections/about-icon.svg") no-repeat;
padding-left: 30px;
vertical-align: top;
}
.about-us-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
font-size: 15px;
line-height: 1.5;
color: #afb7ba;
}
.about-us-content div {
margin: 15px;
flex: 1;
}
/*
Rf
*/
.rf-wrapper {
background: #f7f7f7;
padding: 65px 0 45px;
}
.rf-wrapper .title {
color: #717175;
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
margin: 0 0 28px;
font-size: 20px;
line-height: 1.428571429;
}
.rf-wrapper .content {
display: flex;
justify-content: space-around;
}
.rf-wrapper .content a {
font-size: 18px;
line-height: 2.5;
font-weight: 100;
text-decoration: none;
color: #666;
}
/*
Footer
*/
footer {
position: relative;
border-top: 1px solid #e5e5e5;
background: #fff;
padding: 20px 0;
bottom: 0;
width: 100%;
}
footer .footer-menu {
padding: 20px 0 0;
font-size: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
footer .footer-menu a {
font-weight: 600;
color: #666;
text-decoration: none;
font-size: 17px;
text-transform: uppercase;
cursor: pointer;
margin-right: 32px;
padding-bottom: 5px;
}
footer .footer-info {
display: block;
padding: 25px 0 0;
font-size: 14px;
color: #66708a;
} | public/css/styles.css | body {
font-family: "Montserrat", sans-serif;
box-sizing: border-box;
background: #f7f7f7;
color: #666;
font-size: 20px;
line-height: 1.428571429;
}
/*
Main slider
*/
.main-slider .carousel-inner {
height: 420px;
width: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 0;
}
/*
Header
*/
.header-container {
height: 420px;
}
.header {
display: flex;
justify-content: space-between;
}
.header .menu .categories-wrapper {
cursor: pointer;
}
.header .menu a {
text-decoration: none;
font-size: 21px;
height: 60px;
line-height: 50px;
color: #fff;
margin: 0 20px;
position: relative;
}
.header .menu .categories:before {
border: 5px solid transparent;
border-top-color: #fff;
content: '';
height: 0;
position: absolute;
pointer-events: none;
right: -17px;
top: 53%;
width: 0;
}
.search-wrapper {
text-align: center;
}
.search-wrapper .logo {
margin-top: 30px;
}
.search-wrapper .search {
margin-top: 30px;
}
.search-wrapper .search .input-wrapper {
width: 600px;
margin: auto;
display: flex;
}
.search-wrapper .search .input-wrapper .input-search {
background: #fff;
border: 0;
color: #17baef;
font-size: 22px;
width: 100%;
height: 55px;
padding: 20px;
border-right: 1px solid #e8e8e8 !important;
border-radius: 4px 0 0 4px;
line-height: 1.428571429;
}
.search-wrapper .search .input-wrapper .input-search:focus {
outline: none;
}
.search-wrapper .search .input-wrapper .input-search-button {
font-size: 34px;
background: #fff;
border: 0;
color: #17baef;
line-height: 45px;
margin: 0;
padding: 0;
width: 45px;
border-radius: 0 4px 4px 0;
height: 55px;
}
.top-categories-panel-wrapper {
max-height: 0;
transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
overflow: hidden;
position: fixed;
width: 100%;
z-index: 1000;
top: 50px;
left: 0;
display: block;
}
.top-categories-panel-wrapper.opened {
max-height: 9999px;
transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
transition-delay: 0s;
}
.top-categories-panel {
-webkit-box-shadow: 0 5px 10px #999;
box-shadow: 0 5px 10px #999;
background: #fff;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #aaa;
padding: 32px 0 39px;
}
.top-categories-panel .categories-panel-title {
margin-bottom: 25px;
padding-left: 21px;
color: #17baef;
font-size: 24px;
line-height: 26px;
display: flex;
justify-content: space-between;
}
.top-categories-panel .categories-panel-title .close-categories-panel:hover {
cursor: pointer;
}
.top-categories-panel .categories-panel-columns {
display: flex;
}
.top-categories-panel .categories-panel-columns .column-title {
color: #666;
font-size: 18px;
line-height: 20px;
margin-bottom: 20px;
}
.top-categories-panel .categories-panel-columns .column-title i {
color: #17baef;
padding-right: 12px;
}
.top-categories-panel .categories-panel-column {
position: relative;
padding: 5px 20px;
}
.top-categories-panel .categories-panel-column:before {
background: #e2e2e2;
content: '';
display: block;
left: 0;
margin: 5px 0;
position: absolute;
top: 0;
height: 90%;
width: 1.5px;
}
.top-categories-panel .column-link {
/*padding: 3px;*/
}
.top-categories-panel .column-link a {
text-decoration: none;
color: #959595;
font-size: 14px;
font-weight: 400;
line-height: 16px;
}
.top-categories-panel .column-link a:hover {
text-decoration: underline;
}
/*
Popular Categories
*/
.popular-categories {
background: #f7f7f7;
padding: 65px 0 45px;
}
.popular-categories-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin-bottom: 30px;
}
.popular-categories-header .title {
font-size: 25px;
line-height: 27px;
font-weight: 300;
}
.popular-categories-header .notes {
font-size: 16px;
font-weight: 400;
}
.popular-categories-content {
margin: 10px 0;
}
.popular-categories-content .carousel-item .products-wrapper {
display: flex;
justify-content: space-around;
}
.popular-categories-content .carousel-item .products-wrapper .product {
background: #fff;
border: 1px solid #e6e6e6;
position: relative;
border-radius: 9px;
overflow: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
outline: none;
width: 250px;
height: 330px;
}
.popular-categories-content .carousel-item .products-wrapper .product a {
text-decoration: none;
color: #666;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
width: 250px;
height: 330px;
}
.popular-categories-content .carousel-item .product .title {
text-align: center;
font-size: 20px;
height: 45px;
padding: 5px 10px;
margin-top: 15px;
}
.popular-categories-content .carousel-item .product img {
width: 160px;
height: 160px;
object-fit: contain;
}
.popular-categories-content .carousel-item .product .review {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
padding: 0 10px 10px;
}
.popular-categories-content .carousel-item .product .review .review-mark {
font-size: 32px;
font-weight: 300;
color: #666;
background-position: right 8px;
background-repeat: no-repeat;
background-size: 26px;
padding-right: 30px;
background-image: url("https://ca.bestreviews.guide/assets/best_reviews/score/checkbox-03cefe3f166b4a53b3d2c08ef9a171c71ec14bdaf0f63a99628a1d3fc574a801.svg");
}
.popular-categories-content .carousel-item .product .review .review-count {
font-size: 14px;
}
.carousel .button-icon-wrapper {
background-color: #34b5f6;
display: flex;
padding: 10px;
border-radius: 30px;
justify-content: center;
align-items: center;
}
.carousel .carousel-control-prev {
left: -100px;
}
.carousel .carousel-control-next {
right: -100px;
}
/*
Trending Categories
*/
.trending-categories {
padding: 65px 0 45px;
box-shadow: 0 0 10px #ccc;
background: #fff;
}
.trending-categories-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 5px;
margin-bottom: 30px;
}
.trending-categories-header .title {
font-size: 25px;
line-height: 27px;
font-weight: 300;
}
.carousel-item .additional-text {
background: #55daf9;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 20px 16px;
font-size: 18px;
color: white;
}
/*
Characteristics
*/
.characteristics-wrapper {
background: #3cc9f2;
-webkit-box-shadow: #ccc 0 0 10px;
box-shadow: #ccc 0 0 10px;
}
.characteristics {
padding: 40px 0;
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.characteristic {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
margin: 0 15px;
}
.characteristic img {
padding: 20px 0 15px;
}
.characteristic h4 {
color: #fff;
line-height: 1;
font-weight: 400;
font-size: 20px;
text-align: center;
white-space: nowrap;
margin: 10px 0 18px;
}
.characteristic p {
font-size: 14px;
line-height: 1.5;
text-align: center;
color: #2690af;
margin: 0 0 28px;
}
/*
About Us
*/
.about-us-wrapper {
background: #2f3a3d;
-webkit-box-shadow: #ccc 0 0 10px;
box-shadow: #ccc 0 0 10px;
}
.about-us-wrapper .container {
padding: 40px 0;
}
.about-us-header {
color: #fff;
text-align: center;
font-weight: 400;
font-size: 20px;
line-height: 2.5;
margin: 0 15px;
display: flex;
justify-content: space-around;
}
.about-us-header div {
border-bottom: 1px solid #485052;
width: 48%;
}
.about-us-header div:first-child::before {
content: "";
background: url("https://ca.bestreviews.guide/assets/best_reviews/hompage_footer_sections/score-star.svg") no-repeat;
padding-left: 30px;
vertical-align: top;
}
.about-us-header div:last-child::before {
content: "";
background: url("https://ca.bestreviews.guide/assets/best_reviews/hompage_footer_sections/about-icon.svg") no-repeat;
padding-left: 30px;
vertical-align: top;
}
.about-us-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
font-size: 15px;
line-height: 1.5;
color: #afb7ba;
}
.about-us-content div {
margin: 15px;
flex: 1;
}
/*
Rf
*/
.rf-wrapper {
background: #f7f7f7;
padding: 65px 0 45px;
}
.rf-wrapper .title {
color: #717175;
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
margin: 0 0 28px;
font-size: 20px;
line-height: 1.428571429;
}
.rf-wrapper .content {
display: flex;
justify-content: space-around;
}
.rf-wrapper .content a {
font-size: 18px;
line-height: 2.5;
font-weight: 100;
text-decoration: none;
color: #666;
}
/*
Footer
*/
footer {
position: relative;
border-top: 1px solid #e5e5e5;
background: #fff;
padding: 20px 0;
bottom: 0;
width: 100%;
}
footer .footer-menu {
padding: 20px 0 0;
font-size: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
footer .footer-menu a {
font-weight: 600;
color: #666;
text-decoration: none;
font-size: 17px;
text-transform: uppercase;
cursor: pointer;
margin-right: 32px;
padding-bottom: 5px;
}
footer .footer-info {
display: block;
padding: 25px 0 0;
font-size: 14px;
color: #66708a;
} | 0.417984 | 0.057388 |
@-moz-document domain(facebook.com), domain(www.facebook.com) {
body, html,#content {background:#000000 url(http://i240.photobucket.com/albums/ff19/casadeloscasos/booshbackg.jpg ) 50% 0% scroll!important;color:#fff!important}
DIV[style="border-bottom: 1px solid rgb(59, 89, 152); padding: 2px; margin-bottom: 2px; text-align: center; background-color: rgb(59, 89, 152);"], #sidebar_ads
{visibility:hidden!important;}
.UIRoundedImage_Corners img {display:none !important;} *
DIV[style="padding: 6px 6px 6px 126px; margin-bottom: 0px; background-color: rgb(244, 244, 244);"] {background-color: #400!important;}
DIV [style="padding: 10px; float: left; width: 450px;"] {background:#070707!important; border:2px solid #500!important; -moz-border-radius:20px!Important; margin-left:35px!Important;}
DIV[style="border-top: 1px solid rgb(204, 204, 204); margin-top: 50px; color: rgb(136, 136, 136); font-size: 9px; padding-top: 8px;"] {display:none!important;}
DIV[class="wallkit_post"] {border:0!Important;border-bottom:1px solid #500!important;}
* {color:#888!Important; Font-family:Arial!Important;}
body, DIV[id="content"]
{
background-color: #141414 !Important;
}
H3[class="UIProfileBox_Header clearfix"] {background:#500!important;border:0!Important}
H4[class="UIProfileBox_SubHeader clearfix"] {background:#070707!important;border:0!Important;}
DIV[class="UIProfileBox_Content"] {background:#070707!important;border:1px solid #500!Important}
DIV[class="UIProfileBox_Box"] {border:1px solid #500!important;}
DIV[id="profilewidecolumn"] {background:#070707!important; border:2px solid #500!Important; Padding:5px!important; margin-left:-6px!Important;-moz-border-radius: 8px 0px 8px 8px !Important;}
DIV[id="profilenarrowcolumn"] {background:#070707!important; border:2px solid #500!Important; Padding:5px!important;border-left:0!Important;-moz-border-radius:0px 8px 8px 0px !Important;}
DIV[class="wallheader"] {background:none!Important;border:0!Important}
TD[class="wallinfo"] {border-top:1px solid #500!Important;}
DIV[class="wallactions"] {border-bottom:1px dotted #500!Important;}
DIV[class="fbpage_group_title"] {border-bottom:1px solid #500!Important}
DIV[class="group_narrow_column_boxes"] {border:0!important;}
DIV[class="share_section"] {display:none!Important;}
DIV[id="profileActions"]{background:#070707!Important;}
DIV[id="profileimage"] {background:#070707!important; border:0!important}
DIV[id="profileFooter"] {background:none!important;border:0!Important}
DIV[class="fallback"] {background:#070707!important;border-bottom:1px solid #500!Important;border-top:1px solid #500!Important}
DIV[class="album clearfix"] {background:#141414!important;border:0!Important;-moz-border-radius:8px!Important;}
DIV[class="info"] {background:#070707!important; border:1px solid #222!important;-moz-border-radius:6px!Important;}
DIV[class="info"] H2 A {color:white!Important;}
DIV[id="results"] {background:#500!important;border:0!Important;-moz-border-radius:8px!Important;}
DIV[class="panel clearfix"] {background:#141414!important; border:0!important;}
#presence_notifications_count STRONG
{
color:black!important;
top:-20px!important;
width:27px!IMportant;
font-size:12px!important;
font-weight:bold!Important;
background:#800!Important;
border:1px #070707 solid !important;
}
DIV[class="presence_menu_opts"], DIV[class="presence_menu_header"] {background:#070707!Important; border:1px solid #500!Important;}
.notification {background:#070707 !Important; border-top: 1px dotted #500!important;}
.notification:hover {background:#141414!important;}
DIV #presence_notifications_content > DIV[style="background-color: rgb(255, 255, 255);"] {background:#141414!Important; Border:1px solid #500 !Important;}
DIV #chat_availability_toggle {border-bottom:1px solid #500!Important;}
DIV[class="body"] {border:0!Important;}
H2 > SPAN {color:white!important;}
DIV[id="presence_bar"] {background:#101010!Important; border:2px solid #600 !Important;}
DIV[id="chat_tab_bar"] {background:#000!important;}
DIV .tab_handle {background:#141414!important; border-left:1px solid #500!Important}
DIV .tab_name {color:#800!important;}
DIV[class="tab_button_div hover"] {background:#500!Important;}
DIV[class="tab_button_div hover"] DIV[class="tab_name"] {color:#FFF!Important;}
div [class="tab_handle disabled"] {background:#101010!important; border-left:1px solid #141414!important}
div [class="tab_handle disabled"] DIV {color:#444!Important}
H5[class="self"] {color:#555!important;}
DIV[class="UITwoColumnLayout_NarrowContent"] {background:#070707!important; border:1px solid #500!Important; -moz-border-radius:8px !important;}
DIV[id="buddy_list_tab"] {border:0!Important;}
DIV[id="buddy_list_tab"]:hover {border:0!Important; background:#500!important;}
DIV[id="buddy_list_tab"] DIV[class="inner_button"] {border:0!important}
DIV[id="buddy_list_tab"]:hover DIV[class="inner_button"] SPAN, DIV[id="buddy_list_tab"]:hover DIV[class="inner_button"] SPAN STRONG {color:#FFF!important}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| I N B O X E T C . . |||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
TABLE[id="megaboxx"] {background:#070707!important; border:2px solid #500!important;border-top:0!Important;}
TABLE[id="megaboxx"] tbody >
tr:first-child, tr:first-child+tr+tr, tr:first-child+tr+tr+tr+tr, tr:first-child+tr+tr+tr+tr+tr+tr, tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr, tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
background-color: #111 !important;
}
DIV[class="tabs clearfix"] {border-bottom:0!Important;border:0!Important}
DIV[class="inbox_menu clearfix"] {background:#500!important; border:0!Important;width:743px!Important;margin-left:-1px!Important;}
DIV[class="notifications clearfix"] {background:none!Important;border:0!Important;}
DIV[class="left_tabs"] LI {background:#070707!important; border-left:2px solid #500!Important;border-top:2px solid #500!important;border-right:0!Important;border-bottom:0!important;}
DIV[class="left_tabs"] LI[class="first"] {-moz-border-radius:8px 0 0 0 !Important}
DIV[class="left_tabs"] LI[class="last"] {border-right:2px solid #500!Important;-moz-border-radius:0 8px 0 0 !Important}
DIV[class="left_tabs"] LI A {border:0!Important; color:#AAA!Important;}
DIV[class="left_tabs"] LI A[class="selected"] {background:#500!Important;color:#FFF!Important;border:0!Important;}
DIV[class="left_tabs"] LI A:hover {color:#FFF!Important}
DIV[class="right_tabs"] LI {background:#070707!important;border:2px solid #500!important;-moz-border-radius:8px 8px 0 0!important}
DIV[class="right_tabs"] LI A {border:0!Important; color:#AAA!Important;}
DIV[id="notifications"] {background:#070707!important;border:2px solid #500!Important; -moz-border-radius:0 0 8px 8px !Important;}
DIV[class="notifications clearfix"] DIV[class="column side_column"] {width:209px!Important;border-top:2px solid #500!Important;border-right:2px solid #500!Important;border-bottom:2px solid #500!Important;background:#070707!important;-moz-border-radius:0 0 8px 0!important}
DIV[class="notifications clearfix"] DIV[class="column side_column"] > H5 {border-top:1px solid #500!Important;}
DIV[class="notifications clearfix"] DIV[class="column side_column"] > DIV[class="syndication_divider"] {border-top:1px solid #500!Important;}
DIV[id="notifications"] DIV >
DIV[class="body clearfix"] {border-top:0!Important;border-bottom:1px dotted #500!Important;}
DIV[id="notifications"] >
DIV[class="date_divider"] {border-bottom:1px solid #500!Important;}
DIV[class="updates_all clearfix"] {background:none!Important;border:0!Important;}
DIV[class="updates_all clearfix"] DIV[class="s_message_body clearfix"] {border-top:1px solid #500!important;}
DIV[class="updates_all clearfix"] DIV[class="column main_column"] {background:#070707!important;width:540px!Important;border:2px solid #500!Important;-moz-border-radius:0 0 8px 8px !Important}
DIV[class="updates_all clearfix"] DIV[class="column side_column"] {background:#070707!important;border:2px solid #500!Important;-moz-border-radius:0 0 8px 0 !Important;border-left:0!Important;}
DIV.sidebar_item_header, DIV.sidebar_item_header * {background:#500!important;Color:#FFF!important}
DIV[class="dialog_content"],
DIV[class="dialog_buttons"],
DIV[class="dialog_summary"],
TD[id="pop_content"]
{background:#141414!important;}
DIV[class="dialog_summary"], DIV[class="dialog_body"] {border:0!important;}
DIV[class="dialog_loading"] {background:#141414!important}
DIV[class="UICompatibilityFrame_Frame"] {background:#070707!important;border-color: #400!important; margin-top:100px!Important;margin-left:100px!Important;}
DIV[class="UICompatibilityFrame_Frame"] DIV[class="title_header"] {background:#400!Important;padding:10px!Important; border:2px solid #070707!important; border-right:0!Important;}
DIV[class="UICompatibilityFrame_Frame"] DIV[class="UICompatibilityFrame_Content"] {border:0!Important;}
DIV[class="confirmation_stripes"], DIV[class="tos_portion"] {display:none!Important;}
H2[class="withoption"] {background:none!Important;}
DIV[class="confirm_boxes"] {background:#070707!important;border:1px solid #500!Important;-moz-border-radius:8px!Important;}
DIV[class="confirm"] {background:none!Important;border-top:1px solid #500!Important;}
DIV[class="status_confirm"] {background:#141414!important;border-top:1px solid #500!important;border-bottom:0!Important;}
DIV .summary_bar {border-bottom:1px solid #500!Important;}
UL[class="actionspro"] > LI {border:none!Important;}
UL[class="actionspro"]:hover > LI A {background:none!Important;}
DIV[id="search_results"] {background:none!important; border:none!Important;}
DIV[class="result clearfix"] {background:#070707!important;border:1px solid #222!important;-moz-border-radius:5px!Important;}
DIV[class="chat_window"] {border:2px solid #500!Important;}
DIV[class="chat_conv_content"] {background:#141414!important;}
DIV[class="chat_conv"] {background:#141414!important; border:0!Important;}
TEXTAREA[class="chat_input"] {-moz-border-radius:0!Important; border:0!Important; background: #141414 !important; height:20px!Important;border-top:2px solid #500 !Important;}
DIV[class="chat_input_div"] {background:#101010!Important;border:0!Important}
H5[class="self"], H5[class="other"] {border-top:1px solid #222!important;}
DIV[class="chat_info"], DIV[class="chat_actions"] {background:#141414!Important; border:0!Important;}
div[class="chat_actions"] {height:6px!Important; border-bottom:2px solid #500!important;}
div[class="chat_actions"] SPAN {margin-left:100px !Important;}
DIV[class="toolbox"] {border:none!important;}
DIV[class="chat_header"] {background:#500!important;border:0!Important;}
DIV[class="chat_header"] A {color:#FFF!Important;}
DIV[class="chat_header suppress_hover"] {background:#500!important;border:0!Important}
DIV[class="visibility_change"],DIV[class="minifeed"] {background:#400!important;border:0!Important;border-top:2px solid #141414!important;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| H O M E P A G E |||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
A[class="show_advanced_controls"] {background:none!Important}
LI[class="PillFilter_filter Tabset_selected"] * {background:#500!important;color:#FFF!important}
INPUT[id="q"] {background:#141414!important;color:#fff!Important;}
A[class="qsearch_button"] {display:none!Important}
#fb_menubar {background:none !important; -moz-border-radius:0px 0px 20px 20px!important; background-color:#500 !important; }
#fb_menubar A {color:#FFF!Important;}
#fb_menubar A[class="hover"], #fb_menubar A:hover {background:#800!important;}
DIV[class="fb_menu_dropdown"] {background:#070707!Important;border:2px solid #500!important;}
DIV[class="fb_menu_dropdown"] A {border-top:0!important;border-bottom:1px dotted #300!important; color:#800!Important}
DIV[class="fb_menu_dropdown"] A:hover {background:#500!important; color:#FFF!Important}
DIV[class="fb_menu_separator"] {display:none!Important}
DIV #home_stream
{
background: #070707 !Important;
border: 2px solid #500 !Important;
width: 525px !Important;
-moz-border-radius-bottomright: 20px !Important;
-moz-border-radius-bottomleft: 20px !Important;
}
DIV #tab_canvas {border:none!important;}
DIV #right_column
{
background: #070707 !Important;
border: 2px solid #500 !Important;
-moz-border-radius: 20px !Important;
}
DIV .ufi_section {background:#141414!Important; border:1px solid #500!important; -moz-border-radius:5px!Important}
DIV #home_sidebar
{
margin-left:-2px!Important;
margin-top:0px!Important;
padding-left:10px!Important;
background: RGB(10,0,0) !Important;
border: 2px solid #500 !Important;
width: 258px !Important;
-moz-border-radius-topright: 20px !Important;
-moz-border-radius-bottomright: 20px !Important;
}
DIV .UIHotStory:hover
{
background: RGB(50,0,0)!Important;
}
DIV .pymk:Hover {background: RGB(50,0,0)!Important;}
.UIHotStory, .UIHomeBox_Top
{border:none !Important;border-bottom:1px solid #500 !Important}
.UIHomeBox_Top {padding-right:15px!Important;}
DIV[class="UIFilterList_List"]
{
margin-top:1px!Important;
}
DIV .UIFilterList_FirstItem
{
-moz-border-radius-topleft:20px !Important;
border-left: 2px solid #500 !important;
border-top: 2px solid #500 !important;
border-bottom: 1px solid #500 !important;
}
DIV .UIFilterList_Item
{
background: #070707 !important;
border-left: 2px solid #500 !important;
}
.UIFilterList_Footer
{
background: #070707 !Important;
border-left: 2px solid #500 !Important;
border-top: 0 !Important;
border-bottom: 2px solid #500 !important;
-moz-border-radius-bottomleft: 20px !important;
}
DIV .UIObject_SelectedItem {background:#500!important;}
DIV .UIObject_SelectedItem A > SPAN {color:#FFF !important; font-weight:bold!important;}
SPAN[class="UIFilterList_ItemRight"] {display:none !Important;}
DIV .UIFilterList_ItemLink {border-bottom:1px solid #500 !Important;}
DIV .UIFilterList_ItemLink:hover {background:#500!important;}
DIV .UIFilterList_ItemLink:hover > SPAN {color:#FFF !important;}
.wallpost {border:none!Important}
.profile_top_wash, .UIMediaHeader_TitleWash {margin: auto; width: 965px !important; background:transparent!Important;}
a {color: #800!important}
A B {color: #800!Important;}
a:link { color: #800 !important; font-weight: bold !Important}
a:visited { color: #800 !important}
a:active { color: #A00 !important}
a:hover { color: #A00 !important}
A SPAN {color: #800 !Important;}
.UIIntentionalStory {background:none !Important; border:none!Important;}
.UIIntentionalStory_Body{border-top:1px solid #500!Important;}
TEXTAREA { -moz-appearance:none !Important; background:#070707!Important; border:2px solid #300!Important; -moz-border-radius:8px !Important; color:#888!Important;}
TEXTAREA:hover, TEXTAREA:focus {background:#141414!Important; color:#FFF!Important;}
DIV[class="wallpost comment_add_row"]
{background:none !Important;}
DIV .UIRoundedBox_Corner,
DIV .UIRoundedBox_Side,
DIV[class="UIComposer_ButtonContainer"]
{background:none !Important;}
DIV[class="UIComposer_TextAreaShadow"] {border:none!Important;}
TD[class="UIComposer_TDTextArea"] {background:none!Important;border:none!important;}
INPUT, DIV[id="confirm_button"], a[class="link_btn_style"]
{
-moz-appearance:none!Important;
background:#500!Important;
color:#000!Important;
border:none!Important;
margin-left:5px!Important;
-moz-border-radius:8px !Important;
}
INPUT:hover, DIV[id="confirm_button"]:hover, a[class="link_btn_style"]:hover
{
background:#800!Important;
color:#CCC!Important;
}
DIV > A SPAN {background:none!Important}
DIV[class="wallpost"]
{
background:#141414!important;
border:1px solid #400 !Important;
-moz-border-radius:8px !Important;
}
DIV[class="show_all_link"]
{
background:#200!important;
border:0 !Important;
}
DIV[class="show_all_link"] A
{
color:#888!important;
}
#fb_menubar:before{content:url(http://i240.photobucket.com/albums/ff19/casadeloscasos/booshbanner.jpg
?imgmax=1280
);margin: -30px }
DIV[class="fb_menu_title"] a {color:#800!important;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| P R O F I I L I |||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
DIV[id="profile_blurb"] {border:1px solid #500!Important;}
DIV #left_column {background:#070707!important;}
.UIRecentActivity_Stream {border-top:2px solid #500!important}
.UIRecentActivityStory {background:#070707!important}
H3[class="box_header"] {background:#400!Important}
H3[class="box_header"] > SPAN {color:#CCC!Important;}
H4[class="box_header clearfix"] {border:0!Important;}
H4[class="box_header clearfix"] SPAN > A {font-weight:normal!Important;}
H4[class="box_header clearfix"] SMALL > A {font-size:7pt!Important;}
A[class="profile_action"] {border:0!Important;}
A[class="profile_action"]:hover {background:#500!Important; color:white!Important;}
DIV[id="boxes_left"] {border:2px #400 solid!Important;}
DIV[class="box"] {border:0!Important;}
DIV[id="basic_info_summary_box"] {border:2px solid #400 !Important; border-bottom:0!Important;}
DIV .tabs_wrapper {margin-left:50px!Important;}
.tab_link {background:#070707!important; border:2px solid #500!Important; border-bottom:0!Important;}
LI[class="selected"] > A {background:#500!Important; color:white!important;}
LI[class="selected"] A div { color:white!important;}
SPAN .updates {background:#500!important; color:white!Important; }
TD[id="friends_right_cell"], TD[id="friends_left_cell"], .fadvfilt,
DIV[class="fsummary"], DIV #frn_column > * ,
DIV[id="ffriends"] {background:#070707!Important; border:0!Important; border-right:1px solid #500!important;}
TABLE[id="fpgc"] {border:2px solid #500 !Important; margin-left:70px !Important; -moz-border-radius:3px !Important;}
DIV[class="ffriend clearfix"] {border-bottom:1px #500 dotted!Important;}
DIV[class="ffriend clearfix hover"] {background:#222!Important; border-bottom:1px #500 solid !Important;}
} | data/usercss/18827.user.css | @-moz-document domain(facebook.com), domain(www.facebook.com) {
body, html,#content {background:#000000 url(http://i240.photobucket.com/albums/ff19/casadeloscasos/booshbackg.jpg ) 50% 0% scroll!important;color:#fff!important}
DIV[style="border-bottom: 1px solid rgb(59, 89, 152); padding: 2px; margin-bottom: 2px; text-align: center; background-color: rgb(59, 89, 152);"], #sidebar_ads
{visibility:hidden!important;}
.UIRoundedImage_Corners img {display:none !important;} *
DIV[style="padding: 6px 6px 6px 126px; margin-bottom: 0px; background-color: rgb(244, 244, 244);"] {background-color: #400!important;}
DIV [style="padding: 10px; float: left; width: 450px;"] {background:#070707!important; border:2px solid #500!important; -moz-border-radius:20px!Important; margin-left:35px!Important;}
DIV[style="border-top: 1px solid rgb(204, 204, 204); margin-top: 50px; color: rgb(136, 136, 136); font-size: 9px; padding-top: 8px;"] {display:none!important;}
DIV[class="wallkit_post"] {border:0!Important;border-bottom:1px solid #500!important;}
* {color:#888!Important; Font-family:Arial!Important;}
body, DIV[id="content"]
{
background-color: #141414 !Important;
}
H3[class="UIProfileBox_Header clearfix"] {background:#500!important;border:0!Important}
H4[class="UIProfileBox_SubHeader clearfix"] {background:#070707!important;border:0!Important;}
DIV[class="UIProfileBox_Content"] {background:#070707!important;border:1px solid #500!Important}
DIV[class="UIProfileBox_Box"] {border:1px solid #500!important;}
DIV[id="profilewidecolumn"] {background:#070707!important; border:2px solid #500!Important; Padding:5px!important; margin-left:-6px!Important;-moz-border-radius: 8px 0px 8px 8px !Important;}
DIV[id="profilenarrowcolumn"] {background:#070707!important; border:2px solid #500!Important; Padding:5px!important;border-left:0!Important;-moz-border-radius:0px 8px 8px 0px !Important;}
DIV[class="wallheader"] {background:none!Important;border:0!Important}
TD[class="wallinfo"] {border-top:1px solid #500!Important;}
DIV[class="wallactions"] {border-bottom:1px dotted #500!Important;}
DIV[class="fbpage_group_title"] {border-bottom:1px solid #500!Important}
DIV[class="group_narrow_column_boxes"] {border:0!important;}
DIV[class="share_section"] {display:none!Important;}
DIV[id="profileActions"]{background:#070707!Important;}
DIV[id="profileimage"] {background:#070707!important; border:0!important}
DIV[id="profileFooter"] {background:none!important;border:0!Important}
DIV[class="fallback"] {background:#070707!important;border-bottom:1px solid #500!Important;border-top:1px solid #500!Important}
DIV[class="album clearfix"] {background:#141414!important;border:0!Important;-moz-border-radius:8px!Important;}
DIV[class="info"] {background:#070707!important; border:1px solid #222!important;-moz-border-radius:6px!Important;}
DIV[class="info"] H2 A {color:white!Important;}
DIV[id="results"] {background:#500!important;border:0!Important;-moz-border-radius:8px!Important;}
DIV[class="panel clearfix"] {background:#141414!important; border:0!important;}
#presence_notifications_count STRONG
{
color:black!important;
top:-20px!important;
width:27px!IMportant;
font-size:12px!important;
font-weight:bold!Important;
background:#800!Important;
border:1px #070707 solid !important;
}
DIV[class="presence_menu_opts"], DIV[class="presence_menu_header"] {background:#070707!Important; border:1px solid #500!Important;}
.notification {background:#070707 !Important; border-top: 1px dotted #500!important;}
.notification:hover {background:#141414!important;}
DIV #presence_notifications_content > DIV[style="background-color: rgb(255, 255, 255);"] {background:#141414!Important; Border:1px solid #500 !Important;}
DIV #chat_availability_toggle {border-bottom:1px solid #500!Important;}
DIV[class="body"] {border:0!Important;}
H2 > SPAN {color:white!important;}
DIV[id="presence_bar"] {background:#101010!Important; border:2px solid #600 !Important;}
DIV[id="chat_tab_bar"] {background:#000!important;}
DIV .tab_handle {background:#141414!important; border-left:1px solid #500!Important}
DIV .tab_name {color:#800!important;}
DIV[class="tab_button_div hover"] {background:#500!Important;}
DIV[class="tab_button_div hover"] DIV[class="tab_name"] {color:#FFF!Important;}
div [class="tab_handle disabled"] {background:#101010!important; border-left:1px solid #141414!important}
div [class="tab_handle disabled"] DIV {color:#444!Important}
H5[class="self"] {color:#555!important;}
DIV[class="UITwoColumnLayout_NarrowContent"] {background:#070707!important; border:1px solid #500!Important; -moz-border-radius:8px !important;}
DIV[id="buddy_list_tab"] {border:0!Important;}
DIV[id="buddy_list_tab"]:hover {border:0!Important; background:#500!important;}
DIV[id="buddy_list_tab"] DIV[class="inner_button"] {border:0!important}
DIV[id="buddy_list_tab"]:hover DIV[class="inner_button"] SPAN, DIV[id="buddy_list_tab"]:hover DIV[class="inner_button"] SPAN STRONG {color:#FFF!important}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| I N B O X E T C . . |||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
TABLE[id="megaboxx"] {background:#070707!important; border:2px solid #500!important;border-top:0!Important;}
TABLE[id="megaboxx"] tbody >
tr:first-child, tr:first-child+tr+tr, tr:first-child+tr+tr+tr+tr, tr:first-child+tr+tr+tr+tr+tr+tr, tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr, tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
background-color: #111 !important;
}
DIV[class="tabs clearfix"] {border-bottom:0!Important;border:0!Important}
DIV[class="inbox_menu clearfix"] {background:#500!important; border:0!Important;width:743px!Important;margin-left:-1px!Important;}
DIV[class="notifications clearfix"] {background:none!Important;border:0!Important;}
DIV[class="left_tabs"] LI {background:#070707!important; border-left:2px solid #500!Important;border-top:2px solid #500!important;border-right:0!Important;border-bottom:0!important;}
DIV[class="left_tabs"] LI[class="first"] {-moz-border-radius:8px 0 0 0 !Important}
DIV[class="left_tabs"] LI[class="last"] {border-right:2px solid #500!Important;-moz-border-radius:0 8px 0 0 !Important}
DIV[class="left_tabs"] LI A {border:0!Important; color:#AAA!Important;}
DIV[class="left_tabs"] LI A[class="selected"] {background:#500!Important;color:#FFF!Important;border:0!Important;}
DIV[class="left_tabs"] LI A:hover {color:#FFF!Important}
DIV[class="right_tabs"] LI {background:#070707!important;border:2px solid #500!important;-moz-border-radius:8px 8px 0 0!important}
DIV[class="right_tabs"] LI A {border:0!Important; color:#AAA!Important;}
DIV[id="notifications"] {background:#070707!important;border:2px solid #500!Important; -moz-border-radius:0 0 8px 8px !Important;}
DIV[class="notifications clearfix"] DIV[class="column side_column"] {width:209px!Important;border-top:2px solid #500!Important;border-right:2px solid #500!Important;border-bottom:2px solid #500!Important;background:#070707!important;-moz-border-radius:0 0 8px 0!important}
DIV[class="notifications clearfix"] DIV[class="column side_column"] > H5 {border-top:1px solid #500!Important;}
DIV[class="notifications clearfix"] DIV[class="column side_column"] > DIV[class="syndication_divider"] {border-top:1px solid #500!Important;}
DIV[id="notifications"] DIV >
DIV[class="body clearfix"] {border-top:0!Important;border-bottom:1px dotted #500!Important;}
DIV[id="notifications"] >
DIV[class="date_divider"] {border-bottom:1px solid #500!Important;}
DIV[class="updates_all clearfix"] {background:none!Important;border:0!Important;}
DIV[class="updates_all clearfix"] DIV[class="s_message_body clearfix"] {border-top:1px solid #500!important;}
DIV[class="updates_all clearfix"] DIV[class="column main_column"] {background:#070707!important;width:540px!Important;border:2px solid #500!Important;-moz-border-radius:0 0 8px 8px !Important}
DIV[class="updates_all clearfix"] DIV[class="column side_column"] {background:#070707!important;border:2px solid #500!Important;-moz-border-radius:0 0 8px 0 !Important;border-left:0!Important;}
DIV.sidebar_item_header, DIV.sidebar_item_header * {background:#500!important;Color:#FFF!important}
DIV[class="dialog_content"],
DIV[class="dialog_buttons"],
DIV[class="dialog_summary"],
TD[id="pop_content"]
{background:#141414!important;}
DIV[class="dialog_summary"], DIV[class="dialog_body"] {border:0!important;}
DIV[class="dialog_loading"] {background:#141414!important}
DIV[class="UICompatibilityFrame_Frame"] {background:#070707!important;border-color: #400!important; margin-top:100px!Important;margin-left:100px!Important;}
DIV[class="UICompatibilityFrame_Frame"] DIV[class="title_header"] {background:#400!Important;padding:10px!Important; border:2px solid #070707!important; border-right:0!Important;}
DIV[class="UICompatibilityFrame_Frame"] DIV[class="UICompatibilityFrame_Content"] {border:0!Important;}
DIV[class="confirmation_stripes"], DIV[class="tos_portion"] {display:none!Important;}
H2[class="withoption"] {background:none!Important;}
DIV[class="confirm_boxes"] {background:#070707!important;border:1px solid #500!Important;-moz-border-radius:8px!Important;}
DIV[class="confirm"] {background:none!Important;border-top:1px solid #500!Important;}
DIV[class="status_confirm"] {background:#141414!important;border-top:1px solid #500!important;border-bottom:0!Important;}
DIV .summary_bar {border-bottom:1px solid #500!Important;}
UL[class="actionspro"] > LI {border:none!Important;}
UL[class="actionspro"]:hover > LI A {background:none!Important;}
DIV[id="search_results"] {background:none!important; border:none!Important;}
DIV[class="result clearfix"] {background:#070707!important;border:1px solid #222!important;-moz-border-radius:5px!Important;}
DIV[class="chat_window"] {border:2px solid #500!Important;}
DIV[class="chat_conv_content"] {background:#141414!important;}
DIV[class="chat_conv"] {background:#141414!important; border:0!Important;}
TEXTAREA[class="chat_input"] {-moz-border-radius:0!Important; border:0!Important; background: #141414 !important; height:20px!Important;border-top:2px solid #500 !Important;}
DIV[class="chat_input_div"] {background:#101010!Important;border:0!Important}
H5[class="self"], H5[class="other"] {border-top:1px solid #222!important;}
DIV[class="chat_info"], DIV[class="chat_actions"] {background:#141414!Important; border:0!Important;}
div[class="chat_actions"] {height:6px!Important; border-bottom:2px solid #500!important;}
div[class="chat_actions"] SPAN {margin-left:100px !Important;}
DIV[class="toolbox"] {border:none!important;}
DIV[class="chat_header"] {background:#500!important;border:0!Important;}
DIV[class="chat_header"] A {color:#FFF!Important;}
DIV[class="chat_header suppress_hover"] {background:#500!important;border:0!Important}
DIV[class="visibility_change"],DIV[class="minifeed"] {background:#400!important;border:0!Important;border-top:2px solid #141414!important;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| H O M E P A G E |||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
A[class="show_advanced_controls"] {background:none!Important}
LI[class="PillFilter_filter Tabset_selected"] * {background:#500!important;color:#FFF!important}
INPUT[id="q"] {background:#141414!important;color:#fff!Important;}
A[class="qsearch_button"] {display:none!Important}
#fb_menubar {background:none !important; -moz-border-radius:0px 0px 20px 20px!important; background-color:#500 !important; }
#fb_menubar A {color:#FFF!Important;}
#fb_menubar A[class="hover"], #fb_menubar A:hover {background:#800!important;}
DIV[class="fb_menu_dropdown"] {background:#070707!Important;border:2px solid #500!important;}
DIV[class="fb_menu_dropdown"] A {border-top:0!important;border-bottom:1px dotted #300!important; color:#800!Important}
DIV[class="fb_menu_dropdown"] A:hover {background:#500!important; color:#FFF!Important}
DIV[class="fb_menu_separator"] {display:none!Important}
DIV #home_stream
{
background: #070707 !Important;
border: 2px solid #500 !Important;
width: 525px !Important;
-moz-border-radius-bottomright: 20px !Important;
-moz-border-radius-bottomleft: 20px !Important;
}
DIV #tab_canvas {border:none!important;}
DIV #right_column
{
background: #070707 !Important;
border: 2px solid #500 !Important;
-moz-border-radius: 20px !Important;
}
DIV .ufi_section {background:#141414!Important; border:1px solid #500!important; -moz-border-radius:5px!Important}
DIV #home_sidebar
{
margin-left:-2px!Important;
margin-top:0px!Important;
padding-left:10px!Important;
background: RGB(10,0,0) !Important;
border: 2px solid #500 !Important;
width: 258px !Important;
-moz-border-radius-topright: 20px !Important;
-moz-border-radius-bottomright: 20px !Important;
}
DIV .UIHotStory:hover
{
background: RGB(50,0,0)!Important;
}
DIV .pymk:Hover {background: RGB(50,0,0)!Important;}
.UIHotStory, .UIHomeBox_Top
{border:none !Important;border-bottom:1px solid #500 !Important}
.UIHomeBox_Top {padding-right:15px!Important;}
DIV[class="UIFilterList_List"]
{
margin-top:1px!Important;
}
DIV .UIFilterList_FirstItem
{
-moz-border-radius-topleft:20px !Important;
border-left: 2px solid #500 !important;
border-top: 2px solid #500 !important;
border-bottom: 1px solid #500 !important;
}
DIV .UIFilterList_Item
{
background: #070707 !important;
border-left: 2px solid #500 !important;
}
.UIFilterList_Footer
{
background: #070707 !Important;
border-left: 2px solid #500 !Important;
border-top: 0 !Important;
border-bottom: 2px solid #500 !important;
-moz-border-radius-bottomleft: 20px !important;
}
DIV .UIObject_SelectedItem {background:#500!important;}
DIV .UIObject_SelectedItem A > SPAN {color:#FFF !important; font-weight:bold!important;}
SPAN[class="UIFilterList_ItemRight"] {display:none !Important;}
DIV .UIFilterList_ItemLink {border-bottom:1px solid #500 !Important;}
DIV .UIFilterList_ItemLink:hover {background:#500!important;}
DIV .UIFilterList_ItemLink:hover > SPAN {color:#FFF !important;}
.wallpost {border:none!Important}
.profile_top_wash, .UIMediaHeader_TitleWash {margin: auto; width: 965px !important; background:transparent!Important;}
a {color: #800!important}
A B {color: #800!Important;}
a:link { color: #800 !important; font-weight: bold !Important}
a:visited { color: #800 !important}
a:active { color: #A00 !important}
a:hover { color: #A00 !important}
A SPAN {color: #800 !Important;}
.UIIntentionalStory {background:none !Important; border:none!Important;}
.UIIntentionalStory_Body{border-top:1px solid #500!Important;}
TEXTAREA { -moz-appearance:none !Important; background:#070707!Important; border:2px solid #300!Important; -moz-border-radius:8px !Important; color:#888!Important;}
TEXTAREA:hover, TEXTAREA:focus {background:#141414!Important; color:#FFF!Important;}
DIV[class="wallpost comment_add_row"]
{background:none !Important;}
DIV .UIRoundedBox_Corner,
DIV .UIRoundedBox_Side,
DIV[class="UIComposer_ButtonContainer"]
{background:none !Important;}
DIV[class="UIComposer_TextAreaShadow"] {border:none!Important;}
TD[class="UIComposer_TDTextArea"] {background:none!Important;border:none!important;}
INPUT, DIV[id="confirm_button"], a[class="link_btn_style"]
{
-moz-appearance:none!Important;
background:#500!Important;
color:#000!Important;
border:none!Important;
margin-left:5px!Important;
-moz-border-radius:8px !Important;
}
INPUT:hover, DIV[id="confirm_button"]:hover, a[class="link_btn_style"]:hover
{
background:#800!Important;
color:#CCC!Important;
}
DIV > A SPAN {background:none!Important}
DIV[class="wallpost"]
{
background:#141414!important;
border:1px solid #400 !Important;
-moz-border-radius:8px !Important;
}
DIV[class="show_all_link"]
{
background:#200!important;
border:0 !Important;
}
DIV[class="show_all_link"] A
{
color:#888!important;
}
#fb_menubar:before{content:url(http://i240.photobucket.com/albums/ff19/casadeloscasos/booshbanner.jpg
?imgmax=1280
);margin: -30px }
DIV[class="fb_menu_title"] a {color:#800!important;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| P R O F I I L I |||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
DIV[id="profile_blurb"] {border:1px solid #500!Important;}
DIV #left_column {background:#070707!important;}
.UIRecentActivity_Stream {border-top:2px solid #500!important}
.UIRecentActivityStory {background:#070707!important}
H3[class="box_header"] {background:#400!Important}
H3[class="box_header"] > SPAN {color:#CCC!Important;}
H4[class="box_header clearfix"] {border:0!Important;}
H4[class="box_header clearfix"] SPAN > A {font-weight:normal!Important;}
H4[class="box_header clearfix"] SMALL > A {font-size:7pt!Important;}
A[class="profile_action"] {border:0!Important;}
A[class="profile_action"]:hover {background:#500!Important; color:white!Important;}
DIV[id="boxes_left"] {border:2px #400 solid!Important;}
DIV[class="box"] {border:0!Important;}
DIV[id="basic_info_summary_box"] {border:2px solid #400 !Important; border-bottom:0!Important;}
DIV .tabs_wrapper {margin-left:50px!Important;}
.tab_link {background:#070707!important; border:2px solid #500!Important; border-bottom:0!Important;}
LI[class="selected"] > A {background:#500!Important; color:white!important;}
LI[class="selected"] A div { color:white!important;}
SPAN .updates {background:#500!important; color:white!Important; }
TD[id="friends_right_cell"], TD[id="friends_left_cell"], .fadvfilt,
DIV[class="fsummary"], DIV #frn_column > * ,
DIV[id="ffriends"] {background:#070707!Important; border:0!Important; border-right:1px solid #500!important;}
TABLE[id="fpgc"] {border:2px solid #500 !Important; margin-left:70px !Important; -moz-border-radius:3px !Important;}
DIV[class="ffriend clearfix"] {border-bottom:1px #500 dotted!Important;}
DIV[class="ffriend clearfix hover"] {background:#222!Important; border-bottom:1px #500 solid !Important;}
} | 0.135232 | 0.07088 |
body {
font-family: 'Alegreya', sans-serif;
font-size: 1.5em;
margin: 0;
padding: 0;
}
nav {
width: 100%;
background-color: #000000;
position: fixed;
top: 0;
}
nav ul {
text-align: right;
margin: 0;
padding: 0;
}
nav ul li {
display: inline-block;
}
nav ul li a {
color: white;
text-decoration: none;
text-transform: uppercase;
padding: 0.5em 0.5em;
display: block;
}
nav ul li a:hover {
background-color: white;
color: #DF765A;
box-shadow: 1px 1px 5px #DF765A;
}
#home {
display: flex;
background-image: url('../images/image1.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}
#overlay {
display: inherit;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
color: #ffffff;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.intro {
color: #fff;
}
h1 {
text-transform: uppercase;
color: #DF765A;
text-align: center;
font-weight: bold;
}
#aboutMe {
background-color: #DCD8D6;
color: #000000;
display: flex;
flex-direction: column;
}
#aboutSection {
display: flex;
flex-wrap: wrap;
}
#profile {
width: 30%;
margin: 5%;
margin-top: 0;
}
#education {
width: 50%;
margin: 5%;
margin-top: 0;
}
h2, strong, h3 {
text-transform: uppercase;
color: #DF765A;
}
#moreAboutMe {
margin: 5% 5% 5% 5%;
text-align: center;
}
#mySkills {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #DF765A;
}
.skill {
display: inherit;
flex-direction: column;
width: 20%;
margin: 5%;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-size: 1.5em;
}
.skill img {
width: 100%;
}
#myProjects {
background-color: #DCD8D6;
display: flex;
flex-direction: row;
}
.project {
text-align: justify;
display: inherit;
flex-direction: column;
width: 25%;
margin: 5%;
}
.project img {
width: 100%;
}
.project a {
text-decoration: none;
color: #DF765A;
}
.project a:hover {
text-decoration: underline;
color: #000000;
}
.project img:hover {
box-shadow: 2px 2px 5px #DF765A;
}
#contactMe {
background-color: #DF765A;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 0;
}
input {
width: 100%;
margin: 1em 0;
display: block;
border-radius: 10px;
padding: 2%;
}
input[type=submit] {
background-color: #000000;
color: white;
border: 1px solid black;
padding: 2%;
cursor: pointer;
}
#footer {
background-color: #000000;
color: white;
text-align: center;
width: 100%;
border: 1px solid black;
} | css/styles.css | body {
font-family: 'Alegreya', sans-serif;
font-size: 1.5em;
margin: 0;
padding: 0;
}
nav {
width: 100%;
background-color: #000000;
position: fixed;
top: 0;
}
nav ul {
text-align: right;
margin: 0;
padding: 0;
}
nav ul li {
display: inline-block;
}
nav ul li a {
color: white;
text-decoration: none;
text-transform: uppercase;
padding: 0.5em 0.5em;
display: block;
}
nav ul li a:hover {
background-color: white;
color: #DF765A;
box-shadow: 1px 1px 5px #DF765A;
}
#home {
display: flex;
background-image: url('../images/image1.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}
#overlay {
display: inherit;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
color: #ffffff;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.intro {
color: #fff;
}
h1 {
text-transform: uppercase;
color: #DF765A;
text-align: center;
font-weight: bold;
}
#aboutMe {
background-color: #DCD8D6;
color: #000000;
display: flex;
flex-direction: column;
}
#aboutSection {
display: flex;
flex-wrap: wrap;
}
#profile {
width: 30%;
margin: 5%;
margin-top: 0;
}
#education {
width: 50%;
margin: 5%;
margin-top: 0;
}
h2, strong, h3 {
text-transform: uppercase;
color: #DF765A;
}
#moreAboutMe {
margin: 5% 5% 5% 5%;
text-align: center;
}
#mySkills {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #DF765A;
}
.skill {
display: inherit;
flex-direction: column;
width: 20%;
margin: 5%;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-size: 1.5em;
}
.skill img {
width: 100%;
}
#myProjects {
background-color: #DCD8D6;
display: flex;
flex-direction: row;
}
.project {
text-align: justify;
display: inherit;
flex-direction: column;
width: 25%;
margin: 5%;
}
.project img {
width: 100%;
}
.project a {
text-decoration: none;
color: #DF765A;
}
.project a:hover {
text-decoration: underline;
color: #000000;
}
.project img:hover {
box-shadow: 2px 2px 5px #DF765A;
}
#contactMe {
background-color: #DF765A;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 0;
}
input {
width: 100%;
margin: 1em 0;
display: block;
border-radius: 10px;
padding: 2%;
}
input[type=submit] {
background-color: #000000;
color: white;
border: 1px solid black;
padding: 2%;
cursor: pointer;
}
#footer {
background-color: #000000;
color: white;
text-align: center;
width: 100%;
border: 1px solid black;
} | 0.371935 | 0.094636 |
html, body {
height:100%;
min-height:100%;
background: silver;
overflow-x: hidden;
}
.btn-group-vertical {
width:100%;
max-height:100%;
}
#ims {
display: block;
margin-right: auto;
margin-left:auto;
}
.modal-body {
padding-top:10px;
}
.navbar {
margin-bottom:0px;
background-color: silver;
}
.nav-tabs {
margin-bottom:10px;
}
.tab-content {
margin-bottom:10px;
overflow-y: auto;
max-height:100%;
}
.tab-content p {
display: block;
margin-left: auto;
margin-right: auto;
width:50%;
text-align:center;
}
.tooltip {
z-index:99999;
position: fixed;
-webkit-transition: 0;
transition: 0;
}
#signout {
display:inline;
padding:0px;
margin-left:5px;
}
#signin {
margin-top:30px;
}
.col-md-5 button {
width: 80px;
height: 60px;
color: blue;
background-color: silver;
}
#alerts {
z-index:9998;
width:200px;
position:absolute;
right:20px;
top:55px;
text-align:center;
}
#alerts .alert {
margin-bottom:4px;
}
#google_config .alert {
width:70%;
margin:0px;
padding-top:1px;
padding-bottom:1px;
padding-right:10px;
padding-left:10px;
margin-right:auto;
margin-left:auto;
text-align:center;
}
#google_config .alert .close {
right:2px;
}
}
[title] {
top:10px;
}
#calendar {
margin-top: 10px;
height:250px;
overflow: none;
padding-left:0px;
padding-right:0px;
}
#tictac{
margin-top: 10px;
height:250px;
}
.event{
height: 10px;
font-size: 12px;
}
.centered{
text-align:center;
vertical-align:middle;
line-height:300px;
transform:transformY(-50%);
}
.tic{
height: 70px;
}
.reset{
height: 30px;
width: 70px;
position:relative;
left: 40%;
}
.flex-container {
display: -webkit-flex;
display: flex;
width:95%;
background-color: Silver;
flex-wrap:wrap;
}
.flex-item {
background-color: DeepSkyBlue;
width: 300px;
height: 300px;
margin: 5px;
cursor: move;
}
.no-select {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.table {
height:100%;
}
/*added from layout.html*/
.gridster * {
margin:0;
padding:0;
}
ul {
list-style-type: none;
}
.controls {
margin-bottom: 20px;
}
/*/
/* gridster
/*/
.gridster ul {
background-color: silver;
}
.gridster li {
font-size: 1em;
font-weight: bold;
line-height: 100%;
}
.gridster {
margin: 0 auto;
opacity: .8;
padding-left:3em;
-webkit-transition: opacity .6s;
-moz-transition: opacity .6s;
-o-transition: opacity .6s;
-ms-transition: opacity .6s;
transition: opacity .6s;
}
.gridster .gs-w {
}
.gridster .player {
background: #BBB;
}
.gridster .preview-holder {
border: none!important;
background: rgb(73,143,225) !important;
}
.generic {
background-color: white;
overflow: hidden;
}
.generic header {
cursor:pointer;
padding:10px;
background-color:#eaeaea;
}
.generic header .close {
line-height: inherit;
cursor:default;
opacity: 0.6;
}
.generic header .option {
float: right;
margin-left:10px;
margin-bottom: 5px;
color:black !important;
opacity: 0.6;
}
.generic header a:hover {
opacity: 1;
}
.gs-resize-handle {
background-color: transparent !important;
}
.generic section {
/*this part needs better styling - only temporary*/
margin-bottom: 34px;
overflow: hidden;
height:89%;
}
.generic section .alert td {
background-color: inherit !important;
}
.overlay {
position:fixed !important;
top:0 !important;
left:0 !important;
margin: 5px;
width:99% !important;
height:99% !important;
z-index:1035 !important;
} | pulleffect/static/css/style.css | html, body {
height:100%;
min-height:100%;
background: silver;
overflow-x: hidden;
}
.btn-group-vertical {
width:100%;
max-height:100%;
}
#ims {
display: block;
margin-right: auto;
margin-left:auto;
}
.modal-body {
padding-top:10px;
}
.navbar {
margin-bottom:0px;
background-color: silver;
}
.nav-tabs {
margin-bottom:10px;
}
.tab-content {
margin-bottom:10px;
overflow-y: auto;
max-height:100%;
}
.tab-content p {
display: block;
margin-left: auto;
margin-right: auto;
width:50%;
text-align:center;
}
.tooltip {
z-index:99999;
position: fixed;
-webkit-transition: 0;
transition: 0;
}
#signout {
display:inline;
padding:0px;
margin-left:5px;
}
#signin {
margin-top:30px;
}
.col-md-5 button {
width: 80px;
height: 60px;
color: blue;
background-color: silver;
}
#alerts {
z-index:9998;
width:200px;
position:absolute;
right:20px;
top:55px;
text-align:center;
}
#alerts .alert {
margin-bottom:4px;
}
#google_config .alert {
width:70%;
margin:0px;
padding-top:1px;
padding-bottom:1px;
padding-right:10px;
padding-left:10px;
margin-right:auto;
margin-left:auto;
text-align:center;
}
#google_config .alert .close {
right:2px;
}
}
[title] {
top:10px;
}
#calendar {
margin-top: 10px;
height:250px;
overflow: none;
padding-left:0px;
padding-right:0px;
}
#tictac{
margin-top: 10px;
height:250px;
}
.event{
height: 10px;
font-size: 12px;
}
.centered{
text-align:center;
vertical-align:middle;
line-height:300px;
transform:transformY(-50%);
}
.tic{
height: 70px;
}
.reset{
height: 30px;
width: 70px;
position:relative;
left: 40%;
}
.flex-container {
display: -webkit-flex;
display: flex;
width:95%;
background-color: Silver;
flex-wrap:wrap;
}
.flex-item {
background-color: DeepSkyBlue;
width: 300px;
height: 300px;
margin: 5px;
cursor: move;
}
.no-select {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.table {
height:100%;
}
/*added from layout.html*/
.gridster * {
margin:0;
padding:0;
}
ul {
list-style-type: none;
}
.controls {
margin-bottom: 20px;
}
/*/
/* gridster
/*/
.gridster ul {
background-color: silver;
}
.gridster li {
font-size: 1em;
font-weight: bold;
line-height: 100%;
}
.gridster {
margin: 0 auto;
opacity: .8;
padding-left:3em;
-webkit-transition: opacity .6s;
-moz-transition: opacity .6s;
-o-transition: opacity .6s;
-ms-transition: opacity .6s;
transition: opacity .6s;
}
.gridster .gs-w {
}
.gridster .player {
background: #BBB;
}
.gridster .preview-holder {
border: none!important;
background: rgb(73,143,225) !important;
}
.generic {
background-color: white;
overflow: hidden;
}
.generic header {
cursor:pointer;
padding:10px;
background-color:#eaeaea;
}
.generic header .close {
line-height: inherit;
cursor:default;
opacity: 0.6;
}
.generic header .option {
float: right;
margin-left:10px;
margin-bottom: 5px;
color:black !important;
opacity: 0.6;
}
.generic header a:hover {
opacity: 1;
}
.gs-resize-handle {
background-color: transparent !important;
}
.generic section {
/*this part needs better styling - only temporary*/
margin-bottom: 34px;
overflow: hidden;
height:89%;
}
.generic section .alert td {
background-color: inherit !important;
}
.overlay {
position:fixed !important;
top:0 !important;
left:0 !important;
margin: 5px;
width:99% !important;
height:99% !important;
z-index:1035 !important;
} | 0.441432 | 0.069101 |
.wp-post-image{
float: left;
margin: 0 15px 10px 0;
}
.blog article{
display: inline-block;
}
/* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Oswald:400');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
body { font: 16px/1.6 'Oswald', sans-serif; }
body p { font: 16px/1.6 'Lato', sans-serif; }
h1 { font-size: 28px; margin: 15px 0 15px; }
h2 { font-size: 24px; margin-top: 0 }
h3 { font-size: 20px; margin-top: 0 }
h4 { font-size: 18px; margin-top: 0 }
/* Top Bar Section */
.top-bar { background: #3e3e3e; color: #fff; padding: 5px 0; }
/* Header - Main Menu */
.menu-area { background: #9e9e9e; padding: 10px 0; }
.main-menu ul { list-style: none; padding: 0; margin: 0; font-size: 18px;}
.main-menu ul li { display: inline; margin: 0 30px 0 0; }
.main-menu ul li:last-child { margin: 0; }
.main-menu ul li a { text-transform: uppercase; color: #4c1b1b; text-decoration: none; }
.main-menu ul li.current-menu-item a { color: #e58888; }
/* Slider */
.slide { padding: 25px 0; }
/* Services */
.services { background: #9e9e9e; padding: 25px 0; color: #fefefe }
/* Middle Area */
.middle-area { padding: 25px 0; }
.middle-area h1 { color: 4c1b1b; text-transform: uppercase; }
/* Middle Area - Sidebar */
.sidebar { background: #d2d2d2; padding: 20px; margin: 0 0 30px; }
/* Footer */
footer { background: #3e3e3e; padding: 15px 0; color: #fcfae1; }
/* Footer - Footer Menu */
.footer-menu ul { list-style: none; padding: 0; margin: 0; font-size: 16px; }
.footer-menu ul li { display: inline; margin: 0 15px 10px 0; }
.footer-menu ul li:last-child { margin: 0; }
.footer-menu ul li a { color: #fcfae1; text-decoration: none; }
.footer-menu ul li.current-menu-item a { color: #e58888; }
/* Blog */
.wp-post-image { float: left; margin: 0 15px 10 px 0; }
.format-image h2 { color: #fff; background: #717171; padding: 15px; }
.format-video h2 { color: #fff; background: #211e1e; padding: 15px; }
.format-standard h2 { color: #fff; background: #d2d2d2; padding: 15px; }
.blog article { display: inline-block; margin: 0 0 30px; width: 100%; }
.blog article h2 { margin-bottom: 15px; }
.blog article p > img { width: 100%; height: auto; } | css/template.css | .wp-post-image{
float: left;
margin: 0 15px 10px 0;
}
.blog article{
display: inline-block;
}
/* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Oswald:400');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
body { font: 16px/1.6 'Oswald', sans-serif; }
body p { font: 16px/1.6 'Lato', sans-serif; }
h1 { font-size: 28px; margin: 15px 0 15px; }
h2 { font-size: 24px; margin-top: 0 }
h3 { font-size: 20px; margin-top: 0 }
h4 { font-size: 18px; margin-top: 0 }
/* Top Bar Section */
.top-bar { background: #3e3e3e; color: #fff; padding: 5px 0; }
/* Header - Main Menu */
.menu-area { background: #9e9e9e; padding: 10px 0; }
.main-menu ul { list-style: none; padding: 0; margin: 0; font-size: 18px;}
.main-menu ul li { display: inline; margin: 0 30px 0 0; }
.main-menu ul li:last-child { margin: 0; }
.main-menu ul li a { text-transform: uppercase; color: #4c1b1b; text-decoration: none; }
.main-menu ul li.current-menu-item a { color: #e58888; }
/* Slider */
.slide { padding: 25px 0; }
/* Services */
.services { background: #9e9e9e; padding: 25px 0; color: #fefefe }
/* Middle Area */
.middle-area { padding: 25px 0; }
.middle-area h1 { color: 4c1b1b; text-transform: uppercase; }
/* Middle Area - Sidebar */
.sidebar { background: #d2d2d2; padding: 20px; margin: 0 0 30px; }
/* Footer */
footer { background: #3e3e3e; padding: 15px 0; color: #fcfae1; }
/* Footer - Footer Menu */
.footer-menu ul { list-style: none; padding: 0; margin: 0; font-size: 16px; }
.footer-menu ul li { display: inline; margin: 0 15px 10px 0; }
.footer-menu ul li:last-child { margin: 0; }
.footer-menu ul li a { color: #fcfae1; text-decoration: none; }
.footer-menu ul li.current-menu-item a { color: #e58888; }
/* Blog */
.wp-post-image { float: left; margin: 0 15px 10 px 0; }
.format-image h2 { color: #fff; background: #717171; padding: 15px; }
.format-video h2 { color: #fff; background: #211e1e; padding: 15px; }
.format-standard h2 { color: #fff; background: #d2d2d2; padding: 15px; }
.blog article { display: inline-block; margin: 0 0 30px; width: 100%; }
.blog article h2 { margin-bottom: 15px; }
.blog article p > img { width: 100%; height: auto; } | 0.498047 | 0.18591 |
@tailwind base;
@tailwind components;
@tailwind utilities;
/* @import url("https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap"); */
@layer base {
@font-face {
font-family: 'Moderat';
src: url('../../public/fonts/Moderat-Regular.woff') format('woff'),
url('../../public/fonts/Moderat-Regular.woff2') format('woff2');
font-weight: normal;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Moderat';
src: url('../../public/fonts/Moderat-Medium.woff') format('woff'),
url('../../public/fonts/Moderat-Medium.woff2') format('woff2');
font-weight: 500;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Moderat Extended';
src: url('../../public/fonts/Moderat-Extended-Bold.woff') format('woff'),
url('../../public/fonts/Moderat-Extended-Bold.woff2') format('woff2');
font-weight: bold;
font-display: swap;
font-style: normal;
}
body {
@apply bg-woodsmoke-900 scrollbar-thin;
}
}
@layer components {
/* .sidebarIcon {
@apply h-6 text-[#808080] cursor-pointer;
} */
.container {
@apply mx-auto max-w-7xl px-4 pb-24 font-moderat md:px-8 xl:px-4;
}
.titleHeader {
@apply text-center font-moderat_extended text-3xl uppercase
tracking-wider text-slate-50 sm:text-4xl
md:text-5xl;
}
.card {
@apply cursor-pointer rounded-md border-2
border-slate-800 transition duration-200
hover:border-slate-600;
}
.cardTitle {
@apply truncate font-moderat text-2xl
font-medium text-slate-50;
}
.infoTag {
@apply rounded-md bg-slate-800 px-2 py-1
text-sm uppercase text-slate-400;
}
.cardOverview {
@apply mb-auto text-slate-400 line-clamp-4 md:text-base;
}
.cardRating {
@apply text-xl text-slate-50;
}
.cardTheatreTag {
@apply rounded-md py-1 px-2 uppercase;
}
.theatreTabText {
@apply cursor-pointer text-2xl uppercase
text-slate-800 transition duration-200
ease-out hover:text-slate-50;
}
.sectionContainer {
@apply mt-14 sm:mt-16 lg:mt-24 xl:mt-32;
}
.sectionHeader {
@apply mb-8 text-left font-moderat_extended
text-4xl tracking-wide text-slate-50 lg:mb-12 xl:mb-12;
}
.sectionDateText {
@apply text-base uppercase
text-slate-600 hover:text-slate-50;
}
.cinemaTitle {
@apply text-lg capitalize text-slate-50;
}
.cinemaTheatreTitle {
@apply font-moderat_extended uppercase;
}
.cinemaDateSwiperArrow {
@apply cursor-pointer self-center
py-3 text-slate-400 hover:text-slate-200;
}
.cinemaDateSwiperLeft {
@apply cinemaDateSwiperArrow pr-8;
}
.cinemaDateSwiperRight {
@apply cinemaDateSwiperArrow pl-8;
}
.cinemaDateTab {
@apply w-full cursor-pointer border-b-2 border-transparent p-4
text-center text-sm uppercase transition
duration-200 xl:text-lg;
}
.cinemaDateTabSelected {
@apply cinemaDateTab border-slate-50 text-slate-50;
}
.cinemaDateTabUnselected {
@apply cinemaDateTab text-slate-600 hover:text-slate-50;
}
.cinemaTimingContainer {
@apply flex flex-col gap-y-16 xl:gap-y-24;
}
.cinemaTimingTextLine {
@apply cursor-pointer border-b-2 border-transparent py-4
px-6 text-center text-xl uppercase transition duration-200
xl:py-4 xl:px-0;
}
.cinemaTimingText {
@apply h-fit min-w-[8rem] cursor-pointer rounded-md
border-2 border-b-2 border-transparent border-slate-800 py-4 px-3 text-center
text-xl uppercase text-slate-400 transition
duration-200 hover:bg-slate-600 hover:text-slate-50
sm:py-4 sm:px-6 xl:py-2 xl:px-3;
}
.cinemaTimingTextSoldLine {
@apply cinemaTimingText text-slate-800;
}
.cinemaTimingTextSold {
@apply cinemaTimingText bg-slate-800 text-slate-600
line-through hover:bg-slate-800
hover:text-slate-600;
}
.cinemaTimingTextSellingLine {
@apply cinemaTimingText text-slate-400
hover:border-red-500 hover:text-red-500;
}
.cinemaTimingTextSelling {
@apply cinemaTimingText border-slate-500 underline;
}
.cinemaTimingTextAvailableLine {
@apply cinemaTimingText text-slate-400
hover:border-slate-50;
}
.cinemaTimingTextAvailable {
@apply cinemaTimingText;
}
.reviewText {
@apply text-slate-400;
}
.reviewAuthorName {
@apply text-sm capitalize text-slate-50;
}
.reviewAuthorCompany {
@apply text-sm text-slate-400;
}
.reviewRatingText {
@apply text-right text-lg text-gv-yellow;
}
.reviewDateText {
@apply text-sm text-slate-400;
}
} | src/styles/globals.css | @tailwind base;
@tailwind components;
@tailwind utilities;
/* @import url("https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap"); */
@layer base {
@font-face {
font-family: 'Moderat';
src: url('../../public/fonts/Moderat-Regular.woff') format('woff'),
url('../../public/fonts/Moderat-Regular.woff2') format('woff2');
font-weight: normal;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Moderat';
src: url('../../public/fonts/Moderat-Medium.woff') format('woff'),
url('../../public/fonts/Moderat-Medium.woff2') format('woff2');
font-weight: 500;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Moderat Extended';
src: url('../../public/fonts/Moderat-Extended-Bold.woff') format('woff'),
url('../../public/fonts/Moderat-Extended-Bold.woff2') format('woff2');
font-weight: bold;
font-display: swap;
font-style: normal;
}
body {
@apply bg-woodsmoke-900 scrollbar-thin;
}
}
@layer components {
/* .sidebarIcon {
@apply h-6 text-[#808080] cursor-pointer;
} */
.container {
@apply mx-auto max-w-7xl px-4 pb-24 font-moderat md:px-8 xl:px-4;
}
.titleHeader {
@apply text-center font-moderat_extended text-3xl uppercase
tracking-wider text-slate-50 sm:text-4xl
md:text-5xl;
}
.card {
@apply cursor-pointer rounded-md border-2
border-slate-800 transition duration-200
hover:border-slate-600;
}
.cardTitle {
@apply truncate font-moderat text-2xl
font-medium text-slate-50;
}
.infoTag {
@apply rounded-md bg-slate-800 px-2 py-1
text-sm uppercase text-slate-400;
}
.cardOverview {
@apply mb-auto text-slate-400 line-clamp-4 md:text-base;
}
.cardRating {
@apply text-xl text-slate-50;
}
.cardTheatreTag {
@apply rounded-md py-1 px-2 uppercase;
}
.theatreTabText {
@apply cursor-pointer text-2xl uppercase
text-slate-800 transition duration-200
ease-out hover:text-slate-50;
}
.sectionContainer {
@apply mt-14 sm:mt-16 lg:mt-24 xl:mt-32;
}
.sectionHeader {
@apply mb-8 text-left font-moderat_extended
text-4xl tracking-wide text-slate-50 lg:mb-12 xl:mb-12;
}
.sectionDateText {
@apply text-base uppercase
text-slate-600 hover:text-slate-50;
}
.cinemaTitle {
@apply text-lg capitalize text-slate-50;
}
.cinemaTheatreTitle {
@apply font-moderat_extended uppercase;
}
.cinemaDateSwiperArrow {
@apply cursor-pointer self-center
py-3 text-slate-400 hover:text-slate-200;
}
.cinemaDateSwiperLeft {
@apply cinemaDateSwiperArrow pr-8;
}
.cinemaDateSwiperRight {
@apply cinemaDateSwiperArrow pl-8;
}
.cinemaDateTab {
@apply w-full cursor-pointer border-b-2 border-transparent p-4
text-center text-sm uppercase transition
duration-200 xl:text-lg;
}
.cinemaDateTabSelected {
@apply cinemaDateTab border-slate-50 text-slate-50;
}
.cinemaDateTabUnselected {
@apply cinemaDateTab text-slate-600 hover:text-slate-50;
}
.cinemaTimingContainer {
@apply flex flex-col gap-y-16 xl:gap-y-24;
}
.cinemaTimingTextLine {
@apply cursor-pointer border-b-2 border-transparent py-4
px-6 text-center text-xl uppercase transition duration-200
xl:py-4 xl:px-0;
}
.cinemaTimingText {
@apply h-fit min-w-[8rem] cursor-pointer rounded-md
border-2 border-b-2 border-transparent border-slate-800 py-4 px-3 text-center
text-xl uppercase text-slate-400 transition
duration-200 hover:bg-slate-600 hover:text-slate-50
sm:py-4 sm:px-6 xl:py-2 xl:px-3;
}
.cinemaTimingTextSoldLine {
@apply cinemaTimingText text-slate-800;
}
.cinemaTimingTextSold {
@apply cinemaTimingText bg-slate-800 text-slate-600
line-through hover:bg-slate-800
hover:text-slate-600;
}
.cinemaTimingTextSellingLine {
@apply cinemaTimingText text-slate-400
hover:border-red-500 hover:text-red-500;
}
.cinemaTimingTextSelling {
@apply cinemaTimingText border-slate-500 underline;
}
.cinemaTimingTextAvailableLine {
@apply cinemaTimingText text-slate-400
hover:border-slate-50;
}
.cinemaTimingTextAvailable {
@apply cinemaTimingText;
}
.reviewText {
@apply text-slate-400;
}
.reviewAuthorName {
@apply text-sm capitalize text-slate-50;
}
.reviewAuthorCompany {
@apply text-sm text-slate-400;
}
.reviewRatingText {
@apply text-right text-lg text-gv-yellow;
}
.reviewDateText {
@apply text-sm text-slate-400;
}
} | 0.470007 | 0.066176 |
@-ms-viewport {
width: device-width;
}
/* for browsers that do not include this themselves */
[hidden] {
display: none;
}
html {
scroll-padding-top: 5rem;
overflow-x: hidden;
background: #f2f2f2;
}
:focus:not(:focus-visible) + label {
box-shadow: none !important;
}
nav ul:not(#TK) {
margin: 0 0 2rem;;
padding: 0;
}
nav li {
display: inline-block;
margin: 0 1rem 0 0;
}
nav a {
font-size: 1.8rem;
color: cornflowerblue;
display: inline-block;
text-decoration: none;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
*:not(strong) {
box-sizing: border-box;
vertical-align: bottom;
color: #555;
}
header {
overflow: hidden; /* IE10 */
padding: 3px; /* because of box-shadow with the above */
display: flow-root;
margin: 30px auto;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #606c76;
font-size: 18px;
font-weight: 300;
line-height: 1.6;
}
h2:not(.tpw-hx) {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2.8rem;
text-align: center;
padding: 1rem !important;
color: #555;
margin: 1.5em 0 0;
font-weight: bold;
}
h2:not(.tpw-hx),
h3:not(.tpw-hx) {
text-align: center;
}
h3:not(.tpw-hx) + div {
margin: auto;
overflow: hidden; /* IE 10 */
}
/* mostly for IE10 */
h3:not(.tpw-hx) + div > div {
display: inline-block;
width: 100%;
}
:invalid {
box-shadow: 0 0 0 4px #da236e !important;
}
[type=url]:not(:placeholder-shown):valid {
box-shadow: 0 0 0 4px #23da43 !important;
margin-bottom: 10px;
}
header h1:not(#TK) {
font-family: inherit;
font-weight: 400;
margin-bottom: 10px;
margin-top: 0;
font-size: 28px;
line-height: 1.2;
}
header p,
header pre,
header ul {
margin-bottom: 0;
font-size: inherit;
line-height: 1;
}
select:not(#TK) {
display: inline-block;
/* Materialize styles select with display:none */
}
select:not(#TK) {
min-height: 40px;
background-origin: initial;
display: block;
font-family: sans-serif;
font-size: inherit;
font-weight: 400;
color: #444;
line-height: 1.3;
padding: 8px 20px 7px 10px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0 0 1em;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
border-radius: 3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat, repeat;
background-position: right 20px top 50%, 0 0;
background-size: 18px auto, 100%;
}
button:not(#TK),
.input {
text-transform: none;
float: left;
height: auto !important;
/* materialize */
font-family: sans-serif;
font-size: inherit !important;
/* materialize */
font-weight: 700;
color: #444;
line-height: 1.3;
padding: 8px 10px 7px 10px !important;
/* materialize */
width: 68% !important;
/* materialize */
max-width: 100%;
box-sizing: border-box !important;
/* materialize */
margin: 2px 0;
border: 1px solid #aaa !important;
/* materialize */
box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
border-radius: .2em !important;
/* materialize */
appearance: none;
}
button:not(#TK) {
float: right;
width: 30% !important;
/* materialize */
background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
button:not(#TK).vue-add {
float: none;
margin-top: 1rem;
}
[type=checkbox]:not(#TK) {
position: absolute;
opacity: 0;
}
label:not(#TK) {
display: block;
font-size: inherit;
font-weight: 700;
font-weight: 400;
position: relative;
background-repeat: no-repeat;
margin: 5px 0 5px 10px;
}
[type=checkbox]+label:not(#TK) {
display: inline-block;
border-radius: 3px;
padding: 5px 10px 5px 40px;
margin: 0;
background-size: 22px;
background-position: 5px 50%;
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%230175fd%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
[type=checkbox]:checked+label:not(#TK) {
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%230175fd%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M19%203H5a2%202%200%2000-2%202v14a2%202%200%20002%202h14a2%202%200%20002-2V5a2%202%200%2000-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
select:not(#TK):focus,
[type=checkbox]:focus + label {
box-shadow: 0 0 0 2px blue;
outline: none;
}
[for="fontWeight"] {
white-space: nowrap;
}
ul:not(#TK) {
list-style-type: disc;
margin: 0 0 16px 24px;
padding: 0;
list-style-position: outside;
}
.oh {
display: flow-root;
}
::placeholder {
color: #cecece;
font-weight: 400;
}
.fieldset,
.vue-fieldset {
clear: both;
border: 1px solid #ccc;
border-radius: 4px;
margin: -1.8rem auto 0;
background: #fff;
padding: 5px 15px 10px;
}
.vue-fieldset {
margin: 1rem auto;
}
#controls {
background: #333;
color: #fff;
position: sticky;
top: 0;
right: 0;
left: 0;
border-bottom: 2px solid #333;
z-index: 1;
padding: 10px 10px 4px;
margin-bottom: -3rem;
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
}
#controls * {
color: inherit;
}
#controls > * {
line-height: 30px;
}
#controls > a {
line-height: 17px;
}
#controls p {
margin: 0 0 5px;
width: 20%;
display: inline-block; /* IE10 */
}
#controls p > * {
vertical-align: middle;
font-weight: bold !important;
}
#controls label {
display: inline-block !important;
margin: 0 !important;
text-align: center;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 18px;
color: #fff;
/* Foundation */
}
#controls input {
margin: 0;
/* Milligram */
}
#controls label,
#controls input:first-of-type {
width: 110px;
}
input[disabled] {
cursor: not-allowed;
}
#controls input + input {
color: #fff;
width: 60px;
padding: 5px;
text-align: inherit;
background: none;
border-radius: 3px;
height: auto;
border: 1px solid #fff;
font-size: 16px;
line-height: 1.15;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#controls input[type=range] {
display: block; /* IE10 */
margin: 5px auto 10px; /* IE10 */
width: 80%;
background: #333;
}
input[type=range]::-moz-range-track {
background: #ccc;
}
.code {
display: inline-block;
font-weight: bold;
font-size: 18px;
padding: 2px 5px;
background: #ffd1df;
color: #000;
border-radius: 3px;
border: 1px solid #ccc;
margin: 0 3px 3px 0;
}
#tabsHeadersBox {
padding: 0 1em 1em;
border: 1px solid #ccc;
margin: 2em 0;
border-radius: 3px;
background: #fafafa;
}
#tabsHeadersBox > div > div {
display: flow-root;
}
#tabsHeadersBox > div > div > input {
margin: 1px;
}
header,
#test-container {
max-width: 900px;
padding: 0 .5rem 0 1rem;
}
#test-container {
--space: 0;
line-height: calc(1.4 + var(--space) / 100);
letter-spacing: calc(1em * (var(--space) / 200));
word-spacing: calc(1em * (var(--space) / 100));
margin: auto;
}
#test-container h3:not(.tpw-hx) {
font-size: 1.8rem;
border-top: 4px double #cecece;
border-bottom: 4px double #cecece;
width: 100vw;
position: relative;
left: 50%;
margin: 1em -50vw 2em;
}
h4:not(.tpw-hx),
label:not(#tk),
input[type=text]:not(#tk),
#test-container h3:not(.tpw-hx) {
font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
#test-container ul {
margin: 0;
padding: 0;
}
#test-container li {
display: inline-block;
}
#homeLink {
display: inline-block;
margin-right: 12px;
}
.m-a {
margin: auto;
}
.v-h {
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}
.refresh {
width: 28px;
height: 28px;
margin: 2px 5px 2px;
}
.tpw-js {
margin-top: .45rem;
margin-bottom: 4rem;
}
.c-l {
clear: left;
}
.hidden {
display: none;
}
pre {
color: #000;
overflow-x: auto;
-moz-tab-size: 0;
tab-size: 0;
position: relative;
white-space: pre;
}
pre code {
font-size: 0.9rem;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-weight: 700;
font-size: 1rem;
color: #333;
background: #ffd1df;
border: 1px solid #ccc;
padding: 0.1rem 0.3rem;
border-radius: 0.2rem;
margin: 0 0.2rem;
box-shadow: inset 0 0 1px #f2f2f2;
display: block;
overflow-x: auto;
padding: .6rem .3rem;
background: #333;
color: #DCDCDC;
text-shadow: 2px 2px #000;
}
.columns {
display: flow-root;
}
.left,
.right {
float: left;
vertical-align: top;
width: 50%;
}
.left {
padding: 0 20px 0 5px;
}
.right {
padding: 0 5px 0 20px;
}
.columns h4:not(.tpw-hx) {
margin: 5px 0 -2px;
}
#vue-wrapper {
padding: 0 5px;
}
#swap:not(#TK) {
margin: 1em 0 1em 20px;
}
button#unmount {
width: auto !important;
padding: 1px 10px !important;
font-size: .8rem !important;
height: 2em !important;
margin: 0 0 0 1em;
font-weight: 400;
}
@media screen and (max-width: 800px) {
#test-container .left,
#test-container .right {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
padding: 0 5px;
}
#homeLink {
display: none;
}
#controls {
padding: 1rem 0;
display: block;
position: relative;
}
#controls p {
width: 50%;
}
#controls p:last-of-type {
margin-bottom: 1rem;
}
} | testpage/style.css | @-ms-viewport {
width: device-width;
}
/* for browsers that do not include this themselves */
[hidden] {
display: none;
}
html {
scroll-padding-top: 5rem;
overflow-x: hidden;
background: #f2f2f2;
}
:focus:not(:focus-visible) + label {
box-shadow: none !important;
}
nav ul:not(#TK) {
margin: 0 0 2rem;;
padding: 0;
}
nav li {
display: inline-block;
margin: 0 1rem 0 0;
}
nav a {
font-size: 1.8rem;
color: cornflowerblue;
display: inline-block;
text-decoration: none;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
*:not(strong) {
box-sizing: border-box;
vertical-align: bottom;
color: #555;
}
header {
overflow: hidden; /* IE10 */
padding: 3px; /* because of box-shadow with the above */
display: flow-root;
margin: 30px auto;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #606c76;
font-size: 18px;
font-weight: 300;
line-height: 1.6;
}
h2:not(.tpw-hx) {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2.8rem;
text-align: center;
padding: 1rem !important;
color: #555;
margin: 1.5em 0 0;
font-weight: bold;
}
h2:not(.tpw-hx),
h3:not(.tpw-hx) {
text-align: center;
}
h3:not(.tpw-hx) + div {
margin: auto;
overflow: hidden; /* IE 10 */
}
/* mostly for IE10 */
h3:not(.tpw-hx) + div > div {
display: inline-block;
width: 100%;
}
:invalid {
box-shadow: 0 0 0 4px #da236e !important;
}
[type=url]:not(:placeholder-shown):valid {
box-shadow: 0 0 0 4px #23da43 !important;
margin-bottom: 10px;
}
header h1:not(#TK) {
font-family: inherit;
font-weight: 400;
margin-bottom: 10px;
margin-top: 0;
font-size: 28px;
line-height: 1.2;
}
header p,
header pre,
header ul {
margin-bottom: 0;
font-size: inherit;
line-height: 1;
}
select:not(#TK) {
display: inline-block;
/* Materialize styles select with display:none */
}
select:not(#TK) {
min-height: 40px;
background-origin: initial;
display: block;
font-family: sans-serif;
font-size: inherit;
font-weight: 400;
color: #444;
line-height: 1.3;
padding: 8px 20px 7px 10px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0 0 1em;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
border-radius: 3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat, repeat;
background-position: right 20px top 50%, 0 0;
background-size: 18px auto, 100%;
}
button:not(#TK),
.input {
text-transform: none;
float: left;
height: auto !important;
/* materialize */
font-family: sans-serif;
font-size: inherit !important;
/* materialize */
font-weight: 700;
color: #444;
line-height: 1.3;
padding: 8px 10px 7px 10px !important;
/* materialize */
width: 68% !important;
/* materialize */
max-width: 100%;
box-sizing: border-box !important;
/* materialize */
margin: 2px 0;
border: 1px solid #aaa !important;
/* materialize */
box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
border-radius: .2em !important;
/* materialize */
appearance: none;
}
button:not(#TK) {
float: right;
width: 30% !important;
/* materialize */
background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
button:not(#TK).vue-add {
float: none;
margin-top: 1rem;
}
[type=checkbox]:not(#TK) {
position: absolute;
opacity: 0;
}
label:not(#TK) {
display: block;
font-size: inherit;
font-weight: 700;
font-weight: 400;
position: relative;
background-repeat: no-repeat;
margin: 5px 0 5px 10px;
}
[type=checkbox]+label:not(#TK) {
display: inline-block;
border-radius: 3px;
padding: 5px 10px 5px 40px;
margin: 0;
background-size: 22px;
background-position: 5px 50%;
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%230175fd%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
[type=checkbox]:checked+label:not(#TK) {
background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%230175fd%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M19%203H5a2%202%200%2000-2%202v14a2%202%200%20002%202h14a2%202%200%20002-2V5a2%202%200%2000-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
select:not(#TK):focus,
[type=checkbox]:focus + label {
box-shadow: 0 0 0 2px blue;
outline: none;
}
[for="fontWeight"] {
white-space: nowrap;
}
ul:not(#TK) {
list-style-type: disc;
margin: 0 0 16px 24px;
padding: 0;
list-style-position: outside;
}
.oh {
display: flow-root;
}
::placeholder {
color: #cecece;
font-weight: 400;
}
.fieldset,
.vue-fieldset {
clear: both;
border: 1px solid #ccc;
border-radius: 4px;
margin: -1.8rem auto 0;
background: #fff;
padding: 5px 15px 10px;
}
.vue-fieldset {
margin: 1rem auto;
}
#controls {
background: #333;
color: #fff;
position: sticky;
top: 0;
right: 0;
left: 0;
border-bottom: 2px solid #333;
z-index: 1;
padding: 10px 10px 4px;
margin-bottom: -3rem;
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
}
#controls * {
color: inherit;
}
#controls > * {
line-height: 30px;
}
#controls > a {
line-height: 17px;
}
#controls p {
margin: 0 0 5px;
width: 20%;
display: inline-block; /* IE10 */
}
#controls p > * {
vertical-align: middle;
font-weight: bold !important;
}
#controls label {
display: inline-block !important;
margin: 0 !important;
text-align: center;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 18px;
color: #fff;
/* Foundation */
}
#controls input {
margin: 0;
/* Milligram */
}
#controls label,
#controls input:first-of-type {
width: 110px;
}
input[disabled] {
cursor: not-allowed;
}
#controls input + input {
color: #fff;
width: 60px;
padding: 5px;
text-align: inherit;
background: none;
border-radius: 3px;
height: auto;
border: 1px solid #fff;
font-size: 16px;
line-height: 1.15;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#controls input[type=range] {
display: block; /* IE10 */
margin: 5px auto 10px; /* IE10 */
width: 80%;
background: #333;
}
input[type=range]::-moz-range-track {
background: #ccc;
}
.code {
display: inline-block;
font-weight: bold;
font-size: 18px;
padding: 2px 5px;
background: #ffd1df;
color: #000;
border-radius: 3px;
border: 1px solid #ccc;
margin: 0 3px 3px 0;
}
#tabsHeadersBox {
padding: 0 1em 1em;
border: 1px solid #ccc;
margin: 2em 0;
border-radius: 3px;
background: #fafafa;
}
#tabsHeadersBox > div > div {
display: flow-root;
}
#tabsHeadersBox > div > div > input {
margin: 1px;
}
header,
#test-container {
max-width: 900px;
padding: 0 .5rem 0 1rem;
}
#test-container {
--space: 0;
line-height: calc(1.4 + var(--space) / 100);
letter-spacing: calc(1em * (var(--space) / 200));
word-spacing: calc(1em * (var(--space) / 100));
margin: auto;
}
#test-container h3:not(.tpw-hx) {
font-size: 1.8rem;
border-top: 4px double #cecece;
border-bottom: 4px double #cecece;
width: 100vw;
position: relative;
left: 50%;
margin: 1em -50vw 2em;
}
h4:not(.tpw-hx),
label:not(#tk),
input[type=text]:not(#tk),
#test-container h3:not(.tpw-hx) {
font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
#test-container ul {
margin: 0;
padding: 0;
}
#test-container li {
display: inline-block;
}
#homeLink {
display: inline-block;
margin-right: 12px;
}
.m-a {
margin: auto;
}
.v-h {
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}
.refresh {
width: 28px;
height: 28px;
margin: 2px 5px 2px;
}
.tpw-js {
margin-top: .45rem;
margin-bottom: 4rem;
}
.c-l {
clear: left;
}
.hidden {
display: none;
}
pre {
color: #000;
overflow-x: auto;
-moz-tab-size: 0;
tab-size: 0;
position: relative;
white-space: pre;
}
pre code {
font-size: 0.9rem;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-weight: 700;
font-size: 1rem;
color: #333;
background: #ffd1df;
border: 1px solid #ccc;
padding: 0.1rem 0.3rem;
border-radius: 0.2rem;
margin: 0 0.2rem;
box-shadow: inset 0 0 1px #f2f2f2;
display: block;
overflow-x: auto;
padding: .6rem .3rem;
background: #333;
color: #DCDCDC;
text-shadow: 2px 2px #000;
}
.columns {
display: flow-root;
}
.left,
.right {
float: left;
vertical-align: top;
width: 50%;
}
.left {
padding: 0 20px 0 5px;
}
.right {
padding: 0 5px 0 20px;
}
.columns h4:not(.tpw-hx) {
margin: 5px 0 -2px;
}
#vue-wrapper {
padding: 0 5px;
}
#swap:not(#TK) {
margin: 1em 0 1em 20px;
}
button#unmount {
width: auto !important;
padding: 1px 10px !important;
font-size: .8rem !important;
height: 2em !important;
margin: 0 0 0 1em;
font-weight: 400;
}
@media screen and (max-width: 800px) {
#test-container .left,
#test-container .right {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
padding: 0 5px;
}
#homeLink {
display: none;
}
#controls {
padding: 1rem 0;
display: block;
position: relative;
}
#controls p {
width: 50%;
}
#controls p:last-of-type {
margin-bottom: 1rem;
}
} | 0.331012 | 0.122052 |
.print-table-view{
opacity: 1 !important;
position: relative !important;
z-index: 1;
}
table tr td,th {
border-collapse: collapse;
padding: 10px 0;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: center;
}
th{
padding: 3px 0 !important;
}
th:first-child, tbody tr:first-child td:first-child {
background: #F5F7FA !important;
}
table tr td .cell,th .cell{
padding: 0 !important;
}
table thead tr:nth-child(2) th:first-child,
table tr:first-child td:first-child,
table tr:nth-last-child(3) td:first-child,
table tr:nth-last-child(2) td:first-child,
table tr:last-child td:first-child{
border-left: 1px solid #000;
}
table thead tr:nth-child(odd) th:first-child{
border-left: 1px solid #000 !important;
border-bottom: 0 !important;
}
table thead tr:first-child th{
border-top: 1px solid #000;
}
table thead th{
font-weight: 500 !important;
}
table{width: 1050px !important;}
.m-table{display: block !important;}
.title{
padding: 15px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.flex{
display: flex;
}
.v-m{
padding: 15px;
align-items: center;
justify-content: space-between;
}
.col-title{
width: 15px;
margin: auto;
}
.title-label{
padding: 15px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #dfe6ec;
}
.tip{
justify-content: space-between;
padding: 15px;
margin-bottom: 30px;
}
.tip-item{
font-size: 14px;
}
.total-amount{
font-size: 18px;
color: red;
text-align: left;
font-weight: bold;
padding-left: 15px;
}
.btns{
padding: 15px;
}
.bottom-tip{
padding: 15px;
font-size: 16px;
text-align: right;
}
.text-left{
text-align: left !important;
padding-left: 15px;
}
/* table tr td,th {
border-collapse: collapse;
padding: 10px 0;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: center;
}
table tr td .cell,th .cell{
padding: 0 !important;
}
table tr:first-child td:first-child,
table tr:nth-last-child() td:first-child,
table tr:nth-last-child(2) td:first-child,
table tr:last-child td:first-child{
border-left: 1px solid #000;
}
table thead tr:nth-child(odd) th:first-child{
border-left: 1px solid #000;
}
table thead tr:first-child th{
border-top: 1px solid #000;
}
table thead th{
font-weight: 500 !important;
}
table{width: 1050px !important;}
.m-table{display: block !important;}
.title{
padding: 15px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.flex{
display: flex;
}
.v-m{
padding: 15px;
align-items: center;
justify-content: space-between;
}
.col-title{
width: 15px;
margin: auto;
}
.title-label{
padding: 15px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #dfe6ec;
}
.tip{
justify-content: space-between;
padding: 15px;
margin-bottom: 30px;
}
.tip-item{
font-size: 14px;
}
.total-amount{
font-size: 18px;
color: red;
text-align: left;
font-weight: bold;
padding-left: 15px;
}
.btns{
padding: 15px;
}
.bottom-tip{
padding: 15px;
font-size: 16px;
text-align: right;
}
.text-left{
text-align: left !important;
padding-left: 15px;
} */ | public/print_stylesheet.css | .print-table-view{
opacity: 1 !important;
position: relative !important;
z-index: 1;
}
table tr td,th {
border-collapse: collapse;
padding: 10px 0;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: center;
}
th{
padding: 3px 0 !important;
}
th:first-child, tbody tr:first-child td:first-child {
background: #F5F7FA !important;
}
table tr td .cell,th .cell{
padding: 0 !important;
}
table thead tr:nth-child(2) th:first-child,
table tr:first-child td:first-child,
table tr:nth-last-child(3) td:first-child,
table tr:nth-last-child(2) td:first-child,
table tr:last-child td:first-child{
border-left: 1px solid #000;
}
table thead tr:nth-child(odd) th:first-child{
border-left: 1px solid #000 !important;
border-bottom: 0 !important;
}
table thead tr:first-child th{
border-top: 1px solid #000;
}
table thead th{
font-weight: 500 !important;
}
table{width: 1050px !important;}
.m-table{display: block !important;}
.title{
padding: 15px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.flex{
display: flex;
}
.v-m{
padding: 15px;
align-items: center;
justify-content: space-between;
}
.col-title{
width: 15px;
margin: auto;
}
.title-label{
padding: 15px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #dfe6ec;
}
.tip{
justify-content: space-between;
padding: 15px;
margin-bottom: 30px;
}
.tip-item{
font-size: 14px;
}
.total-amount{
font-size: 18px;
color: red;
text-align: left;
font-weight: bold;
padding-left: 15px;
}
.btns{
padding: 15px;
}
.bottom-tip{
padding: 15px;
font-size: 16px;
text-align: right;
}
.text-left{
text-align: left !important;
padding-left: 15px;
}
/* table tr td,th {
border-collapse: collapse;
padding: 10px 0;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: center;
}
table tr td .cell,th .cell{
padding: 0 !important;
}
table tr:first-child td:first-child,
table tr:nth-last-child() td:first-child,
table tr:nth-last-child(2) td:first-child,
table tr:last-child td:first-child{
border-left: 1px solid #000;
}
table thead tr:nth-child(odd) th:first-child{
border-left: 1px solid #000;
}
table thead tr:first-child th{
border-top: 1px solid #000;
}
table thead th{
font-weight: 500 !important;
}
table{width: 1050px !important;}
.m-table{display: block !important;}
.title{
padding: 15px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.flex{
display: flex;
}
.v-m{
padding: 15px;
align-items: center;
justify-content: space-between;
}
.col-title{
width: 15px;
margin: auto;
}
.title-label{
padding: 15px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #dfe6ec;
}
.tip{
justify-content: space-between;
padding: 15px;
margin-bottom: 30px;
}
.tip-item{
font-size: 14px;
}
.total-amount{
font-size: 18px;
color: red;
text-align: left;
font-weight: bold;
padding-left: 15px;
}
.btns{
padding: 15px;
}
.bottom-tip{
padding: 15px;
font-size: 16px;
text-align: right;
}
.text-left{
text-align: left !important;
padding-left: 15px;
} */ | 0.362631 | 0.130923 |
body {
font-family: Arial, Helvetica, Verdana, sans-serif;
margin: 0;
}
.top {
position: fixed;
top: 0;
width:100%;
}
.header-grid {
background: #035781;
display: grid;
margin-bottom: 0;
grid:
'logo .'
'jmg social';
}
.header-cell {
padding: 0.5em;
}
.header-logo {
grid-area: logo;
}
.header-logo img {
width: 140px;
}
.header-jmg {
grid-area: jmg;
}
.header-jmg .button {
padding: 1em;
color: white;
background: #0172ba;
text-decoration: none;
}
.header-jmg .button:hover {
color: white;
text-decoration: underline;
background: #f3714a;
}
.header-social {
grid-area: social;
text-align: right;
}
.nav {
background: #002146;
}
.nav ul {
margin: 0;
}
.nav li {
display: inline-block;
padding: 0.75em 1em;
color: #f3714a;
background: white;
margin: 0.5em 0.5em;
border: 0.2em solid #0172ba;
}
.nav li:hover {
color: black;
text-decoration: underline;
}
.container {
max-width: 90%;
margin-left: 2em;
margin-top: 210px;
display: grid;
grid-template: auto auto auto / 30% 70%;
grid-template-areas:
'gallery paris'
'. top-dest'
'vacation vacation'
'credits credits';
grid-gap: 6em;
}
.cell {
}
.cell h3 {
text-align:center;
border-bottom: 1px solid orange;
}
.cell-1 {
grid-area: gallery;
}
.cell-2 {
grid-area: paris;
}
.img-paris {
float: left;
}
.img-paris2 {
float:right;
}
.cell-3 {
grid-area: top-dest;
border: 2px solid orange;
padding: 2em;
background: #d9e1e9;
}
.destinations {
display: grid;
grid-template-columns: auto auto;
}
.cell-4 {
grid-area: vacation;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-image {
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
border: 1px solid black;
margin: 0.5em;
}
.box-image img {
max-width: 100%;
max-height: 100%;
}
.cell-5 {
font-size: 8px;
grid-area: credits;
border-top: 2px dotted orange;
border-bottom: 2px dotted orange;
}
.cell-5 h4 {
text-align: center;
}
.footer {
border-top: 0.5em solid #035781;
margin-top: 1em;
margin-bottom: 1em;
display: grid;
grid:
'logo paris paris'
'dest . .'
'dest . .'
'link link link';
margin-left: 2em;
margin-right: 4em;
font-size: 12px;
grid-gap: 6em;
}
.footer-cell {
background: #d9e1e9;
padding: 0.5em;
}
.footer-cell h3 {
border-bottom: 1px solid orange;
}
.footer-logo {
grid-area: logo;
}
.footer-paris {
grid-area: paris;
text-align: center;
}
.footer-paris img {
max-height: 100%;
height: 100%;
}
.footer-destinations {
grid-area: dest;
}
.footer-link {
grid-area: link;
text-align: center;
}
.footer-link a {
color: orange;
text-decoration: none;
} | travel.css | body {
font-family: Arial, Helvetica, Verdana, sans-serif;
margin: 0;
}
.top {
position: fixed;
top: 0;
width:100%;
}
.header-grid {
background: #035781;
display: grid;
margin-bottom: 0;
grid:
'logo .'
'jmg social';
}
.header-cell {
padding: 0.5em;
}
.header-logo {
grid-area: logo;
}
.header-logo img {
width: 140px;
}
.header-jmg {
grid-area: jmg;
}
.header-jmg .button {
padding: 1em;
color: white;
background: #0172ba;
text-decoration: none;
}
.header-jmg .button:hover {
color: white;
text-decoration: underline;
background: #f3714a;
}
.header-social {
grid-area: social;
text-align: right;
}
.nav {
background: #002146;
}
.nav ul {
margin: 0;
}
.nav li {
display: inline-block;
padding: 0.75em 1em;
color: #f3714a;
background: white;
margin: 0.5em 0.5em;
border: 0.2em solid #0172ba;
}
.nav li:hover {
color: black;
text-decoration: underline;
}
.container {
max-width: 90%;
margin-left: 2em;
margin-top: 210px;
display: grid;
grid-template: auto auto auto / 30% 70%;
grid-template-areas:
'gallery paris'
'. top-dest'
'vacation vacation'
'credits credits';
grid-gap: 6em;
}
.cell {
}
.cell h3 {
text-align:center;
border-bottom: 1px solid orange;
}
.cell-1 {
grid-area: gallery;
}
.cell-2 {
grid-area: paris;
}
.img-paris {
float: left;
}
.img-paris2 {
float:right;
}
.cell-3 {
grid-area: top-dest;
border: 2px solid orange;
padding: 2em;
background: #d9e1e9;
}
.destinations {
display: grid;
grid-template-columns: auto auto;
}
.cell-4 {
grid-area: vacation;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-image {
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
border: 1px solid black;
margin: 0.5em;
}
.box-image img {
max-width: 100%;
max-height: 100%;
}
.cell-5 {
font-size: 8px;
grid-area: credits;
border-top: 2px dotted orange;
border-bottom: 2px dotted orange;
}
.cell-5 h4 {
text-align: center;
}
.footer {
border-top: 0.5em solid #035781;
margin-top: 1em;
margin-bottom: 1em;
display: grid;
grid:
'logo paris paris'
'dest . .'
'dest . .'
'link link link';
margin-left: 2em;
margin-right: 4em;
font-size: 12px;
grid-gap: 6em;
}
.footer-cell {
background: #d9e1e9;
padding: 0.5em;
}
.footer-cell h3 {
border-bottom: 1px solid orange;
}
.footer-logo {
grid-area: logo;
}
.footer-paris {
grid-area: paris;
text-align: center;
}
.footer-paris img {
max-height: 100%;
height: 100%;
}
.footer-destinations {
grid-area: dest;
}
.footer-link {
grid-area: link;
text-align: center;
}
.footer-link a {
color: orange;
text-decoration: none;
} | 0.424651 | 0.109515 |
html {
scroll-behavior: smooth;
scrollbar-width: 1px;
-webkit-text-size-adjust: none;
touch-action: pan-y; /*prevent user scaling*/
}
.scrolling {
overflow: scroll;
margin-bottom: 1rem;
scroll-behavior: smooth;
width: 100%;
}
.scrolling::-webkit-scrollbar {
width: 4px;
}
.scrolling::-webkit-scrollbar-track {
background: none;
}
.scrolling::-webkit-scrollbar-thumb {
background-color: #fff;
border-radius: 20px;
border: 2px solid #f5f5f5;
}
/* containers | divs */
.container,
.container-grey {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
position: absolute;
background-color: #fff;
border-radius: 0.5rem;
color: #000;
height: 85%;
margin: 2rem;
padding: 0 2rem 1rem 2rem;
width: 65%;
z-index: 10000;
}
.container-grey {
background-color: #d3d3d3;
font-size: 0.6rem;
width: 65%;
}
.centering {
display: flex;
justify-content: center;
align-content: center;
}
/* buttons */
a {
font-size: 1.2rem;
text-decoration: none;
}
.close-out {
margin-top: -1rem;
margin-left: 100%;
z-index: 10000;
}
.btn-qty {
display: inline-block;
justify-content: center;
align-content: center;
background-color: #fff;
border-radius: 1rem;
border: 1px solid black;
font-size: 1rem;
height: 1.5rem;
margin-left: 25%;
text-align: center;
width: 3rem;
word-spacing: 0.5rem;
}
.container > .button {
position: absolute;
align-content: top;
background-color: #000;
border-radius: 32px;
bottom: 1rem;
cursor: pointer;
font-size: 20px;
font-weight: 900;
height: 47px;
line-height: normal;
margin: 5rem 0 0 0;
padding: 0;
text-align: center;
width: calc(100% - 4rem);
z-index: 10000;
}
.btn-cart {
align-content: top;
background-color: #0dfcb2;
border-radius: 32px;
bottom: 1rem;
cursor: pointer;
font-size: 20px;
font-weight: 900;
height: 47px;
margin: 5rem 0 0 0;
position: absolute;
text-align: center;
width: calc(100% - 4rem);
z-index: 10000;
}
.container > .counterBox {
display: flex;
align-items: center;
color: white;
margin-left: 10px;
}
.container .counter {
background: #0dfcb2;
border-radius: 50%;
color: #000;
font-size: 13px;
font-weight: 800;
margin: -10px 0 0 -10px;
padding: 3px 0;
text-align: center;
width: 18px;
}
.container .cart-img {
justify-content: space-between;
margin-left: 4rem;
}
/* images */
.btn-back {
transform: rotate(180deg);
}
.col > img {
align-self: center;
}
img {
object-fit: contain;
}
img.main {
margin-top: -1.5rem;
max-height: 170px;
align-self: center;
object-fit: contain;
width: 100%;
}
img.slide {
border-radius: 5px;
object-fit: contain;
max-width: calc(100% - 2rem);
margin: 0 1rem;
}
/* rows & columns */
.row {
display: flex;
justify-content: space-between;
margin: 1rem 0 0 0;
align-content: center;
width: 100%;
}
.col {
flex: 11;
display: inline-flex;
}
.col:last-child {
flex: 1;
align-items: end;
}
.col2 {
flex: 1;
margin-right: 0px;
width: 50%;
}
.cola {
align-self: center;
text-align: right;
width: 25%;
}
.col-grey {
align-self: center;
text-align: right;
width: 25%;
}
.colc {
align-self: center;
margin-right: 1rem;
text-align: right;
width: 5%;
}
.col > p {
justify-content: center;
align-content: center;
}
/* text */
h4 {
margin: 1rem 0;
}
.text {
color: black;
font-weight: 300;
letter-spacing: 1px;
line-height: 0.1rem;
}
small {
text-align: justify;
}
.container > .title {
font-weight: 900;
text-align: center;
}
.container > .subtitle {
font-weight: 900;
text-align: left;
}
.text-center {
text-align: center;
}
.container > small {
font-weight: 100;
color: #f7f7f7;
}
.text-grey {
color: grey;
line-height: 18px;
margin-left: 1rem;
}
.text-right {
padding-right: 1rem;
text-align: right;
line-height: 18px;
}
.middle {
color: black;
left: 30%;
margin-left: 1rem;
overflow-wrap: break-word;
}
.col.text-grey {
margin-left: 30%;
}
/* other */
hr {
border: 0.5px solid #f5f5f5;
margin-right: 1rem;
width: 100%;
}
.hr-pay {
border: 0.5px solid #fff;
margin: 0;
width: 100%;
}
/* landscape screens */
@media screen and (min-width: 500px) {
.container-grey {
font-size: 0.8rem;
margin: 2rem;
padding: 0;
width: calc(100% - 4rem);
height: calc(100% - 4rem);
}
}
/* info pages */
.close-out-info {
align-self: flex-start;
flex-direction: column;
margin-top: -1rem;
margin-right: -6rem;
z-index: 10000;
}
.container-info {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-content: justify;
position: absolute;
background-color: #fff;
border-radius: 0.5rem;
color: #000;
margin: 2rem;
padding: 0 2rem 1rem 2rem;
width: 65%;
height: 85%;
z-index: 10000;
}
img.main-info {
margin-top: 1rem;
max-width: 100%;
object-fit: contain;
}
.row-info {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0.7rem 0;
align-self: center;
text-align: center;
width: 100%;
}
.col-split {
width: 100%;
height: 100%;
font-size: 0.9rem;
}
@media screen and (min-width: 500px) {
.container {
margin: 2rem;
padding: 0 0 0 1rem;
width: calc(100% - 4rem);
height: calc(100% - 4rem);
}
row > .cart-img {
margin-left: 0;
}
.close-out {
align-self: flex-end;
margin-top: -1rem;
margin-right: 0;
}
row {
margin: 7rem 0.1rem;
}
.main {
margin-top: -1rem;
}
/* info pages (motor, battery, types) */
.info {
display: flex;
margin: auto;
}
.text-block {
padding: 0 1rem;
}
.text-center {
text-align: center;
}
.container-info {
margin: 2rem;
padding: 0;
width: calc(100% - 4rem);
height: calc(100% - 4rem);
flex-direction: column;
}
.close-out-info {
align-self: flex-end;
flex-direction: column-reverse;
margin-bottom: -2rem;
margin-right: 0;
}
.col-split {
width: 50%;
padding: 1.5rem 1rem 0 1rem;
}
.row-info {
flex-direction: row;
margin: auto;
}
.counterBox {
margin-right: 3rem;
}
/* buy & add pages */
.text {
margin-top: 1rem;
line-height: initial;
}
.container > .button {
align-self: center;
}
.btn-cart {
align-self: center;
text-align: center;
}
.main {
margin-left: 0 30%;
display: flex;
}
.scrolling {
margin-bottom: 1.5rem;
width: calc(100% - 4rem);
margin-left: 2rem;
}
img.slide {
margin: 0 15% 3rem 15%;
}
.cola {
max-width: 10%;
}
a {
margin-left: 1.5rem;
}
} | fs/BikeAR/files/assets/45900132/1/css.css | html {
scroll-behavior: smooth;
scrollbar-width: 1px;
-webkit-text-size-adjust: none;
touch-action: pan-y; /*prevent user scaling*/
}
.scrolling {
overflow: scroll;
margin-bottom: 1rem;
scroll-behavior: smooth;
width: 100%;
}
.scrolling::-webkit-scrollbar {
width: 4px;
}
.scrolling::-webkit-scrollbar-track {
background: none;
}
.scrolling::-webkit-scrollbar-thumb {
background-color: #fff;
border-radius: 20px;
border: 2px solid #f5f5f5;
}
/* containers | divs */
.container,
.container-grey {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
position: absolute;
background-color: #fff;
border-radius: 0.5rem;
color: #000;
height: 85%;
margin: 2rem;
padding: 0 2rem 1rem 2rem;
width: 65%;
z-index: 10000;
}
.container-grey {
background-color: #d3d3d3;
font-size: 0.6rem;
width: 65%;
}
.centering {
display: flex;
justify-content: center;
align-content: center;
}
/* buttons */
a {
font-size: 1.2rem;
text-decoration: none;
}
.close-out {
margin-top: -1rem;
margin-left: 100%;
z-index: 10000;
}
.btn-qty {
display: inline-block;
justify-content: center;
align-content: center;
background-color: #fff;
border-radius: 1rem;
border: 1px solid black;
font-size: 1rem;
height: 1.5rem;
margin-left: 25%;
text-align: center;
width: 3rem;
word-spacing: 0.5rem;
}
.container > .button {
position: absolute;
align-content: top;
background-color: #000;
border-radius: 32px;
bottom: 1rem;
cursor: pointer;
font-size: 20px;
font-weight: 900;
height: 47px;
line-height: normal;
margin: 5rem 0 0 0;
padding: 0;
text-align: center;
width: calc(100% - 4rem);
z-index: 10000;
}
.btn-cart {
align-content: top;
background-color: #0dfcb2;
border-radius: 32px;
bottom: 1rem;
cursor: pointer;
font-size: 20px;
font-weight: 900;
height: 47px;
margin: 5rem 0 0 0;
position: absolute;
text-align: center;
width: calc(100% - 4rem);
z-index: 10000;
}
.container > .counterBox {
display: flex;
align-items: center;
color: white;
margin-left: 10px;
}
.container .counter {
background: #0dfcb2;
border-radius: 50%;
color: #000;
font-size: 13px;
font-weight: 800;
margin: -10px 0 0 -10px;
padding: 3px 0;
text-align: center;
width: 18px;
}
.container .cart-img {
justify-content: space-between;
margin-left: 4rem;
}
/* images */
.btn-back {
transform: rotate(180deg);
}
.col > img {
align-self: center;
}
img {
object-fit: contain;
}
img.main {
margin-top: -1.5rem;
max-height: 170px;
align-self: center;
object-fit: contain;
width: 100%;
}
img.slide {
border-radius: 5px;
object-fit: contain;
max-width: calc(100% - 2rem);
margin: 0 1rem;
}
/* rows & columns */
.row {
display: flex;
justify-content: space-between;
margin: 1rem 0 0 0;
align-content: center;
width: 100%;
}
.col {
flex: 11;
display: inline-flex;
}
.col:last-child {
flex: 1;
align-items: end;
}
.col2 {
flex: 1;
margin-right: 0px;
width: 50%;
}
.cola {
align-self: center;
text-align: right;
width: 25%;
}
.col-grey {
align-self: center;
text-align: right;
width: 25%;
}
.colc {
align-self: center;
margin-right: 1rem;
text-align: right;
width: 5%;
}
.col > p {
justify-content: center;
align-content: center;
}
/* text */
h4 {
margin: 1rem 0;
}
.text {
color: black;
font-weight: 300;
letter-spacing: 1px;
line-height: 0.1rem;
}
small {
text-align: justify;
}
.container > .title {
font-weight: 900;
text-align: center;
}
.container > .subtitle {
font-weight: 900;
text-align: left;
}
.text-center {
text-align: center;
}
.container > small {
font-weight: 100;
color: #f7f7f7;
}
.text-grey {
color: grey;
line-height: 18px;
margin-left: 1rem;
}
.text-right {
padding-right: 1rem;
text-align: right;
line-height: 18px;
}
.middle {
color: black;
left: 30%;
margin-left: 1rem;
overflow-wrap: break-word;
}
.col.text-grey {
margin-left: 30%;
}
/* other */
hr {
border: 0.5px solid #f5f5f5;
margin-right: 1rem;
width: 100%;
}
.hr-pay {
border: 0.5px solid #fff;
margin: 0;
width: 100%;
}
/* landscape screens */
@media screen and (min-width: 500px) {
.container-grey {
font-size: 0.8rem;
margin: 2rem;
padding: 0;
width: calc(100% - 4rem);
height: calc(100% - 4rem);
}
}
/* info pages */
.close-out-info {
align-self: flex-start;
flex-direction: column;
margin-top: -1rem;
margin-right: -6rem;
z-index: 10000;
}
.container-info {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-content: justify;
position: absolute;
background-color: #fff;
border-radius: 0.5rem;
color: #000;
margin: 2rem;
padding: 0 2rem 1rem 2rem;
width: 65%;
height: 85%;
z-index: 10000;
}
img.main-info {
margin-top: 1rem;
max-width: 100%;
object-fit: contain;
}
.row-info {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0.7rem 0;
align-self: center;
text-align: center;
width: 100%;
}
.col-split {
width: 100%;
height: 100%;
font-size: 0.9rem;
}
@media screen and (min-width: 500px) {
.container {
margin: 2rem;
padding: 0 0 0 1rem;
width: calc(100% - 4rem);
height: calc(100% - 4rem);
}
row > .cart-img {
margin-left: 0;
}
.close-out {
align-self: flex-end;
margin-top: -1rem;
margin-right: 0;
}
row {
margin: 7rem 0.1rem;
}
.main {
margin-top: -1rem;
}
/* info pages (motor, battery, types) */
.info {
display: flex;
margin: auto;
}
.text-block {
padding: 0 1rem;
}
.text-center {
text-align: center;
}
.container-info {
margin: 2rem;
padding: 0;
width: calc(100% - 4rem);
height: calc(100% - 4rem);
flex-direction: column;
}
.close-out-info {
align-self: flex-end;
flex-direction: column-reverse;
margin-bottom: -2rem;
margin-right: 0;
}
.col-split {
width: 50%;
padding: 1.5rem 1rem 0 1rem;
}
.row-info {
flex-direction: row;
margin: auto;
}
.counterBox {
margin-right: 3rem;
}
/* buy & add pages */
.text {
margin-top: 1rem;
line-height: initial;
}
.container > .button {
align-self: center;
}
.btn-cart {
align-self: center;
text-align: center;
}
.main {
margin-left: 0 30%;
display: flex;
}
.scrolling {
margin-bottom: 1.5rem;
width: calc(100% - 4rem);
margin-left: 2rem;
}
img.slide {
margin: 0 15% 3rem 15%;
}
.cola {
max-width: 10%;
}
a {
margin-left: 1.5rem;
}
} | 0.435661 | 0.057705 |
html {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
display: block;
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
/* header*/
.container {
width: 1200px;
margin: 0 auto;
}
.main-header {
padding: 30px 0;
}
.main-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.menu {
display: flex;
justify-content: space-between;
min-width: 492px;
}
.menu-link::after {
content: "";
display: block;
background-color: rgb(243, 129, 129);
margin: auto;
width: 100%;
height: 3px;
margin-top: 12px;
opacity: 0;
visibility: hidden;
transition: all 0.2s linear;
}
.menu-link:hover::after {
opacity: 1;
visibility: visible;
}
.menu-link:hover {
color: rgb(243, 129, 129);
}
.menu-link {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-transform: uppercase;
color: rgb(149, 225, 211);
}
/* services*/
.services {
padding-top: 98px;
padding-bottom: 90px;
}
.section-title {
font-family: "Kaushan Script", cursive;
font-weight: 400;
font-size: 24px;
color: rgb(51, 51, 51);
line-height: 29px;
text-align: center;
margin-bottom: 66px;
}
.section-title span {
font-family: "Montserrat";
font-weight: 900;
font-size: 30px;
line-height: 36px;
text-transform: uppercase;
display: block;
}
.section-title::after {
content: "";
display: block;
background-color: rgb(243, 129, 129);
margin: auto;
width: 60px;
height: 3px;
margin-top: 40px;
}
.services-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.services-item {
position: relative;
width: 334px;
padding-left: 64px;
}
.services-item::before {
position: absolute;
left: 0;
top: 0;
display: block;
content: "";
width: 32px;
height: 32px;
background-repeat: no-repeat;
}
.services-item:nth-child(1)::before {
background-image: url(../img/ALARM.png);
}
.services-item:nth-child(2)::before {
background-image: url(../img/LINE\ GRAPH.png);
}
.services-item:nth-child(3)::before {
background-image: url(../img/COMPUTER\ _\ OK.png);
}
.services-item:nth-child(4)::before {
background-image: url(../img/BOOK\ 2.png);
}
.services-item:nth-child(5)::before {
background-image: url(../img/HOME.png);
}
.services-item:nth-child(6)::before {
background-image: url(../img/IMAGE.png);
}
.services-item:nth-of-type(-n+3) {
margin-bottom: 100px;
}
.services-title {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: rgb(51, 51, 51);
text-transform: uppercase;
margin-bottom: 20px;
}
.services-content {
font-family: "Roboto";
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: rgb(153, 153, 153);
}
/*team*/
.team {
padding-bottom: 82px;
}
.team-content {
display: block;
width: 80%;
text-align: center;
margin: 0 auto;
font-family: "Roboto";
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: rgb(153, 153, 153);
margin-bottom: 94px;
}
.team-list {
display: flex;
justify-content: space-between;
}
.over-img {
position: relative;
margin-bottom: 30px;
transition: all 0.2s linear;
}
.overlay {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to top, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9));
box-shadow: 10px 10px 0 rgb(149, 225, 211);
opacity: 0;
visibility: hidden;
transition: all 0.2s linear;
}
.overlay-list {
display: flex;
}
.team-member {
width: 382px;
}
.team-member:hover .overlay {
opacity: 1;
visibility: visible;
}
.overlay-list-item {
background-color: rgb(252, 227, 138);
transition: all 0.2s linear;
}
.overlay-list-item:not(:last-of-type) {
border-right: 1px solid rgba(243, 129, 129, 0.5);
}
.overlay-list-item:nth-of-type(1) .overlay-list-link {
background-image: url(../img/facebook.png);
}
.overlay-list-item:nth-of-type(2) .overlay-list-link {
background-image: url(../img/twitter.png);
}
.overlay-list-item:nth-of-type(3) .overlay-list-link {
background-image: url(../img/pinterest.png);
}
.overlay-list-item:nth-of-type(4) .overlay-list-link {
background-image: url(../img/instagram.png);
}
.overlay-list-link {
display: block;
width: 56px;
height: 56px;
background-repeat: no-repeat;
background-position: center;
}
.overlay-list-item:hover {
background-color: rgb(149, 225, 211);
}
.team-member:hover .over-img {
transform: translate(-10px, -10px);
}
.member-name {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: rgb(51, 51, 51);
text-transform: uppercase;
margin-bottom: 16px;
text-align: center;
}
.member-position {
font-family: "Roboto";
font-style: italic;
font-weight: 400;
font-size: 15px;
color: rgb(153, 153, 153);
line-height: 24px;
text-align: center;
}
/* footer*/
.main-footer {
border-top: 1px solid rgb(229, 229, 229);
padding: 12px 0;
}
.footer-content {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
color: rgb(51, 51, 51);
}
.footer-company {
color: rgb(243, 129, 129);
display: inline-block;
}
.footer-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
form {
display: flex;
}
input[type="email"] {
display: block;
height: 40px;
width: 230px;
font-size: 15px;
font-weight: 400;
line-height: 24px;
font-family: "Roboto";
color: rgb(51, 51, 51);
font-style: italic;
border-style: solid;
border-width: 1px;
border-color: rgb(231, 231, 231);
background-color: rgb(255, 255, 255);
padding-left: 12px;
}
input[type="email"] ::placeholder {
color: rgb(204, 204, 204);
}
input[type="submit"] {
display: block;
height: 40px;
width: 150px;
background-color: rgb(149, 225, 211);
font-size: 14px;
line-height: 17px;
font-family: "Montserrat";
color: rgb(255, 255, 255);
font-weight: 900;
text-transform: uppercase;
text-align: center;
border: none;
cursor: pointer;
} | html-css/module-06/css/styles.css | html {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
display: block;
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
/* header*/
.container {
width: 1200px;
margin: 0 auto;
}
.main-header {
padding: 30px 0;
}
.main-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.menu {
display: flex;
justify-content: space-between;
min-width: 492px;
}
.menu-link::after {
content: "";
display: block;
background-color: rgb(243, 129, 129);
margin: auto;
width: 100%;
height: 3px;
margin-top: 12px;
opacity: 0;
visibility: hidden;
transition: all 0.2s linear;
}
.menu-link:hover::after {
opacity: 1;
visibility: visible;
}
.menu-link:hover {
color: rgb(243, 129, 129);
}
.menu-link {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-transform: uppercase;
color: rgb(149, 225, 211);
}
/* services*/
.services {
padding-top: 98px;
padding-bottom: 90px;
}
.section-title {
font-family: "Kaushan Script", cursive;
font-weight: 400;
font-size: 24px;
color: rgb(51, 51, 51);
line-height: 29px;
text-align: center;
margin-bottom: 66px;
}
.section-title span {
font-family: "Montserrat";
font-weight: 900;
font-size: 30px;
line-height: 36px;
text-transform: uppercase;
display: block;
}
.section-title::after {
content: "";
display: block;
background-color: rgb(243, 129, 129);
margin: auto;
width: 60px;
height: 3px;
margin-top: 40px;
}
.services-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.services-item {
position: relative;
width: 334px;
padding-left: 64px;
}
.services-item::before {
position: absolute;
left: 0;
top: 0;
display: block;
content: "";
width: 32px;
height: 32px;
background-repeat: no-repeat;
}
.services-item:nth-child(1)::before {
background-image: url(../img/ALARM.png);
}
.services-item:nth-child(2)::before {
background-image: url(../img/LINE\ GRAPH.png);
}
.services-item:nth-child(3)::before {
background-image: url(../img/COMPUTER\ _\ OK.png);
}
.services-item:nth-child(4)::before {
background-image: url(../img/BOOK\ 2.png);
}
.services-item:nth-child(5)::before {
background-image: url(../img/HOME.png);
}
.services-item:nth-child(6)::before {
background-image: url(../img/IMAGE.png);
}
.services-item:nth-of-type(-n+3) {
margin-bottom: 100px;
}
.services-title {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: rgb(51, 51, 51);
text-transform: uppercase;
margin-bottom: 20px;
}
.services-content {
font-family: "Roboto";
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: rgb(153, 153, 153);
}
/*team*/
.team {
padding-bottom: 82px;
}
.team-content {
display: block;
width: 80%;
text-align: center;
margin: 0 auto;
font-family: "Roboto";
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: rgb(153, 153, 153);
margin-bottom: 94px;
}
.team-list {
display: flex;
justify-content: space-between;
}
.over-img {
position: relative;
margin-bottom: 30px;
transition: all 0.2s linear;
}
.overlay {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to top, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9));
box-shadow: 10px 10px 0 rgb(149, 225, 211);
opacity: 0;
visibility: hidden;
transition: all 0.2s linear;
}
.overlay-list {
display: flex;
}
.team-member {
width: 382px;
}
.team-member:hover .overlay {
opacity: 1;
visibility: visible;
}
.overlay-list-item {
background-color: rgb(252, 227, 138);
transition: all 0.2s linear;
}
.overlay-list-item:not(:last-of-type) {
border-right: 1px solid rgba(243, 129, 129, 0.5);
}
.overlay-list-item:nth-of-type(1) .overlay-list-link {
background-image: url(../img/facebook.png);
}
.overlay-list-item:nth-of-type(2) .overlay-list-link {
background-image: url(../img/twitter.png);
}
.overlay-list-item:nth-of-type(3) .overlay-list-link {
background-image: url(../img/pinterest.png);
}
.overlay-list-item:nth-of-type(4) .overlay-list-link {
background-image: url(../img/instagram.png);
}
.overlay-list-link {
display: block;
width: 56px;
height: 56px;
background-repeat: no-repeat;
background-position: center;
}
.overlay-list-item:hover {
background-color: rgb(149, 225, 211);
}
.team-member:hover .over-img {
transform: translate(-10px, -10px);
}
.member-name {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: rgb(51, 51, 51);
text-transform: uppercase;
margin-bottom: 16px;
text-align: center;
}
.member-position {
font-family: "Roboto";
font-style: italic;
font-weight: 400;
font-size: 15px;
color: rgb(153, 153, 153);
line-height: 24px;
text-align: center;
}
/* footer*/
.main-footer {
border-top: 1px solid rgb(229, 229, 229);
padding: 12px 0;
}
.footer-content {
font-family: "Montserrat";
font-weight: 400;
font-size: 14px;
color: rgb(51, 51, 51);
}
.footer-company {
color: rgb(243, 129, 129);
display: inline-block;
}
.footer-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
form {
display: flex;
}
input[type="email"] {
display: block;
height: 40px;
width: 230px;
font-size: 15px;
font-weight: 400;
line-height: 24px;
font-family: "Roboto";
color: rgb(51, 51, 51);
font-style: italic;
border-style: solid;
border-width: 1px;
border-color: rgb(231, 231, 231);
background-color: rgb(255, 255, 255);
padding-left: 12px;
}
input[type="email"] ::placeholder {
color: rgb(204, 204, 204);
}
input[type="submit"] {
display: block;
height: 40px;
width: 150px;
background-color: rgb(149, 225, 211);
font-size: 14px;
line-height: 17px;
font-family: "Montserrat";
color: rgb(255, 255, 255);
font-weight: 900;
text-transform: uppercase;
text-align: center;
border: none;
cursor: pointer;
} | 0.531696 | 0.086439 |
@font-face {
font-family: 'Circular';
src: url('CircularStd-Bold.eot');
src: url('CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
url('CircularStd-Bold.woff2') format('woff2'),
url('CircularStd-Bold.woff') format('woff'),
url('CircularStd-Bold.ttf') format('truetype'),
url('CircularStd-Bold.svg#CircularStd-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Circular Book';
src: url('CircularStd-Book.eot');
src: url('CircularStd-Book.eot?#iefix') format('embedded-opentype'),
url('CircularStd-Book.woff2') format('woff2'),
url('CircularStd-Book.woff') format('woff'),
url('CircularStd-Book.ttf') format('truetype'),
url('CircularStd-Book.svg#CircularStd-Book') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Circular';
src: url('CircularStd-Medium.eot');
src: url('CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
url('CircularStd-Medium.woff2') format('woff2'),
url('CircularStd-Medium.woff') format('woff'),
url('CircularStd-Medium.ttf') format('truetype'),
url('CircularStd-Medium.svg#CircularStd-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-ExtraLight.eot');
src: url('Barlow-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('Barlow-ExtraLight.woff2') format('woff2'),
url('Barlow-ExtraLight.woff') format('woff'),
url('Barlow-ExtraLight.ttf') format('truetype'),
url('Barlow-ExtraLight.svg#Barlow-ExtraLight') format('svg');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-Regular.eot');
src: url('Barlow-Regular.eot?#iefix') format('embedded-opentype'),
url('Barlow-Regular.woff2') format('woff2'),
url('Barlow-Regular.woff') format('woff'),
url('Barlow-Regular.ttf') format('truetype'),
url('Barlow-Regular.svg#Barlow-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-Medium.eot');
src: url('Barlow-Medium.eot?#iefix') format('embedded-opentype'),
url('Barlow-Medium.woff2') format('woff2'),
url('Barlow-Medium.woff') format('woff'),
url('Barlow-Medium.ttf') format('truetype'),
url('Barlow-Medium.svg#Barlow-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-SemiBold.eot');
src: url('Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
url('Barlow-SemiBold.woff2') format('woff2'),
url('Barlow-SemiBold.woff') format('woff'),
url('Barlow-SemiBold.ttf') format('truetype'),
url('Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Serif Display';
src: url('DMSerifDisplay-Regular.eot');
src: url('DMSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('DMSerifDisplay-Regular.woff2') format('woff2'),
url('DMSerifDisplay-Regular.woff') format('woff'),
url('DMSerifDisplay-Regular.ttf') format('truetype'),
url('DMSerifDisplay-Regular.svg#DMSerifDisplay-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url('PlayfairDisplay-Regular.eot');
src: url('PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('PlayfairDisplay-Regular.woff2') format('woff2'),
url('PlayfairDisplay-Regular.woff') format('woff'),
url('PlayfairDisplay-Regular.ttf') format('truetype'),
url('PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Muli';
src: url('Muli.eot');
src: url('Muli.eot?#iefix') format('embedded-opentype'),
url('Muli.woff2') format('woff2'),
url('Muli.woff') format('woff'),
url('Muli.ttf') format('truetype'),
url('Muli.svg#Muli') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Bold.eot');
src: url('Muli-Bold.eot?#iefix') format('embedded-opentype'),
url('Muli-Bold.woff2') format('woff2'),
url('Muli-Bold.woff') format('woff'),
url('Muli-Bold.ttf') format('truetype'),
url('Muli-Bold.svg#Muli-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Mono';
src: url('DMMono-Regular.eot');
src: url('DMMono-Regular.eot?#iefix') format('embedded-opentype'),
url('DMMono-Regular.woff2') format('woff2'),
url('DMMono-Regular.woff') format('woff'),
url('DMMono-Regular.ttf') format('truetype'),
url('DMMono-Regular.svg#DMMono-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
} | public/fonts/stylesheet.css | @font-face {
font-family: 'Circular';
src: url('CircularStd-Bold.eot');
src: url('CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
url('CircularStd-Bold.woff2') format('woff2'),
url('CircularStd-Bold.woff') format('woff'),
url('CircularStd-Bold.ttf') format('truetype'),
url('CircularStd-Bold.svg#CircularStd-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Circular Book';
src: url('CircularStd-Book.eot');
src: url('CircularStd-Book.eot?#iefix') format('embedded-opentype'),
url('CircularStd-Book.woff2') format('woff2'),
url('CircularStd-Book.woff') format('woff'),
url('CircularStd-Book.ttf') format('truetype'),
url('CircularStd-Book.svg#CircularStd-Book') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Circular';
src: url('CircularStd-Medium.eot');
src: url('CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
url('CircularStd-Medium.woff2') format('woff2'),
url('CircularStd-Medium.woff') format('woff'),
url('CircularStd-Medium.ttf') format('truetype'),
url('CircularStd-Medium.svg#CircularStd-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-ExtraLight.eot');
src: url('Barlow-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('Barlow-ExtraLight.woff2') format('woff2'),
url('Barlow-ExtraLight.woff') format('woff'),
url('Barlow-ExtraLight.ttf') format('truetype'),
url('Barlow-ExtraLight.svg#Barlow-ExtraLight') format('svg');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-Regular.eot');
src: url('Barlow-Regular.eot?#iefix') format('embedded-opentype'),
url('Barlow-Regular.woff2') format('woff2'),
url('Barlow-Regular.woff') format('woff'),
url('Barlow-Regular.ttf') format('truetype'),
url('Barlow-Regular.svg#Barlow-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-Medium.eot');
src: url('Barlow-Medium.eot?#iefix') format('embedded-opentype'),
url('Barlow-Medium.woff2') format('woff2'),
url('Barlow-Medium.woff') format('woff'),
url('Barlow-Medium.ttf') format('truetype'),
url('Barlow-Medium.svg#Barlow-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('Barlow-SemiBold.eot');
src: url('Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
url('Barlow-SemiBold.woff2') format('woff2'),
url('Barlow-SemiBold.woff') format('woff'),
url('Barlow-SemiBold.ttf') format('truetype'),
url('Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Serif Display';
src: url('DMSerifDisplay-Regular.eot');
src: url('DMSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('DMSerifDisplay-Regular.woff2') format('woff2'),
url('DMSerifDisplay-Regular.woff') format('woff'),
url('DMSerifDisplay-Regular.ttf') format('truetype'),
url('DMSerifDisplay-Regular.svg#DMSerifDisplay-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url('PlayfairDisplay-Regular.eot');
src: url('PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('PlayfairDisplay-Regular.woff2') format('woff2'),
url('PlayfairDisplay-Regular.woff') format('woff'),
url('PlayfairDisplay-Regular.ttf') format('truetype'),
url('PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Muli';
src: url('Muli.eot');
src: url('Muli.eot?#iefix') format('embedded-opentype'),
url('Muli.woff2') format('woff2'),
url('Muli.woff') format('woff'),
url('Muli.ttf') format('truetype'),
url('Muli.svg#Muli') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Bold.eot');
src: url('Muli-Bold.eot?#iefix') format('embedded-opentype'),
url('Muli-Bold.woff2') format('woff2'),
url('Muli-Bold.woff') format('woff'),
url('Muli-Bold.ttf') format('truetype'),
url('Muli-Bold.svg#Muli-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Mono';
src: url('DMMono-Regular.eot');
src: url('DMMono-Regular.eot?#iefix') format('embedded-opentype'),
url('DMMono-Regular.woff2') format('woff2'),
url('DMMono-Regular.woff') format('woff'),
url('DMMono-Regular.ttf') format('truetype'),
url('DMMono-Regular.svg#DMMono-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
} | 0.435421 | 0.169269 |
.CalendarPage{
display:flex;
}
.calendar-page-container{
width:80%;
display:flex;
flex-direction:column;
background-color: rgba(233, 221, 219, 0.164);
}
@media screen and (max-width:800px){
.CalendarPage{
flex-direction:column;
}
.calendar-page-container{
width:100%;
}
}
.calendar-page-sub-container{
width:90%;
margin:0px auto;
}
.calendar-intro-container{
width:100%;
margin:0px auto;
margin-bottom:40px;
margin-top:50px;
}
.calendar-page-header{
text-align:center;
font-size:72px;
margin:0px auto;
margin-top:25px;
font-family: 'Cabin Sketch', cursive;
font-weight:bolder;
color: rgb(98, 139, 151);
}
.calendar-page-p{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size: 20px;
width:25%;
text-align:center;
padding:0px 4%;
padding-top:40px;
background-color:white;
border-radius: 2px;
margin-right:1%;
margin-top:0px;
margin-bottom:0px;
}
@media screen and (max-width:1000px){
.calendar-page-header{
font-size:64px;
}
.calendar-page-p{
font-size:18px;
}
}
@media screen and (max-width:500px){
.calendar-intro-container{
margin-bottom: 15px;
}
.calendar-page-header{
font-size:52px;
margin-top:15px;
}
}
.calendar-row{
display:flex;
justify-content:space-between;
margin:0px auto;
padding:10px 1%;
border-radius: 2px;
background-color: rgba(128, 113, 97, 0.123);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.calendar-housing{
width:68%;
margin:0px auto;
border-radius:2px;
}
.react-calendar{
width:100%;
}
@media screen and (max-width:600px){
.calendar-page-header{
margin-top:-20px;
margin-bottom:-20px;
}
.calendar-page-p{
width:92%;
margin-top:0px;
margin-bottom:10px;
font-size:16px;
padding:8px 4%;;
}
.calendar-housing{
width:100%;
}
.calendar-row{
flex-direction:column;
}
}
@media screen and (max-width:500px){
.calendar-page-header{
margin-bottom:0px;
}
}
.react-calendar__navigation__label, .react-calendar__navigation__arrow{
font-size:14px;
padding-bottom:5px;
font-weight:bolder;
color:white;
}
.react-calendar__navigation{
background-color:rgb(52, 98, 112);
}
.react-calendar__month-view__weekdays__weekday{
text-decoration: underline;
border:none;
}
.react-calendar__tile{
color:black;
font-size:12px;
}
.react-calendar__tile--active{
color:white;
font-weight: bold;
background-color:rgb(52, 98, 112);
border-radius:2px;
}
.calendar-recipe-section{
width:100%;
display:flex;
justify-content: space-between;
margin:0px auto;
margin-top:20px;
border-radius: 2px;
padding-top:8px;
padding-bottom:8px;
background-color: rgba(128, 113, 97, 0.123);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1000px){
.calendar-recipe-section{
flex-direction:column;
}
}
.recipe-search-section{
display:flex;
flex-direction:column;
width:40%;
margin-left:1%;
background-color:white;
border-radius:2px;
padding:15px 0%;
}
.recipe-search{
display:flex;
flex-direction:column;
width:100%;
}
.recipe-search-input{
height:20px;
width:90%;
margin:0px auto;
}
.calendar-recipe-list{
border:2px solid rgba(128, 113, 97, 0.123);
margin:20px auto;
width:86%;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:18px;
padding:10px 2%;
}
.searched-recipe{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:18px;
padding:4px 1%;
cursor:pointer;
}
.selected-recipe-container{
background-image:url('https://images.fabric.com/images/693/693/0473337.jpg');
display:flex;
width:90%;
margin:0px auto;
border-radius:2px;
justify-content:space-around;
padding:10px 0%;
color:white;
font-family: 'Barlow Semi Condensed', sans-serif;
border:2px solid rgb(52, 98, 112);
}
.selected-recipe-header{
margin:5px 1%;
font-size:26px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0.3px;
}
.selected-recipe-name{
font-weight:normal;
font-size:26px;
margin:5px 1%;
}
@media screen and (max-width:600px){
.selected-recipe-header{
font-size:20px;
}
.selected-recipe-name{
font-size:20px;
}
}
@media screen and (max-width:500px){
.selected-recipe-header{
font-size:18px;
}
.selected-recipe-name{
font-size:18px;
}
}
@media screen and (max-width:1000px){
.recipe-search-section{
width:98%;
margin-bottom: 30px;
padding:20px 0%;
}
}
@media screen and (max-width:500px){
.recipe-search-section{
margin-bottom:0px;
}
}
.servings-and-edit-section{
display:flex;
width:57%;
justify-content: space-between;
margin-right:1%;
}
.servings-and-duplicate-container{
width:39.2%;
background-color:white;
border-radius:2px;
display:flex;
flex-direction:column;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:18px;
padding:10px 2%;
text-align:center;
}
.check-box-p{
padding-top:10px;
margin-bottom:0px;
}
.edit-recipe-section{
width:55%;
background-color:white;
border-radius:2px;
display:flex;
flex-direction:column;
}
.calendar-tag-header{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:20px;
text-align:center;
}
.calendar-meal-tag-button-section{
margin-top:-10px;
}
.calendar-meal-tag{
width:85%;
background-color:rgb(87, 144, 161);
color:white;
margin:0px auto;
margin-bottom:15px;
padding:8px 0%;
border-radius:2px;
text-align:center;
cursor:pointer;
font-size:18px;
font-family: 'Barlow Semi Condensed', sans-serif;
text-transform:uppercase;
font-weight:bold;
}
.calendar-meal-tag-sub{
width:90%;
display:flex;
margin:0px auto;
justify-content: space-around;
}
.calendar-meal-tag-icon{
width:40px;
height:40px;
margin-top:10px;
}
.calendar-selected{
background-color: rgb(52, 98, 112);
}
@media screen and (max-width:1000px){
.servings-and-edit-section{
width:98%;
margin:0px auto;
margin-top:-20px;
}
}
@media screen and (max-width:500px){
.servings-and-duplicate-container{
display:none;
}
.edit-recipe-section{
display:none;
}
}
.servings-and-edit-section-mobile{
display:flex;
width:90%;
margin:0px auto;
justify-content: space-between;
margin-top:20px;
}
.calendar-edit-header-mobile{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:22px;
cursor:pointer;
}
.calendar-tag-header-mobile{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:22px;
cursor:pointer;
margin-top:26px;
}
@media screen and (min-width:501px){
.servings-and-edit-section-mobile{
display:none;
}
}
.servings-modal-closed{
display:none;
}
.tag-modal-closed{
display:none;
}
.servings-modal-open{
position:fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
background: rgba(14, 21, 24, 0.87);
}
.tag-modal-open{
position:fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
background: rgba(14, 21, 24, 0.87);
}
.calendar-servings-modal{
position:fixed;
background: white;
padding-top:15px;
margin-top:15px;
width: 70%;
padding:10px 2%;
padding-bottom:40px;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction:column;
border-radius:5px;
border:5px solid rgb(52, 98, 112);
text-align: center;
}
.close-calendar-servings{
font-weight:bold;
margin-right:5%;
text-align:right;
font-size:20px;
cursor:pointer;
}
.calendar-servings-p-mobile{
text-align:center;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size:18px;
font-weight:bold;
}
.calendar-duplicate-p-mobile{
text-align:center;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size:18px;
font-weight:bold;
}
.check-box-mobile{
margin:0px auto;
}
.calendar-servings-input-mobile{
width:70%;
margin:0px auto;
height:25px;
}
.calendar-tag-modal{
position:fixed;
background: white;
padding-top:15px;
margin-top:15px;
width: 70%;
padding-bottom:30px;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction:column;
border-radius:5px;
border:5px solid rgb(52, 98, 112);
text-align: center;
}
.close-calendar-tag-mobile{
font-weight:bold;
margin-right:5%;
text-align:right;
font-size:20px;
cursor:pointer;
margin-bottom:30px;
}
.calendar-meal-tag-mobile{
display:flex;
justify-content:space-around;
margin:0px auto;
background-color:rgb(91, 142, 158);
width:80%;
margin-bottom:10px;
border-radius:2px;
cursor:pointer;
color:white;
font-size:24px;
font-family: 'Barlow Semi Condensed', sans-serif;
text-transform:uppercase;
font-weight:bold;
}
.calendar-mobile-selected{
background-color: rgb(52, 98, 112)
}
.save-button{
width: 30%;
margin:40px auto;
padding:15px 0%;
background-color:rgb(52, 98, 112);
color:white;
font-weight:bold;
text-align:center;
border-radius:3px;
font-size:30px;
margin-bottom: 40px;
cursor:pointer;
font-family: 'Barlow Semi Condensed', sans-serif;
text-transform: uppercase;
}
@media screen and (max-width:800px){
.save-button{
width:50%;
font-size:26px;
padding:12px 0%;
}
}
.navigate-modal-closed{
display:none;
}
.navigate-modal-open{
position:fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
background: rgba(14, 21, 24, 0.87);
}
.navigate-modal{
position:fixed;
background-color:rgb(255, 255, 255);
width: 80%;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction:column;
border-radius:5px;
border:5px solid rgb(52, 98, 112);
text-align: center;
padding:30px 2%;
}
.navigate-modal-header{
font-family: 'Barlow Semi Condensed', sans-serif;
font-size:24px;
}
.navigate-button-container{
display:flex;
flex-direction: column;
}
.leave-button{
text-decoration:none;
margin:0px auto;
background-color:rgb(91, 142, 158);
width:45%;
padding:15px 1%;
margin-bottom:10px;
margin-top:20px;
border-radius:3px;
cursor:pointer;
color:white;
font-size:24px;
font-family: 'Barlow Semi Condensed', sans-serif;
}
.stay-button{
background-color:rgb(170, 67, 76);
margin:0px auto;
width:45%;
padding:15px 1%;
margin-bottom:30px;
margin-top:20px;
border-radius:3px;
cursor:pointer;
color:white;
font-size:24px;
font-family: 'Barlow Semi Condensed', sans-serif;
} | frontend/src/css/CalendarPage.css | .CalendarPage{
display:flex;
}
.calendar-page-container{
width:80%;
display:flex;
flex-direction:column;
background-color: rgba(233, 221, 219, 0.164);
}
@media screen and (max-width:800px){
.CalendarPage{
flex-direction:column;
}
.calendar-page-container{
width:100%;
}
}
.calendar-page-sub-container{
width:90%;
margin:0px auto;
}
.calendar-intro-container{
width:100%;
margin:0px auto;
margin-bottom:40px;
margin-top:50px;
}
.calendar-page-header{
text-align:center;
font-size:72px;
margin:0px auto;
margin-top:25px;
font-family: 'Cabin Sketch', cursive;
font-weight:bolder;
color: rgb(98, 139, 151);
}
.calendar-page-p{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size: 20px;
width:25%;
text-align:center;
padding:0px 4%;
padding-top:40px;
background-color:white;
border-radius: 2px;
margin-right:1%;
margin-top:0px;
margin-bottom:0px;
}
@media screen and (max-width:1000px){
.calendar-page-header{
font-size:64px;
}
.calendar-page-p{
font-size:18px;
}
}
@media screen and (max-width:500px){
.calendar-intro-container{
margin-bottom: 15px;
}
.calendar-page-header{
font-size:52px;
margin-top:15px;
}
}
.calendar-row{
display:flex;
justify-content:space-between;
margin:0px auto;
padding:10px 1%;
border-radius: 2px;
background-color: rgba(128, 113, 97, 0.123);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.calendar-housing{
width:68%;
margin:0px auto;
border-radius:2px;
}
.react-calendar{
width:100%;
}
@media screen and (max-width:600px){
.calendar-page-header{
margin-top:-20px;
margin-bottom:-20px;
}
.calendar-page-p{
width:92%;
margin-top:0px;
margin-bottom:10px;
font-size:16px;
padding:8px 4%;;
}
.calendar-housing{
width:100%;
}
.calendar-row{
flex-direction:column;
}
}
@media screen and (max-width:500px){
.calendar-page-header{
margin-bottom:0px;
}
}
.react-calendar__navigation__label, .react-calendar__navigation__arrow{
font-size:14px;
padding-bottom:5px;
font-weight:bolder;
color:white;
}
.react-calendar__navigation{
background-color:rgb(52, 98, 112);
}
.react-calendar__month-view__weekdays__weekday{
text-decoration: underline;
border:none;
}
.react-calendar__tile{
color:black;
font-size:12px;
}
.react-calendar__tile--active{
color:white;
font-weight: bold;
background-color:rgb(52, 98, 112);
border-radius:2px;
}
.calendar-recipe-section{
width:100%;
display:flex;
justify-content: space-between;
margin:0px auto;
margin-top:20px;
border-radius: 2px;
padding-top:8px;
padding-bottom:8px;
background-color: rgba(128, 113, 97, 0.123);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1000px){
.calendar-recipe-section{
flex-direction:column;
}
}
.recipe-search-section{
display:flex;
flex-direction:column;
width:40%;
margin-left:1%;
background-color:white;
border-radius:2px;
padding:15px 0%;
}
.recipe-search{
display:flex;
flex-direction:column;
width:100%;
}
.recipe-search-input{
height:20px;
width:90%;
margin:0px auto;
}
.calendar-recipe-list{
border:2px solid rgba(128, 113, 97, 0.123);
margin:20px auto;
width:86%;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:18px;
padding:10px 2%;
}
.searched-recipe{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:18px;
padding:4px 1%;
cursor:pointer;
}
.selected-recipe-container{
background-image:url('https://images.fabric.com/images/693/693/0473337.jpg');
display:flex;
width:90%;
margin:0px auto;
border-radius:2px;
justify-content:space-around;
padding:10px 0%;
color:white;
font-family: 'Barlow Semi Condensed', sans-serif;
border:2px solid rgb(52, 98, 112);
}
.selected-recipe-header{
margin:5px 1%;
font-size:26px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0.3px;
}
.selected-recipe-name{
font-weight:normal;
font-size:26px;
margin:5px 1%;
}
@media screen and (max-width:600px){
.selected-recipe-header{
font-size:20px;
}
.selected-recipe-name{
font-size:20px;
}
}
@media screen and (max-width:500px){
.selected-recipe-header{
font-size:18px;
}
.selected-recipe-name{
font-size:18px;
}
}
@media screen and (max-width:1000px){
.recipe-search-section{
width:98%;
margin-bottom: 30px;
padding:20px 0%;
}
}
@media screen and (max-width:500px){
.recipe-search-section{
margin-bottom:0px;
}
}
.servings-and-edit-section{
display:flex;
width:57%;
justify-content: space-between;
margin-right:1%;
}
.servings-and-duplicate-container{
width:39.2%;
background-color:white;
border-radius:2px;
display:flex;
flex-direction:column;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:18px;
padding:10px 2%;
text-align:center;
}
.check-box-p{
padding-top:10px;
margin-bottom:0px;
}
.edit-recipe-section{
width:55%;
background-color:white;
border-radius:2px;
display:flex;
flex-direction:column;
}
.calendar-tag-header{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:20px;
text-align:center;
}
.calendar-meal-tag-button-section{
margin-top:-10px;
}
.calendar-meal-tag{
width:85%;
background-color:rgb(87, 144, 161);
color:white;
margin:0px auto;
margin-bottom:15px;
padding:8px 0%;
border-radius:2px;
text-align:center;
cursor:pointer;
font-size:18px;
font-family: 'Barlow Semi Condensed', sans-serif;
text-transform:uppercase;
font-weight:bold;
}
.calendar-meal-tag-sub{
width:90%;
display:flex;
margin:0px auto;
justify-content: space-around;
}
.calendar-meal-tag-icon{
width:40px;
height:40px;
margin-top:10px;
}
.calendar-selected{
background-color: rgb(52, 98, 112);
}
@media screen and (max-width:1000px){
.servings-and-edit-section{
width:98%;
margin:0px auto;
margin-top:-20px;
}
}
@media screen and (max-width:500px){
.servings-and-duplicate-container{
display:none;
}
.edit-recipe-section{
display:none;
}
}
.servings-and-edit-section-mobile{
display:flex;
width:90%;
margin:0px auto;
justify-content: space-between;
margin-top:20px;
}
.calendar-edit-header-mobile{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:22px;
cursor:pointer;
}
.calendar-tag-header-mobile{
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight:normal;
font-size:22px;
cursor:pointer;
margin-top:26px;
}
@media screen and (min-width:501px){
.servings-and-edit-section-mobile{
display:none;
}
}
.servings-modal-closed{
display:none;
}
.tag-modal-closed{
display:none;
}
.servings-modal-open{
position:fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
background: rgba(14, 21, 24, 0.87);
}
.tag-modal-open{
position:fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
background: rgba(14, 21, 24, 0.87);
}
.calendar-servings-modal{
position:fixed;
background: white;
padding-top:15px;
margin-top:15px;
width: 70%;
padding:10px 2%;
padding-bottom:40px;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction:column;
border-radius:5px;
border:5px solid rgb(52, 98, 112);
text-align: center;
}
.close-calendar-servings{
font-weight:bold;
margin-right:5%;
text-align:right;
font-size:20px;
cursor:pointer;
}
.calendar-servings-p-mobile{
text-align:center;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size:18px;
font-weight:bold;
}
.calendar-duplicate-p-mobile{
text-align:center;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size:18px;
font-weight:bold;
}
.check-box-mobile{
margin:0px auto;
}
.calendar-servings-input-mobile{
width:70%;
margin:0px auto;
height:25px;
}
.calendar-tag-modal{
position:fixed;
background: white;
padding-top:15px;
margin-top:15px;
width: 70%;
padding-bottom:30px;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction:column;
border-radius:5px;
border:5px solid rgb(52, 98, 112);
text-align: center;
}
.close-calendar-tag-mobile{
font-weight:bold;
margin-right:5%;
text-align:right;
font-size:20px;
cursor:pointer;
margin-bottom:30px;
}
.calendar-meal-tag-mobile{
display:flex;
justify-content:space-around;
margin:0px auto;
background-color:rgb(91, 142, 158);
width:80%;
margin-bottom:10px;
border-radius:2px;
cursor:pointer;
color:white;
font-size:24px;
font-family: 'Barlow Semi Condensed', sans-serif;
text-transform:uppercase;
font-weight:bold;
}
.calendar-mobile-selected{
background-color: rgb(52, 98, 112)
}
.save-button{
width: 30%;
margin:40px auto;
padding:15px 0%;
background-color:rgb(52, 98, 112);
color:white;
font-weight:bold;
text-align:center;
border-radius:3px;
font-size:30px;
margin-bottom: 40px;
cursor:pointer;
font-family: 'Barlow Semi Condensed', sans-serif;
text-transform: uppercase;
}
@media screen and (max-width:800px){
.save-button{
width:50%;
font-size:26px;
padding:12px 0%;
}
}
.navigate-modal-closed{
display:none;
}
.navigate-modal-open{
position:fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
background: rgba(14, 21, 24, 0.87);
}
.navigate-modal{
position:fixed;
background-color:rgb(255, 255, 255);
width: 80%;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction:column;
border-radius:5px;
border:5px solid rgb(52, 98, 112);
text-align: center;
padding:30px 2%;
}
.navigate-modal-header{
font-family: 'Barlow Semi Condensed', sans-serif;
font-size:24px;
}
.navigate-button-container{
display:flex;
flex-direction: column;
}
.leave-button{
text-decoration:none;
margin:0px auto;
background-color:rgb(91, 142, 158);
width:45%;
padding:15px 1%;
margin-bottom:10px;
margin-top:20px;
border-radius:3px;
cursor:pointer;
color:white;
font-size:24px;
font-family: 'Barlow Semi Condensed', sans-serif;
}
.stay-button{
background-color:rgb(170, 67, 76);
margin:0px auto;
width:45%;
padding:15px 1%;
margin-bottom:30px;
margin-top:20px;
border-radius:3px;
cursor:pointer;
color:white;
font-size:24px;
font-family: 'Barlow Semi Condensed', sans-serif;
} | 0.277473 | 0.070176 |
body {
background-color: rgb(255, 248, 248);
}
nav {
height: 200px;
font-size: 50px;
color: white;
}
a {
text-decoration: none;
color: black;
}
/* All posts */
#blogposts {
width: 95%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.postItem {
margin: 10px 0 5px 35px;
}
/* Single posts */
#ownerName,
#datePosted {
font-size: 20px;
font-weight: bold;
}
#singlePost {
display: flex;
justify-content: center;
margin-top: 10px;
}
#comments p {
display: flex;
flex-direction: column;
background-color: rgb(244, 241, 241);
border-radius: 10px;
padding: 5px;
}
#postID {
visibility: hidden;
}
/* Form styles */
#loginForm,
#registrationForm,
#newPostForm,
#editPostForm {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#holder {
margin: 10px;
width: 50%;
}
#register:hover {
opacity: 1.5;
}
/* Registration form */
.form-item {
margin-bottom: 10px;
}
/* For mobile phones: */
[class*="col-"] {
width: 100%;
}
@media only screen and (min-width: 600px) {
/* For tablets: */
.col-s-1 {
width: 8.33%;
}
.col-s-2 {
width: 16.66%;
}
.col-s-3 {
width: 25%;
}
.col-s-4 {
width: 33.33%;
}
.col-s-5 {
width: 41.66%;
}
.col-s-6 {
width: 50%;
}
.col-s-7 {
width: 58.33%;
}
.col-s-8 {
width: 66.66%;
}
.col-s-9 {
width: 75%;
}
.col-s-10 {
width: 83.33%;
}
.col-s-11 {
width: 91.66%;
}
.col-s-12 {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
.col-1 {
width: 8.33%;
}
.col-2 {
width: 16.66%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33%;
}
.col-5 {
width: 41.66%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33%;
}
.col-8 {
width: 66.66%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33%;
}
.col-11 {
width: 91.66%;
}
.col-12 {
width: 100%;
}
} | public/css/styles.css | body {
background-color: rgb(255, 248, 248);
}
nav {
height: 200px;
font-size: 50px;
color: white;
}
a {
text-decoration: none;
color: black;
}
/* All posts */
#blogposts {
width: 95%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.postItem {
margin: 10px 0 5px 35px;
}
/* Single posts */
#ownerName,
#datePosted {
font-size: 20px;
font-weight: bold;
}
#singlePost {
display: flex;
justify-content: center;
margin-top: 10px;
}
#comments p {
display: flex;
flex-direction: column;
background-color: rgb(244, 241, 241);
border-radius: 10px;
padding: 5px;
}
#postID {
visibility: hidden;
}
/* Form styles */
#loginForm,
#registrationForm,
#newPostForm,
#editPostForm {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#holder {
margin: 10px;
width: 50%;
}
#register:hover {
opacity: 1.5;
}
/* Registration form */
.form-item {
margin-bottom: 10px;
}
/* For mobile phones: */
[class*="col-"] {
width: 100%;
}
@media only screen and (min-width: 600px) {
/* For tablets: */
.col-s-1 {
width: 8.33%;
}
.col-s-2 {
width: 16.66%;
}
.col-s-3 {
width: 25%;
}
.col-s-4 {
width: 33.33%;
}
.col-s-5 {
width: 41.66%;
}
.col-s-6 {
width: 50%;
}
.col-s-7 {
width: 58.33%;
}
.col-s-8 {
width: 66.66%;
}
.col-s-9 {
width: 75%;
}
.col-s-10 {
width: 83.33%;
}
.col-s-11 {
width: 91.66%;
}
.col-s-12 {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
.col-1 {
width: 8.33%;
}
.col-2 {
width: 16.66%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33%;
}
.col-5 {
width: 41.66%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33%;
}
.col-8 {
width: 66.66%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33%;
}
.col-11 {
width: 91.66%;
}
.col-12 {
width: 100%;
}
} | 0.305283 | 0.066539 |
.generalized-wrap{width: 640px;background: #f2f2f2;overflow: hidden;}
.generalized-wrap .gw-nav{padding: 20px 15px;}
.generalized-wrap .gw-nav .gw-nav-c{position: relative;z-index: 3;width: 600px;height: 50px;padding: 5px;border-radius: 30px;background: #ff8000;}
.generalized-wrap .gw-nav .gw-nav-c .gw-btn{position: absolute;top: 5px;left: 5px;z-index: 4;width: 200px;height: 50px;border-radius: 25px;background: #fff;-webkit-transition: all 0.2s linear;}
.generalized-wrap .gw-nav .gw-nav-c ul li{position: relative;z-index: 5;float: left;width: 200px;height: 50px;text-align: center;line-height: 50px;font-size: 30px;color: #fff;-webkit-transition: all 0.2s linear;}
.generalized-wrap .gw-nav .gw-nav-c ul li.active{color: #ff8000;}
.generalized-wrap .gw-content{width: 640px;height: 815px;overflow-x: hidden; overflow-y: auto;}
.generalized-wrap .gw-content .gw-c-list{position: relative;height: 815px;width: 1920px;color: #555;font-size: 24px;-webkit-transition: all 0.2s linear;}
.gw-c-list .my-g,.gw-c-list .g-detail,.gw-c-list .g-acount{float: left;width: 640px;overflow: hidden;}
.generalized-wrap .gw-content .gw-c-list .my-g{color: #555;font-size: 24px;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c{padding: 20px;background: #fff;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c p{line-height: 30px;margin-bottom: 15px;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .TheLink{height: 80px;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .TheLink input{height: 78px;width: 430px;padding: 0 5px;border-radius: 3px;border:1px solid #e5e5e5;font-size: 24px;color: #555;font-family: Arial,Helvetica,"Microsoft YaHei","微软雅黑",STXihei,"华文细黑",SimHei,"黑体",sans-serif ;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .TheLink a.copy-btn{display: block;width: 150px;height: 80px;border-radius: 3px;text-align: center;line-height: 80px;background: #eb4f38;color: #fff;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .qrcode{margin-top: 35px;text-align: center;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g{position: relative;padding: 20px;background: #f2f2f2;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g h3{position: relative;z-index: 5;width: 200px;margin: 0 auto;line-height: 80px;text-align: center;background: #f2f2f2;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .line{position: absolute;top:60px;left: 20px;z-index: 4;width: 600px;height: 1px;background: #e5e5e5;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list{padding: 20px;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul{padding: 30px 0;overflow: hidden;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li{display: block;float: left;width: 185px;text-align: center;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li .login-icon{width: 60px;height: 60px;margin: 0 auto;padding: 20px;border-radius: 50px;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li div.weixin{background: #56af41;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li div.weibo{background: #fd9c0f;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li div.qq{background: #2f9bdc;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g ul li .login-icon span{display: block;width: 60px;height: 60px;background: url(../images/login-icon.png) no-repeat;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g ul li div.weibo span{background-position: 0 -60px;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g ul li div.qq span{background-position: 0 -120px;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h{height: 50px;line-height: 50px;background: #fff;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li{float: left;text-align: center;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x1{width: 90px;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x2{width: 230px;padding-left: 60px;text-align: left;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x3,
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x4{width: 130px;}
.g-detail-table .gd-t-unit{margin-top: 10px;line-height: 80px;background: #fff;}
.g-detail-table .gd-t-unit ul{height: 80px;}
.g-detail-table .gd-t-unit ul li{float: left;height: 80px;}
.g-detail-table .gd-t-unit ul li.td1{width: 90px;background: url(../images/generalized-status.png) center 0 no-repeat;}
.g-detail-table .gd-t-unit ul li.td2{width: 290px;}
.g-detail-table .gd-t-unit ul li.td2 span{color: #999;}
.g-detail-table .gd-t-unit ul li.td3{width: 130px;color: #eb4f38;text-align: center;}
.g-detail-table .gd-t-unit ul li.td4{width: 130px;color: #eb4f38;text-align: center;}
.g-detail-table .gd-t-unit .status p{height: 50px;padding-left: 30px;line-height: 50px;background: #f2f2f2;}
.g-detail-table .gd-t-unit .status p.p2{border-top: 1px solid #e5e5e5;}
.g-detail-table .gd-t-unit .status p span.span2{margin-left: 30px;color: #eb4f38;}
.g-detail-table .complete ul li.td1{background-position: center 0;}
.g-detail-table .no-complete ul li.td1{background-position: center -80px;}
.g-detail-table .no-complete .status p span.span2{margin-left: 30px;color: #4290da;}
.g-acount ul li{float: left;width: 300px;text-align: center;height: 80px;}
.g-acount .g-acount-h{height: 50px;padding: 0 20px;background: #fff;line-height: 50px;}
.g-acount .g-acount-h ul li{height: 50px;}
.g-acount .g-acount-table .ga-t-unit{height: 80px;padding: 0 20px;margin-top: 10px;line-height: 80px;background: #fff;}
.g-acount .g-acount-table .ga-t-unit ul li.money{color: #eb4f38;} | public/static/mobile/css/generalized-old.css | .generalized-wrap{width: 640px;background: #f2f2f2;overflow: hidden;}
.generalized-wrap .gw-nav{padding: 20px 15px;}
.generalized-wrap .gw-nav .gw-nav-c{position: relative;z-index: 3;width: 600px;height: 50px;padding: 5px;border-radius: 30px;background: #ff8000;}
.generalized-wrap .gw-nav .gw-nav-c .gw-btn{position: absolute;top: 5px;left: 5px;z-index: 4;width: 200px;height: 50px;border-radius: 25px;background: #fff;-webkit-transition: all 0.2s linear;}
.generalized-wrap .gw-nav .gw-nav-c ul li{position: relative;z-index: 5;float: left;width: 200px;height: 50px;text-align: center;line-height: 50px;font-size: 30px;color: #fff;-webkit-transition: all 0.2s linear;}
.generalized-wrap .gw-nav .gw-nav-c ul li.active{color: #ff8000;}
.generalized-wrap .gw-content{width: 640px;height: 815px;overflow-x: hidden; overflow-y: auto;}
.generalized-wrap .gw-content .gw-c-list{position: relative;height: 815px;width: 1920px;color: #555;font-size: 24px;-webkit-transition: all 0.2s linear;}
.gw-c-list .my-g,.gw-c-list .g-detail,.gw-c-list .g-acount{float: left;width: 640px;overflow: hidden;}
.generalized-wrap .gw-content .gw-c-list .my-g{color: #555;font-size: 24px;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c{padding: 20px;background: #fff;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c p{line-height: 30px;margin-bottom: 15px;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .TheLink{height: 80px;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .TheLink input{height: 78px;width: 430px;padding: 0 5px;border-radius: 3px;border:1px solid #e5e5e5;font-size: 24px;color: #555;font-family: Arial,Helvetica,"Microsoft YaHei","微软雅黑",STXihei,"华文细黑",SimHei,"黑体",sans-serif ;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .TheLink a.copy-btn{display: block;width: 150px;height: 80px;border-radius: 3px;text-align: center;line-height: 80px;background: #eb4f38;color: #fff;}
.generalized-wrap .gw-content .gw-c-list .my-g .my-g-c .qrcode{margin-top: 35px;text-align: center;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g{position: relative;padding: 20px;background: #f2f2f2;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g h3{position: relative;z-index: 5;width: 200px;margin: 0 auto;line-height: 80px;text-align: center;background: #f2f2f2;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .line{position: absolute;top:60px;left: 20px;z-index: 4;width: 600px;height: 1px;background: #e5e5e5;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list{padding: 20px;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul{padding: 30px 0;overflow: hidden;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li{display: block;float: left;width: 185px;text-align: center;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li .login-icon{width: 60px;height: 60px;margin: 0 auto;padding: 20px;border-radius: 50px;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li div.weixin{background: #56af41;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li div.weibo{background: #fd9c0f;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g .other-g-list ul li div.qq{background: #2f9bdc;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g ul li .login-icon span{display: block;width: 60px;height: 60px;background: url(../images/login-icon.png) no-repeat;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g ul li div.weibo span{background-position: 0 -60px;}
.generalized-wrap .gw-content .gw-c-list .my-g .other-g ul li div.qq span{background-position: 0 -120px;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h{height: 50px;line-height: 50px;background: #fff;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li{float: left;text-align: center;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x1{width: 90px;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x2{width: 230px;padding-left: 60px;text-align: left;}
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x3,
.generalized-wrap .gw-content .gw-c-list .g-detail .g-detail-h ul li.gd-h-x4{width: 130px;}
.g-detail-table .gd-t-unit{margin-top: 10px;line-height: 80px;background: #fff;}
.g-detail-table .gd-t-unit ul{height: 80px;}
.g-detail-table .gd-t-unit ul li{float: left;height: 80px;}
.g-detail-table .gd-t-unit ul li.td1{width: 90px;background: url(../images/generalized-status.png) center 0 no-repeat;}
.g-detail-table .gd-t-unit ul li.td2{width: 290px;}
.g-detail-table .gd-t-unit ul li.td2 span{color: #999;}
.g-detail-table .gd-t-unit ul li.td3{width: 130px;color: #eb4f38;text-align: center;}
.g-detail-table .gd-t-unit ul li.td4{width: 130px;color: #eb4f38;text-align: center;}
.g-detail-table .gd-t-unit .status p{height: 50px;padding-left: 30px;line-height: 50px;background: #f2f2f2;}
.g-detail-table .gd-t-unit .status p.p2{border-top: 1px solid #e5e5e5;}
.g-detail-table .gd-t-unit .status p span.span2{margin-left: 30px;color: #eb4f38;}
.g-detail-table .complete ul li.td1{background-position: center 0;}
.g-detail-table .no-complete ul li.td1{background-position: center -80px;}
.g-detail-table .no-complete .status p span.span2{margin-left: 30px;color: #4290da;}
.g-acount ul li{float: left;width: 300px;text-align: center;height: 80px;}
.g-acount .g-acount-h{height: 50px;padding: 0 20px;background: #fff;line-height: 50px;}
.g-acount .g-acount-h ul li{height: 50px;}
.g-acount .g-acount-table .ga-t-unit{height: 80px;padding: 0 20px;margin-top: 10px;line-height: 80px;background: #fff;}
.g-acount .g-acount-table .ga-t-unit ul li.money{color: #eb4f38;} | 0.293506 | 0.036735 |
.contentinfo {
height: 40px;
display: flex;
align-items: center;
font-weight: 400;
font-size: 14px;
color: #666666;
}
.contentinfo i {
font-size: 16px;
color: rgb(71, 71, 71);
}
.contentsearch {
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
}
.search-by-period {
display: flex;
width: 40%;
}
.search-by-period > span {
margin-right: 10px;
margin-top: 5px;
font-weight: bold;
font-size: 13px;
}
.search-form-period {
width: 100px;
height: 30px;
border-radius: 40px;
background: rgb(245, 244, 244);
}
.search-input-period {
border: none;
outline: none;
width: 80px;
height: 30px;
background-color: rgba(0, 0, 0, 0);
font-size: 14px;
padding: 0 0 0 10px;
float: left;
}
.search-by-text {
display: flex;
justify-content: flex-end;
width: 60%;
}
.search-cat {
margin-right: 20px;
margin-top: 2px;
background: rgb(245, 244, 244);
border-radius: 40px;
}
.cat-drop-box {
background-color: rgba(0, 0, 0, 0);
border: none;
outline: none;
width: 80px;
}
.item {
width: 100%;
height: fit-content;
}
.item_purdate {
width: 100%;
height: 20px;
font-size: 14px;
font-weight: bold;
margin: 15px auto 5px auto;
}
.expr_dt {
font-size: 14px;
font-weight: lighter;
color: #333333;
display: flex;
justify-content: center;
width: 100%;
}
.item_info {
width: 100%;
height: 120px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid gainsboro;
}
.item_img {
width: 120px;
height: 120px;
}
.item_brdNname {
width: 200px;
height: 80px;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 14px;
}
.item_brd {
width: 80%;
display: flex;
align-items: center;
font-size: 12px;
}
.item_name {
width: 100%;
font-size: 15px;
font-weight: bold;
display: flex;
align-items: start;
}
.item_name:hover {
color: rgb(255, 88, 93);
cursor: pointer;
}
.item_code {
color: #333333;
}
.item_prc, .item_status {
width: 80px;
height: 80px;
font-size: 15px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.item_status {
width: 150px;
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 20px;
}
.item_status > div {
text-align: center;
}
.item_buttons {
width: fit-content;
height: 70px;
line-height: 50px;
display: flex;
flex-direction: column;
justify-content: space-around
}
img {
overflow: hidden;
width: 100%;
height: 100%;
}
.noSearchResult {
width: 100%;
height: 50px;
display: flex;
justify-content: center;
align-content: center;
font-size: large;
margin-top: 100px;
}
.contentfooter {
width: 100%;
text-align: center;
display: flex;
justify-content: flex-end;
}
.search-spec {
width: 100%;
display: flex;
justify-content: space-between;
}
.btn {
width: 60px;
height: 25px;
font-size: 13px;
border-radius: 5px;
}
.btn-disabled {
background-color: rgb(96, 96, 96);
color: white;
cursor: not-allowed;
}
.btn-disabled:hover {
cursor: not-allowed;
}
.btn-active {
background-color: rgb(237, 237, 237);
color: rgb(71, 71, 71);
}
.btn-active:hover {
background-color: white;
color: rgb(71, 71, 71);
border: 1px solid rgb(237, 237, 237);
}
.btn-cancel {
background-color: rgb(255, 88, 93);
color: white;
}
.btn-cancel:hover {
background-color: white;
color: rgb(255, 88, 93);
border: 1px solid rgb(255, 88, 93);
}
.btn-cmpl {
background-color: rgb(255, 88, 93);
color: white;
animation: heartbeat 1s 20;
}
.btn-cmpl:hover {
background-color: white;
color: rgb(255, 88, 93);
border: 1px solid rgb(255, 88, 93);
}
.datepicker {
background-color: white;
}
@keyframes heartbeat {
0% {
transform: scale(1.0);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1.0);
}
}
input[type='date'] {
outline: none;
} | src/main/webapp/resources/css/user/mypage/mypage_deals.css | .contentinfo {
height: 40px;
display: flex;
align-items: center;
font-weight: 400;
font-size: 14px;
color: #666666;
}
.contentinfo i {
font-size: 16px;
color: rgb(71, 71, 71);
}
.contentsearch {
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
}
.search-by-period {
display: flex;
width: 40%;
}
.search-by-period > span {
margin-right: 10px;
margin-top: 5px;
font-weight: bold;
font-size: 13px;
}
.search-form-period {
width: 100px;
height: 30px;
border-radius: 40px;
background: rgb(245, 244, 244);
}
.search-input-period {
border: none;
outline: none;
width: 80px;
height: 30px;
background-color: rgba(0, 0, 0, 0);
font-size: 14px;
padding: 0 0 0 10px;
float: left;
}
.search-by-text {
display: flex;
justify-content: flex-end;
width: 60%;
}
.search-cat {
margin-right: 20px;
margin-top: 2px;
background: rgb(245, 244, 244);
border-radius: 40px;
}
.cat-drop-box {
background-color: rgba(0, 0, 0, 0);
border: none;
outline: none;
width: 80px;
}
.item {
width: 100%;
height: fit-content;
}
.item_purdate {
width: 100%;
height: 20px;
font-size: 14px;
font-weight: bold;
margin: 15px auto 5px auto;
}
.expr_dt {
font-size: 14px;
font-weight: lighter;
color: #333333;
display: flex;
justify-content: center;
width: 100%;
}
.item_info {
width: 100%;
height: 120px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid gainsboro;
}
.item_img {
width: 120px;
height: 120px;
}
.item_brdNname {
width: 200px;
height: 80px;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 14px;
}
.item_brd {
width: 80%;
display: flex;
align-items: center;
font-size: 12px;
}
.item_name {
width: 100%;
font-size: 15px;
font-weight: bold;
display: flex;
align-items: start;
}
.item_name:hover {
color: rgb(255, 88, 93);
cursor: pointer;
}
.item_code {
color: #333333;
}
.item_prc, .item_status {
width: 80px;
height: 80px;
font-size: 15px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.item_status {
width: 150px;
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 20px;
}
.item_status > div {
text-align: center;
}
.item_buttons {
width: fit-content;
height: 70px;
line-height: 50px;
display: flex;
flex-direction: column;
justify-content: space-around
}
img {
overflow: hidden;
width: 100%;
height: 100%;
}
.noSearchResult {
width: 100%;
height: 50px;
display: flex;
justify-content: center;
align-content: center;
font-size: large;
margin-top: 100px;
}
.contentfooter {
width: 100%;
text-align: center;
display: flex;
justify-content: flex-end;
}
.search-spec {
width: 100%;
display: flex;
justify-content: space-between;
}
.btn {
width: 60px;
height: 25px;
font-size: 13px;
border-radius: 5px;
}
.btn-disabled {
background-color: rgb(96, 96, 96);
color: white;
cursor: not-allowed;
}
.btn-disabled:hover {
cursor: not-allowed;
}
.btn-active {
background-color: rgb(237, 237, 237);
color: rgb(71, 71, 71);
}
.btn-active:hover {
background-color: white;
color: rgb(71, 71, 71);
border: 1px solid rgb(237, 237, 237);
}
.btn-cancel {
background-color: rgb(255, 88, 93);
color: white;
}
.btn-cancel:hover {
background-color: white;
color: rgb(255, 88, 93);
border: 1px solid rgb(255, 88, 93);
}
.btn-cmpl {
background-color: rgb(255, 88, 93);
color: white;
animation: heartbeat 1s 20;
}
.btn-cmpl:hover {
background-color: white;
color: rgb(255, 88, 93);
border: 1px solid rgb(255, 88, 93);
}
.datepicker {
background-color: white;
}
@keyframes heartbeat {
0% {
transform: scale(1.0);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1.0);
}
}
input[type='date'] {
outline: none;
} | 0.558327 | 0.10942 |
.rgb-r .cp-sldl-1,
.rgb-g .cp-sldl-1,
.rgb-b .cp-sldl-1,
.hsv-h .cp-sldl-1, .hsv-h .cp-sldr-1, .hsv-h .cp-sldr-2,
.hsv-s .cp-sldr-1,
.hsv-v .cp-sldr-1,
.hsl-h .cp-sldl-1, .hsl-h .cp-sldr-1, .hsl-h .cp-sldr-2,
.hsl-s .cp-sldr-1,
.hsl-l .cp-sldr-1,
.no-rgb-r .rgb-r .cp-sldr-2, .no-rgb-r .rgb-r .cp-sldr-3, .no-rgb-r .rgb-r .cp-sldr-4,
.no-rgb-g .rgb-g .cp-sldr-2, .no-rgb-g .rgb-g .cp-sldr-3, .no-rgb-g .rgb-g .cp-sldr-4,
.no-rgb-b .rgb-b .cp-sldr-2, .no-rgb-b .rgb-b .cp-sldr-3, .no-rgb-b .rgb-b .cp-sldr-4 {
visibility: hidden;
}
.rgb-r .cp-sldl-2, .rgb-r .cp-sldl-3,
.rgb-g .cp-sldl-2, .rgb-g .cp-sldl-3,
.rgb-b .cp-sldl-2, .rgb-b .cp-sldl-3 {
background-image: url(_patches.png);
}
.cp-slds div {
background-image: url(_vertical.png);
}
.hsv-h .cp-sldl-2, .hsv-s .cp-sldl-1, .hsv-v .cp-sldl-1,
.hsl-h .cp-sldl-2, .hsl-s .cp-sldl-1, .hsl-l .cp-sldl-1 {
background-image: url(_horizontal.png);
}
.hsv-s .cp-sldr-4, .hsv-v .cp-sldl-3, .hsl-s .cp-sldr-4, .hsl-l .cp-sldl-3 {
background: #000;
}
.hsl-s .cp-sldr-3, .hsl-l .cp-sldl-4 {
background: #FFF;
}
.rgb-r .cp-sldr-1 {background-color: #F00;}
.rgb-g .cp-sldr-1 {background-color: #0F0;}
.rgb-b .cp-sldr-1 {background-color: #00F;}
/* ---- RGB R ---- */
.rgb-r .cp-sldl-2 {background-position: -1664px 0px;}
.rgb-r .cp-sldl-3 {background-position: -896px 0px;}
.rgb-r .cp-sldr-1 {background-position: 0px -2432px;}
.rgb-r .cp-sldr-2 {background-position: 0px -2944px;}
.rgb-r .cp-sldr-3 {background-position: 0px -4480px;}
.rgb-r .cp-sldr-4 {background-position: 0px -3202px;}
/* ---- RGB G ---- */
.rgb-g .cp-sldl-2 {background-position: -640px 0px;}
.rgb-g .cp-sldl-3 {background-position: -384px 0px;}
.rgb-g .cp-sldr-1 {background-position: 0px -2432px;}
.rgb-g .cp-sldr-2 {background-position: 0px -4736px;}
.rgb-g .cp-sldr-3 {background-position: 0px -3968px;}
.rgb-g .cp-sldr-4 {background-position: 0px -3712px;}
/* ---- RGB B ---- */
.rgb-b .cp-sldl-2 {background-position: -1152px 0px;}
.rgb-b .cp-sldl-3 {background-position: -1408px 0px;}
.rgb-b .cp-sldr-1 {background-position: 0px -2432px;}
.rgb-b .cp-sldr-2 {background-position: 0px -3456px;}
.rgb-b .cp-sldr-3 {background-position: 0px -4224px;}
.rgb-b .cp-sldr-4 {background-position: 0px -2688px;}
/* ---- HSV H ---- */
.hsv-h .cp-sldl-2 {background-position: 0px 0px;}
.hsv-h .cp-sldl-3 {background-position: 0px -2432px;}
.hsv-h .cp-sldr-4 {background-position: 0px -1664px;}
/* ---- HSV S ---- */
.hsv-s .cp-sldl-1 {background-position: -256px 0px;}
.hsv-s .cp-sldl-2 {background-position: 0px -2432px;}
.hsv-s .cp-sldl-3 {background-position: 0px -2176px;}
.hsv-s .cp-sldr-2 {background-position: 0px -1920px;}
/* ---- HSV B ---- */
.hsv-v .cp-sldl-1 {background-position: -256px 0px;}
.hsv-v .cp-sldl-2 {background-position: 0px -1920px;}
.hsv-v .cp-sldr-2 {background-position: 0px -2432px;}
.hsv-v .cp-sldr-4 {background-position: 0px -2176px;}
/* ---- HSL H ---- */
.hsl-h .cp-sldl-2 {background-position: -768px 0px;}
.hsl-h .cp-sldl-3 {background-position: 0px -5184px;}
.hsl-h .cp-sldr-4 {background-position: 0px -1664px;}
/* ---- HSL S ---- */
.hsl-s .cp-sldl-1 {background-position: -256px 0px;}
.hsl-s .cp-sldl-2 {background-position: 0px -5184px;}
.hsl-s .cp-sldl-3 {background-position: 0px -2176px;}
.hsl-s .cp-sldr-2 {background-position: 0px -5824px;}
/* ---- HSL L ---- */
.hsl-l .cp-sldl-1 {background-position: -256px 0px;}
.hsl-l .cp-sldl-2 {background-position: 0px -5824px;}
.hsl-l .cp-sldr-2 {background-position: 0px -5184px;}
.hsl-l .cp-sldr-4 {background-position: 0px -2176px;}
/* ---- RGB R ---- */
.S .rgb-r .cp-sldl-2 {background-position: -128px -128px;}
.S .rgb-r .cp-sldl-3 {background-position: 0px 0px;}
.S .rgb-r .cp-sldr-1 {background-position: 0px -1408px;}
.S .rgb-r .cp-sldr-2 {background-position: 0px -128px;}
.S .rgb-r .cp-sldr-3 {background-position: 0px -896px;}
.S .rgb-r .cp-sldr-4 {background-position: 0px -256px;}
/* ---- RGB G ---- */
.S .rgb-g .cp-sldl-2 {background-position: -256px -128px;}
.S .rgb-g .cp-sldl-3 {background-position: -256px 0px;}
.S .rgb-g .cp-sldr-1 {background-position: 0px -1408px;}
.S .rgb-g .cp-sldr-2 {background-position: 0px -1024px;}
.S .rgb-g .cp-sldr-3 {background-position: 0px -640px;}
.S .rgb-g .cp-sldr-4 {background-position: 0px -512px;}
/* ---- RGB B ---- */
.S .rgb-b .cp-sldl-2 {background-position: -128px 0px;}
.S .rgb-b .cp-sldl-3 {background-position: 0px -128px;}
.S .rgb-b .cp-sldr-1 {background-position: 0px -1408px;}
.S .rgb-b .cp-sldr-2 {background-position: 0px -384px;}
.S .rgb-b .cp-sldr-3 {background-position: 0px -768px;}
.S .rgb-b .cp-sldr-4 {background-position: 0px 0px;}
/* ---- HSV H ---- */
.S .hsv-h .cp-sldl-2 {background-position: -640px 0px;}
.S .hsv-h .cp-sldl-3 {background-position: 0px -1408px;}
.S .hsv-h .cp-sldr-4 {background-position: 0px -1536px;}
/* ---- HSV S ---- */
.S .hsv-s .cp-sldl-1 {background-position: -512px 0px;}
.S .hsv-s .cp-sldl-2 {background-position: 0px -1408px;}
.S .hsv-s .cp-sldl-3 {background-position: 0px -1280px;}
.S .hsv-s .cp-sldr-2 {background-position: 0px -1152px;}
/* ---- HSV B ---- */
.S .hsv-v .cp-sldl-1 {background-position: -512px 0px;}
.S .hsv-v .cp-sldl-2 {background-position: 0px -1152px;}
.S .hsv-v .cp-sldr-2 {background-position: 0px -1408px;}
.S .hsv-v .cp-sldr-4 {background-position: 0px -1280px;}
/* ---- HSL H ---- */
.S .hsl-h .cp-sldl-2 {background-position: -1024px 0px;}
.S .hsl-h .cp-sldl-3 {background-position: 0px -5440px;}
.S .hsl-h .cp-sldr-4 {background-position: 0px -1536px;}
/* ---- HSL S ---- */
.S .hsl-s .cp-sldl-1 {background-position: -512px 0px;}
.S .hsl-s .cp-sldl-2 {background-position: 0px -5440px;}
.S .hsl-s .cp-sldl-3 {background-position: 0px -1280px;}
.S .hsl-s .cp-sldr-2 {background-position: 0px -5696px;}
/* ---- HSL L ---- */
.S .hsl-l .cp-sldl-1 {background-position: -512px 0px;}
.S .hsl-l .cp-sldl-2 {background-position: 0px -5696px;}
.S .hsl-l .cp-sldr-2 {background-position: 0px -5440px;}
.S .hsl-l .cp-sldr-4 {background-position: 0px -1280px;}
/* ---- HSV S ---- */
.XXS .hsv-s .cp-sldl-2 {background-position: 0px -5120px;}
.XXS .hsv-s .cp-sldl-3 {background-position: 0px -5056px;}
.XXS .hsv-s .cp-sldr-2 {background-position: 0px -4992px;}
/* ---- HSV B ---- */
.XXS .hsv-v .cp-sldl-2 {background-position: 0px -4992px;}
.XXS .hsv-v .cp-sldr-2 {background-position: 0px -5120px;}
.XXS .hsv-v .cp-sldr-4 {background-position: 0px -5056px;}
/* ---- HSL S ---- */
.XXS .hsl-s .cp-sldl-2 {background-position: 0px -5568px;}
.XXS .hsl-s .cp-sldl-3 {background-position: 0px -5056px;}
.XXS .hsl-s .cp-sldr-2 {background-position: 0px -5632px;}
/* ---- HSL L ---- */
.XXS .hsl-l .cp-sldl-2 {background-position: 0px -5632px;}
.XXS .hsl-l .cp-sldl-3 {background-position: 0px -5056px;}
.XXS .hsl-l .cp-sldr-2 {background-position: 0px -5568px;}
.XXS .hsl-l .cp-sldr-4 {background-position: 0px -5056px;} | developer/colorPicker.sys.css | .rgb-r .cp-sldl-1,
.rgb-g .cp-sldl-1,
.rgb-b .cp-sldl-1,
.hsv-h .cp-sldl-1, .hsv-h .cp-sldr-1, .hsv-h .cp-sldr-2,
.hsv-s .cp-sldr-1,
.hsv-v .cp-sldr-1,
.hsl-h .cp-sldl-1, .hsl-h .cp-sldr-1, .hsl-h .cp-sldr-2,
.hsl-s .cp-sldr-1,
.hsl-l .cp-sldr-1,
.no-rgb-r .rgb-r .cp-sldr-2, .no-rgb-r .rgb-r .cp-sldr-3, .no-rgb-r .rgb-r .cp-sldr-4,
.no-rgb-g .rgb-g .cp-sldr-2, .no-rgb-g .rgb-g .cp-sldr-3, .no-rgb-g .rgb-g .cp-sldr-4,
.no-rgb-b .rgb-b .cp-sldr-2, .no-rgb-b .rgb-b .cp-sldr-3, .no-rgb-b .rgb-b .cp-sldr-4 {
visibility: hidden;
}
.rgb-r .cp-sldl-2, .rgb-r .cp-sldl-3,
.rgb-g .cp-sldl-2, .rgb-g .cp-sldl-3,
.rgb-b .cp-sldl-2, .rgb-b .cp-sldl-3 {
background-image: url(_patches.png);
}
.cp-slds div {
background-image: url(_vertical.png);
}
.hsv-h .cp-sldl-2, .hsv-s .cp-sldl-1, .hsv-v .cp-sldl-1,
.hsl-h .cp-sldl-2, .hsl-s .cp-sldl-1, .hsl-l .cp-sldl-1 {
background-image: url(_horizontal.png);
}
.hsv-s .cp-sldr-4, .hsv-v .cp-sldl-3, .hsl-s .cp-sldr-4, .hsl-l .cp-sldl-3 {
background: #000;
}
.hsl-s .cp-sldr-3, .hsl-l .cp-sldl-4 {
background: #FFF;
}
.rgb-r .cp-sldr-1 {background-color: #F00;}
.rgb-g .cp-sldr-1 {background-color: #0F0;}
.rgb-b .cp-sldr-1 {background-color: #00F;}
/* ---- RGB R ---- */
.rgb-r .cp-sldl-2 {background-position: -1664px 0px;}
.rgb-r .cp-sldl-3 {background-position: -896px 0px;}
.rgb-r .cp-sldr-1 {background-position: 0px -2432px;}
.rgb-r .cp-sldr-2 {background-position: 0px -2944px;}
.rgb-r .cp-sldr-3 {background-position: 0px -4480px;}
.rgb-r .cp-sldr-4 {background-position: 0px -3202px;}
/* ---- RGB G ---- */
.rgb-g .cp-sldl-2 {background-position: -640px 0px;}
.rgb-g .cp-sldl-3 {background-position: -384px 0px;}
.rgb-g .cp-sldr-1 {background-position: 0px -2432px;}
.rgb-g .cp-sldr-2 {background-position: 0px -4736px;}
.rgb-g .cp-sldr-3 {background-position: 0px -3968px;}
.rgb-g .cp-sldr-4 {background-position: 0px -3712px;}
/* ---- RGB B ---- */
.rgb-b .cp-sldl-2 {background-position: -1152px 0px;}
.rgb-b .cp-sldl-3 {background-position: -1408px 0px;}
.rgb-b .cp-sldr-1 {background-position: 0px -2432px;}
.rgb-b .cp-sldr-2 {background-position: 0px -3456px;}
.rgb-b .cp-sldr-3 {background-position: 0px -4224px;}
.rgb-b .cp-sldr-4 {background-position: 0px -2688px;}
/* ---- HSV H ---- */
.hsv-h .cp-sldl-2 {background-position: 0px 0px;}
.hsv-h .cp-sldl-3 {background-position: 0px -2432px;}
.hsv-h .cp-sldr-4 {background-position: 0px -1664px;}
/* ---- HSV S ---- */
.hsv-s .cp-sldl-1 {background-position: -256px 0px;}
.hsv-s .cp-sldl-2 {background-position: 0px -2432px;}
.hsv-s .cp-sldl-3 {background-position: 0px -2176px;}
.hsv-s .cp-sldr-2 {background-position: 0px -1920px;}
/* ---- HSV B ---- */
.hsv-v .cp-sldl-1 {background-position: -256px 0px;}
.hsv-v .cp-sldl-2 {background-position: 0px -1920px;}
.hsv-v .cp-sldr-2 {background-position: 0px -2432px;}
.hsv-v .cp-sldr-4 {background-position: 0px -2176px;}
/* ---- HSL H ---- */
.hsl-h .cp-sldl-2 {background-position: -768px 0px;}
.hsl-h .cp-sldl-3 {background-position: 0px -5184px;}
.hsl-h .cp-sldr-4 {background-position: 0px -1664px;}
/* ---- HSL S ---- */
.hsl-s .cp-sldl-1 {background-position: -256px 0px;}
.hsl-s .cp-sldl-2 {background-position: 0px -5184px;}
.hsl-s .cp-sldl-3 {background-position: 0px -2176px;}
.hsl-s .cp-sldr-2 {background-position: 0px -5824px;}
/* ---- HSL L ---- */
.hsl-l .cp-sldl-1 {background-position: -256px 0px;}
.hsl-l .cp-sldl-2 {background-position: 0px -5824px;}
.hsl-l .cp-sldr-2 {background-position: 0px -5184px;}
.hsl-l .cp-sldr-4 {background-position: 0px -2176px;}
/* ---- RGB R ---- */
.S .rgb-r .cp-sldl-2 {background-position: -128px -128px;}
.S .rgb-r .cp-sldl-3 {background-position: 0px 0px;}
.S .rgb-r .cp-sldr-1 {background-position: 0px -1408px;}
.S .rgb-r .cp-sldr-2 {background-position: 0px -128px;}
.S .rgb-r .cp-sldr-3 {background-position: 0px -896px;}
.S .rgb-r .cp-sldr-4 {background-position: 0px -256px;}
/* ---- RGB G ---- */
.S .rgb-g .cp-sldl-2 {background-position: -256px -128px;}
.S .rgb-g .cp-sldl-3 {background-position: -256px 0px;}
.S .rgb-g .cp-sldr-1 {background-position: 0px -1408px;}
.S .rgb-g .cp-sldr-2 {background-position: 0px -1024px;}
.S .rgb-g .cp-sldr-3 {background-position: 0px -640px;}
.S .rgb-g .cp-sldr-4 {background-position: 0px -512px;}
/* ---- RGB B ---- */
.S .rgb-b .cp-sldl-2 {background-position: -128px 0px;}
.S .rgb-b .cp-sldl-3 {background-position: 0px -128px;}
.S .rgb-b .cp-sldr-1 {background-position: 0px -1408px;}
.S .rgb-b .cp-sldr-2 {background-position: 0px -384px;}
.S .rgb-b .cp-sldr-3 {background-position: 0px -768px;}
.S .rgb-b .cp-sldr-4 {background-position: 0px 0px;}
/* ---- HSV H ---- */
.S .hsv-h .cp-sldl-2 {background-position: -640px 0px;}
.S .hsv-h .cp-sldl-3 {background-position: 0px -1408px;}
.S .hsv-h .cp-sldr-4 {background-position: 0px -1536px;}
/* ---- HSV S ---- */
.S .hsv-s .cp-sldl-1 {background-position: -512px 0px;}
.S .hsv-s .cp-sldl-2 {background-position: 0px -1408px;}
.S .hsv-s .cp-sldl-3 {background-position: 0px -1280px;}
.S .hsv-s .cp-sldr-2 {background-position: 0px -1152px;}
/* ---- HSV B ---- */
.S .hsv-v .cp-sldl-1 {background-position: -512px 0px;}
.S .hsv-v .cp-sldl-2 {background-position: 0px -1152px;}
.S .hsv-v .cp-sldr-2 {background-position: 0px -1408px;}
.S .hsv-v .cp-sldr-4 {background-position: 0px -1280px;}
/* ---- HSL H ---- */
.S .hsl-h .cp-sldl-2 {background-position: -1024px 0px;}
.S .hsl-h .cp-sldl-3 {background-position: 0px -5440px;}
.S .hsl-h .cp-sldr-4 {background-position: 0px -1536px;}
/* ---- HSL S ---- */
.S .hsl-s .cp-sldl-1 {background-position: -512px 0px;}
.S .hsl-s .cp-sldl-2 {background-position: 0px -5440px;}
.S .hsl-s .cp-sldl-3 {background-position: 0px -1280px;}
.S .hsl-s .cp-sldr-2 {background-position: 0px -5696px;}
/* ---- HSL L ---- */
.S .hsl-l .cp-sldl-1 {background-position: -512px 0px;}
.S .hsl-l .cp-sldl-2 {background-position: 0px -5696px;}
.S .hsl-l .cp-sldr-2 {background-position: 0px -5440px;}
.S .hsl-l .cp-sldr-4 {background-position: 0px -1280px;}
/* ---- HSV S ---- */
.XXS .hsv-s .cp-sldl-2 {background-position: 0px -5120px;}
.XXS .hsv-s .cp-sldl-3 {background-position: 0px -5056px;}
.XXS .hsv-s .cp-sldr-2 {background-position: 0px -4992px;}
/* ---- HSV B ---- */
.XXS .hsv-v .cp-sldl-2 {background-position: 0px -4992px;}
.XXS .hsv-v .cp-sldr-2 {background-position: 0px -5120px;}
.XXS .hsv-v .cp-sldr-4 {background-position: 0px -5056px;}
/* ---- HSL S ---- */
.XXS .hsl-s .cp-sldl-2 {background-position: 0px -5568px;}
.XXS .hsl-s .cp-sldl-3 {background-position: 0px -5056px;}
.XXS .hsl-s .cp-sldr-2 {background-position: 0px -5632px;}
/* ---- HSL L ---- */
.XXS .hsl-l .cp-sldl-2 {background-position: 0px -5632px;}
.XXS .hsl-l .cp-sldl-3 {background-position: 0px -5056px;}
.XXS .hsl-l .cp-sldr-2 {background-position: 0px -5568px;}
.XXS .hsl-l .cp-sldr-4 {background-position: 0px -5056px;} | 0.377655 | 0.053182 |
@font-face {
font-family: "Decima Nova";
src: url("../fonts/Decima Nova/Decima Nova.ttf") format("truetype");
font-weight: normal;
font-size: normal;
}
@font-face {
font-family: "Decima Mono";
src: url("../fonts/Decima Mono/Decima Mono.ttf") format("truetype");
font-weight: normal;
font-size: normal;
}
@font-face {
font-family: "Decima Pro";
src: url("../fonts/Decima Pro/Decima Pro.ttf") format("truetype");
font-weight: normal;
font-size: normal;
}
/* line 21, ../sass/partials/_typography.sass */
body {
font-family: "Decima Nova", sans-serif;
font-weight: 200;
color: #405469;
}
/* line 26, ../sass/partials/_typography.sass */
h1, h2, h3 {
margin: 0;
padding: 0;
}
/* line 30, ../sass/partials/_typography.sass */
h1 {
font-size: 3.5em;
}
/* line 32, ../sass/partials/_typography.sass */
h2 {
font-size: 2em;
}
/* line 34, ../sass/partials/_typography.sass */
h3 {
font-size: 1.5em;
}
/* line 37, ../sass/partials/_typography.sass */
h1.programming, p.programming {
color: #B2B2B2;
}
/* line 40, ../sass/partials/_typography.sass */
h1.photography, p.photography {
color: #E8285A;
}
/* line 43, ../sass/partials/_typography.sass */
h1.blog, p.blog {
color: #C5518F;
}
/* line 46, ../sass/partials/_typography.sass */
h1.resume, p.resume {
color: #00FFCC;
}
/* line 49, ../sass/partials/_typography.sass */
.home-title-header {
font-family: "Decima Pro", sans-serif;
font-weight: 700;
}
/* line 53, ../sass/partials/_typography.sass */
.home-title-description {
font-family: "Decima Mono", sans-serif;
font-weight: 400;
word-wrap: break-word;
overflow-wrap: break-word;
}
/* line 59, ../sass/partials/_typography.sass */
a {
color: #405469;
text-decoration: none;
padding: 10px;
transition: color 0.2s ease;
}
/* line 64, ../sass/partials/_typography.sass */
a:hover {
cursor: pointer;
}
/* line 68, ../sass/partials/_typography.sass */
.programming:hover {
color: #B2B2B2;
}
/* line 72, ../sass/partials/_typography.sass */
.photography:hover {
color: #E8285A;
}
/* line 76, ../sass/partials/_typography.sass */
.blog:hover {
color: #C5518F;
}
/* line 80, ../sass/partials/_typography.sass */
.resume:hover {
color: #00FFCC;
}
/* line 1, ../sass/partials/_layout.sass */
html {
height: 100%;
width: 100%;
}
/* line 5, ../sass/partials/_layout.sass */
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: auto;
}
/* line 12, ../sass/partials/_layout.sass */
.home-containter {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100vh;
overflow-y: auto;
display: flex;
align-items: center;
flex-direction: column;
}
/* line 23, ../sass/partials/_layout.sass */
.title-container {
position: relative;
width: 100%;
height: auto;
order: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #222;
transition: 1s ease-in-out;
}
@media (min-width: 720px) {
/* line 23, ../sass/partials/_layout.sass */
.title-container {
height: 20vh;
}
}
@media (min-width: 1320px) {
/* line 23, ../sass/partials/_layout.sass */
.title-container {
height: 30vh;
padding: 20px;
}
}
/* line 42, ../sass/partials/_layout.sass */
.title-container .fa {
position: absolute;
bottom: 0;
margin-bottom: 10px;
text-align: center;
font-size: 1.5em;
padding: 10px;
margin: 10px;
color: #405469;
border: solid 5px #405469;
border-radius: 50%;
opacity: 0.5;
transition: 0.5s ease-in-out;
animation: bounce 2s infinite;
}
/* line 57, ../sass/partials/_layout.sass */
.title-container .fa:hover {
cursor: pointer;
opacity: 1;
}
@keyframes bounce {
0%, 20%, 50%, 80% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
/* line 69, ../sass/partials/_layout.sass */
.full-size {
height: 100vh;
}
/* line 72, ../sass/partials/_layout.sass */
.top-header {
display: flex;
flex-direction: row;
max-width: 700px;
transition: 1s ease-in-out;
}
@media (min-width: 320px) {
/* line 72, ../sass/partials/_layout.sass */
.top-header {
max-width: 100%;
}
}
@media (min-width: 1024px) {
/* line 72, ../sass/partials/_layout.sass */
.top-header {
max-width: 70%;
}
}
@media (min-width: 1320px) {
/* line 72, ../sass/partials/_layout.sass */
.top-header {
max-width: 700px;
align-items: center;
}
}
/* line 88, ../sass/partials/_layout.sass */
.image-container {
order: 0;
margin-right: 10px;
padding-right: 10px;
max-width: 140px;
max-height: 100%;
height: 100%;
display: none;
}
/* line 97, ../sass/partials/_layout.sass */
.image-container img {
height: 100%;
width: 100%;
object-fit: contain;
object-position: top;
}
@media (min-width: 720px) {
/* line 97, ../sass/partials/_layout.sass */
.image-container img {
flex: 1 1 0;
}
}
@media (min-width: 720px) {
/* line 88, ../sass/partials/_layout.sass */
.image-container {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
}
/* line 112, ../sass/partials/_layout.sass */
.header-container {
order: 1;
flex: 1 0 0px;
height: 100%;
padding: 20px;
transition: 2s ease-in-out;
}
@media (min-width: 320px) {
/* line 120, ../sass/partials/_layout.sass */
.header-container h1 {
font-size: 3em;
}
}
@media (min-width: 720px) {
/* line 124, ../sass/partials/_layout.sass */
.header-container h1, .header-container p {
text-align: center;
}
}
@media (min-width: 1320px) {
/* line 128, ../sass/partials/_layout.sass */
.header-container h1 {
font-size: 3.5em;
}
}
/* line 131, ../sass/partials/_layout.sass */
.links-container {
text-align: center;
order: 1;
height: 40vh;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
/* line 141, ../sass/partials/_layout.sass */
.links-container p {
padding: 0;
}
/* line 144, ../sass/partials/_layout.sass */
.links-container a {
padding: 0;
margin: 0;
}
@media (min-width: 720px) {
/* line 144, ../sass/partials/_layout.sass */
.links-container a {
font-size: 2.5em;
}
}
@media (min-width: 1320px) {
/* line 144, ../sass/partials/_layout.sass */
.links-container a {
font-size: 1em;
}
}
/* line 1, ../sass/partials/_footer.sass */
.footer {
font-size: 1.5em;
color: #405469;
height: 54px;
order: 3;
}
/* line 7, ../sass/partials/_footer.sass */
.footer a {
padding: 2px;
}
@media (min-width: 720px) {
/* line 7, ../sass/partials/_footer.sass */
.footer a {
font-size: 2em;
}
}
@media (min-width: 1320px) {
/* line 7, ../sass/partials/_footer.sass */
.footer a {
font-size: 1em;
}
}
/* line 16, ../sass/partials/_footer.sass */
.footer .fa {
color: #405469;
}
/* line 19, ../sass/partials/_footer.sass */
.footer .fa:hover {
cursor: pointer;
color: #6b87a4;
}
/* line 1, ../sass/partials/_typewriter.sass */
.typewriter, .left-typewriter, .programming-typewriter, .photography-typewriter, .blog-typewriter, .resume-typewriter {
overflow: hidden;
border-right: 0.6em solid #405469;
white-space: normal;
margin: 0 auto;
animation: typing 2.5s steps(50, end), blink-caret 0.75s step-end infinite;
}
@media (min-width: 720px) {
/* line 1, ../sass/partials/_typewriter.sass */
.typewriter, .left-typewriter, .programming-typewriter, .photography-typewriter, .blog-typewriter, .resume-typewriter {
white-space: nowrap;
}
}
/* line 11, ../sass/partials/_typewriter.sass */
.typewriter .programming, .left-typewriter .programming, .programming-typewriter .programming, .photography-typewriter .programming, .blog-typewriter .programming, .resume-typewriter .programming, .typewriter .photography, .left-typewriter .photography, .programming-typewriter .photography, .photography-typewriter .photography, .blog-typewriter .photography, .resume-typewriter .photography, .typewriter .blog, .left-typewriter .blog, .programming-typewriter .blog, .photography-typewriter .blog, .blog-typewriter .blog, .resume-typewriter .blog, .typewriter .resume, .left-typewriter .resume, .programming-typewriter .resume, .photography-typewriter .resume, .blog-typewriter .resume, .resume-typewriter .resume {
white-space: normal;
}
@media (min-width: 720px) {
/* line 11, ../sass/partials/_typewriter.sass */
.typewriter .programming, .left-typewriter .programming, .programming-typewriter .programming, .photography-typewriter .programming, .blog-typewriter .programming, .resume-typewriter .programming, .typewriter .photography, .left-typewriter .photography, .programming-typewriter .photography, .photography-typewriter .photography, .blog-typewriter .photography, .resume-typewriter .photography, .typewriter .blog, .left-typewriter .blog, .programming-typewriter .blog, .photography-typewriter .blog, .blog-typewriter .blog, .resume-typewriter .blog, .typewriter .resume, .left-typewriter .resume, .programming-typewriter .resume, .photography-typewriter .resume, .blog-typewriter .resume, .resume-typewriter .resume {
white-space: nowrap;
}
}
/* line 17, ../sass/partials/_typewriter.sass */
.left-typewriter {
white-space: nowrap;
width: 0;
animation: deletion-typing 0.5s steps(50, end), blink-caret 0.75s step-end infinite;
}
/* line 26, ../sass/partials/_typewriter.sass */
.programming-typewriter {
animation: typing 2.5s steps(50, end), programming-caret 0.75s step-end infinite;
}
/* line 29, ../sass/partials/_typewriter.sass */
.photography-typewriter {
animation: typing 2.5s steps(50, end), photography-caret 0.75s step-end infinite;
}
/* line 32, ../sass/partials/_typewriter.sass */
.blog-typewriter {
animation: typing 2.5s steps(50, end), blog-caret 0.75s step-end infinite;
}
/* line 35, ../sass/partials/_typewriter.sass */
.resume-typewriter {
animation: typing 2.5s steps(50, end), resume-caret 0.75s step-end infinite;
}
@keyframes typing {
from, to {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes deletion-typing {
from, to {
width: 100%;
}
100% {
width: 0;
}
}
@keyframes blink-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #405469;
}
}
@keyframes programming-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #B2B2B2;
}
}
@keyframes photography-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #E8285A;
}
}
@keyframes blog-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #C5518F;
}
}
@keyframes resume-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #00FFCC;
}
}
/* line 1, ../sass/partials/_navigation.sass */
ul {
display: none;
list-style-type: none;
transition: 1s ease-in-out;
z-index: 1;
}
/* line 7, ../sass/partials/_navigation.sass */
li {
float: left;
transition: 1s ease-in-out;
height: 100%;
margin-left: 3px;
margin-right: 3px;
opacity: 1;
}
@media (min-width: 720px) {
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(1) {
animation: slide 300ms ease-in-out forwards;
}
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(2) {
animation: slide 600ms ease-in-out forwards;
}
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(3) {
animation: slide 900ms ease-in-out forwards;
}
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(4) {
animation: slide 1200ms ease-in-out forwards;
}
}
/* line 24, ../sass/partials/_navigation.sass */
li a {
box-sizing: border-box;
position: relative;
padding: 0.5em;
height: 100%;
}
/* line 30, ../sass/partials/_navigation.sass */
li a::before, li a::after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
}
@media (min-width: 720px) {
/* line 7, ../sass/partials/_navigation.sass */
li {
background-color: #222;
}
}
@keyframes slide {
0% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
}
/* line 62, ../sass/partials/_navigation.sass */
.draw, .draw-programming, .draw-photography, .draw-blog, .draw-resume {
transition: color 0.25s ease-in-out;
}
/* line 65, ../sass/partials/_navigation.sass */
.draw::before, .draw-programming::before, .draw-photography::before, .draw-blog::before, .draw-resume::before, .draw::after, .draw-programming::after, .draw-photography::after, .draw-blog::after, .draw-resume::after {
border: 2px solid transparent;
width: 0;
height: 0;
}
/* line 72, ../sass/partials/_navigation.sass */
.draw::before, .draw-programming::before, .draw-photography::before, .draw-blog::before, .draw-resume::before {
top: 0;
left: 0;
}
/* line 76, ../sass/partials/_navigation.sass */
.draw::after, .draw-programming::after, .draw-photography::after, .draw-blog::after, .draw-resume::after {
top: 0;
left: 0;
}
/* line 80, ../sass/partials/_navigation.sass */
.draw:hover, .draw-programming:hover, .draw-photography:hover, .draw-blog:hover, .draw-resume:hover {
cursor: pointer;
opacity: 1;
}
/* line 84, ../sass/partials/_navigation.sass */
.draw:hover::before, .draw-programming:hover::before, .draw-photography:hover::before, .draw-blog:hover::before, .draw-resume:hover::before, .draw:hover::after, .draw-programming:hover::after, .draw-photography:hover::after, .draw-blog:hover::after, .draw-resume:hover::after {
width: 100%;
height: 100%;
}
/* line 89, ../sass/partials/_navigation.sass */
.draw:hover::before, .draw-programming:hover::before, .draw-photography:hover::before, .draw-blog:hover::before, .draw-resume:hover::before {
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
/* line 92, ../sass/partials/_navigation.sass */
.draw:hover::after, .draw-programming:hover::after, .draw-photography:hover::after, .draw-blog:hover::after, .draw-resume:hover::after {
transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
/* line 98, ../sass/partials/_navigation.sass */
.draw-programming:hover {
color: #B2B2B2;
animation: opaque 200ms ease-in-out forwards;
}
/* line 102, ../sass/partials/_navigation.sass */
.draw-programming:hover::before {
border-top-color: #B2B2B2;
border-right-color: #B2B2B2;
}
/* line 106, ../sass/partials/_navigation.sass */
.draw-programming:hover::after {
border-bottom-color: #B2B2B2;
border-left-color: #B2B2B2;
}
/* line 110, ../sass/partials/_navigation.sass */
.draw-programming-active {
background-color: #B2B2B2;
color: white;
transition: 0.5s ease-in-out;
position: relative;
opacity: 1;
}
@media (min-width: 720px) {
/* line 119, ../sass/partials/_navigation.sass */
.draw-programming-active::after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #B2B2B2;
border-width: 10px;
margin-left: -10px;
}
/* line 132, ../sass/partials/_navigation.sass */
.draw-programming-active:hover {
color: white;
}
}
/* line 138, ../sass/partials/_navigation.sass */
.draw-photography:hover {
color: #E8285A;
}
/* line 141, ../sass/partials/_navigation.sass */
.draw-photography:hover::before {
border-top-color: #E8285A;
border-right-color: #E8285A;
}
/* line 145, ../sass/partials/_navigation.sass */
.draw-photography:hover::after {
border-bottom-color: #E8285A;
border-left-color: #E8285A;
}
/* line 149, ../sass/partials/_navigation.sass */
.draw-photography-active {
background-color: #E8285A;
color: white;
transition: 0.5s ease-in-out;
opacity: 1;
}
@media (min-width: 720px) {
/* line 157, ../sass/partials/_navigation.sass */
.draw-photography-active::after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #E8285A;
border-width: 10px;
margin-left: -10px;
}
}
/* line 170, ../sass/partials/_navigation.sass */
.draw-photography-active:hover {
color: white;
}
/* line 176, ../sass/partials/_navigation.sass */
.draw-blog:hover {
color: #C5518F;
}
/* line 179, ../sass/partials/_navigation.sass */
.draw-blog:hover::before {
border-top-color: #C5518F;
border-right-color: #C5518F;
}
/* line 183, ../sass/partials/_navigation.sass */
.draw-blog:hover::after {
border-bottom-color: #C5518F;
border-left-color: #C5518F;
}
/* line 187, ../sass/partials/_navigation.sass */
.draw-blog-active {
background-color: #C5518F;
color: white;
transition: 0.5s ease-in-out;
opacity: 1;
}
@media (min-width: 720px) {
/* line 194, ../sass/partials/_navigation.sass */
.draw-blog-active::after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #C5518F;
border-width: 10px;
margin-left: -10px;
}
}
/* line 208, ../sass/partials/_navigation.sass */
.draw-blog-active:hover {
color: white;
}
/* line 214, ../sass/partials/_navigation.sass */
.draw-resume:hover {
color: #00FFCC;
}
/* line 217, ../sass/partials/_navigation.sass */
.draw-resume:hover::before {
border-top-color: #00FFCC;
border-right-color: #00FFCC;
}
/* line 221, ../sass/partials/_navigation.sass */
.draw-resume:hover::after {
border-bottom-color: #00FFCC;
border-left-color: #00FFCC;
}
/* line 225, ../sass/partials/_navigation.sass */
.navigation {
width: 100%;
display: flex;
align-items: center;
font-size: 1.2em;
background-color: #222;
}
/* line 232, ../sass/partials/_navigation.sass */
.navigation .fa {
display: block;
color: white;
font-size: 1.5em;
}
@media (min-width: 320px) {
/* line 225, ../sass/partials/_navigation.sass */
.navigation {
height: auto;
justify-content: center;
}
}
@media (min-width: 720px) {
/* line 225, ../sass/partials/_navigation.sass */
.navigation {
height: 5vh;
justify-content: flex-end;
}
/* line 245, ../sass/partials/_navigation.sass */
.navigation ul {
display: inline;
}
/* line 248, ../sass/partials/_navigation.sass */
.navigation .fa {
display: none;
}
}
@media (min-width: 320px) {
/* line 252, ../sass/partials/_navigation.sass */
.navigation-mobile-visible {
flex-direction: column;
}
}
@media (min-width: 320px) and (min-width: 320px) {
/* line 255, ../sass/partials/_navigation.sass */
.navigation-mobile-visible ul {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
padding: 0;
margin: 0;
margin-top: 10px;
}
/* line 264, ../sass/partials/_navigation.sass */
.navigation-mobile-visible li {
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}
}
/* line 1, ../sass/partials/_programming.sass */
.programming-body {
flex: 1;
display: flex;
flex-direction: column;
order: 2;
}
@media (min-width: 1320px) {
/* line 8, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
/* line 16, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
position: absolute;
content: "";
width: 9px;
height: 9px;
background-color: #7592af;
border-radius: 9px;
box-shadow: 0px 0px 2px 8px white;
}
}
/* line 25, ../sass/partials/_programming.sass */
* {
box-sizing: border-box;
}
/* line 28, ../sass/partials/_programming.sass */
#timeline {
padding-bottom: 50px;
border-bottom: 1px dashed #7592af;
margin-bottom: 50px;
order: 0;
}
/* line 34, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper {
position: relative;
margin: auto;
}
@media (min-width: 1320px) {
/* line 34, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper {
display: flex;
flex-flow: row wrap;
width: 1470px;
height: 3080px;
margin: 0 auto;
}
}
/* line 46, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper::after {
z-index: 1;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1320px) {
/* line 46, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper::after {
border-left: 1px solid #7592af;
}
}
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
position: relative;
display: block;
margin: 10px auto 80px;
max-width: 94%;
z-index: 2;
flex: 1 0 0;
transition: 1s ease-in-out;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(1) {
animation: drop 400ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(2) {
animation: drop 800ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(3) {
animation: drop 1200ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(4) {
animation: drop 1600ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(5) {
animation: drop 2000ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(6) {
animation: drop 2400ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(7) {
animation: drop 2800ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(8) {
animation: drop 3200ms ease-in-out forwards;
}
@keyframes drop {
0% {
transform: translateY(-100px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@media (min-width: 480px) {
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
max-width: 60%;
box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
}
}
@media (min-width: 720px) {
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
max-width: 40%;
}
}
@media (min-width: 1320px) {
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
max-width: 600px;
height: 500px;
margin: 90px;
margin-top: 45px;
margin-bottom: 45px;
}
/* line 95, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) {
margin-right: 45px;
}
/* line 98, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::after {
border-left-width: 10px;
border-left-style: solid;
left: 100%;
}
/* line 105, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::before {
left: 641.5px;
}
/* line 110, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(even) {
margin-left: 45px;
margin-top: 180px;
}
/* line 114, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(even) .head::after {
border-right-width: 10px;
border-right-style: solid;
right: 100%;
}
/* line 121, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(even) .head::before {
right: 639.5px;
}
}
/* line 127, ../sass/partials/_programming.sass */
#timeline .demo-card .head {
position: relative;
display: flex;
align-items: center;
color: #fff;
font-weight: 700;
}
@media (min-width: 1320px) {
/* line 127, ../sass/partials/_programming.sass */
#timeline .demo-card .head {
width: 600px;
}
}
/* line 137, ../sass/partials/_programming.sass */
#timeline .demo-card .head .number-box {
display: inline;
float: left;
margin: 15px;
padding: 10px;
font: 35px "Decima Mono";
line-height: 35px;
font-weight: 400;
background: rgba(0, 0, 0, 0.17);
}
/* line 147, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 {
text-transform: uppercase;
font-family: "Decima Pro";
font-size: 2rem;
font-weight: inherit;
letter-spacing: 3px;
margin: 0;
padding-bottom: 6px;
line-height: 1rem;
}
@media (min-width: 320px) {
/* line 147, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 {
font-size: 1.2rem;
}
}
@media (min-width: 480px) {
/* line 147, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 {
line-height: 1.2rem;
}
}
/* line 164, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 span {
display: block;
font-family: "Decima Mono";
font-weight: 400;
font-size: 1rem;
letter-spacing: 5px;
margin: 0;
}
@media (min-width: 320px) {
/* line 164, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 span {
letter-spacing: 3px;
}
}
@media (min-width: 480px) {
/* line 164, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 span {
font-size: 0.8rem;
}
}
/* line 179, ../sass/partials/_programming.sass */
#timeline .demo-card .body {
background: #fff;
border: 1px solid rgba(191, 191, 191, 0.4);
border-top: 0;
padding: 15px;
}
@media (min-width: 1320px) {
/* line 179, ../sass/partials/_programming.sass */
#timeline .demo-card .body {
height: 415px;
}
}
/* line 188, ../sass/partials/_programming.sass */
#timeline .demo-card .body p {
margin: none;
padding: none;
}
/* line 192, ../sass/partials/_programming.sass */
#timeline .demo-card .body .centered {
vertical-align: middle;
height: 100%;
}
/* line 196, ../sass/partials/_programming.sass */
#timeline .demo-card .body img {
display: block;
margin: auto;
width: 100%;
object-fit: contain;
}
/* line 202, ../sass/partials/_programming.sass */
#timeline .demo-card .body a {
padding: 0;
margin: 0;
text-decoration: underline;
font-weight: bold;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step1 {
background-color: #95BE46;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step1 .head::after {
border-color: #95BE46;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step2 {
background-color: #0055FF;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step2 .head::after {
border-color: #0055FF;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step3 {
background-color: #20ACFE;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step3 .head::after {
border-color: #20ACFE;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step4 {
background-color: #F58634;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step4 .head::after {
border-color: #F58634;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step5 {
background-color: #50BD9D;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step5 .head::after {
border-color: #50BD9D;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step6 {
background-color: #149BAD;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step6 .head::after {
border-color: #149BAD;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step7 {
background-color: #6FDA44;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step7 .head::after {
border-color: #6FDA44;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step8 {
background-color: #0044b5;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step8 .head::after {
border-color: #0044b5;
}
/* line 217, ../sass/partials/_programming.sass */
.title-reference {
display: none;
font-family: "Decima Mono";
font-weight: 400;
font-size: 4em;
letter-spacing: 2px;
}
@media (min-width: 1320px) {
/* line 217, ../sass/partials/_programming.sass */
.title-reference {
display: block;
}
}
/* line 228, ../sass/partials/_programming.sass */
.projects-container {
display: flex;
flex-direction: column;
width: 100%;
justify-content: space-between;
order: 5;
}
@media (min-width: 720px) {
/* line 228, ../sass/partials/_programming.sass */
.projects-container {
align-items: center;
}
}
@media (min-width: 1320px) {
/* line 228, ../sass/partials/_programming.sass */
.projects-container {
width: 1470px;
flex-flow: row wrap;
align-items: baseline;
}
}
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
display: flex;
flex-direction: column;
position: relative;
max-width: 94%;
margin: 10px;
border-top: solid 3px;
}
@media (min-width: 480px) {
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
max-width: 60%;
box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
}
}
@media (min-width: 720px) {
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
max-width: 40%;
}
}
@media (min-width: 1320px) {
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
min-width: 327.5px;
max-width: 460px;
width: 100%;
}
}
/* line 263, ../sass/partials/_programming.sass */
.projects-card .content-container {
padding: 15px;
order: 1;
width: 100%;
border-bottom: 1px dashed #7592af;
flex: 9;
display: flex;
flex-direction: column;
}
/* line 272, ../sass/partials/_programming.sass */
.projects-card .content-container h2 {
text-transform: uppercase;
font-family: "Decima Pro";
font-size: 3.5rem;
font-weight: inherit;
letter-spacing: 3px;
margin: 0;
padding-bottom: 6px;
line-height: 1rem;
}
@media (min-width: 320px) {
/* line 272, ../sass/partials/_programming.sass */
.projects-card .content-container h2 {
font-size: 1.2rem;
}
}
@media (min-width: 480px) {
/* line 272, ../sass/partials/_programming.sass */
.projects-card .content-container h2 {
line-height: 1.2rem;
}
}
/* line 288, ../sass/partials/_programming.sass */
.projects-card .content-container h2 a {
padding: 0;
margin: 0;
text-decoration: underline;
}
/* line 294, ../sass/partials/_programming.sass */
.projects-card .content-container h2 span {
display: block;
font-family: "Decima Mono";
font-weight: 400;
font-size: 1rem;
letter-spacing: 5px;
margin: 0;
}
@media (min-width: 320px) {
/* line 294, ../sass/partials/_programming.sass */
.projects-card .content-container h2 span {
letter-spacing: 3px;
}
}
@media (min-width: 480px) {
/* line 294, ../sass/partials/_programming.sass */
.projects-card .content-container h2 span {
font-size: 0.8rem;
}
}
/* line 309, ../sass/partials/_programming.sass */
.projects-card .content-container img {
display: block;
margin: auto;
width: 100%;
object-fit: contain;
}
/* line 315, ../sass/partials/_programming.sass */
.projects-card .logos-container {
order: 2;
display: flex;
flex: 1;
flex-direction: row;
overflow: hidden;
padding: 15px;
}
/* line 323, ../sass/partials/_programming.sass */
.personal {
border-color: #333332;
}
/* line 326, ../sass/partials/_programming.sass */
.designhub {
border-color: #1B549E;
}
/* line 329, ../sass/partials/_programming.sass */
.ptp {
border-color: #E2414B;
}
/* line 1, ../sass/partials/_photography.sass */
.photography-container {
display: flex;
flex-flow: row wrap;
flex: 1;
order: 1;
}
@media (min-width: 320px) {
/* line 1, ../sass/partials/_photography.sass */
.photography-container {
max-width: 94%;
}
}
@media (min-width: 720px) {
/* line 1, ../sass/partials/_photography.sass */
.photography-container {
max-width: 700px;
}
}
/* line 13, ../sass/partials/_photography.sass */
.photo-container, .photo-container-xs, .photo-container-md {
width: 100%;
height: auto;
padding: 0;
margin: 15px;
}
/* line 19, ../sass/partials/_photography.sass */
.photo-container img, .photo-container-xs img, .photo-container-md img {
display: block;
width: 100%;
object-fit: scale-down;
padding: 0;
margin: 0;
}
@media (min-width: 720px) {
/* line 13, ../sass/partials/_photography.sass */
.photo-container, .photo-container-xs, .photo-container-md {
max-width: 320px;
max-height: 700px;
}
}
/* line 30, ../sass/partials/_photography.sass */
.photo-container .description, .photo-container-xs .description, .photo-container-md .description {
display: none;
}
@media (min-width: 720px) {
/* line 33, ../sass/partials/_photography.sass */
.photo-container-xs {
max-width: 233.33333px;
height: 100%;
}
}
@media (min-width: 720px) {
/* line 39, ../sass/partials/_photography.sass */
.photo-container-md {
max-width: 405px;
}
} | src/static/css/main.css | @font-face {
font-family: "Decima Nova";
src: url("../fonts/Decima Nova/Decima Nova.ttf") format("truetype");
font-weight: normal;
font-size: normal;
}
@font-face {
font-family: "Decima Mono";
src: url("../fonts/Decima Mono/Decima Mono.ttf") format("truetype");
font-weight: normal;
font-size: normal;
}
@font-face {
font-family: "Decima Pro";
src: url("../fonts/Decima Pro/Decima Pro.ttf") format("truetype");
font-weight: normal;
font-size: normal;
}
/* line 21, ../sass/partials/_typography.sass */
body {
font-family: "Decima Nova", sans-serif;
font-weight: 200;
color: #405469;
}
/* line 26, ../sass/partials/_typography.sass */
h1, h2, h3 {
margin: 0;
padding: 0;
}
/* line 30, ../sass/partials/_typography.sass */
h1 {
font-size: 3.5em;
}
/* line 32, ../sass/partials/_typography.sass */
h2 {
font-size: 2em;
}
/* line 34, ../sass/partials/_typography.sass */
h3 {
font-size: 1.5em;
}
/* line 37, ../sass/partials/_typography.sass */
h1.programming, p.programming {
color: #B2B2B2;
}
/* line 40, ../sass/partials/_typography.sass */
h1.photography, p.photography {
color: #E8285A;
}
/* line 43, ../sass/partials/_typography.sass */
h1.blog, p.blog {
color: #C5518F;
}
/* line 46, ../sass/partials/_typography.sass */
h1.resume, p.resume {
color: #00FFCC;
}
/* line 49, ../sass/partials/_typography.sass */
.home-title-header {
font-family: "Decima Pro", sans-serif;
font-weight: 700;
}
/* line 53, ../sass/partials/_typography.sass */
.home-title-description {
font-family: "Decima Mono", sans-serif;
font-weight: 400;
word-wrap: break-word;
overflow-wrap: break-word;
}
/* line 59, ../sass/partials/_typography.sass */
a {
color: #405469;
text-decoration: none;
padding: 10px;
transition: color 0.2s ease;
}
/* line 64, ../sass/partials/_typography.sass */
a:hover {
cursor: pointer;
}
/* line 68, ../sass/partials/_typography.sass */
.programming:hover {
color: #B2B2B2;
}
/* line 72, ../sass/partials/_typography.sass */
.photography:hover {
color: #E8285A;
}
/* line 76, ../sass/partials/_typography.sass */
.blog:hover {
color: #C5518F;
}
/* line 80, ../sass/partials/_typography.sass */
.resume:hover {
color: #00FFCC;
}
/* line 1, ../sass/partials/_layout.sass */
html {
height: 100%;
width: 100%;
}
/* line 5, ../sass/partials/_layout.sass */
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: auto;
}
/* line 12, ../sass/partials/_layout.sass */
.home-containter {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100vh;
overflow-y: auto;
display: flex;
align-items: center;
flex-direction: column;
}
/* line 23, ../sass/partials/_layout.sass */
.title-container {
position: relative;
width: 100%;
height: auto;
order: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #222;
transition: 1s ease-in-out;
}
@media (min-width: 720px) {
/* line 23, ../sass/partials/_layout.sass */
.title-container {
height: 20vh;
}
}
@media (min-width: 1320px) {
/* line 23, ../sass/partials/_layout.sass */
.title-container {
height: 30vh;
padding: 20px;
}
}
/* line 42, ../sass/partials/_layout.sass */
.title-container .fa {
position: absolute;
bottom: 0;
margin-bottom: 10px;
text-align: center;
font-size: 1.5em;
padding: 10px;
margin: 10px;
color: #405469;
border: solid 5px #405469;
border-radius: 50%;
opacity: 0.5;
transition: 0.5s ease-in-out;
animation: bounce 2s infinite;
}
/* line 57, ../sass/partials/_layout.sass */
.title-container .fa:hover {
cursor: pointer;
opacity: 1;
}
@keyframes bounce {
0%, 20%, 50%, 80% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
/* line 69, ../sass/partials/_layout.sass */
.full-size {
height: 100vh;
}
/* line 72, ../sass/partials/_layout.sass */
.top-header {
display: flex;
flex-direction: row;
max-width: 700px;
transition: 1s ease-in-out;
}
@media (min-width: 320px) {
/* line 72, ../sass/partials/_layout.sass */
.top-header {
max-width: 100%;
}
}
@media (min-width: 1024px) {
/* line 72, ../sass/partials/_layout.sass */
.top-header {
max-width: 70%;
}
}
@media (min-width: 1320px) {
/* line 72, ../sass/partials/_layout.sass */
.top-header {
max-width: 700px;
align-items: center;
}
}
/* line 88, ../sass/partials/_layout.sass */
.image-container {
order: 0;
margin-right: 10px;
padding-right: 10px;
max-width: 140px;
max-height: 100%;
height: 100%;
display: none;
}
/* line 97, ../sass/partials/_layout.sass */
.image-container img {
height: 100%;
width: 100%;
object-fit: contain;
object-position: top;
}
@media (min-width: 720px) {
/* line 97, ../sass/partials/_layout.sass */
.image-container img {
flex: 1 1 0;
}
}
@media (min-width: 720px) {
/* line 88, ../sass/partials/_layout.sass */
.image-container {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
}
/* line 112, ../sass/partials/_layout.sass */
.header-container {
order: 1;
flex: 1 0 0px;
height: 100%;
padding: 20px;
transition: 2s ease-in-out;
}
@media (min-width: 320px) {
/* line 120, ../sass/partials/_layout.sass */
.header-container h1 {
font-size: 3em;
}
}
@media (min-width: 720px) {
/* line 124, ../sass/partials/_layout.sass */
.header-container h1, .header-container p {
text-align: center;
}
}
@media (min-width: 1320px) {
/* line 128, ../sass/partials/_layout.sass */
.header-container h1 {
font-size: 3.5em;
}
}
/* line 131, ../sass/partials/_layout.sass */
.links-container {
text-align: center;
order: 1;
height: 40vh;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
/* line 141, ../sass/partials/_layout.sass */
.links-container p {
padding: 0;
}
/* line 144, ../sass/partials/_layout.sass */
.links-container a {
padding: 0;
margin: 0;
}
@media (min-width: 720px) {
/* line 144, ../sass/partials/_layout.sass */
.links-container a {
font-size: 2.5em;
}
}
@media (min-width: 1320px) {
/* line 144, ../sass/partials/_layout.sass */
.links-container a {
font-size: 1em;
}
}
/* line 1, ../sass/partials/_footer.sass */
.footer {
font-size: 1.5em;
color: #405469;
height: 54px;
order: 3;
}
/* line 7, ../sass/partials/_footer.sass */
.footer a {
padding: 2px;
}
@media (min-width: 720px) {
/* line 7, ../sass/partials/_footer.sass */
.footer a {
font-size: 2em;
}
}
@media (min-width: 1320px) {
/* line 7, ../sass/partials/_footer.sass */
.footer a {
font-size: 1em;
}
}
/* line 16, ../sass/partials/_footer.sass */
.footer .fa {
color: #405469;
}
/* line 19, ../sass/partials/_footer.sass */
.footer .fa:hover {
cursor: pointer;
color: #6b87a4;
}
/* line 1, ../sass/partials/_typewriter.sass */
.typewriter, .left-typewriter, .programming-typewriter, .photography-typewriter, .blog-typewriter, .resume-typewriter {
overflow: hidden;
border-right: 0.6em solid #405469;
white-space: normal;
margin: 0 auto;
animation: typing 2.5s steps(50, end), blink-caret 0.75s step-end infinite;
}
@media (min-width: 720px) {
/* line 1, ../sass/partials/_typewriter.sass */
.typewriter, .left-typewriter, .programming-typewriter, .photography-typewriter, .blog-typewriter, .resume-typewriter {
white-space: nowrap;
}
}
/* line 11, ../sass/partials/_typewriter.sass */
.typewriter .programming, .left-typewriter .programming, .programming-typewriter .programming, .photography-typewriter .programming, .blog-typewriter .programming, .resume-typewriter .programming, .typewriter .photography, .left-typewriter .photography, .programming-typewriter .photography, .photography-typewriter .photography, .blog-typewriter .photography, .resume-typewriter .photography, .typewriter .blog, .left-typewriter .blog, .programming-typewriter .blog, .photography-typewriter .blog, .blog-typewriter .blog, .resume-typewriter .blog, .typewriter .resume, .left-typewriter .resume, .programming-typewriter .resume, .photography-typewriter .resume, .blog-typewriter .resume, .resume-typewriter .resume {
white-space: normal;
}
@media (min-width: 720px) {
/* line 11, ../sass/partials/_typewriter.sass */
.typewriter .programming, .left-typewriter .programming, .programming-typewriter .programming, .photography-typewriter .programming, .blog-typewriter .programming, .resume-typewriter .programming, .typewriter .photography, .left-typewriter .photography, .programming-typewriter .photography, .photography-typewriter .photography, .blog-typewriter .photography, .resume-typewriter .photography, .typewriter .blog, .left-typewriter .blog, .programming-typewriter .blog, .photography-typewriter .blog, .blog-typewriter .blog, .resume-typewriter .blog, .typewriter .resume, .left-typewriter .resume, .programming-typewriter .resume, .photography-typewriter .resume, .blog-typewriter .resume, .resume-typewriter .resume {
white-space: nowrap;
}
}
/* line 17, ../sass/partials/_typewriter.sass */
.left-typewriter {
white-space: nowrap;
width: 0;
animation: deletion-typing 0.5s steps(50, end), blink-caret 0.75s step-end infinite;
}
/* line 26, ../sass/partials/_typewriter.sass */
.programming-typewriter {
animation: typing 2.5s steps(50, end), programming-caret 0.75s step-end infinite;
}
/* line 29, ../sass/partials/_typewriter.sass */
.photography-typewriter {
animation: typing 2.5s steps(50, end), photography-caret 0.75s step-end infinite;
}
/* line 32, ../sass/partials/_typewriter.sass */
.blog-typewriter {
animation: typing 2.5s steps(50, end), blog-caret 0.75s step-end infinite;
}
/* line 35, ../sass/partials/_typewriter.sass */
.resume-typewriter {
animation: typing 2.5s steps(50, end), resume-caret 0.75s step-end infinite;
}
@keyframes typing {
from, to {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes deletion-typing {
from, to {
width: 100%;
}
100% {
width: 0;
}
}
@keyframes blink-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #405469;
}
}
@keyframes programming-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #B2B2B2;
}
}
@keyframes photography-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #E8285A;
}
}
@keyframes blog-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #C5518F;
}
}
@keyframes resume-caret {
from, to {
border-color: transparent;
}
50% {
border-color: #00FFCC;
}
}
/* line 1, ../sass/partials/_navigation.sass */
ul {
display: none;
list-style-type: none;
transition: 1s ease-in-out;
z-index: 1;
}
/* line 7, ../sass/partials/_navigation.sass */
li {
float: left;
transition: 1s ease-in-out;
height: 100%;
margin-left: 3px;
margin-right: 3px;
opacity: 1;
}
@media (min-width: 720px) {
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(1) {
animation: slide 300ms ease-in-out forwards;
}
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(2) {
animation: slide 600ms ease-in-out forwards;
}
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(3) {
animation: slide 900ms ease-in-out forwards;
}
/* line 18, ../sass/partials/_navigation.sass */
li:nth-child(4) {
animation: slide 1200ms ease-in-out forwards;
}
}
/* line 24, ../sass/partials/_navigation.sass */
li a {
box-sizing: border-box;
position: relative;
padding: 0.5em;
height: 100%;
}
/* line 30, ../sass/partials/_navigation.sass */
li a::before, li a::after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
}
@media (min-width: 720px) {
/* line 7, ../sass/partials/_navigation.sass */
li {
background-color: #222;
}
}
@keyframes slide {
0% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
}
/* line 62, ../sass/partials/_navigation.sass */
.draw, .draw-programming, .draw-photography, .draw-blog, .draw-resume {
transition: color 0.25s ease-in-out;
}
/* line 65, ../sass/partials/_navigation.sass */
.draw::before, .draw-programming::before, .draw-photography::before, .draw-blog::before, .draw-resume::before, .draw::after, .draw-programming::after, .draw-photography::after, .draw-blog::after, .draw-resume::after {
border: 2px solid transparent;
width: 0;
height: 0;
}
/* line 72, ../sass/partials/_navigation.sass */
.draw::before, .draw-programming::before, .draw-photography::before, .draw-blog::before, .draw-resume::before {
top: 0;
left: 0;
}
/* line 76, ../sass/partials/_navigation.sass */
.draw::after, .draw-programming::after, .draw-photography::after, .draw-blog::after, .draw-resume::after {
top: 0;
left: 0;
}
/* line 80, ../sass/partials/_navigation.sass */
.draw:hover, .draw-programming:hover, .draw-photography:hover, .draw-blog:hover, .draw-resume:hover {
cursor: pointer;
opacity: 1;
}
/* line 84, ../sass/partials/_navigation.sass */
.draw:hover::before, .draw-programming:hover::before, .draw-photography:hover::before, .draw-blog:hover::before, .draw-resume:hover::before, .draw:hover::after, .draw-programming:hover::after, .draw-photography:hover::after, .draw-blog:hover::after, .draw-resume:hover::after {
width: 100%;
height: 100%;
}
/* line 89, ../sass/partials/_navigation.sass */
.draw:hover::before, .draw-programming:hover::before, .draw-photography:hover::before, .draw-blog:hover::before, .draw-resume:hover::before {
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
/* line 92, ../sass/partials/_navigation.sass */
.draw:hover::after, .draw-programming:hover::after, .draw-photography:hover::after, .draw-blog:hover::after, .draw-resume:hover::after {
transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
/* line 98, ../sass/partials/_navigation.sass */
.draw-programming:hover {
color: #B2B2B2;
animation: opaque 200ms ease-in-out forwards;
}
/* line 102, ../sass/partials/_navigation.sass */
.draw-programming:hover::before {
border-top-color: #B2B2B2;
border-right-color: #B2B2B2;
}
/* line 106, ../sass/partials/_navigation.sass */
.draw-programming:hover::after {
border-bottom-color: #B2B2B2;
border-left-color: #B2B2B2;
}
/* line 110, ../sass/partials/_navigation.sass */
.draw-programming-active {
background-color: #B2B2B2;
color: white;
transition: 0.5s ease-in-out;
position: relative;
opacity: 1;
}
@media (min-width: 720px) {
/* line 119, ../sass/partials/_navigation.sass */
.draw-programming-active::after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #B2B2B2;
border-width: 10px;
margin-left: -10px;
}
/* line 132, ../sass/partials/_navigation.sass */
.draw-programming-active:hover {
color: white;
}
}
/* line 138, ../sass/partials/_navigation.sass */
.draw-photography:hover {
color: #E8285A;
}
/* line 141, ../sass/partials/_navigation.sass */
.draw-photography:hover::before {
border-top-color: #E8285A;
border-right-color: #E8285A;
}
/* line 145, ../sass/partials/_navigation.sass */
.draw-photography:hover::after {
border-bottom-color: #E8285A;
border-left-color: #E8285A;
}
/* line 149, ../sass/partials/_navigation.sass */
.draw-photography-active {
background-color: #E8285A;
color: white;
transition: 0.5s ease-in-out;
opacity: 1;
}
@media (min-width: 720px) {
/* line 157, ../sass/partials/_navigation.sass */
.draw-photography-active::after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #E8285A;
border-width: 10px;
margin-left: -10px;
}
}
/* line 170, ../sass/partials/_navigation.sass */
.draw-photography-active:hover {
color: white;
}
/* line 176, ../sass/partials/_navigation.sass */
.draw-blog:hover {
color: #C5518F;
}
/* line 179, ../sass/partials/_navigation.sass */
.draw-blog:hover::before {
border-top-color: #C5518F;
border-right-color: #C5518F;
}
/* line 183, ../sass/partials/_navigation.sass */
.draw-blog:hover::after {
border-bottom-color: #C5518F;
border-left-color: #C5518F;
}
/* line 187, ../sass/partials/_navigation.sass */
.draw-blog-active {
background-color: #C5518F;
color: white;
transition: 0.5s ease-in-out;
opacity: 1;
}
@media (min-width: 720px) {
/* line 194, ../sass/partials/_navigation.sass */
.draw-blog-active::after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #C5518F;
border-width: 10px;
margin-left: -10px;
}
}
/* line 208, ../sass/partials/_navigation.sass */
.draw-blog-active:hover {
color: white;
}
/* line 214, ../sass/partials/_navigation.sass */
.draw-resume:hover {
color: #00FFCC;
}
/* line 217, ../sass/partials/_navigation.sass */
.draw-resume:hover::before {
border-top-color: #00FFCC;
border-right-color: #00FFCC;
}
/* line 221, ../sass/partials/_navigation.sass */
.draw-resume:hover::after {
border-bottom-color: #00FFCC;
border-left-color: #00FFCC;
}
/* line 225, ../sass/partials/_navigation.sass */
.navigation {
width: 100%;
display: flex;
align-items: center;
font-size: 1.2em;
background-color: #222;
}
/* line 232, ../sass/partials/_navigation.sass */
.navigation .fa {
display: block;
color: white;
font-size: 1.5em;
}
@media (min-width: 320px) {
/* line 225, ../sass/partials/_navigation.sass */
.navigation {
height: auto;
justify-content: center;
}
}
@media (min-width: 720px) {
/* line 225, ../sass/partials/_navigation.sass */
.navigation {
height: 5vh;
justify-content: flex-end;
}
/* line 245, ../sass/partials/_navigation.sass */
.navigation ul {
display: inline;
}
/* line 248, ../sass/partials/_navigation.sass */
.navigation .fa {
display: none;
}
}
@media (min-width: 320px) {
/* line 252, ../sass/partials/_navigation.sass */
.navigation-mobile-visible {
flex-direction: column;
}
}
@media (min-width: 320px) and (min-width: 320px) {
/* line 255, ../sass/partials/_navigation.sass */
.navigation-mobile-visible ul {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
padding: 0;
margin: 0;
margin-top: 10px;
}
/* line 264, ../sass/partials/_navigation.sass */
.navigation-mobile-visible li {
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}
}
/* line 1, ../sass/partials/_programming.sass */
.programming-body {
flex: 1;
display: flex;
flex-direction: column;
order: 2;
}
@media (min-width: 1320px) {
/* line 8, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
/* line 16, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
position: absolute;
content: "";
width: 9px;
height: 9px;
background-color: #7592af;
border-radius: 9px;
box-shadow: 0px 0px 2px 8px white;
}
}
/* line 25, ../sass/partials/_programming.sass */
* {
box-sizing: border-box;
}
/* line 28, ../sass/partials/_programming.sass */
#timeline {
padding-bottom: 50px;
border-bottom: 1px dashed #7592af;
margin-bottom: 50px;
order: 0;
}
/* line 34, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper {
position: relative;
margin: auto;
}
@media (min-width: 1320px) {
/* line 34, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper {
display: flex;
flex-flow: row wrap;
width: 1470px;
height: 3080px;
margin: 0 auto;
}
}
/* line 46, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper::after {
z-index: 1;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1320px) {
/* line 46, ../sass/partials/_programming.sass */
#timeline .demo-card-wrapper::after {
border-left: 1px solid #7592af;
}
}
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
position: relative;
display: block;
margin: 10px auto 80px;
max-width: 94%;
z-index: 2;
flex: 1 0 0;
transition: 1s ease-in-out;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(1) {
animation: drop 400ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(2) {
animation: drop 800ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(3) {
animation: drop 1200ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(4) {
animation: drop 1600ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(5) {
animation: drop 2000ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(6) {
animation: drop 2400ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(7) {
animation: drop 2800ms ease-in-out forwards;
}
/* line 68, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(8) {
animation: drop 3200ms ease-in-out forwards;
}
@keyframes drop {
0% {
transform: translateY(-100px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@media (min-width: 480px) {
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
max-width: 60%;
box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
}
}
@media (min-width: 720px) {
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
max-width: 40%;
}
}
@media (min-width: 1320px) {
/* line 58, ../sass/partials/_programming.sass */
#timeline .demo-card {
max-width: 600px;
height: 500px;
margin: 90px;
margin-top: 45px;
margin-bottom: 45px;
}
/* line 95, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) {
margin-right: 45px;
}
/* line 98, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::after {
border-left-width: 10px;
border-left-style: solid;
left: 100%;
}
/* line 105, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(odd) .head::before {
left: 641.5px;
}
/* line 110, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(even) {
margin-left: 45px;
margin-top: 180px;
}
/* line 114, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(even) .head::after {
border-right-width: 10px;
border-right-style: solid;
right: 100%;
}
/* line 121, ../sass/partials/_programming.sass */
#timeline .demo-card:nth-child(even) .head::before {
right: 639.5px;
}
}
/* line 127, ../sass/partials/_programming.sass */
#timeline .demo-card .head {
position: relative;
display: flex;
align-items: center;
color: #fff;
font-weight: 700;
}
@media (min-width: 1320px) {
/* line 127, ../sass/partials/_programming.sass */
#timeline .demo-card .head {
width: 600px;
}
}
/* line 137, ../sass/partials/_programming.sass */
#timeline .demo-card .head .number-box {
display: inline;
float: left;
margin: 15px;
padding: 10px;
font: 35px "Decima Mono";
line-height: 35px;
font-weight: 400;
background: rgba(0, 0, 0, 0.17);
}
/* line 147, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 {
text-transform: uppercase;
font-family: "Decima Pro";
font-size: 2rem;
font-weight: inherit;
letter-spacing: 3px;
margin: 0;
padding-bottom: 6px;
line-height: 1rem;
}
@media (min-width: 320px) {
/* line 147, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 {
font-size: 1.2rem;
}
}
@media (min-width: 480px) {
/* line 147, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 {
line-height: 1.2rem;
}
}
/* line 164, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 span {
display: block;
font-family: "Decima Mono";
font-weight: 400;
font-size: 1rem;
letter-spacing: 5px;
margin: 0;
}
@media (min-width: 320px) {
/* line 164, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 span {
letter-spacing: 3px;
}
}
@media (min-width: 480px) {
/* line 164, ../sass/partials/_programming.sass */
#timeline .demo-card .head h2 span {
font-size: 0.8rem;
}
}
/* line 179, ../sass/partials/_programming.sass */
#timeline .demo-card .body {
background: #fff;
border: 1px solid rgba(191, 191, 191, 0.4);
border-top: 0;
padding: 15px;
}
@media (min-width: 1320px) {
/* line 179, ../sass/partials/_programming.sass */
#timeline .demo-card .body {
height: 415px;
}
}
/* line 188, ../sass/partials/_programming.sass */
#timeline .demo-card .body p {
margin: none;
padding: none;
}
/* line 192, ../sass/partials/_programming.sass */
#timeline .demo-card .body .centered {
vertical-align: middle;
height: 100%;
}
/* line 196, ../sass/partials/_programming.sass */
#timeline .demo-card .body img {
display: block;
margin: auto;
width: 100%;
object-fit: contain;
}
/* line 202, ../sass/partials/_programming.sass */
#timeline .demo-card .body a {
padding: 0;
margin: 0;
text-decoration: underline;
font-weight: bold;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step1 {
background-color: #95BE46;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step1 .head::after {
border-color: #95BE46;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step2 {
background-color: #0055FF;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step2 .head::after {
border-color: #0055FF;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step3 {
background-color: #20ACFE;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step3 .head::after {
border-color: #20ACFE;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step4 {
background-color: #F58634;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step4 .head::after {
border-color: #F58634;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step5 {
background-color: #50BD9D;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step5 .head::after {
border-color: #50BD9D;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step6 {
background-color: #149BAD;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step6 .head::after {
border-color: #149BAD;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step7 {
background-color: #6FDA44;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step7 .head::after {
border-color: #6FDA44;
}
/* line 209, ../sass/partials/_programming.sass */
#timeline .demo-card--step8 {
background-color: #0044b5;
}
/* line 214, ../sass/partials/_programming.sass */
#timeline .demo-card--step8 .head::after {
border-color: #0044b5;
}
/* line 217, ../sass/partials/_programming.sass */
.title-reference {
display: none;
font-family: "Decima Mono";
font-weight: 400;
font-size: 4em;
letter-spacing: 2px;
}
@media (min-width: 1320px) {
/* line 217, ../sass/partials/_programming.sass */
.title-reference {
display: block;
}
}
/* line 228, ../sass/partials/_programming.sass */
.projects-container {
display: flex;
flex-direction: column;
width: 100%;
justify-content: space-between;
order: 5;
}
@media (min-width: 720px) {
/* line 228, ../sass/partials/_programming.sass */
.projects-container {
align-items: center;
}
}
@media (min-width: 1320px) {
/* line 228, ../sass/partials/_programming.sass */
.projects-container {
width: 1470px;
flex-flow: row wrap;
align-items: baseline;
}
}
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
display: flex;
flex-direction: column;
position: relative;
max-width: 94%;
margin: 10px;
border-top: solid 3px;
}
@media (min-width: 480px) {
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
max-width: 60%;
box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
}
}
@media (min-width: 720px) {
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
max-width: 40%;
}
}
@media (min-width: 1320px) {
/* line 243, ../sass/partials/_programming.sass */
.projects-card {
min-width: 327.5px;
max-width: 460px;
width: 100%;
}
}
/* line 263, ../sass/partials/_programming.sass */
.projects-card .content-container {
padding: 15px;
order: 1;
width: 100%;
border-bottom: 1px dashed #7592af;
flex: 9;
display: flex;
flex-direction: column;
}
/* line 272, ../sass/partials/_programming.sass */
.projects-card .content-container h2 {
text-transform: uppercase;
font-family: "Decima Pro";
font-size: 3.5rem;
font-weight: inherit;
letter-spacing: 3px;
margin: 0;
padding-bottom: 6px;
line-height: 1rem;
}
@media (min-width: 320px) {
/* line 272, ../sass/partials/_programming.sass */
.projects-card .content-container h2 {
font-size: 1.2rem;
}
}
@media (min-width: 480px) {
/* line 272, ../sass/partials/_programming.sass */
.projects-card .content-container h2 {
line-height: 1.2rem;
}
}
/* line 288, ../sass/partials/_programming.sass */
.projects-card .content-container h2 a {
padding: 0;
margin: 0;
text-decoration: underline;
}
/* line 294, ../sass/partials/_programming.sass */
.projects-card .content-container h2 span {
display: block;
font-family: "Decima Mono";
font-weight: 400;
font-size: 1rem;
letter-spacing: 5px;
margin: 0;
}
@media (min-width: 320px) {
/* line 294, ../sass/partials/_programming.sass */
.projects-card .content-container h2 span {
letter-spacing: 3px;
}
}
@media (min-width: 480px) {
/* line 294, ../sass/partials/_programming.sass */
.projects-card .content-container h2 span {
font-size: 0.8rem;
}
}
/* line 309, ../sass/partials/_programming.sass */
.projects-card .content-container img {
display: block;
margin: auto;
width: 100%;
object-fit: contain;
}
/* line 315, ../sass/partials/_programming.sass */
.projects-card .logos-container {
order: 2;
display: flex;
flex: 1;
flex-direction: row;
overflow: hidden;
padding: 15px;
}
/* line 323, ../sass/partials/_programming.sass */
.personal {
border-color: #333332;
}
/* line 326, ../sass/partials/_programming.sass */
.designhub {
border-color: #1B549E;
}
/* line 329, ../sass/partials/_programming.sass */
.ptp {
border-color: #E2414B;
}
/* line 1, ../sass/partials/_photography.sass */
.photography-container {
display: flex;
flex-flow: row wrap;
flex: 1;
order: 1;
}
@media (min-width: 320px) {
/* line 1, ../sass/partials/_photography.sass */
.photography-container {
max-width: 94%;
}
}
@media (min-width: 720px) {
/* line 1, ../sass/partials/_photography.sass */
.photography-container {
max-width: 700px;
}
}
/* line 13, ../sass/partials/_photography.sass */
.photo-container, .photo-container-xs, .photo-container-md {
width: 100%;
height: auto;
padding: 0;
margin: 15px;
}
/* line 19, ../sass/partials/_photography.sass */
.photo-container img, .photo-container-xs img, .photo-container-md img {
display: block;
width: 100%;
object-fit: scale-down;
padding: 0;
margin: 0;
}
@media (min-width: 720px) {
/* line 13, ../sass/partials/_photography.sass */
.photo-container, .photo-container-xs, .photo-container-md {
max-width: 320px;
max-height: 700px;
}
}
/* line 30, ../sass/partials/_photography.sass */
.photo-container .description, .photo-container-xs .description, .photo-container-md .description {
display: none;
}
@media (min-width: 720px) {
/* line 33, ../sass/partials/_photography.sass */
.photo-container-xs {
max-width: 233.33333px;
height: 100%;
}
}
@media (min-width: 720px) {
/* line 39, ../sass/partials/_photography.sass */
.photo-container-md {
max-width: 405px;
}
} | 0.275909 | 0.058642 |
/*******************/
/*** Main Menu ****/
/*******************/
nav.main-menu {
float: right;
}
.main-menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
li.main-menu-level-1 {
float: left;
padding: 2px 10px;
text-align: center;
display: block;
}
ul.main-menu-level-1 {
clear: left;
position: relative;
}
a.main-menu-level-1 {
margin: 7px 0;
display: block;
}
a.main-menu-level-1:hover {
text-decoration: none;
}
div.main-menu-level-2 {
position: absolute;
display: none;
z-index: 100;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
div.main-menu-level-2:hover {
/*display: block;*/
}
li.main-menu-level-2 {
white-space: nowrap;
display: block;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
padding: 5px 0;
}
li.main-menu-level-2.main-menu-2-col {
width: 50%;
}
li.main-menu-level-2:last-of-type {
padding-right: 0;
}
li.main-menu-level-2 > a {
padding: 0 10px;
}
li.main-menu-level-2 > a:hover {
text-decoration: none;
}
.main-menu-column ul.main-menu-2-col {
width: 50%;
float: left;
}
ul.main-menu-level-3 {
text-transform: none;
line-height: 17px;
margin-top: 20px;
}
ul.main-menu-level-3 a:hover {
text-decoration: none;
}
li.main-menu-level-3 {
margin-bottom: 8px;
}
li.main-menu-level-99 a {
margin-left: 5px;
font-size: 12px;
}
li.main-menu-level-99 a::before {
content: '';
background-position: -35px -11px;
background-size: 300px;
height: 13px;
width: 13px;
float: left;
display: block;
margin-top: 2px;
}
li.main-menu-level-99 a:hover {
text-decoration: underline;
}
/*# sourceMappingURL=GSoft.Dynamite.Navigation.MainMenu.css.map */ | Source/GSoft.Dynamite.Navigation.SP/SP.Layouts/GSoft.Dynamite.Navigation.SP/CSS/GSoft.Dynamite.Navigation.MainMenu.css | /*******************/
/*** Main Menu ****/
/*******************/
nav.main-menu {
float: right;
}
.main-menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
li.main-menu-level-1 {
float: left;
padding: 2px 10px;
text-align: center;
display: block;
}
ul.main-menu-level-1 {
clear: left;
position: relative;
}
a.main-menu-level-1 {
margin: 7px 0;
display: block;
}
a.main-menu-level-1:hover {
text-decoration: none;
}
div.main-menu-level-2 {
position: absolute;
display: none;
z-index: 100;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
div.main-menu-level-2:hover {
/*display: block;*/
}
li.main-menu-level-2 {
white-space: nowrap;
display: block;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
padding: 5px 0;
}
li.main-menu-level-2.main-menu-2-col {
width: 50%;
}
li.main-menu-level-2:last-of-type {
padding-right: 0;
}
li.main-menu-level-2 > a {
padding: 0 10px;
}
li.main-menu-level-2 > a:hover {
text-decoration: none;
}
.main-menu-column ul.main-menu-2-col {
width: 50%;
float: left;
}
ul.main-menu-level-3 {
text-transform: none;
line-height: 17px;
margin-top: 20px;
}
ul.main-menu-level-3 a:hover {
text-decoration: none;
}
li.main-menu-level-3 {
margin-bottom: 8px;
}
li.main-menu-level-99 a {
margin-left: 5px;
font-size: 12px;
}
li.main-menu-level-99 a::before {
content: '';
background-position: -35px -11px;
background-size: 300px;
height: 13px;
width: 13px;
float: left;
display: block;
margin-top: 2px;
}
li.main-menu-level-99 a:hover {
text-decoration: underline;
}
/*# sourceMappingURL=GSoft.Dynamite.Navigation.MainMenu.css.map */ | 0.245808 | 0.039881 |
.u-section-1 .u-sheet-1 {
min-height: 20px;
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 409px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 60px;
margin-bottom: 60px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 257px;
}
.u-section-2 .u-container-layout-1 {
padding: 30px 60px 0;
}
.u-section-2 .u-text-1 {
font-family: "Alfa Slab One";
margin: 0;
}
.u-section-2 .u-text-2 {
font-family: Georgia, serif;
margin: 9px 0 0;
}
.u-section-2 .u-btn-1 {
background-image: none;
border-style: none;
margin: 40px auto 0 0;
padding: 2px 30px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 257px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px 60px;
}
.u-section-2 .u-social-icons-1 {
height: 91px;
min-height: 16px;
width: 193px;
min-width: 42px;
white-space: nowrap;
margin: 0 auto;
}
.u-section-2 .u-icon-1 {
height: 100%;
}
.u-section-2 .u-icon-2 {
height: 100%;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 331px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 212px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 212px;
}
.u-section-2 .u-social-icons-1 {
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 300px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 400px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 195px;
}
.u-section-2 .u-container-layout-1 {
padding-top: 12px;
padding-right: 0;
padding-left: 10px;
}
.u-section-2 .u-text-1 {
width: auto;
margin-right: 10px;
}
.u-section-2 .u-text-2 {
width: auto;
margin-top: 23px;
margin-right: 10px;
}
.u-section-2 .u-btn-1 {
margin-top: 22px;
margin-left: 192px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 151px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0;
}
.u-section-2 .u-social-icons-1 {
width: 192px;
margin-right: auto;
margin-bottom: -30px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-layout-cell-1 {
min-height: 159px;
}
.u-section-2 .u-text-1 {
margin-right: 0;
}
.u-section-2 .u-text-2 {
margin-right: 0;
}
.u-section-2 .u-btn-1 {
margin-left: 92px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-social-icons-1 {
margin-bottom: -21px;
}
}.u-section-3 .u-sheet-1 {
min-height: 20px;
} | Contato.css | .u-section-1 .u-sheet-1 {
min-height: 20px;
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 409px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 60px;
margin-bottom: 60px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 257px;
}
.u-section-2 .u-container-layout-1 {
padding: 30px 60px 0;
}
.u-section-2 .u-text-1 {
font-family: "Alfa Slab One";
margin: 0;
}
.u-section-2 .u-text-2 {
font-family: Georgia, serif;
margin: 9px 0 0;
}
.u-section-2 .u-btn-1 {
background-image: none;
border-style: none;
margin: 40px auto 0 0;
padding: 2px 30px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 257px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px 60px;
}
.u-section-2 .u-social-icons-1 {
height: 91px;
min-height: 16px;
width: 193px;
min-width: 42px;
white-space: nowrap;
margin: 0 auto;
}
.u-section-2 .u-icon-1 {
height: 100%;
}
.u-section-2 .u-icon-2 {
height: 100%;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 331px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 212px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 212px;
}
.u-section-2 .u-social-icons-1 {
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 300px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 30px;
padding-right: 30px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 400px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 195px;
}
.u-section-2 .u-container-layout-1 {
padding-top: 12px;
padding-right: 0;
padding-left: 10px;
}
.u-section-2 .u-text-1 {
width: auto;
margin-right: 10px;
}
.u-section-2 .u-text-2 {
width: auto;
margin-top: 23px;
margin-right: 10px;
}
.u-section-2 .u-btn-1 {
margin-top: 22px;
margin-left: 192px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 151px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0;
}
.u-section-2 .u-social-icons-1 {
width: 192px;
margin-right: auto;
margin-bottom: -30px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-layout-cell-1 {
min-height: 159px;
}
.u-section-2 .u-text-1 {
margin-right: 0;
}
.u-section-2 .u-text-2 {
margin-right: 0;
}
.u-section-2 .u-btn-1 {
margin-left: 92px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-social-icons-1 {
margin-bottom: -21px;
}
}.u-section-3 .u-sheet-1 {
min-height: 20px;
} | 0.395018 | 0.082033 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
.fixed-nav-btn {
position: fixed;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
}
.nav-btns{
margin-left: 12px;
}
.fixed-nav-btn-opt {
position: fixed;
left: 23px;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
}
.app-title{
color: white;
font-weight: inherit;
font-size: 1.64rem;
line-height: 100%;
position: fixed;
left: 55px;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
}
.ovo {
background-color: #ffcc00 !important;
}
.container {
margin: 0 auto;
max-width: 1280px;
width: 95%;
}
.crd {
border-radius: 10px !important;
}
.col {
border: 0px solid #e0e0e0;
border-radius: 2px;
overflow: hidden;
position: relative;
}
nav {
color: #fff;
background-color: #ee6e73;
width: 100%;
height: 120px;
line-height: 56px;
}
.navbar-fixed {
position: relative;
height: 120px;
z-index: 997;
}
.fixed-nav-btn-option {
position: fixed;
left: 23px;
top: 5px;
padding-top: 80px;
margin-bottom: 0;
z-index: 997;
}
.nav-btns{
position: relative;
width: 30px;
top: 5px;
padding-top: 40px !important;
}
.breadcrumbs {
color: #fff !important;
background-color: #ee6e73 !important;
width: 100% !important;
height: 56px !important;
line-height: 56px !important;
}
.mostardinha{background-color:#f1c40f !important}
.mostardinha-text{color:#f1c40f !important}
.collection {
border: 1px solid #0000;
border-radius: px;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
position: absolute;
width: 80px;
height: 80px;
overflow: hidden;
left: 10px;
display: inline-block;
vertical-align: middle;
}
.collection .collection-item.avatar {
min-height: 84px;
padding-left: 115px;
position: relative;
}
.fixed-nav-btn-opt-right {
position: fixed;
right: 23px;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
} | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
.fixed-nav-btn {
position: fixed;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
}
.nav-btns{
margin-left: 12px;
}
.fixed-nav-btn-opt {
position: fixed;
left: 23px;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
}
.app-title{
color: white;
font-weight: inherit;
font-size: 1.64rem;
line-height: 100%;
position: fixed;
left: 55px;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
}
.ovo {
background-color: #ffcc00 !important;
}
.container {
margin: 0 auto;
max-width: 1280px;
width: 95%;
}
.crd {
border-radius: 10px !important;
}
.col {
border: 0px solid #e0e0e0;
border-radius: 2px;
overflow: hidden;
position: relative;
}
nav {
color: #fff;
background-color: #ee6e73;
width: 100%;
height: 120px;
line-height: 56px;
}
.navbar-fixed {
position: relative;
height: 120px;
z-index: 997;
}
.fixed-nav-btn-option {
position: fixed;
left: 23px;
top: 5px;
padding-top: 80px;
margin-bottom: 0;
z-index: 997;
}
.nav-btns{
position: relative;
width: 30px;
top: 5px;
padding-top: 40px !important;
}
.breadcrumbs {
color: #fff !important;
background-color: #ee6e73 !important;
width: 100% !important;
height: 56px !important;
line-height: 56px !important;
}
.mostardinha{background-color:#f1c40f !important}
.mostardinha-text{color:#f1c40f !important}
.collection {
border: 1px solid #0000;
border-radius: px;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
position: absolute;
width: 80px;
height: 80px;
overflow: hidden;
left: 10px;
display: inline-block;
vertical-align: middle;
}
.collection .collection-item.avatar {
min-height: 84px;
padding-left: 115px;
position: relative;
}
.fixed-nav-btn-opt-right {
position: fixed;
right: 23px;
top: 5px;
padding-top: 15px;
margin-bottom: 0;
z-index: 997;
} | 0.477798 | 0.046681 |
.presentation {
padding-top: 50px;
display: flex;
width: 100%;
margin: auto;
min-height: 80vh;
align-items: center;
}
.introduction {
flex: 1;
padding-left: 0px;
}
.intro-text h1 {
font-size: 44px;
font-weight: 500;
background: linear-gradient(to right, #494964, #6f6f89);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.intro-text p {
margin-top: 5px;
font-size: 22px;
color: #585772;
}
.cover {
flex: 1;
display: flex;
justify-content: center;
height: 60vh;
}
.cover img {
height: 100%;
filter: drop-shadow(0px 5px 3px black);
animation: drop 1.5s ease;
}
.big-circle {
position: absolute;
top: 0px;
right: 0px;
z-index: -1;
opacity: 0.5;
height: 80%;
}
.medium-circle {
position: absolute;
top: 30%;
right: 30%;
z-index: -1;
height: 60%;
opacity: 0.4;
}
.small-circle {
position: absolute;
bottom: 0%;
left: 0%;
z-index: -1;
}
@keyframes drop {
0% {
opacity: 0;
transform: translateY(-80px);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@media screen and (max-width: 1024px) {
.presentation {
flex-direction: column;
}
.introduction {
margin-top: 5vh;
text-align: center;
}
.intro-text h1 {
font-size: 30px;
}
.intro-text p {
font-size: 18px;
}
.laptop-select {
bottom: 5%;
right: 50%;
width: 50%;
transform: translate(50%, 5%);
}
.cover img {
height: 80%;
}
.small-circle,
.medium-circle,
.big-circle {
opacity: 0.2;
}
}
/* end presentation sec */
.img-zoom {
display: block;
}
.img-zoom img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.img-zoom:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.card .img-wrap {
border-radius: 3px 3px 0 0;
overflow: hidden;
position: relative;
height: 200px;
text-align: center;
}
.card .img-wrap img {
max-height: 100%;
max-width: 100%;
object-fit: cover;
}
a {
text-decoration: none;
}
.text-success {
color: #2e7d32 !important;
} | src/app/shopping/components/meals/meals.component.css | .presentation {
padding-top: 50px;
display: flex;
width: 100%;
margin: auto;
min-height: 80vh;
align-items: center;
}
.introduction {
flex: 1;
padding-left: 0px;
}
.intro-text h1 {
font-size: 44px;
font-weight: 500;
background: linear-gradient(to right, #494964, #6f6f89);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.intro-text p {
margin-top: 5px;
font-size: 22px;
color: #585772;
}
.cover {
flex: 1;
display: flex;
justify-content: center;
height: 60vh;
}
.cover img {
height: 100%;
filter: drop-shadow(0px 5px 3px black);
animation: drop 1.5s ease;
}
.big-circle {
position: absolute;
top: 0px;
right: 0px;
z-index: -1;
opacity: 0.5;
height: 80%;
}
.medium-circle {
position: absolute;
top: 30%;
right: 30%;
z-index: -1;
height: 60%;
opacity: 0.4;
}
.small-circle {
position: absolute;
bottom: 0%;
left: 0%;
z-index: -1;
}
@keyframes drop {
0% {
opacity: 0;
transform: translateY(-80px);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@media screen and (max-width: 1024px) {
.presentation {
flex-direction: column;
}
.introduction {
margin-top: 5vh;
text-align: center;
}
.intro-text h1 {
font-size: 30px;
}
.intro-text p {
font-size: 18px;
}
.laptop-select {
bottom: 5%;
right: 50%;
width: 50%;
transform: translate(50%, 5%);
}
.cover img {
height: 80%;
}
.small-circle,
.medium-circle,
.big-circle {
opacity: 0.2;
}
}
/* end presentation sec */
.img-zoom {
display: block;
}
.img-zoom img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.img-zoom:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.card .img-wrap {
border-radius: 3px 3px 0 0;
overflow: hidden;
position: relative;
height: 200px;
text-align: center;
}
.card .img-wrap img {
max-height: 100%;
max-width: 100%;
object-fit: cover;
}
a {
text-decoration: none;
}
.text-success {
color: #2e7d32 !important;
} | 0.528533 | 0.096791 |
.fc-hour-day{
float:left;
margin-left:6%;
padding-bottom:2%;
border-bottom:1px solid rgb(218, 214, 214);
margin-bottom:1.2%;
/* color:black;
font-size:14.7px; */
}
.fc-hr{
margin-left:60px;
}
.fc-day{
margin-right:20px;
font-weight:900;
font-size:24;
}
.fc-float{
float:left;
}
.fc-week-day{
text-align:right;
padding-right:10px;
border-bottom-width: 1px;
border-color: #f56a6a;
font-size: 22px;
font-weight: 900;
line-height: 30px;
margin-left:78%;
margin-bottom:0.5%;
}
/* .fc-dataProvider-first{
/* padding-top:2%;
margin-top:10%; */
/*} */
.fc-container-hour{
font-weight:800;
font-size:20px;
margin-right:5%;
padding-bottom:1.2%;
}
.fc-label-month{
margin-top: 0;
white-space: nowrap;
font-size: 32px;
font-weight: 100;
margin-bottom: 10px;
padding-right:8px;
margin-bottom:1.5%;
font-weight:600;
}
.fc-label-year{
margin-top: 0;
white-space: nowrap;
font-size: 32px;
font-weight: 100;
margin-bottom: 10px;
margin-bottom:1.5%;
margin-right:17%;
font-weight:600;
}
.fc-button-next {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
background-color: white;
text-align:center;
color: black;
border-color:black;
border: 1px solid;
padding-left:5%;
margin-bottom:1.5%
}
.fc-button-prev {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
background-color: white;
margin-right: -1px;
padding-left:4%;
margin-top:5%;
color: black;
border-color:black;
border: 1px solid;
text-align:center;
margin-left:25%;
margin-bottom:1.5%;
}
.fc-button-left{
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
margin-right: -1px;
min-width: 67px;
text-align: center;
background-color: gray ;
color: #FFFFFF;
}
.fc-button-center{
min-width: 67px;
text-align: center;
background-color: gray ;
color: #FFFFFF;
}
.fc-button-right{
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
margin-right: 0px;
min-width: 67px;
text-align: center;
background-color: gray ;
color: #FFFFFF;
}
.fc-event{
font-weight:800;
margin-right:50px;
margin-left:60px;
color:rgb(41, 43, 44);
font-size:16px;
color:rgb(41, 43, 44);
}
.fc-font-awsome{
margin-left:290%;
} | components/Calendar/css/calendarDay-default.css | .fc-hour-day{
float:left;
margin-left:6%;
padding-bottom:2%;
border-bottom:1px solid rgb(218, 214, 214);
margin-bottom:1.2%;
/* color:black;
font-size:14.7px; */
}
.fc-hr{
margin-left:60px;
}
.fc-day{
margin-right:20px;
font-weight:900;
font-size:24;
}
.fc-float{
float:left;
}
.fc-week-day{
text-align:right;
padding-right:10px;
border-bottom-width: 1px;
border-color: #f56a6a;
font-size: 22px;
font-weight: 900;
line-height: 30px;
margin-left:78%;
margin-bottom:0.5%;
}
/* .fc-dataProvider-first{
/* padding-top:2%;
margin-top:10%; */
/*} */
.fc-container-hour{
font-weight:800;
font-size:20px;
margin-right:5%;
padding-bottom:1.2%;
}
.fc-label-month{
margin-top: 0;
white-space: nowrap;
font-size: 32px;
font-weight: 100;
margin-bottom: 10px;
padding-right:8px;
margin-bottom:1.5%;
font-weight:600;
}
.fc-label-year{
margin-top: 0;
white-space: nowrap;
font-size: 32px;
font-weight: 100;
margin-bottom: 10px;
margin-bottom:1.5%;
margin-right:17%;
font-weight:600;
}
.fc-button-next {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
background-color: white;
text-align:center;
color: black;
border-color:black;
border: 1px solid;
padding-left:5%;
margin-bottom:1.5%
}
.fc-button-prev {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
background-color: white;
margin-right: -1px;
padding-left:4%;
margin-top:5%;
color: black;
border-color:black;
border: 1px solid;
text-align:center;
margin-left:25%;
margin-bottom:1.5%;
}
.fc-button-left{
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
margin-right: -1px;
min-width: 67px;
text-align: center;
background-color: gray ;
color: #FFFFFF;
}
.fc-button-center{
min-width: 67px;
text-align: center;
background-color: gray ;
color: #FFFFFF;
}
.fc-button-right{
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
margin-right: 0px;
min-width: 67px;
text-align: center;
background-color: gray ;
color: #FFFFFF;
}
.fc-event{
font-weight:800;
margin-right:50px;
margin-left:60px;
color:rgb(41, 43, 44);
font-size:16px;
color:rgb(41, 43, 44);
}
.fc-font-awsome{
margin-left:290%;
} | 0.635788 | 0.119537 |
@charset "utf-8";
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
@import url("bootstrap/bootstrap-slider.css");
@import url("nav/style.css");
@import url("../js/fancybox/jquery.fancybox.css");
@import url("skins/theme-options.css");
@import url("animations/animate.css");
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");
@import url("flickr/flickr.css");
@import url("icons/font-awesome.min.css");
@import url("calendar/calendar.css");
@import url("slide/revolution.css");
@import url("slide/extralayers.css");
@import url("../js/rs-plugin/css/settings.css");
@font-face{font-family:Arvo;font-style:normal;font-weight:400;src:local('Arvo'),url('../font/J0GYVYTizO1mjpT3aOcSbQ.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
.login_left {
background-color: #5EC3A3;
color: rgb(255, 255, 255);
}
.login_name {
color: rgb(255, 255, 255);
padding-top: 16px;
float: right;
}
.signup_left {
background-color: #5EC3A3;
color: rgb(255, 255, 255);
min-height: 425px;
}
.log_leftpad h3 {
color: rgb(255, 255, 255) !important;
}
.login_right {
padding: 20px;
}
.log_logo {
padding-top: 108px;
}
.top_20 {
padding-top: 20px;
}
.top_30 {
padding-top: 30px;
}
.log_side a:hover {
color: #88C425 !important;
}
a {
color: #FFF;
text-decoration: none;
}
a:hover {
color: #A1CB57;
text-decoration: none !important;
}
.flat-mega-menu > ul > li > a:hover {
color: ##88C425;
}
.flat-mega-menu .drop-down,
.flat-mega-menu .social-bar ul {
border-bottom-color: #88C425;
}
.flat-mega-menu .search-bar ul input[type="submit"] {
width: 85%;
cursor: pointer;
font-size: 0.9rem;
font-family: "Arvo";
float: left;
height: 40px;
outline: medium none;
border: 1px solid rgba(0, 0, 0, 0.15);
opacity: 0.81;
box-shadow: 0.5px 0.866px 0px 0px rgba(255, 248, 68, 0.106) inset;
color: #FFF;
background: #88C425 none repeat scroll 0% 0% !important;
}
.flat-mega-menu .login-form input[type="submit"] {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 3px;
opacity: 0.81;
box-shadow: 0.5px 0.866px 0px 0px rgba(255, 248, 68, 0.106) inset;
color: #FFF;
height: 35px;
width: 100px;
font-size: 1rem;
font-family: "Arvo";
cursor: pointer;
outline: medium none;
background: #88C425 none repeat scroll 0% 0% !important;
}
.flat-mega-menu .login-form input {
width: 100%;
margin: 0px 0px 10px;
padding: 5px 10px;
display: block;
background-color: #F4F4F4;
box-shadow: 0.5px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
border: 1px solid #DEDEDE;
height: 35px;
box-sizing: border-box;
outline: medium none;
color: #88C425;
}
.flat-mega-menu .search-bar ul input[type="search"] {
background-color: #FFF;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.55) inset;
border-width: medium 10px medium 20px;
border-style: none solid;
border-color: -moz-use-text-color transparent;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding: 10px;
width: 100%;
float: left;
box-sizing: border-box;
height: 40px;
outline: medium none;
color: #88C425;
}
a {
color: #777;
}
a:hover {
color: #88C425 !important;
}
html {
font-size: 16px;
}
body {
font-family: 'Arvo';
color: #727272;
font-size: 1rem;
font-weight: lighter;
line-height: 0.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 5px 0 15px 0;
margin: 0;
color: #272727;
font-weight: normal;
font-family: 'Arvo';
-webkit-font-smoothing: antialiased;
}
h1,
.h1 {
font-size: 2.225rem;
}
h2,
.h2 {
font-size: 1.875rem;
}
h3,
.h3 {
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 1.125rem;
}
h5,
.h5 {
font-size: 0.875rem;
}
h6,
.h6 {
font-size: 0.75rem;
}
p {
margin: 0px 0px 20px;
color: #777;
font-size: 0.905rem;
line-height: 1.5rem;
word-wrap: break-word !important;
}
div {
word-wrap: break-word !important;
}
footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.footer-down ul,
.list-styles,
.starts,
.services-lines,
#testimonials,
ul.single-carousel,
.post-options {
margin: 0;
padding: 0;
list-style: none;
}
.btn-primary {
color: #fff;
font-size: 0.875rem;
padding: 10px 15px;
margin-right: 10px;
border-color: #dedede;
text-shadow: none;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.btn1 {
padding: 12px 41px !important;
margin-left: 5px;
}
.btn-primary:last-child {
margin-right: 0;
}
.btn-default {
font-size: 0.875rem;
border-color: #dedede;
text-shadow: none;
}
.paddings {
padding: 50px 0;
}
.paddings-mini {
padding: 50px 0;
}
.padding-top {
padding-top: 70px;
}
.padding-bottom {
padding-bottom: 100px;
}
.padding-bottom-mini {
padding-bottom: 40px;
}
.padding-top-mini {
padding-top: 30px;
}
.padding-sides {
padding: 20px 30px !important;
}
.no-padding {
padding: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-margin-top {
margin-top: 0 !important;
}
.bg-gray {
background-color: #fcfcfc;
}
.borders {
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
}
.border-top {
border-top: 1px solid #dfdfdf;
}
.border-right {
border-right: 1px solid #dfdfdf;
}
.border-bottom {
border-bottom: 1px solid #dfdfdf;
}
hr.tall {
margin: 0;
padding: 0;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
}
.list-styles {
margin-bottom: 20px;
}
.list-styles li {
line-height: 30px;
}
.promotion-box-info .list-styles li {
font-weight: bold;
}
.list-styles li .fancybox {
color: #0DC5B2;
}
.list-styles li a,
.list-styles li {
font-size: 12px;
}
.list-styles li i {
border-radius: 50%;
text-align: center;
font-size: 0.7rem;
padding: 0px 6px;
}
.filters_categories ul{
margin-bottom:0;
}
.filters_categories .list-styles li a,
.filters_categories .list-styles li {
font-size: 15px;
color: #777;
}
.filters_categories .list-styles li .cat_color_filter {
font-size: 16px;
color: #777 !important;
}
.filters_categories .list-styles li i {
border-radius: 50%;
color: #E95413;
text-align: center;
font-size: 1.2rem;
}
.show-grid .show-grid-block {
padding-top: 10px;
width: 100%;
display: block;
text-align: center;
padding-bottom: 10px;
background-color: #eee;
background-color: #F5F6FA;
border: 1px solid #ddd;
border: 1px solid rgba(86, 61, 124, .2);
margin-bottom: 20px;
}
div.fontawesome-icon-list a {
color: #777;
font-size: 0.9rem;
line-height: 2rem;
}
div.fontawesome-icon-list i {
margin-right: 10px;
}
iframe.video {
width: 100%;
height: 180px;
}
.single-carousel {
overflow: hidden;
}
.single-carousel li {
position: relative;
}
.single-carousel .info-single-carousel {
padding: 10px 5% 0 5%;
}
.lead {
font-weight: lighter;
font-size: 1.1rem;
line-height: 1.6rem;
}
.section-twitter {
background-color: #fff;
padding: 70px 0;
position: relative;
overflow: hidden;
}
.section-twitter i.icon-big {
position: absolute;
color: #eee;
left: -50px;
top: 20px;
font-size: 14rem;
}
#twitter {
max-width: 700px;
margin: 0 auto;
text-align: center;
font-size: 1.2rem;
line-height: 1.8rem;
font-style: italic;
}
.tweet_text {
color: #777;
font-size: 1.2rem;
line-height: 1.8rem;
}
.titles {
margin: 25px auto;
text-align: center;
position: relative;
}
.opacy_bg_02 .titles {
margin: 50px auto;
}
.titles h2 {
color: #222;
padding: 0;
z-index: 1;
position: relative;
}
.opacy_bg_02 .titles h2 {
color: #fff;
}
.titles h2 span {
font-size: 2.1rem;
font-weight: lighter;
color: #88C425 !important;
}
.titles h1 {
color: #222;
padding: 0;
z-index: 1;
position: relative;
}
.opacy_bg_02 .titles h1 {
color: #fff;
}
.titles h1 span {
font-size: 2.1rem;
font-weight: lighter;
color: #88C425 !important;
}
.titles i {
color: #F5F6FA;
position: absolute;
top: -20px;
left: 55%;
font-size: 7rem;
z-index: 0;
}
.opacy_bg_02 .titles i {
color: rgba(255, 255, 255, 0.2);
}
hr.tall {
margin: 24px auto;
border: 0;
max-width: 90%;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.opacy_bg_02 hr.tall {
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
.img-hover {
position: relative;
overflow: hidden;
}
.img-hover img {
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
width: 100%;
}
.img-hover .overlay {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
left: 0;
z-index: 99;
top: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.img-hover:hover .overlay {
opacity: 1;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.img-hover:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
}
.img-hover .overlay a {
padding-top: 26%;
height: 100%;
display: block;
font-size: 2.5rem;
color: #fff;
}
.img-hover .overlay a:hover {
text-decoration: none;
}
.semiboxshadow {
display: block;
}
.semiboxshadow img {
width: 1338px !Important;
max-width: 1340px;
margin: 0px auto;
margin-left: -53px;
margin-top: 150px;
position: absolute;
z-index: 0;
}
.list li {
line-height: 40px;
}
.list li:hover {
cursor: pointer;
}
.list li i {
padding-right: 8px;
font-size: 0.875rem;
}
.list li a {
color: #666;
}
.list li a:hover {
color: #252525;
}
.header-v1 {
background-color: #fff;
background: #fff;
position: fixed;
left: 0;
max-height: 60px;
z-index: 9999;
border-color: rgba(0, 0, 0, 0.3);
width: 100%;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v2 {
background: #fff;
position: fixed;
left: 0;
z-index: 9999;
width: 100%;
border-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v2 .flat-mega-menu > ul > .title i,
.header-v2 .flat-mega-menu > ul > .title > a > span {
color: #232323 !important;
}
.header-v1.is-sticky {
border-bottom: 1px solid #dedede !important;
max-height: 61px;
}
.header-v1.is-sticky .main_logo {
margin-top: -14px !important;
}
.header-v3 {
background: #fff;
left: 0;
z-index: 9999;
width: 100%;
position: relative;
border-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v4 {
background-color: #fff;
position: relative;
left: 0;
z-index: 9999;
width: 100%;
padding: 30px 0;
border-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v4.is-sticky {
padding: 10px 0 0 0;
border-bottom: 1px solid #dedede;
}
.header-v4.is-sticky .flat-mega-menu > ul > .title {
margin-bottom: 10px;
}
.header-v3 .flat-mega-menu > ul > li,
.header-v3 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li,
.header-v4 .flat-mega-menu > ul > li > a {
color: #727272;
}
.header-v4 .flat-mega-menu > ul {
text-align: center;
}
.header-v4 .flat-mega-menu > ul > .title {
float: none;
display: block;
text-align: center;
margin: 0 auto 20px auto;
}
.header-v4 .flat-mega-menu > ul > .title i {
right: 42%;
top: 0;
}
.header-v4 .flat-mega-menu > ul > .title > a {
text-align: center;
padding-right: 0;
padding-left: 0 !important;
}
.header-v4 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li {
line-height: 1rem;
min-height: 30px;
}
.tp-banner-container {
width: 100%;
overflow: hidden !important;
position: relative;
padding: 0;
}
.tp-banner {
width: 100%;
position: relative;
}
.tp-banner-fullscreen-container {
width: 100%;
position: relative;
padding: 0;
}
.icon-big-nav {
position: relative;
}
.icon-big-nav i {
font-size: 10rem;
position: absolute;
left: 10%;
bottom: 0;
opacity: 0.7;
}
.info-head {
text-align: right;
padding: 5px 0;
background-color: #f7f7f7;
border-bottom: 1px solid #cbd8d8;
position: relative;
z-index: 99;
}
.info-head ul {
padding: 5px 0;
margin: 0;
}
.info-head ul li ul {
padding: 0;
margin: 0;
}
.info-head ul li {
list-style: none;
display: inline-block;
margin-left: 15px;
padding-left: 15px;
font-size: 11px;
color: #fff;
border-left: 1px solid #dedede;
}
.info-head ul li:first-child {
border-left: 0;
}
.info-head ul li ul li:last-child {
border-left: 0;
}
.info-head ul li ul li {
list-style: none;
float: none;
margin: 0;
width: 100%;
font-size: 11px;
border-right: 0;
padding: 0;
}
.info-head ul li ul li ul li a {
color: #777;
padding: 5px 15px;
line-height: 20px;
font-size: 10px;
}
.info-head ul li ul li a img {
padding-right: 10px;
}
.info-head ul li .dropdown-menu {
min-width: 100px;
padding: 0;
left: 30px;
top: 27px;
z-index: 999 !important;
}
.info-head .dropdown-menu > li > a:hover,
.info-head .dropdown-menu > li > a:focus,
.info-head .dropdown-menu > .active > a,
.info-head .dropdown-menu > .active > a:hover,
.info-head .dropdown-menu > .active > a:focus {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f5f5f5, 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
color: #000 !important;
}
.info-head ul li a {
color: #fff;
}
.info-head ul li a:hover {
text-decoration: none;
}
.info-head ul li a:hover {
color: #232323 !important;
}
.info-head ul li i {
padding: 5px 5px 0 0;
color: #fff;
font-size: 14px;
}
.info-head ul li a i {
font-size: 13px;
padding-top: 3px;
padding-left: 5px;
}
.filter-title {
position: absolute;
top: 55%;
left: 41%;
margin-left: -25%;
width: 68%;
z-index: 99;
}
.filter-title.top-30 {
top: 30%;
}
.filter-title.top-40 {
top: 40%;
}
.layout-boxed .filter-title,
.layout-boxed-margin .filter-title {
top: 30%;
left: 50%;
margin-left: -37.5%;
width: 75%;
}
.title-header {
text-align: center;
}
.title-header h1 {
color: #fff;
font-size: 5.2rem;
line-height: 5.6rem;
font-weight: bold;
}
.title-header p {
color: #f7f7f7;
margin: 0 auto 30px auto;
max-width: 700px;
}
.nav-tabs {
border: 0;
margin: 0 auto;
max-width: 90%;
}
.nav-tabs li {
font-size: 0.8rem;
}
.nav-tabs li i {
margin-right: 10px;
font-size: 1rem;
}
.nav-tabs li.active a i,
.nav-tabs li.active a:hover i,
.nav-tabs li a:hover i {
color: #fff !important;
}
.nav-tabs li,
.nav-tabs li.active,
.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
border: 0 !important;
color: #fff !important;
}
.nav-tabs li a {
border: 0;
padding: 12px 40px;
background: #3a4749;
color: #fff;
}
.nav-tabs li a:hover {
background: #36BC95;
color: #fff;
}
.tabs-detailed .nav-tabs {
max-width: 100%;
margin-bottom: 40px;
}
.tabs-detailed .nav-tabs li a {
border-radius: 5px;
}
.filter-header {
padding: 0;
max-width: 90%;
margin: 1px auto 0px;
height: 58px;
border-radius: 0px 5px 5px;
border: 3px solid;
color: #88C425;
background-color: #fff;
}
.filter-header.flights-filter {
height: auto !important;
overflow: auto;
}
.filter-header.flights-filter .input-large {
width: 50%;
border-bottom: 1px solid #dedede;
}
.filter-header.flights-filter .date-input,
.filter-header.flights-filter .selector {
width: 25%;
}
.filter-header.flights-filter input[type="submit"] {
width: 100%;
}
.filter-header form {
border: 0;
padding: 0;
margin: 0;
}
.filter-header input {
height: 50px;
margin: 0;
float: left;
border: 0;
padding: 5px 10px;
font-size: 0.9rem;
font-weight: normal;
border-right: 1px solid #dedede;
}
.filter-header input:last-child {
border-right: 0;
}
.filter-header .input-large {
width: 23%;
background: #fff url("../img/icons/search.png") no-repeat scroll left 11px;
padding-left: 27px;
padding-top: 5px;
margin-top: 0px;
}
.filter-header .date-input {
background: #fff url("../img/icons/search.png") no-repeat scroll right 12px;
padding-right: 10px;
font-size: 0.9rem;
}
.filter-header .selector {
position: relative;
min-width: 60px;
line-height: 0;
float: left;
color: #999;
font-size: 0.9rem;
height: 50px;
}
.filter-header .selector1 {
position: relative;
min-width: 60px;
float: left;
color: #999;
font-size: 0.9rem;
font-weight: bold;
}
.selector1 select {
height: 52px;
line-height: 46px !important;
}
.selector select {
position: absolute;
z-index: 1;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height: 50px;
width: 100%;
-webkit-appearance: menulist-button;
line-height: 30px;
}
.selector select:hover {
cursor: pointer;
}
.selector span.custom-select {
display: inline-block;
line-height: 48px;
padding: 0 10px;
font-weight: normal;
width: 100%;
overflow: hidden;
white-space: nowrap;
}
.filter-header::-webkit-input-placeholder {
color: #565656;
}
.filter-header:-moz-placeholder {
color: #565656;
}
.filter-header::-moz-placeholder {
color: #565656;
}
.filter-header:-ms-input-placeholder {
color: #565656;
}
.filter-header input[type="submit"] {
width: 13%;
border: 0;
color: #fff;
background: #EF530D none repeat scroll 0% 0% !important;
}
/* Calendar -------------------------------------------*/
.ui-datepicker {
max-width: 250px;
padding: 0;
}
.ui-datepicker table thead {
background-color: #f8f8f8 !important;
}
.ui-datepicker th {
font-size: 0.875rem;
font-weight: lighter;
}
.ui-datepicker .ui-datepicker-calendar td {
vertical-align: middle;
text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
color: #999;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
background: transparent !important;
border: 0;
font-size: 0.8rem;
}
.ui-state-hover {
color: #fff !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-radius: 0 !important;
}
.ui-widget-header {
color: #fff;
font-weight: lighter;
font-size: 1rem;
}
.ui-datepicker .ui-datepicker-prev:before {
border-right: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
content: "";
display: block;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-prev {
left: 20px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 11px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
right: 0px;
}
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 11px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
border-left: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
content: "";
display: block;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.ui-datepicker a.ui-corner-all:hover {
background: transparent !important;
border: 0;
}
.ui-widget-content {
background: #ffffff!important;
}
.section-title-01 {
height: 450px;
background-color: #262626;
text-align: center;
position: relative;
width: 100%;
overflow: hidden;
}
.section-title-01 h1 {
color: #fff;
padding: 120px 0 0 5px;
font-size: 3rem;
line-height: 55px;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.overlay-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
z-index: 0;
}
.section-title-01 .crumbs {
position: relative;
}
.section-title-01 .crumbs ul {
margin: 10px auto;
padding: 10px;
display: table;
border-top: 2px solid;
list-style: none;
}
.section-title-01 .crumbs ul li {
display: inline-block;
padding-right: 5px;
line-height: 20px;
font-size: 15px;
color: #fff;
}
.bread_ccrumbs {
position: relative;
width: 100%;
overflow: hidden;
}
.bread_ccrumbs .crumbs {
position: relative;
}
.bread_ccrumbs .crumbs ul {
display: table;
list-style: none;
}
.bread_ccrumbs .crumbs ul li {
display: inline-block;
padding-right: 5px;
line-height: 20px;
font-size: 18px;
}
.bread_ccrumbs ul li a {
text-decoration: none;
color: #5C89C7;
}
.bread_ccrumbs ul li a:hover {
text-decoration: none;
color: #E95413;
}
.section-title-02 {
height: 350px;
background-color: #262626;
position: relative;
width: 100%;
overflow: hidden;
}
.section-title-02 h1 {
color: #fff;
padding: 97px 0 0 5px;
font-size: 1.6rem;
line-height: 55px;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.section-title-02 .crumbs {
position: relative;
padding: 97px 0 0 5px;
text-align: right;
}
.section-title-02 .crumbs ul {
margin: 10px auto;
padding: 10px;
list-style: none;
}
.section-title-02 .crumbs ul li {
display: inline-block;
padding-right: 3px;
line-height: 20px;
font-size: 0.775rem;
color: #fff;
}
.section-title-02 .crumbs ul li:last-child {
padding-right: 0;
}
.section-title-02 .crumbs ul li a:hover {
text-decoration: underline;
}
.section-title-03 {
height: 380px;
background-color: #262626;
position: relative;
width: 100%;
overflow: hidden;
}
.section-title-03 h1 {
color: #fff;
padding: 100px 20px 10px 0;
font-size: 1.6rem;
line-height: 1.8rem;
border-bottom: 2px solid;
display: inline-block;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.section-title-03 .crumbs {
position: relative;
}
.section-title-03 .crumbs ul {
margin: 10px auto;
list-style: none;
}
.section-title-03 .crumbs ul li {
display: inline-block;
padding-right: 5px;
line-height: 20px;
font-size: 0.775rem;
color: #fff;
}
.section-title-03 .crumbs ul li:last-child {
padding-right: 0;
}
.section-title-03 .crumbs ul li a:hover {
text-decoration: underline;
}
.section-title-detailed {
max-height: 700px;
height: auto;
width: 100%;
overflow: hidden;
position: relative;
line-height: 0;
background-size: cover!important;
}
.section-title-detailed img {
width: 100%;
}
.section-title-detailed .img-hover .overlay {
opacity: 1;
}
.title-detailed {
position: absolute;
bottom: 140px;
padding-bottom: 20px;
width: 100%;
}
.title-detailed h2 {
color: #fff;
font-size: 2rem;
line-height: 2rem;
}
.title-detailed h2 span {
font-size: 1rem;
display: block;
}
.content_info {
position: relative;
width: 100%;
overflow: hidden;
}
.no-overflow {
overflow: visible !important;
}
.content_resalt {
background: #F5F6FA;
}
.services-lines-info {
padding: 40px 0 0 0;
}
.services-lines-info p {
margin-bottom: 0;
}
.services-lines-info p.lead {
margin: 0 0 20px 0;
}
p.lead .line {
height: 2px;
width: 70px;
content: '';
display: block;
margin: 20px 0;
background: #88C425 none repeat scroll 0% 0% !important;
}
.skin_base p.lead .line {
background: #232323 !important;
}
.services-lines {
overflow: auto;
width: 106%;
}
.services-lines.services-lines-left {
margin-left: -5.3%;
}
.layout-wide .services-lines,
.full-services {
width: auto !important;
}
.services-lines li {
text-align: center;
width: 33.33%;
float: left;
background: #fff;
}
.services-lines li:hover {
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.67);
cursor: pointer;
font-weight: bold;
}
.services-lines li:hover img {
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 5px;
}
.services-lines li:hover h5 {
color: #FFF;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.services-lines li:hover .cate_job_img {
background: url("../img/4.jpg") no-repeat;
}
.services-lines li h5 {
padding: 0px 0px 0px;
font-size: 22px;
}
.services-lines li i {
font-size: 2.5rem;
padding-bottom: 5px;
color: #88C425;
}
.services-lines li .item-service-line {
padding: 24px 0;
border-right: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
border-top: 1px solid #F4F4F4;
border-left: 1px solid #F4F4F4;
}
.services-lines li:last-child {
border-right: 0;
}
.tabs-detailed .services-lines {
margin-bottom: 30px;
}
.tabs-detailed .services-lines li {
width: 14.2%;
background-color: #3a4749 !important;
}
.tabs-detailed .services-lines li h5 {
color: #fff;
}
.tabs-detailed .services-lines li i {
color: #fff !important;
}
.tabs-detailed .services-lines li:hover {
background-color: #3a4749 !important;
}
.tabs-detailed .services-lines li .item-service-line {
padding: 45px 0;
border-right: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
}
.content-boxes {
overflow: auto;
display: block;
}
.content-boxes-04 .item-boxed {
width: 25% !important;
}
.content-boxes .item-boxed {
width: 50%;
float: left;
overflow: hidden;
position: relative;
}
.image-boxed {
float: left;
;
position: relative;
overflow: hidden;
width: 50%;
}
.image-bottom {
float: right;
}
.image-boxed img {
width: 100%;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.image-boxed img:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.image-boxed .overlay {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.item-boxed:hover .overlay {
opacity: 0.3;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.image-boxed:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
}
.image-boxed a.more-boxe {
position: absolute;
text-align: center;
width: 100%;
left: 0;
color: #fff;
top: 40%;
font-size: 0;
}
.image-boxed a.more-box i {
font-size: 0rem;
color: #fff;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.item-boxed:hover a.more-boxe i {
font-size: 2.5rem;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.info-boxed {
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
padding: 35px 25px 30px 25px;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 50%;
z-index: 9999;
}
.boxed-bottom {
left: 0;
border-bottom: 1px solid #dedede;
}
.boxed-top {
border-top: 1px solid #dedede;
}
.info-boxed h3 {
font-size: 1.2rem;
font-weight: lighter;
padding: 0;
}
.info-boxed h3 span {
font-size: 0.775rem;
display: block;
margin-top: 8px;
font-weight: bold;
font-style: italic;
color: #88C425;
}
hr.separator {
border: none;
border-top: 1px solid #d5d5d5;
clear: both;
display: block;
position: relative;
margin: 20px auto 20px auto !important;
}
hr.separator:before {
background: #d5d5d5;
content: "";
height: 9px;
left: 50%;
margin: -4px 0 0 -4px;
position: absolute;
top: -1px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 9px;
}
.info-boxed p {
margin-bottom: 20px;
font-weight: normal;
}
.info-boxed .content-btn {
float: left;
}
.info-boxed .btn {
border: 0;
font-size: 0.7rem;
padding: 7px 10px;
background: #88C425 none repeat scroll 0% 0% !important;
}
.info-boxed .price {
left: -90px;
top: 55px;
font-size: 3rem;
line-height: 3rem;
font-weight: normal;
color: #fff;
position: absolute;
}
.info-boxed.boxed-bottom .price {
left: 100%;
margin-left: 50px;
top: 55px;
font-size: 3rem;
line-height: 3rem;
font-weight: lighter;
color: #fff;
position: absolute;
}
.price b {
padding: 10px;
}
.price b i {
width: 27px;
}
.info-boxed .price span {
font-weight: bold;
font-size: 1.5rem;
left: -20px;
top: -5px;
position: absolute;
color: #88C425;
}
.boxed-top:before {
border: 20px solid #fff;
border-bottom-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
content: "";
display: block;
left: -40px;
position: absolute;
top: 65px;
z-index: 999;
}
.boxed-bottom:before {
border: 20px solid #fff;
border-bottom-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
left: auto;
right: -40px;
position: absolute;
top: 65px;
z-index: 999;
}
.starts {
margin: -2px 0px -5px;
}
.item-boxed .starts {
float: right;
}
.title-detailed .starts {
margin: 0;
}
.starts li {
display: inline-block;
font-size: 0.8rem;
}
.starts li a i {
color: #ed8323;
opacity: 0.8;
}
.starts li:hover a i {
opacity: 1;
}
.boxes-2 {
position: relative;
}
.boxes-2 img {
width: 100%;
}
.info-boxes-2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-top: 20%;
background: rgba(0, 0, 0, 0.5);
text-align: center;
}
.info-boxes-2 h3 {
font-size: 3rem;
line-height: 2.8rem;
padding: 20px 0;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
text-align: center;
position: relative;
}
.info-boxes-2 h3 i {
font-size: 4rem;
position: absolute;
top: -90px;
left: 50px;
}
.info-boxes-2 h3 .up {
font-size: 2rem;
font-weight: bold;
line-height: 2.3rem;
position: absolute;
top: -50px;
right: 20px;
}
.info-boxes-2 h3 .down {
font-size: 1.2rem;
line-height: 2rem;
padding-top: 5px;
display: block;
}
.info-boxes-2 .btn {
margin-top: 30px;
}
.item-feature {
margin-bottom: 20px;
}
.item-feature .head-feature {
position: relative;
padding-bottom: 10px;
}
.item-feature .head-feature i {
font-size: 3rem;
color: #dedede;
position: absolute;
z-index: -1;
}
.item-feature .head-feature i.left-icon {
left: -40px;
top: -30px;
}
.item-feature .head-feature i.right-icon {
right: -50px;
bottom: -40px;
}
.item-feature .head-feature .title-feature {
font-size: 2.6rem;
font-weight: bold;
z-index: 1;
position: relative;
line-height: 3rem;
padding: 0;
display: inline-block;
color: #88C425;
}
.item-feature .head-feature span {
font-size: 1.2rem;
z-index: 1;
position: relative;
color: #88C425;
}
.promotion-box {
position: relative;
background-color: #fff;
border: solid 1px #dedede;
border-radius: 15px;
}
.promotion-box .promotion-box-header {
text-align: center;
padding: 20px;
}
.promotion-box .promotion-box-header img {
max-width: 100%;
height: auto;
}
.color-1 {
background-color: #0DC5B2;
color: #fff;
}
.promotion-box-center.color-1:after {
border-top: 20px solid #0DC5B2;
}
.color-2 {
background-color: #0088cc;
color: #fff;
}
.promotion-box-center.color-2:after {
border-top: 20px solid #0088cc;
}
.color-3 {
background-color: #88C425;
color: #fff;
}
.promotion-box-center.color-3:after {
border-top: 20px solid #88C425;
}
.color-4 {
background-color: #FB9134;
color: #fff;
}
.promotion-box-center.color-4:after {
border-top: 20px solid #FB9134;
}
.promotion-box-center {
position: relative;
text-align: center;
padding: 10px 0;
font-weight: bold;
}
.promotion-box-center .prince {
font-size: 2.5rem;
line-height: 3.625rem;
display: inline-block;
}
.promotion-box-center .percentage {
font-size: 2.3rem;
position: relative;
display: inline-block;
color: #333;
}
.promotion-box-center .percentage span {
font-size: 1rem;
font-weight: lighter;
padding: 0 3px;
color: #fff;
}
.promotion-box-center:after {
content: '';
left: 20%;
bottom: -20px;
position: absolute;
z-index: 999;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}
.promotion-box-info {
padding: 33px 10px 20px 10px;
}
.promotion-box-info p {
margin-bottom: 15px;
font-size: 0.8rem;
line-height: 1.3rem;
color: #777 !important;
}
.promotion-box-info .btn {
padding: 6px 10px;
font-size: 0.8rem;
font-weight: lighter;
border: 1px !important;
}
.image_01_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_02_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
opacity: 2.5;
}
.image_03_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_04_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_05_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_06_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_07_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.bg_parallax {
margin: 0 auto;
padding: 0;
position: absolute;
z-index: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-repeat: repeat-y;
background-position: 0 50%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.opacy_bg_01 {
bottom: 0px;
left: 0;
width: 100%;
position: relative;
height: auto;
z-index: 2;
background: rgba(255, 255, 255, 0.5)
}
.opacy_bg_01 p {
color: #333;
}
.opacy_bg_02 {
bottom: 0px;
left: 0;
color: #dedede !important;
width: 100%;
position: relative;
height: 100%;
z-index: 2;
}
.opacy_bg_02 .caption-head {
color: #5c5c5c !important;
}
.opacy_bg_02 .caption-head h2 {
color: #232323 !important;
}
.opacy_bg_03 {
bottom: 0px;
left: 0;
color: #dedede !important;
width: 100%;
position: relative;
height: auto;
z-index: 2;
}
.opacy_bg_04 {
bottom: 0px;
left: 0;
width: 100%;
color: #dedede !important;
position: relative;
height: auto;
z-index: 2;
}
.opacy_bg_01 .promotion-box,
.opacy_bg_02 .promotion-box,
.opacy_bg_03 .promotion-box,
.opacy_bg_04 .promotion-box {
border: 0;
}
.opacy_bg_02 h1,
.opacy_bg_02 h2,
.opacy_bg_02 h3,
.opacy_bg_02 h4,
.opacy_bg_02 h5,
.opacy_bg_02 h6,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white span,
.color-white .title-feature,
.skin_base .titles h2 span,
.skin_base .large-number {
color: #fff !important;
}
.skin_base .titles i,
.item-feature .head-feature i.left-icon,
.item-feature .head-feature i.right-icon {
opacity: 0.5;
}
.opacy_bg_02 p,
.opacy_bg_02,
.color-white p {
color: #f5f5f5;
}
.color-white .services-lines .item-service-line h5 {
color: #232323 !important;
}
.opacy_bg_02 .btn-primary,
.skin_base .btn-primary {
background: transparent !important;
border: 2px solid;
}
.image-container {
overflow: hidden;
position: absolute;
height: 100%;
padding: 0px;
top: 0px;
}
.image-container.pull-right {
right: 0;
}
.bg_video {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
}
#footer {
margin-top: 60px;
padding-top: 150px;
font-size: 0.8125rem;
line-height: 20px;
}
#footer p {
margin: 0;
font-size: 1rem;
line-height: 1.7rem;
font-weight: lighter;
}
#footer h3 {
font-size: 18px;
padding-bottom: 20px;
}
#footer ul {
margin: 0;
list-style: none;
}
#footer ul li {
line-height: 40px;
font-weight: normal;
font-size: 13px;
}
#footer ul li i {
padding-right: 5px;
color: #88C425;
}
#footer .input-prepend {
width: 100%;
}
#footer .input-prepend input {
height: 30px;
width: 82%;
}
#footer .input-prepend {
margin: 6px 0 12px 0;
}
#footer .input-prepend .add-on {
background: #ddd;
height: 30px;
}
#footer .input-prepend .add-on i {
vertical-align: middle;
}
#footer .button {
border-radius: 0;
margin-top: 3px;
padding: 0px auto;
}
#footer .contact_footer li i {
margin-right: 10px;
}
#footer .title-footer h2 {
font-size: 2.5rem;
line-height: 3.125rem;
padding-top: 0;
}
#footer .title-footer h2 span {
font-style: italic;
color: #88C425;
}
#footer .divisor {
margin: 30px 0 32px 0;
width: 100%;
height: 1px;
}
.footer-v1 {
background-color: #252C2E;
}
.footer-v1 h3,
.footer-v1 ul li a:hover,
.footer-v1 .title-footer h2 {
color: #fff;
}
.footer-v1 ul li a,
.footer-v1 p {
color: #ddd;
}
.footer-v1 .divisor {
background-color: #363636;
}
.footer-v1 .img-footer {
margin-top: 0;
position: relative;
width: 100%;
height: 100%;
}
.footer-v1 .img-footer img {
position: absolute;
top: 20px;
right: -50px;
}
.footer-v2 {
background-color: #f9f9f9;
border-top: 1px solid #dedede;
}
.footer-v2 h3,
.footer-v2 ul li a:hover,
.footer-v2 .title-footer h2,
.footer-v2 .footer-down p,
.footer-v2 .nav-footer li:before {
color: #999;
}
.footer-v2 ul li a,
.footer-v2 p,
.footer-v2 .footer-down ul li a {
color: #666;
}
.footer-v2 .divisor {
background-color: #dedede;
}
.img-footer {
margin-top: -60px;
}
.footer-v2 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v3 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f5e1b9), color-stop(71%, #f5e1b9), color-stop(71%, #f5e1b9), color-stop(100%, #f5e1b9));
background: -webkit-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5e1b9', GradientType=0);
}
.footer-v3 h3,
.footer-v3 ul li a:hover,
.footer-v3 .title-footer h2,
.footer-v3 .footer-down p,
.footer-v3 .nav-footer li:before {
color: #666;
}
.footer-v3 ul li a,
.footer-v3 p,
.footer-v3 .footer-down ul li a {
color: #999;
}
.footer-v3 .divisor {
background-color: #999;
}
.footer-v3 .img-footer {
margin-top: -60px;
}
.footer-v3 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v3 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v3 .img-footer {
margin-top: 0;
margin-bottom: -60px;
}
/* Footer V-4 ----------------------------------------------------------------*/
.footer-v4 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #42a9d3), color-stop(100%, #42a9d3), color-stop(100%, #42a9d3), color-stop(100%, #42a9d3));
background: -webkit-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: -o-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: linear-gradient(to bottom, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#42a9d3', GradientType=0);
}
.footer-v4 h3,
.footer-v4 ul li a:hover,
.footer-v4 .title-footer h2,
.footer-v4 .footer-down p,
.footer-v4 .nav-footer li:before,
.footer-v4 .footer-down ul li a {
color: #777;
}
.footer-v4 ul li a,
.footer-v4 p {
color: #fff;
}
.footer-v4 .divisor {
background-color: #ededed;
}
.footer-v4 .img-footer {
margin-top: -60px;
}
.footer-v4 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v4 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v4 .img-footer {
margin-top: 0;
margin-bottom: -60px;
}
#newsletterForm .form-control,
#newsletterForm .input-group-btn .btn-primary,
#newsletterForm .input-group-addon {
border: solid 1px #dedede;
}
#newsletterForm .form-control {
border-left: 0;
}
#newsletterForm .input-group-addon i {
color: #88C425 !important;
}
#newsletterForm .btn {
border-radius: 3px;
background: #88C425 none repeat scroll 0% 0% !important;
line-height: 17px;
}
#result-newsletter .alert {
margin: 0;
margin-top: 20px;
padding: 10px 5px;
}
.search {
margin-bottom: 30px;
}
.search input,
.search .btn {
height: 40px;
}
.social li {
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social li span {
background: #555;
padding: 5px 10px;
margin-right: 15px;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social li span i {
color: #fff;
width: 8px;
font-size: 0.7rem;
color: #88C425 !important;
}
.social li:hover {
margin-left: 5px;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social li:hover span,
.social li:hover i {
color: #fff !important;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social .facebook:hover span {
background: #3B5998;
}
.social .twitter:hover span {
background: #3C8FC9;
}
.social .linkedin:hover span {
background: #3399CC;
}
.social .github:hover span {
background: #000;
}
.footer-down {
margin-top: 60px;
padding: 13px 0 14px 0;
background: rgba(0, 0, 0, 0.5);
}
.footer-down p {
color: #fff;
font-size: 1rem;
margin: 0;
}
.footer-down ul {
text-align: right;
}
.footer-down ul li {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
text-transform: uppercase;
font-size: 1rem;
font-weight: lighter !important;
line-height: 1.7rem !important;
}
.footer-down ul li:last-child {
margin-right: 0;
}
.footer-down ul li a {
color: #f5f5f5;
font-size: 13px;
}
.nav-footer li:before {
content: '|';
color: #fff;
display: inline-block;
margin-right: 10px;
}
.nav-footer li:nth-child(1):before {
display: none;
}
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.status {
width: 60px;
height: 60px;
position: absolute;
left: 50%;
top: 50%;
background-image: url("../img/img-theme/preloader.gif");
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
margin: -20px 0 0 -20px;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 51px;
height: 51px;
border: none;
text-indent: 100%;
z-index: 9999;
background: url("../img/img-theme/ui.totop.png") no-repeat left top;
}
#toTopHover {
background: url("../img/img-theme/ui.totop.png") no-repeat left -51px;
width: 51px;
height: 51px;
display: block;
overflow: hidden;
float: left;
opacity: 0;
-moz-opacity: 0;
}
#toTop:active,
#toTop:focus {
outline: none;
}
.acc-trigger {
cursor: pointer;
margin: 0 0 0 0;
width: 100%;
}
.no-js .acc-trigger:last-of-type {
border-bottom: none;
}
.acc-trigger a {
background: #f9f9f9 url("../img/img-theme/accordion-ico.png") no-repeat 14px 13px;
display: block;
padding: 15px 20px 11px 44px;
text-decoration: none;
border: solid 1px #dedede;
font-size: 1rem;
color: #232323;
margin-bottom: 5px;
}
.acc-trigger a:hover {
background-position: 14px -58px;
}
.acc-trigger a:hover,
.acc-trigger.active a,
.acc-trigger.active a:hover {
color: #46B38C;
}
.acc-trigger.active {
cursor: default;
background: #fff;
}
.acc-trigger.active:last-of-type {
border-bottom: none;
margin-bottom: 0;
}
.acc-trigger.active .intro {
background-position: 14px -58px;
cursor: default;
}
.acc-container .content {
padding: 15px 0;
color: #999;
}
.acc-container {
width: 100% !important;
display: block;
}
@-webkit-keyframes animate-stripes {
from {
background-position: 0 0;
}
to {
background-position: 44px 0;
}
}
.ui-progress-bar {
position: relative;
height: 33px;
padding-right: 2px;
border-bottom: 5px solid #e0e0e0;
margin-top: -25px;
margin-bottom: 22px;
}
.acc-container .content {
font-size: 0.875rem;
line-height: 1.5;
padding-left: 20px;
}
.ui-progress {
position: relative;
display: block;
overflow: hidden;
height: 33px;
border-bottom: 5px solid #41a8ff;
width: 90%;
}
.ui-progress.two {
border-bottom: 5px solid #89b505;
width: 72%;
}
.ui-progress.three {
border-bottom: 5px solid #9b43f6;
width: 80%;
}
.ui-progress.four {
border-bottom: 5px solid #ffc412;
width: 94%;
}
.ui-progress.five {
border-bottom: 5px solid #fc4242;
}
.ui-progress span.ui-label {
font-family: "Arvo";
font-weight: 300;
text-transform: uppercase;
font-size: 18px;
color: #272727;
position: absolute;
right: 0;
line-height: 33px;
display: block;
padding-right: 12px;
white-space: nowrap;
}
.testimonial-info {
padding-top: 120px;
text-align: right;
}
.testimonial-info h2,
.testimonial-info p {
color: #fff;
}
.info-testimonial {
padding: 40px 20px;
text-align: center;
margin-left: -50px;
width: 110%;
background: #88C425 !important;
background-color: #88C425 !important;
}
.layout-wide .info-testimonial {
margin-left: 0;
width: 100%;
}
.info-testimonial ul li {
max-width: 75%;
margin: 0 auto;
margin-top: 40px;
}
.info-testimonial p {
color: #fff;
position: relative;
}
.info-testimonial h4 {
color: #fff;
padding-bottom: 0;
}
.info-testimonial p i {
font-size: 40px;
position: absolute;
color: rgba(255, 255, 255, 0.6);
}
.info-testimonial p i.fa-quote-left {
left: -40px;
top: -20px;
}
.info-testimonial p i.fa-quote-right {
bottom: -20px;
right: 0;
}
.image-testimonials {
width: 120px;
margin: 0 auto;
height: 120px;
border-radius: 50%;
position: relative;
overflow: hidden;
z-index: 2;
}
.image-testimonials img {
width: 120px;
height: 120px;
margin-top: -3px;
margin-left: -3px;
border-radius: 50%;
z-index: 1;
}
.info-testimonial i.fa-star,
.info-testimonial i.fa-star-half-o {
color: #fff000;
}
.portfolioFilter {
text-align: right;
margin: 20px auto 50px auto;
padding-bottom: 10px;
border-bottom: 1px solid #dedede;
}
.portfolioFilter a {
margin: auto 10px;
color: #131313;
font-size: 14px;
padding-bottom: 13px;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.portfolioFilter a:hover {
text-decoration: none;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.portfolioFilter .current,
.portfolioFilter a:hover {
border-bottom: 3px solid;
text-decoration: none;
color: #88C46E;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
z-index: 1;
}
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
.info-gallery {
position: relative;
text-align: center;
border: solid #dedede 1px;
padding: 20px 12px 30px 12px;
margin-bottom: 40px;
min-height: 200px;
}
#boxes-carousel .info-gallery {
border-right: 0;
}
.info-gallery:before {
border: 20px solid #fff;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
content: "";
display: block;
top: -40px;
left: 30px;
position: absolute;
z-index: 999;
}
.info-gallery h3 {
font-size: 1.1rem;
}
.info-gallery h4 {
font-size: 1.1rem;
float: right;
}
.info-gallery p {
margin-bottom: 5px;
font-size: 0.85rem;
line-height: 1.3rem;
}
.info-gallery .separator {
margin: 2px auto 15px auto!important;
max-width: 60%;
}
.info-gallery .btn {
border: 0;
font-size: 0.7rem;
padding: 7px 10px;
background: #88C425 none repeat scroll 0% 0% !important;
}
.info-gallery .price {
position: absolute;
top: -60px;
left: 29px;
}
.info-gallery .price b {
font-size: 12px;
line-height: 1rem;
font-weight: lighter;
font-style: italic;
text-shadow: none;
border-radius: 50%;
color: green;
}
.info-gallery .price span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .price11 {
position: absolute;
top: -46px;
right: 0;
color: #fff;
}
.info-gallery .sig_price {
position: absolute;
top: -40px;
right: 9px;
color: #fff;
}
.info-gallery .price11 b {
font-size: 12px;
line-height: 1rem;
font-weight: lighter;
font-style: italic;
text-shadow: none;
border-radius: 50%;
color: green;
}
.info-gallery .price11 span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .business_crown {
position: absolute;
top: -40px;
right: 9px;
color: #fff;
}
.info-gallery .business_crown b {
font-size: 12px;
line-height: 1rem;
font-weight: lighter;
font-style: italic;
text-shadow: none;
border-radius: 50%;
color: green;
}
.info-gallery .business_crown span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.price11 {
position: absolute;
top: 0;
left: 0;
padding: 5px 23px;
}
.info-gallery .bus_logo {
float: right;
position: absolute;
top: -81px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
line-height: 2rem;
font-weight: normal;
color: #fff;
}
.info-gallery .bus_logo b {
line-height: 1rem;
font-weight: lighter;
font-style: italic;
padding: 20px 20px;
text-shadow: none;
margin-right: -45px !important;
border-radius: 50%;
}
.info-gallery .bus_logo span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .starts {
margin-bottom: 15px;
}
.bus_logo b {
background: #fff none repeat scroll 0% 0% !important;
padding: 10px;
}
.bus_logo b img {
width: 65px;
height: 40px;
}
.info-gallery .buslogo_favo {
float: right;
position: absolute;
top: 118px;
left: -225px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
font-size: 2.1rem;
line-height: 2rem;
font-weight: normal;
color: #FFF;
}
.info-gallery .buslogo_favo b {
line-height: 1rem;
font-weight: lighter;
font-style: italic;
padding: 20px 20px;
text-shadow: none;
margin-right: 10px;
border-radius: 50%;
}
.info-gallery .buslogo_favo span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .starts {
margin-bottom: 15px;
}
.buslogo_favo b {
background: #fff none repeat scroll 0% 0% !important;
padding: 10px;
}
.buslogo_favo b img {
width: 70px;
height: 70px;
}
.list-view .img-hover {
width: 100%;
float: left;
}
.list-view .info-gallery {
padding: 23px 20px 27px 20px;
width: 70%;
text-align: left;
float: right;
}
.list-view .info-gallery:before {
border: 20px solid #fff;
border-left-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
content: "";
display: block;
top: 30px;
left: -40px;
position: absolute;
z-index: 999;
}
.list-view .info-gallery .separator {
margin: 2px 0 15px 0 !important;
max-width: 100%;
}
.list-view .info-gallery hr.separator {
width: 100%;
}
.list-view .info-gallery .price {
float: right;
position: absolute;
top: 30px;
left: -160px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
font-size: 2.5rem;
line-height: 2rem;
font-weight: normal;
color: #fff;
}
.list-view .info-gallery .bus_logo {
float: right;
position: absolute;
top: 30px;
left: -160px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
font-size: 2.5rem;
line-height: 2rem;
font-weight: normal;
color: #fff;
}
.list-view .info-gallery p {
margin-bottom: 20px;
}
.list-view .info-gallery .side_btn {
margin-left: 90px;
}
.list-view .info-gallery .starts {
float: right;
margin-bottom: 0;
}
.title-results h3 {
text-align: center;
padding: 30px 0;
}
.page-error {
max-width: 80%;
margin: 70px auto 50px auto;
text-align: center;
position: relative;
}
.page-error h1 {
font-size: 140px;
line-height: 140px;
}
.page-error h1 i {
font-size: 200px;
line-height: 190px;
}
.page-error hr.tall {
margin: 20px 0 30px 0;
}
.sitemap {
float: left;
display: inline;
width: 370px;
margin-right: 2px;
font-size: 0.875rem;
padding: 10px 0 0 0;
background: url("../img/img-theme/line_tree1.gif") left repeat-y;
}
.sitemap li {
float: left;
width: 347px;
padding-left: 25px;
line-height: 35px;
background: url("../img/img-theme/line_tree2.gif") 0 center no-repeat;
}
.sitemap li.has_sub {
background: url("../img/img-theme/line_tree2.gif") 0 17px no-repeat;
}
.sitemap li a {
color: #666;
position: relative;
text-decoration: none;
}
.sitemap li a:hover {
text-decoration: underline;
}
.sitemap ul {
width: 132px;
padding-top: 0;
}
.post-item {
background: #fcfcfc;
margin-bottom: 50px;
border: 1px solid #dfdfdf;
}
.post-item:first-child {
margin-top: 20px;
}
.post-item h4 {
padding: 0 0 10px 0;
line-height: 20px;
}
.post-item h4 a {
color: #252525;
}
.post-item h4 a:hover {
text-decoration: none;
}
.post-item p {
font-size: 0.875rem;
line-height: 23px;
}
.post-header {
padding: 12px 0px 7px 7px;
border-bottom: 1px solid #eee;
}
.post-header1 {
padding: 56px 26px 0 56px;
float: right;
}
.post-format-icon {
float: left;
margin-right: 15px;
}
.post-format-icon > img {
font-size: 18px;
line-height: 45px;
width: 40px;
height: 40px;
text-align: center;
color: #ff5b24;
}
.post-info-wrap {
overflow: hidden;
margin-bottom: 20px;
}
.post-item .post-title {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.8rem;
padding: 0 !important;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
}
.post-item .post-title a {
text-decoration: none;
color: #000;
}
.post-meta {
font-size: 13px;
color: #999;
}
.post-meta ul {
margin: 0;
padding: 0;
list-style: none;
}
.post-meta li {
float: left;
margin-right: 15px;
}
.post-meta li > i.fa {
margin-right: 5px;
}
.post-meta a {
text-decoration: none;
color: #999;
}
.post-item img {
width: 100%;
}
.post-media {
position: relative;
}
.post-item iframe {
width: 100%;
height: 289px;
border: 2px solid #5AB1D0;
}
.post-quote-wrapper {
position: relative;
text-align: center;
color: #fff;
background-image: url("../img/slide/1.jpg");
background-size: cover;
}
.post-quote-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .5;
background-color: #000;
}
.post-quote-content {
position: relative;
padding: 50px 30px;
}
.post-quote-content > p {
font-size: 1.2rem;
font-style: italic;
line-height: 1.5;
margin: 0 0 15px;
padding: 0;
letter-spacing: .75px;
color: #fff;
}
.post-quote-author {
font-size: 1.5rem;
line-height: 1.5;
color: #fff;
}
.post-quote-content > p:before {
font-family: "Arvo";
font-size: 18px;
font-style: normal;
margin-right: 15px;
content: '\f10d';
color: rgba(255, 255, 255, .8);
}
.post-item .img-hover .overlay a {
padding-top: 18%;
}
.post-content {
position: relative;
overflow: hidden;
padding: 30px 30px;
}
.post-content .btn {
font-weight: lighter;
}
.post-footer {
position: relative;
text-align: center;
border-top: 1px solid #eee;
}
.post-footer .post-social {
display: table;
width: 100%;
table-layout: fixed;
}
.post-social {
font-size: 0;
line-height: 0;
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
vertical-align: top;
}
.post-footer .post-social li {
display: table-cell;
margin: 0;
border-right: 1px solid #eee;
}
.post-footer .post-social li:last-child {
border-right: 0;
}
.post-social li {
display: inline-block;
margin: 0 7px 7px 0;
border: 0;
}
.post-footer .post-social li a {
background-color: #fff;
border-radius: 0;
}
.post-footer .post-social li a {
font-size: 18px;
line-height: 60px;
width: 100%;
height: 60px;
}
.post-social li a {
font-size: 16px;
line-height: 40px;
position: relative;
display: block;
overflow: hidden;
width: 40px;
height: 40px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.post-footer .post-social li a i:first-child {
color: #fff;
}
.post-footer .post-social li a i:first-child {
top: -60px;
}
.post-footer .post-social li a i {
line-height: 60px;
width: 100%;
height: 60px;
}
.post-social li a i {
line-height: 40px;
position: absolute;
left: 0;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s
}
.post-footer .post-social li a i:last-child {
color: #666;
}
.post-footer .post-social li a i:last-child {
top: 0;
}
.post-social li a i:first-child {
top: -55px
}
.post-social li a i:last-child {
top: 0
}
.post-social li a:hover i:first-child {
top: 0
}
.post-social li a:hover i:last-child {
top: 55px
}
.post-social li a.social-android:hover {
background-color: #97c024 !important
}
.post-social li a.social-apple:hover {
background-color: #000 !important
}
.post-social li a.social-behance:hover {
background-color: #0093fb !important
}
.post-social li a.social-bitbucket:hover {
background-color: #214f81 !important
}
.post-social li a.social-bitcoin:hover {
background-color: #f7931b !important
}
.post-social li a.social-codepen:hover {
background-color: #000 !important
}
.post-social li a.social-delicious:hover {
background-color: #3274d2 !important
}
.post-social li a.social-deviantart:hover {
background-color: #4c5c4f !important
}
.post-social li a.social-digg:hover {
background-color: #1b5891 !important
}
.post-social li a.social-dribbble:hover {
background-color: #e04c86 !important
}
.post-social li a.social-dropbox:hover {
background-color: #018bd3 !important
}
.post-social li a.social-globe {
background-color: #5C89C7 !important
}
.post-social li a.social-globe:hover {
background-color: #E24A14 !important
}
.post-social li a.social-facebook:hover {
background-color: #395793 !important
}
.post-social li a.social-flickr:hover {
background-color: #db458f !important
}
.post-social li a.social-foursquare:hover {
background-color: #0086be !important
}
.post-social li a.social-github:hover {
background-color: #4382c5 !important
}
.post-social li a.social-google-plus:hover {
background-color: #d54135 !important
}
.post-social li a.social-instagram:hover {
background-color: #2b5b83 !important
}
.post-social li a.social-jsfiddle:hover {
background-color: #4679a4 !important
}
.post-social li a.social-lastfm:hover {
background-color: #d21309 !important
}
.post-social li a.social-linkedin:hover {
background-color: #0a6594 !important
}
.post-social li a.social-pinterest:hover {
background-color: #c82329 !important
}
.post-social li a.social-reddit:hover {
background-color: #8bc7f9 !important
}
.post-social li a.social-rss:hover {
background-color: #ea6d19 !important
}
.post-social li a.social-skype:hover {
background-color: #01aef2 !important
}
.post-social li a.social-soundcloud:hover {
background-color: #ff7802 !important
}
.post-social li a.social-spotify:hover {
background-color: #80b819 !important
}
.post-social li a.social-stumbleupon:hover {
background-color: #ec4823 !important
}
.post-social li a.social-tumblr:hover {
background-color: #3d5a70 !important
}
.post-social li a.social-twitter:hover {
background-color: #01b9f5 !important
}
.post-social li a.social-vimeo:hover {
background-color: #17b3e8 !important
}
.post-social li a.social-vk:hover {
background-color: #4b709c !important
}
.post-social li a.social-weibo:hover {
background-color: #d52b2b !important
}
.post-social li a.social-xing:hover {
background-color: #005d5d !important
}
.post-social li a.social-yelp:hover {
background-color: #c41200 !important
}
.post-social li a.social-youtube:hover {
background-color: #b62025 !important
}
.post-social li a.social-home:hover {
background-color: #000 !important
}
.pagination > .active > a {
color: #fff !important;
}
.pagination {
margin: 0;
}
.view_sidebar {
border: 1px solid #DFDFDF;
background: #FCFCFC none repeat scroll 0% 0%;
padding: 22px 28px 0px;
margin-top: 20px;
}
.view_sidebar1 {
background: transparent url("../img/icons/imp.png") no-repeat scroll center center;
padding: 39px 30px 0px;
height: 320px;
}
.phn {
font-size: 1.2rem !important;
}
.view_sidebar1 ul li a,
.imp {
color: #fff;
}
.widget {
margin-bottom: 15px;
}
.widget iframe {
width: 100%;
height: 250px;
}
.widget .input-group-addon.btn-search {
color: #fff;
padding: 0;
border-right: 0;
}
.widget .input-group-addon.btn-search input {
height: 32px;
border: 0;
padding: 5px 15px;
}
.widget .single-carousel {
max-height: 220px;
}
.single-blog .info-testimonial {
margin: 10px 0 30px 0;
width: 100%;
}
.single-blog h4 i {
margin-right: 6px;
font-size: 1.5rem;
}
.single-blog pre {
margin: 20px auto 10px auto;
}
.form-theme {
margin: 15px auto;
}
.form-theme input {
border-radius: 0;
width: 100%;
border: solid 1px #dedede;
padding: 10px 10px;
}
.form-theme label {
font-weight: normal;
}
.form-theme textarea {
border-radius: 0;
width: 100%;
height: 60px;
border: solid 1px #dedede;
padding: 10px;
}
.form-theme .btn {
margin-top: 15px;
padding: 10px 20px;
height: auto;
border: 0;
}
#map {
display: block;
width: 100%;
height: 400px;
margin: 0 auto;
border-bottom: solid 1px #dedede;
}
address {
line-height: 35px;
padding-left: 10px;
min-height: 69px;
}
address i {
padding-right: 10px;
}
address strong {
padding-right: 3px;
}
.result {
display: block;
margin-top: 25px;
}
.item-team-01 {
text-align: center;
position: relative;
overflow: hidden;
}
.item-team-01 img {
width: 100%;
}
.item-team-01 .info-team {
position: absolute;
padding: 25px 5px;
bottom: -300px;
left: 0;
width: 100%;
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
-o-transition: 0.6s all ease;
-ms-transition: 0.6s all ease;
transition: 0.6s all ease;
}
.item-team-01:hover .info-team {
bottom: 0;
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
-o-transition: 0.6s all ease;
-ms-transition: 0.6s all ease;
transition: 0.6s all ease;
}
.item-team-01 .info-team h4 {
padding-bottom: 10px;
padding-top: 0;
font-weight: bold;
font-size: 1.2rem;
color: #fff;
}
.item-team-01 .info-team h4 span {
display: block;
color: #232323;
font-size: 0.9rem;
padding-top: 5px;
}
.item-team-01 .info-team p {
color: #fff;
}
.item-team-01 .social-team {
padding: 0;
list-style: none;
margin: 0 auto;
display: table;
}
.item-team-01 .social-team li {
display: inline-block;
border-radius: 5px;
background-color: #232323;
height: 30px;
width: 30px;
padding: 3px;
margin: 0 10px;
}
.item-team-01 .social-team li a {
color: #fff;
font-size: 1rem;
}
.item-number-info {
margin: 15px auto;
}
.large-number {
font-size: 3rem;
display: block;
font-weight: bold;
font-style: italic;
display: inline-block;
}
.info-large-number {
display: inline-block;
width: 80%;
}
.info-large-number h5 {
padding-bottom: 5px;
padding-top: 0;
}
.info-large-number p {
font-size: 0.7rem;
line-height: 1.3rem;
}
.item-table {
border: solid 1px #dedede;
text-align: center;
}
.no-padding .item-table {
border: 0;
border-left: 1px solid #dedede !important;
border-top: 1px solid #dedede !important;
border-bottom: 1px solid #dedede !important;
}
.skin_base .item-table {
border-right: 1px solid #dedede !important;
}
.item-table .header-table {
overflow: auto;
padding-top: 40px;
position: relative;
}
.featured-table {
width: auto;
height: 25px;
padding: 8px 20px;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
background-color: 666;
background: rgba(0, 0, 0, 0.3);
border-radius: 0px 0px 5px 5px;
font-size: 15px;
padding-top: 1px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.8px;
}
.item-table .header-table i {
font-size: 3rem;
}
.item-table .header-table h2 {
padding: 10px 0 25px 0;
font-size: 2rem;
font-weight: 300;
}
.item-table .header-table span {
width: 100%;
font-size: 15px;
line-height: 30px;
text-align: center;
color: #fff;
font-weight: lighter;
padding: 5px 10px;
background-color: 666;
background: rgba(0, 0, 0, 0.3);
float: left;
}
.item-table ul {
background-color: #fcfcfc;
margin-bottom: 25px;
text-align: left;
list-style: none;
padding: 0;
}
.item-table ul li {
font-size: 0.9rem;
padding: 15px 0px 10px 19px;
border-bottom: 1px solid #ededed;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.opacy_bg_02 .item-table ul li {
color: #727272;
}
.item-table ul li:hover {
background-color: #f6f6f6;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.item-table ul li img {
margin-right: 10px;
font-size: 10px;
padding: 3px;
padding-top: 5px;
width: 25px;
height: 25px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.item-table ul li img {
background-color: #88C425;
}
.item-table ul li img.fa-times {
background-color: #E1483F;
}
.item-table a {
padding-top: 6px;
text-transform:uppercase;
}
.skin_base .item-table ul,
.skin_base .item-table ul li {
background-color: transparent;
color: #fff;
}
.color-red {
background: #EF530D !important;
background-color: #EF530D !important;
color: #fff;
}
.color-blue {
background: #0088cc;
background-color: #0088cc;
}
.color-green {
background: #88C425;
background-color: #88C425;
}
.color-orange {
background: #FB9134;
background-color: #FB9134;
}
.color-red h2,
.color-red i,
.color-blue h2,
.color-blue i,
.color-green h2,
.color-green i,
.color-orange h2,
.color-orange i,
.skin_base .item-table h2,
.skin_base .item-table i {
color: #fff;
}
.form-detailed {
position: relative;
margin-top: -54px;
}
.header-detailed {
padding: 15px;
margin-bottom: 20px;
margin-left: -24px;
width: 126.5%;
color: #fff;
font-size: 2rem;
overflow: auto;
}
.header-detailed .price-detailed {
width: 50%;
float: left;
}
.header-detailed .frequency-detailed {
text-align: right;
width: 50%;
float: right;
font-size: 0.9rem;
line-height: 1.5rem;
font-style: italic;
}
.form-detailed .selector {
position: relative;
min-width: 60px;
border: 0;
width: 108%;
line-height: 0;
float: left;
color: #999;
font-size: 0.9rem;
height: 50px;
margin-bottom: 20px;
}
.form-detailed .selector span.custom-select:before {
background-color: #232323 !important;
}
.form-detailed input {
height: 50px;
margin: 0;
border: 0;
padding: 5px 10px;
border: 1px solid #dedede;
}
.form-detailed label {
font-size: 1rem;
color: #fff;
font-weight: lighter;
}
.form-detailed .date-input {
background: #fff url("../img/icons/calendar.png") no-repeat scroll right 12px;
padding-right: 10px;
font-size: 0.8rem;
width: 108%;
margin-bottom: 15px;
}
.form-detailed input[type="submit"] {
width: 108%;
border: 0;
color: #fff;
background-color: #333;
}
.sort-by-container {
width: 100%;
margin-bottom: 40px;
padding: 0;
background: #3a4749;
padding: 5px;
}
.sort-by-container ul {
margin: 0;
padding: 0;
position: relative;
}
.sort-by-container ul li {
padding: 0;
width: 19%;
margin-right: 15px;
display: inline-block;
}
.sort-by-container ul .deal_admin_top {
padding: 0;
width: 26% !important;
margin-right: 15px;
display: inline-block;
}
.sort-by-container ul .leng_h {
padding: 0;
width: 25%;
margin-right: 15px;
display: inline-block;
}
.sort-by-container ul li:last-child {
margin-right: 0;
}
.sort-by-container strong {
color: #fff;
padding: 17px 15px 0 15px;
float: left;
font-weight: lighter;
}
.sort-by-container ul li a {
color: #fff;
font-size: 0.875rem;
}
.sort-by-container ul li i {
font-size: 1rem;
}
.sort-by-container .style-view {
float: right;
}
.sort-by-container .style-view li {
width: auto;
margin-right: 0;
padding: 17px 20px;
}
.sort-by-container .selector {
position: relative;
min-width: 60px;
width: 100%;
margin-top: 12px;
margin-bottom: 5px;
float: left;
color: #999;
font-size: 0.9rem;
height: 35px;
}
.sort-by-container .selector select {
position: absolute;
z-index: 1;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height: 35px;
-webkit-appearance: menulist-button;
line-height: 30px;
}
.sort-by-container .selector select:hover {
cursor: pointer;
}
.sort-by-container .selector span.custom-select {
display: inline-block;
line-height: 34px;
padding: 0 10px;
width: 100%;
overflow: hidden;
white-space: nowrap;
}
.sort-by-container span.custom-select {
padding-left: 15px;
padding-right: 15px;
height: 35px;
}
.sort-by-container .selector span.custom-select:after {
position: absolute;
right: 9px;
top: 17px;
border-top: 5px solid #fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
content: "";
}
.container-by-widget-filter {
padding: 10px;
color: #ccc;
background-color: #ffffff;
border: 2px solid #E95413 !important;
border-radius: 10px;
}
.filter-widget {
padding: 0;
max-width: 100%;
margin: 0;
}
.filter-widget form {
border: 0;
padding: 0;
margin: 0;
}
.filter-widget input {
height: 50px;
margin: 0 0 15px 0;
width: 100%;
font-size: 0.8rem;
border: 0;
padding: 5px 10px;
border: 1px solid #dedede;
}
.filter-widget input:last-child {
border-right: 0;
}
.filter-widget .input-large {
width: 100%;
background: #fff url("../img/icons/location.png") no-repeat scroll left 6px;
padding-left: 35px;
}
.filter-widget .date-input {
width: 50%;
float: left;
background: #fff url("../img/icons/calendar.png") no-repeat scroll right 12px;
padding-right: 10px;
font-size: 0.8rem;
}
.filter-widget .selector {
position: relative;
border: 0;
min-width: 60px;
margin-bottom: 15px;
width: 100%;
line-height: 0;
float: left;
color: #999;
font-size: 0.9rem;
}
.filter-widget .selector select {
position: absolute;
z-index: 1;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height: 50px;
width: 100%;
-webkit-appearance: menulist-button;
line-height: 30px;
}
.filter-widget .selector select:hover {
cursor: pointer;
}
.filter-widget .selector span.custom-select {
display: inline-block;
line-height: 52px;
padding: 0 10px;
width: 100%;
color: #888 !important;
overflow: hidden;
white-space: nowrap;
}
.filter-widget span.custom-select {
padding-left: 15px;
padding-right: 15px;
height: 50px;
}
.filter-widget span.custom-select {
background: #fff;
border: none;
line-height: normal;
}
.filter-widget .selector span.custom-select:before {
position: absolute;
right: 0;
top: 0;
content: '';
background: #999;
width: 24px;
height: 100%;
}
.filter-widget .selector span.custom-select:after {
position: absolute;
right: 9px;
top: 22px;
border-top: 5px solid #fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
content: "";
}
.filter-widget input[type="submit"] {
width: 100%;
border: 0;
color: #fff;
font-size: 1rem;
}
.title-widget {
background-color: #E95413;
margin-bottom: 20px;
padding: 10px;
position: relative;
}
.title-widget:after {
content: '';
left: 10%;
bottom: -15px;
position: absolute;
z-index: 999;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.widget .starts {
margin: 0 0 10px 0;
}
.widget .starts li input {
margin: 0 10px 0 0;
}
.widget .starts li a i {
margin: 0 3px 0 0;
font-size: 1rem;
}
.widget .starts li span {
margin: 0 0 0 10px;
font-size: 0.9rem;
}
.widget .radio label,
.widget .checkbox label {
font-size: 300;
font-size: 0.8rem;
}
.item-service-line img {
width: 70px;
height: 70px;
}
.paddi_ng {
padding: 10px;
}
.marque_sty {
border-top: 4px solid rgb(136, 196, 37);
padding: 10px;
border-bottom: 2px solid #36BC95;
background-color: #f4f4f4;
}
.marque_text {
padding: 10px;
border-left: 2px solid rgb(136, 196, 37);
font-weight: bold !important;
}
.significant_ad img {
width: 358px !important;
height: 232px !important;
}
.item-service-line h5 {
font-size: 19px;
}
.top_10 {
padding-top: 10px !important;
}
.top_5 {
padding-top: 5px;
}
.top_4 {
margin-top: 10px;
}
.top_31 {
margin-top: 30px !important;
}
.view_price {
color: white;
padding-left: 0px;
font-size: 17px;
font-weight: bold;
margin-top: 9px;
}
.slider_bg {
background-color: #f4f4f4 !important;
opacity: 0.6 !important;
opacity: 0.9 !important;
}
.title a:hover {
color: #88C425 !important;
}
.menu_hov {
position: relative;
}
.menu_hov .textbox {
width: 120px;
height: 100px;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
}
.menu_hov:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.text1 {
font-size: 30px;
color: #36BC95;
}
.login_padd {
border: 2px solid rgb(159, 201, 85);
padding: 29px;
}
.star_valid {
color: red;
font-size: 12px;
padding: 5px;
}
.modal-header {
text-align: center;
background-color: rgb(237, 118, 66);
}
.modal-header h2 {
color: #fff;
padding: 0;
z-index: 1;
}
.modal-header h2 span {
font-size: 2.1rem;
font-weight: lighter;
color: #88C425 !important;
}
#custom-search-input {
padding: 3px;
border: solid 1px #E4E4E4;
border-radius: 6px;
background-color: #fff;
}
#custom-search-input input {
border: 0;
box-shadow: none;
}
#custom-search-input button {
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
color: #666666;
padding: 0px 26px 0px 10px;
border-left: solid 1px #ccc;
}
#custom-search-input button:hover {
border: 0;
box-shadow: none;
border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search {
font-size: 23px;
}
.or_padd {
padding: 20px;
text-align: center;
}
body {
overflow-x: hidden;
overflow-y: scroll;
}
.modal-body .row div h4 {
font-size: 16px;
line-height: 0.6;
}
.ezone_h3 div h3 {
font-size: 20px;
color: #ed7642;
}
.recen_ad {
border: 5px solid #417FB0;
padding: 15px;
}
.login_bor {
border: 2px solid #9FC955;
}
.text-red {
color: red !important;
}
.home {
color: #FFF;
}
.text_center {
text-align: center;
}
.pad_bottm {
padding-bottom: 10px;
}
.login_totpad {
border: 2px solid #5EC3A3;
border-bottom-right-radius: 1em;
border-bottom-left-radius: 1em;
}
.login_totpad_bor {
border: 2px solid #5EC3A3;
}
.check_topb {
position: relative;
margin-bottom: 8px;
}
.check_botb {
position: relative;
margin-bottom: 8px;
margin-top: -43px;
}
.top-head ul li {
display: inline-block;
padding-left: 10px;
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.hovereffect img {
width: 100%;
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}
.hovereffect h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(-100px);
-ms-transform: translatey(-100px);
transform: translatey(-100px);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 10px;
}
.hovereffect a.info {
text-decoration: none;
display: inline-block;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin: 50px 0 0;
padding: 7px 14px;
}
.hovereffect a.info:hover {
}
.hovereffect:hover img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.hovereffect:hover .overlay {
opacity: 1;
filter: alpha(opacity=100);
}
.hovereffect:hover h3,
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-ms-transform: translatey(0);
-webkit-transform: translatey(0);
transform: translatey(0);
}
.hovereffect:hover a.info {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.top_13 {
padding-top: 10px;
}
.error {
color: red !important;
}
.error_show {
color: red;
margin-left: 10px;
}
input.invalid,
textarea.invalid {
border: 1px solid red;
}
select.invalid {
border: 1px solid red;
}
select.valid {
border: 0px solid green;
}
input.valid,
textarea.valid {
border: 0px solid green;
}
.modal-body h4 a {
color: #252C2E;
line-height: 1;
}
.modal-body h3 a {
color: #121617;
font-size: 18px;
}
.modal-body h4 a:hover {
color: #A1CB57 !important;
}
.modal-body h3 a:hover {
color: #121617;
}
.new-user {
color: #252C2E;
}
.reset {
color: #252C2E;
}
.login-options .login-op-btn.fb {
background-image: url("../img/icons/login-facebook-icon.png");
background-color: #5D82D1;
}
.login-options .login-op-btn {
background-position: right bottom;
background-repeat: no-repeat;
display: block;
font-size: 15px;
font-weight: bold;
color: #FFF;
padding: 9px 20px;
border-radius: 2px;
box-shadow: none;
}
.login-options .login-op-btn.gp {
background-image: url("../img/icons/login-google-icon.png");
background-color: #EB5E4C;
}
.login-options .login-op-btn {
background-repeat: no-repeat;
display: block;
font-size: 15px;
font-weight: bold;
color: #FFF;
padding: 9px 20px;
margin-bottom: 20px;
border-radius: 2px;
box-shadow: none;
background-position: right bottom;
}
a .login-op-btn:hover {
color: #fff !important;
}
.post_deal_bor {
border: 2px solid rgb(155, 147, 147);
padding: 14px 24px 0px;
}
.post_deal_bor div h3 {
color: #ed7642;
}
.map_canvas {
height: 200px !important;
}
#map {
height: 300px !important;
}
.marquetitle_hide {
padding-bottom: 10px !important;
}
.post_ad_back {
margin-top: 26px;
margin-left: 10px;
}
.post_ad_back:hover {
color: #f4f4f4 !important;
}
.favourites_img img {
border: 2px solid #F4F4F4;
height: 120px;
}
.nicEdit-main {
width: 420px !important;
}
.dashboard_tag li a {
color: #727272;
}
.dele_te {
color: rgb(255, 255, 255);
background-color: #EF530D;
padding: 10px;
border-radius: 10px;
}
.prod_price {
float: left;
padding: 6px;
}
.cht-sm-pro span.OnlineIcon {
width: 25px;
height: 35px;
background: transparent url("../img/chat.png") no-repeat scroll 0% 0%;
display: block;
margin: 4px -15px 3px 10px;
position: relative;
}
.first_list {
border: 1px solid #E1E1E1;
padding: 8px;
clear: both;
}
.list_title {
margin: 0px 0px 5px;
text-align: justify;
color: #ef530d;
font-family: "Arvo";
}
.location {
font-size: 14px;
}
.first_list a {
color: #EF530D;
}
.first_list p {
margin-bottom: 21px;
font-size: 0.85rem;
text-align: justify;
line-height: 1.3rem;
}
.first_list.add-to-favourite-list {
position: absolute;
top: 0px;
left: auto;
}
.first_list span.favourite_label1 {
background: url('../img/icons/favinactive.png');
width: 31px;
height: 31px;
display: block;
cursor: pointer;
}
.first_list span.favourite_label1.active {
background: url('../img/icons/favactive.png');
width: 31px;
height: 31px;
display: block;
cursor: pointer !important;
}
.first_list span.plattinum_icon {
background: transparent url("../img/icons/crown.png") repeat scroll 0% 0%;
width: 35px;
height: 35px;
display: block;
cursor: pointer;
}
.first_list span.gold_icon {
background: transparent url("../img/icons/thumb.png") repeat scroll 0% 0%;
width: 35px;
height: 35px;
display: block;
cursor: pointer;
}
.first_list span.free_icon {
background: transparent url("../img/icons/fire.png") repeat scroll 0% 0%;
width: 35px;
height: 35px;
display: block;
cursor: pointer;
}
.featured_badge_view {
width: 136px;
height: 48px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
top: 0;
z-index: 7;
right: -220px;
}
.featured-badge {
width: 136px;
height: 86px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
top: 0;
z-index: 7;
right: 0;
}
.most_valued_badge {
width: 136px;
height: 60px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
top: 0;
z-index: 7;
right: 0;
}
.bus_rec_badge {
width: 138px;
height: 87px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
margin-left: 163px;
top: 0px;
z-index: 99;
}
.significant_badge {
width: 116px;
height: 86px;
background: transparent url("../img/icons/reco.png") no-repeat scroll center center;
padding-top: 10px;
position: fixed;
left: 246px;
top: -20px;
z-index: 7;
}
.serch_bus_logo img {
height: 60px;
width: 130px;
}
.amt_bg {
background: transparent url("../img/icons/tag.png") no-repeat scroll center center;
;
}
.achor_hov1 h4 a {
color: #0088cc;
}
.achor_hov2 h4 a {
color: #0dc5b2;
}
.achor_hov3 h4 a {
color: #88c425;
}
.first_list .search_price {
color: #fff;
padding-top: 26px;
font-weight: bold;
}
.promotion-box-info h4 a {
color: rgba(0, 0, 0, 0.54);
}
.pak_bg {
background-color: #F00;
padding: 10px;
}
.list_view_bottom {
padding: 9px 9px 24px;
border-left: 1px solid #E1E1E1;
border-right: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}
ul {
list-style-type: none;
}
.comments-container h1 {
font-size: 36px;
color: #283035;
font-weight: 400;
}
.comments-container h1 a {
font-size: 18px;
font-weight: 700;
}
.comments-list {
margin-top: 30px;
position: relative;
}
.comments-list:before {
content: '';
width: 2px;
height: 100%;
background: #c7cacb;
position: absolute;
left: 32px;
top: 0;
}
.comments-list:after {
content: '';
position: absolute;
background: #c7cacb;
bottom: 0;
left: 27px;
width: 7px;
height: 7px;
border: 3px solid #dee1e3;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.reply-list:before,
.reply-list:after {
display: none;
}
.reply-list li:before {
content: '';
width: 60px;
height: 2px;
background: #c7cacb;
position: absolute;
top: 25px;
left: -55px;
}
.comments-list li {
margin-bottom: 15px;
display: block;
position: relative;
}
.comments-list li:after {
content: '';
display: block;
clear: both;
height: 0;
width: 0;
}
.reply-list {
padding-left: 88px;
clear: both;
margin-top: 15px;
}
.comments-list .comment-avatar {
width: 60px;
height: 60px;
position: relative;
z-index: 99;
float: left;
border: 3px solid #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 50px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
overflow: hidden;
padding: 0px 0px 0px 8px;
}
.comments-list .comment-avatar img {
width: 100%;
height: 100%;
}
.reply-list .comment-avatar {
width: 50px;
height: 50px;
}
.comment-main-level:after {
content: '';
width: 0;
height: 0;
display: block;
clear: both;
}
.comments-list .comment-box {
width: 680px;
float: right;
position: relative;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.comments-list .comment-box:before,
.comments-list .comment-box:after {
content: '';
height: 0;
width: 0;
position: absolute;
display: block;
border-width: 10px 12px 10px 0;
border-style: solid;
border-color: transparent #FCFCFC;
top: 8px;
left: -11px;
}
.comments-list .comment-box:before {
border-width: 11px 13px 11px 0;
border-color: transparent rgba(0, 0, 0, 0.05);
left: -12px;
}
.reply-list .comment-box {
width: 610px;
}
.comment-box .comment-head {
background: #FCFCFC;
padding: 6px 8px 0px 9px;
border-bottom: 1px solid #f4f4f4;
overflow: hidden;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.comment-box .comment-head .reting_view {
float: right;
margin-left: 14px;
position: relative;
top: 5px;
color: #A6A6A6;
font-weight: bold;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.comment-box .comment-head i:hover {
color: #03658c;
}
.comment-box .comment-name {
color: #283035;
font-size: 14px;
font-weight: 700;
float: left;
margin-right: 10px;
}
.comment-box .comment-name a {
color: #283035;
}
.comment-box .comment-head span {
float: left;
color: #999;
font-size: 13px;
position: relative;
top: 10px;
}
.comment-box .comment-content {
background: #FFF;
padding: 12px;
font-size: 15px;
line-height: 1.2;
color: #595959;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
color: #03658c;
}
.comment-box .comment-name.by-author:after {
content: 'autor';
background: #03658c;
color: #FFF;
font-size: 12px;
padding: 3px 5px;
font-weight: 700;
margin-left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width: 768px) {
.comments-container {
width: 480px;
}
.comments-list .comment-box {
width: 390px;
}
.reply-list .comment-box {
width: 320px;
}
}
@media only screen and (max-width: 320px) {
.post-meta li {
padding-top: 10px;
}
.reply-list .comment-box {
width: 220px;
}
.list_view_bottom {
padding: 0px 8px 51px;
border-right: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
border-left: 1px solid #E1E1E1;
}
.post-meta {
font-size: 9px;
color: #999;
}
.sort-by-container ul li {
width: 44%;
}
}
.comments-blog h1 {
font-size: 36px;
color: #283035;
font-weight: 400;
}
.comments-blog h1 a {
font-size: 18px;
font-weight: 700;
}
.comments-bloglist {
margin-top: 30px;
position: relative;
}
.comments-bloglist:before {
content: '';
width: 2px;
height: 100%;
background: #c7cacb;
position: absolute;
left: 32px;
top: 0;
}
.comments-bloglist:after {
content: '';
position: absolute;
background: #c7cacb;
bottom: 0;
left: 27px;
width: 7px;
height: 7px;
border: 3px solid #dee1e3;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.reply-list:before,
.reply-list:after {
display: none;
}
.reply-list li:before {
content: '';
width: 60px;
height: 2px;
background: #c7cacb;
position: absolute;
top: 25px;
left: -55px;
}
.comments-bloglist li {
margin-bottom: 15px;
display: block;
position: relative;
}
.comments-bloglist li:after {
content: '';
display: block;
clear: both;
height: 0;
width: 0;
}
.reply-list {
padding-left: 88px;
clear: both;
margin-top: 15px;
}
.comments-bloglist .comment-avatar {
width: 60px;
height: 60px;
position: relative;
z-index: 99;
float: left;
border: 3px solid #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 50px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
overflow: hidden;
padding: 0px 0px 0px 8px;
}
.comments-bloglist .comment-avatar img {
width: 100%;
height: 100%;
}
.reply-list .comment-avatar {
width: 50px;
height: 50px;
}
.comment-main-bloglevel:after {
content: '';
width: 0;
height: 0;
display: block;
clear: both;
}
.comments-bloglist .comment-blogbox {
width: 580px;
float: right;
position: relative;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
margin-left: 20px;
}
.comments-bloglist .comment-blogbox:before,
.comments-bloglist .comment-blogbox:after {
content: '';
height: 0;
width: 0;
position: absolute;
display: block;
border-width: 10px 12px 10px 0;
border-style: solid;
border-color: transparent #FCFCFC;
top: 8px;
left: -11px;
}
.comments-bloglist .comment-blogbox:before {
border-width: 11px 13px 11px 0;
border-color: transparent rgba(0, 0, 0, 0.05);
left: -12px;
}
.reply-list .comment-blogbox {
width: 610px;
}
.comment-blogbox .comment-head {
background: #FCFCFC;
padding: 6px 8px 0px 9px;
border-bottom: 1px solid #f4f4f4;
overflow: hidden;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.comment-blogbox .comment-head .reting_view {
float: right;
margin-left: 14px;
position: relative;
top: 5px;
color: #A6A6A6;
font-weight: bold;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.comment-blogbox .comment-head i:hover {
color: #03658c;
}
.comment-blogbox .comment-name {
color: #283035;
font-size: 14px;
font-weight: 700;
float: left;
margin-right: 10px;
}
.comment-blogbox .comment-name a {
color: #283035;
}
.comment-blogbox .comment-head span {
float: left;
color: #999;
font-size: 13px;
position: relative;
top: 10px;
}
.comment-blogbox .comment-content {
background: #FFF;
padding: 12px;
font-size: 15px;
line-height: 1.2;
color: #595959;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.comment-blogbox .comment-name.by-author,
.comment-blogbox .comment-name.by-author a {
color: #03658c;
}
.comment-blogbox .comment-name.by-author:after {
content: 'autor';
background: #03658c;
color: #FFF;
font-size: 12px;
padding: 3px 5px;
font-weight: 700;
margin-left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width: 768px) {
.comments-blog {
}
.comments-bloglist .comment-blogbox {
width: 510px;
}
}
@media only screen and (max-width: 480px) {
.comments-blog {
width: 266px;
}
.comment-blogbox .comment-head span {
margin-top: -11px;
}
.comments-bloglist .comment-blogbox {
width: 187px;
}
.comments-container {
width: 266px;
}
.comment-box .comment-head span {
margin-top: -11px;
}
.post-info-wrap {
width: 244px;
}
.comments-list .comment-box {
width: 187px;
}
}
.imagedelete {
color: red;
}
aside label .checkbox {
color: #FFF;
}
.price_amt {
color: #FFF;
margin-left: -42px;
}
.free_bg {
background: transparent url("../img/icons/free_bg.png") no-repeat scroll center center;
}
.gold_bg {
background: transparent url("../img/icons/gold_bg.png") no-repeat scroll center center;
}
.platinum_bg {
background: transparent url("../img/icons/platinum_bg.png") no-repeat scroll center center;
}
.line_height {
line-height: 1.2 !important;
}
.deal_text {
font-size: 18px;
}
.description a {
color: #777;
}
.description p {
text-align: justify;
}
.promotion-box-info center {
padding-top: 10px;
}
.view_img img {
height: 219px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #f4f4f4;
width: 100%;
border-right: 1px solid #f4f4f4;
}
.sign_bg {
padding-top: 31px;
}
.view_contact {
background-color: #1EDCE3;
padding: 9px;
color: #fff;
margin-bottom: 5px;
}
.bot_10 {
padding-bottom: 10px !important;
}
p a {
color: #777;
}
h4 a:hover {
color: white !important;
}
.pvt-no-img1 {
width: 107px;
height: 107px;
border-radius: 50%;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.pvt-no-img {
width: 107px;
height: 107px;
border-radius: 50%;
box-shadow: 0px 0px 1px 0px #fff;
border: 1px solid #fff;
}
.loc_view {
font-family: "Arvo";
}
#left ul.nav ul,
#left ul.nav ul li {
list-style: none!important;
list-style-type: none!important;
margin-top: 1px;
margin-bottom: 1px;
}
#left ul.nav ul {
padding-left: 0;
width: auto;
}
#left ul.nav ul.children {
padding-left: 12px;
width: auto;
}
#left ul.nav ul.children li {
margin-left: 0px;
}
#left ul.nav li a:hover {
text-decoration: none;
}
#left ul.nav li a:hover .lbl {
color: #fff!important;
}
#left ul.nav li.current>a .lbl {
background-color: #999;
color: #fff!important;
}
#left ul.nav li.parent a {
padding: 0px;
color: #ccc;
}
#left ul.nav>li.parent>a {
border: solid 1px #999;
text-transform: uppercase;
}
#left ul.nav li.parent a:hover {
background-color: #fff;
}
#left ul.nav li.parent ul li a {
color: #222;
border: none;
display: block;
padding-left: 5px;
}
#left ul.nav li.parent ul li a:hover {
background-color: #fff;
}
#left ul.nav li .sign {
display: inline-block;
width: 14px;
padding: 5px 8px;
background-color: transparent;
color: #fff;
}
#left ul.nav li.parent>a>.sign {
margin-left: 0px;
background-color: #999;
}
/* label */
#left ul.nav li .lbl {
padding: 5px 12px;
display: inline-block;
}
#left ul.nav li.current>a>.lbl {
color: #fff;
}
#left ul.nav>li.item-8.parent>a {
border: solid 1px #51c3eb;
background-color: rgb(72, 183, 108);
}
#left ul.nav>li.item-8.parent>a>.sign,
#left ul.nav>li.item-8 li.parent>a>.sign {
margin-left: 0px;
background-color: #475459;
padding: 10px 25px 10px 13px;
}
#left ul.nav>li.item-8 .lbl {
color: #51c3eb;
}
#left ul.nav>li.item-8 li.current>a .lbl {
background-color: #51c3eb;
color: #fff!important;
}
.filt_bor {
background-color: rgb(244, 244, 244);
}
.filt_bor li label {
color: #777 !important;
}
.ver_scoler {
height: 250px;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
}
#jssor_1 {
position: relative;
margin: 0 auto;
top: 0px;
left: 0px;
width: 980px;
height: 40px;
overflow: hidden;
visibility: hidden;
}
.slide_j1 {
filter: alpha(opacity=70);
opacity: 0.7;
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.slide_j3 {
cursor: default;
position: relative;
top: 0px;
left: 0px;
width: 980px;
height: 40px;
overflow: hidden;
}
.slide_j3 img {
padding-left: 5px;
padding-right: 5px;
border-radius: 8px;
}
.recentad_heig {
height: 359px;
width: 100%;
}
.des_rec_heig {
height: 405px;
width: 100%;
}
.business_img {
height: 306px;
width: 264px;
}
.loca_pad {
padding: 8px;
}
.signup_img {
height: 366px;
}
.mod_pad {
padding-left: 12px;
padding-right: 12px;
}
#left h4 {
color: #777 !important;
margin-top: 10px;
}
.btn_v {
border: none;
color: inherit;
background: none;
cursor: pointer;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn_v:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-3 {
background: #40b48b none repeat scroll 0% 0%;
border: 2px solid #40b48b;
color: #FFF !important;
}
.btn-3:hover {
background: #e24a14;
border: 2px solid #e24a14;
}
.btn-3:active {
background: #f58500;
top: 2px;
}
.btn-3:before {
font-size: 140%;
height: 100%;
left: 0;
line-height: 1.4;
position: absolute;
padding-left: 10px;
top: 0;
width: 43px;
}
.btn-3d {
padding: 7px 8px 10px 65px;
border-radius: 11px;
}
.btn-3d:before {
background: #fff none repeat scroll 0 0;
border-radius: 10px 0 0 10px;
color: #40b48b;
z-index: 2;
}
.btn-3d:after {
width: 20px;
height: 20px;
background: #fff;
z-index: 1;
left: 38px;
top: 50%;
margin: -10px 0 0 -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn-3d:active:before {
color: #f58500;
}
.btn-3d:active {
top: 0;
}
.btn-3d:active:after {
left: 60px;
}
.btn_v span {
font-family: "Arvo" !important;
color: #fff;
font-weight: normal;
}
.btn-4 {
border-radius: 50px;
color: #fff;
overflow: hidden;
padding: 11px 33px 12px 29px;
background-color: #e24a14;
}
.btn-4:active {
border-color: #17954c;
color: #17954c;
}
.btn-4:hover {
background: #40b48b;
}
.btn-4:before {
position: absolute;
height: 100%;
font-size: 100%;
line-height: 2.5;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-4:active:before {
color: #17954c;
}
.btn-4a:before {
left: 130%;
top: 0;
}
.btn-4a:hover:before {
left: 80%;
}
.imp_tant {
font-size: 17px;
}
.imp_tant1 {
font-size: 18px;
color: #fff;
}
.map_canvas {
margin: 10px 20px 10px 0;
}
.fead_back {
height: 121px!important;
}
.feedback_wid {
width: 850px;
}
.about_text p {
text-align: justify;
}
.bor_none {
border: none;
}
.bor_dis {
border: 1px solid #DEDEDE;
}
.bor_dis .active_pag {
background-color: rgb(237, 118, 66);
}
.active_pag a {
color: #FFF !important;
}
.hot_deal_rad {
background-color: rgb(102, 195, 164);
padding: 9px 17px 3px;
}
.hot_deal_rad1 {
background-color: #E95413;
padding: 9px 17px 3px;
}
.hot_deal_rad label {
color: #FFF !important;
font-size: 16px !important;
}
.hot_deal_rad1 label {
color: #FFF !important;
font-size: 16px !important;
}
#form-contact input,
textarea {
margin-top: 10px;
}
.item_subpages {
text-align: center;
}
.no-padding .item_subpages {
border: 0;
border-left: 1px solid #dedede !important;
border-top: 1px solid #dedede !important;
border-bottom: 1px solid #dedede !important;
}
.item_subpages ul {
background-color: #ed7642;
margin-bottom: 25px;
text-align: left;
list-style: none;
padding: 0;
}
.item_subpages ul li {
font-size: 16px;
padding: 16px 0px 15px 23px;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.opacy_bg_02 .item_subpages ul li {
color: #727272;
}
.item_subpages ul li:hover {
background-color: #64c88c;
color: #fff;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.item_subpages a {
width: 70%;
height: 30px;
color: #fff !important;
margin: 0px auto 0 auto;
border-radius: 40px 40px 0px 0px;
padding-top: 6px;
}
.active_page {
background-color: #64c88c !important;
}
.view_sidebar ul li strong {
font-size: 20px;
}
.divider_space {
padding-top: 20px;
}
.bor_right {
border-right: 2px solid rgb(244, 244, 244);
}
.gold_bgcolor {
background-color: rgb(245, 234, 180);
}
.cont_a {
color: #777;
}
.facebook {
color: #3b5998 !important;
}
.twitter {
color: #0BBFF2 !important;
}
.skype {
color: #00aced;
}
.google-plus {
color: #dd4b39 !important;
}
.youtube {
color: #bb0000;
}
.linkedin {
color: #007bb5 !important;
}
.pinterest {
color: #cb2027 !important;
}
.globe {
color: #ffffff !important;
}
.table a {
color: #777;
}
.bg {
background-color: #E95413 !important;
}
tbody th,
td {
font-size: 0.875rem;
}
.cd-filter-content label {
}
.view_price_1 {
color: white;
padding: 22px 20px 29px 27px;
margin-right: 55px !important;
font-size: 18px;
}
.box_img img {
height: 169px !important;
}
.top_bar_top {
padding-top: 2px;
}
.main_logo {
margin-top: -30px !important;
height: 90px;
}
#limit_scrol {
height: 200px;
}
.view_page_table tbody tr td {
float: right;
}
.view_page_table tbody tr th {
float: left;
}
.whit_e {
color: #fff !important;
}
.fead_back_modal {
border: 2px solid #ED7642;
padding: 10px 10px 0px 10px;
border-radius: 16px;
}
.activate_signup {
border: 2px solid #9FC955;
border-radius: 20px;
padding: 0px 10px;
background-color: rgb(159, 201, 85);
}
.activate_signup1 {
border: 2px solid #9FC955;
border-radius: 20px;
padding: 10px 10px;
}
.activate_signup1 a {
color: #9FC955;
}
.titles_mail {
margin: 25px auto;
text-align: center;
position: relative;
}
.titles_mail h2 {
color: #fff;
padding: 0;
z-index: 1;
position: relative;
}
.similar_deal_bot img {
width: 285px;
}
.pad_bott_140 {
padding-bottom: 140px;
}
.pad_bott_50 {
padding-bottom: 50px;
}
.pad_bott_100 {
padding-bottom: 100px;
}
.filters_left {
padding-left: 20px;
}
.home_price {
font-size: 30px !important;
color: #E95413 !important;
min-height: 53px;
}
.job_price{
font-size: 22px !important;
color: #E95413 !important;
min-height: 53px;
}
.active_filter {
color: #E95413 !important;
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
padding: 0px;
background: #ffffff;
overflow: hidden;
outline: none;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: #333;
position: relative;
z-index: 3;
box-shadow: inset 4px 6px 10px -4px rgba(0, 0, 0, 0.3), 0 1px 1px -1px rgba(255, 255, 255, 0.3);
}
input[type="range"]::-webkit-slider-thumb:hover {
cursor: pointer;
}
input[name="range"]::-webkit-slider-thumb:after {
content: " ";
width: 1000px;
height: 100%;
position: absolute;
z-index: 1;
right: 22px;
top: 0px;
background: rgb(116, 252, 250);
background: -moz-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(116, 252, 250, 1)), color-stop(50%, rgba(89, 205, 247, 1)), color-stop(52%, rgba(54, 200, 237, 1)), color-stop(100%, rgba(34, 244, 230, 1)));
background: -webkit-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: -o-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: -ms-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: linear-gradient(to bottom, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74fcfa', endColorstr='#22f4e6', GradientType=0);
}
.range1 .label,
.price_output {
color: #E95413;
}
.bg_clr1 {
cursor: pointer;
}
.hotdeal_minheight {
min-height: 600px;
}
.middle_ad {
min-height: 110px;
}
.find_location,
.clear_location {
margin-top: 5px;
margin-right: 0px;
}
.cd-filter-content label {
font-size: 13px !important;
}
}
.blog_right li a {
color: #777;
}
.post_ad_back {
color: #fff;
}
.inactive_fav {
background: url(<?php echo base_url();
?>img/icons/favinactive.png);
width: 31px;
height: 31px;
display: block;
cursor: pointer;
}
.active_fav {
background: url(<?php echo base_url();
?>img/icons/favactive.png);
width: 31px;
height: 31px;
display: block;
cursor: pointer !important;
}
.fa-expand {
display: none !important;
}
::-moz-selection {
text-shadow: none;
background: #46B38C;
}
::selection {
text-shadow: none;
background: #46B38C;
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
#pagination a,
#pagination strong {
background: #fbfbfb;
border: 1px solid #e3e3e3;
color: #a8a8a8;
font-size: 16px;
min-width: 40px;
padding: 0 4px;
height: 40px;
line-height: 38px;
border-radius: 0;
display: inline-block;
text-align: center;
margin-left: -1px;
}
.bedge_right {
color: #777 !important;
float: right;
}
.deal_border {
border: 3px solid rgb(99, 201, 136);
border-radius: 50px;
padding: 0px 0px 20px;
}
.up_arrow {
content: "\2193";
content: "\2193";
font-size: 60px;
color: #64C791;
}
.down_arrow {
content: "\2193";
content: "\2193";
font-size: 60px;
color: #64C791;
}
.hot_deal_border {
border: 3px solid rgb(100, 199, 145) !important;
padding: 11px 0px;
background-color: #64C791;
margin-top: 30px;
}
.white {
color: #fff;
}
.list-styles {
padding-left: 15px;
}
.list-styles li i {
margin-left: -20px;
}
.blog-item {
border-radius: 0;
overflow: hidden;
margin-bottom: 30px;
border: 2px solid #f4f4f4;
padding: 10px;
border-radius: 10px;
}
.blog-item ul li {
display: inline-block;
padding-left: 10px;
}
.blog .blog-item .img-blog {
border-radius: 5px;
margin-bottom: 25px;
}
.post-title .title {
font-size: 1.6rem;
font-weight: normal;
line-height: 1.8rem;
padding: 0 !important;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
}
.blog .blog-item .blog-content {
padding-bottom: 25px;
}
.readmore {
margin-top: 0;
}
.blog .blog-item .entry-meta {
border-radius: 5px;
overflow: hidden;
}
.blog .blog-item .entry-meta > span {
background: #f5f5f5;
border-top: 1px solid #fff;
display: block;
font-size: 12px;
overflow: hidden;
padding: 10px 3px;
text-align: left;
}
#publish_date {
background: #63C986;
border-bottom: 5px solid #E95413;
color: #fff;
padding: 10px 0;
text-align: center;
font-weight: bold;
}
.entry-meta {
padding-top: 6px !important;
}
.blog .blog-item .entry-meta > span {
color: #ccc;
}
.blog .blog-item .entry-meta > span a {
font-size: 11px;
margin-left: 3px;
font-weight: 300;
color: #888;
}
.single_comments img {
float: left;
margin-right: 10px;
margin-top: 5px;
}
.single_comments {
margin-bottom: 20px;
}
.single_comments p {
margin-bottom: 0;
}
.widget .entry-meta span {
display: inline-block;
margin-right: 10px;
}
.blog_category {
list-style: none;
margin: 0;
padding: 0;
}
.blog_category li {
float: none;
margin-bottom: 20px;
}
.blog_category li a {
background: #f5f5f5;
border-radius: 4px;
color: #888;
padding: 3px 10px;
}
.badge {
background-color: #c52d2f;
border-radius: 5px;
color: #fff;
padding: 8px;
position: relative;
left: 60px;
top: -18px;
font-weight: normal;
}
.blog_archieve {
list-style: none outside none;
margin: 0;
padding: 0;
}
.blog_archieve li:first-child {
padding-top: 0;
}
.blog_archieve li {
padding: 10px 0;
border-bottom: 1px solid #f5f5f5;
}
ul.tag-cloud,
ul.sidebar-gallery {
list-style: none;
padding: 0;
margin: 0;
}
.tag-cloud li {
display: inline-block;
margin-bottom: 3px;
}
.tag-cloud li a {
background: #f5f5f5;
color: #888;
border: 0;
border-radius: 4px;
padding: 8px 15px;
}
.tag-cloud li a:hover {
background: #c52d2f;
color: #fff;
}
.sidebar-gallery li {
display: inline-block;
margin: 0 5px 10px 0;
}
.sidebar-gallery li a {
border-radius: 4px;
display: inline-block;
}
.flow_chart {
background-image: url("../img/flowchart.jpg");
}
.related_ads img {
height: 160px;
}
.bot_pad_10 {
padding-bottom: 10px;
}
strong {
margin-bottom: 15px !important;
}
.modal {
opacity: 1;
}
.total_price {
padding: 10px 0px;
font-size: 24px;
float: right;
}
.check_out {
padding-top: 30px;
}
.check_out .table > thead > tr > th {
border-bottom: 1px solid #ddd;
vertical-align: top;
}
.tot_top {
padding-top: 16px !important;
}
.cart_image img {
width: 156px;
height: 139px;
}
.checkout_h3 h2 {
text-align: center;
background-color: rgb(94, 195, 163);
color: rgb(255, 255, 255);
padding-bottom: 10px;
border: 1px solid rgb(94, 195, 163);
margin-bottom: 20px;
}
.dis_width {
width: 150px;
}
.chck_bg_clr {
background-color: #E95413;
}
.pay_btn a {
background-color: rgb(239, 83, 13);
border-radius: 6px;
padding: 5px 10px 5px;
text-align: center;
color: rgb(255, 255, 255);
}
.pay_btn a:hover {
color: #fff !important;
}
.gmap_marker {
overflow-y: hidden;
}
.cont_left {
padding: 10px 10px 0px 10px;
border: 2px solid #9FC955;
border-radius: 16px;
background-color: #9FC955;
}
.whi_te {
color: #fff;
}
.whi_te a {
color: #fff;
}
.whi_te a:hover {
color: #E95413 !important;
}
.add_top img,
.add_top iframe {
width: 940px;
height: 230px;
}
.add_left img,
.add_left iframe {
width: 290px;
height: 156px;
}
.add_middle img,
.add_middle iframe {
width: 848px;
height: 90px;
margin-bottom: 22px;
}
.desc_top_img img,
.desc_top_img iframe {
width: 940px;
height: 130px;
}
.desc_bot_img img,
.desc_bot_img iframe {
width: 940px;
height: 130px;
}
#pagination {
padding-top: 20px;
}
.pad_left_23 {
padding-left: 23px;
}
.divider_space {
padding: 20px;
}
.con_tact {
border-radius: 10px;
height: 370px;
}
.home_btn {
width: 105px
}
.home_form {
background-color: #fff;
border: 2px solid rgb(94, 195, 163);
padding: 7px 10px;
height: 68px;
}
.onX {
color: red !important;
}
.clearable {
background: transparent url("../img/icons/cross.png") no-repeat right -10px center;
border: 1px solid #999;
padding: 3px 18px 3px 4px;
border-radius: 3px;
transition: background 0.4s;
}
.clearable.x {
background-position: right 5px center;
}
.clearable.onX {
cursor: pointer;
}
.clearable::-ms-clear {
display: none;
width: 0;
height: 0;
}
.search_menu {
border: 3px solid #88C425;
padding: 7px 10px 0px;
background-color: #fff !important;
}
.seach_btn {
margin-top: 0px !important;
background: #EF530D !important;
}
.range {
display: table;
position: relative;
height: 25px;
margin-top: 10px;
background-color: rgb(245, 245, 245);
border-radius: 4px;
-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);
cursor: pointer;
width: 135px;
}
.range input[type="range"] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
-o-appearance: none !important;
appearance: none !important;
display: table-cell;
width: 100%;
background-color: transparent;
height: 25px;
cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
-o-appearance: none !important;
appearance: none !important;
width: 11px;
height: 25px;
color: rgb(255, 255, 255);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0px;
background-color: rgb(153, 153, 153);
}
.range input[type="range"]::-moz-slider-thumb {
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
-o-appearance: none !important;
appearance: none !important;
width: 11px;
height: 25px;
color: rgb(255, 255, 255);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0px;
background-color: rgb(153, 153, 153);
}
.range output {
display: table-cell;
padding: 3px 5px 2px;
min-width: 40px;
color: rgb(255, 255, 255);
background-color: rgb(153, 153, 153);
text-align: center;
text-decoration: none;
border-radius: 4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
width: 1%;
white-space: nowrap;
vertical-align: middle;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
.range input[type="range"] {
outline: none;
}
.range.range-success input[type="range"]::-webkit-slider-thumb {
background-color: #5EC3A3;
}
.range.range-success input[type="range"]::-moz-slider-thumb {
background-color: #5EC3A3;
}
.range.range-success output {
background-color: #5EC3A3;
}
.range.range-success input[type="range"] {
outline-color: #5EC3A3;
}
.pound_sym:before {
content: '£';
}
.euro_sym:before {
content: '€';
}
.view_sidebar1 p{
font-size: 15px;
}
.cloth_h3 h3 {
font-size: 20px;
}
.cloth_head_font {
font-size: 16px !important;
}
.set-2 ul li {
display: inline-block;
margin-right: 15px;
}
.set-2 a:active {
-webkit-transform: translate(0, 3px);
-moz-transform: translate(0, 3px);
transform: translate(0, 3px);
}
.set-2 a {
position: relative;
color: #ffffff;
text-decoration: none;
font-family: 'Auro';
display: block;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 16px;
padding: 0px 17px 0px 35px;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
a.twitter-big {
background: #2CA9E1;
}
a.twitter-small:active,
a.twitter-big:active {
-webkit-box-shadow: 0px 2px 0px #2695BC;
-moz-box-shadow: 0px 2px 0px #2695BC;
box-shadow: 0px 2px 0px #2695BC;
}
a.twitter-big:before {
background: url("../img/social/twitter.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.facebook-big {
background: #3B5997;
}
a.facebook-small:active,
a.facebook-big:active {
-webkit-box-shadow: 0px 2px 0px #293F63;
-moz-box-shadow: 0px 2px 0px #293F63;
box-shadow: 0px 2px 0px #293F63;
}
a.facebook-big:before {
background: url("../img/social/facebook.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.pinterest-big {
background: #CD1D1F
}
a.pinterest-small:active,
a.pinterest-big:active {
-webkit-box-shadow: 0px 2px 0px #8C151B;
-moz-box-shadow: 0px 2px 0px #8C151B;
box-shadow: 0px 2px 0px #8C151B;
}
a.pinterest-big:before {
background: url("../img/social/pinterest.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.gplus-big {
background: #353631;
}
a.gplus-small:active,
a.gplus-big:active {
-webkit-box-shadow: 0px 2px 0px #141412;
-moz-box-shadow: 0px 2px 0px #141412;
box-shadow: 0px 2px 0px #141412;
}
a.gplus-big:before {
background: url("../img/social/gplus.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.linkedin-big {
background: #0073B2;
}
a.linkedin-small:active,
a.linkedin-big:active {
-webkit-box-shadow: 0px 2px 0px #005377;
-moz-box-shadow: 0px 2px 0px #005377;
box-shadow: 0px 2px 0px #005377;
}
a.linkedin-big:before {
background: url("../img/social/linkedin.png") no-repeat center center;
content: "";
width: 25px;
height: 20px;
position: absolute;
left: 5px;
top: 20%;
}
.cancel_ahover a:hover {
color: #fff !important;
}
.package_ckech label {
width: 200px;
}
.top_35{
padding-top:35px !important;
}
.saved_link{
color: rgb(255, 255, 255);
background-color: rgb(70, 179, 140);
padding: 11px 9px 10px;
border-radius: 7px;
}
.saved_link:hover{
background-color: #EC662B !important;
color:#fff !important;
}
.saved_link1{
padding-top: 17px;
}
.dashboard_tag li a {
text-transform: uppercase;
}
.business_logo_height{
height:70px;
width: 163px;
}
.my_wish_delete a {
position: relative;
color: #ffffff;
text-decoration: none;
font-family: 'Auro';
display: block;
border-radius: 6px;
font-size: 16px;
padding: 0px 17px 0px 54px;
}
.my_wish_delete a:hover {
color: #F1E4E4 !important;
}
a.delete-bg {
background: #2CA9E1;
line-height: 40px;
font-weight: normal;
font-size: 16px;
}
a.delete-bg:before {
background: url("../img/social/delete.png") no-repeat center center;
content: "";
width: 35px;
height: 25px;
position: absolute;
left: 15px;
top: 18%;
}
.product h4,
.product p{
width:340px;
}
div.letter_success{
color: #88C425 !important;
font-weight: bolder;
}
.recommanded{
min-height: 245px;
}
.my_wishes{
width: 18px;
height: 18px;
}
.ui-autocomplete-loading {
background:url('../img/loader.gif') no-repeat right 10px center !important;
}
.ui-autocomplete a.ui-corner-all.sbiAnchor:hover, .ui-autocomplete .ui-state-focus a.ui-corner-all.sbiAnchor{
background: blue;
}
.span6 strong{
color:#0DC5B2;
}
.span6 strong:hover{
color:#A1CB57;
text-decoration:underline;
}
radio i:focus {
border: 1px doted yellow !important;
}
.imgblog img{
height: 270px;
}
.modal-body iframe{
border:3px solid #ED7642;
}
.desk_pad_10{
padding-top:10px;
}
.accordion .panel-group .panel {
border-radius: 0;
}
.accordion .panel-group .panel-default > .panel-heading {
border-color: #e9e9e9;
background-color: #f4f4f4 !important;
}
.accordion .panel-group .panel-default .panel-title {
color: #333;
font-size: 16px;
font-weight: 500;
padding: 5px 0;
text-transform:uppercase;
}
.accordion .panel-group .panel-default .panel-title a {
display: block;
position: relative;
padding-left: 41px;
}
.accordion .panel-group .panel-default .panel-title a:after {
content: "\2212";
font-family: fontawesome;
background: #f9f9f9 none repeat scroll 0 0;
border-left: 1px solid #e9e9e9;
color: #7d7d7d;
font-size: 24px;
padding: 12px 16px;
position: absolute;
left: -18px;
top: -15px;
}
.accordion .panel-group .panel-default .panel-title a.collapsed:after {
content: "\2295";
font-family: fontawesome;
background: #f9f9f9 none repeat scroll 0 0;
border-left: 1px solid #e9e9e9;
color: #7d7d7d;
font-size: 24px;
padding: 12px 13px;
position: absolute;
left: -18px;
top: -15px;
}
.accordion .panel-body {
padding: 10px 15px 0px;
}
.pad_bot_30{
margin-bottom:20px;
}
.accordion .panel-body .panel_body_up p {
color: #8e8d8d;
font-size: 14px;
font-weight: 500;
}
.footer_pad_length{
padding: 10px 20px 20px 20px !important;
}
.no_results_found{
background-color: #f4f4f4;
padding: 7px 11px;
padding-bottom: 0;
margin: 0;
border: 2px solid #88C425;
}
.e-zone-size{
font-size:18px !important;
} | css/style.css | @charset "utf-8";
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
@import url("bootstrap/bootstrap-slider.css");
@import url("nav/style.css");
@import url("../js/fancybox/jquery.fancybox.css");
@import url("skins/theme-options.css");
@import url("animations/animate.css");
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");
@import url("flickr/flickr.css");
@import url("icons/font-awesome.min.css");
@import url("calendar/calendar.css");
@import url("slide/revolution.css");
@import url("slide/extralayers.css");
@import url("../js/rs-plugin/css/settings.css");
@font-face{font-family:Arvo;font-style:normal;font-weight:400;src:local('Arvo'),url('../font/J0GYVYTizO1mjpT3aOcSbQ.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
.login_left {
background-color: #5EC3A3;
color: rgb(255, 255, 255);
}
.login_name {
color: rgb(255, 255, 255);
padding-top: 16px;
float: right;
}
.signup_left {
background-color: #5EC3A3;
color: rgb(255, 255, 255);
min-height: 425px;
}
.log_leftpad h3 {
color: rgb(255, 255, 255) !important;
}
.login_right {
padding: 20px;
}
.log_logo {
padding-top: 108px;
}
.top_20 {
padding-top: 20px;
}
.top_30 {
padding-top: 30px;
}
.log_side a:hover {
color: #88C425 !important;
}
a {
color: #FFF;
text-decoration: none;
}
a:hover {
color: #A1CB57;
text-decoration: none !important;
}
.flat-mega-menu > ul > li > a:hover {
color: ##88C425;
}
.flat-mega-menu .drop-down,
.flat-mega-menu .social-bar ul {
border-bottom-color: #88C425;
}
.flat-mega-menu .search-bar ul input[type="submit"] {
width: 85%;
cursor: pointer;
font-size: 0.9rem;
font-family: "Arvo";
float: left;
height: 40px;
outline: medium none;
border: 1px solid rgba(0, 0, 0, 0.15);
opacity: 0.81;
box-shadow: 0.5px 0.866px 0px 0px rgba(255, 248, 68, 0.106) inset;
color: #FFF;
background: #88C425 none repeat scroll 0% 0% !important;
}
.flat-mega-menu .login-form input[type="submit"] {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 3px;
opacity: 0.81;
box-shadow: 0.5px 0.866px 0px 0px rgba(255, 248, 68, 0.106) inset;
color: #FFF;
height: 35px;
width: 100px;
font-size: 1rem;
font-family: "Arvo";
cursor: pointer;
outline: medium none;
background: #88C425 none repeat scroll 0% 0% !important;
}
.flat-mega-menu .login-form input {
width: 100%;
margin: 0px 0px 10px;
padding: 5px 10px;
display: block;
background-color: #F4F4F4;
box-shadow: 0.5px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
border: 1px solid #DEDEDE;
height: 35px;
box-sizing: border-box;
outline: medium none;
color: #88C425;
}
.flat-mega-menu .search-bar ul input[type="search"] {
background-color: #FFF;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.55) inset;
border-width: medium 10px medium 20px;
border-style: none solid;
border-color: -moz-use-text-color transparent;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding: 10px;
width: 100%;
float: left;
box-sizing: border-box;
height: 40px;
outline: medium none;
color: #88C425;
}
a {
color: #777;
}
a:hover {
color: #88C425 !important;
}
html {
font-size: 16px;
}
body {
font-family: 'Arvo';
color: #727272;
font-size: 1rem;
font-weight: lighter;
line-height: 0.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 5px 0 15px 0;
margin: 0;
color: #272727;
font-weight: normal;
font-family: 'Arvo';
-webkit-font-smoothing: antialiased;
}
h1,
.h1 {
font-size: 2.225rem;
}
h2,
.h2 {
font-size: 1.875rem;
}
h3,
.h3 {
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 1.125rem;
}
h5,
.h5 {
font-size: 0.875rem;
}
h6,
.h6 {
font-size: 0.75rem;
}
p {
margin: 0px 0px 20px;
color: #777;
font-size: 0.905rem;
line-height: 1.5rem;
word-wrap: break-word !important;
}
div {
word-wrap: break-word !important;
}
footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.footer-down ul,
.list-styles,
.starts,
.services-lines,
#testimonials,
ul.single-carousel,
.post-options {
margin: 0;
padding: 0;
list-style: none;
}
.btn-primary {
color: #fff;
font-size: 0.875rem;
padding: 10px 15px;
margin-right: 10px;
border-color: #dedede;
text-shadow: none;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.btn1 {
padding: 12px 41px !important;
margin-left: 5px;
}
.btn-primary:last-child {
margin-right: 0;
}
.btn-default {
font-size: 0.875rem;
border-color: #dedede;
text-shadow: none;
}
.paddings {
padding: 50px 0;
}
.paddings-mini {
padding: 50px 0;
}
.padding-top {
padding-top: 70px;
}
.padding-bottom {
padding-bottom: 100px;
}
.padding-bottom-mini {
padding-bottom: 40px;
}
.padding-top-mini {
padding-top: 30px;
}
.padding-sides {
padding: 20px 30px !important;
}
.no-padding {
padding: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-margin-top {
margin-top: 0 !important;
}
.bg-gray {
background-color: #fcfcfc;
}
.borders {
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
}
.border-top {
border-top: 1px solid #dfdfdf;
}
.border-right {
border-right: 1px solid #dfdfdf;
}
.border-bottom {
border-bottom: 1px solid #dfdfdf;
}
hr.tall {
margin: 0;
padding: 0;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.150), rgba(0, 0, 0, 0));
}
.list-styles {
margin-bottom: 20px;
}
.list-styles li {
line-height: 30px;
}
.promotion-box-info .list-styles li {
font-weight: bold;
}
.list-styles li .fancybox {
color: #0DC5B2;
}
.list-styles li a,
.list-styles li {
font-size: 12px;
}
.list-styles li i {
border-radius: 50%;
text-align: center;
font-size: 0.7rem;
padding: 0px 6px;
}
.filters_categories ul{
margin-bottom:0;
}
.filters_categories .list-styles li a,
.filters_categories .list-styles li {
font-size: 15px;
color: #777;
}
.filters_categories .list-styles li .cat_color_filter {
font-size: 16px;
color: #777 !important;
}
.filters_categories .list-styles li i {
border-radius: 50%;
color: #E95413;
text-align: center;
font-size: 1.2rem;
}
.show-grid .show-grid-block {
padding-top: 10px;
width: 100%;
display: block;
text-align: center;
padding-bottom: 10px;
background-color: #eee;
background-color: #F5F6FA;
border: 1px solid #ddd;
border: 1px solid rgba(86, 61, 124, .2);
margin-bottom: 20px;
}
div.fontawesome-icon-list a {
color: #777;
font-size: 0.9rem;
line-height: 2rem;
}
div.fontawesome-icon-list i {
margin-right: 10px;
}
iframe.video {
width: 100%;
height: 180px;
}
.single-carousel {
overflow: hidden;
}
.single-carousel li {
position: relative;
}
.single-carousel .info-single-carousel {
padding: 10px 5% 0 5%;
}
.lead {
font-weight: lighter;
font-size: 1.1rem;
line-height: 1.6rem;
}
.section-twitter {
background-color: #fff;
padding: 70px 0;
position: relative;
overflow: hidden;
}
.section-twitter i.icon-big {
position: absolute;
color: #eee;
left: -50px;
top: 20px;
font-size: 14rem;
}
#twitter {
max-width: 700px;
margin: 0 auto;
text-align: center;
font-size: 1.2rem;
line-height: 1.8rem;
font-style: italic;
}
.tweet_text {
color: #777;
font-size: 1.2rem;
line-height: 1.8rem;
}
.titles {
margin: 25px auto;
text-align: center;
position: relative;
}
.opacy_bg_02 .titles {
margin: 50px auto;
}
.titles h2 {
color: #222;
padding: 0;
z-index: 1;
position: relative;
}
.opacy_bg_02 .titles h2 {
color: #fff;
}
.titles h2 span {
font-size: 2.1rem;
font-weight: lighter;
color: #88C425 !important;
}
.titles h1 {
color: #222;
padding: 0;
z-index: 1;
position: relative;
}
.opacy_bg_02 .titles h1 {
color: #fff;
}
.titles h1 span {
font-size: 2.1rem;
font-weight: lighter;
color: #88C425 !important;
}
.titles i {
color: #F5F6FA;
position: absolute;
top: -20px;
left: 55%;
font-size: 7rem;
z-index: 0;
}
.opacy_bg_02 .titles i {
color: rgba(255, 255, 255, 0.2);
}
hr.tall {
margin: 24px auto;
border: 0;
max-width: 90%;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.opacy_bg_02 hr.tall {
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
.img-hover {
position: relative;
overflow: hidden;
}
.img-hover img {
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
width: 100%;
}
.img-hover .overlay {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
left: 0;
z-index: 99;
top: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.img-hover:hover .overlay {
opacity: 1;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.img-hover:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
}
.img-hover .overlay a {
padding-top: 26%;
height: 100%;
display: block;
font-size: 2.5rem;
color: #fff;
}
.img-hover .overlay a:hover {
text-decoration: none;
}
.semiboxshadow {
display: block;
}
.semiboxshadow img {
width: 1338px !Important;
max-width: 1340px;
margin: 0px auto;
margin-left: -53px;
margin-top: 150px;
position: absolute;
z-index: 0;
}
.list li {
line-height: 40px;
}
.list li:hover {
cursor: pointer;
}
.list li i {
padding-right: 8px;
font-size: 0.875rem;
}
.list li a {
color: #666;
}
.list li a:hover {
color: #252525;
}
.header-v1 {
background-color: #fff;
background: #fff;
position: fixed;
left: 0;
max-height: 60px;
z-index: 9999;
border-color: rgba(0, 0, 0, 0.3);
width: 100%;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v2 {
background: #fff;
position: fixed;
left: 0;
z-index: 9999;
width: 100%;
border-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v2 .flat-mega-menu > ul > .title i,
.header-v2 .flat-mega-menu > ul > .title > a > span {
color: #232323 !important;
}
.header-v1.is-sticky {
border-bottom: 1px solid #dedede !important;
max-height: 61px;
}
.header-v1.is-sticky .main_logo {
margin-top: -14px !important;
}
.header-v3 {
background: #fff;
left: 0;
z-index: 9999;
width: 100%;
position: relative;
border-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v4 {
background-color: #fff;
position: relative;
left: 0;
z-index: 9999;
width: 100%;
padding: 30px 0;
border-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.header-v4.is-sticky {
padding: 10px 0 0 0;
border-bottom: 1px solid #dedede;
}
.header-v4.is-sticky .flat-mega-menu > ul > .title {
margin-bottom: 10px;
}
.header-v3 .flat-mega-menu > ul > li,
.header-v3 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li,
.header-v4 .flat-mega-menu > ul > li > a {
color: #727272;
}
.header-v4 .flat-mega-menu > ul {
text-align: center;
}
.header-v4 .flat-mega-menu > ul > .title {
float: none;
display: block;
text-align: center;
margin: 0 auto 20px auto;
}
.header-v4 .flat-mega-menu > ul > .title i {
right: 42%;
top: 0;
}
.header-v4 .flat-mega-menu > ul > .title > a {
text-align: center;
padding-right: 0;
padding-left: 0 !important;
}
.header-v4 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li {
line-height: 1rem;
min-height: 30px;
}
.tp-banner-container {
width: 100%;
overflow: hidden !important;
position: relative;
padding: 0;
}
.tp-banner {
width: 100%;
position: relative;
}
.tp-banner-fullscreen-container {
width: 100%;
position: relative;
padding: 0;
}
.icon-big-nav {
position: relative;
}
.icon-big-nav i {
font-size: 10rem;
position: absolute;
left: 10%;
bottom: 0;
opacity: 0.7;
}
.info-head {
text-align: right;
padding: 5px 0;
background-color: #f7f7f7;
border-bottom: 1px solid #cbd8d8;
position: relative;
z-index: 99;
}
.info-head ul {
padding: 5px 0;
margin: 0;
}
.info-head ul li ul {
padding: 0;
margin: 0;
}
.info-head ul li {
list-style: none;
display: inline-block;
margin-left: 15px;
padding-left: 15px;
font-size: 11px;
color: #fff;
border-left: 1px solid #dedede;
}
.info-head ul li:first-child {
border-left: 0;
}
.info-head ul li ul li:last-child {
border-left: 0;
}
.info-head ul li ul li {
list-style: none;
float: none;
margin: 0;
width: 100%;
font-size: 11px;
border-right: 0;
padding: 0;
}
.info-head ul li ul li ul li a {
color: #777;
padding: 5px 15px;
line-height: 20px;
font-size: 10px;
}
.info-head ul li ul li a img {
padding-right: 10px;
}
.info-head ul li .dropdown-menu {
min-width: 100px;
padding: 0;
left: 30px;
top: 27px;
z-index: 999 !important;
}
.info-head .dropdown-menu > li > a:hover,
.info-head .dropdown-menu > li > a:focus,
.info-head .dropdown-menu > .active > a,
.info-head .dropdown-menu > .active > a:hover,
.info-head .dropdown-menu > .active > a:focus {
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f5f5f5, 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
color: #000 !important;
}
.info-head ul li a {
color: #fff;
}
.info-head ul li a:hover {
text-decoration: none;
}
.info-head ul li a:hover {
color: #232323 !important;
}
.info-head ul li i {
padding: 5px 5px 0 0;
color: #fff;
font-size: 14px;
}
.info-head ul li a i {
font-size: 13px;
padding-top: 3px;
padding-left: 5px;
}
.filter-title {
position: absolute;
top: 55%;
left: 41%;
margin-left: -25%;
width: 68%;
z-index: 99;
}
.filter-title.top-30 {
top: 30%;
}
.filter-title.top-40 {
top: 40%;
}
.layout-boxed .filter-title,
.layout-boxed-margin .filter-title {
top: 30%;
left: 50%;
margin-left: -37.5%;
width: 75%;
}
.title-header {
text-align: center;
}
.title-header h1 {
color: #fff;
font-size: 5.2rem;
line-height: 5.6rem;
font-weight: bold;
}
.title-header p {
color: #f7f7f7;
margin: 0 auto 30px auto;
max-width: 700px;
}
.nav-tabs {
border: 0;
margin: 0 auto;
max-width: 90%;
}
.nav-tabs li {
font-size: 0.8rem;
}
.nav-tabs li i {
margin-right: 10px;
font-size: 1rem;
}
.nav-tabs li.active a i,
.nav-tabs li.active a:hover i,
.nav-tabs li a:hover i {
color: #fff !important;
}
.nav-tabs li,
.nav-tabs li.active,
.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
border: 0 !important;
color: #fff !important;
}
.nav-tabs li a {
border: 0;
padding: 12px 40px;
background: #3a4749;
color: #fff;
}
.nav-tabs li a:hover {
background: #36BC95;
color: #fff;
}
.tabs-detailed .nav-tabs {
max-width: 100%;
margin-bottom: 40px;
}
.tabs-detailed .nav-tabs li a {
border-radius: 5px;
}
.filter-header {
padding: 0;
max-width: 90%;
margin: 1px auto 0px;
height: 58px;
border-radius: 0px 5px 5px;
border: 3px solid;
color: #88C425;
background-color: #fff;
}
.filter-header.flights-filter {
height: auto !important;
overflow: auto;
}
.filter-header.flights-filter .input-large {
width: 50%;
border-bottom: 1px solid #dedede;
}
.filter-header.flights-filter .date-input,
.filter-header.flights-filter .selector {
width: 25%;
}
.filter-header.flights-filter input[type="submit"] {
width: 100%;
}
.filter-header form {
border: 0;
padding: 0;
margin: 0;
}
.filter-header input {
height: 50px;
margin: 0;
float: left;
border: 0;
padding: 5px 10px;
font-size: 0.9rem;
font-weight: normal;
border-right: 1px solid #dedede;
}
.filter-header input:last-child {
border-right: 0;
}
.filter-header .input-large {
width: 23%;
background: #fff url("../img/icons/search.png") no-repeat scroll left 11px;
padding-left: 27px;
padding-top: 5px;
margin-top: 0px;
}
.filter-header .date-input {
background: #fff url("../img/icons/search.png") no-repeat scroll right 12px;
padding-right: 10px;
font-size: 0.9rem;
}
.filter-header .selector {
position: relative;
min-width: 60px;
line-height: 0;
float: left;
color: #999;
font-size: 0.9rem;
height: 50px;
}
.filter-header .selector1 {
position: relative;
min-width: 60px;
float: left;
color: #999;
font-size: 0.9rem;
font-weight: bold;
}
.selector1 select {
height: 52px;
line-height: 46px !important;
}
.selector select {
position: absolute;
z-index: 1;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height: 50px;
width: 100%;
-webkit-appearance: menulist-button;
line-height: 30px;
}
.selector select:hover {
cursor: pointer;
}
.selector span.custom-select {
display: inline-block;
line-height: 48px;
padding: 0 10px;
font-weight: normal;
width: 100%;
overflow: hidden;
white-space: nowrap;
}
.filter-header::-webkit-input-placeholder {
color: #565656;
}
.filter-header:-moz-placeholder {
color: #565656;
}
.filter-header::-moz-placeholder {
color: #565656;
}
.filter-header:-ms-input-placeholder {
color: #565656;
}
.filter-header input[type="submit"] {
width: 13%;
border: 0;
color: #fff;
background: #EF530D none repeat scroll 0% 0% !important;
}
/* Calendar -------------------------------------------*/
.ui-datepicker {
max-width: 250px;
padding: 0;
}
.ui-datepicker table thead {
background-color: #f8f8f8 !important;
}
.ui-datepicker th {
font-size: 0.875rem;
font-weight: lighter;
}
.ui-datepicker .ui-datepicker-calendar td {
vertical-align: middle;
text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
color: #999;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
background: transparent !important;
border: 0;
font-size: 0.8rem;
}
.ui-state-hover {
color: #fff !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-radius: 0 !important;
}
.ui-widget-header {
color: #fff;
font-weight: lighter;
font-size: 1rem;
}
.ui-datepicker .ui-datepicker-prev:before {
border-right: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
content: "";
display: block;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-prev {
left: 20px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 11px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
right: 0px;
}
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 11px;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
border-left: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
content: "";
display: block;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.ui-datepicker a.ui-corner-all:hover {
background: transparent !important;
border: 0;
}
.ui-widget-content {
background: #ffffff!important;
}
.section-title-01 {
height: 450px;
background-color: #262626;
text-align: center;
position: relative;
width: 100%;
overflow: hidden;
}
.section-title-01 h1 {
color: #fff;
padding: 120px 0 0 5px;
font-size: 3rem;
line-height: 55px;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.overlay-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
z-index: 0;
}
.section-title-01 .crumbs {
position: relative;
}
.section-title-01 .crumbs ul {
margin: 10px auto;
padding: 10px;
display: table;
border-top: 2px solid;
list-style: none;
}
.section-title-01 .crumbs ul li {
display: inline-block;
padding-right: 5px;
line-height: 20px;
font-size: 15px;
color: #fff;
}
.bread_ccrumbs {
position: relative;
width: 100%;
overflow: hidden;
}
.bread_ccrumbs .crumbs {
position: relative;
}
.bread_ccrumbs .crumbs ul {
display: table;
list-style: none;
}
.bread_ccrumbs .crumbs ul li {
display: inline-block;
padding-right: 5px;
line-height: 20px;
font-size: 18px;
}
.bread_ccrumbs ul li a {
text-decoration: none;
color: #5C89C7;
}
.bread_ccrumbs ul li a:hover {
text-decoration: none;
color: #E95413;
}
.section-title-02 {
height: 350px;
background-color: #262626;
position: relative;
width: 100%;
overflow: hidden;
}
.section-title-02 h1 {
color: #fff;
padding: 97px 0 0 5px;
font-size: 1.6rem;
line-height: 55px;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.section-title-02 .crumbs {
position: relative;
padding: 97px 0 0 5px;
text-align: right;
}
.section-title-02 .crumbs ul {
margin: 10px auto;
padding: 10px;
list-style: none;
}
.section-title-02 .crumbs ul li {
display: inline-block;
padding-right: 3px;
line-height: 20px;
font-size: 0.775rem;
color: #fff;
}
.section-title-02 .crumbs ul li:last-child {
padding-right: 0;
}
.section-title-02 .crumbs ul li a:hover {
text-decoration: underline;
}
.section-title-03 {
height: 380px;
background-color: #262626;
position: relative;
width: 100%;
overflow: hidden;
}
.section-title-03 h1 {
color: #fff;
padding: 100px 20px 10px 0;
font-size: 1.6rem;
line-height: 1.8rem;
border-bottom: 2px solid;
display: inline-block;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.section-title-03 .crumbs {
position: relative;
}
.section-title-03 .crumbs ul {
margin: 10px auto;
list-style: none;
}
.section-title-03 .crumbs ul li {
display: inline-block;
padding-right: 5px;
line-height: 20px;
font-size: 0.775rem;
color: #fff;
}
.section-title-03 .crumbs ul li:last-child {
padding-right: 0;
}
.section-title-03 .crumbs ul li a:hover {
text-decoration: underline;
}
.section-title-detailed {
max-height: 700px;
height: auto;
width: 100%;
overflow: hidden;
position: relative;
line-height: 0;
background-size: cover!important;
}
.section-title-detailed img {
width: 100%;
}
.section-title-detailed .img-hover .overlay {
opacity: 1;
}
.title-detailed {
position: absolute;
bottom: 140px;
padding-bottom: 20px;
width: 100%;
}
.title-detailed h2 {
color: #fff;
font-size: 2rem;
line-height: 2rem;
}
.title-detailed h2 span {
font-size: 1rem;
display: block;
}
.content_info {
position: relative;
width: 100%;
overflow: hidden;
}
.no-overflow {
overflow: visible !important;
}
.content_resalt {
background: #F5F6FA;
}
.services-lines-info {
padding: 40px 0 0 0;
}
.services-lines-info p {
margin-bottom: 0;
}
.services-lines-info p.lead {
margin: 0 0 20px 0;
}
p.lead .line {
height: 2px;
width: 70px;
content: '';
display: block;
margin: 20px 0;
background: #88C425 none repeat scroll 0% 0% !important;
}
.skin_base p.lead .line {
background: #232323 !important;
}
.services-lines {
overflow: auto;
width: 106%;
}
.services-lines.services-lines-left {
margin-left: -5.3%;
}
.layout-wide .services-lines,
.full-services {
width: auto !important;
}
.services-lines li {
text-align: center;
width: 33.33%;
float: left;
background: #fff;
}
.services-lines li:hover {
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.67);
cursor: pointer;
font-weight: bold;
}
.services-lines li:hover img {
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 5px;
}
.services-lines li:hover h5 {
color: #FFF;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.services-lines li:hover .cate_job_img {
background: url("../img/4.jpg") no-repeat;
}
.services-lines li h5 {
padding: 0px 0px 0px;
font-size: 22px;
}
.services-lines li i {
font-size: 2.5rem;
padding-bottom: 5px;
color: #88C425;
}
.services-lines li .item-service-line {
padding: 24px 0;
border-right: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
border-top: 1px solid #F4F4F4;
border-left: 1px solid #F4F4F4;
}
.services-lines li:last-child {
border-right: 0;
}
.tabs-detailed .services-lines {
margin-bottom: 30px;
}
.tabs-detailed .services-lines li {
width: 14.2%;
background-color: #3a4749 !important;
}
.tabs-detailed .services-lines li h5 {
color: #fff;
}
.tabs-detailed .services-lines li i {
color: #fff !important;
}
.tabs-detailed .services-lines li:hover {
background-color: #3a4749 !important;
}
.tabs-detailed .services-lines li .item-service-line {
padding: 45px 0;
border-right: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
}
.content-boxes {
overflow: auto;
display: block;
}
.content-boxes-04 .item-boxed {
width: 25% !important;
}
.content-boxes .item-boxed {
width: 50%;
float: left;
overflow: hidden;
position: relative;
}
.image-boxed {
float: left;
;
position: relative;
overflow: hidden;
width: 50%;
}
.image-bottom {
float: right;
}
.image-boxed img {
width: 100%;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.image-boxed img:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.image-boxed .overlay {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.item-boxed:hover .overlay {
opacity: 0.3;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.image-boxed:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
cursor: pointer;
}
.image-boxed a.more-boxe {
position: absolute;
text-align: center;
width: 100%;
left: 0;
color: #fff;
top: 40%;
font-size: 0;
}
.image-boxed a.more-box i {
font-size: 0rem;
color: #fff;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.item-boxed:hover a.more-boxe i {
font-size: 2.5rem;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.info-boxed {
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
padding: 35px 25px 30px 25px;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 50%;
z-index: 9999;
}
.boxed-bottom {
left: 0;
border-bottom: 1px solid #dedede;
}
.boxed-top {
border-top: 1px solid #dedede;
}
.info-boxed h3 {
font-size: 1.2rem;
font-weight: lighter;
padding: 0;
}
.info-boxed h3 span {
font-size: 0.775rem;
display: block;
margin-top: 8px;
font-weight: bold;
font-style: italic;
color: #88C425;
}
hr.separator {
border: none;
border-top: 1px solid #d5d5d5;
clear: both;
display: block;
position: relative;
margin: 20px auto 20px auto !important;
}
hr.separator:before {
background: #d5d5d5;
content: "";
height: 9px;
left: 50%;
margin: -4px 0 0 -4px;
position: absolute;
top: -1px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 9px;
}
.info-boxed p {
margin-bottom: 20px;
font-weight: normal;
}
.info-boxed .content-btn {
float: left;
}
.info-boxed .btn {
border: 0;
font-size: 0.7rem;
padding: 7px 10px;
background: #88C425 none repeat scroll 0% 0% !important;
}
.info-boxed .price {
left: -90px;
top: 55px;
font-size: 3rem;
line-height: 3rem;
font-weight: normal;
color: #fff;
position: absolute;
}
.info-boxed.boxed-bottom .price {
left: 100%;
margin-left: 50px;
top: 55px;
font-size: 3rem;
line-height: 3rem;
font-weight: lighter;
color: #fff;
position: absolute;
}
.price b {
padding: 10px;
}
.price b i {
width: 27px;
}
.info-boxed .price span {
font-weight: bold;
font-size: 1.5rem;
left: -20px;
top: -5px;
position: absolute;
color: #88C425;
}
.boxed-top:before {
border: 20px solid #fff;
border-bottom-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
content: "";
display: block;
left: -40px;
position: absolute;
top: 65px;
z-index: 999;
}
.boxed-bottom:before {
border: 20px solid #fff;
border-bottom-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
left: auto;
right: -40px;
position: absolute;
top: 65px;
z-index: 999;
}
.starts {
margin: -2px 0px -5px;
}
.item-boxed .starts {
float: right;
}
.title-detailed .starts {
margin: 0;
}
.starts li {
display: inline-block;
font-size: 0.8rem;
}
.starts li a i {
color: #ed8323;
opacity: 0.8;
}
.starts li:hover a i {
opacity: 1;
}
.boxes-2 {
position: relative;
}
.boxes-2 img {
width: 100%;
}
.info-boxes-2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-top: 20%;
background: rgba(0, 0, 0, 0.5);
text-align: center;
}
.info-boxes-2 h3 {
font-size: 3rem;
line-height: 2.8rem;
padding: 20px 0;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
text-align: center;
position: relative;
}
.info-boxes-2 h3 i {
font-size: 4rem;
position: absolute;
top: -90px;
left: 50px;
}
.info-boxes-2 h3 .up {
font-size: 2rem;
font-weight: bold;
line-height: 2.3rem;
position: absolute;
top: -50px;
right: 20px;
}
.info-boxes-2 h3 .down {
font-size: 1.2rem;
line-height: 2rem;
padding-top: 5px;
display: block;
}
.info-boxes-2 .btn {
margin-top: 30px;
}
.item-feature {
margin-bottom: 20px;
}
.item-feature .head-feature {
position: relative;
padding-bottom: 10px;
}
.item-feature .head-feature i {
font-size: 3rem;
color: #dedede;
position: absolute;
z-index: -1;
}
.item-feature .head-feature i.left-icon {
left: -40px;
top: -30px;
}
.item-feature .head-feature i.right-icon {
right: -50px;
bottom: -40px;
}
.item-feature .head-feature .title-feature {
font-size: 2.6rem;
font-weight: bold;
z-index: 1;
position: relative;
line-height: 3rem;
padding: 0;
display: inline-block;
color: #88C425;
}
.item-feature .head-feature span {
font-size: 1.2rem;
z-index: 1;
position: relative;
color: #88C425;
}
.promotion-box {
position: relative;
background-color: #fff;
border: solid 1px #dedede;
border-radius: 15px;
}
.promotion-box .promotion-box-header {
text-align: center;
padding: 20px;
}
.promotion-box .promotion-box-header img {
max-width: 100%;
height: auto;
}
.color-1 {
background-color: #0DC5B2;
color: #fff;
}
.promotion-box-center.color-1:after {
border-top: 20px solid #0DC5B2;
}
.color-2 {
background-color: #0088cc;
color: #fff;
}
.promotion-box-center.color-2:after {
border-top: 20px solid #0088cc;
}
.color-3 {
background-color: #88C425;
color: #fff;
}
.promotion-box-center.color-3:after {
border-top: 20px solid #88C425;
}
.color-4 {
background-color: #FB9134;
color: #fff;
}
.promotion-box-center.color-4:after {
border-top: 20px solid #FB9134;
}
.promotion-box-center {
position: relative;
text-align: center;
padding: 10px 0;
font-weight: bold;
}
.promotion-box-center .prince {
font-size: 2.5rem;
line-height: 3.625rem;
display: inline-block;
}
.promotion-box-center .percentage {
font-size: 2.3rem;
position: relative;
display: inline-block;
color: #333;
}
.promotion-box-center .percentage span {
font-size: 1rem;
font-weight: lighter;
padding: 0 3px;
color: #fff;
}
.promotion-box-center:after {
content: '';
left: 20%;
bottom: -20px;
position: absolute;
z-index: 999;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}
.promotion-box-info {
padding: 33px 10px 20px 10px;
}
.promotion-box-info p {
margin-bottom: 15px;
font-size: 0.8rem;
line-height: 1.3rem;
color: #777 !important;
}
.promotion-box-info .btn {
padding: 6px 10px;
font-size: 0.8rem;
font-weight: lighter;
border: 1px !important;
}
.image_01_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_02_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
opacity: 2.5;
}
.image_03_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_04_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_05_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_06_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.image_07_parallax {
background: url("../img/slide/subbanner.png") no-repeat;
}
.bg_parallax {
margin: 0 auto;
padding: 0;
position: absolute;
z-index: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-repeat: repeat-y;
background-position: 0 50%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.opacy_bg_01 {
bottom: 0px;
left: 0;
width: 100%;
position: relative;
height: auto;
z-index: 2;
background: rgba(255, 255, 255, 0.5)
}
.opacy_bg_01 p {
color: #333;
}
.opacy_bg_02 {
bottom: 0px;
left: 0;
color: #dedede !important;
width: 100%;
position: relative;
height: 100%;
z-index: 2;
}
.opacy_bg_02 .caption-head {
color: #5c5c5c !important;
}
.opacy_bg_02 .caption-head h2 {
color: #232323 !important;
}
.opacy_bg_03 {
bottom: 0px;
left: 0;
color: #dedede !important;
width: 100%;
position: relative;
height: auto;
z-index: 2;
}
.opacy_bg_04 {
bottom: 0px;
left: 0;
width: 100%;
color: #dedede !important;
position: relative;
height: auto;
z-index: 2;
}
.opacy_bg_01 .promotion-box,
.opacy_bg_02 .promotion-box,
.opacy_bg_03 .promotion-box,
.opacy_bg_04 .promotion-box {
border: 0;
}
.opacy_bg_02 h1,
.opacy_bg_02 h2,
.opacy_bg_02 h3,
.opacy_bg_02 h4,
.opacy_bg_02 h5,
.opacy_bg_02 h6,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white span,
.color-white .title-feature,
.skin_base .titles h2 span,
.skin_base .large-number {
color: #fff !important;
}
.skin_base .titles i,
.item-feature .head-feature i.left-icon,
.item-feature .head-feature i.right-icon {
opacity: 0.5;
}
.opacy_bg_02 p,
.opacy_bg_02,
.color-white p {
color: #f5f5f5;
}
.color-white .services-lines .item-service-line h5 {
color: #232323 !important;
}
.opacy_bg_02 .btn-primary,
.skin_base .btn-primary {
background: transparent !important;
border: 2px solid;
}
.image-container {
overflow: hidden;
position: absolute;
height: 100%;
padding: 0px;
top: 0px;
}
.image-container.pull-right {
right: 0;
}
.bg_video {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
}
#footer {
margin-top: 60px;
padding-top: 150px;
font-size: 0.8125rem;
line-height: 20px;
}
#footer p {
margin: 0;
font-size: 1rem;
line-height: 1.7rem;
font-weight: lighter;
}
#footer h3 {
font-size: 18px;
padding-bottom: 20px;
}
#footer ul {
margin: 0;
list-style: none;
}
#footer ul li {
line-height: 40px;
font-weight: normal;
font-size: 13px;
}
#footer ul li i {
padding-right: 5px;
color: #88C425;
}
#footer .input-prepend {
width: 100%;
}
#footer .input-prepend input {
height: 30px;
width: 82%;
}
#footer .input-prepend {
margin: 6px 0 12px 0;
}
#footer .input-prepend .add-on {
background: #ddd;
height: 30px;
}
#footer .input-prepend .add-on i {
vertical-align: middle;
}
#footer .button {
border-radius: 0;
margin-top: 3px;
padding: 0px auto;
}
#footer .contact_footer li i {
margin-right: 10px;
}
#footer .title-footer h2 {
font-size: 2.5rem;
line-height: 3.125rem;
padding-top: 0;
}
#footer .title-footer h2 span {
font-style: italic;
color: #88C425;
}
#footer .divisor {
margin: 30px 0 32px 0;
width: 100%;
height: 1px;
}
.footer-v1 {
background-color: #252C2E;
}
.footer-v1 h3,
.footer-v1 ul li a:hover,
.footer-v1 .title-footer h2 {
color: #fff;
}
.footer-v1 ul li a,
.footer-v1 p {
color: #ddd;
}
.footer-v1 .divisor {
background-color: #363636;
}
.footer-v1 .img-footer {
margin-top: 0;
position: relative;
width: 100%;
height: 100%;
}
.footer-v1 .img-footer img {
position: absolute;
top: 20px;
right: -50px;
}
.footer-v2 {
background-color: #f9f9f9;
border-top: 1px solid #dedede;
}
.footer-v2 h3,
.footer-v2 ul li a:hover,
.footer-v2 .title-footer h2,
.footer-v2 .footer-down p,
.footer-v2 .nav-footer li:before {
color: #999;
}
.footer-v2 ul li a,
.footer-v2 p,
.footer-v2 .footer-down ul li a {
color: #666;
}
.footer-v2 .divisor {
background-color: #dedede;
}
.img-footer {
margin-top: -60px;
}
.footer-v2 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v3 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f5e1b9), color-stop(71%, #f5e1b9), color-stop(71%, #f5e1b9), color-stop(100%, #f5e1b9));
background: -webkit-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5e1b9', GradientType=0);
}
.footer-v3 h3,
.footer-v3 ul li a:hover,
.footer-v3 .title-footer h2,
.footer-v3 .footer-down p,
.footer-v3 .nav-footer li:before {
color: #666;
}
.footer-v3 ul li a,
.footer-v3 p,
.footer-v3 .footer-down ul li a {
color: #999;
}
.footer-v3 .divisor {
background-color: #999;
}
.footer-v3 .img-footer {
margin-top: -60px;
}
.footer-v3 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v3 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v3 .img-footer {
margin-top: 0;
margin-bottom: -60px;
}
/* Footer V-4 ----------------------------------------------------------------*/
.footer-v4 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #42a9d3), color-stop(100%, #42a9d3), color-stop(100%, #42a9d3), color-stop(100%, #42a9d3));
background: -webkit-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: -o-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
background: linear-gradient(to bottom, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#42a9d3', GradientType=0);
}
.footer-v4 h3,
.footer-v4 ul li a:hover,
.footer-v4 .title-footer h2,
.footer-v4 .footer-down p,
.footer-v4 .nav-footer li:before,
.footer-v4 .footer-down ul li a {
color: #777;
}
.footer-v4 ul li a,
.footer-v4 p {
color: #fff;
}
.footer-v4 .divisor {
background-color: #ededed;
}
.footer-v4 .img-footer {
margin-top: -60px;
}
.footer-v4 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v4 .footer-down {
background-color: #fff !important;
border-top: 1px solid #dedede;
}
.footer-v4 .img-footer {
margin-top: 0;
margin-bottom: -60px;
}
#newsletterForm .form-control,
#newsletterForm .input-group-btn .btn-primary,
#newsletterForm .input-group-addon {
border: solid 1px #dedede;
}
#newsletterForm .form-control {
border-left: 0;
}
#newsletterForm .input-group-addon i {
color: #88C425 !important;
}
#newsletterForm .btn {
border-radius: 3px;
background: #88C425 none repeat scroll 0% 0% !important;
line-height: 17px;
}
#result-newsletter .alert {
margin: 0;
margin-top: 20px;
padding: 10px 5px;
}
.search {
margin-bottom: 30px;
}
.search input,
.search .btn {
height: 40px;
}
.social li {
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social li span {
background: #555;
padding: 5px 10px;
margin-right: 15px;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social li span i {
color: #fff;
width: 8px;
font-size: 0.7rem;
color: #88C425 !important;
}
.social li:hover {
margin-left: 5px;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social li:hover span,
.social li:hover i {
color: #fff !important;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
.social .facebook:hover span {
background: #3B5998;
}
.social .twitter:hover span {
background: #3C8FC9;
}
.social .linkedin:hover span {
background: #3399CC;
}
.social .github:hover span {
background: #000;
}
.footer-down {
margin-top: 60px;
padding: 13px 0 14px 0;
background: rgba(0, 0, 0, 0.5);
}
.footer-down p {
color: #fff;
font-size: 1rem;
margin: 0;
}
.footer-down ul {
text-align: right;
}
.footer-down ul li {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
text-transform: uppercase;
font-size: 1rem;
font-weight: lighter !important;
line-height: 1.7rem !important;
}
.footer-down ul li:last-child {
margin-right: 0;
}
.footer-down ul li a {
color: #f5f5f5;
font-size: 13px;
}
.nav-footer li:before {
content: '|';
color: #fff;
display: inline-block;
margin-right: 10px;
}
.nav-footer li:nth-child(1):before {
display: none;
}
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.status {
width: 60px;
height: 60px;
position: absolute;
left: 50%;
top: 50%;
background-image: url("../img/img-theme/preloader.gif");
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
margin: -20px 0 0 -20px;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 51px;
height: 51px;
border: none;
text-indent: 100%;
z-index: 9999;
background: url("../img/img-theme/ui.totop.png") no-repeat left top;
}
#toTopHover {
background: url("../img/img-theme/ui.totop.png") no-repeat left -51px;
width: 51px;
height: 51px;
display: block;
overflow: hidden;
float: left;
opacity: 0;
-moz-opacity: 0;
}
#toTop:active,
#toTop:focus {
outline: none;
}
.acc-trigger {
cursor: pointer;
margin: 0 0 0 0;
width: 100%;
}
.no-js .acc-trigger:last-of-type {
border-bottom: none;
}
.acc-trigger a {
background: #f9f9f9 url("../img/img-theme/accordion-ico.png") no-repeat 14px 13px;
display: block;
padding: 15px 20px 11px 44px;
text-decoration: none;
border: solid 1px #dedede;
font-size: 1rem;
color: #232323;
margin-bottom: 5px;
}
.acc-trigger a:hover {
background-position: 14px -58px;
}
.acc-trigger a:hover,
.acc-trigger.active a,
.acc-trigger.active a:hover {
color: #46B38C;
}
.acc-trigger.active {
cursor: default;
background: #fff;
}
.acc-trigger.active:last-of-type {
border-bottom: none;
margin-bottom: 0;
}
.acc-trigger.active .intro {
background-position: 14px -58px;
cursor: default;
}
.acc-container .content {
padding: 15px 0;
color: #999;
}
.acc-container {
width: 100% !important;
display: block;
}
@-webkit-keyframes animate-stripes {
from {
background-position: 0 0;
}
to {
background-position: 44px 0;
}
}
.ui-progress-bar {
position: relative;
height: 33px;
padding-right: 2px;
border-bottom: 5px solid #e0e0e0;
margin-top: -25px;
margin-bottom: 22px;
}
.acc-container .content {
font-size: 0.875rem;
line-height: 1.5;
padding-left: 20px;
}
.ui-progress {
position: relative;
display: block;
overflow: hidden;
height: 33px;
border-bottom: 5px solid #41a8ff;
width: 90%;
}
.ui-progress.two {
border-bottom: 5px solid #89b505;
width: 72%;
}
.ui-progress.three {
border-bottom: 5px solid #9b43f6;
width: 80%;
}
.ui-progress.four {
border-bottom: 5px solid #ffc412;
width: 94%;
}
.ui-progress.five {
border-bottom: 5px solid #fc4242;
}
.ui-progress span.ui-label {
font-family: "Arvo";
font-weight: 300;
text-transform: uppercase;
font-size: 18px;
color: #272727;
position: absolute;
right: 0;
line-height: 33px;
display: block;
padding-right: 12px;
white-space: nowrap;
}
.testimonial-info {
padding-top: 120px;
text-align: right;
}
.testimonial-info h2,
.testimonial-info p {
color: #fff;
}
.info-testimonial {
padding: 40px 20px;
text-align: center;
margin-left: -50px;
width: 110%;
background: #88C425 !important;
background-color: #88C425 !important;
}
.layout-wide .info-testimonial {
margin-left: 0;
width: 100%;
}
.info-testimonial ul li {
max-width: 75%;
margin: 0 auto;
margin-top: 40px;
}
.info-testimonial p {
color: #fff;
position: relative;
}
.info-testimonial h4 {
color: #fff;
padding-bottom: 0;
}
.info-testimonial p i {
font-size: 40px;
position: absolute;
color: rgba(255, 255, 255, 0.6);
}
.info-testimonial p i.fa-quote-left {
left: -40px;
top: -20px;
}
.info-testimonial p i.fa-quote-right {
bottom: -20px;
right: 0;
}
.image-testimonials {
width: 120px;
margin: 0 auto;
height: 120px;
border-radius: 50%;
position: relative;
overflow: hidden;
z-index: 2;
}
.image-testimonials img {
width: 120px;
height: 120px;
margin-top: -3px;
margin-left: -3px;
border-radius: 50%;
z-index: 1;
}
.info-testimonial i.fa-star,
.info-testimonial i.fa-star-half-o {
color: #fff000;
}
.portfolioFilter {
text-align: right;
margin: 20px auto 50px auto;
padding-bottom: 10px;
border-bottom: 1px solid #dedede;
}
.portfolioFilter a {
margin: auto 10px;
color: #131313;
font-size: 14px;
padding-bottom: 13px;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.portfolioFilter a:hover {
text-decoration: none;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.portfolioFilter .current,
.portfolioFilter a:hover {
border-bottom: 3px solid;
text-decoration: none;
color: #88C46E;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
z-index: 1;
}
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
.info-gallery {
position: relative;
text-align: center;
border: solid #dedede 1px;
padding: 20px 12px 30px 12px;
margin-bottom: 40px;
min-height: 200px;
}
#boxes-carousel .info-gallery {
border-right: 0;
}
.info-gallery:before {
border: 20px solid #fff;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
content: "";
display: block;
top: -40px;
left: 30px;
position: absolute;
z-index: 999;
}
.info-gallery h3 {
font-size: 1.1rem;
}
.info-gallery h4 {
font-size: 1.1rem;
float: right;
}
.info-gallery p {
margin-bottom: 5px;
font-size: 0.85rem;
line-height: 1.3rem;
}
.info-gallery .separator {
margin: 2px auto 15px auto!important;
max-width: 60%;
}
.info-gallery .btn {
border: 0;
font-size: 0.7rem;
padding: 7px 10px;
background: #88C425 none repeat scroll 0% 0% !important;
}
.info-gallery .price {
position: absolute;
top: -60px;
left: 29px;
}
.info-gallery .price b {
font-size: 12px;
line-height: 1rem;
font-weight: lighter;
font-style: italic;
text-shadow: none;
border-radius: 50%;
color: green;
}
.info-gallery .price span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .price11 {
position: absolute;
top: -46px;
right: 0;
color: #fff;
}
.info-gallery .sig_price {
position: absolute;
top: -40px;
right: 9px;
color: #fff;
}
.info-gallery .price11 b {
font-size: 12px;
line-height: 1rem;
font-weight: lighter;
font-style: italic;
text-shadow: none;
border-radius: 50%;
color: green;
}
.info-gallery .price11 span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .business_crown {
position: absolute;
top: -40px;
right: 9px;
color: #fff;
}
.info-gallery .business_crown b {
font-size: 12px;
line-height: 1rem;
font-weight: lighter;
font-style: italic;
text-shadow: none;
border-radius: 50%;
color: green;
}
.info-gallery .business_crown span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.price11 {
position: absolute;
top: 0;
left: 0;
padding: 5px 23px;
}
.info-gallery .bus_logo {
float: right;
position: absolute;
top: -81px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
line-height: 2rem;
font-weight: normal;
color: #fff;
}
.info-gallery .bus_logo b {
line-height: 1rem;
font-weight: lighter;
font-style: italic;
padding: 20px 20px;
text-shadow: none;
margin-right: -45px !important;
border-radius: 50%;
}
.info-gallery .bus_logo span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .starts {
margin-bottom: 15px;
}
.bus_logo b {
background: #fff none repeat scroll 0% 0% !important;
padding: 10px;
}
.bus_logo b img {
width: 65px;
height: 40px;
}
.info-gallery .buslogo_favo {
float: right;
position: absolute;
top: 118px;
left: -225px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
font-size: 2.1rem;
line-height: 2rem;
font-weight: normal;
color: #FFF;
}
.info-gallery .buslogo_favo b {
line-height: 1rem;
font-weight: lighter;
font-style: italic;
padding: 20px 20px;
text-shadow: none;
margin-right: 10px;
border-radius: 50%;
}
.info-gallery .buslogo_favo span {
font-weight: lighter;
font-size: 1.8rem;
right: -20px;
top: -15px;
position: absolute;
}
.info-gallery .starts {
margin-bottom: 15px;
}
.buslogo_favo b {
background: #fff none repeat scroll 0% 0% !important;
padding: 10px;
}
.buslogo_favo b img {
width: 70px;
height: 70px;
}
.list-view .img-hover {
width: 100%;
float: left;
}
.list-view .info-gallery {
padding: 23px 20px 27px 20px;
width: 70%;
text-align: left;
float: right;
}
.list-view .info-gallery:before {
border: 20px solid #fff;
border-left-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
content: "";
display: block;
top: 30px;
left: -40px;
position: absolute;
z-index: 999;
}
.list-view .info-gallery .separator {
margin: 2px 0 15px 0 !important;
max-width: 100%;
}
.list-view .info-gallery hr.separator {
width: 100%;
}
.list-view .info-gallery .price {
float: right;
position: absolute;
top: 30px;
left: -160px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
font-size: 2.5rem;
line-height: 2rem;
font-weight: normal;
color: #fff;
}
.list-view .info-gallery .bus_logo {
float: right;
position: absolute;
top: 30px;
left: -160px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
font-size: 2.5rem;
line-height: 2rem;
font-weight: normal;
color: #fff;
}
.list-view .info-gallery p {
margin-bottom: 20px;
}
.list-view .info-gallery .side_btn {
margin-left: 90px;
}
.list-view .info-gallery .starts {
float: right;
margin-bottom: 0;
}
.title-results h3 {
text-align: center;
padding: 30px 0;
}
.page-error {
max-width: 80%;
margin: 70px auto 50px auto;
text-align: center;
position: relative;
}
.page-error h1 {
font-size: 140px;
line-height: 140px;
}
.page-error h1 i {
font-size: 200px;
line-height: 190px;
}
.page-error hr.tall {
margin: 20px 0 30px 0;
}
.sitemap {
float: left;
display: inline;
width: 370px;
margin-right: 2px;
font-size: 0.875rem;
padding: 10px 0 0 0;
background: url("../img/img-theme/line_tree1.gif") left repeat-y;
}
.sitemap li {
float: left;
width: 347px;
padding-left: 25px;
line-height: 35px;
background: url("../img/img-theme/line_tree2.gif") 0 center no-repeat;
}
.sitemap li.has_sub {
background: url("../img/img-theme/line_tree2.gif") 0 17px no-repeat;
}
.sitemap li a {
color: #666;
position: relative;
text-decoration: none;
}
.sitemap li a:hover {
text-decoration: underline;
}
.sitemap ul {
width: 132px;
padding-top: 0;
}
.post-item {
background: #fcfcfc;
margin-bottom: 50px;
border: 1px solid #dfdfdf;
}
.post-item:first-child {
margin-top: 20px;
}
.post-item h4 {
padding: 0 0 10px 0;
line-height: 20px;
}
.post-item h4 a {
color: #252525;
}
.post-item h4 a:hover {
text-decoration: none;
}
.post-item p {
font-size: 0.875rem;
line-height: 23px;
}
.post-header {
padding: 12px 0px 7px 7px;
border-bottom: 1px solid #eee;
}
.post-header1 {
padding: 56px 26px 0 56px;
float: right;
}
.post-format-icon {
float: left;
margin-right: 15px;
}
.post-format-icon > img {
font-size: 18px;
line-height: 45px;
width: 40px;
height: 40px;
text-align: center;
color: #ff5b24;
}
.post-info-wrap {
overflow: hidden;
margin-bottom: 20px;
}
.post-item .post-title {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.8rem;
padding: 0 !important;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
}
.post-item .post-title a {
text-decoration: none;
color: #000;
}
.post-meta {
font-size: 13px;
color: #999;
}
.post-meta ul {
margin: 0;
padding: 0;
list-style: none;
}
.post-meta li {
float: left;
margin-right: 15px;
}
.post-meta li > i.fa {
margin-right: 5px;
}
.post-meta a {
text-decoration: none;
color: #999;
}
.post-item img {
width: 100%;
}
.post-media {
position: relative;
}
.post-item iframe {
width: 100%;
height: 289px;
border: 2px solid #5AB1D0;
}
.post-quote-wrapper {
position: relative;
text-align: center;
color: #fff;
background-image: url("../img/slide/1.jpg");
background-size: cover;
}
.post-quote-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .5;
background-color: #000;
}
.post-quote-content {
position: relative;
padding: 50px 30px;
}
.post-quote-content > p {
font-size: 1.2rem;
font-style: italic;
line-height: 1.5;
margin: 0 0 15px;
padding: 0;
letter-spacing: .75px;
color: #fff;
}
.post-quote-author {
font-size: 1.5rem;
line-height: 1.5;
color: #fff;
}
.post-quote-content > p:before {
font-family: "Arvo";
font-size: 18px;
font-style: normal;
margin-right: 15px;
content: '\f10d';
color: rgba(255, 255, 255, .8);
}
.post-item .img-hover .overlay a {
padding-top: 18%;
}
.post-content {
position: relative;
overflow: hidden;
padding: 30px 30px;
}
.post-content .btn {
font-weight: lighter;
}
.post-footer {
position: relative;
text-align: center;
border-top: 1px solid #eee;
}
.post-footer .post-social {
display: table;
width: 100%;
table-layout: fixed;
}
.post-social {
font-size: 0;
line-height: 0;
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
vertical-align: top;
}
.post-footer .post-social li {
display: table-cell;
margin: 0;
border-right: 1px solid #eee;
}
.post-footer .post-social li:last-child {
border-right: 0;
}
.post-social li {
display: inline-block;
margin: 0 7px 7px 0;
border: 0;
}
.post-footer .post-social li a {
background-color: #fff;
border-radius: 0;
}
.post-footer .post-social li a {
font-size: 18px;
line-height: 60px;
width: 100%;
height: 60px;
}
.post-social li a {
font-size: 16px;
line-height: 40px;
position: relative;
display: block;
overflow: hidden;
width: 40px;
height: 40px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.post-footer .post-social li a i:first-child {
color: #fff;
}
.post-footer .post-social li a i:first-child {
top: -60px;
}
.post-footer .post-social li a i {
line-height: 60px;
width: 100%;
height: 60px;
}
.post-social li a i {
line-height: 40px;
position: absolute;
left: 0;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s
}
.post-footer .post-social li a i:last-child {
color: #666;
}
.post-footer .post-social li a i:last-child {
top: 0;
}
.post-social li a i:first-child {
top: -55px
}
.post-social li a i:last-child {
top: 0
}
.post-social li a:hover i:first-child {
top: 0
}
.post-social li a:hover i:last-child {
top: 55px
}
.post-social li a.social-android:hover {
background-color: #97c024 !important
}
.post-social li a.social-apple:hover {
background-color: #000 !important
}
.post-social li a.social-behance:hover {
background-color: #0093fb !important
}
.post-social li a.social-bitbucket:hover {
background-color: #214f81 !important
}
.post-social li a.social-bitcoin:hover {
background-color: #f7931b !important
}
.post-social li a.social-codepen:hover {
background-color: #000 !important
}
.post-social li a.social-delicious:hover {
background-color: #3274d2 !important
}
.post-social li a.social-deviantart:hover {
background-color: #4c5c4f !important
}
.post-social li a.social-digg:hover {
background-color: #1b5891 !important
}
.post-social li a.social-dribbble:hover {
background-color: #e04c86 !important
}
.post-social li a.social-dropbox:hover {
background-color: #018bd3 !important
}
.post-social li a.social-globe {
background-color: #5C89C7 !important
}
.post-social li a.social-globe:hover {
background-color: #E24A14 !important
}
.post-social li a.social-facebook:hover {
background-color: #395793 !important
}
.post-social li a.social-flickr:hover {
background-color: #db458f !important
}
.post-social li a.social-foursquare:hover {
background-color: #0086be !important
}
.post-social li a.social-github:hover {
background-color: #4382c5 !important
}
.post-social li a.social-google-plus:hover {
background-color: #d54135 !important
}
.post-social li a.social-instagram:hover {
background-color: #2b5b83 !important
}
.post-social li a.social-jsfiddle:hover {
background-color: #4679a4 !important
}
.post-social li a.social-lastfm:hover {
background-color: #d21309 !important
}
.post-social li a.social-linkedin:hover {
background-color: #0a6594 !important
}
.post-social li a.social-pinterest:hover {
background-color: #c82329 !important
}
.post-social li a.social-reddit:hover {
background-color: #8bc7f9 !important
}
.post-social li a.social-rss:hover {
background-color: #ea6d19 !important
}
.post-social li a.social-skype:hover {
background-color: #01aef2 !important
}
.post-social li a.social-soundcloud:hover {
background-color: #ff7802 !important
}
.post-social li a.social-spotify:hover {
background-color: #80b819 !important
}
.post-social li a.social-stumbleupon:hover {
background-color: #ec4823 !important
}
.post-social li a.social-tumblr:hover {
background-color: #3d5a70 !important
}
.post-social li a.social-twitter:hover {
background-color: #01b9f5 !important
}
.post-social li a.social-vimeo:hover {
background-color: #17b3e8 !important
}
.post-social li a.social-vk:hover {
background-color: #4b709c !important
}
.post-social li a.social-weibo:hover {
background-color: #d52b2b !important
}
.post-social li a.social-xing:hover {
background-color: #005d5d !important
}
.post-social li a.social-yelp:hover {
background-color: #c41200 !important
}
.post-social li a.social-youtube:hover {
background-color: #b62025 !important
}
.post-social li a.social-home:hover {
background-color: #000 !important
}
.pagination > .active > a {
color: #fff !important;
}
.pagination {
margin: 0;
}
.view_sidebar {
border: 1px solid #DFDFDF;
background: #FCFCFC none repeat scroll 0% 0%;
padding: 22px 28px 0px;
margin-top: 20px;
}
.view_sidebar1 {
background: transparent url("../img/icons/imp.png") no-repeat scroll center center;
padding: 39px 30px 0px;
height: 320px;
}
.phn {
font-size: 1.2rem !important;
}
.view_sidebar1 ul li a,
.imp {
color: #fff;
}
.widget {
margin-bottom: 15px;
}
.widget iframe {
width: 100%;
height: 250px;
}
.widget .input-group-addon.btn-search {
color: #fff;
padding: 0;
border-right: 0;
}
.widget .input-group-addon.btn-search input {
height: 32px;
border: 0;
padding: 5px 15px;
}
.widget .single-carousel {
max-height: 220px;
}
.single-blog .info-testimonial {
margin: 10px 0 30px 0;
width: 100%;
}
.single-blog h4 i {
margin-right: 6px;
font-size: 1.5rem;
}
.single-blog pre {
margin: 20px auto 10px auto;
}
.form-theme {
margin: 15px auto;
}
.form-theme input {
border-radius: 0;
width: 100%;
border: solid 1px #dedede;
padding: 10px 10px;
}
.form-theme label {
font-weight: normal;
}
.form-theme textarea {
border-radius: 0;
width: 100%;
height: 60px;
border: solid 1px #dedede;
padding: 10px;
}
.form-theme .btn {
margin-top: 15px;
padding: 10px 20px;
height: auto;
border: 0;
}
#map {
display: block;
width: 100%;
height: 400px;
margin: 0 auto;
border-bottom: solid 1px #dedede;
}
address {
line-height: 35px;
padding-left: 10px;
min-height: 69px;
}
address i {
padding-right: 10px;
}
address strong {
padding-right: 3px;
}
.result {
display: block;
margin-top: 25px;
}
.item-team-01 {
text-align: center;
position: relative;
overflow: hidden;
}
.item-team-01 img {
width: 100%;
}
.item-team-01 .info-team {
position: absolute;
padding: 25px 5px;
bottom: -300px;
left: 0;
width: 100%;
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
-o-transition: 0.6s all ease;
-ms-transition: 0.6s all ease;
transition: 0.6s all ease;
}
.item-team-01:hover .info-team {
bottom: 0;
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
-o-transition: 0.6s all ease;
-ms-transition: 0.6s all ease;
transition: 0.6s all ease;
}
.item-team-01 .info-team h4 {
padding-bottom: 10px;
padding-top: 0;
font-weight: bold;
font-size: 1.2rem;
color: #fff;
}
.item-team-01 .info-team h4 span {
display: block;
color: #232323;
font-size: 0.9rem;
padding-top: 5px;
}
.item-team-01 .info-team p {
color: #fff;
}
.item-team-01 .social-team {
padding: 0;
list-style: none;
margin: 0 auto;
display: table;
}
.item-team-01 .social-team li {
display: inline-block;
border-radius: 5px;
background-color: #232323;
height: 30px;
width: 30px;
padding: 3px;
margin: 0 10px;
}
.item-team-01 .social-team li a {
color: #fff;
font-size: 1rem;
}
.item-number-info {
margin: 15px auto;
}
.large-number {
font-size: 3rem;
display: block;
font-weight: bold;
font-style: italic;
display: inline-block;
}
.info-large-number {
display: inline-block;
width: 80%;
}
.info-large-number h5 {
padding-bottom: 5px;
padding-top: 0;
}
.info-large-number p {
font-size: 0.7rem;
line-height: 1.3rem;
}
.item-table {
border: solid 1px #dedede;
text-align: center;
}
.no-padding .item-table {
border: 0;
border-left: 1px solid #dedede !important;
border-top: 1px solid #dedede !important;
border-bottom: 1px solid #dedede !important;
}
.skin_base .item-table {
border-right: 1px solid #dedede !important;
}
.item-table .header-table {
overflow: auto;
padding-top: 40px;
position: relative;
}
.featured-table {
width: auto;
height: 25px;
padding: 8px 20px;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
background-color: 666;
background: rgba(0, 0, 0, 0.3);
border-radius: 0px 0px 5px 5px;
font-size: 15px;
padding-top: 1px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.8px;
}
.item-table .header-table i {
font-size: 3rem;
}
.item-table .header-table h2 {
padding: 10px 0 25px 0;
font-size: 2rem;
font-weight: 300;
}
.item-table .header-table span {
width: 100%;
font-size: 15px;
line-height: 30px;
text-align: center;
color: #fff;
font-weight: lighter;
padding: 5px 10px;
background-color: 666;
background: rgba(0, 0, 0, 0.3);
float: left;
}
.item-table ul {
background-color: #fcfcfc;
margin-bottom: 25px;
text-align: left;
list-style: none;
padding: 0;
}
.item-table ul li {
font-size: 0.9rem;
padding: 15px 0px 10px 19px;
border-bottom: 1px solid #ededed;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.opacy_bg_02 .item-table ul li {
color: #727272;
}
.item-table ul li:hover {
background-color: #f6f6f6;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.item-table ul li img {
margin-right: 10px;
font-size: 10px;
padding: 3px;
padding-top: 5px;
width: 25px;
height: 25px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.item-table ul li img {
background-color: #88C425;
}
.item-table ul li img.fa-times {
background-color: #E1483F;
}
.item-table a {
padding-top: 6px;
text-transform:uppercase;
}
.skin_base .item-table ul,
.skin_base .item-table ul li {
background-color: transparent;
color: #fff;
}
.color-red {
background: #EF530D !important;
background-color: #EF530D !important;
color: #fff;
}
.color-blue {
background: #0088cc;
background-color: #0088cc;
}
.color-green {
background: #88C425;
background-color: #88C425;
}
.color-orange {
background: #FB9134;
background-color: #FB9134;
}
.color-red h2,
.color-red i,
.color-blue h2,
.color-blue i,
.color-green h2,
.color-green i,
.color-orange h2,
.color-orange i,
.skin_base .item-table h2,
.skin_base .item-table i {
color: #fff;
}
.form-detailed {
position: relative;
margin-top: -54px;
}
.header-detailed {
padding: 15px;
margin-bottom: 20px;
margin-left: -24px;
width: 126.5%;
color: #fff;
font-size: 2rem;
overflow: auto;
}
.header-detailed .price-detailed {
width: 50%;
float: left;
}
.header-detailed .frequency-detailed {
text-align: right;
width: 50%;
float: right;
font-size: 0.9rem;
line-height: 1.5rem;
font-style: italic;
}
.form-detailed .selector {
position: relative;
min-width: 60px;
border: 0;
width: 108%;
line-height: 0;
float: left;
color: #999;
font-size: 0.9rem;
height: 50px;
margin-bottom: 20px;
}
.form-detailed .selector span.custom-select:before {
background-color: #232323 !important;
}
.form-detailed input {
height: 50px;
margin: 0;
border: 0;
padding: 5px 10px;
border: 1px solid #dedede;
}
.form-detailed label {
font-size: 1rem;
color: #fff;
font-weight: lighter;
}
.form-detailed .date-input {
background: #fff url("../img/icons/calendar.png") no-repeat scroll right 12px;
padding-right: 10px;
font-size: 0.8rem;
width: 108%;
margin-bottom: 15px;
}
.form-detailed input[type="submit"] {
width: 108%;
border: 0;
color: #fff;
background-color: #333;
}
.sort-by-container {
width: 100%;
margin-bottom: 40px;
padding: 0;
background: #3a4749;
padding: 5px;
}
.sort-by-container ul {
margin: 0;
padding: 0;
position: relative;
}
.sort-by-container ul li {
padding: 0;
width: 19%;
margin-right: 15px;
display: inline-block;
}
.sort-by-container ul .deal_admin_top {
padding: 0;
width: 26% !important;
margin-right: 15px;
display: inline-block;
}
.sort-by-container ul .leng_h {
padding: 0;
width: 25%;
margin-right: 15px;
display: inline-block;
}
.sort-by-container ul li:last-child {
margin-right: 0;
}
.sort-by-container strong {
color: #fff;
padding: 17px 15px 0 15px;
float: left;
font-weight: lighter;
}
.sort-by-container ul li a {
color: #fff;
font-size: 0.875rem;
}
.sort-by-container ul li i {
font-size: 1rem;
}
.sort-by-container .style-view {
float: right;
}
.sort-by-container .style-view li {
width: auto;
margin-right: 0;
padding: 17px 20px;
}
.sort-by-container .selector {
position: relative;
min-width: 60px;
width: 100%;
margin-top: 12px;
margin-bottom: 5px;
float: left;
color: #999;
font-size: 0.9rem;
height: 35px;
}
.sort-by-container .selector select {
position: absolute;
z-index: 1;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height: 35px;
-webkit-appearance: menulist-button;
line-height: 30px;
}
.sort-by-container .selector select:hover {
cursor: pointer;
}
.sort-by-container .selector span.custom-select {
display: inline-block;
line-height: 34px;
padding: 0 10px;
width: 100%;
overflow: hidden;
white-space: nowrap;
}
.sort-by-container span.custom-select {
padding-left: 15px;
padding-right: 15px;
height: 35px;
}
.sort-by-container .selector span.custom-select:after {
position: absolute;
right: 9px;
top: 17px;
border-top: 5px solid #fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
content: "";
}
.container-by-widget-filter {
padding: 10px;
color: #ccc;
background-color: #ffffff;
border: 2px solid #E95413 !important;
border-radius: 10px;
}
.filter-widget {
padding: 0;
max-width: 100%;
margin: 0;
}
.filter-widget form {
border: 0;
padding: 0;
margin: 0;
}
.filter-widget input {
height: 50px;
margin: 0 0 15px 0;
width: 100%;
font-size: 0.8rem;
border: 0;
padding: 5px 10px;
border: 1px solid #dedede;
}
.filter-widget input:last-child {
border-right: 0;
}
.filter-widget .input-large {
width: 100%;
background: #fff url("../img/icons/location.png") no-repeat scroll left 6px;
padding-left: 35px;
}
.filter-widget .date-input {
width: 50%;
float: left;
background: #fff url("../img/icons/calendar.png") no-repeat scroll right 12px;
padding-right: 10px;
font-size: 0.8rem;
}
.filter-widget .selector {
position: relative;
border: 0;
min-width: 60px;
margin-bottom: 15px;
width: 100%;
line-height: 0;
float: left;
color: #999;
font-size: 0.9rem;
}
.filter-widget .selector select {
position: absolute;
z-index: 1;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height: 50px;
width: 100%;
-webkit-appearance: menulist-button;
line-height: 30px;
}
.filter-widget .selector select:hover {
cursor: pointer;
}
.filter-widget .selector span.custom-select {
display: inline-block;
line-height: 52px;
padding: 0 10px;
width: 100%;
color: #888 !important;
overflow: hidden;
white-space: nowrap;
}
.filter-widget span.custom-select {
padding-left: 15px;
padding-right: 15px;
height: 50px;
}
.filter-widget span.custom-select {
background: #fff;
border: none;
line-height: normal;
}
.filter-widget .selector span.custom-select:before {
position: absolute;
right: 0;
top: 0;
content: '';
background: #999;
width: 24px;
height: 100%;
}
.filter-widget .selector span.custom-select:after {
position: absolute;
right: 9px;
top: 22px;
border-top: 5px solid #fff;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
content: "";
}
.filter-widget input[type="submit"] {
width: 100%;
border: 0;
color: #fff;
font-size: 1rem;
}
.title-widget {
background-color: #E95413;
margin-bottom: 20px;
padding: 10px;
position: relative;
}
.title-widget:after {
content: '';
left: 10%;
bottom: -15px;
position: absolute;
z-index: 999;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.widget .starts {
margin: 0 0 10px 0;
}
.widget .starts li input {
margin: 0 10px 0 0;
}
.widget .starts li a i {
margin: 0 3px 0 0;
font-size: 1rem;
}
.widget .starts li span {
margin: 0 0 0 10px;
font-size: 0.9rem;
}
.widget .radio label,
.widget .checkbox label {
font-size: 300;
font-size: 0.8rem;
}
.item-service-line img {
width: 70px;
height: 70px;
}
.paddi_ng {
padding: 10px;
}
.marque_sty {
border-top: 4px solid rgb(136, 196, 37);
padding: 10px;
border-bottom: 2px solid #36BC95;
background-color: #f4f4f4;
}
.marque_text {
padding: 10px;
border-left: 2px solid rgb(136, 196, 37);
font-weight: bold !important;
}
.significant_ad img {
width: 358px !important;
height: 232px !important;
}
.item-service-line h5 {
font-size: 19px;
}
.top_10 {
padding-top: 10px !important;
}
.top_5 {
padding-top: 5px;
}
.top_4 {
margin-top: 10px;
}
.top_31 {
margin-top: 30px !important;
}
.view_price {
color: white;
padding-left: 0px;
font-size: 17px;
font-weight: bold;
margin-top: 9px;
}
.slider_bg {
background-color: #f4f4f4 !important;
opacity: 0.6 !important;
opacity: 0.9 !important;
}
.title a:hover {
color: #88C425 !important;
}
.menu_hov {
position: relative;
}
.menu_hov .textbox {
width: 120px;
height: 100px;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
}
.menu_hov:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.text1 {
font-size: 30px;
color: #36BC95;
}
.login_padd {
border: 2px solid rgb(159, 201, 85);
padding: 29px;
}
.star_valid {
color: red;
font-size: 12px;
padding: 5px;
}
.modal-header {
text-align: center;
background-color: rgb(237, 118, 66);
}
.modal-header h2 {
color: #fff;
padding: 0;
z-index: 1;
}
.modal-header h2 span {
font-size: 2.1rem;
font-weight: lighter;
color: #88C425 !important;
}
#custom-search-input {
padding: 3px;
border: solid 1px #E4E4E4;
border-radius: 6px;
background-color: #fff;
}
#custom-search-input input {
border: 0;
box-shadow: none;
}
#custom-search-input button {
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
color: #666666;
padding: 0px 26px 0px 10px;
border-left: solid 1px #ccc;
}
#custom-search-input button:hover {
border: 0;
box-shadow: none;
border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search {
font-size: 23px;
}
.or_padd {
padding: 20px;
text-align: center;
}
body {
overflow-x: hidden;
overflow-y: scroll;
}
.modal-body .row div h4 {
font-size: 16px;
line-height: 0.6;
}
.ezone_h3 div h3 {
font-size: 20px;
color: #ed7642;
}
.recen_ad {
border: 5px solid #417FB0;
padding: 15px;
}
.login_bor {
border: 2px solid #9FC955;
}
.text-red {
color: red !important;
}
.home {
color: #FFF;
}
.text_center {
text-align: center;
}
.pad_bottm {
padding-bottom: 10px;
}
.login_totpad {
border: 2px solid #5EC3A3;
border-bottom-right-radius: 1em;
border-bottom-left-radius: 1em;
}
.login_totpad_bor {
border: 2px solid #5EC3A3;
}
.check_topb {
position: relative;
margin-bottom: 8px;
}
.check_botb {
position: relative;
margin-bottom: 8px;
margin-top: -43px;
}
.top-head ul li {
display: inline-block;
padding-left: 10px;
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.hovereffect img {
width: 100%;
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}
.hovereffect h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(-100px);
-ms-transform: translatey(-100px);
transform: translatey(-100px);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 10px;
}
.hovereffect a.info {
text-decoration: none;
display: inline-block;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin: 50px 0 0;
padding: 7px 14px;
}
.hovereffect a.info:hover {
}
.hovereffect:hover img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.hovereffect:hover .overlay {
opacity: 1;
filter: alpha(opacity=100);
}
.hovereffect:hover h3,
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-ms-transform: translatey(0);
-webkit-transform: translatey(0);
transform: translatey(0);
}
.hovereffect:hover a.info {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.top_13 {
padding-top: 10px;
}
.error {
color: red !important;
}
.error_show {
color: red;
margin-left: 10px;
}
input.invalid,
textarea.invalid {
border: 1px solid red;
}
select.invalid {
border: 1px solid red;
}
select.valid {
border: 0px solid green;
}
input.valid,
textarea.valid {
border: 0px solid green;
}
.modal-body h4 a {
color: #252C2E;
line-height: 1;
}
.modal-body h3 a {
color: #121617;
font-size: 18px;
}
.modal-body h4 a:hover {
color: #A1CB57 !important;
}
.modal-body h3 a:hover {
color: #121617;
}
.new-user {
color: #252C2E;
}
.reset {
color: #252C2E;
}
.login-options .login-op-btn.fb {
background-image: url("../img/icons/login-facebook-icon.png");
background-color: #5D82D1;
}
.login-options .login-op-btn {
background-position: right bottom;
background-repeat: no-repeat;
display: block;
font-size: 15px;
font-weight: bold;
color: #FFF;
padding: 9px 20px;
border-radius: 2px;
box-shadow: none;
}
.login-options .login-op-btn.gp {
background-image: url("../img/icons/login-google-icon.png");
background-color: #EB5E4C;
}
.login-options .login-op-btn {
background-repeat: no-repeat;
display: block;
font-size: 15px;
font-weight: bold;
color: #FFF;
padding: 9px 20px;
margin-bottom: 20px;
border-radius: 2px;
box-shadow: none;
background-position: right bottom;
}
a .login-op-btn:hover {
color: #fff !important;
}
.post_deal_bor {
border: 2px solid rgb(155, 147, 147);
padding: 14px 24px 0px;
}
.post_deal_bor div h3 {
color: #ed7642;
}
.map_canvas {
height: 200px !important;
}
#map {
height: 300px !important;
}
.marquetitle_hide {
padding-bottom: 10px !important;
}
.post_ad_back {
margin-top: 26px;
margin-left: 10px;
}
.post_ad_back:hover {
color: #f4f4f4 !important;
}
.favourites_img img {
border: 2px solid #F4F4F4;
height: 120px;
}
.nicEdit-main {
width: 420px !important;
}
.dashboard_tag li a {
color: #727272;
}
.dele_te {
color: rgb(255, 255, 255);
background-color: #EF530D;
padding: 10px;
border-radius: 10px;
}
.prod_price {
float: left;
padding: 6px;
}
.cht-sm-pro span.OnlineIcon {
width: 25px;
height: 35px;
background: transparent url("../img/chat.png") no-repeat scroll 0% 0%;
display: block;
margin: 4px -15px 3px 10px;
position: relative;
}
.first_list {
border: 1px solid #E1E1E1;
padding: 8px;
clear: both;
}
.list_title {
margin: 0px 0px 5px;
text-align: justify;
color: #ef530d;
font-family: "Arvo";
}
.location {
font-size: 14px;
}
.first_list a {
color: #EF530D;
}
.first_list p {
margin-bottom: 21px;
font-size: 0.85rem;
text-align: justify;
line-height: 1.3rem;
}
.first_list.add-to-favourite-list {
position: absolute;
top: 0px;
left: auto;
}
.first_list span.favourite_label1 {
background: url('../img/icons/favinactive.png');
width: 31px;
height: 31px;
display: block;
cursor: pointer;
}
.first_list span.favourite_label1.active {
background: url('../img/icons/favactive.png');
width: 31px;
height: 31px;
display: block;
cursor: pointer !important;
}
.first_list span.plattinum_icon {
background: transparent url("../img/icons/crown.png") repeat scroll 0% 0%;
width: 35px;
height: 35px;
display: block;
cursor: pointer;
}
.first_list span.gold_icon {
background: transparent url("../img/icons/thumb.png") repeat scroll 0% 0%;
width: 35px;
height: 35px;
display: block;
cursor: pointer;
}
.first_list span.free_icon {
background: transparent url("../img/icons/fire.png") repeat scroll 0% 0%;
width: 35px;
height: 35px;
display: block;
cursor: pointer;
}
.featured_badge_view {
width: 136px;
height: 48px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
top: 0;
z-index: 7;
right: -220px;
}
.featured-badge {
width: 136px;
height: 86px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
top: 0;
z-index: 7;
right: 0;
}
.most_valued_badge {
width: 136px;
height: 60px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
top: 0;
z-index: 7;
right: 0;
}
.bus_rec_badge {
width: 138px;
height: 87px;
background: transparent url("../img/icons/reco.png") no-repeat;
position: absolute;
margin-left: 163px;
top: 0px;
z-index: 99;
}
.significant_badge {
width: 116px;
height: 86px;
background: transparent url("../img/icons/reco.png") no-repeat scroll center center;
padding-top: 10px;
position: fixed;
left: 246px;
top: -20px;
z-index: 7;
}
.serch_bus_logo img {
height: 60px;
width: 130px;
}
.amt_bg {
background: transparent url("../img/icons/tag.png") no-repeat scroll center center;
;
}
.achor_hov1 h4 a {
color: #0088cc;
}
.achor_hov2 h4 a {
color: #0dc5b2;
}
.achor_hov3 h4 a {
color: #88c425;
}
.first_list .search_price {
color: #fff;
padding-top: 26px;
font-weight: bold;
}
.promotion-box-info h4 a {
color: rgba(0, 0, 0, 0.54);
}
.pak_bg {
background-color: #F00;
padding: 10px;
}
.list_view_bottom {
padding: 9px 9px 24px;
border-left: 1px solid #E1E1E1;
border-right: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}
ul {
list-style-type: none;
}
.comments-container h1 {
font-size: 36px;
color: #283035;
font-weight: 400;
}
.comments-container h1 a {
font-size: 18px;
font-weight: 700;
}
.comments-list {
margin-top: 30px;
position: relative;
}
.comments-list:before {
content: '';
width: 2px;
height: 100%;
background: #c7cacb;
position: absolute;
left: 32px;
top: 0;
}
.comments-list:after {
content: '';
position: absolute;
background: #c7cacb;
bottom: 0;
left: 27px;
width: 7px;
height: 7px;
border: 3px solid #dee1e3;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.reply-list:before,
.reply-list:after {
display: none;
}
.reply-list li:before {
content: '';
width: 60px;
height: 2px;
background: #c7cacb;
position: absolute;
top: 25px;
left: -55px;
}
.comments-list li {
margin-bottom: 15px;
display: block;
position: relative;
}
.comments-list li:after {
content: '';
display: block;
clear: both;
height: 0;
width: 0;
}
.reply-list {
padding-left: 88px;
clear: both;
margin-top: 15px;
}
.comments-list .comment-avatar {
width: 60px;
height: 60px;
position: relative;
z-index: 99;
float: left;
border: 3px solid #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 50px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
overflow: hidden;
padding: 0px 0px 0px 8px;
}
.comments-list .comment-avatar img {
width: 100%;
height: 100%;
}
.reply-list .comment-avatar {
width: 50px;
height: 50px;
}
.comment-main-level:after {
content: '';
width: 0;
height: 0;
display: block;
clear: both;
}
.comments-list .comment-box {
width: 680px;
float: right;
position: relative;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.comments-list .comment-box:before,
.comments-list .comment-box:after {
content: '';
height: 0;
width: 0;
position: absolute;
display: block;
border-width: 10px 12px 10px 0;
border-style: solid;
border-color: transparent #FCFCFC;
top: 8px;
left: -11px;
}
.comments-list .comment-box:before {
border-width: 11px 13px 11px 0;
border-color: transparent rgba(0, 0, 0, 0.05);
left: -12px;
}
.reply-list .comment-box {
width: 610px;
}
.comment-box .comment-head {
background: #FCFCFC;
padding: 6px 8px 0px 9px;
border-bottom: 1px solid #f4f4f4;
overflow: hidden;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.comment-box .comment-head .reting_view {
float: right;
margin-left: 14px;
position: relative;
top: 5px;
color: #A6A6A6;
font-weight: bold;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.comment-box .comment-head i:hover {
color: #03658c;
}
.comment-box .comment-name {
color: #283035;
font-size: 14px;
font-weight: 700;
float: left;
margin-right: 10px;
}
.comment-box .comment-name a {
color: #283035;
}
.comment-box .comment-head span {
float: left;
color: #999;
font-size: 13px;
position: relative;
top: 10px;
}
.comment-box .comment-content {
background: #FFF;
padding: 12px;
font-size: 15px;
line-height: 1.2;
color: #595959;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
color: #03658c;
}
.comment-box .comment-name.by-author:after {
content: 'autor';
background: #03658c;
color: #FFF;
font-size: 12px;
padding: 3px 5px;
font-weight: 700;
margin-left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width: 768px) {
.comments-container {
width: 480px;
}
.comments-list .comment-box {
width: 390px;
}
.reply-list .comment-box {
width: 320px;
}
}
@media only screen and (max-width: 320px) {
.post-meta li {
padding-top: 10px;
}
.reply-list .comment-box {
width: 220px;
}
.list_view_bottom {
padding: 0px 8px 51px;
border-right: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
border-left: 1px solid #E1E1E1;
}
.post-meta {
font-size: 9px;
color: #999;
}
.sort-by-container ul li {
width: 44%;
}
}
.comments-blog h1 {
font-size: 36px;
color: #283035;
font-weight: 400;
}
.comments-blog h1 a {
font-size: 18px;
font-weight: 700;
}
.comments-bloglist {
margin-top: 30px;
position: relative;
}
.comments-bloglist:before {
content: '';
width: 2px;
height: 100%;
background: #c7cacb;
position: absolute;
left: 32px;
top: 0;
}
.comments-bloglist:after {
content: '';
position: absolute;
background: #c7cacb;
bottom: 0;
left: 27px;
width: 7px;
height: 7px;
border: 3px solid #dee1e3;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.reply-list:before,
.reply-list:after {
display: none;
}
.reply-list li:before {
content: '';
width: 60px;
height: 2px;
background: #c7cacb;
position: absolute;
top: 25px;
left: -55px;
}
.comments-bloglist li {
margin-bottom: 15px;
display: block;
position: relative;
}
.comments-bloglist li:after {
content: '';
display: block;
clear: both;
height: 0;
width: 0;
}
.reply-list {
padding-left: 88px;
clear: both;
margin-top: 15px;
}
.comments-bloglist .comment-avatar {
width: 60px;
height: 60px;
position: relative;
z-index: 99;
float: left;
border: 3px solid #FFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 50px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
overflow: hidden;
padding: 0px 0px 0px 8px;
}
.comments-bloglist .comment-avatar img {
width: 100%;
height: 100%;
}
.reply-list .comment-avatar {
width: 50px;
height: 50px;
}
.comment-main-bloglevel:after {
content: '';
width: 0;
height: 0;
display: block;
clear: both;
}
.comments-bloglist .comment-blogbox {
width: 580px;
float: right;
position: relative;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
margin-left: 20px;
}
.comments-bloglist .comment-blogbox:before,
.comments-bloglist .comment-blogbox:after {
content: '';
height: 0;
width: 0;
position: absolute;
display: block;
border-width: 10px 12px 10px 0;
border-style: solid;
border-color: transparent #FCFCFC;
top: 8px;
left: -11px;
}
.comments-bloglist .comment-blogbox:before {
border-width: 11px 13px 11px 0;
border-color: transparent rgba(0, 0, 0, 0.05);
left: -12px;
}
.reply-list .comment-blogbox {
width: 610px;
}
.comment-blogbox .comment-head {
background: #FCFCFC;
padding: 6px 8px 0px 9px;
border-bottom: 1px solid #f4f4f4;
overflow: hidden;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.comment-blogbox .comment-head .reting_view {
float: right;
margin-left: 14px;
position: relative;
top: 5px;
color: #A6A6A6;
font-weight: bold;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.comment-blogbox .comment-head i:hover {
color: #03658c;
}
.comment-blogbox .comment-name {
color: #283035;
font-size: 14px;
font-weight: 700;
float: left;
margin-right: 10px;
}
.comment-blogbox .comment-name a {
color: #283035;
}
.comment-blogbox .comment-head span {
float: left;
color: #999;
font-size: 13px;
position: relative;
top: 10px;
}
.comment-blogbox .comment-content {
background: #FFF;
padding: 12px;
font-size: 15px;
line-height: 1.2;
color: #595959;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.comment-blogbox .comment-name.by-author,
.comment-blogbox .comment-name.by-author a {
color: #03658c;
}
.comment-blogbox .comment-name.by-author:after {
content: 'autor';
background: #03658c;
color: #FFF;
font-size: 12px;
padding: 3px 5px;
font-weight: 700;
margin-left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width: 768px) {
.comments-blog {
}
.comments-bloglist .comment-blogbox {
width: 510px;
}
}
@media only screen and (max-width: 480px) {
.comments-blog {
width: 266px;
}
.comment-blogbox .comment-head span {
margin-top: -11px;
}
.comments-bloglist .comment-blogbox {
width: 187px;
}
.comments-container {
width: 266px;
}
.comment-box .comment-head span {
margin-top: -11px;
}
.post-info-wrap {
width: 244px;
}
.comments-list .comment-box {
width: 187px;
}
}
.imagedelete {
color: red;
}
aside label .checkbox {
color: #FFF;
}
.price_amt {
color: #FFF;
margin-left: -42px;
}
.free_bg {
background: transparent url("../img/icons/free_bg.png") no-repeat scroll center center;
}
.gold_bg {
background: transparent url("../img/icons/gold_bg.png") no-repeat scroll center center;
}
.platinum_bg {
background: transparent url("../img/icons/platinum_bg.png") no-repeat scroll center center;
}
.line_height {
line-height: 1.2 !important;
}
.deal_text {
font-size: 18px;
}
.description a {
color: #777;
}
.description p {
text-align: justify;
}
.promotion-box-info center {
padding-top: 10px;
}
.view_img img {
height: 219px;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #f4f4f4;
width: 100%;
border-right: 1px solid #f4f4f4;
}
.sign_bg {
padding-top: 31px;
}
.view_contact {
background-color: #1EDCE3;
padding: 9px;
color: #fff;
margin-bottom: 5px;
}
.bot_10 {
padding-bottom: 10px !important;
}
p a {
color: #777;
}
h4 a:hover {
color: white !important;
}
.pvt-no-img1 {
width: 107px;
height: 107px;
border-radius: 50%;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.pvt-no-img {
width: 107px;
height: 107px;
border-radius: 50%;
box-shadow: 0px 0px 1px 0px #fff;
border: 1px solid #fff;
}
.loc_view {
font-family: "Arvo";
}
#left ul.nav ul,
#left ul.nav ul li {
list-style: none!important;
list-style-type: none!important;
margin-top: 1px;
margin-bottom: 1px;
}
#left ul.nav ul {
padding-left: 0;
width: auto;
}
#left ul.nav ul.children {
padding-left: 12px;
width: auto;
}
#left ul.nav ul.children li {
margin-left: 0px;
}
#left ul.nav li a:hover {
text-decoration: none;
}
#left ul.nav li a:hover .lbl {
color: #fff!important;
}
#left ul.nav li.current>a .lbl {
background-color: #999;
color: #fff!important;
}
#left ul.nav li.parent a {
padding: 0px;
color: #ccc;
}
#left ul.nav>li.parent>a {
border: solid 1px #999;
text-transform: uppercase;
}
#left ul.nav li.parent a:hover {
background-color: #fff;
}
#left ul.nav li.parent ul li a {
color: #222;
border: none;
display: block;
padding-left: 5px;
}
#left ul.nav li.parent ul li a:hover {
background-color: #fff;
}
#left ul.nav li .sign {
display: inline-block;
width: 14px;
padding: 5px 8px;
background-color: transparent;
color: #fff;
}
#left ul.nav li.parent>a>.sign {
margin-left: 0px;
background-color: #999;
}
/* label */
#left ul.nav li .lbl {
padding: 5px 12px;
display: inline-block;
}
#left ul.nav li.current>a>.lbl {
color: #fff;
}
#left ul.nav>li.item-8.parent>a {
border: solid 1px #51c3eb;
background-color: rgb(72, 183, 108);
}
#left ul.nav>li.item-8.parent>a>.sign,
#left ul.nav>li.item-8 li.parent>a>.sign {
margin-left: 0px;
background-color: #475459;
padding: 10px 25px 10px 13px;
}
#left ul.nav>li.item-8 .lbl {
color: #51c3eb;
}
#left ul.nav>li.item-8 li.current>a .lbl {
background-color: #51c3eb;
color: #fff!important;
}
.filt_bor {
background-color: rgb(244, 244, 244);
}
.filt_bor li label {
color: #777 !important;
}
.ver_scoler {
height: 250px;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
}
#jssor_1 {
position: relative;
margin: 0 auto;
top: 0px;
left: 0px;
width: 980px;
height: 40px;
overflow: hidden;
visibility: hidden;
}
.slide_j1 {
filter: alpha(opacity=70);
opacity: 0.7;
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.slide_j3 {
cursor: default;
position: relative;
top: 0px;
left: 0px;
width: 980px;
height: 40px;
overflow: hidden;
}
.slide_j3 img {
padding-left: 5px;
padding-right: 5px;
border-radius: 8px;
}
.recentad_heig {
height: 359px;
width: 100%;
}
.des_rec_heig {
height: 405px;
width: 100%;
}
.business_img {
height: 306px;
width: 264px;
}
.loca_pad {
padding: 8px;
}
.signup_img {
height: 366px;
}
.mod_pad {
padding-left: 12px;
padding-right: 12px;
}
#left h4 {
color: #777 !important;
margin-top: 10px;
}
.btn_v {
border: none;
color: inherit;
background: none;
cursor: pointer;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn_v:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-3 {
background: #40b48b none repeat scroll 0% 0%;
border: 2px solid #40b48b;
color: #FFF !important;
}
.btn-3:hover {
background: #e24a14;
border: 2px solid #e24a14;
}
.btn-3:active {
background: #f58500;
top: 2px;
}
.btn-3:before {
font-size: 140%;
height: 100%;
left: 0;
line-height: 1.4;
position: absolute;
padding-left: 10px;
top: 0;
width: 43px;
}
.btn-3d {
padding: 7px 8px 10px 65px;
border-radius: 11px;
}
.btn-3d:before {
background: #fff none repeat scroll 0 0;
border-radius: 10px 0 0 10px;
color: #40b48b;
z-index: 2;
}
.btn-3d:after {
width: 20px;
height: 20px;
background: #fff;
z-index: 1;
left: 38px;
top: 50%;
margin: -10px 0 0 -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn-3d:active:before {
color: #f58500;
}
.btn-3d:active {
top: 0;
}
.btn-3d:active:after {
left: 60px;
}
.btn_v span {
font-family: "Arvo" !important;
color: #fff;
font-weight: normal;
}
.btn-4 {
border-radius: 50px;
color: #fff;
overflow: hidden;
padding: 11px 33px 12px 29px;
background-color: #e24a14;
}
.btn-4:active {
border-color: #17954c;
color: #17954c;
}
.btn-4:hover {
background: #40b48b;
}
.btn-4:before {
position: absolute;
height: 100%;
font-size: 100%;
line-height: 2.5;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-4:active:before {
color: #17954c;
}
.btn-4a:before {
left: 130%;
top: 0;
}
.btn-4a:hover:before {
left: 80%;
}
.imp_tant {
font-size: 17px;
}
.imp_tant1 {
font-size: 18px;
color: #fff;
}
.map_canvas {
margin: 10px 20px 10px 0;
}
.fead_back {
height: 121px!important;
}
.feedback_wid {
width: 850px;
}
.about_text p {
text-align: justify;
}
.bor_none {
border: none;
}
.bor_dis {
border: 1px solid #DEDEDE;
}
.bor_dis .active_pag {
background-color: rgb(237, 118, 66);
}
.active_pag a {
color: #FFF !important;
}
.hot_deal_rad {
background-color: rgb(102, 195, 164);
padding: 9px 17px 3px;
}
.hot_deal_rad1 {
background-color: #E95413;
padding: 9px 17px 3px;
}
.hot_deal_rad label {
color: #FFF !important;
font-size: 16px !important;
}
.hot_deal_rad1 label {
color: #FFF !important;
font-size: 16px !important;
}
#form-contact input,
textarea {
margin-top: 10px;
}
.item_subpages {
text-align: center;
}
.no-padding .item_subpages {
border: 0;
border-left: 1px solid #dedede !important;
border-top: 1px solid #dedede !important;
border-bottom: 1px solid #dedede !important;
}
.item_subpages ul {
background-color: #ed7642;
margin-bottom: 25px;
text-align: left;
list-style: none;
padding: 0;
}
.item_subpages ul li {
font-size: 16px;
padding: 16px 0px 15px 23px;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.opacy_bg_02 .item_subpages ul li {
color: #727272;
}
.item_subpages ul li:hover {
background-color: #64c88c;
color: #fff;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.item_subpages a {
width: 70%;
height: 30px;
color: #fff !important;
margin: 0px auto 0 auto;
border-radius: 40px 40px 0px 0px;
padding-top: 6px;
}
.active_page {
background-color: #64c88c !important;
}
.view_sidebar ul li strong {
font-size: 20px;
}
.divider_space {
padding-top: 20px;
}
.bor_right {
border-right: 2px solid rgb(244, 244, 244);
}
.gold_bgcolor {
background-color: rgb(245, 234, 180);
}
.cont_a {
color: #777;
}
.facebook {
color: #3b5998 !important;
}
.twitter {
color: #0BBFF2 !important;
}
.skype {
color: #00aced;
}
.google-plus {
color: #dd4b39 !important;
}
.youtube {
color: #bb0000;
}
.linkedin {
color: #007bb5 !important;
}
.pinterest {
color: #cb2027 !important;
}
.globe {
color: #ffffff !important;
}
.table a {
color: #777;
}
.bg {
background-color: #E95413 !important;
}
tbody th,
td {
font-size: 0.875rem;
}
.cd-filter-content label {
}
.view_price_1 {
color: white;
padding: 22px 20px 29px 27px;
margin-right: 55px !important;
font-size: 18px;
}
.box_img img {
height: 169px !important;
}
.top_bar_top {
padding-top: 2px;
}
.main_logo {
margin-top: -30px !important;
height: 90px;
}
#limit_scrol {
height: 200px;
}
.view_page_table tbody tr td {
float: right;
}
.view_page_table tbody tr th {
float: left;
}
.whit_e {
color: #fff !important;
}
.fead_back_modal {
border: 2px solid #ED7642;
padding: 10px 10px 0px 10px;
border-radius: 16px;
}
.activate_signup {
border: 2px solid #9FC955;
border-radius: 20px;
padding: 0px 10px;
background-color: rgb(159, 201, 85);
}
.activate_signup1 {
border: 2px solid #9FC955;
border-radius: 20px;
padding: 10px 10px;
}
.activate_signup1 a {
color: #9FC955;
}
.titles_mail {
margin: 25px auto;
text-align: center;
position: relative;
}
.titles_mail h2 {
color: #fff;
padding: 0;
z-index: 1;
position: relative;
}
.similar_deal_bot img {
width: 285px;
}
.pad_bott_140 {
padding-bottom: 140px;
}
.pad_bott_50 {
padding-bottom: 50px;
}
.pad_bott_100 {
padding-bottom: 100px;
}
.filters_left {
padding-left: 20px;
}
.home_price {
font-size: 30px !important;
color: #E95413 !important;
min-height: 53px;
}
.job_price{
font-size: 22px !important;
color: #E95413 !important;
min-height: 53px;
}
.active_filter {
color: #E95413 !important;
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
padding: 0px;
background: #ffffff;
overflow: hidden;
outline: none;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: #333;
position: relative;
z-index: 3;
box-shadow: inset 4px 6px 10px -4px rgba(0, 0, 0, 0.3), 0 1px 1px -1px rgba(255, 255, 255, 0.3);
}
input[type="range"]::-webkit-slider-thumb:hover {
cursor: pointer;
}
input[name="range"]::-webkit-slider-thumb:after {
content: " ";
width: 1000px;
height: 100%;
position: absolute;
z-index: 1;
right: 22px;
top: 0px;
background: rgb(116, 252, 250);
background: -moz-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(116, 252, 250, 1)), color-stop(50%, rgba(89, 205, 247, 1)), color-stop(52%, rgba(54, 200, 237, 1)), color-stop(100%, rgba(34, 244, 230, 1)));
background: -webkit-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: -o-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: -ms-linear-gradient(top, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
background: linear-gradient(to bottom, rgba(116, 252, 250, 1) 0%, rgba(89, 205, 247, 1) 50%, rgba(54, 200, 237, 1) 52%, rgba(34, 244, 230, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#74fcfa', endColorstr='#22f4e6', GradientType=0);
}
.range1 .label,
.price_output {
color: #E95413;
}
.bg_clr1 {
cursor: pointer;
}
.hotdeal_minheight {
min-height: 600px;
}
.middle_ad {
min-height: 110px;
}
.find_location,
.clear_location {
margin-top: 5px;
margin-right: 0px;
}
.cd-filter-content label {
font-size: 13px !important;
}
}
.blog_right li a {
color: #777;
}
.post_ad_back {
color: #fff;
}
.inactive_fav {
background: url(<?php echo base_url();
?>img/icons/favinactive.png);
width: 31px;
height: 31px;
display: block;
cursor: pointer;
}
.active_fav {
background: url(<?php echo base_url();
?>img/icons/favactive.png);
width: 31px;
height: 31px;
display: block;
cursor: pointer !important;
}
.fa-expand {
display: none !important;
}
::-moz-selection {
text-shadow: none;
background: #46B38C;
}
::selection {
text-shadow: none;
background: #46B38C;
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
#pagination a,
#pagination strong {
background: #fbfbfb;
border: 1px solid #e3e3e3;
color: #a8a8a8;
font-size: 16px;
min-width: 40px;
padding: 0 4px;
height: 40px;
line-height: 38px;
border-radius: 0;
display: inline-block;
text-align: center;
margin-left: -1px;
}
.bedge_right {
color: #777 !important;
float: right;
}
.deal_border {
border: 3px solid rgb(99, 201, 136);
border-radius: 50px;
padding: 0px 0px 20px;
}
.up_arrow {
content: "\2193";
content: "\2193";
font-size: 60px;
color: #64C791;
}
.down_arrow {
content: "\2193";
content: "\2193";
font-size: 60px;
color: #64C791;
}
.hot_deal_border {
border: 3px solid rgb(100, 199, 145) !important;
padding: 11px 0px;
background-color: #64C791;
margin-top: 30px;
}
.white {
color: #fff;
}
.list-styles {
padding-left: 15px;
}
.list-styles li i {
margin-left: -20px;
}
.blog-item {
border-radius: 0;
overflow: hidden;
margin-bottom: 30px;
border: 2px solid #f4f4f4;
padding: 10px;
border-radius: 10px;
}
.blog-item ul li {
display: inline-block;
padding-left: 10px;
}
.blog .blog-item .img-blog {
border-radius: 5px;
margin-bottom: 25px;
}
.post-title .title {
font-size: 1.6rem;
font-weight: normal;
line-height: 1.8rem;
padding: 0 !important;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
}
.blog .blog-item .blog-content {
padding-bottom: 25px;
}
.readmore {
margin-top: 0;
}
.blog .blog-item .entry-meta {
border-radius: 5px;
overflow: hidden;
}
.blog .blog-item .entry-meta > span {
background: #f5f5f5;
border-top: 1px solid #fff;
display: block;
font-size: 12px;
overflow: hidden;
padding: 10px 3px;
text-align: left;
}
#publish_date {
background: #63C986;
border-bottom: 5px solid #E95413;
color: #fff;
padding: 10px 0;
text-align: center;
font-weight: bold;
}
.entry-meta {
padding-top: 6px !important;
}
.blog .blog-item .entry-meta > span {
color: #ccc;
}
.blog .blog-item .entry-meta > span a {
font-size: 11px;
margin-left: 3px;
font-weight: 300;
color: #888;
}
.single_comments img {
float: left;
margin-right: 10px;
margin-top: 5px;
}
.single_comments {
margin-bottom: 20px;
}
.single_comments p {
margin-bottom: 0;
}
.widget .entry-meta span {
display: inline-block;
margin-right: 10px;
}
.blog_category {
list-style: none;
margin: 0;
padding: 0;
}
.blog_category li {
float: none;
margin-bottom: 20px;
}
.blog_category li a {
background: #f5f5f5;
border-radius: 4px;
color: #888;
padding: 3px 10px;
}
.badge {
background-color: #c52d2f;
border-radius: 5px;
color: #fff;
padding: 8px;
position: relative;
left: 60px;
top: -18px;
font-weight: normal;
}
.blog_archieve {
list-style: none outside none;
margin: 0;
padding: 0;
}
.blog_archieve li:first-child {
padding-top: 0;
}
.blog_archieve li {
padding: 10px 0;
border-bottom: 1px solid #f5f5f5;
}
ul.tag-cloud,
ul.sidebar-gallery {
list-style: none;
padding: 0;
margin: 0;
}
.tag-cloud li {
display: inline-block;
margin-bottom: 3px;
}
.tag-cloud li a {
background: #f5f5f5;
color: #888;
border: 0;
border-radius: 4px;
padding: 8px 15px;
}
.tag-cloud li a:hover {
background: #c52d2f;
color: #fff;
}
.sidebar-gallery li {
display: inline-block;
margin: 0 5px 10px 0;
}
.sidebar-gallery li a {
border-radius: 4px;
display: inline-block;
}
.flow_chart {
background-image: url("../img/flowchart.jpg");
}
.related_ads img {
height: 160px;
}
.bot_pad_10 {
padding-bottom: 10px;
}
strong {
margin-bottom: 15px !important;
}
.modal {
opacity: 1;
}
.total_price {
padding: 10px 0px;
font-size: 24px;
float: right;
}
.check_out {
padding-top: 30px;
}
.check_out .table > thead > tr > th {
border-bottom: 1px solid #ddd;
vertical-align: top;
}
.tot_top {
padding-top: 16px !important;
}
.cart_image img {
width: 156px;
height: 139px;
}
.checkout_h3 h2 {
text-align: center;
background-color: rgb(94, 195, 163);
color: rgb(255, 255, 255);
padding-bottom: 10px;
border: 1px solid rgb(94, 195, 163);
margin-bottom: 20px;
}
.dis_width {
width: 150px;
}
.chck_bg_clr {
background-color: #E95413;
}
.pay_btn a {
background-color: rgb(239, 83, 13);
border-radius: 6px;
padding: 5px 10px 5px;
text-align: center;
color: rgb(255, 255, 255);
}
.pay_btn a:hover {
color: #fff !important;
}
.gmap_marker {
overflow-y: hidden;
}
.cont_left {
padding: 10px 10px 0px 10px;
border: 2px solid #9FC955;
border-radius: 16px;
background-color: #9FC955;
}
.whi_te {
color: #fff;
}
.whi_te a {
color: #fff;
}
.whi_te a:hover {
color: #E95413 !important;
}
.add_top img,
.add_top iframe {
width: 940px;
height: 230px;
}
.add_left img,
.add_left iframe {
width: 290px;
height: 156px;
}
.add_middle img,
.add_middle iframe {
width: 848px;
height: 90px;
margin-bottom: 22px;
}
.desc_top_img img,
.desc_top_img iframe {
width: 940px;
height: 130px;
}
.desc_bot_img img,
.desc_bot_img iframe {
width: 940px;
height: 130px;
}
#pagination {
padding-top: 20px;
}
.pad_left_23 {
padding-left: 23px;
}
.divider_space {
padding: 20px;
}
.con_tact {
border-radius: 10px;
height: 370px;
}
.home_btn {
width: 105px
}
.home_form {
background-color: #fff;
border: 2px solid rgb(94, 195, 163);
padding: 7px 10px;
height: 68px;
}
.onX {
color: red !important;
}
.clearable {
background: transparent url("../img/icons/cross.png") no-repeat right -10px center;
border: 1px solid #999;
padding: 3px 18px 3px 4px;
border-radius: 3px;
transition: background 0.4s;
}
.clearable.x {
background-position: right 5px center;
}
.clearable.onX {
cursor: pointer;
}
.clearable::-ms-clear {
display: none;
width: 0;
height: 0;
}
.search_menu {
border: 3px solid #88C425;
padding: 7px 10px 0px;
background-color: #fff !important;
}
.seach_btn {
margin-top: 0px !important;
background: #EF530D !important;
}
.range {
display: table;
position: relative;
height: 25px;
margin-top: 10px;
background-color: rgb(245, 245, 245);
border-radius: 4px;
-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);
cursor: pointer;
width: 135px;
}
.range input[type="range"] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
-o-appearance: none !important;
appearance: none !important;
display: table-cell;
width: 100%;
background-color: transparent;
height: 25px;
cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
-o-appearance: none !important;
appearance: none !important;
width: 11px;
height: 25px;
color: rgb(255, 255, 255);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0px;
background-color: rgb(153, 153, 153);
}
.range input[type="range"]::-moz-slider-thumb {
-webkit-appearance: none !important;
-moz-appearance: none !important;
-ms-appearance: none !important;
-o-appearance: none !important;
appearance: none !important;
width: 11px;
height: 25px;
color: rgb(255, 255, 255);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0px;
background-color: rgb(153, 153, 153);
}
.range output {
display: table-cell;
padding: 3px 5px 2px;
min-width: 40px;
color: rgb(255, 255, 255);
background-color: rgb(153, 153, 153);
text-align: center;
text-decoration: none;
border-radius: 4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
width: 1%;
white-space: nowrap;
vertical-align: middle;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
.range input[type="range"] {
outline: none;
}
.range.range-success input[type="range"]::-webkit-slider-thumb {
background-color: #5EC3A3;
}
.range.range-success input[type="range"]::-moz-slider-thumb {
background-color: #5EC3A3;
}
.range.range-success output {
background-color: #5EC3A3;
}
.range.range-success input[type="range"] {
outline-color: #5EC3A3;
}
.pound_sym:before {
content: '£';
}
.euro_sym:before {
content: '€';
}
.view_sidebar1 p{
font-size: 15px;
}
.cloth_h3 h3 {
font-size: 20px;
}
.cloth_head_font {
font-size: 16px !important;
}
.set-2 ul li {
display: inline-block;
margin-right: 15px;
}
.set-2 a:active {
-webkit-transform: translate(0, 3px);
-moz-transform: translate(0, 3px);
transform: translate(0, 3px);
}
.set-2 a {
position: relative;
color: #ffffff;
text-decoration: none;
font-family: 'Auro';
display: block;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 16px;
padding: 0px 17px 0px 35px;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
a.twitter-big {
background: #2CA9E1;
}
a.twitter-small:active,
a.twitter-big:active {
-webkit-box-shadow: 0px 2px 0px #2695BC;
-moz-box-shadow: 0px 2px 0px #2695BC;
box-shadow: 0px 2px 0px #2695BC;
}
a.twitter-big:before {
background: url("../img/social/twitter.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.facebook-big {
background: #3B5997;
}
a.facebook-small:active,
a.facebook-big:active {
-webkit-box-shadow: 0px 2px 0px #293F63;
-moz-box-shadow: 0px 2px 0px #293F63;
box-shadow: 0px 2px 0px #293F63;
}
a.facebook-big:before {
background: url("../img/social/facebook.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.pinterest-big {
background: #CD1D1F
}
a.pinterest-small:active,
a.pinterest-big:active {
-webkit-box-shadow: 0px 2px 0px #8C151B;
-moz-box-shadow: 0px 2px 0px #8C151B;
box-shadow: 0px 2px 0px #8C151B;
}
a.pinterest-big:before {
background: url("../img/social/pinterest.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.gplus-big {
background: #353631;
}
a.gplus-small:active,
a.gplus-big:active {
-webkit-box-shadow: 0px 2px 0px #141412;
-moz-box-shadow: 0px 2px 0px #141412;
box-shadow: 0px 2px 0px #141412;
}
a.gplus-big:before {
background: url("../img/social/gplus.png") no-repeat center center;
content: "";
width: 25px;
height: 25px;
position: absolute;
left: 5px;
top: 18%;
}
a.linkedin-big {
background: #0073B2;
}
a.linkedin-small:active,
a.linkedin-big:active {
-webkit-box-shadow: 0px 2px 0px #005377;
-moz-box-shadow: 0px 2px 0px #005377;
box-shadow: 0px 2px 0px #005377;
}
a.linkedin-big:before {
background: url("../img/social/linkedin.png") no-repeat center center;
content: "";
width: 25px;
height: 20px;
position: absolute;
left: 5px;
top: 20%;
}
.cancel_ahover a:hover {
color: #fff !important;
}
.package_ckech label {
width: 200px;
}
.top_35{
padding-top:35px !important;
}
.saved_link{
color: rgb(255, 255, 255);
background-color: rgb(70, 179, 140);
padding: 11px 9px 10px;
border-radius: 7px;
}
.saved_link:hover{
background-color: #EC662B !important;
color:#fff !important;
}
.saved_link1{
padding-top: 17px;
}
.dashboard_tag li a {
text-transform: uppercase;
}
.business_logo_height{
height:70px;
width: 163px;
}
.my_wish_delete a {
position: relative;
color: #ffffff;
text-decoration: none;
font-family: 'Auro';
display: block;
border-radius: 6px;
font-size: 16px;
padding: 0px 17px 0px 54px;
}
.my_wish_delete a:hover {
color: #F1E4E4 !important;
}
a.delete-bg {
background: #2CA9E1;
line-height: 40px;
font-weight: normal;
font-size: 16px;
}
a.delete-bg:before {
background: url("../img/social/delete.png") no-repeat center center;
content: "";
width: 35px;
height: 25px;
position: absolute;
left: 15px;
top: 18%;
}
.product h4,
.product p{
width:340px;
}
div.letter_success{
color: #88C425 !important;
font-weight: bolder;
}
.recommanded{
min-height: 245px;
}
.my_wishes{
width: 18px;
height: 18px;
}
.ui-autocomplete-loading {
background:url('../img/loader.gif') no-repeat right 10px center !important;
}
.ui-autocomplete a.ui-corner-all.sbiAnchor:hover, .ui-autocomplete .ui-state-focus a.ui-corner-all.sbiAnchor{
background: blue;
}
.span6 strong{
color:#0DC5B2;
}
.span6 strong:hover{
color:#A1CB57;
text-decoration:underline;
}
radio i:focus {
border: 1px doted yellow !important;
}
.imgblog img{
height: 270px;
}
.modal-body iframe{
border:3px solid #ED7642;
}
.desk_pad_10{
padding-top:10px;
}
.accordion .panel-group .panel {
border-radius: 0;
}
.accordion .panel-group .panel-default > .panel-heading {
border-color: #e9e9e9;
background-color: #f4f4f4 !important;
}
.accordion .panel-group .panel-default .panel-title {
color: #333;
font-size: 16px;
font-weight: 500;
padding: 5px 0;
text-transform:uppercase;
}
.accordion .panel-group .panel-default .panel-title a {
display: block;
position: relative;
padding-left: 41px;
}
.accordion .panel-group .panel-default .panel-title a:after {
content: "\2212";
font-family: fontawesome;
background: #f9f9f9 none repeat scroll 0 0;
border-left: 1px solid #e9e9e9;
color: #7d7d7d;
font-size: 24px;
padding: 12px 16px;
position: absolute;
left: -18px;
top: -15px;
}
.accordion .panel-group .panel-default .panel-title a.collapsed:after {
content: "\2295";
font-family: fontawesome;
background: #f9f9f9 none repeat scroll 0 0;
border-left: 1px solid #e9e9e9;
color: #7d7d7d;
font-size: 24px;
padding: 12px 13px;
position: absolute;
left: -18px;
top: -15px;
}
.accordion .panel-body {
padding: 10px 15px 0px;
}
.pad_bot_30{
margin-bottom:20px;
}
.accordion .panel-body .panel_body_up p {
color: #8e8d8d;
font-size: 14px;
font-weight: 500;
}
.footer_pad_length{
padding: 10px 20px 20px 20px !important;
}
.no_results_found{
background-color: #f4f4f4;
padding: 7px 11px;
padding-bottom: 0;
margin: 0;
border: 2px solid #88C425;
}
.e-zone-size{
font-size:18px !important;
} | 0.270095 | 0.04747 |
.camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
background: none;
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
list-style: none
}
.camera_wrap {
display: none;
float: none;
position: relative;
z-index: 0;
}
.camera_wrap img {
max-width: none !important;
}
.camera_fakehover {
height: 100%;
min-height: 40px;
position: relative;
width: 100%;
z-index: 1;
}
.camera_wrap {
width: 100%;
height:428px;
}
.camera_src {
display: none;
}
.cameraCont, .cameraContents {
height: 100%;
position: relative;
width: 100%;
z-index: 1;
}
.cameraSlide {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.camera_target {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 100%;
z-index: 0;
}
.camera_overlayer {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
.camera_target_content {
bottom: 0;
left: 0;
overflow: visible;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.camera_target_content .camera_link {
display: block;
height: 100%;
text-decoration: none;
}
.camera_loader {
background: #fff url(../img/camera-loader.gif) no-repeat center;
background: rgba(255, 255, 255, 0.9) url(../img/camera-loader.gif) no-repeat center;
border: 1px solid #ffffff;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
height: 36px;
left: 50%;
overflow: hidden;
position: absolute;
margin: -18px 0 0 -18px;
top: 50%;
width: 36px;
z-index: 3;
}
.camera_clear {
display: block;
clear: both;
}
.showIt {
display: none;
}
.camera_clear {
clear: both;
display: block;
height: 1px;
margin: 0px;
position: relative;
}
.camera_caption {
}
.camera_caption > div {
} | frontend/web/css/camera.css | .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
background: none;
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
list-style: none
}
.camera_wrap {
display: none;
float: none;
position: relative;
z-index: 0;
}
.camera_wrap img {
max-width: none !important;
}
.camera_fakehover {
height: 100%;
min-height: 40px;
position: relative;
width: 100%;
z-index: 1;
}
.camera_wrap {
width: 100%;
height:428px;
}
.camera_src {
display: none;
}
.cameraCont, .cameraContents {
height: 100%;
position: relative;
width: 100%;
z-index: 1;
}
.cameraSlide {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.camera_target {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 100%;
z-index: 0;
}
.camera_overlayer {
bottom: 0;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
.camera_target_content {
bottom: 0;
left: 0;
overflow: visible;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.camera_target_content .camera_link {
display: block;
height: 100%;
text-decoration: none;
}
.camera_loader {
background: #fff url(../img/camera-loader.gif) no-repeat center;
background: rgba(255, 255, 255, 0.9) url(../img/camera-loader.gif) no-repeat center;
border: 1px solid #ffffff;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
height: 36px;
left: 50%;
overflow: hidden;
position: absolute;
margin: -18px 0 0 -18px;
top: 50%;
width: 36px;
z-index: 3;
}
.camera_clear {
display: block;
clear: both;
}
.showIt {
display: none;
}
.camera_clear {
clear: both;
display: block;
height: 1px;
margin: 0px;
position: relative;
}
.camera_caption {
}
.camera_caption > div {
} | 0.409103 | 0.067639 |
form {
width: 25vw;
max-width: 400px;
position: fixed;
right: 0;
top: 0;
background-color: beige;
height: 100%;
padding: 10px;
overflow-y: auto;
z-index: 20;
}
form input, form button, form select {
width: 100%;
}
form select {
height: 30px;
}
form select {
cursor: pointer;
}
.display_none {
display: none !important;
/*color: red;*/
}
.modal-body span {
font-weight: bold;
}
form div {
margin: 5px 0;
}
.btn {
width: 100%;
}
.form-check-input {
margin-top: -2px !important;
}
.box {
float: left;
border: 2px black solid;
}
.box h1 {
margin-left: 10px;
margin-top: 10px;
border: 1px black solid;
width: 50px;
height: 50px;
text-align: center;
border-radius: 25px;
background-color: blue;
color: whitesmoke;
}
.hidden {
visibility: hidden !important;
}
.open {
/*opacity: 0.5;*/
}
.closed {
opacity: 1;
}
#stack p:first-child {
color: red;
}
#moves p:last-child {
color: red;
}
.bold {
font-weight: bold;
}
/*.link {*/
/*!*stroke: #c1c1c1;*!*/
/*stroke-width: 10px;*/
/*pointer-events: all;*/
/*}*/
.link {
stroke-opacity: .6;
}
.node circle {
pointer-events: all;
stroke: #777;
stroke-width: 1px;
}
path {
fill: none;
stroke-width: 3;
}
div.tooltip {
position: absolute;
background-color: white;
max-width: 400px;
white-space: nowrap;
height: auto;
border-style: solid;
border-radius: 4px;
border-width: 1px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
pointer-events: none;
padding: 5px;
}
.graph {
width: auto;
height: auto;
z-index: 0;
}
#btn_lower_approx, #btn_upper_approx {
font-size: large;
height: auto;
}
#formula {
width: 100%;
height: auto;
font-size: large;
font-weight: bold;
}
.ui-tabs-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
.modal-confirm {
color: #434e65;
width: 525px;
}
.modal-confirm .modal-content {
padding: 20px;
font-size: 16px;
border-radius: 5px;
border: none;
}
.modal-confirm .modal-header-error {
background: #e85e6c;
border-bottom: none;
position: relative;
text-align: center;
margin: -20px -20px 0;
padding: 35px;
}
.modal-confirm .modal-header-success {
background: #47c9a2;
border-bottom: none;
position: relative;
text-align: center;
margin: -20px -20px 0;
padding: 35px;
}
.modal-confirm h4 {
text-align: center;
font-size: 36px;
margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
min-height: 40px;
border-radius: 3px;
}
.modal-confirm .close {
position: absolute;
top: 15px;
right: 15px;
color: #fff;
text-shadow: none;
opacity: 0.5;
}
.modal-confirm .close:hover {
opacity: 0.8;
}
.modal-confirm .icon-box {
color: #fff;
width: 95px;
height: 95px;
display: inline-block;
border-radius: 50%;
z-index: 9;
border: 5px solid #fff;
padding: 15px;
margin-left: auto;
margin-right: auto;
}
.modal-confirm .icon-box i {
font-size: 58px;
margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
margin-top: 80px;
}
.modal-confirm .btn {
color: #fff;
border-radius: 4px;
background: #eeb711;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
border-radius: 30px;
margin-top: 10px;
padding: 6px 20px;
min-width: 150px;
border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
background: #eda645;
outline: none;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
} | css/main.css | form {
width: 25vw;
max-width: 400px;
position: fixed;
right: 0;
top: 0;
background-color: beige;
height: 100%;
padding: 10px;
overflow-y: auto;
z-index: 20;
}
form input, form button, form select {
width: 100%;
}
form select {
height: 30px;
}
form select {
cursor: pointer;
}
.display_none {
display: none !important;
/*color: red;*/
}
.modal-body span {
font-weight: bold;
}
form div {
margin: 5px 0;
}
.btn {
width: 100%;
}
.form-check-input {
margin-top: -2px !important;
}
.box {
float: left;
border: 2px black solid;
}
.box h1 {
margin-left: 10px;
margin-top: 10px;
border: 1px black solid;
width: 50px;
height: 50px;
text-align: center;
border-radius: 25px;
background-color: blue;
color: whitesmoke;
}
.hidden {
visibility: hidden !important;
}
.open {
/*opacity: 0.5;*/
}
.closed {
opacity: 1;
}
#stack p:first-child {
color: red;
}
#moves p:last-child {
color: red;
}
.bold {
font-weight: bold;
}
/*.link {*/
/*!*stroke: #c1c1c1;*!*/
/*stroke-width: 10px;*/
/*pointer-events: all;*/
/*}*/
.link {
stroke-opacity: .6;
}
.node circle {
pointer-events: all;
stroke: #777;
stroke-width: 1px;
}
path {
fill: none;
stroke-width: 3;
}
div.tooltip {
position: absolute;
background-color: white;
max-width: 400px;
white-space: nowrap;
height: auto;
border-style: solid;
border-radius: 4px;
border-width: 1px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
pointer-events: none;
padding: 5px;
}
.graph {
width: auto;
height: auto;
z-index: 0;
}
#btn_lower_approx, #btn_upper_approx {
font-size: large;
height: auto;
}
#formula {
width: 100%;
height: auto;
font-size: large;
font-weight: bold;
}
.ui-tabs-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
.modal-confirm {
color: #434e65;
width: 525px;
}
.modal-confirm .modal-content {
padding: 20px;
font-size: 16px;
border-radius: 5px;
border: none;
}
.modal-confirm .modal-header-error {
background: #e85e6c;
border-bottom: none;
position: relative;
text-align: center;
margin: -20px -20px 0;
padding: 35px;
}
.modal-confirm .modal-header-success {
background: #47c9a2;
border-bottom: none;
position: relative;
text-align: center;
margin: -20px -20px 0;
padding: 35px;
}
.modal-confirm h4 {
text-align: center;
font-size: 36px;
margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
min-height: 40px;
border-radius: 3px;
}
.modal-confirm .close {
position: absolute;
top: 15px;
right: 15px;
color: #fff;
text-shadow: none;
opacity: 0.5;
}
.modal-confirm .close:hover {
opacity: 0.8;
}
.modal-confirm .icon-box {
color: #fff;
width: 95px;
height: 95px;
display: inline-block;
border-radius: 50%;
z-index: 9;
border: 5px solid #fff;
padding: 15px;
margin-left: auto;
margin-right: auto;
}
.modal-confirm .icon-box i {
font-size: 58px;
margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
margin-top: 80px;
}
.modal-confirm .btn {
color: #fff;
border-radius: 4px;
background: #eeb711;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
border-radius: 30px;
margin-top: 10px;
padding: 6px 20px;
min-width: 150px;
border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
background: #eda645;
outline: none;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
} | 0.44553 | 0.104798 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
footer{
width: 100%;
min-height: 54vh;
/* background: #013D41; */
background-color: #062c46;
position: relative;
overflow: hidden;
}
h2{
color: white;
margin-bottom: 10px;
}
span i {
color: white;
font-size: 20px;
cursor: pointer;
}
span i:hover{
color: #6cd2da;
}
.footer-section p a{
color: white;
cursor: pointer;
text-decoration: none;
}
.footer-section p a:hover {
color: #6cd2da;
}
.footer-section{
position: absolute;
display: flex;
align-items: center;
justify-content: space-around;
padding: 0 50px;
display: grid;
grid-template-columns: 34% 34% 34%;
width: 97%;
min-height: 47vh;
left: 1.5%;
top: 6%;
justify-content: center;
background: linear-gradient(114.01deg, rgba(255, 255, 255, 0.16) 12.54%, rgba(255, 255, 255, 0.04) 83.34%);
border-radius: 12px;
border: 1px solid rgba(209, 213, 219, 0.3);
box-sizing: border-box;
box-shadow: 0px 4px 40px -1px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(16px);
}
.footerLeft .logo img{
width: 220px;
margin-left: 40px;
height: 120px;
}
.footerMiddle {
margin-left: 90px;
}
.footerMiddle .address a, .footerMiddle .contact a, .footerRight .mail a, .footerRight .social {
color: white;
text-decoration: none;
}
.footerMiddle .address {
margin-bottom: 20px;
}
.footerRight .mail {
margin-bottom: 55px;
}
.social{
margin: 0;
padding: 0;
}
.social-icon{
display: flex;
}
.footerRight{
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 50px;
}
.social-icon .icon{
position: relative;
width: 50px;
height: 50px;
padding: 0;
border-radius: 50px;
transition: all .8s;
}
.icon:hover{
background: #e60073;
box-shadow: 0 0 20px #e60073;
}
.icon:hover:nth-child(2){
background: #1877f2;
box-shadow: 0 0 20px #1877f2;
}
.icon:hover:nth-child(3){
background: #0e76a8;
box-shadow: 0 0 20px #0e76a8;
}
.icon i{
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.copyright{
top: 93.5%;
left: 10%;
font-size: 14px;
position: absolute;
color: rgba(255, 255, 255, 0.705);
}
.copyright a{
text-decoration: none;
color: rgba(255, 255, 255, 0.705);
}
.copyright span{
cursor: pointer;
color: rgba(255, 255, 255, 0.705);
}
.copyright .all:hover{
color: rgba(255, 255, 255, 0.705);;
}
.copyright a:hover{
color: #6cd2da;
}
.privacy{
top: 93.5%;
right: 10%;
display: flex;
flex-direction: row;
font-size: 14px;
font-style: italic;
position: absolute;
color: rgba(255, 255, 255, 0.705);
}
.privacy ul{
display: flex;
flex-direction: row;
}
.privacy ul li{
margin-left: 30px;
}
.privacy ul li a:hover{
color: #6cd2da;
}
.privacy a{
text-decoration: none;
color: rgba(255, 255, 255, 0.705);;
}
@media (max-width: 1025px){
footer{
width: 100%;
min-height: 62vh;
text-align: center;
}
.footer-section{
position: absolute;
top: 5%;
width: 97%;
min-height: 55vh;
text-align: center;
}
.footerLeft .logo img{
margin-left: -20px;
text-align: center;
width: 200px;
height: 105px;
}
.copyright{
top: 95%;
left: 10%;
font-size: 13px;
}
.privacy{
top: 95%;
right: 10%;
font-size: 13px;
display: block;
}
.social-icon {
top: 75%;
left: 84%;
}
}
@media (max-width: 868px) {
footer{
width: 100%;
height: 112vh;
display: block;
text-align: center;
}
.footer-section{
position: relative;
top: 2%;
display: flex;
flex-direction: column;
width: 97%;
height: 105vh;
}
h2{
font-size: 18px;
}
.footerLeft .logo img{
margin-left: -20px;
text-align: center;
width: 185px;
height: 95px;
}
.footerMiddle, .footerRight, .footerLeft .logo{
margin-left: -15px;
}
.footerMiddle, .footerRight, .footerLeft{
margin: 30px 0;
}
.footerMiddle .address {
margin-bottom: 40px;
}
.footerRight .social {
margin-top: -10px;
}
.social{
margin-left: 20px;
}
.social-icon {
top: 94%;
left: 50%;
}
.copyright{
align-items: center;
top: 96.7%;
left: 5%;
font-size: 11PX;
}
.copyright .all{
display: flex;
flex-direction: row;
}
.privacy{
top: 97%;
right: 5%;
font-size: 11px;
}
}
@media (max-width: 500px){
.copyright{
font-size: 9PX;
top: 96.3%;
left: 2%;
}
.privacy{
font-size: 9px;
top: 96.5%;
right: 2%;
}
.privacy ul{
display: block;
}
.privacy ul li{
margin-left: 5px;
}
.social{
margin-left: 20px;
}
.social-icon {
left: 50%;
}
} | css/footerSection.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
footer{
width: 100%;
min-height: 54vh;
/* background: #013D41; */
background-color: #062c46;
position: relative;
overflow: hidden;
}
h2{
color: white;
margin-bottom: 10px;
}
span i {
color: white;
font-size: 20px;
cursor: pointer;
}
span i:hover{
color: #6cd2da;
}
.footer-section p a{
color: white;
cursor: pointer;
text-decoration: none;
}
.footer-section p a:hover {
color: #6cd2da;
}
.footer-section{
position: absolute;
display: flex;
align-items: center;
justify-content: space-around;
padding: 0 50px;
display: grid;
grid-template-columns: 34% 34% 34%;
width: 97%;
min-height: 47vh;
left: 1.5%;
top: 6%;
justify-content: center;
background: linear-gradient(114.01deg, rgba(255, 255, 255, 0.16) 12.54%, rgba(255, 255, 255, 0.04) 83.34%);
border-radius: 12px;
border: 1px solid rgba(209, 213, 219, 0.3);
box-sizing: border-box;
box-shadow: 0px 4px 40px -1px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(16px);
}
.footerLeft .logo img{
width: 220px;
margin-left: 40px;
height: 120px;
}
.footerMiddle {
margin-left: 90px;
}
.footerMiddle .address a, .footerMiddle .contact a, .footerRight .mail a, .footerRight .social {
color: white;
text-decoration: none;
}
.footerMiddle .address {
margin-bottom: 20px;
}
.footerRight .mail {
margin-bottom: 55px;
}
.social{
margin: 0;
padding: 0;
}
.social-icon{
display: flex;
}
.footerRight{
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 50px;
}
.social-icon .icon{
position: relative;
width: 50px;
height: 50px;
padding: 0;
border-radius: 50px;
transition: all .8s;
}
.icon:hover{
background: #e60073;
box-shadow: 0 0 20px #e60073;
}
.icon:hover:nth-child(2){
background: #1877f2;
box-shadow: 0 0 20px #1877f2;
}
.icon:hover:nth-child(3){
background: #0e76a8;
box-shadow: 0 0 20px #0e76a8;
}
.icon i{
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.copyright{
top: 93.5%;
left: 10%;
font-size: 14px;
position: absolute;
color: rgba(255, 255, 255, 0.705);
}
.copyright a{
text-decoration: none;
color: rgba(255, 255, 255, 0.705);
}
.copyright span{
cursor: pointer;
color: rgba(255, 255, 255, 0.705);
}
.copyright .all:hover{
color: rgba(255, 255, 255, 0.705);;
}
.copyright a:hover{
color: #6cd2da;
}
.privacy{
top: 93.5%;
right: 10%;
display: flex;
flex-direction: row;
font-size: 14px;
font-style: italic;
position: absolute;
color: rgba(255, 255, 255, 0.705);
}
.privacy ul{
display: flex;
flex-direction: row;
}
.privacy ul li{
margin-left: 30px;
}
.privacy ul li a:hover{
color: #6cd2da;
}
.privacy a{
text-decoration: none;
color: rgba(255, 255, 255, 0.705);;
}
@media (max-width: 1025px){
footer{
width: 100%;
min-height: 62vh;
text-align: center;
}
.footer-section{
position: absolute;
top: 5%;
width: 97%;
min-height: 55vh;
text-align: center;
}
.footerLeft .logo img{
margin-left: -20px;
text-align: center;
width: 200px;
height: 105px;
}
.copyright{
top: 95%;
left: 10%;
font-size: 13px;
}
.privacy{
top: 95%;
right: 10%;
font-size: 13px;
display: block;
}
.social-icon {
top: 75%;
left: 84%;
}
}
@media (max-width: 868px) {
footer{
width: 100%;
height: 112vh;
display: block;
text-align: center;
}
.footer-section{
position: relative;
top: 2%;
display: flex;
flex-direction: column;
width: 97%;
height: 105vh;
}
h2{
font-size: 18px;
}
.footerLeft .logo img{
margin-left: -20px;
text-align: center;
width: 185px;
height: 95px;
}
.footerMiddle, .footerRight, .footerLeft .logo{
margin-left: -15px;
}
.footerMiddle, .footerRight, .footerLeft{
margin: 30px 0;
}
.footerMiddle .address {
margin-bottom: 40px;
}
.footerRight .social {
margin-top: -10px;
}
.social{
margin-left: 20px;
}
.social-icon {
top: 94%;
left: 50%;
}
.copyright{
align-items: center;
top: 96.7%;
left: 5%;
font-size: 11PX;
}
.copyright .all{
display: flex;
flex-direction: row;
}
.privacy{
top: 97%;
right: 5%;
font-size: 11px;
}
}
@media (max-width: 500px){
.copyright{
font-size: 9PX;
top: 96.3%;
left: 2%;
}
.privacy{
font-size: 9px;
top: 96.5%;
right: 2%;
}
.privacy ul{
display: block;
}
.privacy ul li{
margin-left: 5px;
}
.social{
margin-left: 20px;
}
.social-icon {
left: 50%;
}
} | 0.429788 | 0.085824 |
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
background-color: #fff;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#body {
height: 100%;
}
p.footer {
text-align: right;
font-size: 11px;
border-top: 1px solid #D0D0D0;
line-height: 32px;
padding: 0 10px 0 10px;
margin: 20px 0 0 0;
}
#container {
margin: 10px;
border: 1px solid #D0D0D0;
box-shadow: 0 0 8px #D0D0D0;
}
@media (min-width: 768px) {
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
}
.top-logo-img{
height:50px;
display: inline-block;
float: none;
vertical-align: top;
margin: -20px 0 0 20px;
}
.top-head{
height: 200px;
background-image:url('../../uploads/main-content/header.jpg');
}
.navbar-wrapper{
margin-top:-50px;
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* For Firefox 3.6 to 15 */
background: linear-gradient(to top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* Standard syntax (must be last) */
}
#custom-bootstrap-menu .navbar-nav>li>a:hover,
#custom-bootstrap-menu .navbar-nav>li>a:focus {
color: rgba(51, 51, 51, 1);
background-color: rgba(0, 0, 0, 0);
border-style: solid none none none;
}
#custom-bootstrap-menu .navbar-nav>.active>a,
#custom-bootstrap-menu .navbar-nav>.active>a:hover,
#custom-bootstrap-menu .navbar-nav>.active>a:focus {
color: rgba(85, 85, 85, 1);
background-color: rgba(0, 0, 0, 0);
border-style: solid none none none;
}
/* style for homepage*/
.img-slider {
height:350px;
width:600px;
}
.owl-carousel .owl-item img {
width:750px;
}
#homepage-news{
margin: 0 20px 20px 20px;
background-color:#ccc;
}
@media (min-width: 768px) {
#homepage-news{
position:relative;
margin-top: -70px;
z-index:50;
}
}
.main-news-title{
background-color:#000;
color:#fff;
height:50px;
}
.main-news-title h3{
margin-top: 20px;
padding-top: 10px;
}
.news-all {
margin: 0 10px 10px 10px;
}
.news-item {
margin: 10px 10px 10px 10px;
padding-bottom: 20px;
border-style: none none solid none ;
border-color: #fff;
border-width: 1px;
}
#homepage-about-us{
background-image:url(../../uploads/main-content/about-home.jpg);
height: 400px;
}
#homepage-event{
padding-left:0px;
padding-right:0px;
padding-bottom:30px;
}
#homepage-event .title{
margin-bottom:-20px;
position:relative;
z-index:10;
}
.content-event-box{
border-style: solid;
border-color: #000;
}
.content-event{
margin: 30px 10px 10px 10px;
}
.highlight{
background-color: #fff;
padding: 5px 5px 5px 5px;
}
/* end style for homepage*/ | assets/css/custom-style.css | ::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
background-color: #fff;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#body {
height: 100%;
}
p.footer {
text-align: right;
font-size: 11px;
border-top: 1px solid #D0D0D0;
line-height: 32px;
padding: 0 10px 0 10px;
margin: 20px 0 0 0;
}
#container {
margin: 10px;
border: 1px solid #D0D0D0;
box-shadow: 0 0 8px #D0D0D0;
}
@media (min-width: 768px) {
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
}
.top-logo-img{
height:50px;
display: inline-block;
float: none;
vertical-align: top;
margin: -20px 0 0 20px;
}
.top-head{
height: 200px;
background-image:url('../../uploads/main-content/header.jpg');
}
.navbar-wrapper{
margin-top:-50px;
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* For Firefox 3.6 to 15 */
background: linear-gradient(to top, rgba(255,255,255,1) 75%, rgba(255,0,0,0)); /* Standard syntax (must be last) */
}
#custom-bootstrap-menu .navbar-nav>li>a:hover,
#custom-bootstrap-menu .navbar-nav>li>a:focus {
color: rgba(51, 51, 51, 1);
background-color: rgba(0, 0, 0, 0);
border-style: solid none none none;
}
#custom-bootstrap-menu .navbar-nav>.active>a,
#custom-bootstrap-menu .navbar-nav>.active>a:hover,
#custom-bootstrap-menu .navbar-nav>.active>a:focus {
color: rgba(85, 85, 85, 1);
background-color: rgba(0, 0, 0, 0);
border-style: solid none none none;
}
/* style for homepage*/
.img-slider {
height:350px;
width:600px;
}
.owl-carousel .owl-item img {
width:750px;
}
#homepage-news{
margin: 0 20px 20px 20px;
background-color:#ccc;
}
@media (min-width: 768px) {
#homepage-news{
position:relative;
margin-top: -70px;
z-index:50;
}
}
.main-news-title{
background-color:#000;
color:#fff;
height:50px;
}
.main-news-title h3{
margin-top: 20px;
padding-top: 10px;
}
.news-all {
margin: 0 10px 10px 10px;
}
.news-item {
margin: 10px 10px 10px 10px;
padding-bottom: 20px;
border-style: none none solid none ;
border-color: #fff;
border-width: 1px;
}
#homepage-about-us{
background-image:url(../../uploads/main-content/about-home.jpg);
height: 400px;
}
#homepage-event{
padding-left:0px;
padding-right:0px;
padding-bottom:30px;
}
#homepage-event .title{
margin-bottom:-20px;
position:relative;
z-index:10;
}
.content-event-box{
border-style: solid;
border-color: #000;
}
.content-event{
margin: 30px 10px 10px 10px;
}
.highlight{
background-color: #fff;
padding: 5px 5px 5px 5px;
}
/* end style for homepage*/ | 0.184217 | 0.132964 |
svg.dial.red .button-indicator .background:hover {
fill: red;
}
svg.dial.red g.meter-indicator path.tick {
fill: #666;
}
svg.dial.red g.meter-indicator path.tick.major {
fill: #632529;
}
svg.dial.red .target-ticks path {
fill: #788088;
}
svg.dial.red .away-ticks path {
fill: #788088;
display:none;
}
svg.dial.red .ticks path.current-temperature-tick {
fill: white;
}
svg.dial.red .indicators path.current-indicator {
fill: white;
}
svg.dial.red g.labels text.dial-ordinals {
fill: #ccc;
color: white;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
font-size: 80px;
}
svg.dial.red text.button-caption {
fill: #FDFDFD;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
font-size: 60px;
font-weight: bold;
color: #ccc;
}
svg.dial.red .ticks .background-ticks line {
stroke: #788088;
}
svg.dial.red .ticks .background-ticks path {
fill: #7D5F5F;
}
svg.dial.red .ticks .buttons path.inner {
fill: #7D5F5F;
}
svg.dial.red .ticks .buttons path.outer {
fill: #805252;
}
svg.dial.red .ticks .buttons path:hover {
fill: #C18E8E;
}
svg.dial.red .lanes path.incline-background {
fill: #2f363e;
}
svg.dial.red .lanes path.incline-indicator {
fill: #C5B5B5;
}
svg.dial.red .lanes path.incline-background:hover {
fill: #1f2429;
}
svg.dial.red .indicators path.goal {
fill: #E2E2E2;
}
svg.dial.red .indicators .current-speed-indicator {
fill: white;
}
svg.dial.red svg.dial .button-indicator .background {
fill: rgba(255,0,0,0.4);
}
svg.dial.red svg.dial .button-indicator .background:hover {
fill: rgba(255,0,0,0.8);
}
svg.dial.red svg.dial .button-indicator:hover text {
fill: white;
}
svg.dial.red path.glyph {
fill: transparent;
stroke: white;
stroke-width: 4;
}
svg.dial.red g.status text.speed-indicator {
font-size: 200px;
fill: white;
font-family: "Akkurat Medium"; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.status text.status-indicator {
fill: #ccc;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.status text.running-time {
fill: #ccc;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.background-ticks text.dial-ordinals {
fill: #FDFDFD;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.range-indicator g.regions path {
fill-opacity: 0.2;
}
svg.dial.red g.range-indicator.incline-indicator path.band-region0 {
fill: #aaa;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region0 {
fill: yellow;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region1 {
fill: #ccc;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region2 {
fill: yellow;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region3 {
fill: red;
}
svg.dial.red g.button-indicator path.band {
fill: rgba(255,0,0,0.6);
}
svg.dial.red g.quickspeed g.button-indicator path {
}
svg.dial.red g.meter-indicator.average .indicators path {
fill: rgba(255,0,0,0.65);
} | ui/client/components/dial/css/red.css | svg.dial.red .button-indicator .background:hover {
fill: red;
}
svg.dial.red g.meter-indicator path.tick {
fill: #666;
}
svg.dial.red g.meter-indicator path.tick.major {
fill: #632529;
}
svg.dial.red .target-ticks path {
fill: #788088;
}
svg.dial.red .away-ticks path {
fill: #788088;
display:none;
}
svg.dial.red .ticks path.current-temperature-tick {
fill: white;
}
svg.dial.red .indicators path.current-indicator {
fill: white;
}
svg.dial.red g.labels text.dial-ordinals {
fill: #ccc;
color: white;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
font-size: 80px;
}
svg.dial.red text.button-caption {
fill: #FDFDFD;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
font-size: 60px;
font-weight: bold;
color: #ccc;
}
svg.dial.red .ticks .background-ticks line {
stroke: #788088;
}
svg.dial.red .ticks .background-ticks path {
fill: #7D5F5F;
}
svg.dial.red .ticks .buttons path.inner {
fill: #7D5F5F;
}
svg.dial.red .ticks .buttons path.outer {
fill: #805252;
}
svg.dial.red .ticks .buttons path:hover {
fill: #C18E8E;
}
svg.dial.red .lanes path.incline-background {
fill: #2f363e;
}
svg.dial.red .lanes path.incline-indicator {
fill: #C5B5B5;
}
svg.dial.red .lanes path.incline-background:hover {
fill: #1f2429;
}
svg.dial.red .indicators path.goal {
fill: #E2E2E2;
}
svg.dial.red .indicators .current-speed-indicator {
fill: white;
}
svg.dial.red svg.dial .button-indicator .background {
fill: rgba(255,0,0,0.4);
}
svg.dial.red svg.dial .button-indicator .background:hover {
fill: rgba(255,0,0,0.8);
}
svg.dial.red svg.dial .button-indicator:hover text {
fill: white;
}
svg.dial.red path.glyph {
fill: transparent;
stroke: white;
stroke-width: 4;
}
svg.dial.red g.status text.speed-indicator {
font-size: 200px;
fill: white;
font-family: "Akkurat Medium"; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.status text.status-indicator {
fill: #ccc;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.status text.running-time {
fill: #ccc;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.background-ticks text.dial-ordinals {
fill: #FDFDFD;
font-family: Akkurat; /*,Helvetica,sans-serif;*/
}
svg.dial.red g.range-indicator g.regions path {
fill-opacity: 0.2;
}
svg.dial.red g.range-indicator.incline-indicator path.band-region0 {
fill: #aaa;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region0 {
fill: yellow;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region1 {
fill: #ccc;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region2 {
fill: yellow;
}
svg.dial.red g.range-indicator.autopace-indicator path.band-region3 {
fill: red;
}
svg.dial.red g.button-indicator path.band {
fill: rgba(255,0,0,0.6);
}
svg.dial.red g.quickspeed g.button-indicator path {
}
svg.dial.red g.meter-indicator.average .indicators path {
fill: rgba(255,0,0,0.65);
} | 0.466603 | 0.088229 |
@charset "utf-8";
table.d_table {
border-collapse:collapse;
border-spacing: 0px;
border-cellpadding: 0px;
}
table.d_table th {
background-color: #eeeeee;
border: 1px solid #cacaca;
font-size: 12px;
padding: 0;
}
table.d_table td.onesel2 {
height:20px;
background-color: #F9F9F9;
}
table.d_table td.onesel {
height:20px;
}
table.d_table td.blank {
border:none;
}
TABLE.d_table TD {
border: 1px solid #dee5e7;
padding: 0px;
font-size: 12px;
}
table.d_table2 {
border-collapse:collapse;
border-spacing: 0px;
border-cellpadding: 0px;
}
table.d_table2 td.blank {
border:none;
}
TABLE.d_table2 TD {
border:none;
padding: 0px;
font-size: 12px;
}
#d_colDims {
background-color:#f6f8f8;
width:500px;
overflow:hidden;
}
#d_rowDims {
background-color:#f6f8f8;
height: 300px;
overflow-y: hidden;
overflow-x: hidden;
}
#d_rowDims::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.coldim {
width:110px;
overflow:hidden;
}
.colDimsList span{
display:-moz-inline-box;
display:inline-block;
width:110px;
border:1px solid #CACACA;
padding:5px;
margin:3px 0px 3px 3px;
background-color:#FFFFCC;
text-align:center;
}
.rowDimsList span{
display:-moz-inline-box;
display:inline-block;
width:126px;
border-right:none;
background-color:#FFFFCC;
text-align:center;
padding:4px 2px 5px 2px;
}
.colDimsList span a.set, tr.scrollColThead th span a.set, .rowDimsList span a.set{
display:-moz-inline-box;
display:inline-block;
width:18px;
height:16px;
background-image:url("../img/dimset.png");
background-repeat:no-repeat;
background-position:center center;
text-decoration:none;
}
tr.scrollColThead th span a.extKpibtn {
background-image:url("../img/closeme.png");
}
.dimoptbtn {
opacity:0.6;
}
#databetween #datemodbtn {
font-weight:normal;
font-size:10px;
}
.chartselect .selleft{
width:100px;
float:left;
}
.chartselect .selright{
width:240px;
float:right;
}
.chartselect .selright .one{
margin:10px;
padding:10px;
display:none;
cursor:pointer;
}
.chartselect .selleft ul {
margin:0px;
padding:0px;
}
.chartselect .selleft ul li {
margin:0px;
padding:6px;
background-color:#EEE;
border-bottom:solid 1px #CCCCCC;
cursor:pointer;
}
.chartselect .selleft ul li.select {
background-color:#FFF;
}
.tsbd {
width:135px;
float:left;
}
.tsbd2 {
height:50px;
}
.tsbd .ts_h{
font-size:14px;
margin:10px;
width:120px;
}
.tsbd2 .ts_h2{
font-size:12px;
margin:3px 20px 3px 3px;
width:120px;
float:left;
}
.tsbd .h_ctx, .tsbd2 .h_ctx{
border:1px solid #7F9DB9;
overflow:hidden;
height:26px;
border-radius:5px;
}
.tsbd .h_ctx_multi {
border:1px solid #7F9DB9;
height:120px;
overflow:auto;
border-radius:5px;
}
.tsbd .h_ctx_multi .multi_one {
}
.chartctx {
border:1px solid #CACACA;
height:170px;
margin-left:170px;
}
span.charttip {
color:#999999;
padding:3px;
display:block;
}
span.charttxt {
display:-moz-inline-box;
display:inline-block;
width:90px;
padding:3px;
float:left;
overflow:hidden;
white-space:nowrap;
}
span.charttxt2 {
display:-moz-inline-box;
display:inline-block;
width:90px;
overflow:hidden;
white-space:nowrap;
}
span.charticon {
display:-moz-inline-box;
display:inline-block;
width:20px;
height:16px;
background-image:url("../img/dimset.png");
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
opacity: 0.6;
float:right;
margin-top:4px;
}
span.chartdel {
display:-moz-inline-box;
display:inline-block;
width:20px;
height:16px;
background-image:url("../img/closeme.png");
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
margin:3px 0;
}
.tsbd span.grouptype {
width:16px;
height:16px;
display:-moz-inline-box;
display:inline-block;
background-image:url("../img/chartsumtype.gif");
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
float:left;
margin:3px 0;
}
.exchangexs {
width:20px;
height:170px;
float:left;
}
#d_colDims span.colkpi, #d_colDims2 span.colkpi{
display:-moz-inline-box;
display:inline-block;
width:110px;
overflow:hidden;
padding:5px 0px 0px 3px;
}
#d_kpi {
height:300px;
overflow:auto;
width:500px;
}
#d_kpi span.kpiValue{
display:block;
width:110px;
padding-right: 3px;
}
#d_kpi::-webkit-scrollbar {
width:11px;
}
#d_rowDims span.s_rowDim{
display:block;
width:120px;
white-space: nowrap;
overflow:hidden;
margin:0px 3px 0px 3px;
line-height:17px;
}
#d_colDims span.s_colDim, #d_colDims2 span.s_colDim{
white-space: nowrap;
}
.chartdrillmenu{
margin-top:5px;
margin-left:5px;
}
.chartdrillDim{
display:-moz-inline-box;
display:inline-block;
text-align:center;
background-color: #FFFFCC;
border: 1px solid #CACACA;
padding: 2px;
margin:0px 3px 0px 3px;
}
.chartdrillDim a {
display:-moz-inline-box;
display:inline-block;
width:18px;
height:12px;
background-image:url("../../ext-res/image/minus.gif");
background-repeat:no-repeat;
background-position:center center;
text-decoration:none;
}
#d_colDims span.colkpi span.kpiname, #d_colDims2 span.colkpi span.kpiname{
display:-moz-inline-box;
display:inline-block;
white-space:nowrap;
width:84px;
}
#p_param span.pppp {
background-color: #FFFFCC;
border: 1px solid #CACACA;
display: inline-block;
padding: 4px;
text-align: center;
margin:2px;
border-radius: 3px;
}
#p_param span.text {
cursor:pointer;
}
#p_param span.pppp span.text {
display:-moz-inline-box;
white-space:nowrap;
overflow:hidden;
}
#reportcatalist {
width: 190px;
border: 1px solid #B7D0E3;
height:140px;
overflow:auto;
}
.openlist {
height:290px;
display:inline-block;
overflow-x: hidden;
overflow:auto;
}
.openlistbody {
height:320px;
overflow:hidden;
margin:auto;
}
.tablesleft {
border: 1px solid #999;
float: left;
height: 250px;
overflow: hidden;
width: 220px;
}
.tabletitle {
background-color: #e4e4e4;
padding-left: 3px;
}
.tablescenter {
float: left;
height: 250px;
text-align: center;
width: 46px;
}
.tablesright {
border: 1px solid #999;
float: right;
height: 250px;
overflow: hidden;
width: 220px;
}
/** olap 视图样式*/
TABLE.grid5 {
border-collapse:collapse;
border-spacing: 0px;
border-cellpadding: 0px;
}
TABLE.grid5 THEAD {color: black;text-align: center}
TABLE.grid5 TH {
border: 1px solid #dee5e7;
font-size: 13px;
height:26px;
background-color: #f6f8f8;
text-align: left;
font-weight:normal;
}
TABLE.grid5 TD.grid5-td {
border: 1px solid #dee5e7;
font-size: 12px;
height:26px;
overflow:hidden;
}
TABLE.grid5 TD.kpiData1 {
background-color:#FFF;
}
TABLE.grid5 TD.kpiData2 {
background-color:#f6f8f8;
}
TABLE.grid5 td.pms, TABLE.grid3 td.pms {
color: #ff0000;
font-weight: bold;
text-align: center;
}
.dimDrill{
display: inline-block;
text-decoration: none;
width: 17px;
height:14px;
background-image:url(../image/plus.gif);
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
}
.dimgoup{
display: inline-block;
text-decoration: none;
width: 17px;
height:14px;
background-image:url(../image/minus.gif);
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
}
.tabhelpr{
color:#999999;
font-size:14px;
padding:15px;
}
#p_param .ptabhelpr{
padding:5px;
color: #999999;
font-size: 14px;
}
.dfilter {
width:290px;
height:218px;
overflow:auto;
}
.hidebody {
overflow:hidden !important;
} | src/main/webapp/resource/css/bireport.css | @charset "utf-8";
table.d_table {
border-collapse:collapse;
border-spacing: 0px;
border-cellpadding: 0px;
}
table.d_table th {
background-color: #eeeeee;
border: 1px solid #cacaca;
font-size: 12px;
padding: 0;
}
table.d_table td.onesel2 {
height:20px;
background-color: #F9F9F9;
}
table.d_table td.onesel {
height:20px;
}
table.d_table td.blank {
border:none;
}
TABLE.d_table TD {
border: 1px solid #dee5e7;
padding: 0px;
font-size: 12px;
}
table.d_table2 {
border-collapse:collapse;
border-spacing: 0px;
border-cellpadding: 0px;
}
table.d_table2 td.blank {
border:none;
}
TABLE.d_table2 TD {
border:none;
padding: 0px;
font-size: 12px;
}
#d_colDims {
background-color:#f6f8f8;
width:500px;
overflow:hidden;
}
#d_rowDims {
background-color:#f6f8f8;
height: 300px;
overflow-y: hidden;
overflow-x: hidden;
}
#d_rowDims::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.coldim {
width:110px;
overflow:hidden;
}
.colDimsList span{
display:-moz-inline-box;
display:inline-block;
width:110px;
border:1px solid #CACACA;
padding:5px;
margin:3px 0px 3px 3px;
background-color:#FFFFCC;
text-align:center;
}
.rowDimsList span{
display:-moz-inline-box;
display:inline-block;
width:126px;
border-right:none;
background-color:#FFFFCC;
text-align:center;
padding:4px 2px 5px 2px;
}
.colDimsList span a.set, tr.scrollColThead th span a.set, .rowDimsList span a.set{
display:-moz-inline-box;
display:inline-block;
width:18px;
height:16px;
background-image:url("../img/dimset.png");
background-repeat:no-repeat;
background-position:center center;
text-decoration:none;
}
tr.scrollColThead th span a.extKpibtn {
background-image:url("../img/closeme.png");
}
.dimoptbtn {
opacity:0.6;
}
#databetween #datemodbtn {
font-weight:normal;
font-size:10px;
}
.chartselect .selleft{
width:100px;
float:left;
}
.chartselect .selright{
width:240px;
float:right;
}
.chartselect .selright .one{
margin:10px;
padding:10px;
display:none;
cursor:pointer;
}
.chartselect .selleft ul {
margin:0px;
padding:0px;
}
.chartselect .selleft ul li {
margin:0px;
padding:6px;
background-color:#EEE;
border-bottom:solid 1px #CCCCCC;
cursor:pointer;
}
.chartselect .selleft ul li.select {
background-color:#FFF;
}
.tsbd {
width:135px;
float:left;
}
.tsbd2 {
height:50px;
}
.tsbd .ts_h{
font-size:14px;
margin:10px;
width:120px;
}
.tsbd2 .ts_h2{
font-size:12px;
margin:3px 20px 3px 3px;
width:120px;
float:left;
}
.tsbd .h_ctx, .tsbd2 .h_ctx{
border:1px solid #7F9DB9;
overflow:hidden;
height:26px;
border-radius:5px;
}
.tsbd .h_ctx_multi {
border:1px solid #7F9DB9;
height:120px;
overflow:auto;
border-radius:5px;
}
.tsbd .h_ctx_multi .multi_one {
}
.chartctx {
border:1px solid #CACACA;
height:170px;
margin-left:170px;
}
span.charttip {
color:#999999;
padding:3px;
display:block;
}
span.charttxt {
display:-moz-inline-box;
display:inline-block;
width:90px;
padding:3px;
float:left;
overflow:hidden;
white-space:nowrap;
}
span.charttxt2 {
display:-moz-inline-box;
display:inline-block;
width:90px;
overflow:hidden;
white-space:nowrap;
}
span.charticon {
display:-moz-inline-box;
display:inline-block;
width:20px;
height:16px;
background-image:url("../img/dimset.png");
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
opacity: 0.6;
float:right;
margin-top:4px;
}
span.chartdel {
display:-moz-inline-box;
display:inline-block;
width:20px;
height:16px;
background-image:url("../img/closeme.png");
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
margin:3px 0;
}
.tsbd span.grouptype {
width:16px;
height:16px;
display:-moz-inline-box;
display:inline-block;
background-image:url("../img/chartsumtype.gif");
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
float:left;
margin:3px 0;
}
.exchangexs {
width:20px;
height:170px;
float:left;
}
#d_colDims span.colkpi, #d_colDims2 span.colkpi{
display:-moz-inline-box;
display:inline-block;
width:110px;
overflow:hidden;
padding:5px 0px 0px 3px;
}
#d_kpi {
height:300px;
overflow:auto;
width:500px;
}
#d_kpi span.kpiValue{
display:block;
width:110px;
padding-right: 3px;
}
#d_kpi::-webkit-scrollbar {
width:11px;
}
#d_rowDims span.s_rowDim{
display:block;
width:120px;
white-space: nowrap;
overflow:hidden;
margin:0px 3px 0px 3px;
line-height:17px;
}
#d_colDims span.s_colDim, #d_colDims2 span.s_colDim{
white-space: nowrap;
}
.chartdrillmenu{
margin-top:5px;
margin-left:5px;
}
.chartdrillDim{
display:-moz-inline-box;
display:inline-block;
text-align:center;
background-color: #FFFFCC;
border: 1px solid #CACACA;
padding: 2px;
margin:0px 3px 0px 3px;
}
.chartdrillDim a {
display:-moz-inline-box;
display:inline-block;
width:18px;
height:12px;
background-image:url("../../ext-res/image/minus.gif");
background-repeat:no-repeat;
background-position:center center;
text-decoration:none;
}
#d_colDims span.colkpi span.kpiname, #d_colDims2 span.colkpi span.kpiname{
display:-moz-inline-box;
display:inline-block;
white-space:nowrap;
width:84px;
}
#p_param span.pppp {
background-color: #FFFFCC;
border: 1px solid #CACACA;
display: inline-block;
padding: 4px;
text-align: center;
margin:2px;
border-radius: 3px;
}
#p_param span.text {
cursor:pointer;
}
#p_param span.pppp span.text {
display:-moz-inline-box;
white-space:nowrap;
overflow:hidden;
}
#reportcatalist {
width: 190px;
border: 1px solid #B7D0E3;
height:140px;
overflow:auto;
}
.openlist {
height:290px;
display:inline-block;
overflow-x: hidden;
overflow:auto;
}
.openlistbody {
height:320px;
overflow:hidden;
margin:auto;
}
.tablesleft {
border: 1px solid #999;
float: left;
height: 250px;
overflow: hidden;
width: 220px;
}
.tabletitle {
background-color: #e4e4e4;
padding-left: 3px;
}
.tablescenter {
float: left;
height: 250px;
text-align: center;
width: 46px;
}
.tablesright {
border: 1px solid #999;
float: right;
height: 250px;
overflow: hidden;
width: 220px;
}
/** olap 视图样式*/
TABLE.grid5 {
border-collapse:collapse;
border-spacing: 0px;
border-cellpadding: 0px;
}
TABLE.grid5 THEAD {color: black;text-align: center}
TABLE.grid5 TH {
border: 1px solid #dee5e7;
font-size: 13px;
height:26px;
background-color: #f6f8f8;
text-align: left;
font-weight:normal;
}
TABLE.grid5 TD.grid5-td {
border: 1px solid #dee5e7;
font-size: 12px;
height:26px;
overflow:hidden;
}
TABLE.grid5 TD.kpiData1 {
background-color:#FFF;
}
TABLE.grid5 TD.kpiData2 {
background-color:#f6f8f8;
}
TABLE.grid5 td.pms, TABLE.grid3 td.pms {
color: #ff0000;
font-weight: bold;
text-align: center;
}
.dimDrill{
display: inline-block;
text-decoration: none;
width: 17px;
height:14px;
background-image:url(../image/plus.gif);
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
}
.dimgoup{
display: inline-block;
text-decoration: none;
width: 17px;
height:14px;
background-image:url(../image/minus.gif);
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
}
.tabhelpr{
color:#999999;
font-size:14px;
padding:15px;
}
#p_param .ptabhelpr{
padding:5px;
color: #999999;
font-size: 14px;
}
.dfilter {
width:290px;
height:218px;
overflow:auto;
}
.hidebody {
overflow:hidden !important;
} | 0.214116 | 0.080177 |
.step-cell{
position: relative;
padding: 10px 15px;
border-top: 4px solid #ddd;
}
.step-cell.select{
border-top-color: #00aeef;
}
.fa-power-off{
position: absolute;
z-index: 1;
right: 45px;
top: 25px;
width: 30px;
height: 30px;
font-style: normal;
font-size: 15px;
line-height: 30px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.step .panel-body{
padding: 20px 40px;
}
.step .file-list{
width: 100%;
margin-top: 20px !important;
}
.step-cell .fa{
position: absolute;
z-index: 1;
left: -15px;
top: -15px;
width: 30px;
height: 30px;
font-style: normal;
font-size: 15px;
line-height: 30px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.bg-blue{
background: #4A9BFF;
}
.bg-green{
background: #46c37b;
}
/*新增分派策略样式*/
.assign-cell{
position: relative;
min-height: 30px;
padding: 0 0 20px 30px;
border-left: 4px solid #ddd;
}
.assign-cell .icon, .alarm-cell .icon{
position: absolute;
z-index: 1;
left: -16px;
top: -2px;
width: 30px;
height: 30px;
font-style: normal;
font-size: 15px;
line-height: 30px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.assign-user-list{
width: 60%;
padding: 10px;
background: #eee;
margin-top: 10px;
}
.assign-cell input{
width: 60px;
padding: 2px 6px;
}
/*多选样式*/
.select_mu {
position: relative;
top: 10px;
display: inline-block;
}
.select_mu .input {
padding-right: 20px;
}
.select_mu .fa-down {
position: absolute;
top: 2px;
right: 1px;
background: #fff;
height: 30px;
width: 20px;
line-height: 30px;
text-align: center;
}
.select_body {
position: absolute;
top: 35px;
left: 0;
z-index: 100;
background: #fff;
border: 1px solid #ccc;
}
.select_mu .option {
max-height: 260px;
overflow: auto;
width: 200px;
list-style: none;
margin: 0;
padding: 10px 0;
}
.select_mu li:hover {
color: #0082d4;
}
.select_mu li {
padding: 5px 15px;
}
.select_mu li label {
margin: 0;
}
.select_mu .input {
border-radius: 2px;
display: inline-block;
width: 202px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
white-space: nowrap;
overflow: hidden;
white-space: nowrap;
overflow: hidden;
}
/*节点多选插件样式*/
.node-select {
width: 100%;
border: 1px solid #ccc;
height: 300px;
padding: 6px;
overflow: auto;
}
.node-selected {
width: 100%;
max-height: 80px;
overflow: auto;
}
.node-select-filter {
margin-bottom: 4px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
}
.node-select .node-free-cell, .node-selected .node-free-cell {
cursor: pointer;
display: block;
margin: 8px;
background: rgba(6, 152, 140, 0.41);
color: #fff;
padding: 5px;
line-height: 22px;
position: relative;
box-shadow: 1px 1px 3px #0F5650;
}
/*告警策略*/
.alarm-delete{
position: absolute;
top: 3px;
right: 4px;
cursor: pointer;
}
.alarm-cell{
position: relative;
min-height: 30px;
padding: 0;
padding-bottom: 15px;
margin-left: 10px;
border-left: 4px solid #ddd;
}
.alarm-cell-text{
width: 80%;
padding: 10px 0;
margin-left: 35px;
}
.alarm-threshold .control-label{
float: left;
height: 54px;
line-height: 65px;
}
.text-info {
color: #00aeef !important;
}
.text-warning {
color: #fad733 !important;
}
.text-danger {
color: #f05050 !important;
}
/*新增告警策略*/
.search-content .control-label {
width: 94px;
text-align: right;
}
.detail .search-content .form-group {
margin:0;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.detail .input-error-info>span>label{
margin-left: 100px;
}
.detail .row{
margin-left:0;
margin-right: 0;
}
.detail .search-content .form-group.remark {
width: 100%;
display: inline-block;
}
.detail .search-content {
border-bottom: none;
}
.m-t-n-7 {
margin-top: -7px;
}
.m-t-n-70{
margin-top: -70px;
}
.btn-list .btn{
width: 100%;
}
.border-info{
border: 1px solid #0db9f0;
}
.border-success{
border: 1px solid #27c24c;
} | wei2.0/webapp/statics/css/alarm.css | .step-cell{
position: relative;
padding: 10px 15px;
border-top: 4px solid #ddd;
}
.step-cell.select{
border-top-color: #00aeef;
}
.fa-power-off{
position: absolute;
z-index: 1;
right: 45px;
top: 25px;
width: 30px;
height: 30px;
font-style: normal;
font-size: 15px;
line-height: 30px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.step .panel-body{
padding: 20px 40px;
}
.step .file-list{
width: 100%;
margin-top: 20px !important;
}
.step-cell .fa{
position: absolute;
z-index: 1;
left: -15px;
top: -15px;
width: 30px;
height: 30px;
font-style: normal;
font-size: 15px;
line-height: 30px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.bg-blue{
background: #4A9BFF;
}
.bg-green{
background: #46c37b;
}
/*新增分派策略样式*/
.assign-cell{
position: relative;
min-height: 30px;
padding: 0 0 20px 30px;
border-left: 4px solid #ddd;
}
.assign-cell .icon, .alarm-cell .icon{
position: absolute;
z-index: 1;
left: -16px;
top: -2px;
width: 30px;
height: 30px;
font-style: normal;
font-size: 15px;
line-height: 30px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.assign-user-list{
width: 60%;
padding: 10px;
background: #eee;
margin-top: 10px;
}
.assign-cell input{
width: 60px;
padding: 2px 6px;
}
/*多选样式*/
.select_mu {
position: relative;
top: 10px;
display: inline-block;
}
.select_mu .input {
padding-right: 20px;
}
.select_mu .fa-down {
position: absolute;
top: 2px;
right: 1px;
background: #fff;
height: 30px;
width: 20px;
line-height: 30px;
text-align: center;
}
.select_body {
position: absolute;
top: 35px;
left: 0;
z-index: 100;
background: #fff;
border: 1px solid #ccc;
}
.select_mu .option {
max-height: 260px;
overflow: auto;
width: 200px;
list-style: none;
margin: 0;
padding: 10px 0;
}
.select_mu li:hover {
color: #0082d4;
}
.select_mu li {
padding: 5px 15px;
}
.select_mu li label {
margin: 0;
}
.select_mu .input {
border-radius: 2px;
display: inline-block;
width: 202px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
white-space: nowrap;
overflow: hidden;
white-space: nowrap;
overflow: hidden;
}
/*节点多选插件样式*/
.node-select {
width: 100%;
border: 1px solid #ccc;
height: 300px;
padding: 6px;
overflow: auto;
}
.node-selected {
width: 100%;
max-height: 80px;
overflow: auto;
}
.node-select-filter {
margin-bottom: 4px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
}
.node-select .node-free-cell, .node-selected .node-free-cell {
cursor: pointer;
display: block;
margin: 8px;
background: rgba(6, 152, 140, 0.41);
color: #fff;
padding: 5px;
line-height: 22px;
position: relative;
box-shadow: 1px 1px 3px #0F5650;
}
/*告警策略*/
.alarm-delete{
position: absolute;
top: 3px;
right: 4px;
cursor: pointer;
}
.alarm-cell{
position: relative;
min-height: 30px;
padding: 0;
padding-bottom: 15px;
margin-left: 10px;
border-left: 4px solid #ddd;
}
.alarm-cell-text{
width: 80%;
padding: 10px 0;
margin-left: 35px;
}
.alarm-threshold .control-label{
float: left;
height: 54px;
line-height: 65px;
}
.text-info {
color: #00aeef !important;
}
.text-warning {
color: #fad733 !important;
}
.text-danger {
color: #f05050 !important;
}
/*新增告警策略*/
.search-content .control-label {
width: 94px;
text-align: right;
}
.detail .search-content .form-group {
margin:0;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.detail .input-error-info>span>label{
margin-left: 100px;
}
.detail .row{
margin-left:0;
margin-right: 0;
}
.detail .search-content .form-group.remark {
width: 100%;
display: inline-block;
}
.detail .search-content {
border-bottom: none;
}
.m-t-n-7 {
margin-top: -7px;
}
.m-t-n-70{
margin-top: -70px;
}
.btn-list .btn{
width: 100%;
}
.border-info{
border: 1px solid #0db9f0;
}
.border-success{
border: 1px solid #27c24c;
} | 0.401923 | 0.102889 |
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
}
#info {
color: #9A0F12;
line-height: 50px;
}
#image {
position: relative;
}
#text {
position: absolute;
width: 280px;
margin-left: 5px;
margin-top: 5px;
text-align: justify;
font-size: small;
}
#video {
}
#home1 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
float: left;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#home2 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#away1 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
float: left;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#away2 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#third1 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
float: left;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#third2 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
@media screen and (max-width: 800px) {
#home1 {
float: none;
margin-left: auto;
margin-right: auto;
}
#home2 {
overflow: visible;
margin-left: auto;
margin-right: auto;
}
#away1 {
float: none;
margin-left: auto;
margin-right: auto;
}
#away2 {
overflow: visible;
margin-left: auto;
margin-right: auto;
}
#third1 {
float: none;
margin-left: auto;
margin-right: auto;
}
#third2 {
overflow: visible;
margin-left: auto;
margin-right: auto;
}
} | 2. Second Year/CSC-20021 Web Technologies/Part 1/css/about.css | max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
}
#info {
color: #9A0F12;
line-height: 50px;
}
#image {
position: relative;
}
#text {
position: absolute;
width: 280px;
margin-left: 5px;
margin-top: 5px;
text-align: justify;
font-size: small;
}
#video {
}
#home1 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
float: left;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#home2 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#away1 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
float: left;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#away2 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#third1 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
float: left;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
#third2 {
position: relative;
width: 300px;
height: 300px;
color: #9A0F12;
overflow: hidden;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 5px solid #9A0F12;
background: #FFFFFF;
}
@media screen and (max-width: 800px) {
#home1 {
float: none;
margin-left: auto;
margin-right: auto;
}
#home2 {
overflow: visible;
margin-left: auto;
margin-right: auto;
}
#away1 {
float: none;
margin-left: auto;
margin-right: auto;
}
#away2 {
overflow: visible;
margin-left: auto;
margin-right: auto;
}
#third1 {
float: none;
margin-left: auto;
margin-right: auto;
}
#third2 {
overflow: visible;
margin-left: auto;
margin-right: auto;
}
} | 0.342791 | 0.055234 |
h1,h2,h3{font-size: 14px;}
::-webkit-input-placeholder{color: #999}
/* 布局 */
.site-inline{font-size: 0;}
.site-tree, .site-content{display: inline-block; *display:inline; *zoom:1; vertical-align: top; font-size: 14px;}
.site-tree{width: 220px; min-height: 900px; padding: 5px 0 60px;}
.site-content{width: 899px; min-height: 900px; padding: 20px 0 10px 20px;}
.site-fix .site-tree{position: fixed; top: 0; bottom: 0; z-index: 666; min-height: 0; overflow: auto; background-color: #fff;}
.site-fix .site-content{margin-left: 220px;}
.site-fix-footer .site-tree{/*margin-bottom: 120px;*/}
/* 文档 */
.site-tree{border-right: 1px solid #eee; }
.site-tree .layui-tree{line-height: 32px;}
.site-tree .layui-tree li i{position: relative; font-size: 22px; color: #000}
.site-tree .layui-tree li a cite{padding: 0 8px;}
.site-tree .layui-tree .site-tree-noicon a cite{padding-left: 15px;}
.site-tree .layui-tree li a em{font-size: 12px; color: #bbb; padding-right: 5px; font-style: normal;}
.site-tree .layui-tree li h2{line-height: 36px; border-left: 5px solid #009E94; margin: 15px 0 5px; padding: 0 10px; background-color: #f2f2f2;}
.site-tree .layui-tree li ul{margin-left: 27px; line-height: 28px;}
.site-tree .layui-tree li ul a,
.site-tree .layui-tree li ul a i{color: #777;}
.site-tree .layui-tree li ul a:hover{color: #333;}
.site-tree .layui-tree li ul li{margin-left: 25px; overflow: visible; list-style-type: disc; /*list-style-position: inside;*/}
.site-tree .layui-tree li ul li cite,
.site-tree .layui-tree .site-tree-noicon ul li cite{padding-left: 0;}
.site-tree .layui-tree .layui-this a{color: #01AAED;}
.site-tree .layui-tree .layui-this .layui-icon{color: #01AAED;}
.site-title{ margin: 30px 0 20px;}
.site-title fieldset{border: none; padding: 0; border-top: 1px solid #eee;}
.site-title fieldset legend{margin-left: 20px; padding: 0 10px; font-size: 22px; font-weight: 300;}
.site-text a{color: #01AAED;}
.site-h1{margin-bottom: 20px; line-height: 60px; padding-bottom: 10px; color: #393D49; border-bottom: 1px solid #eee; font-size: 28px; font-weight: 300;}
.site-h1 .layui-icon{position: relative; top: 5px; font-size: 35px; margin-right: 10px;}
.site-text{position:relative;}
.site-text p{margin-bottom: 10px; line-height:22px;}
.site-text em{padding: 0 3px; font-weight: 500; font-style: italic; color: #666;}
.site-text code{margin:0 5px; padding: 3px 10px; border: 1px solid #e2e2e2; background-color: #fbfbfb; color: #666; border-radius: 2px;}
.site-table{width: 100%; margin: 10px 0;}
.site-table thead{background-color:#f2f2f2; }
.site-table th,
.site-table td{padding: 6px 15px; min-height: 20px; line-height: 20px; border:1px solid #ddd; font-size: 14px; font-weight: 400;}
.site-table tr:nth-child(even){background: #fbfbfb;}
.site-block{padding: 20px; border: 1px solid #eee;}
.site-block .layui-form{margin-right: 200px;}
/* 更新日志 */
.site-changelog .layui-timeline-title h2{display: inline-block;}
.site-changelog .layui-timeline-title .layui-badge-rim{top: -2px; left: 10px;}
/* 颜色 */
.site-doc-color{font-size: 0;}
.site-doc-color li{display: inline-block; vertical-align: middle; width: 180px; margin-left: 20px; margin-bottom: 20px; padding: 20px 10px; color: #fff; text-align: center; border-radius: 2px; line-height: 22px; font-size: 14px;}
.site-doc-color li p[tips]{opacity: 0.8; font-size: 12px;}
.site-doc-necolor li{width: 108px; margin-top: 15px; margin-left: 0; border-radius: 0;}
.site-doc-bgcolor li{padding: 10px;}
/* 宫格 */
.site-doc-icon{margin-bottom: 50px; font-size: 0;}
.site-doc-icon li{display: inline-block; vertical-align: middle; width: 127px; height: 105px; line-height: 25px; padding: 20px 0; margin-right: -1px; margin-bottom: -1px; border: 1px solid #e2e2e2; font-size: 14px; text-align: center; color: #666; transition: all .3s; -webkit-transition: all .3s;}
.site-doc-anim li{height: auto;}
.site-doc-icon li .layui-icon{display: inline-block; font-size: 36px;}
.site-doc-icon li .doc-icon-name,
.site-doc-icon li .doc-icon-code{color: #c2c2c2;}
.site-doc-icon li .doc-icon-fontclass{height: 40px; line-height: 20px; padding: 0 5px; font-size: 13px; color: #333; }
.site-doc-icon li:hover{background-color: #f2f2f2; color: #000;}
/* 栅格示例 */
.grid-demo{padding: 10px; line-height: 50px; text-align: center; background-color: #79C48C; color: #fff;}
.grid-demo-bg1{background-color: #63BA79;}
.grid-demo-bg2{background-color: #49A761;}
.grid-demo-bg3{background-color: #38814A;} | src/main/webapp/lambkit/assets/css/index.css | h1,h2,h3{font-size: 14px;}
::-webkit-input-placeholder{color: #999}
/* 布局 */
.site-inline{font-size: 0;}
.site-tree, .site-content{display: inline-block; *display:inline; *zoom:1; vertical-align: top; font-size: 14px;}
.site-tree{width: 220px; min-height: 900px; padding: 5px 0 60px;}
.site-content{width: 899px; min-height: 900px; padding: 20px 0 10px 20px;}
.site-fix .site-tree{position: fixed; top: 0; bottom: 0; z-index: 666; min-height: 0; overflow: auto; background-color: #fff;}
.site-fix .site-content{margin-left: 220px;}
.site-fix-footer .site-tree{/*margin-bottom: 120px;*/}
/* 文档 */
.site-tree{border-right: 1px solid #eee; }
.site-tree .layui-tree{line-height: 32px;}
.site-tree .layui-tree li i{position: relative; font-size: 22px; color: #000}
.site-tree .layui-tree li a cite{padding: 0 8px;}
.site-tree .layui-tree .site-tree-noicon a cite{padding-left: 15px;}
.site-tree .layui-tree li a em{font-size: 12px; color: #bbb; padding-right: 5px; font-style: normal;}
.site-tree .layui-tree li h2{line-height: 36px; border-left: 5px solid #009E94; margin: 15px 0 5px; padding: 0 10px; background-color: #f2f2f2;}
.site-tree .layui-tree li ul{margin-left: 27px; line-height: 28px;}
.site-tree .layui-tree li ul a,
.site-tree .layui-tree li ul a i{color: #777;}
.site-tree .layui-tree li ul a:hover{color: #333;}
.site-tree .layui-tree li ul li{margin-left: 25px; overflow: visible; list-style-type: disc; /*list-style-position: inside;*/}
.site-tree .layui-tree li ul li cite,
.site-tree .layui-tree .site-tree-noicon ul li cite{padding-left: 0;}
.site-tree .layui-tree .layui-this a{color: #01AAED;}
.site-tree .layui-tree .layui-this .layui-icon{color: #01AAED;}
.site-title{ margin: 30px 0 20px;}
.site-title fieldset{border: none; padding: 0; border-top: 1px solid #eee;}
.site-title fieldset legend{margin-left: 20px; padding: 0 10px; font-size: 22px; font-weight: 300;}
.site-text a{color: #01AAED;}
.site-h1{margin-bottom: 20px; line-height: 60px; padding-bottom: 10px; color: #393D49; border-bottom: 1px solid #eee; font-size: 28px; font-weight: 300;}
.site-h1 .layui-icon{position: relative; top: 5px; font-size: 35px; margin-right: 10px;}
.site-text{position:relative;}
.site-text p{margin-bottom: 10px; line-height:22px;}
.site-text em{padding: 0 3px; font-weight: 500; font-style: italic; color: #666;}
.site-text code{margin:0 5px; padding: 3px 10px; border: 1px solid #e2e2e2; background-color: #fbfbfb; color: #666; border-radius: 2px;}
.site-table{width: 100%; margin: 10px 0;}
.site-table thead{background-color:#f2f2f2; }
.site-table th,
.site-table td{padding: 6px 15px; min-height: 20px; line-height: 20px; border:1px solid #ddd; font-size: 14px; font-weight: 400;}
.site-table tr:nth-child(even){background: #fbfbfb;}
.site-block{padding: 20px; border: 1px solid #eee;}
.site-block .layui-form{margin-right: 200px;}
/* 更新日志 */
.site-changelog .layui-timeline-title h2{display: inline-block;}
.site-changelog .layui-timeline-title .layui-badge-rim{top: -2px; left: 10px;}
/* 颜色 */
.site-doc-color{font-size: 0;}
.site-doc-color li{display: inline-block; vertical-align: middle; width: 180px; margin-left: 20px; margin-bottom: 20px; padding: 20px 10px; color: #fff; text-align: center; border-radius: 2px; line-height: 22px; font-size: 14px;}
.site-doc-color li p[tips]{opacity: 0.8; font-size: 12px;}
.site-doc-necolor li{width: 108px; margin-top: 15px; margin-left: 0; border-radius: 0;}
.site-doc-bgcolor li{padding: 10px;}
/* 宫格 */
.site-doc-icon{margin-bottom: 50px; font-size: 0;}
.site-doc-icon li{display: inline-block; vertical-align: middle; width: 127px; height: 105px; line-height: 25px; padding: 20px 0; margin-right: -1px; margin-bottom: -1px; border: 1px solid #e2e2e2; font-size: 14px; text-align: center; color: #666; transition: all .3s; -webkit-transition: all .3s;}
.site-doc-anim li{height: auto;}
.site-doc-icon li .layui-icon{display: inline-block; font-size: 36px;}
.site-doc-icon li .doc-icon-name,
.site-doc-icon li .doc-icon-code{color: #c2c2c2;}
.site-doc-icon li .doc-icon-fontclass{height: 40px; line-height: 20px; padding: 0 5px; font-size: 13px; color: #333; }
.site-doc-icon li:hover{background-color: #f2f2f2; color: #000;}
/* 栅格示例 */
.grid-demo{padding: 10px; line-height: 50px; text-align: center; background-color: #79C48C; color: #fff;}
.grid-demo-bg1{background-color: #63BA79;}
.grid-demo-bg2{background-color: #49A761;}
.grid-demo-bg3{background-color: #38814A;} | 0.142232 | 0.089335 |
@-moz-document domain("asoiaf.westeros.org") {
#HeaderMain, #HeaderTop {
background: 0 !important;
}
#Main {
margin: auto !important;
min-width: 950px !important;
width: 90% !important;
}
#MainLeft li a {
font-size: 0.9em !important;
}
#MainLeftFix {
display: none !important;
}
#MainMiddle {
position: relative !important;
width: 100% !important;
}
#MainMiddleFix, #content, #board_statistics, #footer_utilities {
border: 0 !important;
}
#Wrapper {
color: #eee !important;
width: auto !important;
}
#Wrapper a, #MainLeft a:link, #MainLeft a:visited, h3.row2 {
color: #D89441 !important;
}
#Wrapper a:hover {
color:#D89441 !important;
}
#Wrapper a.ipsButton_secondary, #Wrapper ul.topic_buttons li:not(.non_button) a, #Wrapper input.input_submit {
background: #B37427 !important;
border: 0 !important;
box-shadow: 0 -1px #D89441 !important;
color: #eee !important;
text-shadow: 0 0.1em 0.2em rgba(0,0,0,0.5) !important;
}
#Wrapper li.active a {
color: #fff !important;
}
#Wrapper p, .post,.post_body .post, .forum_rules, #Wrapper .desc, span.lighter.blend_links, fieldset.submit {
background: transparent !important;
color: #eee !important;
}
#announcements td {
border-bottom: 4px solid #222 !important;
}
#branding {
background-position: 10px 0 !important;
height: 75px !important;
}
#category_1 {
margin-top: 1px !important;
}
#ipboard_body, li.non_button a, ul.topic_buttons li a {
font-family: Corbel, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, sans-serif !important;
}
#primary_nav {
background: #822222 !important;
border-radius: 4px !important;
box-shadow: 0 -1px #8E3838 !important;
font-size: 0,9em !important;
margin: 10px !important;
text-shadow: 0 -1px rgba(0,0,0,0.5) !important;
}
.bar {
background: transparent !important;
}
.desc.lighter, .desc.lighter.blend_links a {
color: #D89441 !important;
}
.ipsVerticalTabbed_tabs li {
border-bottom: 1px solid #333 !important;
}
.ipsVerticalTabbed_tabs li a {
background: #282828 !important;
border: 0 !important;
}
.ipsVerticalTabbed_tabs li.active a {
background: #444 !important;
}
.ipsVerticalTabbed_tabs ul {
border: 0 !important;
}
.maintitle {
background: #822222 !important;
border: 0 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
box-shadow: 0 -1px #8E3838 !important;
color: #D89441 !important;
}
.post span {
color: #eee !important;
}
.row1 {
background: #383838 !important;
border-radius: 4px !important;
}
.row2, .post_block h3 {
background: #282828 !important;
border-radius: 4px !important;
}
body#ipboard_body {
background: #222 !important;
font-size: 11pt !important;
}
div.SidebarContent, div.Social {
background: #333 !important;
border: 0px solid #D89441 !important;
left: -5px !important;
padding: 8px !important;
position: relative !important;
top: -7px !important;
width: 180px !important;
}
div.SidebarHeader {
background: #822222 !important;
border: 0px solid #D89441 !important;
border-bottom: 0 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
box-shadow: 0 -1px #8E3838 !important;
color: #D89441 !important;
padding: 8px !important;
text-transform: inherit !important;
width: 180px !important;
}
div.SocialFacebook, div.SocialGoogle, div.SocialTwitter {
border: 0 !important;
}
div.StoreSidebarItem {
background: rgba(0,0,0,0) !important;
border: 0 !important;
}
div.StoreSidebarText, div.statistics {
border-top: 1px solid #D89441 !important;
}
div.blockquote {
background: #282828 !important;
border: 0 !important;
font-size: 1em !important;
}
div.general_box {
background: #282828 !important;
}
div.general_box h3 {
background: #822222 !important;
color: #D89441 !important;
}
div.ipsBox {
background: #333 !important;
border: 0px solid #D89441 !important;
}
div.ipsBox_container, div.ipsBox_container tr, div.ipsBox_container tr td {
background: transparent !important;
border: 0 !important;
}
div.ipsSideMenu h4, .ipsType_pagedesc, span[itemprop="title"] {
color: #eee !important;
}
div.ipsSideMenu ul, div.ipsSideMenu ul li {
border: 0 !important;
}
div.post_block {
background: transparent !important;
border: 0 !important;
}
div.topic_controls li.active, div.topic_controls li.page a:hover, div.topic_controls li.pagejump a:hover, div.topic_controls li.next a:hover, div.topic_controls li.prev a:hover, div.topic_controls li.last a:hover, div.topic_controls li.first a:hover {
background: #822222 !important;
}
div.topic_controls li.next a, div.topic_controls li.prev a, div.topic_controls li.last a, div.topic_controls li.first a {
background: #333 !important;
}
fieldset {
background: transparent !important;
}
fieldset.ipsSettings_section, div.signature {
border-top: 1px solid #555 !important;
}
h1, h2, h3, h4, h5, .SidebarHeader, #primary_nav, .ipsType_pagetitle, .ipsType_subtitle, .general_box h3 {
font-family: Bitter, Rockwell, Cambria, "Century Schoolbook", serif !important;
}
li.group_title {
color: #eee !important;
}
li.unread {
background: #822222 !important;
padding: 0 2px !important;
}
li.unread.ipsType_small.clearfix {
background: transparent !important;
}
ol.ipsList_inline li {
color: #eee !important;
}
p.citation {
border: 1px solid #282828 !important;
}
span.choice.ipbmenu.clickable, ul.ipbmenu_content.ipsPad {
color: #333 !important;
}
span.ipsBadge {
background: #B37427 !important;
color: #eee !important;
text-shadow: 0px 1px 2px rgba(0,0,0,0.25) !important;
}
span.nav_sep {
color: #D89441 !important;
}
table.ipb_table td.col_c_forum h4 {
font-weight: normal !important;
}
table.ipb_table tr.unread {
background: #3c3c3c !important;
border-bottom: 4px solid #333 !important;
}
td.col_c_icon img {
background: #222 !important;
border: 0px solid #D89441 !important;
border-radius: 23px !important;
box-shadow: 0 -1px #666 inset !important;
margin-left: 5px !important;
padding: 8px 5px !important;
}
td.col_f_icon.altrow.short a img {
display: none !important;
}
td.col_f_icon.altrow.short a {
background: #B37427 !important;
border-radius: 0.6em !important;
width: 0.6em !important;
height: 0.6em !important;
display: block !important;
margin: 0.4em 0.4em 0.4em 1em !important;
box-shadow: 0px 0.1em 0.2em rgba(0,0,0,0.5) !important;
}
td.col_f_icon.short.altrow {
background: transparent !important;
}
tr.__topic.unread {
background: #3c3c3c !important;
}
tr.__topic.unread .topic_title {
font-weight: normal !important;
}
tr.announcement td {
background: #333 !important;
border-color: #222 !important;
}
tr.header th, h3.ipsSettings_sectiontitle {
color: #eee !important;
}
ul.ipsList_inline.right li a:hover {
background-color: #333 !important;
}
ul.mini_pagination li a {
background: #222 !important;
border: 0 !important;
border-radius: 2px !important;
padding: 2px 4px !important;
}
#board_stats .value, .pagination .pages li.active {
color: #eee !important;
background: #B37427 !important;
}
.poll_question ol, .poll_question h4, body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
background: transparent !important;
}
.post span {
background-color: transparent !important;
}
} | data/usercss/85955.user.css | @-moz-document domain("asoiaf.westeros.org") {
#HeaderMain, #HeaderTop {
background: 0 !important;
}
#Main {
margin: auto !important;
min-width: 950px !important;
width: 90% !important;
}
#MainLeft li a {
font-size: 0.9em !important;
}
#MainLeftFix {
display: none !important;
}
#MainMiddle {
position: relative !important;
width: 100% !important;
}
#MainMiddleFix, #content, #board_statistics, #footer_utilities {
border: 0 !important;
}
#Wrapper {
color: #eee !important;
width: auto !important;
}
#Wrapper a, #MainLeft a:link, #MainLeft a:visited, h3.row2 {
color: #D89441 !important;
}
#Wrapper a:hover {
color:#D89441 !important;
}
#Wrapper a.ipsButton_secondary, #Wrapper ul.topic_buttons li:not(.non_button) a, #Wrapper input.input_submit {
background: #B37427 !important;
border: 0 !important;
box-shadow: 0 -1px #D89441 !important;
color: #eee !important;
text-shadow: 0 0.1em 0.2em rgba(0,0,0,0.5) !important;
}
#Wrapper li.active a {
color: #fff !important;
}
#Wrapper p, .post,.post_body .post, .forum_rules, #Wrapper .desc, span.lighter.blend_links, fieldset.submit {
background: transparent !important;
color: #eee !important;
}
#announcements td {
border-bottom: 4px solid #222 !important;
}
#branding {
background-position: 10px 0 !important;
height: 75px !important;
}
#category_1 {
margin-top: 1px !important;
}
#ipboard_body, li.non_button a, ul.topic_buttons li a {
font-family: Corbel, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, sans-serif !important;
}
#primary_nav {
background: #822222 !important;
border-radius: 4px !important;
box-shadow: 0 -1px #8E3838 !important;
font-size: 0,9em !important;
margin: 10px !important;
text-shadow: 0 -1px rgba(0,0,0,0.5) !important;
}
.bar {
background: transparent !important;
}
.desc.lighter, .desc.lighter.blend_links a {
color: #D89441 !important;
}
.ipsVerticalTabbed_tabs li {
border-bottom: 1px solid #333 !important;
}
.ipsVerticalTabbed_tabs li a {
background: #282828 !important;
border: 0 !important;
}
.ipsVerticalTabbed_tabs li.active a {
background: #444 !important;
}
.ipsVerticalTabbed_tabs ul {
border: 0 !important;
}
.maintitle {
background: #822222 !important;
border: 0 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
box-shadow: 0 -1px #8E3838 !important;
color: #D89441 !important;
}
.post span {
color: #eee !important;
}
.row1 {
background: #383838 !important;
border-radius: 4px !important;
}
.row2, .post_block h3 {
background: #282828 !important;
border-radius: 4px !important;
}
body#ipboard_body {
background: #222 !important;
font-size: 11pt !important;
}
div.SidebarContent, div.Social {
background: #333 !important;
border: 0px solid #D89441 !important;
left: -5px !important;
padding: 8px !important;
position: relative !important;
top: -7px !important;
width: 180px !important;
}
div.SidebarHeader {
background: #822222 !important;
border: 0px solid #D89441 !important;
border-bottom: 0 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
box-shadow: 0 -1px #8E3838 !important;
color: #D89441 !important;
padding: 8px !important;
text-transform: inherit !important;
width: 180px !important;
}
div.SocialFacebook, div.SocialGoogle, div.SocialTwitter {
border: 0 !important;
}
div.StoreSidebarItem {
background: rgba(0,0,0,0) !important;
border: 0 !important;
}
div.StoreSidebarText, div.statistics {
border-top: 1px solid #D89441 !important;
}
div.blockquote {
background: #282828 !important;
border: 0 !important;
font-size: 1em !important;
}
div.general_box {
background: #282828 !important;
}
div.general_box h3 {
background: #822222 !important;
color: #D89441 !important;
}
div.ipsBox {
background: #333 !important;
border: 0px solid #D89441 !important;
}
div.ipsBox_container, div.ipsBox_container tr, div.ipsBox_container tr td {
background: transparent !important;
border: 0 !important;
}
div.ipsSideMenu h4, .ipsType_pagedesc, span[itemprop="title"] {
color: #eee !important;
}
div.ipsSideMenu ul, div.ipsSideMenu ul li {
border: 0 !important;
}
div.post_block {
background: transparent !important;
border: 0 !important;
}
div.topic_controls li.active, div.topic_controls li.page a:hover, div.topic_controls li.pagejump a:hover, div.topic_controls li.next a:hover, div.topic_controls li.prev a:hover, div.topic_controls li.last a:hover, div.topic_controls li.first a:hover {
background: #822222 !important;
}
div.topic_controls li.next a, div.topic_controls li.prev a, div.topic_controls li.last a, div.topic_controls li.first a {
background: #333 !important;
}
fieldset {
background: transparent !important;
}
fieldset.ipsSettings_section, div.signature {
border-top: 1px solid #555 !important;
}
h1, h2, h3, h4, h5, .SidebarHeader, #primary_nav, .ipsType_pagetitle, .ipsType_subtitle, .general_box h3 {
font-family: Bitter, Rockwell, Cambria, "Century Schoolbook", serif !important;
}
li.group_title {
color: #eee !important;
}
li.unread {
background: #822222 !important;
padding: 0 2px !important;
}
li.unread.ipsType_small.clearfix {
background: transparent !important;
}
ol.ipsList_inline li {
color: #eee !important;
}
p.citation {
border: 1px solid #282828 !important;
}
span.choice.ipbmenu.clickable, ul.ipbmenu_content.ipsPad {
color: #333 !important;
}
span.ipsBadge {
background: #B37427 !important;
color: #eee !important;
text-shadow: 0px 1px 2px rgba(0,0,0,0.25) !important;
}
span.nav_sep {
color: #D89441 !important;
}
table.ipb_table td.col_c_forum h4 {
font-weight: normal !important;
}
table.ipb_table tr.unread {
background: #3c3c3c !important;
border-bottom: 4px solid #333 !important;
}
td.col_c_icon img {
background: #222 !important;
border: 0px solid #D89441 !important;
border-radius: 23px !important;
box-shadow: 0 -1px #666 inset !important;
margin-left: 5px !important;
padding: 8px 5px !important;
}
td.col_f_icon.altrow.short a img {
display: none !important;
}
td.col_f_icon.altrow.short a {
background: #B37427 !important;
border-radius: 0.6em !important;
width: 0.6em !important;
height: 0.6em !important;
display: block !important;
margin: 0.4em 0.4em 0.4em 1em !important;
box-shadow: 0px 0.1em 0.2em rgba(0,0,0,0.5) !important;
}
td.col_f_icon.short.altrow {
background: transparent !important;
}
tr.__topic.unread {
background: #3c3c3c !important;
}
tr.__topic.unread .topic_title {
font-weight: normal !important;
}
tr.announcement td {
background: #333 !important;
border-color: #222 !important;
}
tr.header th, h3.ipsSettings_sectiontitle {
color: #eee !important;
}
ul.ipsList_inline.right li a:hover {
background-color: #333 !important;
}
ul.mini_pagination li a {
background: #222 !important;
border: 0 !important;
border-radius: 2px !important;
padding: 2px 4px !important;
}
#board_stats .value, .pagination .pages li.active {
color: #eee !important;
background: #B37427 !important;
}
.poll_question ol, .poll_question h4, body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
background: transparent !important;
}
.post span {
background-color: transparent !important;
}
} | 0.123948 | 0.059565 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
/*padding-bottom: 3rem;*/
color: #5a5a5a;
margin: 0px;
overflow-x: hidden;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
/* margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
background: 230, 126, 34, 0.9;
}
.carousel-caption > h1 {
font-size: 48px;
}
.carousel-caption > h4 {
padding: 20px;
line-height: 1.7em;
color: #f2f2f2;
}
.carousel-caption .btn {
border: 1px solid #fff;
border-radius: 2px;
background-color: rgba(255,72,72,1);
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.carousel-caption .btn:hover {
border: 1px solid rgba(255,72,72,1) !important;
background-color: transparent !important;
color: rgba(255,72,72,1);
}
/* Declare heights because of positioning of element */
.carousel-item {
height: 32rem;
background-color: #777;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
.carousel-indicators {
top: 1.5rem;
right: 1.5rem;
bottom: auto;
left: auto;
width: 1rem;
margin-left: 0;
}
.carousel-indicators > li {
margin-bottom: .25rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/*
.core-competency-ul li a{
padding-left: 0;
}
*/
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
color: #1c1c1c;
font-size: 25px;
font-weight: normal;
margin-bottom: 25px;
margin-top: 32px;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
/* custom */
#myCarousel {
position: fixed;
width: 100%;
top: 0px !important;
left: 0px !important;
z-index: 1;
}
#myCarousel ol {
top: 522px;
}
.marketing {
position: relative;
background: white;
z-index: 302;
opacity: 0.83;
width: 100%;
filter: alpha(opacity=80);/* background: rgba(230, 126, 34, 0.9) none repeat scroll 0 0 !important;
position: relative;
transform: translate3d(0px, 0px, 0px);
z-index: 3 !important;*/
}
#overallfirstbackground {
background: white !important;
z-index: 400;
opacity: 1;
position: relative;
text-align: center;
padding: 60px 0 0;
}
/*.container{
min-width: 100%;
}*/
.navbar {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
width: 100%;
z-index: 400;
}
.carousel-caption {
text-align: center !important;
top: 200px;
}
.nav-link {
color: white !important;
font-weight: bold;
}
#dummydiv {
padding-top: 569px;
}
.navbar {
position: fixed !important;
}
.heading {
color: #4d4d4d;
font-size: 40px;
padding-bottom: 20px;
padding-top: 29px;
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.whatwedo {
color: #ff2323;
font-size: 120px;
}
.hovereffectinsecondseg>p {
text-align: justify;
min-height: 140px;
height: 140px;
}
.whatwedo:hover {
color: -moz-activehyperlinktext;
}
.secondheading {
border-top: 2px solid #d8d8d8;
font-size: 40px;
margin-bottom: 0;
padding-top: 60px;
color: #4d4d4d;
}
.secondsegmentimg {
border-radius: 50%;
/*height: 200px;
width: 200px;*/
height: 200px;
width: 200px;
-webkit-transition: all 2s ease;
-moz-transition: all 1.4s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
}
#overallsecondbackground {
background: white;
z-index: 400;
opacity: 1;
position: relative;
padding-bottom: 60px;
}
#secondsegment .col-lg-3 {
text-align: center;
}
.secondsegmentimg:hover {
width: 250px;
height: 250px;
}
#secondsegment {
text-align: center;
}
.secondsegmentbutton, .secondsegmentbutton:visited {
background: #ff2323 none repeat scroll 0 0;
color: white;
font-size: 15px;
height: 50px;
margin: auto;
width: 150px !important;
border: 1px solid #ff2323;
border-radius: 4px;
font-weight: bold;
transition: all 0.5s;
}
.secondsegmentbutton:hover {
border: 1px solid #ff2323;
color: #ff2323;
background: white none repeat scroll 0 0;
}
#overallfourthbackground {
background: white none repeat scroll 0 0 !important;
padding-bottom: 60px;
position: relative;
z-index: 400;
top: -15px;
width: 100% !important;
margin-bottom: -15px;
}
#overallfifthbackground {
background: white none repeat scroll 0 0 !important;
opacity: .93;
position: relative;
z-index: 400;
width: 100% !important;
}
#overallfourthbackground img {
height: 240px !important;
width: 100%;
}
.carousel-image {
border: 3px solid #ff3233;
border-radius: 9px;
color: tomato;
font-weight: 600;
width: 137px;
}
/*hover effect */
.hovereffect {
width: 100%;
height: 100%;
/* float:eft l;*/
overflow: hidden;
position: relative;
text-align: center !important;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.hovereffect img {
display: block;
position: relative;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.hovereffect:hover img {
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
filter: grayscale(1) blur(3px);
-webkit-filter: grayscale(1) blur(3px);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hovereffect h2 {
text-transform: uppercase;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
margin-top: 17px;
background: rgba(0, 0, 0, 0.6);
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px #fff;
}
.hovereffect a.info, .hovereffect h2 {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
opacity: 0;
filter: alpha(opacity=0);
color: #fff;
text-transform: uppercase;
}
.hovereffect:hover a.info, .hovereffect:hover h2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*hover effect end */
/*.secondraw{
margin-top: 20px;
}*/
/*
#overallfourthbackground .col-lg-3 {
padding: 0 !important;
}
.fourthheading {
border-top: 2px solid #e4e4e4;
font-family: fantasy;
font-size: 32px;
font-weight: bold;
}
.hovereffect .overlay a {
margin-top: 83px;
}
#overallfirstbackground p {
text-align: justify;
}*/
/*Menu*/
#menu-toggle {
margin-top: 20px;
}
.navbar, .navbar-default {
border-radius: 0;
border: none;
margin-bottom: 0;
padding: 10px 0;
background: transparent;
min-height: 150px !important;
}
.menubar {
padding-top: 50px;
}
.menu-item {
color: grey;
/* padding-left: 30px;*/
margin-left: 30px;
/* padding-right: 30px;*/
padding-top: 10px;
padding-bottom: 10px;
font-weight: 600;
border-radius: 3px;/* border: 1px solid white;*/
}
.menu-item:hover {
/* border-color: rgba(255,72,72,0.8);*/
color: rgba(255,72,72,0.8);/* border: 1px solid;*/
}
#dropdown-menu-desktop.dropdown-menu {
background-color: white;
transition: all 0.5s;
}
#dropdown-menu-desktop.dropdown-menu li a {
padding-top: 10px;
padding-bottom: 10px;
font-weight: normal;
text-align: center;
color: rgba(255,72,72,0.8);
padding-left: 0;
min-width: 180px;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in
}
#dropdown-menu-desktop.dropdown-menu li a:hover {
color: #fff;
background-color: rgba(255,72,72,0.8);
}
#dropdown-desktop:hover .dropdown-menu {
display: block;
}
#sidebar-wrapper {
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 100%;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
padding-right: 2%;
padding-left: 2%;
}
#sidebar-wrapper.active {
left: 0%;
}
.remove-dot {
list-style: none;
}
.remove-padding {
padding-left: 0px;
}
.panel {
background-color: #111;
}
.remove-border {
border: none;
}
.sidebar-menu-heading {
background-color: #111;
text-align: center;
text-decoration: none;
font-size: 14px;
color: #fff;
display: block;
transition: 0.3s;
font-weight: bold;
}
.sidebar-menuitem {
background-color: #111;
text-align: center;
text-decoration: none;
font-size: 14px;
color: #fff;
display: block;
transition: 0.3s;
font-weight: bold;
}
#sidebar-wrapper p {
color: tomato;
text-align: center;
font-weight: bold;
font-size: 22px;
padding-left: 34px;
}
.mobile-active-link {
background: #ff7f7f none repeat scroll 0 0 !important;
}
a.list-group-item-success, button.list-group-item-success .glyphicon.glyphicon-menu-hamburger {
color: #333 !important;
}
/*a.list-group-item-success, button.list-group-item-success
.glyphicon.glyphicon-menu-hamburger{
color: #565656 !important;
}*/
.glyphicon.glyphicon-remove {
color: #ffffff;
}
#logo {
width: 175px;/* height: 60px;*/
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
padding-right: 0 !important;
}
/*secondseghovereffect */
div.show-image:hover input {
display: block;
}
div.show-image input {
display: none;
}
div.show-image input.update {
width: 100%;
}
.show-image {
height: 500px;
}
.show-image:hover {
cursor: pointer;
}
.update {
padding-top: 3px !important;
margin-top: 17px !important;
}
.update:hover {
padding-top: 3px !important;
}
@media only screen and (max-width: 980px) {
div.show-image input {
display: block !important;
}
}
.imgoverlap {
color: white;
font-size: 28px;
font-weight: bold;
position: relative;
top: 110px;
z-index: 500;
}
.hovereffect img {
top: -32px;
margin-bottom: -32px;
}
.firstraw {
/*background: #fee9eb none repeat scroll 0 0;*/
}
.secondraw {
/*background:#fee9eb none repeat scroll 0 0;*/
}
.secondraw {
margin-top: 6px;
}
.hovereffect:hover .imgoverlap {
opacity: 0.0 !important;
}
/*Customer review Effect*/
.demo-3 {
position: relative;
/* width:300px;
height:200px;*/
overflow: hidden;
/*float:left;*/
background: white;
margin-right: 0px;
}
.demo-3 figure {
background: white none repeat scroll 0 0 !important;
border: 24px solid slategray;
cursor: pointer;
height: 290px !important;
margin: 0;
padding: 0;
position: relative;
}
.demo-3 figure img {
display: block;
/*height: 243px !important;*/
margin: -1px 0;
position: relative;
z-index: 10;
}
.demo-3 figure figcaption {
display: block;
position: absolute;
z-index: 5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.demo-3 figure h2 {
font-family: 'Lato';
color: #fff;
font-size: 20px;
text-align: center;
}
.demo-3 figure p {
display: block;
font-family: 'Lato';
font-size: 12px;
line-height: 18px;
margin: 0;
color: #fff;
text-align: left;
}
.demo-3 figure figcaption {
top: 0;
left: 0;
width: 100%;
height: 242px !important;
padding: 29px 44px;
background-color: slateblue/*rgba(26,76,110,0.5)*/;
text-align: center;
backface-visibility: hidden;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
.demo-3 figure img {
backface-visibility: hidden;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
.demo-3 figure:hover img, figure.hover img {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.demo-3 figure:hover figcaption, figure.hover figcaption {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
transform: rotateY(0);
}
/*Customer review effect end*/
.secondhovereffectraw {
margin-top: 10px;
}
.thirdhoverblock {
width: 100% !important;
margin-bottom: 50px;
}
.ch-grid {
background: white !important;
}
.ch-img-1 {
background-image: url("../pictures/consultancy.png") !important;
}
.ch-img-2 {
background-image: url("../pictures/design.png") !important;
}
.ch-img-3 {
background-image: url("../pictures/development.png") !important;
}
.ch-img-4 {
background-image: url("../pictures/traning.png") !important;
}
.ch-img-5 {
background-image: url("../pictures/service.png") !important;
}
.ch-info-back {
background: #f83c3c !important;
padding-top: 74px;
}
.ch-info-back a {
border: 2px solid white;
font-size: 22px;
border-radius: 4px;
padding: 14px 16px !important;
}
.ch-info-back a:hover {
background: tomato;
color: white;
opacity: 0.84;
text-decoration: none;
}
.ch-info-back a:visited {
color: white !important;
text-decoration: none;
}
.ch-info-front:after {
height: 90%;
width: 90%;
position: absolute;
background: #ffffff54;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
content: ' ';
}
.demo-3 img {
width: 200px !important;
float: left;
padding-top: 22px;
/* height: 212px ! important;*/
padding-left: 5px;
}
#customername {
font-size: 25px;
width: 200px;
margin-top: 62px;
margin-left: 45px;
}
#customerposition {
font-size: 15px;
width: 200px;
margin-top: 0px;
margin-left: 8px;
text-align: center ! important;
}
.demo-3 p {
font-size: 16px !important;
}
.successstories {
/*border-bottom: 2px solid tomato;
border-top: 2px solid tomato;*/
font-family: Lucida Console;
font-size: 35px;
margin-bottom: 58px;
margin-top: -70px;
}
.hovereffect .imgoverlap:hover {
box-shadow: 0 0 5px #fff;
}
.thirdhoverblock ul {
padding-bottom: 30px;
}
.thridsubheading {
color: #484848;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}
.ch-item:hover .thridsubheading {
color: tomato;
}
.headimage {
height: 700px;
position: fixed;
top: 0px;
width: 100%;
box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
object-fit: cover
}
.section ol {
text-align: left;
}
.headingInSection {
font-size: 36px;
/* margin-bottom: 19px;*/
text-transform: uppercase;
padding-top: 25px;
}
.opacity-1 {
opacity: 1 !important;
padding-bottom: 24px;
}
.btn-success {
background: tomato !important;
}
.slider-width {
margin-left: 30px;
margin-right: 30px;
}
.extralabel {
float: left;
text-align: left;
}
.headingInsectionSubheading {
text-align: justify;
}
.section {
margin-left: 0px !important;
margin-right: 0px !important;
}
.subMenu {
margin-left: 0px !important;
margin-right: 0px !important;
}
.menubox {
width: 80%;
height: 100%;
margin: 0 auto;
max-width: 1210px;
}
/*col 5 bootstrap */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-15 {
width: 20% !important;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20% !important;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20% !important;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20% !important;
float: left;
}
}
@media (max-width: 980px) {
.subMenu {
display: none !important;
}
}
.about {
position: fixed;
}
.allaboutsection {
background: white none repeat scroll 0 0;
height: auto;
opacity: 0.95;
position: relative;
width: 100%;
padding-top: 140px;
}
.allaboutsection .row {
width: 100%;
}
@media (max-width: 768px) {
#myCarousel {
display: none;
}
#dummydiv {
padding-top: 50px;
}
}
.contactdetails {
padding-left: 10px;
margin-top: 6px;
left: 31px;
font-family: "Lucida Grande" !important;
font-size: 16px;
}
.sendbutton {
border: none !important;
background: #ff2424 !important;
width: 159px;
height: 51px;
font-size: 23px !important
}
.sendbutton:hover {
background: #eb0f0f !important;
}
.send-text-center {
text-align: center;
}
.map {
text-align: center;
margin-top: 100px;
}
.contact-font-awesome {
color: #ff2323;
font-size: 20px !important;
margin-right: 10px;
margin-left: -26px;
}
#overallfithbackground {
background: #333 none repeat scroll 0 0 !important;
position: relative;
width: 100%;
z-index: 900;
color: white;
border-top: 5px solid black;
text-align: center;
}
.logo {
height: 100px;
text-align: center;
}
#copyright {
background: #000 none repeat scroll 0 0;
opacity: 1 !important;
color: white;
/* height: 80px;*/
padding: 25px 0;
text-align: center;
width: 100%;
margin-bottom: 0px !important;
z-index: 999;
position: relative;
}
#copyrightlabel {
margin-bottom: 0;
}
#copyrightlabel a {
color: tomato;
}
#footersegment {
padding-top: 40px;
padding-bottom: 40px;
}
#knowusmoreheading {
margin-top: -146px;
position: relative;
text-align: center;
z-index: 99
}
#knowusmoreheading h1 {
color: white;
}
.aboutdescription {
/* border: 2px solid tomato;*/
}
@media (min-width: 996px) {
.overallheadingsection {
margin-left: -28px;
}
}
.headingInSection-align {
text-align: left;
margin-left: 20px;
}
.just-align {
padding-right: 10px;
}
/*carousel */
.carousel-control.left, .carousel-control.right, .carousel-control.left:hover, .carousel-control.right:hover {
opacity: 0;
}
#intro.carousel-inner > .item > img, #intro.carousel-inner > .item > a > img {
width: 100% !important;
margin: auto;
height: 570px !important;
}
label {
font-weight: bolder !important;
}
.product-carousel {
position: relative;
top: -10px;
opacity: 1;
background-color: white;
width: 100%;
z-index: 400;
padding-bottom: 50px;
}
#productCarousel {
background: white;
}
.product-image {
width: 100%;
max-height: 230px;
margin: auto;
}
.bylogo {
max-height: 20px;
}
.img-responsive {
border-radius: 4px;
}
#overallsecondbackground input:hover {
text-decoration: none !important;
}
.navbar {
top: 0px !important;
}
#copyright .fa {
color: red;
font-size: 25px;
margin-bottom: 10px;
padding-left: 9px;
}
#copyright .fa:hover {
color: orangered;
}
.navbar-default {
background: white !important;
}
#navigation-bar {
text-transform: uppercase !important;
}
.navbar .container {
/* float: right !important;*/
}
.allaboutsection label {
font-weight: 400 !important;
}
.contact-heading {
color: #737373;
font-family: caption;
font-size: 30px;
margin-bottom: 63px;
text-align: center !important;
width: 100%;
}
.contact-heading:hover {
color: tomato;
}
.end-padding {
padding-bottom: 60px !important;
}
.core-competency-ul {
width: 340px;
left: -134px !important;
right: -60px !important;
margin-left: -15px !important;
border-left-width: 1px !important;
}
@media (min-width: 1277px) {
#logo {
/* margin-left: -95px;*/
}
}
@media (min-width: 768px) {
.navbar-scroll-manupulations {
background: none !important;
border: none !important;
}
.menu-item-manupulations {
border: none !important;
color: white;
}
.menu-item-manupulations:hover {
color: white !important;
}
}
@media (max-width: 768px) {
#desktop-logo {
visibility: hidden;
}
#mobile-logo {
display: block !important;
left: 5px !important;
position: absolute;
}
}
@media (max-width: 568px) {
.sTop h1 {
margin-top: 200px;
padding: 20px;
}
}
/*
.{
border: 1px solid rgba(255, 72, 72, 0.8) !important;
border-radius: 3px;
color: ;
}
*/
.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8 {
opacity: .91 !important;
}
.s1:hover, .s2:hover, .s3:hover, .s4:hover, .s5:hover, .s6:hover, .s7:hover, .s8:hover {
opacity: .97 !important;
}
.active-link {
border-bottom: 1px solid rgba(255, 72, 72, 0.8) !important;
}
#content {
background-color: white;
padding-bottom: 100px;
}
#Thankyou-message-wrapper {
padding-top: 150px;
text-align: center;
}
#thankyou-icon {
font-size: 100px;
color: rgba(255,72,72,0.9);
padding-bottom: 20px;
}
#thankyou-message {
font-size: 24px;
padding: 20px;
}
@media (max-width: 768px) {
.navbar-scroll-manupulations {
background: white;
}
}
#myCarouselOverlay {
position: fixed;
width: 100%;
height: 100%;
opacity: 0.45;
top: 0px !important;
left: 0px !important;
background: #000;
z-index: 2;
}
@media (max-width: 768px) {
#product-carousel {
display: none;
}
}
.h1-specialtag {
color: white;
font-size: 27px !important;
margin-top: 239px;
padding-top: 20px !important;
font-family: caption !important;
}
#overlay-blur {
position: absolute;
background-color: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
top: 14px;
left: 0px;
}
.owl-carousel .owl-item img {
cursor: pointer;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
filter: grayscale(1)
}
.owl-carousel .owl-item img:hover {
filter: grayscale(0)
}
#clientCarousel {
margin: 30px 0;
}
.item-row .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
padding-right: 0;
}
.item-row .col-lg-3.col-md-4.col-sm-6.col-xs-12:last-child {
padding-right: 15px;
}
@media (max-width:1199px) {
.subNavBtn {
padding: 15px 1% 0 1%;
}
.show-image {
height: 350px;
}
.item-row .col-lg-3.col-md-4.col-sm-6.col-xs-12:last-child {
padding-right: 0;
}
}
@media (max-width:1024px) {
.carousel-caption > h1 {
font-size: 42px;
}
#logo {
width: 125px;
}
}
@media (min-width:768px) and (max-width:991px) {
.navbar-header {
float: none !important;
transform: translate(40%, 0);
margin-bottom: 30px;
}
}
@media (max-width:768px) {
#scroll-items {
margin-top: 50px
}
#overallfourthbackground img {
object-fit: cover;
}
.product-inventory{
margin-left: 0% !important;
}
.product-inventory img {
padding-bottom: 20px !important;
padding-top: 20px !important;
}
}
@media (max-width:640px) {
.show-image {
height: 390px;
}
}
@media (max-width:480px) {
.show-image {
height: 440px;
}
}
@media (max-width:1440px) {
.menubox {
width: 100%;
}
}
/* custom css */
.s1,
.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8 {
min-height: 300px;
}
.row {
width: 100%;
}
.product {
background:#F4F4F4;
padding-top: 50px;
}
.box {
text-align: center;
cursor: pointer;
float: left;
}
.md {
z-index:0;
position:relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.md:hover {
z-index:999;
box-shadow:rgba(0, 0, 0, 0.4) 0 10px 20px 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 10px 20px 0;
-moz-box-shadow:rgba(0, 0, 0, 0.4) 0 10px 20px 0;
}
.product-inventory{
background-color: #FFF;
}
.btn-primary.outline {
border: 2px solid #0099cc;
color: #0099cc;
}
.btn.outline {
background: none;
padding: 12px 22px;
}
.product-inventory img {
padding-bottom: 0px;
}
/* .product-inventory img:hover {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
} */
.product-sub-heading {
color: #c82a2a;
font-size: 30px;
margin-top: 20px;
margin-bottom: 53px;
}
/* .product-header {
margin-top: 57px;
padding-top: 100px;
} */
.product-inventory{
margin-left: 5%;
}
.product-inventory {
margin-bottom: 40px;
}
.product-inventory .fa, .product-inventory .fas {
color: #ff2323b8;
font-size: 120px;
width: 192px;
height: 138px;
padding: 10px;
} | __MACOSX/css/forecom.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
/*padding-bottom: 3rem;*/
color: #5a5a5a;
margin: 0px;
overflow-x: hidden;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
/* margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
background: 230, 126, 34, 0.9;
}
.carousel-caption > h1 {
font-size: 48px;
}
.carousel-caption > h4 {
padding: 20px;
line-height: 1.7em;
color: #f2f2f2;
}
.carousel-caption .btn {
border: 1px solid #fff;
border-radius: 2px;
background-color: rgba(255,72,72,1);
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.carousel-caption .btn:hover {
border: 1px solid rgba(255,72,72,1) !important;
background-color: transparent !important;
color: rgba(255,72,72,1);
}
/* Declare heights because of positioning of element */
.carousel-item {
height: 32rem;
background-color: #777;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
.carousel-indicators {
top: 1.5rem;
right: 1.5rem;
bottom: auto;
left: auto;
width: 1rem;
margin-left: 0;
}
.carousel-indicators > li {
margin-bottom: .25rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/*
.core-competency-ul li a{
padding-left: 0;
}
*/
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
color: #1c1c1c;
font-size: 25px;
font-weight: normal;
margin-bottom: 25px;
margin-top: 32px;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
/* custom */
#myCarousel {
position: fixed;
width: 100%;
top: 0px !important;
left: 0px !important;
z-index: 1;
}
#myCarousel ol {
top: 522px;
}
.marketing {
position: relative;
background: white;
z-index: 302;
opacity: 0.83;
width: 100%;
filter: alpha(opacity=80);/* background: rgba(230, 126, 34, 0.9) none repeat scroll 0 0 !important;
position: relative;
transform: translate3d(0px, 0px, 0px);
z-index: 3 !important;*/
}
#overallfirstbackground {
background: white !important;
z-index: 400;
opacity: 1;
position: relative;
text-align: center;
padding: 60px 0 0;
}
/*.container{
min-width: 100%;
}*/
.navbar {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
width: 100%;
z-index: 400;
}
.carousel-caption {
text-align: center !important;
top: 200px;
}
.nav-link {
color: white !important;
font-weight: bold;
}
#dummydiv {
padding-top: 569px;
}
.navbar {
position: fixed !important;
}
.heading {
color: #4d4d4d;
font-size: 40px;
padding-bottom: 20px;
padding-top: 29px;
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.whatwedo {
color: #ff2323;
font-size: 120px;
}
.hovereffectinsecondseg>p {
text-align: justify;
min-height: 140px;
height: 140px;
}
.whatwedo:hover {
color: -moz-activehyperlinktext;
}
.secondheading {
border-top: 2px solid #d8d8d8;
font-size: 40px;
margin-bottom: 0;
padding-top: 60px;
color: #4d4d4d;
}
.secondsegmentimg {
border-radius: 50%;
/*height: 200px;
width: 200px;*/
height: 200px;
width: 200px;
-webkit-transition: all 2s ease;
-moz-transition: all 1.4s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
}
#overallsecondbackground {
background: white;
z-index: 400;
opacity: 1;
position: relative;
padding-bottom: 60px;
}
#secondsegment .col-lg-3 {
text-align: center;
}
.secondsegmentimg:hover {
width: 250px;
height: 250px;
}
#secondsegment {
text-align: center;
}
.secondsegmentbutton, .secondsegmentbutton:visited {
background: #ff2323 none repeat scroll 0 0;
color: white;
font-size: 15px;
height: 50px;
margin: auto;
width: 150px !important;
border: 1px solid #ff2323;
border-radius: 4px;
font-weight: bold;
transition: all 0.5s;
}
.secondsegmentbutton:hover {
border: 1px solid #ff2323;
color: #ff2323;
background: white none repeat scroll 0 0;
}
#overallfourthbackground {
background: white none repeat scroll 0 0 !important;
padding-bottom: 60px;
position: relative;
z-index: 400;
top: -15px;
width: 100% !important;
margin-bottom: -15px;
}
#overallfifthbackground {
background: white none repeat scroll 0 0 !important;
opacity: .93;
position: relative;
z-index: 400;
width: 100% !important;
}
#overallfourthbackground img {
height: 240px !important;
width: 100%;
}
.carousel-image {
border: 3px solid #ff3233;
border-radius: 9px;
color: tomato;
font-weight: 600;
width: 137px;
}
/*hover effect */
.hovereffect {
width: 100%;
height: 100%;
/* float:eft l;*/
overflow: hidden;
position: relative;
text-align: center !important;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.hovereffect img {
display: block;
position: relative;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.hovereffect:hover img {
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
filter: grayscale(1) blur(3px);
-webkit-filter: grayscale(1) blur(3px);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hovereffect h2 {
text-transform: uppercase;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
margin-top: 17px;
background: rgba(0, 0, 0, 0.6);
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px #fff;
}
.hovereffect a.info, .hovereffect h2 {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
opacity: 0;
filter: alpha(opacity=0);
color: #fff;
text-transform: uppercase;
}
.hovereffect:hover a.info, .hovereffect:hover h2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*hover effect end */
/*.secondraw{
margin-top: 20px;
}*/
/*
#overallfourthbackground .col-lg-3 {
padding: 0 !important;
}
.fourthheading {
border-top: 2px solid #e4e4e4;
font-family: fantasy;
font-size: 32px;
font-weight: bold;
}
.hovereffect .overlay a {
margin-top: 83px;
}
#overallfirstbackground p {
text-align: justify;
}*/
/*Menu*/
#menu-toggle {
margin-top: 20px;
}
.navbar, .navbar-default {
border-radius: 0;
border: none;
margin-bottom: 0;
padding: 10px 0;
background: transparent;
min-height: 150px !important;
}
.menubar {
padding-top: 50px;
}
.menu-item {
color: grey;
/* padding-left: 30px;*/
margin-left: 30px;
/* padding-right: 30px;*/
padding-top: 10px;
padding-bottom: 10px;
font-weight: 600;
border-radius: 3px;/* border: 1px solid white;*/
}
.menu-item:hover {
/* border-color: rgba(255,72,72,0.8);*/
color: rgba(255,72,72,0.8);/* border: 1px solid;*/
}
#dropdown-menu-desktop.dropdown-menu {
background-color: white;
transition: all 0.5s;
}
#dropdown-menu-desktop.dropdown-menu li a {
padding-top: 10px;
padding-bottom: 10px;
font-weight: normal;
text-align: center;
color: rgba(255,72,72,0.8);
padding-left: 0;
min-width: 180px;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in
}
#dropdown-menu-desktop.dropdown-menu li a:hover {
color: #fff;
background-color: rgba(255,72,72,0.8);
}
#dropdown-desktop:hover .dropdown-menu {
display: block;
}
#sidebar-wrapper {
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 100%;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
padding-right: 2%;
padding-left: 2%;
}
#sidebar-wrapper.active {
left: 0%;
}
.remove-dot {
list-style: none;
}
.remove-padding {
padding-left: 0px;
}
.panel {
background-color: #111;
}
.remove-border {
border: none;
}
.sidebar-menu-heading {
background-color: #111;
text-align: center;
text-decoration: none;
font-size: 14px;
color: #fff;
display: block;
transition: 0.3s;
font-weight: bold;
}
.sidebar-menuitem {
background-color: #111;
text-align: center;
text-decoration: none;
font-size: 14px;
color: #fff;
display: block;
transition: 0.3s;
font-weight: bold;
}
#sidebar-wrapper p {
color: tomato;
text-align: center;
font-weight: bold;
font-size: 22px;
padding-left: 34px;
}
.mobile-active-link {
background: #ff7f7f none repeat scroll 0 0 !important;
}
a.list-group-item-success, button.list-group-item-success .glyphicon.glyphicon-menu-hamburger {
color: #333 !important;
}
/*a.list-group-item-success, button.list-group-item-success
.glyphicon.glyphicon-menu-hamburger{
color: #565656 !important;
}*/
.glyphicon.glyphicon-remove {
color: #ffffff;
}
#logo {
width: 175px;/* height: 60px;*/
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
padding-right: 0 !important;
}
/*secondseghovereffect */
div.show-image:hover input {
display: block;
}
div.show-image input {
display: none;
}
div.show-image input.update {
width: 100%;
}
.show-image {
height: 500px;
}
.show-image:hover {
cursor: pointer;
}
.update {
padding-top: 3px !important;
margin-top: 17px !important;
}
.update:hover {
padding-top: 3px !important;
}
@media only screen and (max-width: 980px) {
div.show-image input {
display: block !important;
}
}
.imgoverlap {
color: white;
font-size: 28px;
font-weight: bold;
position: relative;
top: 110px;
z-index: 500;
}
.hovereffect img {
top: -32px;
margin-bottom: -32px;
}
.firstraw {
/*background: #fee9eb none repeat scroll 0 0;*/
}
.secondraw {
/*background:#fee9eb none repeat scroll 0 0;*/
}
.secondraw {
margin-top: 6px;
}
.hovereffect:hover .imgoverlap {
opacity: 0.0 !important;
}
/*Customer review Effect*/
.demo-3 {
position: relative;
/* width:300px;
height:200px;*/
overflow: hidden;
/*float:left;*/
background: white;
margin-right: 0px;
}
.demo-3 figure {
background: white none repeat scroll 0 0 !important;
border: 24px solid slategray;
cursor: pointer;
height: 290px !important;
margin: 0;
padding: 0;
position: relative;
}
.demo-3 figure img {
display: block;
/*height: 243px !important;*/
margin: -1px 0;
position: relative;
z-index: 10;
}
.demo-3 figure figcaption {
display: block;
position: absolute;
z-index: 5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.demo-3 figure h2 {
font-family: 'Lato';
color: #fff;
font-size: 20px;
text-align: center;
}
.demo-3 figure p {
display: block;
font-family: 'Lato';
font-size: 12px;
line-height: 18px;
margin: 0;
color: #fff;
text-align: left;
}
.demo-3 figure figcaption {
top: 0;
left: 0;
width: 100%;
height: 242px !important;
padding: 29px 44px;
background-color: slateblue/*rgba(26,76,110,0.5)*/;
text-align: center;
backface-visibility: hidden;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
.demo-3 figure img {
backface-visibility: hidden;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
.demo-3 figure:hover img, figure.hover img {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.demo-3 figure:hover figcaption, figure.hover figcaption {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
transform: rotateY(0);
}
/*Customer review effect end*/
.secondhovereffectraw {
margin-top: 10px;
}
.thirdhoverblock {
width: 100% !important;
margin-bottom: 50px;
}
.ch-grid {
background: white !important;
}
.ch-img-1 {
background-image: url("../pictures/consultancy.png") !important;
}
.ch-img-2 {
background-image: url("../pictures/design.png") !important;
}
.ch-img-3 {
background-image: url("../pictures/development.png") !important;
}
.ch-img-4 {
background-image: url("../pictures/traning.png") !important;
}
.ch-img-5 {
background-image: url("../pictures/service.png") !important;
}
.ch-info-back {
background: #f83c3c !important;
padding-top: 74px;
}
.ch-info-back a {
border: 2px solid white;
font-size: 22px;
border-radius: 4px;
padding: 14px 16px !important;
}
.ch-info-back a:hover {
background: tomato;
color: white;
opacity: 0.84;
text-decoration: none;
}
.ch-info-back a:visited {
color: white !important;
text-decoration: none;
}
.ch-info-front:after {
height: 90%;
width: 90%;
position: absolute;
background: #ffffff54;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
content: ' ';
}
.demo-3 img {
width: 200px !important;
float: left;
padding-top: 22px;
/* height: 212px ! important;*/
padding-left: 5px;
}
#customername {
font-size: 25px;
width: 200px;
margin-top: 62px;
margin-left: 45px;
}
#customerposition {
font-size: 15px;
width: 200px;
margin-top: 0px;
margin-left: 8px;
text-align: center ! important;
}
.demo-3 p {
font-size: 16px !important;
}
.successstories {
/*border-bottom: 2px solid tomato;
border-top: 2px solid tomato;*/
font-family: Lucida Console;
font-size: 35px;
margin-bottom: 58px;
margin-top: -70px;
}
.hovereffect .imgoverlap:hover {
box-shadow: 0 0 5px #fff;
}
.thirdhoverblock ul {
padding-bottom: 30px;
}
.thridsubheading {
color: #484848;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}
.ch-item:hover .thridsubheading {
color: tomato;
}
.headimage {
height: 700px;
position: fixed;
top: 0px;
width: 100%;
box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
object-fit: cover
}
.section ol {
text-align: left;
}
.headingInSection {
font-size: 36px;
/* margin-bottom: 19px;*/
text-transform: uppercase;
padding-top: 25px;
}
.opacity-1 {
opacity: 1 !important;
padding-bottom: 24px;
}
.btn-success {
background: tomato !important;
}
.slider-width {
margin-left: 30px;
margin-right: 30px;
}
.extralabel {
float: left;
text-align: left;
}
.headingInsectionSubheading {
text-align: justify;
}
.section {
margin-left: 0px !important;
margin-right: 0px !important;
}
.subMenu {
margin-left: 0px !important;
margin-right: 0px !important;
}
.menubox {
width: 80%;
height: 100%;
margin: 0 auto;
max-width: 1210px;
}
/*col 5 bootstrap */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-15 {
width: 20% !important;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20% !important;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20% !important;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20% !important;
float: left;
}
}
@media (max-width: 980px) {
.subMenu {
display: none !important;
}
}
.about {
position: fixed;
}
.allaboutsection {
background: white none repeat scroll 0 0;
height: auto;
opacity: 0.95;
position: relative;
width: 100%;
padding-top: 140px;
}
.allaboutsection .row {
width: 100%;
}
@media (max-width: 768px) {
#myCarousel {
display: none;
}
#dummydiv {
padding-top: 50px;
}
}
.contactdetails {
padding-left: 10px;
margin-top: 6px;
left: 31px;
font-family: "Lucida Grande" !important;
font-size: 16px;
}
.sendbutton {
border: none !important;
background: #ff2424 !important;
width: 159px;
height: 51px;
font-size: 23px !important
}
.sendbutton:hover {
background: #eb0f0f !important;
}
.send-text-center {
text-align: center;
}
.map {
text-align: center;
margin-top: 100px;
}
.contact-font-awesome {
color: #ff2323;
font-size: 20px !important;
margin-right: 10px;
margin-left: -26px;
}
#overallfithbackground {
background: #333 none repeat scroll 0 0 !important;
position: relative;
width: 100%;
z-index: 900;
color: white;
border-top: 5px solid black;
text-align: center;
}
.logo {
height: 100px;
text-align: center;
}
#copyright {
background: #000 none repeat scroll 0 0;
opacity: 1 !important;
color: white;
/* height: 80px;*/
padding: 25px 0;
text-align: center;
width: 100%;
margin-bottom: 0px !important;
z-index: 999;
position: relative;
}
#copyrightlabel {
margin-bottom: 0;
}
#copyrightlabel a {
color: tomato;
}
#footersegment {
padding-top: 40px;
padding-bottom: 40px;
}
#knowusmoreheading {
margin-top: -146px;
position: relative;
text-align: center;
z-index: 99
}
#knowusmoreheading h1 {
color: white;
}
.aboutdescription {
/* border: 2px solid tomato;*/
}
@media (min-width: 996px) {
.overallheadingsection {
margin-left: -28px;
}
}
.headingInSection-align {
text-align: left;
margin-left: 20px;
}
.just-align {
padding-right: 10px;
}
/*carousel */
.carousel-control.left, .carousel-control.right, .carousel-control.left:hover, .carousel-control.right:hover {
opacity: 0;
}
#intro.carousel-inner > .item > img, #intro.carousel-inner > .item > a > img {
width: 100% !important;
margin: auto;
height: 570px !important;
}
label {
font-weight: bolder !important;
}
.product-carousel {
position: relative;
top: -10px;
opacity: 1;
background-color: white;
width: 100%;
z-index: 400;
padding-bottom: 50px;
}
#productCarousel {
background: white;
}
.product-image {
width: 100%;
max-height: 230px;
margin: auto;
}
.bylogo {
max-height: 20px;
}
.img-responsive {
border-radius: 4px;
}
#overallsecondbackground input:hover {
text-decoration: none !important;
}
.navbar {
top: 0px !important;
}
#copyright .fa {
color: red;
font-size: 25px;
margin-bottom: 10px;
padding-left: 9px;
}
#copyright .fa:hover {
color: orangered;
}
.navbar-default {
background: white !important;
}
#navigation-bar {
text-transform: uppercase !important;
}
.navbar .container {
/* float: right !important;*/
}
.allaboutsection label {
font-weight: 400 !important;
}
.contact-heading {
color: #737373;
font-family: caption;
font-size: 30px;
margin-bottom: 63px;
text-align: center !important;
width: 100%;
}
.contact-heading:hover {
color: tomato;
}
.end-padding {
padding-bottom: 60px !important;
}
.core-competency-ul {
width: 340px;
left: -134px !important;
right: -60px !important;
margin-left: -15px !important;
border-left-width: 1px !important;
}
@media (min-width: 1277px) {
#logo {
/* margin-left: -95px;*/
}
}
@media (min-width: 768px) {
.navbar-scroll-manupulations {
background: none !important;
border: none !important;
}
.menu-item-manupulations {
border: none !important;
color: white;
}
.menu-item-manupulations:hover {
color: white !important;
}
}
@media (max-width: 768px) {
#desktop-logo {
visibility: hidden;
}
#mobile-logo {
display: block !important;
left: 5px !important;
position: absolute;
}
}
@media (max-width: 568px) {
.sTop h1 {
margin-top: 200px;
padding: 20px;
}
}
/*
.{
border: 1px solid rgba(255, 72, 72, 0.8) !important;
border-radius: 3px;
color: ;
}
*/
.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8 {
opacity: .91 !important;
}
.s1:hover, .s2:hover, .s3:hover, .s4:hover, .s5:hover, .s6:hover, .s7:hover, .s8:hover {
opacity: .97 !important;
}
.active-link {
border-bottom: 1px solid rgba(255, 72, 72, 0.8) !important;
}
#content {
background-color: white;
padding-bottom: 100px;
}
#Thankyou-message-wrapper {
padding-top: 150px;
text-align: center;
}
#thankyou-icon {
font-size: 100px;
color: rgba(255,72,72,0.9);
padding-bottom: 20px;
}
#thankyou-message {
font-size: 24px;
padding: 20px;
}
@media (max-width: 768px) {
.navbar-scroll-manupulations {
background: white;
}
}
#myCarouselOverlay {
position: fixed;
width: 100%;
height: 100%;
opacity: 0.45;
top: 0px !important;
left: 0px !important;
background: #000;
z-index: 2;
}
@media (max-width: 768px) {
#product-carousel {
display: none;
}
}
.h1-specialtag {
color: white;
font-size: 27px !important;
margin-top: 239px;
padding-top: 20px !important;
font-family: caption !important;
}
#overlay-blur {
position: absolute;
background-color: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
top: 14px;
left: 0px;
}
.owl-carousel .owl-item img {
cursor: pointer;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
filter: grayscale(1)
}
.owl-carousel .owl-item img:hover {
filter: grayscale(0)
}
#clientCarousel {
margin: 30px 0;
}
.item-row .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
padding-right: 0;
}
.item-row .col-lg-3.col-md-4.col-sm-6.col-xs-12:last-child {
padding-right: 15px;
}
@media (max-width:1199px) {
.subNavBtn {
padding: 15px 1% 0 1%;
}
.show-image {
height: 350px;
}
.item-row .col-lg-3.col-md-4.col-sm-6.col-xs-12:last-child {
padding-right: 0;
}
}
@media (max-width:1024px) {
.carousel-caption > h1 {
font-size: 42px;
}
#logo {
width: 125px;
}
}
@media (min-width:768px) and (max-width:991px) {
.navbar-header {
float: none !important;
transform: translate(40%, 0);
margin-bottom: 30px;
}
}
@media (max-width:768px) {
#scroll-items {
margin-top: 50px
}
#overallfourthbackground img {
object-fit: cover;
}
.product-inventory{
margin-left: 0% !important;
}
.product-inventory img {
padding-bottom: 20px !important;
padding-top: 20px !important;
}
}
@media (max-width:640px) {
.show-image {
height: 390px;
}
}
@media (max-width:480px) {
.show-image {
height: 440px;
}
}
@media (max-width:1440px) {
.menubox {
width: 100%;
}
}
/* custom css */
.s1,
.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8 {
min-height: 300px;
}
.row {
width: 100%;
}
.product {
background:#F4F4F4;
padding-top: 50px;
}
.box {
text-align: center;
cursor: pointer;
float: left;
}
.md {
z-index:0;
position:relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.md:hover {
z-index:999;
box-shadow:rgba(0, 0, 0, 0.4) 0 10px 20px 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 10px 20px 0;
-moz-box-shadow:rgba(0, 0, 0, 0.4) 0 10px 20px 0;
}
.product-inventory{
background-color: #FFF;
}
.btn-primary.outline {
border: 2px solid #0099cc;
color: #0099cc;
}
.btn.outline {
background: none;
padding: 12px 22px;
}
.product-inventory img {
padding-bottom: 0px;
}
/* .product-inventory img:hover {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
} */
.product-sub-heading {
color: #c82a2a;
font-size: 30px;
margin-top: 20px;
margin-bottom: 53px;
}
/* .product-header {
margin-top: 57px;
padding-top: 100px;
} */
.product-inventory{
margin-left: 5%;
}
.product-inventory {
margin-bottom: 40px;
}
.product-inventory .fa, .product-inventory .fas {
color: #ff2323b8;
font-size: 120px;
width: 192px;
height: 138px;
padding: 10px;
} | 0.282097 | 0.04005 |
* {
margin: 0;
padding: 0;
}
.pic-wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
figure {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
/*animation*/
animation: slideShow 24s linear infinite 0s;
-o-animation: slideShow 24s linear infinite 0s;
-moz-animation: slideShow 24s linear infinite 0s;
-webkit-animation: slideShow 24s linear infinite 0s;
}
figurecaption {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
}
.pic-1 {
opacity: 1;
background: url(https://picsum.photos/1920/1080/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pic-2 {
animation-delay: 6s;
-o-animation-delay: 6s;
-moz--animation-delay: 6s;
-webkit-animation-delay: 6s;
background: url(https://picsum.photos/1920/1081/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pic-3 {
animation-delay: 12s;
-o-animation-delay: 12s;
-moz--animation-delay: 12s;
-webkit-animation-delay: 12s;
background: url(https://picsum.photos/1920/1082/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pic-4 {
animation-delay: 18s;
-o-animation-delay: 18s;
-moz--animation-delay: 18s;
-webkit-animation-delay: 18s;
background: url(https://picsum.photos/1920/1083/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* keyframes*/
@keyframes
slideShow {
0% {
opacity: 0;
transform:scale(1.1);
-ms-transform:scale(1.1);
}
5% {
opacity: 1;
}
25% {
opacity: 1;
}
30% {
opacity: 0;
transform:scale(1);
-ms-transform:scale(1);
}
100% {
opacity: 0;
transform:scale(1.1);
-ms-transformm:scale(1.1);
}
}
@-o-keyframes
slideShow { 0% {
opacity: 0;
-o-transform:scale(1.1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
30% {
opacity: 0;
-o-transform:scale(1);
}
100% {
opacity: 0;
-o-transformm:scale(1.1);
}
}
@-moz-keyframes
slideShow { 0% {
opacity: 0;
-moz-transform:scale(1.1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
30% {
opacity: 0;
-moz-transform:scale(1);
}
100% {
opacity: 0;
-moz-transformm:scale(1.1);
}
}
@-webkit-keyframes
slideShow { 0% {
opacity: 0;
-webkit-transform:scale(1.1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
30% {
opacity: 0;
-webkit-transform:scale(1);
}
100% {
opacity: 0;
-webkit-transformm:scale(1.1);
}
} | qijia/static/css/slideshow.css | * {
margin: 0;
padding: 0;
}
.pic-wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
figure {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
/*animation*/
animation: slideShow 24s linear infinite 0s;
-o-animation: slideShow 24s linear infinite 0s;
-moz-animation: slideShow 24s linear infinite 0s;
-webkit-animation: slideShow 24s linear infinite 0s;
}
figurecaption {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
}
.pic-1 {
opacity: 1;
background: url(https://picsum.photos/1920/1080/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pic-2 {
animation-delay: 6s;
-o-animation-delay: 6s;
-moz--animation-delay: 6s;
-webkit-animation-delay: 6s;
background: url(https://picsum.photos/1920/1081/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pic-3 {
animation-delay: 12s;
-o-animation-delay: 12s;
-moz--animation-delay: 12s;
-webkit-animation-delay: 12s;
background: url(https://picsum.photos/1920/1082/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pic-4 {
animation-delay: 18s;
-o-animation-delay: 18s;
-moz--animation-delay: 18s;
-webkit-animation-delay: 18s;
background: url(https://picsum.photos/1920/1083/?random) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* keyframes*/
@keyframes
slideShow {
0% {
opacity: 0;
transform:scale(1.1);
-ms-transform:scale(1.1);
}
5% {
opacity: 1;
}
25% {
opacity: 1;
}
30% {
opacity: 0;
transform:scale(1);
-ms-transform:scale(1);
}
100% {
opacity: 0;
transform:scale(1.1);
-ms-transformm:scale(1.1);
}
}
@-o-keyframes
slideShow { 0% {
opacity: 0;
-o-transform:scale(1.1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
30% {
opacity: 0;
-o-transform:scale(1);
}
100% {
opacity: 0;
-o-transformm:scale(1.1);
}
}
@-moz-keyframes
slideShow { 0% {
opacity: 0;
-moz-transform:scale(1.1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
30% {
opacity: 0;
-moz-transform:scale(1);
}
100% {
opacity: 0;
-moz-transformm:scale(1.1);
}
}
@-webkit-keyframes
slideShow { 0% {
opacity: 0;
-webkit-transform:scale(1.1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
30% {
opacity: 0;
-webkit-transform:scale(1);
}
100% {
opacity: 0;
-webkit-transformm:scale(1.1);
}
} | 0.496826 | 0.104523 |
.img-profile{height:40%;width:40%;}
.img-portfolio{height:50%;width:70%;display:block;margin:auto;}
.svg-align{text-align:center;}
.list-align{text-align:left !important;padding-left:0pt !important;margin-left:auto !important;margin-right:auto !important;display:table !important;}
.console-full{width:100%;height:100%;margin:0;padding:0;overflow:hidden;}
.about-console{background-color:#16191b;}
.modal-size{width:50%;}
.main-title{z-index:1;position:absolute;display:block;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;white-space: nowrap;}
.code-section{text-align:left;}
.api-link{font-size:30px;}
#console{font-family:'Roboto Mono', monospace;color:#fff;width:100%;margin-left:auto;margin-right:auto;margin-top:100px;font-size:14px;background-color:#16191b;}
#a{color:#0f0;}
#c{color:#0bc;}
#b{color:#ff0096;}
.console-left{text-align:left;}
.p-portfolio{font-size:16px;}
.h3-skills{text-align:center;}
.chat-image{width:10%;height:20%;}
.chat-text{color:#000;}
.chat{list-style:none;margin:0;padding:0;}
.chat li{margin-bottom:10px;padding-bottom:5px;border-bottom:1px dotted #B3A9A9;}
.chat li.left .chat-body{margin-left:60px;}
.chat li.right .chat-body{margin-right:60px;}
.chat li .chat-body p{margin:0;color:#777777;}
.panel .slidedown .glyphicon, .chat .glyphicon{margin-right:5px;}
.panel-body{overflow-y:scroll;height:250px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#F5F5F5;}
::-webkit-scrollbar{width:12px;background-color:#F5F5F5;}
::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555;}
.chat-section{font-family:"Helvetica Neue";font-size:20px;font-weight:normal;margin:50px auto;div{max-width:255px;word-wrap:break-word;margin-bottom:20px;line-height:24px;}
}
.clear-chat{clear:both}
.from-me{position:relative;padding:10px 20px;color:white;background:#0B93F6;border-radius:25px;float:right;&:before{content:"";position:absolute;z-index:-1;bottom:-2px;right:-7px;height:20px;border-right:20px solid #0B93F6;border-bottom-left-radius:16px 14px;-webkit-transform:translate(0, -2px);}
&:after{content:"";position:absolute;z-index:1;bottom:-2px;right:-56px;width:26px;height:20px;background:white;border-bottom-left-radius:10px;-webkit-transform:translate(-30px, -2px);}
}
.from-them{position:relative;padding:10px 20px;background:#E5E5EA;border-radius:25px;color:black;float:left;&:before{content:"";position:absolute;z-index:2;bottom:-2px;left:-7px;height:20px;border-left:20px solid #E5E5EA;border-bottom-right-radius:16px 14px;-webkit-transform:translate(0, -2px);}
&:after{content:"";position:absolute;z-index:3;bottom:-2px;left:4px;width:26px;height:20px;background:white;border-bottom-right-radius:10px;-webkit-transform:translate(-30px, -2px);}
} | app/static/css/index.css | .img-profile{height:40%;width:40%;}
.img-portfolio{height:50%;width:70%;display:block;margin:auto;}
.svg-align{text-align:center;}
.list-align{text-align:left !important;padding-left:0pt !important;margin-left:auto !important;margin-right:auto !important;display:table !important;}
.console-full{width:100%;height:100%;margin:0;padding:0;overflow:hidden;}
.about-console{background-color:#16191b;}
.modal-size{width:50%;}
.main-title{z-index:1;position:absolute;display:block;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;white-space: nowrap;}
.code-section{text-align:left;}
.api-link{font-size:30px;}
#console{font-family:'Roboto Mono', monospace;color:#fff;width:100%;margin-left:auto;margin-right:auto;margin-top:100px;font-size:14px;background-color:#16191b;}
#a{color:#0f0;}
#c{color:#0bc;}
#b{color:#ff0096;}
.console-left{text-align:left;}
.p-portfolio{font-size:16px;}
.h3-skills{text-align:center;}
.chat-image{width:10%;height:20%;}
.chat-text{color:#000;}
.chat{list-style:none;margin:0;padding:0;}
.chat li{margin-bottom:10px;padding-bottom:5px;border-bottom:1px dotted #B3A9A9;}
.chat li.left .chat-body{margin-left:60px;}
.chat li.right .chat-body{margin-right:60px;}
.chat li .chat-body p{margin:0;color:#777777;}
.panel .slidedown .glyphicon, .chat .glyphicon{margin-right:5px;}
.panel-body{overflow-y:scroll;height:250px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#F5F5F5;}
::-webkit-scrollbar{width:12px;background-color:#F5F5F5;}
::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555;}
.chat-section{font-family:"Helvetica Neue";font-size:20px;font-weight:normal;margin:50px auto;div{max-width:255px;word-wrap:break-word;margin-bottom:20px;line-height:24px;}
}
.clear-chat{clear:both}
.from-me{position:relative;padding:10px 20px;color:white;background:#0B93F6;border-radius:25px;float:right;&:before{content:"";position:absolute;z-index:-1;bottom:-2px;right:-7px;height:20px;border-right:20px solid #0B93F6;border-bottom-left-radius:16px 14px;-webkit-transform:translate(0, -2px);}
&:after{content:"";position:absolute;z-index:1;bottom:-2px;right:-56px;width:26px;height:20px;background:white;border-bottom-left-radius:10px;-webkit-transform:translate(-30px, -2px);}
}
.from-them{position:relative;padding:10px 20px;background:#E5E5EA;border-radius:25px;color:black;float:left;&:before{content:"";position:absolute;z-index:2;bottom:-2px;left:-7px;height:20px;border-left:20px solid #E5E5EA;border-bottom-right-radius:16px 14px;-webkit-transform:translate(0, -2px);}
&:after{content:"";position:absolute;z-index:3;bottom:-2px;left:4px;width:26px;height:20px;background:white;border-bottom-right-radius:10px;-webkit-transform:translate(-30px, -2px);}
} | 0.190347 | 0.059537 |
body {
}
#head{
display: inline-block;
position: absolute;
width: 300px;
height: 300px;
background-color: yellow;
border-radius: 50%;
border: 2px solid black;
}
#leftEye{
display: inline-block;
position: absolute;
width: 55px;
height: 55px;
background-color: white;
border-radius: 50%;
border: 2px solid black;
margin: 60px;
}
#leftDot{
display: inline-block;
position: absolute;
width: 15px;
height: 15px;
background-color: black;
border-radius: 50%;
border: 2px solid black;
margin-left: 27px;
margin-top: 27px;
}
#rightDot{
display: inline-block;
position: absolute;
width: 15px;
height: 15px;
background-color: black;
border-radius: 50%;
border: 2px solid black;
}
#rightEye{
display: inline-block;
position: absolute;
width: 55px;
height: 55px;
background-color: white;
border-radius: 50%;
border: 2px solid black;
margin: 60px;
margin-left: 180px;
}
#nose{
display: inline-block;
position: absolute;
width: 45px;
height: 45px;
background-color: red;
border-radius: 50%;
border: 2px solid black;
margin: 60px;
margin-left: 125px;
margin-top: 120px;
}
#mouth{
display: inline-block;
position: absolute;
width: 145px;
height: 55px;
background-color: white;
border-radius: 35px;
border: 2px solid black;
margin: 60px;
margin-left: 75px;
margin-top: 185px;
}
#tOne{
display: inline-block;
position: absolute;
width: 25px;
height: 25px;
background-color: white;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border: 2px solid black;
margin-left: 43px;
border-top: none;
}
#tTwo{
display: inline-block;
position: absolute;
width: 25px;
height: 25px;
background-color: white;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border: 2px solid black;
margin-left: 72px;
border-top: none;
} | web-fundamentals/css-overview-myHomework/SoftUniStudent/SoftUniStudent.css | body {
}
#head{
display: inline-block;
position: absolute;
width: 300px;
height: 300px;
background-color: yellow;
border-radius: 50%;
border: 2px solid black;
}
#leftEye{
display: inline-block;
position: absolute;
width: 55px;
height: 55px;
background-color: white;
border-radius: 50%;
border: 2px solid black;
margin: 60px;
}
#leftDot{
display: inline-block;
position: absolute;
width: 15px;
height: 15px;
background-color: black;
border-radius: 50%;
border: 2px solid black;
margin-left: 27px;
margin-top: 27px;
}
#rightDot{
display: inline-block;
position: absolute;
width: 15px;
height: 15px;
background-color: black;
border-radius: 50%;
border: 2px solid black;
}
#rightEye{
display: inline-block;
position: absolute;
width: 55px;
height: 55px;
background-color: white;
border-radius: 50%;
border: 2px solid black;
margin: 60px;
margin-left: 180px;
}
#nose{
display: inline-block;
position: absolute;
width: 45px;
height: 45px;
background-color: red;
border-radius: 50%;
border: 2px solid black;
margin: 60px;
margin-left: 125px;
margin-top: 120px;
}
#mouth{
display: inline-block;
position: absolute;
width: 145px;
height: 55px;
background-color: white;
border-radius: 35px;
border: 2px solid black;
margin: 60px;
margin-left: 75px;
margin-top: 185px;
}
#tOne{
display: inline-block;
position: absolute;
width: 25px;
height: 25px;
background-color: white;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border: 2px solid black;
margin-left: 43px;
border-top: none;
}
#tTwo{
display: inline-block;
position: absolute;
width: 25px;
height: 25px;
background-color: white;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border: 2px solid black;
margin-left: 72px;
border-top: none;
} | 0.500488 | 0.09314 |
a {
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
color: #379afd;
text-decoration: none;
font-weight: 600;
padding: 2px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
a:hover {
color: #083d71;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
a,a:visited,a:hover,a:active{
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
text-decoration:none;
}
.subtitle a {
padding: 0; /* Removes weird offset in subtitle links */
}
a.display-block {
display: block;
}
a.underline {
text-decoration: underline;
}
/* Animated links */
.u, .utb {
position: relative; /* So the psuedo-elements are positioned correctly */
}
/* Underline */
.u:after {
content: "";
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
height: 0.1rem;
width: 0;
background: #7C8B9A;
bottom: -0.25em;
}
.u:hover:after {
width: 100%
}
.u-LR:after { /* Left to Right */
left: 0;
}
.u-RL:after { /* Right to Left */
right: 0;
}
.u-RL:hover:after {
width: 100%;
}
.u-C:after { /* Center Outwards */
left:50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
}
/* Underline top and bottom */
.utb:before, .utb:after {
content: "";
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
height: 0.1rem;
width: 0;
background: #7C8B9A;
}
.utb:before {
top: -0.25em;
}
.utb:after {
bottom: -0.25em;
}
.utb:hover:before, .utb:hover:after {
width: 100%;
}
.utb-LR:before, .utb-LR:after {
left: 0;
}
.utb-RL:before, .utb-RL:after {
right: 0;
}
.utb-C:before, .utb-C:after {
left: 50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
}
/* Opposite start */
.utb-OLR:before { /* Suffix denotes border transition direction for the top border (left to right). Bottom border will be the opposite direction */
left: 0;
}
.utb-OLR:after {
right: 0;
}
.utb-ORL:before {
right: 0;
}
.utb-ORL:after {
left: 0;
}
/* Links with square borders */
/* Please note that usquare is the parent span (not div) which would create the left and right borders. The link (.utb-OLR) gets nested within this */
.usquare{
box-sizing:border-box; /* keeps the border from resizing the link */
margin-left: 0.4rem;
position: relative;
overflow: hidden;
}
.usquare a{
position: static;
padding: 0.2rem 0.4rem;
}
.usquare:before, .usquare:after{
content: "";
box-sizing: border-box;
transition: 0.25s all ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
width: 2px;
width: 0.1 rem;
height: 0;
background: #7C8B9A;
}
.usquare:before{
left: 0;
bottom: -0.2rem;
}
.usquare.delay:before{
transition-delay: 0.6s;
}
.usquare:after{
right: 0;
top: -0.2rem;
}
.usquare.delay:after{
transition-delay: 0.2s;
}
.usquare a:before {
left:0;
transition: 0.25s all ease;
}
.usquare a:after {
right:0;
transition: 0.25s all ease;
}
.usquare.delay a:after {
transition: 0.25s all ease 0.4s;
}
.usquare:hover:before, .usquare:hover:after{
height:calc(100% + 0.4rem); /* Makes the left and right borders */
}
.usquare:hover a:before, .usquare:hover a:after{
width:100%;
}
/* Makes the regular link have slightly more padding */
.btn-link {
padding: 0.5rem;
} | src/links.css |
a {
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
color: #379afd;
text-decoration: none;
font-weight: 600;
padding: 2px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
a:hover {
color: #083d71;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
a,a:visited,a:hover,a:active{
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
text-decoration:none;
}
.subtitle a {
padding: 0; /* Removes weird offset in subtitle links */
}
a.display-block {
display: block;
}
a.underline {
text-decoration: underline;
}
/* Animated links */
.u, .utb {
position: relative; /* So the psuedo-elements are positioned correctly */
}
/* Underline */
.u:after {
content: "";
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
height: 0.1rem;
width: 0;
background: #7C8B9A;
bottom: -0.25em;
}
.u:hover:after {
width: 100%
}
.u-LR:after { /* Left to Right */
left: 0;
}
.u-RL:after { /* Right to Left */
right: 0;
}
.u-RL:hover:after {
width: 100%;
}
.u-C:after { /* Center Outwards */
left:50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
}
/* Underline top and bottom */
.utb:before, .utb:after {
content: "";
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
height: 0.1rem;
width: 0;
background: #7C8B9A;
}
.utb:before {
top: -0.25em;
}
.utb:after {
bottom: -0.25em;
}
.utb:hover:before, .utb:hover:after {
width: 100%;
}
.utb-LR:before, .utb-LR:after {
left: 0;
}
.utb-RL:before, .utb-RL:after {
right: 0;
}
.utb-C:before, .utb-C:after {
left: 50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
}
/* Opposite start */
.utb-OLR:before { /* Suffix denotes border transition direction for the top border (left to right). Bottom border will be the opposite direction */
left: 0;
}
.utb-OLR:after {
right: 0;
}
.utb-ORL:before {
right: 0;
}
.utb-ORL:after {
left: 0;
}
/* Links with square borders */
/* Please note that usquare is the parent span (not div) which would create the left and right borders. The link (.utb-OLR) gets nested within this */
.usquare{
box-sizing:border-box; /* keeps the border from resizing the link */
margin-left: 0.4rem;
position: relative;
overflow: hidden;
}
.usquare a{
position: static;
padding: 0.2rem 0.4rem;
}
.usquare:before, .usquare:after{
content: "";
box-sizing: border-box;
transition: 0.25s all ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
width: 2px;
width: 0.1 rem;
height: 0;
background: #7C8B9A;
}
.usquare:before{
left: 0;
bottom: -0.2rem;
}
.usquare.delay:before{
transition-delay: 0.6s;
}
.usquare:after{
right: 0;
top: -0.2rem;
}
.usquare.delay:after{
transition-delay: 0.2s;
}
.usquare a:before {
left:0;
transition: 0.25s all ease;
}
.usquare a:after {
right:0;
transition: 0.25s all ease;
}
.usquare.delay a:after {
transition: 0.25s all ease 0.4s;
}
.usquare:hover:before, .usquare:hover:after{
height:calc(100% + 0.4rem); /* Makes the left and right borders */
}
.usquare:hover a:before, .usquare:hover a:after{
width:100%;
}
/* Makes the regular link have slightly more padding */
.btn-link {
padding: 0.5rem;
} | 0.31542 | 0.046965 |
.dark-logo {
height: 60px;
/*position: absolute;*/
/* width: 310px;*/
left: 60px;
}
.fix-header .navbar-static-top{
box-shadow: 0px 4px 18px rgb(0 0 0 / 20%);
}
div#page-wrapper .modal-content {
border: none;
}
input.form-control.video_url {
font-size: 8px;
font-weight: 500;
}
.video-copy {
width: 100%;
position: relative;
}
.video-copy i.mdi.mdi-content-copy {
position: absolute;
right: 5px;
top: 6px;
}
label.pdlt.fullwidth {
text-align: center;
}
input#videolocationsearch {
font-weight: 500;
font-size: 9px;
}
span.url {
word-break: break-all;
padding: 10px;
margin: 10px 0px;
width: 100%;
float: left;
border: 1px solid #ccc;
}
.col-md-6.location {
margin: 0px 25%;
text-align: center;
}
select#asset_type{padding: 0px 156px;}
.tagsinput1 .select2-container--default .select2-selection--single {
border: none;
}
.mt-25{margin-top: 25px;}
.mb-25{margin-bottom: 25px;}
.white-box{max-width: 100%;}
.redlincle{text-decoration: none!important}
.card-body.wizard-content h6.card-subtitle {
text-align: center;
font-size: 17px;
font-weight: 400;
}
.pdlt-img{width: 100%;height:auto;float:left;}
.card-body.wizard-content h6.card-subtitle + label.control-label {
width: 100%;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-size: 22px;
}
select#asset_type {
font-size: 18px;
font-weight: 500;
text-align: center;
color: #5a5757;
border: 1px solid #b3b3b3;
max-width: 400px;
margin: 0px auto;
}
.navbar-header {
background: #fff !important;
}
.modal-backdrop{
z-index: 1080;
}
.modal{
z-index: 1081;
}
label.wdt {
width: 100%;
}
a.view1 {
cursor: pointer;
}
button.close {
opacity: 0.4;
}
.loader-background {
width: 100%;
height: 100%;
float: left;
background: rgba(255,255,255,0.7);
position: absolute;
top: 0px;
}
.dropdown.bootstrap-select.show-tick span.bs-caret {
display: none;
}
img#photo_show{width: 100%;height:auto;float: left;}
.loader-background .loader {
border: 2px solid #e6dfdf;
border-radius: 50%;
border-top: 2px solid #3498db;
width: 30px;
height: 30px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position:absolute;
top:calc(50% - 15px);
left:calc(50% - 15px);
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.modal-content {float: left;}
div#Viewpage .vd {
width: 100%;
text-align: center;
}
.modal-dialog.modal-lg .modal-content {
width: 100%;
}
div#Viewpage a.recent-content__add.btn.primary.medium.rightbtn {
float: right;
position: absolute;
right: 60px;
top: 10px;
}
img#image_url {
width: 100%;
}
.min-he {
height: auto;
top: 120px !important;
position: absolute;
height: auto !important;
}
select.form-element.ng-pristine.ng-untouched.ng-valid.ng-not-empty {
padding: 10px 0px;
border: 1px solid #c6c6c6;
margin: 0 0 0 4px;
}
div#Viewpage .modal-content {
width: 80%!important;
margin: 90px 10%!important;
border: 4px solid #0186cb;
}
.form-group.description{
margin-top: 100px;
}
div#Viewpage .content.clearfix {
min-height: 100px!important;
}
div#Viewpage .wizard-content{
padding: 10px 25px 0px 25px;
margin-bottom: 0px!important;
}
div#Viewpage img.photo-show {
width: 100%!important;
margin: 0px 0px;
padding-left: 0px;
float: left;
height: auto;
margin-bottom: 25px;
}
div#Viewpage label.pdlt.description {
font-size: 18px;
line-height: 28px;
}
div#Viewpage p.description{
border: 1px solid #ccc;
padding: 50px;
}
.reference-search__select-container ol.selected-references-new{
padding: 0px;width: 100%;
}
th.publish {
min-width: 176px;
}
.Viewpage .modal-dialog {
width: 85%;
}
.reference-search__select-container ol.selected-references-new li{
width: 100%;
background: #eee;
padding: 5px 15px;
border-radius: 5px;
margin-bottom: 5px;
}
button.go-to-page__link {
background: #26599d;
border: none;
height: 40px;
padding: 0px 12px;
border-radius: 3px;
color: #fff;
font-size: 16px;
font-weight: 400;
}
.footer-tablelist {
width: 100%;
height: auto;
display: block;
min-height:80px;
}
form.go-to-page .standardInput.form-input input.go-to-page__input.form-element {
border: 1px solid #c6c6c6;
height: 3.9rem;
padding: .65rem;
font-size: 1.3rem;
margin-right: 10px;
}
form.go-to-page label.go-to-page__label {
font-size: 15px;
font-weight: 400;
padding: 0px 10px;
color: #777;
}
a.unpublish {
color: #888888;
}
form.go-to-page {
float: right;
display: flex;
align-items: center;
padding: 15px 0px;
}
nav.paginations {
float: left;
}
.btn-group {
padding-bottom: 10px;
}
th.action {
min-width: 125px;
}
#Viewpage .modal-dialog {
width: 85%;
}
.thub-img {
max-height: 200px;
width: 100%;
float: left;
overflow: hidden;
border-radius:3px;
border: 1px solid #b3b3b3;
padding:5px;
margin-bottom:10px;
}
.thub-img img.t-img {
height: 100%!Important;
width: 100%;
float: left;
object-fit: contain;
}
.table thead { background: #bac2ff; color:#000; }
.dropdown-menu.open {
min-width: 100%!important;
max-width: 100%;
}
.form-horizontal .control-label { text-align: left; }
.form-group textarea {width: 100%; border: 1px solid #b3b3b3;}
.menu-icon-box {padding: 0 19px;}
.form-group input { width: 100%;border: 1px solid #b3b3b3;padding: 6px;border-radius: 4px;}
.form-control {border: 1px solid #b3b3b3}
/* live match page css start */
h6.intro {display: inline-block;}
select.select2.m-b-10.select2-multiple.draft_required_exclude {height: 38px;}
/* live match page css end*/
/* left menu css bg*/
/*.selected a.waves-effect.active {
background: #707cd2;
color: #ffffff;
font-weight: 500;
}*/
#side-menu a.waves-effect.active { background:#26599d; }
#side-menu li a i{
color: #ffffff;
border-left: 0px solid #fff;
}
span.hide-menu {
color: #fff;
}
.navbar-default.sidebar {
background: #26599d;
box-shadow: 1px 0px 20px rgb(0 0 0 / 8%);
}
#side-menu ul li a.active { font-weight: 500 !important; }
/* promos page css start */
.top-search {
margin: 21px 0;
}
.content-block, .card, .form-block fieldset {
background: #fff;
margin: 0 0 1.3rem;
box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.card, .form-block fieldset {
display: block;
padding: 20px 20px 0;
width: auto;
position: relative;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default:focus {
outline: 0px!important;
outline-offset: 0px;
}
div.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 1px solid #c7c4c4;
float: left;
width: 80%; border-radius: 4px;
background: #fff;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right: 0px;
}
div.example button {
float: left;
width: 13%;
padding: 10px;
background: #0186cb;
color: white;
font-size: 17px;
border: 1px solid #0186cb;
border-left: none;
cursor: pointer;
border-radius: 4px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
div.example button:hover {
background: #0b7dda;
}
div.example::after {
content: "";
clear: both;
display: table;
}
.content_text p { font-size: 24px; color: #013896; border-bottom: 1px solid}
.custom-select label {
display: flex;
}
.custom-select select {
width: 100%;
height: 35px;
border-radius: 4px;
}
.btn--toggle-filter {
background: #0186cb;
border: 1px solid #0186cb;
color: #fff;
border-radius: .2rem;
cursor: pointer;
display: inline-block;
font: inherit;
font-size: 1.04rem;
font-weight: 500;
height: 3.9rem;
line-height: 3.9rem;
min-width: 24px;
overflow: hidden;
padding: 0 1.3rem;
text-align: center;
text-overflow: ellipsis;
text-transform: uppercase;
transition: box-shadow 200ms linear;
vertical-align: top;
white-space: nowrap;
margin-top: 22px;
}
div.example {
padding: 15px 0px 0 0px;
}
ol.content-grid.row {
padding-left: 0;
list-style: none;
}
ol, ul { list-style: none; }
h2.show-data-page {
font-size: 18px;
padding: 0 0 10px;
font-weight: 100;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 12px;
}
.add-new-button {
float: right;
}
h2.show-data-pa {
font-size: 18px;
padding: 0 0 10px;
font-weight: 100;
margin: 0 0 12px;
display:inline-block;
}
.border-bottom {
border-bottom: 1px solid #ccc;
margin-bottom: 21px;
}
table td i.glyphicon.glyphicon-trash {
color: #e20101;
}
table td i.glyphicon.glyphicon-pencil {
color: #ff8100;
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 4.08px;
vertical-align: 4.08px;
content: "";
border-top: 4.8px solid;
border-right: 4.8px solid transparent;
border-bottom: 0;
border-left: 4.8px solid transparent;
}
/*[class*='col-'] {
width: 100%;
flex: 0 0 auto;
padding: 0 9px;
}*/
.content-grid figure .image {
display: block;
margin: auto;
transition: opacity .5s;
position: relative;
width: 100%;
height: 100%;
}
.content-grid figure {
background: #fafafa;
display: flex;
align-items: center;
}
[data-icon='down']::before {
content: "\EA2E";
}
[data-icon]::before {
font-family: 'cms-icons';
font-style: normal;
margin-right: 5px;
text-transform: none;
text-rendering: auto;
}
.content-grid figure img {
display: block;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
max-width: 100%;
}
div#Favourites_model .modal-content{width: 100%!important}
.navbar-static-top{
z-index: 1042;
}
div#Favourites_model .modal-content {
width: calc(100% - 40px)!important;
padding: 0px;
border: none;
box-shadow: none;
}
body.fix-header.modal-open .navbar-static-top{
z-index: 1000;
}
.tagsinput1 span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,.tagsinput1 span.select2.select2-container.select2-container--default {
width: 100%!Important;
border: 1px solid #b3b3b3;
padding: 6px;
border-radius: 4px;
background: #fff;
}
.tagsinput1 ul.select2-selection__rendered li.select2-selection__choice {
background: #26599d;
border-radius: 3px 0 0 3px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 2.6rem;
line-height: 2.6rem;
padding: 0 1.82rem 0 15px;
position: relative;
margin: 0 .65rem 1.3rem 0;
transition: all .2s;
-webkit-user-select: none;
overflow: hidden;
border: none!Important;
}
.tagsinput1 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: normal;
margin-right: 10px;
}
ul.select2-selection__rendered li.select2-selection__choice:after {
background: #fff;
border-bottom: 13px solid transparent;
border-left: 10px solid #26599d;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
transition: all .2s;
}
.tagsinput1 .select2-container--default.select2-container--focus span.select2-selection.select2-selection--multiple,.tagsinput1 span.select2-selection.select2-selection--multiple {
border: none;
} {
border: none;
padding: 0px;
}
.tagsinput1 h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
div#collapsingsidebar {
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
height: auto;
position: relative;
z-index: 999;
float: right;
top: 30px;
right: 0;
background-color: #eceef5;
transition: 0.5s;
margin-right: 2px;
width: calc(45% - 2px);
padding: 0px 15px;
min-height: 200px;
border: 1px solid #eceef5;
border-radius: 7px;
box-shadow: 2px 2px 2px rgb(0 0 0 / 13%);
}
button#collapsesidebar-btn span {
position: relative;
}
button#collapsesidebar-btn span:before {
content: "\F142";
display: inline-block;
font: normal normal normal 24px/1 "Material Design Icons";
padding: 0px;
font-size: 21px;
line-height: 18px;
margin: 0px;
position: relative;
top: 2px;
}
section.body{
transition: margin-left .5s;
padding: 16px;
margin-top: 50px;
width: 55%;
padding-left: 0px;
float: left;
padding-left: 0px!important;
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
button#collapsesidebar-btn {
float: right;
color: #fff;
height: 40px;
border: none;
font-size: 14px;
font-weight: 400;
width: 150px;
border-radius: 5px;
background: #26599d;
}
div#collapsingsidebar.collapssidebar.collapse-deactive {
width: 0px;padding:0px;display: none;
}
section.body.collapse-deactive{
margin-right:0px;width: 100%;
}
.content-grid__item {
display: flex;
flex-direction: column;
}
ol.content-grid.row {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-flow: row wrap;
margin-right: -9px;
margin-left: -9px;
margin-top: 40px;
}
.standardInput.form-input select#content_from {
padding: 10px 0px; border:1px solid #c6c6c6;
margin: 0 0 0 4px;
}
.bulk-edit-control__multi-select.drop-down {
/* display: inline-block; */
width: 87px;
float: left;
}
select.form-element.ng-pristine.ng-untouched.ng-valid.ng-empty {
border: 1px solid #c6c6c6;
height: 40px;
padding: 5px;
margin: 4px;
}
.filter {
float: left;
width: auto;
margin: 0 9px;
}
h3.layout-left {
font-size: 14px;
font-weight: 500;
}
.filter-wrapper select, .filter-wrapper ul, .filter-wrapper h3, .filter-wrapper dt, .filter-wrapper .standardInput label, .standardInput .filter-wrapper label, .filter-wrapper .field-label, .filter-wrapper .label-standard, .filter-wrapper .u-text-select {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
width: auto;
}
.content-control-wrapper {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 1.3rem;
}
.between-xs {
justify-content: space-between;
}
.row--no-margin {
margin: 0;
}
.bulk-edit-control.col-md-4 {
margin-top: -20px;
}
.content-control-wrapper.row.row--no-margin.between-xs { padding-bottom: 9px; }
li.btn.primary.active {
background: #0186CB;
border-color: #0186CB;
color: #fff;
}
li.btn.primary {
background: #ccc;
}
li.btn.primary2.active {
background: #0186CB;
border-color: #0186CB;
color: #fff;
}
.bg-title .breadcrumb .active {
color: #26599d!important;
}
a.recent-content__add.btn.primary.medium {
background: #0186cb;
color: #fff;
}
.list_view thead tr th {
border-top: 1px solid #0186cb!important;
border-bottom: 1px solid #0186cb!important;
border: 1px solid #037ebd!important;
}
a.recent-content__add.btn.primary.medium:hover { background: #016598; }
.filter ul { padding-left: 0px; }
li.btn.primary2 {
background: #ccc;
}
.info dt.id, dt.type,dt.date,dt.language {
float: left;
padding: 0 5px 0 0;
}
.info dt { float: left; }
.info dd {
margin-left: 0;
margin: 10px 0;
}
/* promos css end */
/* dashboard page css start*/
.quick-links {margin: 20px 0;padding: 16px 20px;}
.quick-links__label {color: #888; float: left;}
.quick-links__list {margin-bottom: 0; }
.quick-links__link { display: inline-block; margin: 0 20px;}
.action-link {color: #555;text-decoration: underline;}
.action-link:hover, .action-link:active {color: #0186CB;}
.recent-content__header {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
/*margin-bottom: 10px;*/
border-bottom: 1px solid #e2e2e2;
min-height: 40px;
}
.recent-content__title {
font-size: 16px;
font-weight: 400;
margin: 0; color: #555;
}
.recent-content__item-title:hover, .recent-content__item-title:active, .recent-content__title:hover, .recent-content__title:active {
color: #0186CB;
text-decoration: underline;
}
.recent-content__content-wrap {
min-height: 26rem;
}
.recent-content__list {
table-layout: fixed;
}
.table {
border-collapse: collapse;
display: table;
overflow-x: auto;
margin: 0 0 20px;
width: 100%;
}
.fade-lazy {
opacity: 1;
}
.table .table-row[href], .table .table-row.hover, .table .table-row--hover {
border-bottom: 1px solid #e2e2e2; padding: 12px;
}
.table .table-row[href]:nth-child(2n+1), .table .table-row.hover:nth-child(2n+1), .table .table-row--hover:nth-child(2n+1) {
background: #fafafa;
}
.table .table-row[href]:hover, .table .table-row.hover:hover, .table .table-row--hover:hover {
background: #eceef5 !important;
}
.recent-content__item-title, .recent-content__title {
color: #555; font-size: 20px;
}
.table .table-cell.id, .table .table-cell--id {
color: #888;
/* width: 60px;
max-width: 90px;*/
float: left;
}
.table .table-cell {
/* display: table-cell; */
/* height: 60px; */
padding: 3px 5px;
/* vertical-align: middle; */
}
.recent-content__item-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
height: 28px;
padding: 0px 20px;
font-size: 15px;
margin: 0px 0 0 0;
}
a.view-all-button {
background: #fff;
padding: 10px 15px;
border: 1px solid #c6c6c6; color:#555; font-weight: 500;
}
a.view-all-button:hover {
background: #cbd0e3;
color: inherit;
}
.content-block, .card, .form-block fieldset {
background: #fff;
margin: 0 0 20px;
box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.card, .form-block fieldset {
display: block;
width: auto;
position: relative;
}
.recent-content {
background: #fff;
padding: 20px;
position: relative;
height: 100%;
}
.View-article-button {
margin: 32px 0 11px 0;
}
i.mdi.mdi-note-plus {
margin-right: 6px;
}
.col-lg-4.u-margin-bottom {
padding-left: 0;
}
/*dashboard page css end */
.content-grid figure {
background: #fafafa;
display: flex;
align-items: center;
height: 13rem;
}
i.mdi.mdi-file-document {
font-size: 60px;
text-align: center;
width: 100%;
text-align: center;
margin: 0 auto;
display: block;
line-height: 120px;
}
a.view1 {
padding: 3px;
}
ul.button_edit {
float: right;
}
.button_edit li {
float: left;
}
a.view {
/* padding: 5px; */
/*border-radius: 50px;
border: 1px solid #ccc;*/
margin: 0 5px;
width: 40px;
height: 40px;
display: block;
text-align: center;
}
ul.button_edit {
float: left;
padding-left: 0;
width: 100%;
padding: 20px 0;
}
.primary.active i.mdi.mdi-apps {
color: #fff;
}
.primary2.active.active i.mdi.mdi-table { color: #fff; }
.select_button {padding-top: 29px;}
select#selcontent {
padding: 3px 15px;
border-radius: 4px;
background: #e5e9eb;
color: #000;
}
select#selcontent {
padding: 3px 15px;
border-radius: 4px;
background: #e5e9eb;
color: #000;
}
button#selectall {
background: #0185ca;
border: none;
padding: 4px 17px;
color: #fff;
}
.white-box {
background: #ffffff;
padding: 36px 14px !important;
margin-bottom: 30px;
margin-top: 20px; float: left;
}
button.btn.btn-info.btn-lg.btn-block.btn-rounded.text-uppercase.waves-effect.waves-light {
width: 78%;
}
div#Viewpage .content p.description {
font-size: 15px;
line-height: 25px;
font-weight: 400;
text-transform: capitalize;
border: 1px solid #ccc;
padding: 11px 10px;
height: 161px;
width: 100%;
overflow: hidden;
overflow-y: scroll;
text-align: left;
}
div#Viewpage h2.head-title {
font-size: 26px;
line-height: 36px;
font-weight: 300;
margin:0px;
}
div#Viewpage .date {
font-size: 15px;
font-weight: 300;
}
div#Viewpage section.body {
width: 100%;margin-top: 0px;padding-right: 0px;
}
#Viewpage button#collapsesidebar-btn {
padding-top: 14px;
position: relative;
z-index: +9999;
padding:0px;
}
div#Viewpage h2 {
font-weight: 500;
}
#Viewpage h3 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
font-weight: 500;
}
.col-md-6.float-right {
text-align: right;
}
div#Viewpage .actions , div#Viewpage .steps {
display: none;
}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-8 {
float: right;
}
.select-all-div {
float: left;
padding: 5px 10px;
background: #ccc;
border-radius: 4px;
margin-top: 5px; font-weight: 500;
}
.selectedvalue {
width: 100%;
height: auto;
float: left;
margin: 10px 0px;
}
div#Allfilter .reference-search ul.dropdown-menu.inner li span.text {
width: calc(100% - 30px);
overflow-x: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
div#Allfilter .reference-search ul.dropdown-menu.inner li span.glyphicon.glyphicon-ok.check-mark {
border: 1px solid #0186cb;
padding: 2px;
font-size: 11px;
font-weight: normal;
color: #0186cb;
background: #fff;
margin-top: 5px;
}
button.addtocontentrefrence {
width: 100%;
position: absolute;
bottom: 0px;
border: none;
background: #0186CB;
color: #fff;
font-size: 14px;
line-height: 20px;
font-weight: 400;
left: 0px;
}
.reference-search .inner.open {
padding-bottom: 17px;
}
.selectedvalue .selectedcol {
width: 100%;
height: auto;
float: left;
background-color: #dfe3f1;
border: 1px solid #e2e2e2;
padding: 6px 10px;
border-radius: 4px;
display: flex;
align-items: self-start;
align-items: center;
justify-content: space-between;
margin-bottom:3px;
position: relative;
}
label.pdlt span.date {
padding-right: 35px;
}
/*css update*/
div#Viewpage .vd-dec {
font-size: 15px;
line-height: 25px;
font-weight: 400;
text-transform: capitalize;
border: 1px solid #ccc;
padding: 11px 10px;
height: 161px;
width: 100%;
overflow: hidden;
overflow-y: scroll;
text-align: left;
}
div#Viewpage h2.head-title{font-size: 19px;}
div#Viewpage label.pdlt {
font-size: 14px;
line-height: 28px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.form-group.description {
margin-top: 5px!important;
}
div#Viewpage .modal-content {
width: 70%!important;
margin: 90px 15%!important;
border: 4px solid #0186cb;
}
div#Viewpage .date {
font-size: 14px;
font-weight: 300;
padding-right: 20px;
}
div#Viewpage label.pdlt.description {
text-align: center;
width: 100%;
}
div#Viewpage img.art-img {
width: 100%!important;
max-height: 200px;
}
div#Viewpage form-group.description {
margin-top: 0px!important;
}
div#Viewpage div#content {
border: 1px solid #ccc;
padding: 11px 10px;
height: 161px;
width: 100%;
overflow: hidden;
overflow-y: scroll;
}
div#Viewpage .vd-dec::-webkit-scrollbar,div#Viewpage div#content::-webkit-scrollbar,div#Viewpage .content p.description::-webkit-scrollbar {
width: 3px;
}
div#Viewpage .vd label.pdlt.fullwidth {
text-align: center!important;
}
div#Viewpage .vd-dec::-webkit-scrollbar-track, div#Viewpage div#content::-webkit-scrollbar-track,div#Viewpage .content p.description::-webkit-scrollbar-track {
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.navbar-default.sidebar.nav-active {
width: 240px;
}
/*
.sidebar:hover {
width: 60px!important;
}*/
.navbar-default.sidebar.nav-active:hover{
width: 240px!important;
}
.container {
width: 100%;
}
.sidebar:hover .sidebar-head {
width: 240px!important;
text-align: right;
}
.sidebar:hover .sidebar-head h3 {
transform: rotate(180deg);
text-align: left;
position: relative;
bottom: 3px;
}
#side-menu li.devider{display: none;}
.sidebar .sidebar-head{width: 60px!important;}
.navbar-default.sidebar.nav-active span.hide-menu {
display: inline;
}
.sidebar:hover span.hide-menu {
display: inline;
}
/*
.sidebar:hover .hide-menu {
display: none;
}
div#page-wrapper.body-active {
margin-left: 240px;
width: calc(100% - 240px)
}*/
ul.nav.nav-second-level.collapse.in a span.hide-menu {
display: inline;
}
li.dd-item.catalog-li.active .dd-handle , li.dd-item.lists-li.active .dd-handle{
background: #2cabe3!important;
color: #fff;
}
div#exampleModalLong {
width: 100%;
float: left;
padding: 0px!important;
}
div#exampleModalLong .modal-dialog {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0%,50%);
left: calc(50% - 190px);
position: absolute;
}
.form-group.clear-b {
clear: both;
}
ul.nav.nav-second-level {
box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
background: #fff;
border-radius: 5px;
background-color: #fff!important;
border-radius: 7px;
padding: 7px 0px;
margin: 0px 18px;
}
.navbar-default.sidebar.nav-active ul.nav.nav-second-level {
background-color: #fff!important;
margin: 0px 18px;
border-radius: 7px;
padding: 7px 0px;
position: relative;
top:0px;
left:0px;
box-shadow: none;
z-index: +9;
}
ul.nav.nav-second-level li a {
font-weight: 400;
}
ul.nav.nav-second-level li a {
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
}
.navbar-default.sidebar.nav-active #side-menu a.waves-effect.arrow-up {
opacity: 1;
}
/*
div#page-wrapper.body-active .custom-select.fiftyper {
font-size: 14px;
}
div#page-wrapper.body-active .row.content-search-header .col-md-3 {
padding: 0px!important;
}
div#page-wrapper.body-active .row.content-search-header .col-md-2 {
padding: 0px!important;
}*/
ul.nav.nav-second-level.collapse.in li a span {
color: #013896!important;
}
#side-menu ul.nav.nav-second-level.collapse.in li a i {
color: #013896;
margin-right: 8px;
min-width: 25px;
text-align: left!important;
}
div#Viewpage label.pdlt.description {
font-size: 14px;
line-height: 28px;
}
div#Viewpage .vd-dec::-webkit-scrollbar-thumb,div#Viewpage div#content::-webkit-scrollbar-thumb,div#Viewpage .content p.description::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
/*css update*/
div#Viewpage h2.Preview-title {
padding: 5px 0px;
font-size: 24px;
font-weight: 500;
display: block;
text-align: center;
margin: 0px;
}
div#Viewpage button.close {
position: absolute;
right: 10px;
top: 5px;
}
span#close-selected {
cursor: pointer;
}
div#Allfilter .selectedvalue .selectedcol h2 {
font-size: 13px;
font-weight: 400;
line-height: 15px;
margin: 0px;
border: none;
padding: 0px;
max-width: 60%;
}
div#Allfilter .selectedvalue .selectedcol span.lan {
clear: both;
font-size: 13px;
font-weight: 400;
line-height: 15px;
}
div#Allfilter .selectedvalue .selectedcol span.id {
font-size: 13px;
font-weight: 400;
line-height: 15px;
}
.delete-div {
margin-left: 27px;
float: left;
line-height: 37px;
margin-top: 7px;
}
.u-flex .delete-div a i {
background: #0186cb;
padding: 9px;
color: #fff;
border-radius: 5px;
}
.delete-div a i {
background: #0186cb;
padding: 9px;
color: #fff;
border-radius: 5px;
}
i.glyphicon.glyphicon-user.border-radius {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #fff;
line-height: 39px;
text-align: center;
}
/* article data */
/* item menu page css start */
.box {
display: flex;
align-items: center;
justify-content: center;
background: #707cd2;
margin: 20px 0;
padding: 10px;
width: 100%;
min-height: 200px;
/* border: 2px #ccc solid; */
color: #fff;
border-radius: 8px;
box-shadow: 5px 4px 11px #ccc;
transition: box-shadow .3s;
}
.box:hover {
box-shadow: 0 0 11px rgba(33,33,33,.5);
}
.box h3 {
color: #fff;
font-weight: 500;
font-size: 20px; text-align: center;
text-shadow: 3px 0px 0px #403f3f;
}
input.enterpass {
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
}
select.select2.m-b-10.select2-multiple {
padding: 8px;
}
label.control-label.uplcont {
width: 100%;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-size: 22px;
}
input.form-control.dtpicker {
width: calc(100% - 80px);
float: left;
}
button.close span {
font-size: 47px;
font-weight: 300;
line-height: 47px;
height: auto;
color:#000;
opacity:1
}
td.action {
border-bottom: none!important;
}
.list_view tbody tr td {
vertical-align: middle;
}
.content_text.headbar p {
font-size: 28px;
line-height: 50px;
font-weight: 300;
text-align: center;
background: #26599d;
color: #fff;
padding: 0px 13px;
border-radius: 5px;
}
input.form-control.tmpicker {
width: 80px;
float: left;
}
.uploadcontent-select select#asset_type {
font-size: 18px;
font-weight: 500;
text-align: center;
color: #5a5757;
}
.navbar-default.sidebar {
z-index: 1080;
}
.top-left-part a{width: 100%;float: left;}
.logo b {
height: 60px;
padding-left: 0px!important;
width: 100%!important;
text-align: center;
}
.top-left-part{border-right: none!important;width: calc(100% - 90px)!important;}
.wizard-content .wizard>.content {
overflow: visible!important;
}
h6.card-subtitle.uploadcont {
text-align: center;
font-size: 17px;
font-weight: 400;
}
.uploadcontent-select {
max-width: 400px;
margin: 0px auto;
}
.uploadcontent-select select#asset_type {
border: 1px solid #b3b3b3;
}
.form-group select {
border: 1px solid #b3b3b3;
}
.actions.clearfix {
margin: 60px 0 0 0;
}
.field-icon {
float: right;
margin-left: -25px;
margin-top: -25px;
position: relative;
z-index: 2;
}
.center-box-div {
width: 50%;
margin: 0 auto;
}
.search-box { padding: 10px 0; }
/* item menu page css start */
/* draft button disable */
input.save_content_draft.btn.btn-primary {
display: none;
}
.form-right-content.form-group span.bs-caret {
display: none;
}
.form-right-content.form-group.geo-bloxking .dropdown-menu.open {
max-height: 200px!important;
}
.form-right-content.form-group.geo-bloxking button.btn.dropdown-toggle.btn-default {
border: 1px solid #b3b3b3;
background: #fff;
height: 38px;
line-height: 22px;
}
.bootstrap-select .dropdown-toggle .caret {
right: 13px !important;
margin-top: -3px !important;
vertical-align: middle;
}
p.please-wait {
position: absolute;
top: 50%;
left: 50%;
font-size: 20px;
transform: translate(-40px, 50px);
color: #00a1ff;
}
.delete-btn { background: #f30000 !important; border:none !important; }
/* draft button disable */
/*New css*/
.pl-0 {
padding-left: 0px;
}
.col-md-6.space-top a.new-player.right {
float: right;
margin-top: 0px;
}
ul.pagination.right {
float: right;
}
span.appos {
color: red;
}
.text-left.button-box-wrap {
margin: 30px 0px;
}
.text-left.button-box-wrap button.submit {
background: #707cd2;
border: none;
padding: 10px 13px;
border-radius: 4px;
color: #fff;
}
img.img-profile {
width: 100px;
margin: 0px calc(50% - 50px);
}
th i{cursor: pointer;padding-left: 5px;}
.new-login-box .white-box {
min-width: 350px;
padding-bottom: 0px;
}
a.frg-pwd {
font-size: 14px;
color: #313131;
margin-top: 15px;
display: inline-block;
font-weight: 500;
}
.new-login-register .new-login-box.forgot-password {
margin-top: 3%;
}
.userlist a.new-player {
background: #013896;
color: #fff;
font-weight: 400;
border: none;
padding: 9px 13px;
border-radius: 4px;
}
.userlist .space-top {
float: left;
margin: 20px 0;
}
.userlist .results tr[visible='false'],
.userlist .no-result{
display:none;
}
.results tr[visible='false'],
.no-result{
display:none;
}
.userlist .results tr[visible='true']{
display:table-row;
}
.userlist .counter{
padding:8px;
color:#ccc;
}
.userlist a.new-player {
background: #013896;
color: #fff;
font-weight: 400;
border: none;
padding: 10px 13px;
border-radius: 4px;
margin-top: 0px;
display: inline-block;
}
.userlist .player-table .table tr th {
background: #bac2ff;
color: #000;
}
.navbar-top-links .dropdown-user .dw-user-box .u-img{width:40px!important}
.navbar-top-links .dropdown-user .dw-user-box .u-img img {
width: 40px;
height: 40px;
float: left;
border-radius: 100%!Important;
}
.table-responsive {
clear: both;
}
button.submit {
background: #707cd2;
border: none;
padding: 10px 13px;
border-radius: 4px;
color: #fff;
}
form#loginform input.form-control {
text-transform: inherit;
}
.col-md-4.select-all {
padding: 0px;
}
.col-md-4.select-all .select-all-div {
margin-bottom: 15px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.lo-submit-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 10px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.reorder-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 0px;
}
h3#exampleModalLongTitle {
padding: 15px 0px;
}
.modal-content {
border-radius: 8px!Important;
}
.modal-footer button.btn.btn-secondary {
background: #2962FF;
color: #fff;
padding: 7px 12px;
border-radius: 4px;
border: 1px solid transparent;
}
.modal-footer.text-center {
text-align: center!important;
}
.lg-info-panel{display: none}
.new-login-register .new-login-box {
margin-left: calc(50% - 200px)!important;
margin-top: 10%;
width: 400px;
float: left;
}
.new-login-box .white-box {
width: 100%;
}
.col-md-6.margin-bottom {
margin-bottom: 18px;
}
.float {
float: left;
width: 100%;
padding: 20px 0;
}
.margin-top {
margin-top: 19px;
}
.new-login-register .new-login-box{ margin-top: 5%!important;}
.round-img {float: left;}
.dropdown .round-img img {
border-radius: 50%;
width: 35px;
height: 35px;
border: 2px solid;
}
div#Allfilter{width: 80%;margin: 6.5rem auto;background: #fff;box-shadow: 3px 4px 10px 4px rgb(0 0 0 / 30%);min-width: 330px; overflow: auto;padding: 3.25rem 1.95rem 0;}
div#Allfilter .modal-dialog{width: 100%;}
div#Allfilter .modal-content{
width: 100%!important;
box-shadow: none;
-webkit-box-shadow: none;
border: none;
position: relative;
}
div#Allfilter span.bs-caret {
display: none!important;
}
div#Allfilter .modal-content h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 100;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
div#collapsingsidebar select.reference-search-s {
background: #26599d;
color: #fff;
}
select.reference-search-s {
float: left;
appearance: none;
background: #eceef5;
border: 0;
border-right: 1px solid #e2e2e2;
color: #555;
font-weight: 400;
font-size: 14px;
height: 4rem;
min-width: 110px;
padding: 0 1rem 0 1rem;
position: relative;
text-align: center;
width: 110px;
-webkit-appearance: none;
-moz-appearance: none;
z-index: 2;
}
label.reff {
width: calc(100% - 154px);
border-right: 1px solid #e4e7ea;
color: #555;
font-weight: 400;
font-size: 14px;
height: 4rem;
float: left;
}
label.reff input#referencetype {
width: 100%;
height: 4rem;
float: left;
border: 1px solid #e4e7ea;
outline: 0!Important;
box-shadow: none;
padding: 0px 10px;
}
.reference-search__select-container .dropdown.bootstrap-select.show-tick.form-control {
width: calc(100% - 110px);
height: 4rem;
position: relative;
}
.reference-search__select-container button.btn.dropdown-toggle.btn-default.bs-placeholder .filter-option-inner-inner:before{
content: 'Start typing to search by ID or name ...';
position: absolute;
width: 100%;
top: 0px;
right: 0px;
background: #fff;
height: 38px;
line-height: 38px;
padding-left: 10px;
}
.modal-header.upload {
background: #26599d;
}
.docs-demo .img-container {
min-height: auto;
}
.modal-body.upload-body .white-box {
margin-top: 0px;padding-top: 0px!important;margin-bottom: 0px;padding-bottom: 0px!important;
}
.modal-body.upload-body .white-box .wizard-content {
margin-bottom: 0px;
padding-bottom: 0px!important;
}
div#Viewpage .modal-header {
padding: 5px 10px;
border-bottom: 1px solid #0186cb;
}
.modal-header.upload h4.card-title.head-title {
text-align: center;
font-size: 22px;
color: #fff;
font-weight: 300;
}
.reference-search__select-container button.btn.dropdown-toggle.bs-placeholder.btn-default {
height: 4rem;
background: transparent;
}
.reference-search__select-container button.btn.dropdown-toggle.btn-default {
background: transparent;
height: 4rem;
}
button.btn-modal-box {
width: 100%;
margin-bottom: 10px;
background: #0186CB;
border: none;
color: #fff;
font-size: 16px;
padding: 2px 0px;
position: absolute;
float: left;
bottom: -2px;
}
ul.added-freq {
width: 100%;
padding: 10px 0px;
display: flex;
}
ul.added-freq li {
padding: 0px 15px;
font-size: 14px;
font-weight: 400;
cursor: pointer;
}
ul.added-freq li:first-child{padding-left: 0px;}
.custom-select.fiftyper {
width: 50%;
float: left;
padding: 0px 5px;
}
div#Favourites_model ul.dropdown-menu.inner {
width: 100%;
overflow: hidden;
}
div#Favourites_model ul.dropdown-menu.inner span.text {
width: 97%;
overflow: hidden;
}
div#Favourites_model ul.dropdown-menu.inner span.glyphicon.glyphicon-ok.check-mark {
line-height: 27px;
}
.content-ref .selectedvalue .selectedcol h2 {
font-size: 13px;
font-weight: 400;
line-height: 15px;
margin: 0px;
border: none;
padding: 0px;
max-width: 90%;
padding-bottom: 5px;
}
span#close-selected {
cursor: pointer;
float: right;
position: absolute;
right: 5px;
top: calc(50% - 8px);
}
.selectedrelcont {
width: 100%;
height: auto;
float: left;
margin: 10px 0px;
}
.content-ref .selectedvalue .selectedcol{
display: block;position: relative;
}
.col-md-12.bodycontent {
width: 100%;
position: relative;
z-index: +2;
clear: both;
margin-top: 20px;
}
section.body .col-md-12.bodycontent {
width: 183%;
position: relative;
z-index: +2;
}
div#Viewpage .row.bodycontent{
z-index: 2;
width: 194%;
position: relative;
}
div#Viewpage section.body.collapse-deactive .row.bodycontent{
width: 100%;
}
section.body.collapse-deactive .col-md-12.bodycontent {
width: 100%;
}
.content-ref .selectedrelcont .selectedcol{
display: block;position: relative;
width: 100%;
height: auto;
float: left;
background-color: #eceef5;
border: 1px solid #e2e2e2;
padding: 6px 10px;
border-radius: 4px;
margin-bottom: 3px;
}
.content-ref .selectedrelcont .selectedcol h2 {
font-size: 13px;
font-weight: 400;
line-height: 15px;
margin: 0px;
border: none;
padding: 0px;
max-width: 90%;
padding-bottom: 5px;
}
.content-ref .selectedrelcont .selectedcol span {
font-size: 13px;
font-weight: 400;
line-height: 15px;
padding: 0px 10px;
}
.content-ref .selectedrelcont .selectedcol h2+span {
padding-left: 0px;
}
.content-ref .selectedvalue .selectedcol span {
font-size: 13px;
font-weight: 400;
line-height: 15px;
padding:0px 10px;
}
#collapsingsidebar .reference-search ul.dropdown-menu.inner span.text {
width: calc(100% - 30px);
overflow-x: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#collapsingsidebar .reference-search ul.dropdown-menu.inner li span.glyphicon.glyphicon-ok.check-mark {
border: 1px solid #0186cb;
padding: 2px;
font-size: 11px;
font-weight: normal;
color: #0186cb;
background: #fff;
margin-top: 5px;
}
div#collapsingsidebar .reference-search .dropdown-menu.open {
margin-left: -110px;
width: calc(100% + 110px);
max-width: calc(100% + 110px);
max-height: 260px!important;
}
.content-ref .selectedvalue .selectedcol h2+span{
padding-left: 0px;
}
div#Favourites {
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
background: #fff;
max-width: 620px;
padding: 0px 20px;
max-height: 280px;
}
div#Favourites_model {
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
background: #fff;
max-width: 620px;
padding: 0px 20px;
margin: 7% auto;
}
.form-group.date-time input.form-control.datepicker {
width: 70%;
float: left;
}
.form-group.date-time {
width: 100%;
float: left;
}
label.fullwidth {
width: 100%;
float: left;
}
.form-group.checkbox-al input#restrict {
display: inline-block;
width: auto;
margin-top: 10px;
}
.content-ref h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
.tagsinput h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
.col-md-6.clear-b {
clear: both;
}
a.btn-bcci {
height: 38px;
float: left;
clear: both;
padding: 0px 20px;
border: none;
background: #26599d;
border-radius: 4px;
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 38px;
}
select.form-control.select-submenu {
margin-top: 20px;
}
form.form-horizontal h3.heading {
font-size: 20px;
margin-bottom: 29px;
font-weight: 400;
background: #0186cb;
color: #fff;
padding: 12px;
border-radius: 3px;
position: relative;
top: -10px;
}
button.location-search {
height: 38px;
float: left;
clear: both;
width: 100%;
padding: 0px 15px;
background: rgba(38,89,157,0.2);
border-radius: 4px;
color: #000;
font-size: 16px;
margin-bottom: 25px;
border: 1px solid #b3b3b3;
}
.form-group.date-time input.form-control.timepicker {
width: 30%;
float: left;
}
.form-group.date-time label {
width: 100%;
}
.filter.right {
float: right;
}
section.search-section {
width: 100%;
height: auto;
display: inline-block;
margin:20px 0px;
}
#side-menu a.waves-effect.arrow-up {
width: 30px;
height: 67px;
position: absolute;
top: -67px;
right: 0px;
z-index: +9;
background: transparent;
opacity: 0;
}
.navbar-default.sidebar.nav-active .sidebar-head {
width: 240px!important;
}
.list_view.logo-management tr td {
text-align: center;
line-height: 20px;
}
.form-right-content.form-group.geo-blocking .dropdown-menu {
max-height: 135px!important;
}
.form-right-content.form-group.geo-blocking .dropdown-menu .bs-actionsbox {
margin-top: 10px;
padding: 0px 5px;
}
.navbar-default.sidebar.nav-active .sidebar-head h3{
transform: rotate(180deg);
text-align: left;
position: relative;
bottom: 3px;
}
a.waves-effect.arrow-up span.fa.arrow {
color: #fff;
}
.dashbaord-box .recent-content.card {
min-height: 420px;
}
.dashbaord-box .View-article-button{
position: absolute;
bottom: 22px;
}
span.ti-arrow-right.arrow-menu {
font-size: 25px;
color: #26599d;
}
.navbar-default.sidebar:hover #side-menu a.waves-effect.arrow-up {
opacity: 1;
}
.navbar-default.sidebar #side-menu ul.nav.nav-second-level.collapse.in{display: none;}
.navbar-default.sidebar:hover #side-menu ul.nav.nav-second-level.collapse.in{display: block;}
/*
#side-menu:hover a.waves-effect.arrow-up {
opacity: 1;
}*/
a.content-block i.mdi.fa-fw {
font-size: 55px;
color: #26599d;
font-weight: 300;
width: 100%!important;
text-align: center!important;
}
a.content-block {
border: 1px solid #c6c6c6;
color: #555;
display: block;
font-weight: 500;
font-size: 1.43rem;
padding: 2.6rem;
text-align: center;
}
a.content-block p {
font-size: 15px;
line-height: 30px;
font-weight: 400;
width: 100%;
text-align: center;
color: #26599d;
}
section.search-section input[type="text"] {
padding: 10px;
font-size: 17px;
border: 1px solid grey;
float: left;
width: calc(100% - 80px);
border-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background: #fff;
}
section.search-section button {
padding: 10px;
font-size: 17px;
border: 1px solid #26599d;
float: left;
width: 70px;
color: #fff;
border-radius: 4px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
background: #26599d;
}
.card.mlr {
margin-right: -15px;
margin-left: -15px;
}
.filter.filter--show-content-from select{
margin: 4px!important;
}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-9 {
padding-right: 0px;
display: flex;
justify-content: flex-end;
}
.filter li.btn {
margin-top: 5px;
}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-9 {
padding-right: 0px;
}
.no-padd {
padding-left: 0px;
padding-right: 0px;
}
a.publish span.label {
color: #797979;
font-size: 12px;
line-height: 12px;
font-weight: 400;
padding: 0px 5px;
}
.form-right-content.form-groups.geo-blocking .dropdown-menu.open {
max-height: 250px!important;
z-index: +999;
}
a.recent-content__add.btn.primary.medium.riht {
float: right;
}
a.titletab {
color: #797979;cursor: pointer;display: inline-table;
line-height: 20px;
}
input.form-control.date {
width: calc(100% - 80px);
float: left;
margin-bottom: 25px;
}
input.form-control.time {
width: 80px;
float: left;
}
@media only screen and (max-device-width: 620px){
.new-login-register .new-login-box{margin-left:5%!important;}
#wrapper {
width: 100%;
overflow-x: hidden;
}
.col-lg-4.u-margin-bottom{padding-right: 0px;}
.navbar-header {position: relative;}
ul.nav.navbar-top-links.navbar-left {
position: absolute;
top: 0px;
left: 0px;}
.navbar-top-links > li > a i {
font-size: 20px;}
.modal-dialog.modal-lg {
width: 100%!important;
margin: 0px;
}
.white-box , .wizard-content {
padding: 0px!important;
width: 100%;
}
.white-box form.form-horizontal {
padding: 25px;
}
.white-box .box-title {
margin-bottom: 0px!important;
padding: 10px 25px;
}
.wizard-content .wizard>.steps,.wizard-content h4.card-title,.wizard-content h6.card-subtitle{padding: 25px;}
.steps ul li.current {
display: block!important;
}
.steps ul li {
display: none!Important;
}
div.example input[type=text]{width: 87%;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
div.example button{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border: 1px solid #2196f3;}
.form-inline .col-md-5{
padding: 10px 0px;
}
.form-inline .col-md-2{
padding: 0px 0px;
}
.results .border-bottom h2.show-data-pa {
margin-bottom: 0px;
width: 100%;
}
.add-new-button {
float: left;
margin-bottom: 15px;
}
.border-bottom{float:left;margin-bottom: 0px;}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-8 {
padding: 10px 0px;
}
.filter {
margin: 10px 5px;
}
.responsive-table.player-table .col-md-12.pl-0 {
padding: 15px;
}
.responsive-table.player-table .form-group.pl-0.col-md-6 {
margin-bottom: 0px;
}
.col-md-4.select-all {
padding: 0px;
}
.col-md-4.select-all .select-all-div {
margin-bottom: 15px;
}
form.validation-wizard.wizard-circle {
padding: 0px 15px;
}
.card-body.wizard-content h4.card-title {
padding: 0px 15px;
}
.card-body.wizard-content h6.card-subtitle {
padding: 0px 16px;
}
.col-md-8.list-form.panel {
margin: 0px 0px 0px 30px;
padding: 0px!important;
}
.col-md-8.list-form.panel form.form-horizontal {
padding: 0px;
}
.col-md-8.list-form.panel h3.box-title.m-b-0 {
padding: 10px 15px;
}
.col-md-8.list-form.panel p.text-muted.m-b-30.font-13 {
padding: 0px 15px;
}
div#catalogs {
padding: 10px 10px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.lo-submit-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 10px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.reorder-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 10px;
}
.top-search .row.content-search-header input[type="text"] {
width: 88%;
}
div.example button {
width: 12%!important;
}
.content-control-wrapper.row.row--no-margin.between-xs .col-md-6 {
padding: 0px;
}
.container-fluids .white-box.col-md-12 {
padding: 25px 0px!important;
}
.form-right-content {
margin-bottom: 25px;
}
.center-box-div {
width: 100%;
}
.new-login-box {
width: 90%!important;
height: auto;
float: left;
margin: 0px 5%!important;
}
.white-box .box-title + small {
padding-left: 25px;
}
}
@media only screen and (max-width: 768px){
a.view1 {padding: 8px;}
select#asset_type {
margin: 0px 15px;
width: calc(100% - 30px);
}
h6.card-subtitle + label.control-label {
padding-left: 16px;
}
button#collapsesidebar-btn {
display: none;
}section.body{width: 100%;}
div#collapsingsidebar{width: 100%;}
.container-fluid{ padding-left: 10px;
padding-right: 10px;}
}
/*client side validation css*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
color: #B94A48;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
opacity: 1;
}
.error{
color: red;
}
.success{
color: green;
}
input{
/* text-transform: uppercase; */
}
input.text-case{
text-transform: inherit;
}
input[name="short_description"] {
text-transform: inherit;
}
.refclass option , .contentClass option{
display: none!important;
}
.refclass .dropdown-menu.open , .contentClass .dropdown-menu.open{
margin-left: -150px;
width: calc(100% + 150px);
max-width: calc(100% + 150px);
}
.refclass.dropdown-menu li a , .contentClass .dropdown-menu.open{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
margin-right: 38px;
padding-right: 5px;
}
label.publish_unpublish {
display: inline-block;
position: relative;
width: 36px;
height: 15px;
border-radius: 20px;
background: #cccccc;
transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
vertical-align: middle;
cursor: pointer;
margin-bottom: 0px;
}
input.publish_unpublish:checked + label.publish_unpublish {
background: #cccccc;
}
input.publish_unpublish:checked + label.publish_unpublish::before {
left: 16px;
background: #26599d;
}
.content_text p {
text-transform: capitalize;
font-size: 26px;
}
.custom-select.fiftyper {
font-size: 16px;
}
.content_text p {
text-transform: capitalize;
font-size: 26px;
}
h2.show-data-pa {
font-size: 20px;
font-weight: 400;
}
.table thead thead th {
color: #fff!important;
}
.table thead{background: #0186cb;}
.table thead tr th {
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 400;
vertical-align: middle!important;
letter-spacing: 1px;
}
label.publish_unpublish:before {
content: '';
top: -3px;
left: 0px;
width: 21px;
height: 21px;
background: #bac2ff;
border-radius: 100%;
transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
margin-top: 0px;
cursor: pointer;
text-decoration: none;
position: absolute;
box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
/*todays changes*/
td.action {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
td.action a.tdaction {
padding: 0px;
border: 1px solid #26599d;
margin: 0px 6px;
border-radius: 100%;
width: 45px;
height: 45px;
line-height: 50px;
float: left;
background: #fff;
}
.list_view th.p-date {
min-width: 156px;
}
td.action a.tdaction:hover {
background: #26599d;
}
td.action a.tdaction span {
font-size: 20px;
line-height: 0px;
color: #26599d;
}
td.action a.tdaction:hover span {
color: #fff;
}
th.action {
text-align: center;
}
.list_view tbody tr td {
font-size: 16px;
line-height: 45px;
border-bottom: none;
}
.list_view tbody tr td input.checkbox.check_content.form-element {
margin-top: 16px;
}
.list_view tbody tr td.title {
font-weight: 500;
text-transform: capitalize;
}
.select-all-div {
margin-top: 5px;
}
h3.layout-left {
margin-top: 6px;
}.list_view tbody tr td a.publish{height: 45px;height: 45px;
display: flex;
justify-content: center;
align-items: center;}
a.publish span.label{font-size: 18px}
/* Tray Management Css Start */
.custome-dropdown-menu .dropdown-menu {
padding: 0;
}
.custome-dropdown-menu .btn-default, .btn-default.disabled {
background: transparent;
padding: 8px 12px;
}
.custome-dropdown-menu .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background: transparent;
}
.custome-dropdown-menu .open>.dropdown-toggle.btn-default.focus,
.custome-dropdown-menu .open>.dropdown-toggle.btn-default:focus,
.custome-dropdown-menu .open>.dropdown-toggle.btn-default:hover {
background: transparent;
}
.custom-curated-genres .select2-container {
padding: 2px !important;
}
.custome-catalogs {
float: none;
}
.custome-catalogs .active .dd-handle {
background: #26599d !important;
color: #efefef;
}
.white-box.full-container {
float: left;
width: 100%;
}
/* Tray Management Css end */ | public/css/style-bcci.css | .dark-logo {
height: 60px;
/*position: absolute;*/
/* width: 310px;*/
left: 60px;
}
.fix-header .navbar-static-top{
box-shadow: 0px 4px 18px rgb(0 0 0 / 20%);
}
div#page-wrapper .modal-content {
border: none;
}
input.form-control.video_url {
font-size: 8px;
font-weight: 500;
}
.video-copy {
width: 100%;
position: relative;
}
.video-copy i.mdi.mdi-content-copy {
position: absolute;
right: 5px;
top: 6px;
}
label.pdlt.fullwidth {
text-align: center;
}
input#videolocationsearch {
font-weight: 500;
font-size: 9px;
}
span.url {
word-break: break-all;
padding: 10px;
margin: 10px 0px;
width: 100%;
float: left;
border: 1px solid #ccc;
}
.col-md-6.location {
margin: 0px 25%;
text-align: center;
}
select#asset_type{padding: 0px 156px;}
.tagsinput1 .select2-container--default .select2-selection--single {
border: none;
}
.mt-25{margin-top: 25px;}
.mb-25{margin-bottom: 25px;}
.white-box{max-width: 100%;}
.redlincle{text-decoration: none!important}
.card-body.wizard-content h6.card-subtitle {
text-align: center;
font-size: 17px;
font-weight: 400;
}
.pdlt-img{width: 100%;height:auto;float:left;}
.card-body.wizard-content h6.card-subtitle + label.control-label {
width: 100%;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-size: 22px;
}
select#asset_type {
font-size: 18px;
font-weight: 500;
text-align: center;
color: #5a5757;
border: 1px solid #b3b3b3;
max-width: 400px;
margin: 0px auto;
}
.navbar-header {
background: #fff !important;
}
.modal-backdrop{
z-index: 1080;
}
.modal{
z-index: 1081;
}
label.wdt {
width: 100%;
}
a.view1 {
cursor: pointer;
}
button.close {
opacity: 0.4;
}
.loader-background {
width: 100%;
height: 100%;
float: left;
background: rgba(255,255,255,0.7);
position: absolute;
top: 0px;
}
.dropdown.bootstrap-select.show-tick span.bs-caret {
display: none;
}
img#photo_show{width: 100%;height:auto;float: left;}
.loader-background .loader {
border: 2px solid #e6dfdf;
border-radius: 50%;
border-top: 2px solid #3498db;
width: 30px;
height: 30px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
position:absolute;
top:calc(50% - 15px);
left:calc(50% - 15px);
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.modal-content {float: left;}
div#Viewpage .vd {
width: 100%;
text-align: center;
}
.modal-dialog.modal-lg .modal-content {
width: 100%;
}
div#Viewpage a.recent-content__add.btn.primary.medium.rightbtn {
float: right;
position: absolute;
right: 60px;
top: 10px;
}
img#image_url {
width: 100%;
}
.min-he {
height: auto;
top: 120px !important;
position: absolute;
height: auto !important;
}
select.form-element.ng-pristine.ng-untouched.ng-valid.ng-not-empty {
padding: 10px 0px;
border: 1px solid #c6c6c6;
margin: 0 0 0 4px;
}
div#Viewpage .modal-content {
width: 80%!important;
margin: 90px 10%!important;
border: 4px solid #0186cb;
}
.form-group.description{
margin-top: 100px;
}
div#Viewpage .content.clearfix {
min-height: 100px!important;
}
div#Viewpage .wizard-content{
padding: 10px 25px 0px 25px;
margin-bottom: 0px!important;
}
div#Viewpage img.photo-show {
width: 100%!important;
margin: 0px 0px;
padding-left: 0px;
float: left;
height: auto;
margin-bottom: 25px;
}
div#Viewpage label.pdlt.description {
font-size: 18px;
line-height: 28px;
}
div#Viewpage p.description{
border: 1px solid #ccc;
padding: 50px;
}
.reference-search__select-container ol.selected-references-new{
padding: 0px;width: 100%;
}
th.publish {
min-width: 176px;
}
.Viewpage .modal-dialog {
width: 85%;
}
.reference-search__select-container ol.selected-references-new li{
width: 100%;
background: #eee;
padding: 5px 15px;
border-radius: 5px;
margin-bottom: 5px;
}
button.go-to-page__link {
background: #26599d;
border: none;
height: 40px;
padding: 0px 12px;
border-radius: 3px;
color: #fff;
font-size: 16px;
font-weight: 400;
}
.footer-tablelist {
width: 100%;
height: auto;
display: block;
min-height:80px;
}
form.go-to-page .standardInput.form-input input.go-to-page__input.form-element {
border: 1px solid #c6c6c6;
height: 3.9rem;
padding: .65rem;
font-size: 1.3rem;
margin-right: 10px;
}
form.go-to-page label.go-to-page__label {
font-size: 15px;
font-weight: 400;
padding: 0px 10px;
color: #777;
}
a.unpublish {
color: #888888;
}
form.go-to-page {
float: right;
display: flex;
align-items: center;
padding: 15px 0px;
}
nav.paginations {
float: left;
}
.btn-group {
padding-bottom: 10px;
}
th.action {
min-width: 125px;
}
#Viewpage .modal-dialog {
width: 85%;
}
.thub-img {
max-height: 200px;
width: 100%;
float: left;
overflow: hidden;
border-radius:3px;
border: 1px solid #b3b3b3;
padding:5px;
margin-bottom:10px;
}
.thub-img img.t-img {
height: 100%!Important;
width: 100%;
float: left;
object-fit: contain;
}
.table thead { background: #bac2ff; color:#000; }
.dropdown-menu.open {
min-width: 100%!important;
max-width: 100%;
}
.form-horizontal .control-label { text-align: left; }
.form-group textarea {width: 100%; border: 1px solid #b3b3b3;}
.menu-icon-box {padding: 0 19px;}
.form-group input { width: 100%;border: 1px solid #b3b3b3;padding: 6px;border-radius: 4px;}
.form-control {border: 1px solid #b3b3b3}
/* live match page css start */
h6.intro {display: inline-block;}
select.select2.m-b-10.select2-multiple.draft_required_exclude {height: 38px;}
/* live match page css end*/
/* left menu css bg*/
/*.selected a.waves-effect.active {
background: #707cd2;
color: #ffffff;
font-weight: 500;
}*/
#side-menu a.waves-effect.active { background:#26599d; }
#side-menu li a i{
color: #ffffff;
border-left: 0px solid #fff;
}
span.hide-menu {
color: #fff;
}
.navbar-default.sidebar {
background: #26599d;
box-shadow: 1px 0px 20px rgb(0 0 0 / 8%);
}
#side-menu ul li a.active { font-weight: 500 !important; }
/* promos page css start */
.top-search {
margin: 21px 0;
}
.content-block, .card, .form-block fieldset {
background: #fff;
margin: 0 0 1.3rem;
box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.card, .form-block fieldset {
display: block;
padding: 20px 20px 0;
width: auto;
position: relative;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default:focus {
outline: 0px!important;
outline-offset: 0px;
}
div.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 1px solid #c7c4c4;
float: left;
width: 80%; border-radius: 4px;
background: #fff;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right: 0px;
}
div.example button {
float: left;
width: 13%;
padding: 10px;
background: #0186cb;
color: white;
font-size: 17px;
border: 1px solid #0186cb;
border-left: none;
cursor: pointer;
border-radius: 4px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
div.example button:hover {
background: #0b7dda;
}
div.example::after {
content: "";
clear: both;
display: table;
}
.content_text p { font-size: 24px; color: #013896; border-bottom: 1px solid}
.custom-select label {
display: flex;
}
.custom-select select {
width: 100%;
height: 35px;
border-radius: 4px;
}
.btn--toggle-filter {
background: #0186cb;
border: 1px solid #0186cb;
color: #fff;
border-radius: .2rem;
cursor: pointer;
display: inline-block;
font: inherit;
font-size: 1.04rem;
font-weight: 500;
height: 3.9rem;
line-height: 3.9rem;
min-width: 24px;
overflow: hidden;
padding: 0 1.3rem;
text-align: center;
text-overflow: ellipsis;
text-transform: uppercase;
transition: box-shadow 200ms linear;
vertical-align: top;
white-space: nowrap;
margin-top: 22px;
}
div.example {
padding: 15px 0px 0 0px;
}
ol.content-grid.row {
padding-left: 0;
list-style: none;
}
ol, ul { list-style: none; }
h2.show-data-page {
font-size: 18px;
padding: 0 0 10px;
font-weight: 100;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 12px;
}
.add-new-button {
float: right;
}
h2.show-data-pa {
font-size: 18px;
padding: 0 0 10px;
font-weight: 100;
margin: 0 0 12px;
display:inline-block;
}
.border-bottom {
border-bottom: 1px solid #ccc;
margin-bottom: 21px;
}
table td i.glyphicon.glyphicon-trash {
color: #e20101;
}
table td i.glyphicon.glyphicon-pencil {
color: #ff8100;
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 4.08px;
vertical-align: 4.08px;
content: "";
border-top: 4.8px solid;
border-right: 4.8px solid transparent;
border-bottom: 0;
border-left: 4.8px solid transparent;
}
/*[class*='col-'] {
width: 100%;
flex: 0 0 auto;
padding: 0 9px;
}*/
.content-grid figure .image {
display: block;
margin: auto;
transition: opacity .5s;
position: relative;
width: 100%;
height: 100%;
}
.content-grid figure {
background: #fafafa;
display: flex;
align-items: center;
}
[data-icon='down']::before {
content: "\EA2E";
}
[data-icon]::before {
font-family: 'cms-icons';
font-style: normal;
margin-right: 5px;
text-transform: none;
text-rendering: auto;
}
.content-grid figure img {
display: block;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
max-width: 100%;
}
div#Favourites_model .modal-content{width: 100%!important}
.navbar-static-top{
z-index: 1042;
}
div#Favourites_model .modal-content {
width: calc(100% - 40px)!important;
padding: 0px;
border: none;
box-shadow: none;
}
body.fix-header.modal-open .navbar-static-top{
z-index: 1000;
}
.tagsinput1 span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,.tagsinput1 span.select2.select2-container.select2-container--default {
width: 100%!Important;
border: 1px solid #b3b3b3;
padding: 6px;
border-radius: 4px;
background: #fff;
}
.tagsinput1 ul.select2-selection__rendered li.select2-selection__choice {
background: #26599d;
border-radius: 3px 0 0 3px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 2.6rem;
line-height: 2.6rem;
padding: 0 1.82rem 0 15px;
position: relative;
margin: 0 .65rem 1.3rem 0;
transition: all .2s;
-webkit-user-select: none;
overflow: hidden;
border: none!Important;
}
.tagsinput1 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: normal;
margin-right: 10px;
}
ul.select2-selection__rendered li.select2-selection__choice:after {
background: #fff;
border-bottom: 13px solid transparent;
border-left: 10px solid #26599d;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
transition: all .2s;
}
.tagsinput1 .select2-container--default.select2-container--focus span.select2-selection.select2-selection--multiple,.tagsinput1 span.select2-selection.select2-selection--multiple {
border: none;
} {
border: none;
padding: 0px;
}
.tagsinput1 h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
div#collapsingsidebar {
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
height: auto;
position: relative;
z-index: 999;
float: right;
top: 30px;
right: 0;
background-color: #eceef5;
transition: 0.5s;
margin-right: 2px;
width: calc(45% - 2px);
padding: 0px 15px;
min-height: 200px;
border: 1px solid #eceef5;
border-radius: 7px;
box-shadow: 2px 2px 2px rgb(0 0 0 / 13%);
}
button#collapsesidebar-btn span {
position: relative;
}
button#collapsesidebar-btn span:before {
content: "\F142";
display: inline-block;
font: normal normal normal 24px/1 "Material Design Icons";
padding: 0px;
font-size: 21px;
line-height: 18px;
margin: 0px;
position: relative;
top: 2px;
}
section.body{
transition: margin-left .5s;
padding: 16px;
margin-top: 50px;
width: 55%;
padding-left: 0px;
float: left;
padding-left: 0px!important;
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
button#collapsesidebar-btn {
float: right;
color: #fff;
height: 40px;
border: none;
font-size: 14px;
font-weight: 400;
width: 150px;
border-radius: 5px;
background: #26599d;
}
div#collapsingsidebar.collapssidebar.collapse-deactive {
width: 0px;padding:0px;display: none;
}
section.body.collapse-deactive{
margin-right:0px;width: 100%;
}
.content-grid__item {
display: flex;
flex-direction: column;
}
ol.content-grid.row {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-flow: row wrap;
margin-right: -9px;
margin-left: -9px;
margin-top: 40px;
}
.standardInput.form-input select#content_from {
padding: 10px 0px; border:1px solid #c6c6c6;
margin: 0 0 0 4px;
}
.bulk-edit-control__multi-select.drop-down {
/* display: inline-block; */
width: 87px;
float: left;
}
select.form-element.ng-pristine.ng-untouched.ng-valid.ng-empty {
border: 1px solid #c6c6c6;
height: 40px;
padding: 5px;
margin: 4px;
}
.filter {
float: left;
width: auto;
margin: 0 9px;
}
h3.layout-left {
font-size: 14px;
font-weight: 500;
}
.filter-wrapper select, .filter-wrapper ul, .filter-wrapper h3, .filter-wrapper dt, .filter-wrapper .standardInput label, .standardInput .filter-wrapper label, .filter-wrapper .field-label, .filter-wrapper .label-standard, .filter-wrapper .u-text-select {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
width: auto;
}
.content-control-wrapper {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 1.3rem;
}
.between-xs {
justify-content: space-between;
}
.row--no-margin {
margin: 0;
}
.bulk-edit-control.col-md-4 {
margin-top: -20px;
}
.content-control-wrapper.row.row--no-margin.between-xs { padding-bottom: 9px; }
li.btn.primary.active {
background: #0186CB;
border-color: #0186CB;
color: #fff;
}
li.btn.primary {
background: #ccc;
}
li.btn.primary2.active {
background: #0186CB;
border-color: #0186CB;
color: #fff;
}
.bg-title .breadcrumb .active {
color: #26599d!important;
}
a.recent-content__add.btn.primary.medium {
background: #0186cb;
color: #fff;
}
.list_view thead tr th {
border-top: 1px solid #0186cb!important;
border-bottom: 1px solid #0186cb!important;
border: 1px solid #037ebd!important;
}
a.recent-content__add.btn.primary.medium:hover { background: #016598; }
.filter ul { padding-left: 0px; }
li.btn.primary2 {
background: #ccc;
}
.info dt.id, dt.type,dt.date,dt.language {
float: left;
padding: 0 5px 0 0;
}
.info dt { float: left; }
.info dd {
margin-left: 0;
margin: 10px 0;
}
/* promos css end */
/* dashboard page css start*/
.quick-links {margin: 20px 0;padding: 16px 20px;}
.quick-links__label {color: #888; float: left;}
.quick-links__list {margin-bottom: 0; }
.quick-links__link { display: inline-block; margin: 0 20px;}
.action-link {color: #555;text-decoration: underline;}
.action-link:hover, .action-link:active {color: #0186CB;}
.recent-content__header {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
/*margin-bottom: 10px;*/
border-bottom: 1px solid #e2e2e2;
min-height: 40px;
}
.recent-content__title {
font-size: 16px;
font-weight: 400;
margin: 0; color: #555;
}
.recent-content__item-title:hover, .recent-content__item-title:active, .recent-content__title:hover, .recent-content__title:active {
color: #0186CB;
text-decoration: underline;
}
.recent-content__content-wrap {
min-height: 26rem;
}
.recent-content__list {
table-layout: fixed;
}
.table {
border-collapse: collapse;
display: table;
overflow-x: auto;
margin: 0 0 20px;
width: 100%;
}
.fade-lazy {
opacity: 1;
}
.table .table-row[href], .table .table-row.hover, .table .table-row--hover {
border-bottom: 1px solid #e2e2e2; padding: 12px;
}
.table .table-row[href]:nth-child(2n+1), .table .table-row.hover:nth-child(2n+1), .table .table-row--hover:nth-child(2n+1) {
background: #fafafa;
}
.table .table-row[href]:hover, .table .table-row.hover:hover, .table .table-row--hover:hover {
background: #eceef5 !important;
}
.recent-content__item-title, .recent-content__title {
color: #555; font-size: 20px;
}
.table .table-cell.id, .table .table-cell--id {
color: #888;
/* width: 60px;
max-width: 90px;*/
float: left;
}
.table .table-cell {
/* display: table-cell; */
/* height: 60px; */
padding: 3px 5px;
/* vertical-align: middle; */
}
.recent-content__item-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
height: 28px;
padding: 0px 20px;
font-size: 15px;
margin: 0px 0 0 0;
}
a.view-all-button {
background: #fff;
padding: 10px 15px;
border: 1px solid #c6c6c6; color:#555; font-weight: 500;
}
a.view-all-button:hover {
background: #cbd0e3;
color: inherit;
}
.content-block, .card, .form-block fieldset {
background: #fff;
margin: 0 0 20px;
box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.card, .form-block fieldset {
display: block;
width: auto;
position: relative;
}
.recent-content {
background: #fff;
padding: 20px;
position: relative;
height: 100%;
}
.View-article-button {
margin: 32px 0 11px 0;
}
i.mdi.mdi-note-plus {
margin-right: 6px;
}
.col-lg-4.u-margin-bottom {
padding-left: 0;
}
/*dashboard page css end */
.content-grid figure {
background: #fafafa;
display: flex;
align-items: center;
height: 13rem;
}
i.mdi.mdi-file-document {
font-size: 60px;
text-align: center;
width: 100%;
text-align: center;
margin: 0 auto;
display: block;
line-height: 120px;
}
a.view1 {
padding: 3px;
}
ul.button_edit {
float: right;
}
.button_edit li {
float: left;
}
a.view {
/* padding: 5px; */
/*border-radius: 50px;
border: 1px solid #ccc;*/
margin: 0 5px;
width: 40px;
height: 40px;
display: block;
text-align: center;
}
ul.button_edit {
float: left;
padding-left: 0;
width: 100%;
padding: 20px 0;
}
.primary.active i.mdi.mdi-apps {
color: #fff;
}
.primary2.active.active i.mdi.mdi-table { color: #fff; }
.select_button {padding-top: 29px;}
select#selcontent {
padding: 3px 15px;
border-radius: 4px;
background: #e5e9eb;
color: #000;
}
select#selcontent {
padding: 3px 15px;
border-radius: 4px;
background: #e5e9eb;
color: #000;
}
button#selectall {
background: #0185ca;
border: none;
padding: 4px 17px;
color: #fff;
}
.white-box {
background: #ffffff;
padding: 36px 14px !important;
margin-bottom: 30px;
margin-top: 20px; float: left;
}
button.btn.btn-info.btn-lg.btn-block.btn-rounded.text-uppercase.waves-effect.waves-light {
width: 78%;
}
div#Viewpage .content p.description {
font-size: 15px;
line-height: 25px;
font-weight: 400;
text-transform: capitalize;
border: 1px solid #ccc;
padding: 11px 10px;
height: 161px;
width: 100%;
overflow: hidden;
overflow-y: scroll;
text-align: left;
}
div#Viewpage h2.head-title {
font-size: 26px;
line-height: 36px;
font-weight: 300;
margin:0px;
}
div#Viewpage .date {
font-size: 15px;
font-weight: 300;
}
div#Viewpage section.body {
width: 100%;margin-top: 0px;padding-right: 0px;
}
#Viewpage button#collapsesidebar-btn {
padding-top: 14px;
position: relative;
z-index: +9999;
padding:0px;
}
div#Viewpage h2 {
font-weight: 500;
}
#Viewpage h3 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
font-weight: 500;
}
.col-md-6.float-right {
text-align: right;
}
div#Viewpage .actions , div#Viewpage .steps {
display: none;
}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-8 {
float: right;
}
.select-all-div {
float: left;
padding: 5px 10px;
background: #ccc;
border-radius: 4px;
margin-top: 5px; font-weight: 500;
}
.selectedvalue {
width: 100%;
height: auto;
float: left;
margin: 10px 0px;
}
div#Allfilter .reference-search ul.dropdown-menu.inner li span.text {
width: calc(100% - 30px);
overflow-x: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
div#Allfilter .reference-search ul.dropdown-menu.inner li span.glyphicon.glyphicon-ok.check-mark {
border: 1px solid #0186cb;
padding: 2px;
font-size: 11px;
font-weight: normal;
color: #0186cb;
background: #fff;
margin-top: 5px;
}
button.addtocontentrefrence {
width: 100%;
position: absolute;
bottom: 0px;
border: none;
background: #0186CB;
color: #fff;
font-size: 14px;
line-height: 20px;
font-weight: 400;
left: 0px;
}
.reference-search .inner.open {
padding-bottom: 17px;
}
.selectedvalue .selectedcol {
width: 100%;
height: auto;
float: left;
background-color: #dfe3f1;
border: 1px solid #e2e2e2;
padding: 6px 10px;
border-radius: 4px;
display: flex;
align-items: self-start;
align-items: center;
justify-content: space-between;
margin-bottom:3px;
position: relative;
}
label.pdlt span.date {
padding-right: 35px;
}
/*css update*/
div#Viewpage .vd-dec {
font-size: 15px;
line-height: 25px;
font-weight: 400;
text-transform: capitalize;
border: 1px solid #ccc;
padding: 11px 10px;
height: 161px;
width: 100%;
overflow: hidden;
overflow-y: scroll;
text-align: left;
}
div#Viewpage h2.head-title{font-size: 19px;}
div#Viewpage label.pdlt {
font-size: 14px;
line-height: 28px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.form-group.description {
margin-top: 5px!important;
}
div#Viewpage .modal-content {
width: 70%!important;
margin: 90px 15%!important;
border: 4px solid #0186cb;
}
div#Viewpage .date {
font-size: 14px;
font-weight: 300;
padding-right: 20px;
}
div#Viewpage label.pdlt.description {
text-align: center;
width: 100%;
}
div#Viewpage img.art-img {
width: 100%!important;
max-height: 200px;
}
div#Viewpage form-group.description {
margin-top: 0px!important;
}
div#Viewpage div#content {
border: 1px solid #ccc;
padding: 11px 10px;
height: 161px;
width: 100%;
overflow: hidden;
overflow-y: scroll;
}
div#Viewpage .vd-dec::-webkit-scrollbar,div#Viewpage div#content::-webkit-scrollbar,div#Viewpage .content p.description::-webkit-scrollbar {
width: 3px;
}
div#Viewpage .vd label.pdlt.fullwidth {
text-align: center!important;
}
div#Viewpage .vd-dec::-webkit-scrollbar-track, div#Viewpage div#content::-webkit-scrollbar-track,div#Viewpage .content p.description::-webkit-scrollbar-track {
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.navbar-default.sidebar.nav-active {
width: 240px;
}
/*
.sidebar:hover {
width: 60px!important;
}*/
.navbar-default.sidebar.nav-active:hover{
width: 240px!important;
}
.container {
width: 100%;
}
.sidebar:hover .sidebar-head {
width: 240px!important;
text-align: right;
}
.sidebar:hover .sidebar-head h3 {
transform: rotate(180deg);
text-align: left;
position: relative;
bottom: 3px;
}
#side-menu li.devider{display: none;}
.sidebar .sidebar-head{width: 60px!important;}
.navbar-default.sidebar.nav-active span.hide-menu {
display: inline;
}
.sidebar:hover span.hide-menu {
display: inline;
}
/*
.sidebar:hover .hide-menu {
display: none;
}
div#page-wrapper.body-active {
margin-left: 240px;
width: calc(100% - 240px)
}*/
ul.nav.nav-second-level.collapse.in a span.hide-menu {
display: inline;
}
li.dd-item.catalog-li.active .dd-handle , li.dd-item.lists-li.active .dd-handle{
background: #2cabe3!important;
color: #fff;
}
div#exampleModalLong {
width: 100%;
float: left;
padding: 0px!important;
}
div#exampleModalLong .modal-dialog {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0%,50%);
left: calc(50% - 190px);
position: absolute;
}
.form-group.clear-b {
clear: both;
}
ul.nav.nav-second-level {
box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
background: #fff;
border-radius: 5px;
background-color: #fff!important;
border-radius: 7px;
padding: 7px 0px;
margin: 0px 18px;
}
.navbar-default.sidebar.nav-active ul.nav.nav-second-level {
background-color: #fff!important;
margin: 0px 18px;
border-radius: 7px;
padding: 7px 0px;
position: relative;
top:0px;
left:0px;
box-shadow: none;
z-index: +9;
}
ul.nav.nav-second-level li a {
font-weight: 400;
}
ul.nav.nav-second-level li a {
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
}
.navbar-default.sidebar.nav-active #side-menu a.waves-effect.arrow-up {
opacity: 1;
}
/*
div#page-wrapper.body-active .custom-select.fiftyper {
font-size: 14px;
}
div#page-wrapper.body-active .row.content-search-header .col-md-3 {
padding: 0px!important;
}
div#page-wrapper.body-active .row.content-search-header .col-md-2 {
padding: 0px!important;
}*/
ul.nav.nav-second-level.collapse.in li a span {
color: #013896!important;
}
#side-menu ul.nav.nav-second-level.collapse.in li a i {
color: #013896;
margin-right: 8px;
min-width: 25px;
text-align: left!important;
}
div#Viewpage label.pdlt.description {
font-size: 14px;
line-height: 28px;
}
div#Viewpage .vd-dec::-webkit-scrollbar-thumb,div#Viewpage div#content::-webkit-scrollbar-thumb,div#Viewpage .content p.description::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
/*css update*/
div#Viewpage h2.Preview-title {
padding: 5px 0px;
font-size: 24px;
font-weight: 500;
display: block;
text-align: center;
margin: 0px;
}
div#Viewpage button.close {
position: absolute;
right: 10px;
top: 5px;
}
span#close-selected {
cursor: pointer;
}
div#Allfilter .selectedvalue .selectedcol h2 {
font-size: 13px;
font-weight: 400;
line-height: 15px;
margin: 0px;
border: none;
padding: 0px;
max-width: 60%;
}
div#Allfilter .selectedvalue .selectedcol span.lan {
clear: both;
font-size: 13px;
font-weight: 400;
line-height: 15px;
}
div#Allfilter .selectedvalue .selectedcol span.id {
font-size: 13px;
font-weight: 400;
line-height: 15px;
}
.delete-div {
margin-left: 27px;
float: left;
line-height: 37px;
margin-top: 7px;
}
.u-flex .delete-div a i {
background: #0186cb;
padding: 9px;
color: #fff;
border-radius: 5px;
}
.delete-div a i {
background: #0186cb;
padding: 9px;
color: #fff;
border-radius: 5px;
}
i.glyphicon.glyphicon-user.border-radius {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #fff;
line-height: 39px;
text-align: center;
}
/* article data */
/* item menu page css start */
.box {
display: flex;
align-items: center;
justify-content: center;
background: #707cd2;
margin: 20px 0;
padding: 10px;
width: 100%;
min-height: 200px;
/* border: 2px #ccc solid; */
color: #fff;
border-radius: 8px;
box-shadow: 5px 4px 11px #ccc;
transition: box-shadow .3s;
}
.box:hover {
box-shadow: 0 0 11px rgba(33,33,33,.5);
}
.box h3 {
color: #fff;
font-weight: 500;
font-size: 20px; text-align: center;
text-shadow: 3px 0px 0px #403f3f;
}
input.enterpass {
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
}
select.select2.m-b-10.select2-multiple {
padding: 8px;
}
label.control-label.uplcont {
width: 100%;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
font-size: 22px;
}
input.form-control.dtpicker {
width: calc(100% - 80px);
float: left;
}
button.close span {
font-size: 47px;
font-weight: 300;
line-height: 47px;
height: auto;
color:#000;
opacity:1
}
td.action {
border-bottom: none!important;
}
.list_view tbody tr td {
vertical-align: middle;
}
.content_text.headbar p {
font-size: 28px;
line-height: 50px;
font-weight: 300;
text-align: center;
background: #26599d;
color: #fff;
padding: 0px 13px;
border-radius: 5px;
}
input.form-control.tmpicker {
width: 80px;
float: left;
}
.uploadcontent-select select#asset_type {
font-size: 18px;
font-weight: 500;
text-align: center;
color: #5a5757;
}
.navbar-default.sidebar {
z-index: 1080;
}
.top-left-part a{width: 100%;float: left;}
.logo b {
height: 60px;
padding-left: 0px!important;
width: 100%!important;
text-align: center;
}
.top-left-part{border-right: none!important;width: calc(100% - 90px)!important;}
.wizard-content .wizard>.content {
overflow: visible!important;
}
h6.card-subtitle.uploadcont {
text-align: center;
font-size: 17px;
font-weight: 400;
}
.uploadcontent-select {
max-width: 400px;
margin: 0px auto;
}
.uploadcontent-select select#asset_type {
border: 1px solid #b3b3b3;
}
.form-group select {
border: 1px solid #b3b3b3;
}
.actions.clearfix {
margin: 60px 0 0 0;
}
.field-icon {
float: right;
margin-left: -25px;
margin-top: -25px;
position: relative;
z-index: 2;
}
.center-box-div {
width: 50%;
margin: 0 auto;
}
.search-box { padding: 10px 0; }
/* item menu page css start */
/* draft button disable */
input.save_content_draft.btn.btn-primary {
display: none;
}
.form-right-content.form-group span.bs-caret {
display: none;
}
.form-right-content.form-group.geo-bloxking .dropdown-menu.open {
max-height: 200px!important;
}
.form-right-content.form-group.geo-bloxking button.btn.dropdown-toggle.btn-default {
border: 1px solid #b3b3b3;
background: #fff;
height: 38px;
line-height: 22px;
}
.bootstrap-select .dropdown-toggle .caret {
right: 13px !important;
margin-top: -3px !important;
vertical-align: middle;
}
p.please-wait {
position: absolute;
top: 50%;
left: 50%;
font-size: 20px;
transform: translate(-40px, 50px);
color: #00a1ff;
}
.delete-btn { background: #f30000 !important; border:none !important; }
/* draft button disable */
/*New css*/
.pl-0 {
padding-left: 0px;
}
.col-md-6.space-top a.new-player.right {
float: right;
margin-top: 0px;
}
ul.pagination.right {
float: right;
}
span.appos {
color: red;
}
.text-left.button-box-wrap {
margin: 30px 0px;
}
.text-left.button-box-wrap button.submit {
background: #707cd2;
border: none;
padding: 10px 13px;
border-radius: 4px;
color: #fff;
}
img.img-profile {
width: 100px;
margin: 0px calc(50% - 50px);
}
th i{cursor: pointer;padding-left: 5px;}
.new-login-box .white-box {
min-width: 350px;
padding-bottom: 0px;
}
a.frg-pwd {
font-size: 14px;
color: #313131;
margin-top: 15px;
display: inline-block;
font-weight: 500;
}
.new-login-register .new-login-box.forgot-password {
margin-top: 3%;
}
.userlist a.new-player {
background: #013896;
color: #fff;
font-weight: 400;
border: none;
padding: 9px 13px;
border-radius: 4px;
}
.userlist .space-top {
float: left;
margin: 20px 0;
}
.userlist .results tr[visible='false'],
.userlist .no-result{
display:none;
}
.results tr[visible='false'],
.no-result{
display:none;
}
.userlist .results tr[visible='true']{
display:table-row;
}
.userlist .counter{
padding:8px;
color:#ccc;
}
.userlist a.new-player {
background: #013896;
color: #fff;
font-weight: 400;
border: none;
padding: 10px 13px;
border-radius: 4px;
margin-top: 0px;
display: inline-block;
}
.userlist .player-table .table tr th {
background: #bac2ff;
color: #000;
}
.navbar-top-links .dropdown-user .dw-user-box .u-img{width:40px!important}
.navbar-top-links .dropdown-user .dw-user-box .u-img img {
width: 40px;
height: 40px;
float: left;
border-radius: 100%!Important;
}
.table-responsive {
clear: both;
}
button.submit {
background: #707cd2;
border: none;
padding: 10px 13px;
border-radius: 4px;
color: #fff;
}
form#loginform input.form-control {
text-transform: inherit;
}
.col-md-4.select-all {
padding: 0px;
}
.col-md-4.select-all .select-all-div {
margin-bottom: 15px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.lo-submit-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 10px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.reorder-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 0px;
}
h3#exampleModalLongTitle {
padding: 15px 0px;
}
.modal-content {
border-radius: 8px!Important;
}
.modal-footer button.btn.btn-secondary {
background: #2962FF;
color: #fff;
padding: 7px 12px;
border-radius: 4px;
border: 1px solid transparent;
}
.modal-footer.text-center {
text-align: center!important;
}
.lg-info-panel{display: none}
.new-login-register .new-login-box {
margin-left: calc(50% - 200px)!important;
margin-top: 10%;
width: 400px;
float: left;
}
.new-login-box .white-box {
width: 100%;
}
.col-md-6.margin-bottom {
margin-bottom: 18px;
}
.float {
float: left;
width: 100%;
padding: 20px 0;
}
.margin-top {
margin-top: 19px;
}
.new-login-register .new-login-box{ margin-top: 5%!important;}
.round-img {float: left;}
.dropdown .round-img img {
border-radius: 50%;
width: 35px;
height: 35px;
border: 2px solid;
}
div#Allfilter{width: 80%;margin: 6.5rem auto;background: #fff;box-shadow: 3px 4px 10px 4px rgb(0 0 0 / 30%);min-width: 330px; overflow: auto;padding: 3.25rem 1.95rem 0;}
div#Allfilter .modal-dialog{width: 100%;}
div#Allfilter .modal-content{
width: 100%!important;
box-shadow: none;
-webkit-box-shadow: none;
border: none;
position: relative;
}
div#Allfilter span.bs-caret {
display: none!important;
}
div#Allfilter .modal-content h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 100;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
div#collapsingsidebar select.reference-search-s {
background: #26599d;
color: #fff;
}
select.reference-search-s {
float: left;
appearance: none;
background: #eceef5;
border: 0;
border-right: 1px solid #e2e2e2;
color: #555;
font-weight: 400;
font-size: 14px;
height: 4rem;
min-width: 110px;
padding: 0 1rem 0 1rem;
position: relative;
text-align: center;
width: 110px;
-webkit-appearance: none;
-moz-appearance: none;
z-index: 2;
}
label.reff {
width: calc(100% - 154px);
border-right: 1px solid #e4e7ea;
color: #555;
font-weight: 400;
font-size: 14px;
height: 4rem;
float: left;
}
label.reff input#referencetype {
width: 100%;
height: 4rem;
float: left;
border: 1px solid #e4e7ea;
outline: 0!Important;
box-shadow: none;
padding: 0px 10px;
}
.reference-search__select-container .dropdown.bootstrap-select.show-tick.form-control {
width: calc(100% - 110px);
height: 4rem;
position: relative;
}
.reference-search__select-container button.btn.dropdown-toggle.btn-default.bs-placeholder .filter-option-inner-inner:before{
content: 'Start typing to search by ID or name ...';
position: absolute;
width: 100%;
top: 0px;
right: 0px;
background: #fff;
height: 38px;
line-height: 38px;
padding-left: 10px;
}
.modal-header.upload {
background: #26599d;
}
.docs-demo .img-container {
min-height: auto;
}
.modal-body.upload-body .white-box {
margin-top: 0px;padding-top: 0px!important;margin-bottom: 0px;padding-bottom: 0px!important;
}
.modal-body.upload-body .white-box .wizard-content {
margin-bottom: 0px;
padding-bottom: 0px!important;
}
div#Viewpage .modal-header {
padding: 5px 10px;
border-bottom: 1px solid #0186cb;
}
.modal-header.upload h4.card-title.head-title {
text-align: center;
font-size: 22px;
color: #fff;
font-weight: 300;
}
.reference-search__select-container button.btn.dropdown-toggle.bs-placeholder.btn-default {
height: 4rem;
background: transparent;
}
.reference-search__select-container button.btn.dropdown-toggle.btn-default {
background: transparent;
height: 4rem;
}
button.btn-modal-box {
width: 100%;
margin-bottom: 10px;
background: #0186CB;
border: none;
color: #fff;
font-size: 16px;
padding: 2px 0px;
position: absolute;
float: left;
bottom: -2px;
}
ul.added-freq {
width: 100%;
padding: 10px 0px;
display: flex;
}
ul.added-freq li {
padding: 0px 15px;
font-size: 14px;
font-weight: 400;
cursor: pointer;
}
ul.added-freq li:first-child{padding-left: 0px;}
.custom-select.fiftyper {
width: 50%;
float: left;
padding: 0px 5px;
}
div#Favourites_model ul.dropdown-menu.inner {
width: 100%;
overflow: hidden;
}
div#Favourites_model ul.dropdown-menu.inner span.text {
width: 97%;
overflow: hidden;
}
div#Favourites_model ul.dropdown-menu.inner span.glyphicon.glyphicon-ok.check-mark {
line-height: 27px;
}
.content-ref .selectedvalue .selectedcol h2 {
font-size: 13px;
font-weight: 400;
line-height: 15px;
margin: 0px;
border: none;
padding: 0px;
max-width: 90%;
padding-bottom: 5px;
}
span#close-selected {
cursor: pointer;
float: right;
position: absolute;
right: 5px;
top: calc(50% - 8px);
}
.selectedrelcont {
width: 100%;
height: auto;
float: left;
margin: 10px 0px;
}
.content-ref .selectedvalue .selectedcol{
display: block;position: relative;
}
.col-md-12.bodycontent {
width: 100%;
position: relative;
z-index: +2;
clear: both;
margin-top: 20px;
}
section.body .col-md-12.bodycontent {
width: 183%;
position: relative;
z-index: +2;
}
div#Viewpage .row.bodycontent{
z-index: 2;
width: 194%;
position: relative;
}
div#Viewpage section.body.collapse-deactive .row.bodycontent{
width: 100%;
}
section.body.collapse-deactive .col-md-12.bodycontent {
width: 100%;
}
.content-ref .selectedrelcont .selectedcol{
display: block;position: relative;
width: 100%;
height: auto;
float: left;
background-color: #eceef5;
border: 1px solid #e2e2e2;
padding: 6px 10px;
border-radius: 4px;
margin-bottom: 3px;
}
.content-ref .selectedrelcont .selectedcol h2 {
font-size: 13px;
font-weight: 400;
line-height: 15px;
margin: 0px;
border: none;
padding: 0px;
max-width: 90%;
padding-bottom: 5px;
}
.content-ref .selectedrelcont .selectedcol span {
font-size: 13px;
font-weight: 400;
line-height: 15px;
padding: 0px 10px;
}
.content-ref .selectedrelcont .selectedcol h2+span {
padding-left: 0px;
}
.content-ref .selectedvalue .selectedcol span {
font-size: 13px;
font-weight: 400;
line-height: 15px;
padding:0px 10px;
}
#collapsingsidebar .reference-search ul.dropdown-menu.inner span.text {
width: calc(100% - 30px);
overflow-x: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#collapsingsidebar .reference-search ul.dropdown-menu.inner li span.glyphicon.glyphicon-ok.check-mark {
border: 1px solid #0186cb;
padding: 2px;
font-size: 11px;
font-weight: normal;
color: #0186cb;
background: #fff;
margin-top: 5px;
}
div#collapsingsidebar .reference-search .dropdown-menu.open {
margin-left: -110px;
width: calc(100% + 110px);
max-width: calc(100% + 110px);
max-height: 260px!important;
}
.content-ref .selectedvalue .selectedcol h2+span{
padding-left: 0px;
}
div#Favourites {
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
background: #fff;
max-width: 620px;
padding: 0px 20px;
max-height: 280px;
}
div#Favourites_model {
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
background: #fff;
max-width: 620px;
padding: 0px 20px;
margin: 7% auto;
}
.form-group.date-time input.form-control.datepicker {
width: 70%;
float: left;
}
.form-group.date-time {
width: 100%;
float: left;
}
label.fullwidth {
width: 100%;
float: left;
}
.form-group.checkbox-al input#restrict {
display: inline-block;
width: auto;
margin-top: 10px;
}
.content-ref h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
.tagsinput h2 {
font-size: 18px;
line-height: 22px;
padding: 0 0 .65rem;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 1.3rem;
margin-top: 25px;
}
.col-md-6.clear-b {
clear: both;
}
a.btn-bcci {
height: 38px;
float: left;
clear: both;
padding: 0px 20px;
border: none;
background: #26599d;
border-radius: 4px;
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 38px;
}
select.form-control.select-submenu {
margin-top: 20px;
}
form.form-horizontal h3.heading {
font-size: 20px;
margin-bottom: 29px;
font-weight: 400;
background: #0186cb;
color: #fff;
padding: 12px;
border-radius: 3px;
position: relative;
top: -10px;
}
button.location-search {
height: 38px;
float: left;
clear: both;
width: 100%;
padding: 0px 15px;
background: rgba(38,89,157,0.2);
border-radius: 4px;
color: #000;
font-size: 16px;
margin-bottom: 25px;
border: 1px solid #b3b3b3;
}
.form-group.date-time input.form-control.timepicker {
width: 30%;
float: left;
}
.form-group.date-time label {
width: 100%;
}
.filter.right {
float: right;
}
section.search-section {
width: 100%;
height: auto;
display: inline-block;
margin:20px 0px;
}
#side-menu a.waves-effect.arrow-up {
width: 30px;
height: 67px;
position: absolute;
top: -67px;
right: 0px;
z-index: +9;
background: transparent;
opacity: 0;
}
.navbar-default.sidebar.nav-active .sidebar-head {
width: 240px!important;
}
.list_view.logo-management tr td {
text-align: center;
line-height: 20px;
}
.form-right-content.form-group.geo-blocking .dropdown-menu {
max-height: 135px!important;
}
.form-right-content.form-group.geo-blocking .dropdown-menu .bs-actionsbox {
margin-top: 10px;
padding: 0px 5px;
}
.navbar-default.sidebar.nav-active .sidebar-head h3{
transform: rotate(180deg);
text-align: left;
position: relative;
bottom: 3px;
}
a.waves-effect.arrow-up span.fa.arrow {
color: #fff;
}
.dashbaord-box .recent-content.card {
min-height: 420px;
}
.dashbaord-box .View-article-button{
position: absolute;
bottom: 22px;
}
span.ti-arrow-right.arrow-menu {
font-size: 25px;
color: #26599d;
}
.navbar-default.sidebar:hover #side-menu a.waves-effect.arrow-up {
opacity: 1;
}
.navbar-default.sidebar #side-menu ul.nav.nav-second-level.collapse.in{display: none;}
.navbar-default.sidebar:hover #side-menu ul.nav.nav-second-level.collapse.in{display: block;}
/*
#side-menu:hover a.waves-effect.arrow-up {
opacity: 1;
}*/
a.content-block i.mdi.fa-fw {
font-size: 55px;
color: #26599d;
font-weight: 300;
width: 100%!important;
text-align: center!important;
}
a.content-block {
border: 1px solid #c6c6c6;
color: #555;
display: block;
font-weight: 500;
font-size: 1.43rem;
padding: 2.6rem;
text-align: center;
}
a.content-block p {
font-size: 15px;
line-height: 30px;
font-weight: 400;
width: 100%;
text-align: center;
color: #26599d;
}
section.search-section input[type="text"] {
padding: 10px;
font-size: 17px;
border: 1px solid grey;
float: left;
width: calc(100% - 80px);
border-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background: #fff;
}
section.search-section button {
padding: 10px;
font-size: 17px;
border: 1px solid #26599d;
float: left;
width: 70px;
color: #fff;
border-radius: 4px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
background: #26599d;
}
.card.mlr {
margin-right: -15px;
margin-left: -15px;
}
.filter.filter--show-content-from select{
margin: 4px!important;
}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-9 {
padding-right: 0px;
display: flex;
justify-content: flex-end;
}
.filter li.btn {
margin-top: 5px;
}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-9 {
padding-right: 0px;
}
.no-padd {
padding-left: 0px;
padding-right: 0px;
}
a.publish span.label {
color: #797979;
font-size: 12px;
line-height: 12px;
font-weight: 400;
padding: 0px 5px;
}
.form-right-content.form-groups.geo-blocking .dropdown-menu.open {
max-height: 250px!important;
z-index: +999;
}
a.recent-content__add.btn.primary.medium.riht {
float: right;
}
a.titletab {
color: #797979;cursor: pointer;display: inline-table;
line-height: 20px;
}
input.form-control.date {
width: calc(100% - 80px);
float: left;
margin-bottom: 25px;
}
input.form-control.time {
width: 80px;
float: left;
}
@media only screen and (max-device-width: 620px){
.new-login-register .new-login-box{margin-left:5%!important;}
#wrapper {
width: 100%;
overflow-x: hidden;
}
.col-lg-4.u-margin-bottom{padding-right: 0px;}
.navbar-header {position: relative;}
ul.nav.navbar-top-links.navbar-left {
position: absolute;
top: 0px;
left: 0px;}
.navbar-top-links > li > a i {
font-size: 20px;}
.modal-dialog.modal-lg {
width: 100%!important;
margin: 0px;
}
.white-box , .wizard-content {
padding: 0px!important;
width: 100%;
}
.white-box form.form-horizontal {
padding: 25px;
}
.white-box .box-title {
margin-bottom: 0px!important;
padding: 10px 25px;
}
.wizard-content .wizard>.steps,.wizard-content h4.card-title,.wizard-content h6.card-subtitle{padding: 25px;}
.steps ul li.current {
display: block!important;
}
.steps ul li {
display: none!Important;
}
div.example input[type=text]{width: 87%;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
div.example button{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border: 1px solid #2196f3;}
.form-inline .col-md-5{
padding: 10px 0px;
}
.form-inline .col-md-2{
padding: 0px 0px;
}
.results .border-bottom h2.show-data-pa {
margin-bottom: 0px;
width: 100%;
}
.add-new-button {
float: left;
margin-bottom: 15px;
}
.border-bottom{float:left;margin-bottom: 0px;}
.filter-wrapper.filter-wrapper--content.u-flex--fill.col-md-8 {
padding: 10px 0px;
}
.filter {
margin: 10px 5px;
}
.responsive-table.player-table .col-md-12.pl-0 {
padding: 15px;
}
.responsive-table.player-table .form-group.pl-0.col-md-6 {
margin-bottom: 0px;
}
.col-md-4.select-all {
padding: 0px;
}
.col-md-4.select-all .select-all-div {
margin-bottom: 15px;
}
form.validation-wizard.wizard-circle {
padding: 0px 15px;
}
.card-body.wizard-content h4.card-title {
padding: 0px 15px;
}
.card-body.wizard-content h6.card-subtitle {
padding: 0px 16px;
}
.col-md-8.list-form.panel {
margin: 0px 0px 0px 30px;
padding: 0px!important;
}
.col-md-8.list-form.panel form.form-horizontal {
padding: 0px;
}
.col-md-8.list-form.panel h3.box-title.m-b-0 {
padding: 10px 15px;
}
.col-md-8.list-form.panel p.text-muted.m-b-30.font-13 {
padding: 0px 15px;
}
div#catalogs {
padding: 10px 10px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.lo-submit-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 10px;
}
button.btn.btn-sm.btn-outline.pull-right.btn-default.reorder-btn {
background: #2cabe3;
border: 1px solid #2cabe3;
color: #000;
margin-bottom: 10px;
margin-right: 10px;
}
.top-search .row.content-search-header input[type="text"] {
width: 88%;
}
div.example button {
width: 12%!important;
}
.content-control-wrapper.row.row--no-margin.between-xs .col-md-6 {
padding: 0px;
}
.container-fluids .white-box.col-md-12 {
padding: 25px 0px!important;
}
.form-right-content {
margin-bottom: 25px;
}
.center-box-div {
width: 100%;
}
.new-login-box {
width: 90%!important;
height: auto;
float: left;
margin: 0px 5%!important;
}
.white-box .box-title + small {
padding-left: 25px;
}
}
@media only screen and (max-width: 768px){
a.view1 {padding: 8px;}
select#asset_type {
margin: 0px 15px;
width: calc(100% - 30px);
}
h6.card-subtitle + label.control-label {
padding-left: 16px;
}
button#collapsesidebar-btn {
display: none;
}section.body{width: 100%;}
div#collapsingsidebar{width: 100%;}
.container-fluid{ padding-left: 10px;
padding-right: 10px;}
}
/*client side validation css*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
color: #B94A48;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
opacity: 1;
}
.error{
color: red;
}
.success{
color: green;
}
input{
/* text-transform: uppercase; */
}
input.text-case{
text-transform: inherit;
}
input[name="short_description"] {
text-transform: inherit;
}
.refclass option , .contentClass option{
display: none!important;
}
.refclass .dropdown-menu.open , .contentClass .dropdown-menu.open{
margin-left: -150px;
width: calc(100% + 150px);
max-width: calc(100% + 150px);
}
.refclass.dropdown-menu li a , .contentClass .dropdown-menu.open{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
margin-right: 38px;
padding-right: 5px;
}
label.publish_unpublish {
display: inline-block;
position: relative;
width: 36px;
height: 15px;
border-radius: 20px;
background: #cccccc;
transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
vertical-align: middle;
cursor: pointer;
margin-bottom: 0px;
}
input.publish_unpublish:checked + label.publish_unpublish {
background: #cccccc;
}
input.publish_unpublish:checked + label.publish_unpublish::before {
left: 16px;
background: #26599d;
}
.content_text p {
text-transform: capitalize;
font-size: 26px;
}
.custom-select.fiftyper {
font-size: 16px;
}
.content_text p {
text-transform: capitalize;
font-size: 26px;
}
h2.show-data-pa {
font-size: 20px;
font-weight: 400;
}
.table thead thead th {
color: #fff!important;
}
.table thead{background: #0186cb;}
.table thead tr th {
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 400;
vertical-align: middle!important;
letter-spacing: 1px;
}
label.publish_unpublish:before {
content: '';
top: -3px;
left: 0px;
width: 21px;
height: 21px;
background: #bac2ff;
border-radius: 100%;
transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
margin-top: 0px;
cursor: pointer;
text-decoration: none;
position: absolute;
box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
/*todays changes*/
td.action {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
td.action a.tdaction {
padding: 0px;
border: 1px solid #26599d;
margin: 0px 6px;
border-radius: 100%;
width: 45px;
height: 45px;
line-height: 50px;
float: left;
background: #fff;
}
.list_view th.p-date {
min-width: 156px;
}
td.action a.tdaction:hover {
background: #26599d;
}
td.action a.tdaction span {
font-size: 20px;
line-height: 0px;
color: #26599d;
}
td.action a.tdaction:hover span {
color: #fff;
}
th.action {
text-align: center;
}
.list_view tbody tr td {
font-size: 16px;
line-height: 45px;
border-bottom: none;
}
.list_view tbody tr td input.checkbox.check_content.form-element {
margin-top: 16px;
}
.list_view tbody tr td.title {
font-weight: 500;
text-transform: capitalize;
}
.select-all-div {
margin-top: 5px;
}
h3.layout-left {
margin-top: 6px;
}.list_view tbody tr td a.publish{height: 45px;height: 45px;
display: flex;
justify-content: center;
align-items: center;}
a.publish span.label{font-size: 18px}
/* Tray Management Css Start */
.custome-dropdown-menu .dropdown-menu {
padding: 0;
}
.custome-dropdown-menu .btn-default, .btn-default.disabled {
background: transparent;
padding: 8px 12px;
}
.custome-dropdown-menu .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background: transparent;
}
.custome-dropdown-menu .open>.dropdown-toggle.btn-default.focus,
.custome-dropdown-menu .open>.dropdown-toggle.btn-default:focus,
.custome-dropdown-menu .open>.dropdown-toggle.btn-default:hover {
background: transparent;
}
.custom-curated-genres .select2-container {
padding: 2px !important;
}
.custome-catalogs {
float: none;
}
.custome-catalogs .active .dd-handle {
background: #26599d !important;
color: #efefef;
}
.white-box.full-container {
float: left;
width: 100%;
}
/* Tray Management Css end */ | 0.439747 | 0.094552 |
:root {
--slide-border-width: 3px;
}
.slide-list-title {
margin: 1em;
}
.slide-list {
padding: 0 1em 1em 3em;
}
@media (min-width: 48em) { /* 768px */
.slide-list-title {
margin-left: 4.75em;
}
.slide-list {
font-size: 2em;
padding-left: 4em;
}
}
.slide-list-instructions {
font-size: .75em;
}
.slide-list-instructions p,
.slide-list-instructions ul {
margin: 0 0 1em;
}
.slide-list a {
text-decoration: none;
}
.slide-list a span,
.slide-list-instructions a {
text-decoration: underline;
}
.slide-list > li {
padding-left: 1em;
list-style-position: initial;
}
.slide {
min-height: 100%;
outline: none;
border: var(--slide-border-width) solid transparent;
}
.slide.theme-prism-material-oceanic {
background-color: #263238;
}
.slide.theme-prism-material-oceanic,
.slide.theme-prism-material-oceanic :link,
.slide.theme-prism-material-oceanic :visited {
color: #fff;
}
.slide:focus,
.slide:focus-within {
border-color: rgba(0,0,0,.6);
}
.slide-iframe-interaction:focus,
.slide-iframe-interaction:focus-within {
border-color: hsla(270deg, 50%, 40%, .4);
}
.slide:not(.slide-preview) {
font-size: 1.25em; /* 20px /16 */
}
.slide:not(.slide-preview):not(.slide-editor),
.slide:not(.slide-preview):not(.slide-editor) code[class*="language-"],
.slide:not(.slide-preview):not(.slide-editor) pre[class*="language-"] {
background-color: #000;
}
.slide-preview-vertical,
.slide-preview-vertical-flip,
.slide-preview-horizontal,
.slide-preview-horizontal-flip {
display: flex;
}
.slide-preview-vertical {
flex-direction: column-reverse;
}
.slide-preview-vertical-flip {
flex-direction: column;
}
.slide-preview-vertical > pre,
.slide-preview-vertical-flip > pre {
/* flex-grow: 1; */
max-height: 58vh;
overflow: auto;
}
.slide-preview-horizontal {
flex-direction: row-reverse;
}
.slide-preview-horizontal-flip {
flex-direction: row;
}
.slide-preview-horizontal .frame,
.slide-preview-horizontal-flip .frame {
max-width: 60%;
}
.slide-preview-vertical .frame-resizer.frame-resizer,
.slide-preview-vertical-flip .frame-resizer.frame-resizer {
flex-grow: 0;
width: 70%;
min-height: 30vh;
resize: both;
}
.slide-preview-fullscreen .frame-resizer.frame-resizer {
width: 90vw;
}
/* WPT filmstrips */
.slide-wpt-mobile .frame {
align-items: flex-start;
}
.slide-wpt-mobile .frame-resizer.frame-resizer.frame-resizer {
min-height: 40.625em; /* 650px /16 */
}
.slide-wpt-desktop .frame {
align-items: flex-start;
}
.slide-wpt-desktop .frame-resizer.frame-resizer.frame-resizer {
min-height: 29.6875em; /* 475px /16 */
}
iframe[data-js] {
display: none;
}
iframe[data-js].slide-iframe-enabled {
display: block;
}
/* Window size */
.resizeasaurus-size.resizeasaurus-size {
display: none;
}
.slide-windowsize .resizeasaurus-size.resizeasaurus-size {
display: block;
}
/* Ratios */
.slide-preview-30-70 pre {
flex-basis: 30%;
}
.slide-preview-30-70 .frame {
max-width: 100%;
}
.slide-preview-40-60 pre {
flex-basis: 40%;
}
.slide-preview-50-50 pre {
flex-basis: 50%;
}
.slide-preview-60-40 pre {
flex-basis: 60%;
}
.slide-preview-70-30 pre {
flex-basis: 70%;
}
/* Editor */
.slide pre[class*="language-"] {
padding: 2em 1em;
}
/* Preview window */
.frame {
display: flex;
flex-grow: 1;
justify-content: center;
align-items: stretch;
padding: 2em 1em;
}
/* Resize the preview window */
.frame-resizer.frame-resizer {
width: 100%;
display: flex;
margin: 0;
border: none;
background-color: #fff;
}
.frame-resizer {
flex-direction: column;
border-radius: .5em;
min-width: 200px;
box-shadow: 0 10px 60px rgba(0, 0, 0, .9);
}
.slide:focus .frame-resizer,
.slide:focus-within .frame-resizer {
box-shadow: 0 10px 40px 4px rgba(0, 0, 0, .4);
}
.frame-resizer-main {
flex-grow: 999;
}
.frame-resizer-iframe {
flex-grow: 999;
border: none;
width: 100%;
height: 100%;
pointer-events: none;
}
.frame-noscript {
height: 100%;
}
.slide-iframe-interaction .frame-resizer-iframe {
pointer-events: all;
}
/* Fake window */
.window {
display: flex;
flex-direction: column;
}
.window-hed {
display: flex;
background-color: #ddd;
gap: 6px;
padding: 6px;
}
.window-circle {
display: inline-block;
height: 12px;
min-width: 12px;
max-width: 12px;
border-radius: 12px;
}
.window-circle-red {
background-color: #FF5F56;
}
.window-circle-yellow {
background-color: #FFBD2E;
}
.window-circle-green {
background-color: #27C93F;
}
.window-title {
flex-grow: 999;
text-align: center;
font-family: system-ui;
font-size: 0.75em; /* 12px /16 */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
background: #bbb;
border-radius: 0.5555555555556em; /* 5px /9 */
margin-left: 2em;
margin-right: 1em;
display: flex;
align-items: center;
justify-content: center;
margin-top: -3px;
margin-bottom: -3px;
text-decoration: none;
}
.window-title.window-title.window-title,
.window-title.window-title.window-title:visited {
color: #000;
}
/* Navigation */
.slide-nav {
position: absolute;
top: calc(2 * var(--slide-border-width));
right: calc(2 * var(--slide-border-width));
font-size: 0.5em; /* 8px /16 */
font-variant-numeric: tabular-nums;
}
.slide-nav-hide {
display: none;
}
.slide-nav a {
text-decoration: none;
line-height: 1;
}
.slide-nav,
.slide-nav a,
.slide-nav a:visited {
color: #fff;
}
.slide-nav-disabled {
opacity: .4;
cursor: not-allowed;
}
/* Specific slide styles */
.slide-1-0.animation {
opacity: 0;
transition: opacity 0.6s ease-out;
}
.slide-1-0.animationend {
opacity: 1;
}
.slide-14-0 .charwrap-typed-initial,
.slide-14-1 .charwrap-typed-initial {
opacity: .3;
} | static/slides.css | :root {
--slide-border-width: 3px;
}
.slide-list-title {
margin: 1em;
}
.slide-list {
padding: 0 1em 1em 3em;
}
@media (min-width: 48em) { /* 768px */
.slide-list-title {
margin-left: 4.75em;
}
.slide-list {
font-size: 2em;
padding-left: 4em;
}
}
.slide-list-instructions {
font-size: .75em;
}
.slide-list-instructions p,
.slide-list-instructions ul {
margin: 0 0 1em;
}
.slide-list a {
text-decoration: none;
}
.slide-list a span,
.slide-list-instructions a {
text-decoration: underline;
}
.slide-list > li {
padding-left: 1em;
list-style-position: initial;
}
.slide {
min-height: 100%;
outline: none;
border: var(--slide-border-width) solid transparent;
}
.slide.theme-prism-material-oceanic {
background-color: #263238;
}
.slide.theme-prism-material-oceanic,
.slide.theme-prism-material-oceanic :link,
.slide.theme-prism-material-oceanic :visited {
color: #fff;
}
.slide:focus,
.slide:focus-within {
border-color: rgba(0,0,0,.6);
}
.slide-iframe-interaction:focus,
.slide-iframe-interaction:focus-within {
border-color: hsla(270deg, 50%, 40%, .4);
}
.slide:not(.slide-preview) {
font-size: 1.25em; /* 20px /16 */
}
.slide:not(.slide-preview):not(.slide-editor),
.slide:not(.slide-preview):not(.slide-editor) code[class*="language-"],
.slide:not(.slide-preview):not(.slide-editor) pre[class*="language-"] {
background-color: #000;
}
.slide-preview-vertical,
.slide-preview-vertical-flip,
.slide-preview-horizontal,
.slide-preview-horizontal-flip {
display: flex;
}
.slide-preview-vertical {
flex-direction: column-reverse;
}
.slide-preview-vertical-flip {
flex-direction: column;
}
.slide-preview-vertical > pre,
.slide-preview-vertical-flip > pre {
/* flex-grow: 1; */
max-height: 58vh;
overflow: auto;
}
.slide-preview-horizontal {
flex-direction: row-reverse;
}
.slide-preview-horizontal-flip {
flex-direction: row;
}
.slide-preview-horizontal .frame,
.slide-preview-horizontal-flip .frame {
max-width: 60%;
}
.slide-preview-vertical .frame-resizer.frame-resizer,
.slide-preview-vertical-flip .frame-resizer.frame-resizer {
flex-grow: 0;
width: 70%;
min-height: 30vh;
resize: both;
}
.slide-preview-fullscreen .frame-resizer.frame-resizer {
width: 90vw;
}
/* WPT filmstrips */
.slide-wpt-mobile .frame {
align-items: flex-start;
}
.slide-wpt-mobile .frame-resizer.frame-resizer.frame-resizer {
min-height: 40.625em; /* 650px /16 */
}
.slide-wpt-desktop .frame {
align-items: flex-start;
}
.slide-wpt-desktop .frame-resizer.frame-resizer.frame-resizer {
min-height: 29.6875em; /* 475px /16 */
}
iframe[data-js] {
display: none;
}
iframe[data-js].slide-iframe-enabled {
display: block;
}
/* Window size */
.resizeasaurus-size.resizeasaurus-size {
display: none;
}
.slide-windowsize .resizeasaurus-size.resizeasaurus-size {
display: block;
}
/* Ratios */
.slide-preview-30-70 pre {
flex-basis: 30%;
}
.slide-preview-30-70 .frame {
max-width: 100%;
}
.slide-preview-40-60 pre {
flex-basis: 40%;
}
.slide-preview-50-50 pre {
flex-basis: 50%;
}
.slide-preview-60-40 pre {
flex-basis: 60%;
}
.slide-preview-70-30 pre {
flex-basis: 70%;
}
/* Editor */
.slide pre[class*="language-"] {
padding: 2em 1em;
}
/* Preview window */
.frame {
display: flex;
flex-grow: 1;
justify-content: center;
align-items: stretch;
padding: 2em 1em;
}
/* Resize the preview window */
.frame-resizer.frame-resizer {
width: 100%;
display: flex;
margin: 0;
border: none;
background-color: #fff;
}
.frame-resizer {
flex-direction: column;
border-radius: .5em;
min-width: 200px;
box-shadow: 0 10px 60px rgba(0, 0, 0, .9);
}
.slide:focus .frame-resizer,
.slide:focus-within .frame-resizer {
box-shadow: 0 10px 40px 4px rgba(0, 0, 0, .4);
}
.frame-resizer-main {
flex-grow: 999;
}
.frame-resizer-iframe {
flex-grow: 999;
border: none;
width: 100%;
height: 100%;
pointer-events: none;
}
.frame-noscript {
height: 100%;
}
.slide-iframe-interaction .frame-resizer-iframe {
pointer-events: all;
}
/* Fake window */
.window {
display: flex;
flex-direction: column;
}
.window-hed {
display: flex;
background-color: #ddd;
gap: 6px;
padding: 6px;
}
.window-circle {
display: inline-block;
height: 12px;
min-width: 12px;
max-width: 12px;
border-radius: 12px;
}
.window-circle-red {
background-color: #FF5F56;
}
.window-circle-yellow {
background-color: #FFBD2E;
}
.window-circle-green {
background-color: #27C93F;
}
.window-title {
flex-grow: 999;
text-align: center;
font-family: system-ui;
font-size: 0.75em; /* 12px /16 */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
background: #bbb;
border-radius: 0.5555555555556em; /* 5px /9 */
margin-left: 2em;
margin-right: 1em;
display: flex;
align-items: center;
justify-content: center;
margin-top: -3px;
margin-bottom: -3px;
text-decoration: none;
}
.window-title.window-title.window-title,
.window-title.window-title.window-title:visited {
color: #000;
}
/* Navigation */
.slide-nav {
position: absolute;
top: calc(2 * var(--slide-border-width));
right: calc(2 * var(--slide-border-width));
font-size: 0.5em; /* 8px /16 */
font-variant-numeric: tabular-nums;
}
.slide-nav-hide {
display: none;
}
.slide-nav a {
text-decoration: none;
line-height: 1;
}
.slide-nav,
.slide-nav a,
.slide-nav a:visited {
color: #fff;
}
.slide-nav-disabled {
opacity: .4;
cursor: not-allowed;
}
/* Specific slide styles */
.slide-1-0.animation {
opacity: 0;
transition: opacity 0.6s ease-out;
}
.slide-1-0.animationend {
opacity: 1;
}
.slide-14-0 .charwrap-typed-initial,
.slide-14-1 .charwrap-typed-initial {
opacity: .3;
} | 0.349977 | 0.116261 |
body{
margin:0;
font-family: 'Roboto Condensed', sans-serif;
background: #fff;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration:none;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Oswald', sans-serif;
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover,body a:focus{
text-decoration:none;
outline: none;
}
/*-- banner --*/
.banner{
background:url(../images/bg.jpg)no-repeat center 0px;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
position:relative;
}
.banner-agileinfo {
background: rgba(0, 0, 0, 0.42);
}
.header {
padding-top:1em;
}
.header .container {
position: relative;
}
.menu, .social-w3licon {
margin-top: 1.2em;
}
/*-- menu-navigation --*/
.menu {
position: absolute;
z-index: 9999;
right: 15px;
}
.menu .navicon {
background: transparent;
position: relative;
height: 46px;
width: 46px;
display: block;
z-index: 9999;
-webkit-transition: linear 0.5s all;
-moz-transition: linear 0.5s all;
-ms-transition: linear 0.5s all;
-o-transition: linear 0.5s all;
transition: linear 0.5s all;
outline: none;
}
.menu .navicon:before, .menu .navicon:after {
background: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
content: "";
height: 3px;
left: 0;
-webkit-transition: 0.8s ease;
-moz-transition: 0.8s ease;
-o-transition: 0.8s ease;
-ms-transition: 0.8s ease;
transition: 0.8s ease;
width: 45px;
}
.menu .navicon:before {
-moz-box-shadow: #fff 0 14px 0 0;
-o-box-shadow: #fff 0 14px 0 0;
-ms-box-shadow: #fff 0 14px 0 0;
-webkit-box-shadow: #fff 0 14px 0 0;
box-shadow: #fff 0 14px 0 0;
position: absolute;
top: 0;
}
.menu .navicon:after {
position: absolute;
top: 28px;
}
.menu .navicon--active {
-webkit-transition: linear 0.5s all;
-moz-transition: linear 0.5s all;
-moz-transition: linear 0.5s all;
-o-transition: linear 0.5s all;
transition: linear 0.5s all;
}
.menu .navicon--active:before {
-moz-box-shadow: transparent 0 0 0 0;
-ms-box-shadow: transparent 0 0 0 0;
-o-box-shadow: transparent 0 0 0 0;
-webkit-box-shadow: transparent 0 0 0 0;
box-shadow: transparent 0 0 0 0;
top: 15px;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu .navicon--active:after {
top: 15px;
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
}
.menu .toggle {
display: block;
position: absolute;
right: 0;
width: 250px;
background-color: #FFF;
padding: 2em 3em;
opacity: 0;
-webkit-transition: ease 0.5s all;
-moz-transition: ease 0.5s all;
transition: ease 0.5s all;
-webkit-transform:translate(0);
-moz-transform:translate(0);
-o-transform: translate(0);
-ms-transform:translate(0);
transform: scale(0);
z-index: 99999;
-webkit-box-shadow: 0px 0px 7px #696868;
-moz-box-shadow: 0px 0px 7px #696868;
box-shadow: 0px 0px 7px #696868;
}
.menu .toggle--active {
opacity: 1;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1);
}
.menu .toggle-menu li {
display: block;
margin: 10px auto;
text-align: center;
}
.menu .toggle-menu li a {
text-decoration: none;
color: #333;
display: inline-block;
text-align: center;
font-size: 1.2em;
text-transform: uppercase;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
transition:0.5s all;
font-weight: 400;
padding: 5px 0;
margin: 0 auto;
}
.menu .toggle-menu li a:hover,.menu .toggle-menu li a.active{
color:#00BCD4;
border-bottom-color:#20B2AA;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
font-weight: 700;
}
/*-- //menu-navigation --*/
.logo {
float: left;
text-align: center;
}
.logo h1 {
font-size: 4em;
color: #fff;
font-weight: 200;
letter-spacing: 2px;
}
.logo h1 a,.logo h1 a:hover{
color: #FFFFFF;
text-decoration: none;
outline:none;
}
/*-- social-icons --*/
.social-w3licon {
float: right;
width: 50%;
}
/*-- //social-icons --*/
/*-- banner-w3lstext --*/
.banner-w3lstext {
text-align: center;
}
.banner-w3lstext h3{
font-size: 6em;
color: #fff;
text-align: center;
position: relative;
line-height: 0.9em;
text-transform: uppercase;
}
.banner-w3lstext p {
color: #fff;
margin: 2em auto;
width: 80%;
}
.banner-w3lstext h6 {
font-size: 1.5em;
font-weight: 100;
color: white;
letter-spacing: 5px;
}
/*-- //banner --*/
p {
font-size: 1em;
color: #999;
line-height: 2em;
}
/*-- effect --*/
.item {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
visibility: hidden;
position: relative;
opacity: 1;
visibility: visible;
padding:14em 0 15em;
}
.item:hover .bg {
opacity: 0.2;
}
.item:hover .block {
-webkit-box-shadow: 0px 0px 50px #333;
-moz-box-shadow: 0px 0px 50px #333;
-o-box-shadow: 0px 0px 50px #333;
-ms-box-shadow: 0px 0px 50px #333;
box-shadow: 0px 0px 50px #333;
}
.item .bg {
top: 0px;
left: 0px;
opacity: 1;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: absolute;
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.item .blur {
top: 0px;
left: 0px;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
transition:0.5s;
-webkit-filter: blur(5px);
filter: blur(5px);
position: absolute;
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.item .block {
width:52%;
padding: 3.5em 3em;
margin: 0 auto;
color: #fff;
-webkit-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
overflow: hidden;
border-radius: 10px;
box-sizing: border-box;
background-size: cover;
background-position: center;
background-attachment: fixed;
box-shadow: none;
}
.item .block .text {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-position: center;
background-attachment: fixed;
}
.item .block:hover {
-webkit-box-shadow: 0px 0px 70px #555;
-moz-box-shadow: 0px 0px 70px #555;
-o-box-shadow: 0px 0px 70px #555;
-ms-box-shadow: 0px 0px 70px #555;
box-shadow: 0px 0px 70px #555;
}
.item .block:hover .circleLight {
opacity: 0.4;
}
.item .block .circleLight {
top: 0px;
left: 0px;
opacity: 0;
content: '';
width: 100%;
height: 100%;
display: block;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
border-radius: 10px;
background: -webkit-radial-gradient(80px 40px, circle, #ffffff, rgba(0, 0, 0, 0));
background: radial-gradient(circle at 80px 40px, #ffffff, rgba(0, 0, 0, 0));
}
/*-- //effect --*/
/*-- banner-bottom --*/
.banner-w3bottom {
position: absolute;
width: 100%;
left: 0;
background: #f9f9f9;
}
.wthree_banner_grids {
background-color: #fff;
margin-top: -5em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
-moz-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
-o-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
-ms-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
}
.wthree_banner_grid{
text-align:center;
padding: 2.5em;
}
.wthree_banner_grid i {
font-size: 2em;
color: #00BCD4;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
}
.wthree_banner_grid h4 {
text-transform: capitalize;
font-size: 1.2em;
color: #999;
padding-top: 1em;
font-weight: 400;
letter-spacing: 1px;
}
.wthree_banner_grid:hover i.fa {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: .4;
}
/*-- //banner-bottom --*/
/*-- about--*/
.about,.testimonials,.footer,.features,.awardsw3-agileits,.codes,.contact,.portfolio{
padding: 5em 0;
}
.about {
margin-top: 5em;
}
.w3ls-title {
text-align: center;
}
h3.agileits-title {
font-size: 4em;
color: #555;
text-align: center;
font-weight: 400;
position: relative;
margin-bottom: 0.8em;
display: inline-block;
text-transform: capitalize;
line-height: 1.2em;
}
h3.agileits-title:first-letter {
border-bottom: 2px solid #FF5722;
color: #FF5722;
}
p.about-w3text {
text-align: center;
}
/*-- services --*/
.services-row-agileinfo {
text-align:center;
}
.services-w3grid {
margin-top: 3em;
}
.services-w3grid h5 {
font-size: 1.5em;
margin: 1em 0 .5em;
color: #FF5722;
font-weight: 300;
letter-spacing: 1px;
}
.services-w3grid p {
margin: 0 3em;
}
/*-- Effect 1 --*/
.services-w3grid span {
font-size: 1.5em;
color: #ccc;
display: inline-block;
text-decoration: none;
z-index: 1;
padding: 1.1em;
background: #fff;
border: 2px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-ms-transition: .5s all;
-o-transition: .5s all;
transition: .5s all;
position: relative;
width: 70px;
height: 70px;
}
.hi-icon:after {
position: absolute;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
top: -8px;
left: -8px;
padding: 8px;
z-index: -1;
opacity: 0;
-webkit-box-shadow:3px 3px #00BCD4;
-moz-box-shadow:3px 3px #00BCD4;
-ms-box-shadow:3px 3px #00BCD4;
-o-box-shadow:3px 3px #00BCD4;
box-shadow:3px 3px #00BCD4;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
-moz-transition: opacity 0.2s, -moz-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
}
.services-w3grid:hover .hi-icon:after {
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.services-w3grid:hover span{
color:#00BCD4;
}
.services-w3grid span.hi-icon:before {
-webkit-transition:.5s all;
-moz-transition:.5s all;
-ms-transition:.5s all;
-o-transition:.5s all;
transition:.5s all;
}
.services-w3grid:hover span.hi-icon:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1.2);
opacity: 1;
display: inline-block;
}
/*-- //Effect 1 --*/
/*-- //about--*/
/*-- wthree-slid --*/
.wthree-slid-left {
padding: 0;
background: url(../images/g1.jpg)no-repeat center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: relative;
min-height:494px;
}
.wthree-slid-right {
padding: 6em 7em;
background: #00BCD4;
}
.wthree-slid-right h3 {
font-size: 1.5em;
line-height: 1.6em;
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
}
.wthree-slid-right h4 {
font-size: 2.5em;
color: #fff;
margin-bottom: 0.8em;
letter-spacing: 3px;
}
.wthree-slid-right h5 {
font-size: 1.1em;
color: #fff;
line-height: 2.2em;
font-weight: 300;
letter-spacing: 2px;
}
.wthree-slid-right h5 span.glyphicon {
font-size: 0.9em;
margin-right: 0.5em;
}
/*-- stats --*/
.stats-info.agileits-w3layouts {
margin-top: 2em;
}
.stats-grid {
text-align: left;
padding-left:0;
}
.stats-info h6 {
font-weight: 400;
letter-spacing: 2px;
font-size: 1em;
color: #fff;
margin-top: 0.5em;
}
.numscroller {
font-size: 2.5em;
font-weight: 300;
color: #fff;
margin: 0.8em 0 0;
text-align: left;
}
/*-- //stats --*/
/*-- //wthree-slid --*/
/*-- testimonials --*/
.wthree_testimonial_grids {
margin-top: 3em;
}
.w3_agileits_header:after {
left: 25% !important;
}
.agileinfo_testimonials_left{
text-align:center;
}
.agileinfo_testimonials_left img {
border-radius: 60px;
margin: 0 auto;
}
.agileinfo_testimonials_left h4 {
font-size: 1.2em;
color: #00bcd4;
margin: 1em 0 0.3em;
}
.agileinfo_testimonials_left p {
text-transform: uppercase;
font-size: .9em;
}
.agileits_testimonials_right_grid{
padding:1.5em;
position:relative;
margin-top: 1em;
-webkit-box-shadow:0px 0px 5px #c3c3c3;
-moz-box-shadow:0px 0px 5px #c3c3c3;
-o-box-shadow:0px 0px 5px #c3c3c3;
-ms-box-shadow:0px 0px 5px #c3c3c3;
box-shadow:0px 0px 5px #c3c3c3;
}
.agileits_testimonials_right_grid:before{
content: '';
position: absolute;
top: 35%;
left: -3%;
border-right: 10px solid #00bcd4;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.agileits_testimonials_right_grid p{
color:#999;
line-height:2em;
}
.wthree_testimonial_grid_left {
padding: 0;
}
.w3l_testimonial_grid_left_grid{
margin-top:2em;
}
.w3_testimonials_right_grid:before {
border-left: 10px solid #00bcd4;
border-right: none !important;
left: auto !important;
right: -3% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 2em;
color: #555;
line-height: 1.5em;
font-weight: 500;
}
.wthree_testimonial_grid_right {
text-align:right;
margin-top: 3em;
padding: 0 3em;
}
.wthree_testimonial_grid_right h3 span {
color:#FF5722;
font-size: 2em;
display: block;
margin-bottom: 0.3em;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
}
.wthree_testimonial_grid_right p{
margin:2em 0 0;
color:#999;
line-height:2em;
}
/*-- //testimonials --*/
/*-- footer-top --*/
.footer-agiletop {
background: #2d2d2d;
padding: 2em 0;
}
.w3agile_hire_right {
text-align: center;
}
.w3agile_hire_left h4 {
font-size: 1.8em;
color: #FF5722;
font-weight: 300;
margin-bottom: 0.5em;
}
/*-- //footer-top --*/
/*-- more buttons --*/
.hire-w3lgrids {
margin-top: 2.5em;
}
a.wthree-more {
padding: 0 2.5em;
border: 1px solid #00BCD4;
font-size: 1em;
color: #00BCD4;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
letter-spacing: 2px;
}
a.wthree-more > span {
display: inline-block;
padding: 1em 0;
vertical-align: middle;
opacity: 0;
color: #fff;
-webkit-transform: translate3d(0, -10px, 0);
-moz-transform: translate3d(0, -10px, 0);
-o-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.wthree-more::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.wthree-more:hover {
background-color: #00BCD4;
}
a.wthree-more:hover::before {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
a.wthree-more:hover > span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
a.wthree-more:hover > span:nth-child(1) {
-webkit-transition-delay: 0.045s;
-moz-transition-delay: 0.045s;
-o-transition-delay: 0.045s;
-ms-transition-delay: 0.045s;
transition-delay: 0.045s;
}
a.wthree-more:hover > span:nth-child(2) {
-webkit-transition-delay: 0.09s;
-moz-transition-delay: 0.09s;
-o-transition-delay: 0.09s;
-ms-transition-delay: 0.09s;
transition-delay: 0.09s;
}
a.wthree-more:hover > span:nth-child(3) {
-webkit-transition-delay: 0.135s;
-moz-transition-delay: 0.135s;
-o-transition-delay: 0.135s;
-moz-transition-delay: 0.135s;
transition-delay: 0.135s;
}
a.wthree-more:hover > span:nth-child(4) {
-webkit-transition-delay: 0.18s;
-moz-transition-delay: 0.18s;
-o-transition-delay: 0.18s;
-ms-transition-delay: 0.18s;
transition-delay: 0.18s;
}
a.wthree-more:hover > span:nth-child(5) {
-webkit-transition-delay: 0.225s;
-moz-transition-delay: 0.225s;
-o-transition-delay: 0.225s;
-ms-transition-delay: 0.225s;
transition-delay: 0.225s;
}
a.wthree-more:hover > span:nth-child(6) {
-webkit-transition-delay: 0.27s;
-moz-transition-delay: 0.27s;
-o-transition-delay: 0.27s;
-ms-transition-delay: 0.27s;
transition-delay: 0.27s;
}
a.wthree-more:hover > span:nth-child(7) {
-webkit-transition-delay: 0.315s;
-moz-transition-delay: 0.315s;
-o-transition-delay: 0.315s;
-ms-transition-delay: 0.315s;
transition-delay: 0.315s;
}
a.wthree-more:hover > span:nth-child(8) {
-webkit-transition-delay: 0.36s;
-moz-transition-delay: 0.36s;
-o-transition-delay: 0.36s;
-ms-transition-delay: 0.36s;
transition-delay: 0.36s;
}
a.wthree-more:hover > span:nth-child(9) {
-webkit-transition-delay: 0.405s;
-moz-transition-delay: 0.405s;
-o-transition-delay: 0.405s;
-ms-transition-delay: 0.405s;
transition-delay: 0.405s;
}
a.wthree-more:hover > span:nth-child(10) {
-webkit-transition-delay: 0.45s;
-moz-transition-delay: 0.45s;
-o-transition-delay: 0.45s;
-ms-transition-delay: 0.45s;
transition-delay: 0.45s;
}
/*-- //more buttons --*/
/*-- footer --*/
.footer{
padding:4em 0;
background:#212121;
}
.w3layouts_footer_grid h2{
font-size:2em;
color:#fff;
position:relative;
margin-bottom: 1em;
}
.w3layouts_footer_grid h2:after{
content: '';
position: absolute;
top: 55%;
left: 35%;
width: 25%;
height: 2px;
background: #fff;
}
.w3layouts_footer_grid h2 span{
color:#FF5722;
}
.social_agileinfo li{
display:inline-block;
margin: 0 2px;
}
.social_agileinfo li a {
width: 40px;
height: 40px;
display: block;
border: 1px solid #fff;
text-align: center;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.social_agileinfo li a i{
font-size:1em;
line-height:2.8em;
}
.w3_facebook:hover{
border-color:#3b5998;
background:#3b5998;
}
.w3_twitter:hover{
border-color:#3b5998;
background:#1da1f2;
}
.w3_instagram:hover{
border-color:#3b5998;
background:#833ab4;
}
.w3_google:hover{
border-color:#3b5998;
background:#dd4b39;
}
.w3l_footer_nav{
margin: 3em 0 1em;
}
.w3l_footer_nav li{
display:inline-block;
margin-right:4em;
text-transform:uppercase;
}
.w3l_footer_nav li a{
color:#fff;
text-decoration:none;
}
.w3l_footer_nav li a:hover,.w3l_footer_nav li a.active{
color:#00bcd4;
}
.w3layouts_footer_grid p {
letter-spacing: 2px;
}
.w3layouts_footer_grid p a{
color:#00bcd4;
text-decoration:underline;
}
.w3layouts_footer_grid p a:hover{
color:#999;
}
.w3layouts_footer_grid form {
border: 1px solid #fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
width: 70%;
}
.w3layouts_footer_grid input[type="email"] {
outline: none;
color: #fff;
padding: 1em 2em;
font-size: 14px;
width: 88%;
background: none;
border: none;
}
.w3layouts_footer_grid input[type="submit"]{
outline: none;
padding: 0;
width: 10%;
background: url(../images/arrow.png) no-repeat 0px 4px;
border: none;
}
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 3%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
.jarallax {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
/*-- about-page --*/
.banner-w3lstext.agileits-w3layouts {
padding: 3em 0;
}
.banner-w3lstext .breadcrumb {
background: none;
margin: 0;
padding: 0;
text-align: center;
}
.banner-w3lstext .breadcrumb li {
display: inline-block;
font-size: 2.2em;
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 200;
}
.banner-w3lstext.breadcrumb li.active,.banner-w3lstext .breadcrumb li a:hover{
color:#fff;
}
.banner-w3lstext .breadcrumb li a {
color:#FF5722;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
/*-- about-grids --*/
.about.about-wthree {
margin: 0;
}
.about-bottom-row {
margin-top: 2.5em;
}
.about-row h4 {
font-size: 1.6em;
color: #00BCD4;
letter-spacing: 1px;
margin-bottom: 0.6em;
}
.about .grid-top p {
font-size: 1em;
color: #999;
line-height: 1.8em;
margin: 1em 0 2.5em;
}
.about .grid-top p.top {
margin: 1em 0;
}
.offic-time {
text-align: center;
}
.time-top {
padding: 1em;
background-color: #00BCD4;
}
.time-top h4 {
font-size: 1.8em;
color: #fff;
letter-spacing: 2px;
}
.time-bottom {
padding: 2.3em 3em;
background-color: #383737;
}
/*-- //about-grids --*/
/*-- testimonial --*/
.testi {
position: relative;
}
.testi h4 {
color: #fff;
font-size: 1.2em;
font-weight: 300;
letter-spacing: 2px;
}
.testi p {
font-style: italic;
margin-top: 1em;
}
.testi-slider {
padding: 2em 3em;
background: #383737;
}
.testi-slider h3 {
font-size: 2em;
color: #00BCD4;
margin-bottom: 1em;
}
.flexslider.flexslider1 .flex-direction-nav a {
border: none;
top: -51%;
background-color: #383737;
width: 40px;
height: 40px;
}
.flexslider.flexslider1 .flex-direction-nav .flex-prev {
left: inherit;
right: 13%;
}
.flexslider.flexslider1 .flex-direction-nav .flex-next {
right: -2%;
}
.flexslider.flexslider1 .flex-control-nav.flex-control-paging {
display: none;
}
/*-- //testimonial --*/
/*-- about-slid --*/
.awards-agileinfo.agileits {
background: url(../images/bg.jpg)no-repeat 0px 0px;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: relative;
}
.w3ls_about_guage {
text-align: center;
}
.w3ls_about_guage h4 {
font-size: 1.3em;
color: #fff;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 300;
}
/*-- //about-slid --*/
/*-- features --*/
.agileinfo_features_grid1{
padding:2em;
background:#f5f5f5;
position:relative;
}
.agileinfo_features_grid1_pos{
position: absolute;
width: 50px;
height: 50px;
background: #707070;
border-radius: 40px;
top: -20%;
left: 5%;
text-align: center;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
.agileinfo_features_grid1_pos span {
color: #fff;
font-size: 1.3em;
line-height: 2.7em;
}
.agileinfo_features_grid1 h4 {
font-size: 1.1em;
color: #00BCD4;
text-transform: capitalize;
line-height: 1.5em;
position: relative;
padding: .5em 0;
letter-spacing: 2px;
font-weight: 300;
}
.agileinfo_features_grid1 h4:after{
content:'';
background:#999;
height:2px;
width:20%;
right:10%;
bottom:0%;
position:absolute;
}
.agileinfo_features_grid1 p{
color:#999;
line-height:2em;
margin:1em 0 0;
}
.agileinfo_features_grid {
margin-top: 5em;
}
.agileinfo_features_grid:hover .agileinfo_features_grid1 h4:after,.agileinfo_features_grid:hover .agileinfo_features_grid1_pos{
background:#00BCD4;
}
.agileinfo_features_grid:hover .agileinfo_features_grid1_pos span{
color: #fff;
}
/*-- //features --*/
/*-- map --*/
.map iframe{
width:100%;
height:350px;
position:relative;
border: none;
}
.address-row {
margin:4em 0;
}
.address-right {
text-align: left;
padding-left: 2em;
}
.contact-w3lsright h6 {
font-size: 1.8em;
color: #595c65;
font-weight: 300;
line-height: 1.8em;
text-transform: uppercase;
}
.contact-w3lsright h6 span {
color: #03A9F4;
}
.address-left {
padding: 0;
text-align: center;
}
.address-row span.glyphicon {
font-size: 1.2em;
border: 1px solid ;
padding: 1em;
color: #00BCD4;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
.address-row:hover span.glyphicon {
border-color: #00BCD4;
-webkit-transform: rotatey(360deg);
-moz-transform: rotatey(360deg);
transform: rotatey(360deg);
-o-transform: rotatey(360deg);
-ms-transform: rotatey(360deg);
}
.address-row h5 {
font-size: 1.6em;
color: #000;
margin-bottom: .3em;
font-weight: 300;
}
.address-row p a {
color: #00BCD4;
}
.address-row p a:hover{
color: #999;
}
.address h4 {
font-size: 1.8em;
color: #00BCD4;
margin-bottom: 0.6em;
text-transform: uppercase;
}
/*-- //map --*/
/*-- contact --*/
.contact-left input[type="text"],.contact-left input[type="email"]{
border:1px solid #ccc;
font-size:1em;
color:#828282;
background:none;
width:100%;
padding:.8em 1em;
outline:none;
}
.contact-left input[type="text"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
border-color:#00BCD4;
}
.contact-right textarea{
border:1px solid #ccc;
font-size:1em;
color:#828282;
background:none;
width:100%;
padding:.8em 1em;
outline:none;
min-height: 8em;
resize:none;
}
.contact-left input[type="email"]{
margin:1.5em 0;
}
.contact-right input[type="submit"] {
padding: .6em 1em;
color: #fff;
font-size: 1.1em;
background: #00BCD4;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
outline: none;
margin: 1em 0 0;
width: 100%;
border:1px solid #00BCD4;
letter-spacing: 4px;
text-transform: uppercase;
}
.contact-right input[type="submit"]:hover{
background: transparent;
color:#00BCD4;
}
/*-- //contact --*/
/*-- portfolio --*/
.w3_agileits_header1:after{
left:20% !important;
}
.filtr-item {
padding: 1em;
}
.item-desc {
background-color: rgba(0,0,0,0.5);
color: white;
position: absolute;
text-transform: uppercase;
text-align: center;
padding: 1em;
z-index: 1;
bottom: 1em;
left: 1em;
right: 1em;
}
/* Filter controls */
ul.simplefilter {
text-align: center;
margin: 2em 0;
}
.simplefilter li {
color: white;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
padding: 0.8em 2em;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius: 3px;
margin: 0 0.3em;
font-size:1em;
}
.simplefilter li {
background-color: #212121;
}
.simplefilter li.active,.simplefilter li:hover {
background-color: #00bcd4;
}
.agileits_portfolio_grid{
position:relative;
overflow: hidden;
}
.agileits_portfolio_grid .w3_textbox{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
background-color: rgba(0, 0, 0, 0.53);
padding: 0 2em;
}
.agileits_portfolio_grid:hover .w3_textbox{
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
}
.w3_textbox {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
text-align:center;
}
.w3_textbox h4 {
font-size: 1.5em;
color:#00bcd4;
margin: 3em 0 .5em;
text-transform: uppercase;
letter-spacing: 5px;
}
.w3_textbox p{
color: #fff;
line-height: 1.8em;
}
/*-- //portfolio --*/
/*-- pages --*/
.well {
font-weight: 300;
font-size: 14px;
}
.list-group-item {
font-weight: 300;
font-size: 14px;
}
li.list-group-item1 {
font-size: 14px;
font-weight: 300;
line-height: 2.5em;
}
.grid_3{
margin-bottom:3em;
}
.xs h3, h3.m_1{
color:#000;
font-size:1.7em;
font-weight:300;
margin-bottom: 1em;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
margin-bottom: 1em;
color: #00BCD4;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 0;
}
.badge-primary {
background-color: #03a9f4;
}
.badge-success {
background-color: #8bc34a;
}
.badge-warning {
background-color: #ffc107;
}
.badge-danger {
background-color: #e51c23;
}
.grid_3 p{
color: #888;
font-size: 0.9em;
margin-bottom: 0.5em;
font-weight: 300;
}
.bs-docs-example {
margin: 1em 0;
}
section#tables p {
margin-top: 1em;
}
.tab-container .tab-content {
border-radius: 0 2px 2px 2px;
border: 1px solid #e0e0e0;
padding: 16px;
background-color: #ffffff;
}
.table td, .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: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
font-size: 0.9em;
color: #999;
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.label {
padding: 4px 6px;
border: none;
text-shadow: none;
font-weight: 300 !important;
}
.nav-tabs {
margin-bottom: 1em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
margin-top:0.5em;
margin-bottom: 0.5em;
}
.input-group {
margin-bottom: 20px;
}
.codes .row {
margin: 0;
}
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
margin-bottom: 48px;
}
ol {
margin-bottom: 44px;
}
.form-control1, .form-control_2.input-sm{
border: 1px solid #e0e0e0;
padding:5px 18px;
color: #616161;
background: #fff;
box-shadow: none !important;
width: 100%;
font-size: 0.85em;
font-weight: 300;
height: 40px;
border-radius: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
-webkit-appearance: none;
outline:none;
}
.control3{
margin:0 0 1em 0;
}
.codes label {
font-weight: 400;
}
/*-- icons --*/
.codes a {
color: #999;
}
.icon-box {
padding: 8px 15px;
background:rgba(149, 149, 149, 0.18);
margin: 1em 0 1em 0;
border: 5px solid #fff;
text-align: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.icon-box:hover {
background: #5f5f5f;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
color:#fff !important;
}
.icon-box:hover a.agile-icon {
color:#fff !important;
}
.codes .bs-glyphicons li {
float: left;
width: 12.5%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.codes .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
h3.icon-subheading {
font-size: 28px;
color:#00BCD4 !important;
margin: 30px 0 15px;
}
.agileits-icons-title {
text-align: center;
font-size: 36px;
color: #ef2e46;
font-weight: 300;
}
.icons a {
color: #999;
}
.icon-box i {
margin-right: 10px !important;
font-size: 20px !important;
color: #282a2b !important;
}
.icons .bs-glyphicons li {
float: left;
width: 18%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
background:rgba(149, 149, 149, 0.18);
margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
color: #282a2b;
}
.icons .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.icons .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
/*-- //icons --*/
@media (max-width:1080px){
.icon-box {
padding: 8px 9px;
}
}
@media (max-width:768px){
.grid_5 {
padding: 0 0 1em;
}
.grid_3 {
margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
margin-bottom: .5em;
}
.progress {
height: 10px;
margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
font-size: 14px;
}
.breadcrumb {
margin-bottom: 25px;
}
.well {
font-size: 14px;
margin-bottom: 10px;
}
h2.typoh2 {
font-size: 1.5em;
}
.label {
font-size: 60%;
}
.in-gp-tl {
padding: 0 1em;
}
.in-gp-tb {
padding-right: 1em;
}
}
@media (max-width:480px){
h3.w3ls-hdg {
font-size: 1.6em;
margin: 1em 0 0.6em;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
font-size: 1.2em;
}
.table h1 {
font-size: 26px;
}
.table h2 {
font-size: 23px;
}
.table h3 {
font-size: 20px;
}
.label {
font-size: 53%;
}
.codes .alert {
font-size: 0.9em;
padding: 10px;
}
.pagination {
margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
margin-top: 0;
}
.agileits-icons-title {
font-size: 30px;
}
h3.icon-subheading {
font-size: 22px;
}
.icons .bs-glyphicons li {
width: 31%;
}
}
@media (max-width: 320px){
.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
font-size: 13px;
}
.alert {
padding: 10px;
margin-bottom: 10px;
}
ul.pagination li a {
font-size: 1em;
padding: 5px 11px !important;
}
.list-group {
margin-bottom: 10px;
}
.well {
padding: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
font-size: 0.8em;
}
.table td, .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: 13px!important;
}
.agileits-icons-title {
font-size: 25px;
}
h3.icon-subheading {
font-size: 18px;
margin: 21px 0 12px;
}
}
/*-- //pages --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.item .block {
width: 57%;
}
}
@media(max-width:1366px){
.banner-w3lstext h3 {
font-size: 5.6em;
}
}
@media(max-width:1280px){
.item .block {
width: 62%;
}
}
@media(max-width:1080px){
.logo h1 {
font-size: 3.5em;
}
.menu, .social-w3licon {
margin-top: 0.8em;
}
.banner-w3lstext h3 {
font-size: 5em;
}
.item .block {
width: 70%;
}
.banner-w3lstext h6 {
font-size: 1.3em;
letter-spacing: 3px;
}
.item {
padding: 11em 0;
}
.about, .testimonials, .footer, .features, .awardsw3-agileits, .codes, .contact, .portfolio {
padding: 4em 0;
}
.wthree-slid-right {
padding:5em 4em;
}
.wthree-slid-right h3 {
font-size: 1.3em;
}
.wthree-slid-left {
min-height: 458px;
}
.wthree_testimonial_grids {
margin-top: 2em;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.8em;
}
.w3agile_hire_left h4 {
font-size: 1.5em;
}
.w3layouts_footer_grid h2:after {
left: 47%;
}
.testi-slider {
padding: 3em 3em;
}
a.wthree-more > span,a.wthree-more::before {
padding: 0.8em 0;
}
.w3_textbox h4 {
margin: 2.5em 0 .5em;
letter-spacing: 3px;
}
h3.agileits-title {
font-size: 3.5em;
}
.address-row {
margin: 3em 0;
}
.banner-w3lstext .breadcrumb li {
font-size: 1.8em;
}
.map iframe {
height: 250px;
}
.services-w3grid p {
margin: 0;
}
.w3l_footer_nav li {
margin-right: 3em;
}
}
@media(max-width:991px){
.menu .toggle {
width: 220px;
padding: 1em 2em;
}
.banner-w3lstext h3 {
font-size: 4.5em;
}
.banner-w3lstext p {
width: 100%;
}
.banner-w3lstext h6 {
font-size: 1.2em;
}
.item {
padding: 8em 0 11em;
}
.wthree_banner_grid {
padding: 2em 1em;
}
.wthree_banner_grid h4 {
font-size: 1em;
padding-top: 0.5em;
letter-spacing: 1px;
}
.wthree_banner_grids {
margin-top: -4em;
}
.about {
margin-top: 4em;
}
.services-w3grid span {
font-size: 1.3em;
width: 60px;
height: 60px;
padding: 1.1em 0;
}
.services-w3grid h5 {
font-size: 1.3em;
}
.services-w3grid {
margin-top: 2em;
}
.wthree_testimonial_grid_right p {
margin: 1em 0 0;
}
a.wthree-more.w3more1 {
margin-top: 1em;
}
.w3agile_hire_right {
text-align: left;
}
.w3layouts_footer_grid h2:after {
left: 17%;
width: 10%;
}
.w3layouts_footer_grid form {
margin-top: 2em;
}
.w3l_footer_nav {
margin: 2em 0 1em;
}
.w3l_footer_nav li {
margin-right: 3em;
}
.menu .toggle-menu li a {
font-size: 1.1em;
}
.menu .toggle-menu li {
margin: 8px auto;
}
.testi {
margin-top: 1em;
}
.testi-slider {
padding: 2em 3em;
}
.w3ls_about_guage canvas {
width: 100%;
}
.agileinfo_features_grid {
margin-top: 4em;
}
.filtr-item {
padding: 0.5em;
}
.agileits_portfolio_grid .w3_textbox {
padding: 0 1em;
}
.w3_textbox h4 {
margin: 1.5em 0 .5em;
}
.address-row {
margin: 2em 0;
}
}
@media(max-width:800px){
.item .block {
width: 81%;
padding: 2em 2em;
}
.banner-w3lstext h3 {
font-size: 3.5em;
}
.banner-w3lstext p {
margin: 1.5em auto;
}
.wthree-slid-right {
padding: 4em 2em;
}
.wthree-slid-right h4 {
font-size: 2em;
letter-spacing: 1px;
}
.wthree-slid-right h5 {
font-size: 1em;
letter-spacing: 1px;
}
.wthree-slid-right h3 {
font-size: 1.1em;
}
.stats-info.agileits-w3layouts {
margin-top: 1.5em;
}
.numscroller {
font-size: 2em;
}
.stats-info h6 {
letter-spacing: 1px;
font-size: 0.9em;
}
.wthree-slid-left {
min-height: 375px;
}
.agileits_testimonials_right_grid:before {
left: -2%;
}
.w3_testimonials_right_grid:before {
right: -2% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.5em;
}
.about, .testimonials, .footer, .features, .awardsw3-agileits, .codes, .contact, .portfolio {
padding: 3em 0;
}
.banner-w3lstext.agileits-w3layouts {
padding: 2em 0;
}
ul.simplefilter {
margin: 1.5em 0;
}
.simplefilter li {
font-size: .9em;
}
}
@media(max-width:768px){
.address-row h5 {
font-size: 1.4em;
}
.wthree_banner_grid i {
font-size: 1.5em;
}
.agileits_testimonials_right_grid:before {
left: -3%;
}
.w3_testimonials_right_grid:before {
right: -3% !important;
}
.w3l_testimonial_grid_left_grid {
margin-top: 1em;
}
.w3ls_about_guage h4 {
font-size: 1.1em;
letter-spacing: 1px;
}
.w3ls_about_guage {
padding: 0 .5em;
}
.agileinfo_features_grid1_pos {
top: -17%;
}
}
@media(max-width:767px){
.w3_textbox h4 {
margin: 2.5em 0 .5em;
}
.contact-right {
margin-top: 1em;
}
.contact-left input[type="email"] {
margin: 1em 0;
}
}
@media(max-width:667px){
.logo h1 {
font-size: 3em;
}
.social_agileinfo li a {
width: 32px;
height: 32px;
font-size: .8em;
}
.menu .navicon {
height: 33px;
width: 38px;
}
.menu .navicon:before, .menu .navicon:after {
width: 37px;
}
.menu .toggle {
width: 185px;
}
.menu .toggle-menu li a {
font-size: 1em;
}
.banner-w3lstext h3 {
font-size: 3em;
}
.item .block {
width: 89%;
}
.wthree_banner_grid h4 {
letter-spacing: 0px;
}
.services-w3grid {
padding: 0 0.5em;
}
.services-w3grid h5 {
font-size: 1.2em;
margin: 0.8em 0 .2em;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.2em;
}
a.wthree-more {
font-size: 0.9em;
}
.w3layouts_footer_grid h2:after {
left: 23%;
}
.item {
padding: 7em 0;
}
}
@media(max-width:640px){
.w3l_footer_nav li {
margin-right: 2em;
}
h3.agileits-title {
font-size: 3em;
}
.time-top h4 {
font-size: 1.6em;
letter-spacing: 1px;
}
.time-bottom {
padding: 2em 2em;
}
.testi-slider {
padding: 2em;
}
.agileinfo_features_grid1 {
padding: 1.5em;
}
.agileinfo_features_grid1 h4 {
font-size: 1em;
letter-spacing: 1px;
}
.agileinfo_features_grid {
margin-top: 3em;
padding: 0 .5em;
}
.agileinfo_features_grid1_pos {
width: 40px;
height: 40px;
}
.agileinfo_features_grid1_pos span {
font-size: 1em;
}
.w3_textbox h4 {
margin: 2em 0 .5em;
}
.address-row span.glyphicon {
font-size: 1.1em;
}
.banner-w3lstext h6 {
font-size: 1.1em;
letter-spacing: 2px;
}
.item .block {
padding: 2em 1em;
}
}
@media(max-width:600px){
.banner-w3lstext h3 {
font-size: 2.6em;
}
.wthree_banner_grids {
margin-top: -3.5em;
}
.wthree_banner_grid {
padding: 1.8em .5em;
}
.about {
margin-top: 3em;
}
.wthree_banner_grid h4 {
font-size: .9em;
}
.w3layouts_footer_grid form {
width: 90%;
}
}
@media(max-width:480px){
.logo h1 {
font-size: 2.8em;
}
.menu, .social-w3licon {
margin-top: 0.6em;
}
.wthree_banner_grid {
padding: 1.5em 0.5em;
}
.banner-w3lstext h3 {
font-size: 2.3em;
}
.item {
padding: 5em 0 6em;
}
.wthree-slid-left {
min-height: 250px;
width: 100%;
float: none;
}
.wthree-slid-right {
padding: 3em 2em;
float: none;
width: 100%;
}
.stats-info.agileits-w3layouts {
margin-top: 1em;
}
.numscroller {
margin: 0.5em 0 0;
}
h3.agileits-title {
font-size: 2.6em;
}
.agileinfo_testimonials_left {
padding: 0 2em;
}
.agileits_testimonials_right_grid {
padding: 1em;
margin-top: 0;
}
.agileinfo_testimonials_right {
padding: 0;
}
.wthree_testimonial_grid_right {
text-align: center;
padding: 0;
margin-top: 2em;
}
.w3agile_hire_left h4 {
font-size: 1.4em;
}
.w3layouts_footer_grid h2:after {
left: 31%;
}
.simplefilter li {
padding: 0.8em 1.5em;
}
ul.simplefilter {
margin: 1em 0;
}
.w3_textbox h4 {
margin: 1.2em 0 .5em;
}
.banner-w3lstext p {
margin: 1.5em 0 0.8em;
}
.agileinfo_features_grid1_pos {
top: -12%;
}
.map iframe {
height: 200px;
}
}
@media(max-width:414px){
.social-w3licon {
width: 57%;
}
p {
font-size: 0.9em;
}
.wthree_banner_grid {
padding: 1em 0.5em;
}
.wthree_banner_grid {
padding: 1em;
width: 50%;
}
.about {
margin-top: 6em;
}
.services-w3grid {
width: 50%;
}
.wthree-slid-right h4 {
font-size: 1.8em;
}
.agileinfo_testimonials_left {
padding: 0 1.5em;
}
.agileinfo_testimonials_left h4 {
font-size: 1em;
}
.agileinfo_testimonials_left p {
font-size: .8em;
}
.agileits_testimonials_right_grid:before {
left: -4%;
}
.w3_testimonials_right_grid:before {
right: -4% !important;
}
.w3layouts_footer_grid form {
width: 100%;
margin-top: 1.5em;
}
.w3l_footer_nav li {
margin-right: 1em;
font-size: .9em;
}
.time-top h4 {
font-size: 1.2em;
}
.about-bottom-row {
margin-top: 1.5em;
}
.offic-time {
padding: 0;
}
.time-bottom {
padding: 1.5em;
}
.testi {
padding: 0;
}
.testi h4 {
font-size: 1.1em;
}
.agileinfo_features_grid {
margin-top: 2em;
width: 100%;
float: none;
}
.w3agile_hire_left h4 {
font-size: 1.2em;
}
.w3layouts_footer_grid ,.w3layouts_footer_grid{
padding: 0;
}
.w3layouts_footer_grid input[type="email"] {
padding: 0.8em 1.5em;
font-size: 13px;
}
.w3l_footer_nav {
margin: 1.5em 0 0.5em;
}
.w3layouts_footer_grid p {
letter-spacing: 1px;
}
.w3ls_about_guage {
width: 50%;
}
.w3ls_about_guage:nth-child(2) {
margin-bottom: 2em;
}
.simplefilter li {
padding: 0.8em 1.2em;
margin: 0 0.1em;
}
.filtr-item {
width: 100%;
float: none;
}
.w3_textbox h4 {
margin: 3.2em 0 .5em;
}
.banner-w3lstext .breadcrumb li {
font-size: 1.3em;
}
.banner-w3lstext.agileits-w3layouts {
padding: 1.5em 0;
}
.contact-left input[type="text"], .contact-left input[type="email"],.contact-right textarea {
font-size: 0.9em;
}
.contact-right input[type="submit"] {
font-size: 1em;
letter-spacing: 2px;
}
}
@media(max-width:384px){
.logo h1 {
font-size: 2.5em;
}
.social_agileinfo li a {
width: 25px;
height: 25px;
font-size: .7em;
}
.social_agileinfo li a i {
line-height: 2.5em;
}
.menu .toggle-menu li a {
font-size: 0.9em;
}
.menu .toggle {
width: 160px;
padding: 0.5em 2em;
}
.menu .toggle-menu li a {
padding: 4px 0;
}
.about, .testimonials, .footer, .features, .awardsw3-agileits, .codes, .contact, .portfolio {
padding: 2em 0;
}
h3.agileits-title {
font-size: 2.3em;
}
.banner-w3lstext h3 {
font-size: 2em;
}
.services-w3grid {
width: 100%;
margin-top: 1.5em;
float: none;
}
.services-w3grid p {
margin: 0 3em;
}
.services-w3grid span {
font-size: 1.1em;
width: 50px;
height: 50px;
padding: 1em 0;
}
.wthree-slid-left {
min-height: 200px;
}
.simplefilter li {
font-size: .8em;
}
.address-row span.glyphicon {
font-size: 1em;
}
.address-row h5 {
font-size: 1.3em;
margin-bottom: 0.2em;
}
.address-row {
margin: 1.2em 0;
}
.contact-left,.contact-right {
padding: 0;
}
.contact-right input[type="submit"] {
margin: 0.5em 0 0;
}
.w3agile_hire_left h4 {
font-size: 1.1em;
}
a.wthree-more {
font-size: 0.85em;
padding: 0 2em;
letter-spacing: 1px;
}
}
@media(max-width:320px){
.logo h1 {
font-size: 2.2em;
letter-spacing: 0px;
}
.social_agileinfo li {
margin: 0;
}
.social-w3licon {
width: 61%;
}
.banner-w3lstext h3 {
font-size: 1.8em;
}
.banner-w3lstext p {
margin: 1em 0 0.8em;
}
.banner-w3lstext h6 {
font-size: 0.9em;
letter-spacing: 1px;
}
.item {
padding: 3em 0 5em;
}
.about {
margin-top: 7em;
}
.services-w3grid p {
margin: 0 1em;
}
.wthree-slid-right {
padding: 2.5em 1.5em;
}
.wthree-slid-left {
min-height: 170px;
}
.wthree-slid-right h5 {
font-size: 0.9em;
}
.wthree-slid-right h3 {
font-size: 1em;
}
.stats-info h6 {
font-size: 0.8em;
}
.agileinfo_testimonials_left {
padding: 0 0.5em;
float: none;
}
.agileinfo_testimonials_right {
padding: 0;
width: 100%;
}
.agileits_testimonials_right_grid {
margin: 1em 0;
}
.w3l_testimonial_grid_left_grid {
margin-top: 0;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.1em;
}
.wthree_testimonial_grid_right p {
margin: 0.5em 0 0;
}
.w3agile_hire_left {
padding: 0;
}
.w3agile_hire_right {
padding: 0;
}
.w3layouts_footer_grid h2:after {
left: 44%;
}
.w3layouts_footer_grid input[type="email"] {
width: 82%;
}
.w3l_footer_nav li {
margin-right: 0.5em;
}
.about-bottom-row {
margin-top: 1em;
}
.testi-slider h3 {
font-size: 1.6em;
}
.testi-slider {
padding: 1.5em;
}
.agileinfo_features_grid {
padding: 0;
}
.simplefilter li {
padding: 0.8em 0.8em;
margin: 0;
}
.w3_textbox h4 {
margin: 2.2em 0 .5em;
}
.w3layouts_footer_grid h2 {
font-size: 1.8em;
margin-bottom: 0.8em;
}
.address-row {
padding: 0;
}
.contact-right textarea {
min-height: 7em;
}
}
/*-- //responsive-design --*/ | css/style.css | body{
margin:0;
font-family: 'Roboto Condensed', sans-serif;
background: #fff;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration:none;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Oswald', sans-serif;
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover,body a:focus{
text-decoration:none;
outline: none;
}
/*-- banner --*/
.banner{
background:url(../images/bg.jpg)no-repeat center 0px;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
position:relative;
}
.banner-agileinfo {
background: rgba(0, 0, 0, 0.42);
}
.header {
padding-top:1em;
}
.header .container {
position: relative;
}
.menu, .social-w3licon {
margin-top: 1.2em;
}
/*-- menu-navigation --*/
.menu {
position: absolute;
z-index: 9999;
right: 15px;
}
.menu .navicon {
background: transparent;
position: relative;
height: 46px;
width: 46px;
display: block;
z-index: 9999;
-webkit-transition: linear 0.5s all;
-moz-transition: linear 0.5s all;
-ms-transition: linear 0.5s all;
-o-transition: linear 0.5s all;
transition: linear 0.5s all;
outline: none;
}
.menu .navicon:before, .menu .navicon:after {
background: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
content: "";
height: 3px;
left: 0;
-webkit-transition: 0.8s ease;
-moz-transition: 0.8s ease;
-o-transition: 0.8s ease;
-ms-transition: 0.8s ease;
transition: 0.8s ease;
width: 45px;
}
.menu .navicon:before {
-moz-box-shadow: #fff 0 14px 0 0;
-o-box-shadow: #fff 0 14px 0 0;
-ms-box-shadow: #fff 0 14px 0 0;
-webkit-box-shadow: #fff 0 14px 0 0;
box-shadow: #fff 0 14px 0 0;
position: absolute;
top: 0;
}
.menu .navicon:after {
position: absolute;
top: 28px;
}
.menu .navicon--active {
-webkit-transition: linear 0.5s all;
-moz-transition: linear 0.5s all;
-moz-transition: linear 0.5s all;
-o-transition: linear 0.5s all;
transition: linear 0.5s all;
}
.menu .navicon--active:before {
-moz-box-shadow: transparent 0 0 0 0;
-ms-box-shadow: transparent 0 0 0 0;
-o-box-shadow: transparent 0 0 0 0;
-webkit-box-shadow: transparent 0 0 0 0;
box-shadow: transparent 0 0 0 0;
top: 15px;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu .navicon--active:after {
top: 15px;
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
}
.menu .toggle {
display: block;
position: absolute;
right: 0;
width: 250px;
background-color: #FFF;
padding: 2em 3em;
opacity: 0;
-webkit-transition: ease 0.5s all;
-moz-transition: ease 0.5s all;
transition: ease 0.5s all;
-webkit-transform:translate(0);
-moz-transform:translate(0);
-o-transform: translate(0);
-ms-transform:translate(0);
transform: scale(0);
z-index: 99999;
-webkit-box-shadow: 0px 0px 7px #696868;
-moz-box-shadow: 0px 0px 7px #696868;
box-shadow: 0px 0px 7px #696868;
}
.menu .toggle--active {
opacity: 1;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1);
}
.menu .toggle-menu li {
display: block;
margin: 10px auto;
text-align: center;
}
.menu .toggle-menu li a {
text-decoration: none;
color: #333;
display: inline-block;
text-align: center;
font-size: 1.2em;
text-transform: uppercase;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
transition:0.5s all;
font-weight: 400;
padding: 5px 0;
margin: 0 auto;
}
.menu .toggle-menu li a:hover,.menu .toggle-menu li a.active{
color:#00BCD4;
border-bottom-color:#20B2AA;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
font-weight: 700;
}
/*-- //menu-navigation --*/
.logo {
float: left;
text-align: center;
}
.logo h1 {
font-size: 4em;
color: #fff;
font-weight: 200;
letter-spacing: 2px;
}
.logo h1 a,.logo h1 a:hover{
color: #FFFFFF;
text-decoration: none;
outline:none;
}
/*-- social-icons --*/
.social-w3licon {
float: right;
width: 50%;
}
/*-- //social-icons --*/
/*-- banner-w3lstext --*/
.banner-w3lstext {
text-align: center;
}
.banner-w3lstext h3{
font-size: 6em;
color: #fff;
text-align: center;
position: relative;
line-height: 0.9em;
text-transform: uppercase;
}
.banner-w3lstext p {
color: #fff;
margin: 2em auto;
width: 80%;
}
.banner-w3lstext h6 {
font-size: 1.5em;
font-weight: 100;
color: white;
letter-spacing: 5px;
}
/*-- //banner --*/
p {
font-size: 1em;
color: #999;
line-height: 2em;
}
/*-- effect --*/
.item {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
visibility: hidden;
position: relative;
opacity: 1;
visibility: visible;
padding:14em 0 15em;
}
.item:hover .bg {
opacity: 0.2;
}
.item:hover .block {
-webkit-box-shadow: 0px 0px 50px #333;
-moz-box-shadow: 0px 0px 50px #333;
-o-box-shadow: 0px 0px 50px #333;
-ms-box-shadow: 0px 0px 50px #333;
box-shadow: 0px 0px 50px #333;
}
.item .bg {
top: 0px;
left: 0px;
opacity: 1;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: absolute;
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.item .blur {
top: 0px;
left: 0px;
z-index: -1;
width: 100%;
height: 100%;
-webkit-transition: 0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
transition:0.5s;
-webkit-filter: blur(5px);
filter: blur(5px);
position: absolute;
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.item .block {
width:52%;
padding: 3.5em 3em;
margin: 0 auto;
color: #fff;
-webkit-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
overflow: hidden;
border-radius: 10px;
box-sizing: border-box;
background-size: cover;
background-position: center;
background-attachment: fixed;
box-shadow: none;
}
.item .block .text {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-position: center;
background-attachment: fixed;
}
.item .block:hover {
-webkit-box-shadow: 0px 0px 70px #555;
-moz-box-shadow: 0px 0px 70px #555;
-o-box-shadow: 0px 0px 70px #555;
-ms-box-shadow: 0px 0px 70px #555;
box-shadow: 0px 0px 70px #555;
}
.item .block:hover .circleLight {
opacity: 0.4;
}
.item .block .circleLight {
top: 0px;
left: 0px;
opacity: 0;
content: '';
width: 100%;
height: 100%;
display: block;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
border-radius: 10px;
background: -webkit-radial-gradient(80px 40px, circle, #ffffff, rgba(0, 0, 0, 0));
background: radial-gradient(circle at 80px 40px, #ffffff, rgba(0, 0, 0, 0));
}
/*-- //effect --*/
/*-- banner-bottom --*/
.banner-w3bottom {
position: absolute;
width: 100%;
left: 0;
background: #f9f9f9;
}
.wthree_banner_grids {
background-color: #fff;
margin-top: -5em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
-moz-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
-o-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
-ms-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.7);
}
.wthree_banner_grid{
text-align:center;
padding: 2.5em;
}
.wthree_banner_grid i {
font-size: 2em;
color: #00BCD4;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
}
.wthree_banner_grid h4 {
text-transform: capitalize;
font-size: 1.2em;
color: #999;
padding-top: 1em;
font-weight: 400;
letter-spacing: 1px;
}
.wthree_banner_grid:hover i.fa {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: .4;
}
/*-- //banner-bottom --*/
/*-- about--*/
.about,.testimonials,.footer,.features,.awardsw3-agileits,.codes,.contact,.portfolio{
padding: 5em 0;
}
.about {
margin-top: 5em;
}
.w3ls-title {
text-align: center;
}
h3.agileits-title {
font-size: 4em;
color: #555;
text-align: center;
font-weight: 400;
position: relative;
margin-bottom: 0.8em;
display: inline-block;
text-transform: capitalize;
line-height: 1.2em;
}
h3.agileits-title:first-letter {
border-bottom: 2px solid #FF5722;
color: #FF5722;
}
p.about-w3text {
text-align: center;
}
/*-- services --*/
.services-row-agileinfo {
text-align:center;
}
.services-w3grid {
margin-top: 3em;
}
.services-w3grid h5 {
font-size: 1.5em;
margin: 1em 0 .5em;
color: #FF5722;
font-weight: 300;
letter-spacing: 1px;
}
.services-w3grid p {
margin: 0 3em;
}
/*-- Effect 1 --*/
.services-w3grid span {
font-size: 1.5em;
color: #ccc;
display: inline-block;
text-decoration: none;
z-index: 1;
padding: 1.1em;
background: #fff;
border: 2px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-ms-transition: .5s all;
-o-transition: .5s all;
transition: .5s all;
position: relative;
width: 70px;
height: 70px;
}
.hi-icon:after {
position: absolute;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
top: -8px;
left: -8px;
padding: 8px;
z-index: -1;
opacity: 0;
-webkit-box-shadow:3px 3px #00BCD4;
-moz-box-shadow:3px 3px #00BCD4;
-ms-box-shadow:3px 3px #00BCD4;
-o-box-shadow:3px 3px #00BCD4;
box-shadow:3px 3px #00BCD4;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
-moz-transition: opacity 0.2s, -moz-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
}
.services-w3grid:hover .hi-icon:after {
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.services-w3grid:hover span{
color:#00BCD4;
}
.services-w3grid span.hi-icon:before {
-webkit-transition:.5s all;
-moz-transition:.5s all;
-ms-transition:.5s all;
-o-transition:.5s all;
transition:.5s all;
}
.services-w3grid:hover span.hi-icon:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1.2);
opacity: 1;
display: inline-block;
}
/*-- //Effect 1 --*/
/*-- //about--*/
/*-- wthree-slid --*/
.wthree-slid-left {
padding: 0;
background: url(../images/g1.jpg)no-repeat center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: relative;
min-height:494px;
}
.wthree-slid-right {
padding: 6em 7em;
background: #00BCD4;
}
.wthree-slid-right h3 {
font-size: 1.5em;
line-height: 1.6em;
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
}
.wthree-slid-right h4 {
font-size: 2.5em;
color: #fff;
margin-bottom: 0.8em;
letter-spacing: 3px;
}
.wthree-slid-right h5 {
font-size: 1.1em;
color: #fff;
line-height: 2.2em;
font-weight: 300;
letter-spacing: 2px;
}
.wthree-slid-right h5 span.glyphicon {
font-size: 0.9em;
margin-right: 0.5em;
}
/*-- stats --*/
.stats-info.agileits-w3layouts {
margin-top: 2em;
}
.stats-grid {
text-align: left;
padding-left:0;
}
.stats-info h6 {
font-weight: 400;
letter-spacing: 2px;
font-size: 1em;
color: #fff;
margin-top: 0.5em;
}
.numscroller {
font-size: 2.5em;
font-weight: 300;
color: #fff;
margin: 0.8em 0 0;
text-align: left;
}
/*-- //stats --*/
/*-- //wthree-slid --*/
/*-- testimonials --*/
.wthree_testimonial_grids {
margin-top: 3em;
}
.w3_agileits_header:after {
left: 25% !important;
}
.agileinfo_testimonials_left{
text-align:center;
}
.agileinfo_testimonials_left img {
border-radius: 60px;
margin: 0 auto;
}
.agileinfo_testimonials_left h4 {
font-size: 1.2em;
color: #00bcd4;
margin: 1em 0 0.3em;
}
.agileinfo_testimonials_left p {
text-transform: uppercase;
font-size: .9em;
}
.agileits_testimonials_right_grid{
padding:1.5em;
position:relative;
margin-top: 1em;
-webkit-box-shadow:0px 0px 5px #c3c3c3;
-moz-box-shadow:0px 0px 5px #c3c3c3;
-o-box-shadow:0px 0px 5px #c3c3c3;
-ms-box-shadow:0px 0px 5px #c3c3c3;
box-shadow:0px 0px 5px #c3c3c3;
}
.agileits_testimonials_right_grid:before{
content: '';
position: absolute;
top: 35%;
left: -3%;
border-right: 10px solid #00bcd4;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.agileits_testimonials_right_grid p{
color:#999;
line-height:2em;
}
.wthree_testimonial_grid_left {
padding: 0;
}
.w3l_testimonial_grid_left_grid{
margin-top:2em;
}
.w3_testimonials_right_grid:before {
border-left: 10px solid #00bcd4;
border-right: none !important;
left: auto !important;
right: -3% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 2em;
color: #555;
line-height: 1.5em;
font-weight: 500;
}
.wthree_testimonial_grid_right {
text-align:right;
margin-top: 3em;
padding: 0 3em;
}
.wthree_testimonial_grid_right h3 span {
color:#FF5722;
font-size: 2em;
display: block;
margin-bottom: 0.3em;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
}
.wthree_testimonial_grid_right p{
margin:2em 0 0;
color:#999;
line-height:2em;
}
/*-- //testimonials --*/
/*-- footer-top --*/
.footer-agiletop {
background: #2d2d2d;
padding: 2em 0;
}
.w3agile_hire_right {
text-align: center;
}
.w3agile_hire_left h4 {
font-size: 1.8em;
color: #FF5722;
font-weight: 300;
margin-bottom: 0.5em;
}
/*-- //footer-top --*/
/*-- more buttons --*/
.hire-w3lgrids {
margin-top: 2.5em;
}
a.wthree-more {
padding: 0 2.5em;
border: 1px solid #00BCD4;
font-size: 1em;
color: #00BCD4;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
letter-spacing: 2px;
}
a.wthree-more > span {
display: inline-block;
padding: 1em 0;
vertical-align: middle;
opacity: 0;
color: #fff;
-webkit-transform: translate3d(0, -10px, 0);
-moz-transform: translate3d(0, -10px, 0);
-o-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.wthree-more::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.wthree-more:hover {
background-color: #00BCD4;
}
a.wthree-more:hover::before {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
a.wthree-more:hover > span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
a.wthree-more:hover > span:nth-child(1) {
-webkit-transition-delay: 0.045s;
-moz-transition-delay: 0.045s;
-o-transition-delay: 0.045s;
-ms-transition-delay: 0.045s;
transition-delay: 0.045s;
}
a.wthree-more:hover > span:nth-child(2) {
-webkit-transition-delay: 0.09s;
-moz-transition-delay: 0.09s;
-o-transition-delay: 0.09s;
-ms-transition-delay: 0.09s;
transition-delay: 0.09s;
}
a.wthree-more:hover > span:nth-child(3) {
-webkit-transition-delay: 0.135s;
-moz-transition-delay: 0.135s;
-o-transition-delay: 0.135s;
-moz-transition-delay: 0.135s;
transition-delay: 0.135s;
}
a.wthree-more:hover > span:nth-child(4) {
-webkit-transition-delay: 0.18s;
-moz-transition-delay: 0.18s;
-o-transition-delay: 0.18s;
-ms-transition-delay: 0.18s;
transition-delay: 0.18s;
}
a.wthree-more:hover > span:nth-child(5) {
-webkit-transition-delay: 0.225s;
-moz-transition-delay: 0.225s;
-o-transition-delay: 0.225s;
-ms-transition-delay: 0.225s;
transition-delay: 0.225s;
}
a.wthree-more:hover > span:nth-child(6) {
-webkit-transition-delay: 0.27s;
-moz-transition-delay: 0.27s;
-o-transition-delay: 0.27s;
-ms-transition-delay: 0.27s;
transition-delay: 0.27s;
}
a.wthree-more:hover > span:nth-child(7) {
-webkit-transition-delay: 0.315s;
-moz-transition-delay: 0.315s;
-o-transition-delay: 0.315s;
-ms-transition-delay: 0.315s;
transition-delay: 0.315s;
}
a.wthree-more:hover > span:nth-child(8) {
-webkit-transition-delay: 0.36s;
-moz-transition-delay: 0.36s;
-o-transition-delay: 0.36s;
-ms-transition-delay: 0.36s;
transition-delay: 0.36s;
}
a.wthree-more:hover > span:nth-child(9) {
-webkit-transition-delay: 0.405s;
-moz-transition-delay: 0.405s;
-o-transition-delay: 0.405s;
-ms-transition-delay: 0.405s;
transition-delay: 0.405s;
}
a.wthree-more:hover > span:nth-child(10) {
-webkit-transition-delay: 0.45s;
-moz-transition-delay: 0.45s;
-o-transition-delay: 0.45s;
-ms-transition-delay: 0.45s;
transition-delay: 0.45s;
}
/*-- //more buttons --*/
/*-- footer --*/
.footer{
padding:4em 0;
background:#212121;
}
.w3layouts_footer_grid h2{
font-size:2em;
color:#fff;
position:relative;
margin-bottom: 1em;
}
.w3layouts_footer_grid h2:after{
content: '';
position: absolute;
top: 55%;
left: 35%;
width: 25%;
height: 2px;
background: #fff;
}
.w3layouts_footer_grid h2 span{
color:#FF5722;
}
.social_agileinfo li{
display:inline-block;
margin: 0 2px;
}
.social_agileinfo li a {
width: 40px;
height: 40px;
display: block;
border: 1px solid #fff;
text-align: center;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.social_agileinfo li a i{
font-size:1em;
line-height:2.8em;
}
.w3_facebook:hover{
border-color:#3b5998;
background:#3b5998;
}
.w3_twitter:hover{
border-color:#3b5998;
background:#1da1f2;
}
.w3_instagram:hover{
border-color:#3b5998;
background:#833ab4;
}
.w3_google:hover{
border-color:#3b5998;
background:#dd4b39;
}
.w3l_footer_nav{
margin: 3em 0 1em;
}
.w3l_footer_nav li{
display:inline-block;
margin-right:4em;
text-transform:uppercase;
}
.w3l_footer_nav li a{
color:#fff;
text-decoration:none;
}
.w3l_footer_nav li a:hover,.w3l_footer_nav li a.active{
color:#00bcd4;
}
.w3layouts_footer_grid p {
letter-spacing: 2px;
}
.w3layouts_footer_grid p a{
color:#00bcd4;
text-decoration:underline;
}
.w3layouts_footer_grid p a:hover{
color:#999;
}
.w3layouts_footer_grid form {
border: 1px solid #fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
width: 70%;
}
.w3layouts_footer_grid input[type="email"] {
outline: none;
color: #fff;
padding: 1em 2em;
font-size: 14px;
width: 88%;
background: none;
border: none;
}
.w3layouts_footer_grid input[type="submit"]{
outline: none;
padding: 0;
width: 10%;
background: url(../images/arrow.png) no-repeat 0px 4px;
border: none;
}
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 3%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
.jarallax {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
/*-- about-page --*/
.banner-w3lstext.agileits-w3layouts {
padding: 3em 0;
}
.banner-w3lstext .breadcrumb {
background: none;
margin: 0;
padding: 0;
text-align: center;
}
.banner-w3lstext .breadcrumb li {
display: inline-block;
font-size: 2.2em;
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 200;
}
.banner-w3lstext.breadcrumb li.active,.banner-w3lstext .breadcrumb li a:hover{
color:#fff;
}
.banner-w3lstext .breadcrumb li a {
color:#FF5722;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
/*-- about-grids --*/
.about.about-wthree {
margin: 0;
}
.about-bottom-row {
margin-top: 2.5em;
}
.about-row h4 {
font-size: 1.6em;
color: #00BCD4;
letter-spacing: 1px;
margin-bottom: 0.6em;
}
.about .grid-top p {
font-size: 1em;
color: #999;
line-height: 1.8em;
margin: 1em 0 2.5em;
}
.about .grid-top p.top {
margin: 1em 0;
}
.offic-time {
text-align: center;
}
.time-top {
padding: 1em;
background-color: #00BCD4;
}
.time-top h4 {
font-size: 1.8em;
color: #fff;
letter-spacing: 2px;
}
.time-bottom {
padding: 2.3em 3em;
background-color: #383737;
}
/*-- //about-grids --*/
/*-- testimonial --*/
.testi {
position: relative;
}
.testi h4 {
color: #fff;
font-size: 1.2em;
font-weight: 300;
letter-spacing: 2px;
}
.testi p {
font-style: italic;
margin-top: 1em;
}
.testi-slider {
padding: 2em 3em;
background: #383737;
}
.testi-slider h3 {
font-size: 2em;
color: #00BCD4;
margin-bottom: 1em;
}
.flexslider.flexslider1 .flex-direction-nav a {
border: none;
top: -51%;
background-color: #383737;
width: 40px;
height: 40px;
}
.flexslider.flexslider1 .flex-direction-nav .flex-prev {
left: inherit;
right: 13%;
}
.flexslider.flexslider1 .flex-direction-nav .flex-next {
right: -2%;
}
.flexslider.flexslider1 .flex-control-nav.flex-control-paging {
display: none;
}
/*-- //testimonial --*/
/*-- about-slid --*/
.awards-agileinfo.agileits {
background: url(../images/bg.jpg)no-repeat 0px 0px;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: relative;
}
.w3ls_about_guage {
text-align: center;
}
.w3ls_about_guage h4 {
font-size: 1.3em;
color: #fff;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 300;
}
/*-- //about-slid --*/
/*-- features --*/
.agileinfo_features_grid1{
padding:2em;
background:#f5f5f5;
position:relative;
}
.agileinfo_features_grid1_pos{
position: absolute;
width: 50px;
height: 50px;
background: #707070;
border-radius: 40px;
top: -20%;
left: 5%;
text-align: center;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
.agileinfo_features_grid1_pos span {
color: #fff;
font-size: 1.3em;
line-height: 2.7em;
}
.agileinfo_features_grid1 h4 {
font-size: 1.1em;
color: #00BCD4;
text-transform: capitalize;
line-height: 1.5em;
position: relative;
padding: .5em 0;
letter-spacing: 2px;
font-weight: 300;
}
.agileinfo_features_grid1 h4:after{
content:'';
background:#999;
height:2px;
width:20%;
right:10%;
bottom:0%;
position:absolute;
}
.agileinfo_features_grid1 p{
color:#999;
line-height:2em;
margin:1em 0 0;
}
.agileinfo_features_grid {
margin-top: 5em;
}
.agileinfo_features_grid:hover .agileinfo_features_grid1 h4:after,.agileinfo_features_grid:hover .agileinfo_features_grid1_pos{
background:#00BCD4;
}
.agileinfo_features_grid:hover .agileinfo_features_grid1_pos span{
color: #fff;
}
/*-- //features --*/
/*-- map --*/
.map iframe{
width:100%;
height:350px;
position:relative;
border: none;
}
.address-row {
margin:4em 0;
}
.address-right {
text-align: left;
padding-left: 2em;
}
.contact-w3lsright h6 {
font-size: 1.8em;
color: #595c65;
font-weight: 300;
line-height: 1.8em;
text-transform: uppercase;
}
.contact-w3lsright h6 span {
color: #03A9F4;
}
.address-left {
padding: 0;
text-align: center;
}
.address-row span.glyphicon {
font-size: 1.2em;
border: 1px solid ;
padding: 1em;
color: #00BCD4;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
.address-row:hover span.glyphicon {
border-color: #00BCD4;
-webkit-transform: rotatey(360deg);
-moz-transform: rotatey(360deg);
transform: rotatey(360deg);
-o-transform: rotatey(360deg);
-ms-transform: rotatey(360deg);
}
.address-row h5 {
font-size: 1.6em;
color: #000;
margin-bottom: .3em;
font-weight: 300;
}
.address-row p a {
color: #00BCD4;
}
.address-row p a:hover{
color: #999;
}
.address h4 {
font-size: 1.8em;
color: #00BCD4;
margin-bottom: 0.6em;
text-transform: uppercase;
}
/*-- //map --*/
/*-- contact --*/
.contact-left input[type="text"],.contact-left input[type="email"]{
border:1px solid #ccc;
font-size:1em;
color:#828282;
background:none;
width:100%;
padding:.8em 1em;
outline:none;
}
.contact-left input[type="text"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
border-color:#00BCD4;
}
.contact-right textarea{
border:1px solid #ccc;
font-size:1em;
color:#828282;
background:none;
width:100%;
padding:.8em 1em;
outline:none;
min-height: 8em;
resize:none;
}
.contact-left input[type="email"]{
margin:1.5em 0;
}
.contact-right input[type="submit"] {
padding: .6em 1em;
color: #fff;
font-size: 1.1em;
background: #00BCD4;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
outline: none;
margin: 1em 0 0;
width: 100%;
border:1px solid #00BCD4;
letter-spacing: 4px;
text-transform: uppercase;
}
.contact-right input[type="submit"]:hover{
background: transparent;
color:#00BCD4;
}
/*-- //contact --*/
/*-- portfolio --*/
.w3_agileits_header1:after{
left:20% !important;
}
.filtr-item {
padding: 1em;
}
.item-desc {
background-color: rgba(0,0,0,0.5);
color: white;
position: absolute;
text-transform: uppercase;
text-align: center;
padding: 1em;
z-index: 1;
bottom: 1em;
left: 1em;
right: 1em;
}
/* Filter controls */
ul.simplefilter {
text-align: center;
margin: 2em 0;
}
.simplefilter li {
color: white;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
padding: 0.8em 2em;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius: 3px;
margin: 0 0.3em;
font-size:1em;
}
.simplefilter li {
background-color: #212121;
}
.simplefilter li.active,.simplefilter li:hover {
background-color: #00bcd4;
}
.agileits_portfolio_grid{
position:relative;
overflow: hidden;
}
.agileits_portfolio_grid .w3_textbox{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
background-color: rgba(0, 0, 0, 0.53);
padding: 0 2em;
}
.agileits_portfolio_grid:hover .w3_textbox{
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
}
.w3_textbox {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
text-align:center;
}
.w3_textbox h4 {
font-size: 1.5em;
color:#00bcd4;
margin: 3em 0 .5em;
text-transform: uppercase;
letter-spacing: 5px;
}
.w3_textbox p{
color: #fff;
line-height: 1.8em;
}
/*-- //portfolio --*/
/*-- pages --*/
.well {
font-weight: 300;
font-size: 14px;
}
.list-group-item {
font-weight: 300;
font-size: 14px;
}
li.list-group-item1 {
font-size: 14px;
font-weight: 300;
line-height: 2.5em;
}
.grid_3{
margin-bottom:3em;
}
.xs h3, h3.m_1{
color:#000;
font-size:1.7em;
font-weight:300;
margin-bottom: 1em;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
margin-bottom: 1em;
color: #00BCD4;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 0;
}
.badge-primary {
background-color: #03a9f4;
}
.badge-success {
background-color: #8bc34a;
}
.badge-warning {
background-color: #ffc107;
}
.badge-danger {
background-color: #e51c23;
}
.grid_3 p{
color: #888;
font-size: 0.9em;
margin-bottom: 0.5em;
font-weight: 300;
}
.bs-docs-example {
margin: 1em 0;
}
section#tables p {
margin-top: 1em;
}
.tab-container .tab-content {
border-radius: 0 2px 2px 2px;
border: 1px solid #e0e0e0;
padding: 16px;
background-color: #ffffff;
}
.table td, .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: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
font-size: 0.9em;
color: #999;
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.label {
padding: 4px 6px;
border: none;
text-shadow: none;
font-weight: 300 !important;
}
.nav-tabs {
margin-bottom: 1em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
margin-top:0.5em;
margin-bottom: 0.5em;
}
.input-group {
margin-bottom: 20px;
}
.codes .row {
margin: 0;
}
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
margin-bottom: 48px;
}
ol {
margin-bottom: 44px;
}
.form-control1, .form-control_2.input-sm{
border: 1px solid #e0e0e0;
padding:5px 18px;
color: #616161;
background: #fff;
box-shadow: none !important;
width: 100%;
font-size: 0.85em;
font-weight: 300;
height: 40px;
border-radius: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
-webkit-appearance: none;
outline:none;
}
.control3{
margin:0 0 1em 0;
}
.codes label {
font-weight: 400;
}
/*-- icons --*/
.codes a {
color: #999;
}
.icon-box {
padding: 8px 15px;
background:rgba(149, 149, 149, 0.18);
margin: 1em 0 1em 0;
border: 5px solid #fff;
text-align: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.icon-box:hover {
background: #5f5f5f;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
color:#fff !important;
}
.icon-box:hover a.agile-icon {
color:#fff !important;
}
.codes .bs-glyphicons li {
float: left;
width: 12.5%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.codes .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
h3.icon-subheading {
font-size: 28px;
color:#00BCD4 !important;
margin: 30px 0 15px;
}
.agileits-icons-title {
text-align: center;
font-size: 36px;
color: #ef2e46;
font-weight: 300;
}
.icons a {
color: #999;
}
.icon-box i {
margin-right: 10px !important;
font-size: 20px !important;
color: #282a2b !important;
}
.icons .bs-glyphicons li {
float: left;
width: 18%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
background:rgba(149, 149, 149, 0.18);
margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
color: #282a2b;
}
.icons .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.icons .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
/*-- //icons --*/
@media (max-width:1080px){
.icon-box {
padding: 8px 9px;
}
}
@media (max-width:768px){
.grid_5 {
padding: 0 0 1em;
}
.grid_3 {
margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
margin-bottom: .5em;
}
.progress {
height: 10px;
margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
font-size: 14px;
}
.breadcrumb {
margin-bottom: 25px;
}
.well {
font-size: 14px;
margin-bottom: 10px;
}
h2.typoh2 {
font-size: 1.5em;
}
.label {
font-size: 60%;
}
.in-gp-tl {
padding: 0 1em;
}
.in-gp-tb {
padding-right: 1em;
}
}
@media (max-width:480px){
h3.w3ls-hdg {
font-size: 1.6em;
margin: 1em 0 0.6em;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
font-size: 1.2em;
}
.table h1 {
font-size: 26px;
}
.table h2 {
font-size: 23px;
}
.table h3 {
font-size: 20px;
}
.label {
font-size: 53%;
}
.codes .alert {
font-size: 0.9em;
padding: 10px;
}
.pagination {
margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
margin-top: 0;
}
.agileits-icons-title {
font-size: 30px;
}
h3.icon-subheading {
font-size: 22px;
}
.icons .bs-glyphicons li {
width: 31%;
}
}
@media (max-width: 320px){
.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
font-size: 13px;
}
.alert {
padding: 10px;
margin-bottom: 10px;
}
ul.pagination li a {
font-size: 1em;
padding: 5px 11px !important;
}
.list-group {
margin-bottom: 10px;
}
.well {
padding: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
font-size: 0.8em;
}
.table td, .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: 13px!important;
}
.agileits-icons-title {
font-size: 25px;
}
h3.icon-subheading {
font-size: 18px;
margin: 21px 0 12px;
}
}
/*-- //pages --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.item .block {
width: 57%;
}
}
@media(max-width:1366px){
.banner-w3lstext h3 {
font-size: 5.6em;
}
}
@media(max-width:1280px){
.item .block {
width: 62%;
}
}
@media(max-width:1080px){
.logo h1 {
font-size: 3.5em;
}
.menu, .social-w3licon {
margin-top: 0.8em;
}
.banner-w3lstext h3 {
font-size: 5em;
}
.item .block {
width: 70%;
}
.banner-w3lstext h6 {
font-size: 1.3em;
letter-spacing: 3px;
}
.item {
padding: 11em 0;
}
.about, .testimonials, .footer, .features, .awardsw3-agileits, .codes, .contact, .portfolio {
padding: 4em 0;
}
.wthree-slid-right {
padding:5em 4em;
}
.wthree-slid-right h3 {
font-size: 1.3em;
}
.wthree-slid-left {
min-height: 458px;
}
.wthree_testimonial_grids {
margin-top: 2em;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.8em;
}
.w3agile_hire_left h4 {
font-size: 1.5em;
}
.w3layouts_footer_grid h2:after {
left: 47%;
}
.testi-slider {
padding: 3em 3em;
}
a.wthree-more > span,a.wthree-more::before {
padding: 0.8em 0;
}
.w3_textbox h4 {
margin: 2.5em 0 .5em;
letter-spacing: 3px;
}
h3.agileits-title {
font-size: 3.5em;
}
.address-row {
margin: 3em 0;
}
.banner-w3lstext .breadcrumb li {
font-size: 1.8em;
}
.map iframe {
height: 250px;
}
.services-w3grid p {
margin: 0;
}
.w3l_footer_nav li {
margin-right: 3em;
}
}
@media(max-width:991px){
.menu .toggle {
width: 220px;
padding: 1em 2em;
}
.banner-w3lstext h3 {
font-size: 4.5em;
}
.banner-w3lstext p {
width: 100%;
}
.banner-w3lstext h6 {
font-size: 1.2em;
}
.item {
padding: 8em 0 11em;
}
.wthree_banner_grid {
padding: 2em 1em;
}
.wthree_banner_grid h4 {
font-size: 1em;
padding-top: 0.5em;
letter-spacing: 1px;
}
.wthree_banner_grids {
margin-top: -4em;
}
.about {
margin-top: 4em;
}
.services-w3grid span {
font-size: 1.3em;
width: 60px;
height: 60px;
padding: 1.1em 0;
}
.services-w3grid h5 {
font-size: 1.3em;
}
.services-w3grid {
margin-top: 2em;
}
.wthree_testimonial_grid_right p {
margin: 1em 0 0;
}
a.wthree-more.w3more1 {
margin-top: 1em;
}
.w3agile_hire_right {
text-align: left;
}
.w3layouts_footer_grid h2:after {
left: 17%;
width: 10%;
}
.w3layouts_footer_grid form {
margin-top: 2em;
}
.w3l_footer_nav {
margin: 2em 0 1em;
}
.w3l_footer_nav li {
margin-right: 3em;
}
.menu .toggle-menu li a {
font-size: 1.1em;
}
.menu .toggle-menu li {
margin: 8px auto;
}
.testi {
margin-top: 1em;
}
.testi-slider {
padding: 2em 3em;
}
.w3ls_about_guage canvas {
width: 100%;
}
.agileinfo_features_grid {
margin-top: 4em;
}
.filtr-item {
padding: 0.5em;
}
.agileits_portfolio_grid .w3_textbox {
padding: 0 1em;
}
.w3_textbox h4 {
margin: 1.5em 0 .5em;
}
.address-row {
margin: 2em 0;
}
}
@media(max-width:800px){
.item .block {
width: 81%;
padding: 2em 2em;
}
.banner-w3lstext h3 {
font-size: 3.5em;
}
.banner-w3lstext p {
margin: 1.5em auto;
}
.wthree-slid-right {
padding: 4em 2em;
}
.wthree-slid-right h4 {
font-size: 2em;
letter-spacing: 1px;
}
.wthree-slid-right h5 {
font-size: 1em;
letter-spacing: 1px;
}
.wthree-slid-right h3 {
font-size: 1.1em;
}
.stats-info.agileits-w3layouts {
margin-top: 1.5em;
}
.numscroller {
font-size: 2em;
}
.stats-info h6 {
letter-spacing: 1px;
font-size: 0.9em;
}
.wthree-slid-left {
min-height: 375px;
}
.agileits_testimonials_right_grid:before {
left: -2%;
}
.w3_testimonials_right_grid:before {
right: -2% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.5em;
}
.about, .testimonials, .footer, .features, .awardsw3-agileits, .codes, .contact, .portfolio {
padding: 3em 0;
}
.banner-w3lstext.agileits-w3layouts {
padding: 2em 0;
}
ul.simplefilter {
margin: 1.5em 0;
}
.simplefilter li {
font-size: .9em;
}
}
@media(max-width:768px){
.address-row h5 {
font-size: 1.4em;
}
.wthree_banner_grid i {
font-size: 1.5em;
}
.agileits_testimonials_right_grid:before {
left: -3%;
}
.w3_testimonials_right_grid:before {
right: -3% !important;
}
.w3l_testimonial_grid_left_grid {
margin-top: 1em;
}
.w3ls_about_guage h4 {
font-size: 1.1em;
letter-spacing: 1px;
}
.w3ls_about_guage {
padding: 0 .5em;
}
.agileinfo_features_grid1_pos {
top: -17%;
}
}
@media(max-width:767px){
.w3_textbox h4 {
margin: 2.5em 0 .5em;
}
.contact-right {
margin-top: 1em;
}
.contact-left input[type="email"] {
margin: 1em 0;
}
}
@media(max-width:667px){
.logo h1 {
font-size: 3em;
}
.social_agileinfo li a {
width: 32px;
height: 32px;
font-size: .8em;
}
.menu .navicon {
height: 33px;
width: 38px;
}
.menu .navicon:before, .menu .navicon:after {
width: 37px;
}
.menu .toggle {
width: 185px;
}
.menu .toggle-menu li a {
font-size: 1em;
}
.banner-w3lstext h3 {
font-size: 3em;
}
.item .block {
width: 89%;
}
.wthree_banner_grid h4 {
letter-spacing: 0px;
}
.services-w3grid {
padding: 0 0.5em;
}
.services-w3grid h5 {
font-size: 1.2em;
margin: 0.8em 0 .2em;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.2em;
}
a.wthree-more {
font-size: 0.9em;
}
.w3layouts_footer_grid h2:after {
left: 23%;
}
.item {
padding: 7em 0;
}
}
@media(max-width:640px){
.w3l_footer_nav li {
margin-right: 2em;
}
h3.agileits-title {
font-size: 3em;
}
.time-top h4 {
font-size: 1.6em;
letter-spacing: 1px;
}
.time-bottom {
padding: 2em 2em;
}
.testi-slider {
padding: 2em;
}
.agileinfo_features_grid1 {
padding: 1.5em;
}
.agileinfo_features_grid1 h4 {
font-size: 1em;
letter-spacing: 1px;
}
.agileinfo_features_grid {
margin-top: 3em;
padding: 0 .5em;
}
.agileinfo_features_grid1_pos {
width: 40px;
height: 40px;
}
.agileinfo_features_grid1_pos span {
font-size: 1em;
}
.w3_textbox h4 {
margin: 2em 0 .5em;
}
.address-row span.glyphicon {
font-size: 1.1em;
}
.banner-w3lstext h6 {
font-size: 1.1em;
letter-spacing: 2px;
}
.item .block {
padding: 2em 1em;
}
}
@media(max-width:600px){
.banner-w3lstext h3 {
font-size: 2.6em;
}
.wthree_banner_grids {
margin-top: -3.5em;
}
.wthree_banner_grid {
padding: 1.8em .5em;
}
.about {
margin-top: 3em;
}
.wthree_banner_grid h4 {
font-size: .9em;
}
.w3layouts_footer_grid form {
width: 90%;
}
}
@media(max-width:480px){
.logo h1 {
font-size: 2.8em;
}
.menu, .social-w3licon {
margin-top: 0.6em;
}
.wthree_banner_grid {
padding: 1.5em 0.5em;
}
.banner-w3lstext h3 {
font-size: 2.3em;
}
.item {
padding: 5em 0 6em;
}
.wthree-slid-left {
min-height: 250px;
width: 100%;
float: none;
}
.wthree-slid-right {
padding: 3em 2em;
float: none;
width: 100%;
}
.stats-info.agileits-w3layouts {
margin-top: 1em;
}
.numscroller {
margin: 0.5em 0 0;
}
h3.agileits-title {
font-size: 2.6em;
}
.agileinfo_testimonials_left {
padding: 0 2em;
}
.agileits_testimonials_right_grid {
padding: 1em;
margin-top: 0;
}
.agileinfo_testimonials_right {
padding: 0;
}
.wthree_testimonial_grid_right {
text-align: center;
padding: 0;
margin-top: 2em;
}
.w3agile_hire_left h4 {
font-size: 1.4em;
}
.w3layouts_footer_grid h2:after {
left: 31%;
}
.simplefilter li {
padding: 0.8em 1.5em;
}
ul.simplefilter {
margin: 1em 0;
}
.w3_textbox h4 {
margin: 1.2em 0 .5em;
}
.banner-w3lstext p {
margin: 1.5em 0 0.8em;
}
.agileinfo_features_grid1_pos {
top: -12%;
}
.map iframe {
height: 200px;
}
}
@media(max-width:414px){
.social-w3licon {
width: 57%;
}
p {
font-size: 0.9em;
}
.wthree_banner_grid {
padding: 1em 0.5em;
}
.wthree_banner_grid {
padding: 1em;
width: 50%;
}
.about {
margin-top: 6em;
}
.services-w3grid {
width: 50%;
}
.wthree-slid-right h4 {
font-size: 1.8em;
}
.agileinfo_testimonials_left {
padding: 0 1.5em;
}
.agileinfo_testimonials_left h4 {
font-size: 1em;
}
.agileinfo_testimonials_left p {
font-size: .8em;
}
.agileits_testimonials_right_grid:before {
left: -4%;
}
.w3_testimonials_right_grid:before {
right: -4% !important;
}
.w3layouts_footer_grid form {
width: 100%;
margin-top: 1.5em;
}
.w3l_footer_nav li {
margin-right: 1em;
font-size: .9em;
}
.time-top h4 {
font-size: 1.2em;
}
.about-bottom-row {
margin-top: 1.5em;
}
.offic-time {
padding: 0;
}
.time-bottom {
padding: 1.5em;
}
.testi {
padding: 0;
}
.testi h4 {
font-size: 1.1em;
}
.agileinfo_features_grid {
margin-top: 2em;
width: 100%;
float: none;
}
.w3agile_hire_left h4 {
font-size: 1.2em;
}
.w3layouts_footer_grid ,.w3layouts_footer_grid{
padding: 0;
}
.w3layouts_footer_grid input[type="email"] {
padding: 0.8em 1.5em;
font-size: 13px;
}
.w3l_footer_nav {
margin: 1.5em 0 0.5em;
}
.w3layouts_footer_grid p {
letter-spacing: 1px;
}
.w3ls_about_guage {
width: 50%;
}
.w3ls_about_guage:nth-child(2) {
margin-bottom: 2em;
}
.simplefilter li {
padding: 0.8em 1.2em;
margin: 0 0.1em;
}
.filtr-item {
width: 100%;
float: none;
}
.w3_textbox h4 {
margin: 3.2em 0 .5em;
}
.banner-w3lstext .breadcrumb li {
font-size: 1.3em;
}
.banner-w3lstext.agileits-w3layouts {
padding: 1.5em 0;
}
.contact-left input[type="text"], .contact-left input[type="email"],.contact-right textarea {
font-size: 0.9em;
}
.contact-right input[type="submit"] {
font-size: 1em;
letter-spacing: 2px;
}
}
@media(max-width:384px){
.logo h1 {
font-size: 2.5em;
}
.social_agileinfo li a {
width: 25px;
height: 25px;
font-size: .7em;
}
.social_agileinfo li a i {
line-height: 2.5em;
}
.menu .toggle-menu li a {
font-size: 0.9em;
}
.menu .toggle {
width: 160px;
padding: 0.5em 2em;
}
.menu .toggle-menu li a {
padding: 4px 0;
}
.about, .testimonials, .footer, .features, .awardsw3-agileits, .codes, .contact, .portfolio {
padding: 2em 0;
}
h3.agileits-title {
font-size: 2.3em;
}
.banner-w3lstext h3 {
font-size: 2em;
}
.services-w3grid {
width: 100%;
margin-top: 1.5em;
float: none;
}
.services-w3grid p {
margin: 0 3em;
}
.services-w3grid span {
font-size: 1.1em;
width: 50px;
height: 50px;
padding: 1em 0;
}
.wthree-slid-left {
min-height: 200px;
}
.simplefilter li {
font-size: .8em;
}
.address-row span.glyphicon {
font-size: 1em;
}
.address-row h5 {
font-size: 1.3em;
margin-bottom: 0.2em;
}
.address-row {
margin: 1.2em 0;
}
.contact-left,.contact-right {
padding: 0;
}
.contact-right input[type="submit"] {
margin: 0.5em 0 0;
}
.w3agile_hire_left h4 {
font-size: 1.1em;
}
a.wthree-more {
font-size: 0.85em;
padding: 0 2em;
letter-spacing: 1px;
}
}
@media(max-width:320px){
.logo h1 {
font-size: 2.2em;
letter-spacing: 0px;
}
.social_agileinfo li {
margin: 0;
}
.social-w3licon {
width: 61%;
}
.banner-w3lstext h3 {
font-size: 1.8em;
}
.banner-w3lstext p {
margin: 1em 0 0.8em;
}
.banner-w3lstext h6 {
font-size: 0.9em;
letter-spacing: 1px;
}
.item {
padding: 3em 0 5em;
}
.about {
margin-top: 7em;
}
.services-w3grid p {
margin: 0 1em;
}
.wthree-slid-right {
padding: 2.5em 1.5em;
}
.wthree-slid-left {
min-height: 170px;
}
.wthree-slid-right h5 {
font-size: 0.9em;
}
.wthree-slid-right h3 {
font-size: 1em;
}
.stats-info h6 {
font-size: 0.8em;
}
.agileinfo_testimonials_left {
padding: 0 0.5em;
float: none;
}
.agileinfo_testimonials_right {
padding: 0;
width: 100%;
}
.agileits_testimonials_right_grid {
margin: 1em 0;
}
.w3l_testimonial_grid_left_grid {
margin-top: 0;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.1em;
}
.wthree_testimonial_grid_right p {
margin: 0.5em 0 0;
}
.w3agile_hire_left {
padding: 0;
}
.w3agile_hire_right {
padding: 0;
}
.w3layouts_footer_grid h2:after {
left: 44%;
}
.w3layouts_footer_grid input[type="email"] {
width: 82%;
}
.w3l_footer_nav li {
margin-right: 0.5em;
}
.about-bottom-row {
margin-top: 1em;
}
.testi-slider h3 {
font-size: 1.6em;
}
.testi-slider {
padding: 1.5em;
}
.agileinfo_features_grid {
padding: 0;
}
.simplefilter li {
padding: 0.8em 0.8em;
margin: 0;
}
.w3_textbox h4 {
margin: 2.2em 0 .5em;
}
.w3layouts_footer_grid h2 {
font-size: 1.8em;
margin-bottom: 0.8em;
}
.address-row {
padding: 0;
}
.contact-right textarea {
min-height: 7em;
}
}
/*-- //responsive-design --*/ | 0.151561 | 0.038394 |
.body {
margin: 0;
}
.title {
font-family: 'Shrikhand', cursive;
font-size: 85px;
text-transform: uppercase;
line-height: 1;
width: 100%;
padding-top: 200px;
text-align: center;
overflow: visible;
letter-spacing: 3px;
}
.knockout {
display: inline-block;
overflow: hidden;
text-align: left;
position: relative;
color: transparent;
padding: 0.5em;
white-space: nowrap;
margin-top: 50px;
}
.knockout__svg {
fill: #a6a6a6;
position: absolute;
top: 0;
left: 0;
}
.absolute-center {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
}
.background {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
margin: 0;
background-size: 600px;
background-image: url(../images/geometric.png);
}
.holder {
width: 100%;
height: 600px;
}
.question-section {
background-color: #ffded7;
height: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
padding-bottom: 50px;
position: relative;
display: block;
}
.question-center {
margin-top: 120px;
}
h2 {
font-family: 'Shrikhand', cursive;
font-size: 45px;
letter-spacing: 2px;
color: #a6a6a6;
text-transform: uppercase;
padding-bottom: 30px;
text-align: center;
}
input {
width: 35px !important;
height: 35px !important;
display: block;
}
.answer-container {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.button-container {
width: 100%;
text-align: center;
margin-top: 75px;
margin-bottom: 100px;
}
.results-button {
text-transform: uppercase;
background-image: url("../images/geometric.png");
background-size: 150px;
font-family: 'Shrikhand', cursive;
font-size: 90px;
letter-spacing: 1.5px;
color: #a6a6a6;
border: solid 2px #a6a6a6;
box-sizing: border-box;
text-align: center;
cursor: pointer;
padding: 8px 20px 5px 20px;
}
.results-button:hover {
color: #595959;
}
.results-center {
margin-top: 250px;
margin-left: 300px;
}
label {
font-family: 'Shrikhand', cursive;
color: #a6a6a6;
font-size: 18px;
}
.slick-prev {
left: 20px;
}
.slick-next {
right: 90px;
}
.slick-prev, .slick-next {
z-index: 5;
}
.slick-next::before, .slick-prev::before {
font-size: 90px;
}
/* Styling of Answer Picker */
.answer-container {
list-style: none;
padding-left: 80px;
}
.answer-container li::after {
clear:both;
content:"";
display: table;
}
.answer-container li input {
display: block;
float: left;
width:20%;
margin-right: 20px;
}
.answer-container li label {
display: block;
float:left;
width: 80%;
margin-top: 8px;
}
.chart-container {
background-color: #c6dff0;
width: 100%;
height: 450px;
box-sizing: border-box;
padding-left: 140px;
padding-top: 60px;
margin-top: 50px;
}
.chart {
margin: 0;
padding: 0;
}
.character-info {
background-color: #def2fe;
text-align: center;
width: 100%;
margin-top: 18px;
padding-bottom: 25px;
}
.character-info h2 {
padding: 20px;
margin: 0;
}
p {
color: #595959;
font-family: 'Shrikhand', cursive;
font-size: 18px;
max-width: 35em;
margin-left: auto;
margin-right: auto;
}
.character {
width: 450px;
padding: 10px;
}
.chart-container {
display: none;
}
#carrie-info {
display: none;
}
#samantha-info {
display: none;
}
#charlotte-info {
display: none;
}
#miranda-info {
display: none;
}
/*.answer-container li input {
display:none;
}
.answer-container li label::before {
content: "";
height: 48px;
width: 48px;
background-color: grey;
border-radius: 24px;
display: block;
float: left;
}
.answer-container li input:checked ~ label::before {
background-color: green;
box-shadow: inset 4px 4px white, inset -4px -4px white;
}*/ | styles/stylesheet.css | .body {
margin: 0;
}
.title {
font-family: 'Shrikhand', cursive;
font-size: 85px;
text-transform: uppercase;
line-height: 1;
width: 100%;
padding-top: 200px;
text-align: center;
overflow: visible;
letter-spacing: 3px;
}
.knockout {
display: inline-block;
overflow: hidden;
text-align: left;
position: relative;
color: transparent;
padding: 0.5em;
white-space: nowrap;
margin-top: 50px;
}
.knockout__svg {
fill: #a6a6a6;
position: absolute;
top: 0;
left: 0;
}
.absolute-center {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
}
.background {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
margin: 0;
background-size: 600px;
background-image: url(../images/geometric.png);
}
.holder {
width: 100%;
height: 600px;
}
.question-section {
background-color: #ffded7;
height: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
padding-bottom: 50px;
position: relative;
display: block;
}
.question-center {
margin-top: 120px;
}
h2 {
font-family: 'Shrikhand', cursive;
font-size: 45px;
letter-spacing: 2px;
color: #a6a6a6;
text-transform: uppercase;
padding-bottom: 30px;
text-align: center;
}
input {
width: 35px !important;
height: 35px !important;
display: block;
}
.answer-container {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.button-container {
width: 100%;
text-align: center;
margin-top: 75px;
margin-bottom: 100px;
}
.results-button {
text-transform: uppercase;
background-image: url("../images/geometric.png");
background-size: 150px;
font-family: 'Shrikhand', cursive;
font-size: 90px;
letter-spacing: 1.5px;
color: #a6a6a6;
border: solid 2px #a6a6a6;
box-sizing: border-box;
text-align: center;
cursor: pointer;
padding: 8px 20px 5px 20px;
}
.results-button:hover {
color: #595959;
}
.results-center {
margin-top: 250px;
margin-left: 300px;
}
label {
font-family: 'Shrikhand', cursive;
color: #a6a6a6;
font-size: 18px;
}
.slick-prev {
left: 20px;
}
.slick-next {
right: 90px;
}
.slick-prev, .slick-next {
z-index: 5;
}
.slick-next::before, .slick-prev::before {
font-size: 90px;
}
/* Styling of Answer Picker */
.answer-container {
list-style: none;
padding-left: 80px;
}
.answer-container li::after {
clear:both;
content:"";
display: table;
}
.answer-container li input {
display: block;
float: left;
width:20%;
margin-right: 20px;
}
.answer-container li label {
display: block;
float:left;
width: 80%;
margin-top: 8px;
}
.chart-container {
background-color: #c6dff0;
width: 100%;
height: 450px;
box-sizing: border-box;
padding-left: 140px;
padding-top: 60px;
margin-top: 50px;
}
.chart {
margin: 0;
padding: 0;
}
.character-info {
background-color: #def2fe;
text-align: center;
width: 100%;
margin-top: 18px;
padding-bottom: 25px;
}
.character-info h2 {
padding: 20px;
margin: 0;
}
p {
color: #595959;
font-family: 'Shrikhand', cursive;
font-size: 18px;
max-width: 35em;
margin-left: auto;
margin-right: auto;
}
.character {
width: 450px;
padding: 10px;
}
.chart-container {
display: none;
}
#carrie-info {
display: none;
}
#samantha-info {
display: none;
}
#charlotte-info {
display: none;
}
#miranda-info {
display: none;
}
/*.answer-container li input {
display:none;
}
.answer-container li label::before {
content: "";
height: 48px;
width: 48px;
background-color: grey;
border-radius: 24px;
display: block;
float: left;
}
.answer-container li input:checked ~ label::before {
background-color: green;
box-shadow: inset 4px 4px white, inset -4px -4px white;
}*/ | 0.549641 | 0.072308 |
body, div, p, span, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, input, form{margin:0; padding:0;}
li{list-style:none;}
img{border:none;}
.clear{clear:both; height:0; line-height:0; font-size:0; *height:1px; *line-height:1px; *font-size:1px;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
body{font-size:12px; font-family:SimSun; background:#dcebc6;}
body a{outline:none; blr:expression(this.onFocus=this.blur());}
button{ -webkit-appearance:none;}
.header{ min-width:821px; height:121px; background-color:#457936;}
.header_top{height:45px; padding:8px 15px 0 15px;}
.header_t_left{width:509px; height:45px; float:left;}
.header_t_right{width:230px; height:27px; padding-top:13px; float:right; color:#fff; line-height:26px; font-size:12px;}
.header_t_right b{width:18px; height:18px; display:inline-block; position:absolute; left:0; top:4px;}
.header_t_right a{color:#fff;}
.header_t_right .mdy_pswd{width:100px; float:left; padding-left:26px; position:relative;}
.header_t_right .mdy_pswd b{background:url(../images/2015921_2.png) no-repeat -1px -1px;}
.header_t_right .sign_out{width:70px; float:left; padding-left:26px; position:relative;}
.header_t_right .sign_out b{background:url(../images/2015921_2.png) no-repeat -27px 0px;}
.header_bottom{height:60px; padding:8px 0px 0 10px;}
.header_bottom_left{width:15%; height:54px; float:left; overflow:hidden; color:#fff; line-height:20px; padding:3px 0px 3px 0; text-align:center; font-size:12px;}
.header_bottom_left .wlc{height:20px; overflow:hidden;}
.header_bottom_left .time{padding:5px;}
.header_bottom_right{width:85%; float:right; padding-top:1px;}
.channel_list{}
.channel_list li{width:9.7%; height:59px; text-align:center; display:inline; margin-right:1px; float:left; font-size:13px; letter-spacing:-2px;}
.channel_list b{display:block; width:30px; height:28px; position:relative; top:0px; margin:0 auto; background-image:url(../images/2015921_1.png); background-repeat:no-repeat;}
.channel_list a{display:block; color:#fff; height:51px; padding-top:8px; line-height:16px; text-align:center; background:url(../images/2015921_8.gif) repeat-x; -moz-border-radius:8px 8px 0 0; /* Gecko browsers */ -webkit-border-radius:8px 8px 0 0; /* Webkit browsers */ border-radius:8px 8px 0 0;font-weight:bold;}
.channel_list a:hover{background:#b7d496; color:#3f6e36;}
.channel_list a.mr{background:#b7d496; color:#3f6e36;}
.channel_list .icon_1{background-position:7px 5px;}
.channel_list .icon_2{background-position:0px -24px;}
.channel_list .icon_3{background-position:7px -49px;}
.channel_list .icon_4{background-position:5px -75px;}
.channel_list .icon_5{background-position:0px -110px;}
.channel_list .icon_6{background-position:2px -148px;}
.channel_list .icon_7{background-position:0px -178px;}
.channel_list .icon_8{background-position:0px -213px;}
.channel_list .icon_9{background-position:2px -240px;}
.channel_list .icon_10{background-position:0px -281px;}
.nav{height:27px; line-height:27px; padding:0 15px; color:#3f6e36; background:url(../images/2015921_7.png) repeat-x; font-size:13px;}
.nav a{color:#3f6e36; margin:0 5px;}
.nav a:hover{color:#fff;}
.h_tab_1{width:100%; height:100%; background:#dcebc6;}
.h_tab_1 td{}
.h_tab_2{width:100%; height:100%; background:#fff;}
.h_tab_2 td{height:100%; vertical-align:top;}
.first_menu{height:27px; line-height:27px; font-size:14px; text-align:left; padding-left:40px; background:url(../images/2015921_4.png) repeat-x; color:#fff; font-weight:100; position:relative; margin:5px 0;}
.first_menu b{width:11px; height:13px; display:block; background:url(../images/2015921_2.png) no-repeat -59px -1px; position:absolute; left:25px; top:7px;}
.first_menu a{color:#fff;}
.second_menu_list{display:none; overflow:hidden; padding:4px 0 4px 0px; font-size:13px;}
.second_menu_list li{height:26px; overflow:hidden; padding:0 4px 0 30px; text-align:left; position:relative; line-height:30px; font-weight:100;}
.second_menu_list a{color:#3f6e36;}
.second_menu_list a:hover{color:#3f6e36;}
.second_menu_list li.on{background: url(../images/2015921_7.png) 0px 0px no-repeat;background-color:#dcebc6}
.search_terms{height:32px; line-height:32px; font-size:14px; padding:0 15px 0 5px;}
.search_terms_left{width:100px; float:left; font-size:14px; color:#000;}
.search_terms_right{float:right; text-align:right; color:#3f6e36;}
.search_terms_right a{color:#000; margin:0 5px; text-decoration:none;}
.drop_down_list{height:25px; padding:2px 0;}
.h_tab_3,.h_tab_3 th,.h_tab_3 td {border:1px solid #000;}
.h_tab_3{width:100%; height:100%; font-size:12px; border-width: 1px 0 0 1px;}
.h_tab_3 th{font-weight:600px; border-width:0 1px 1px 0;}
.h_tab_3 td{border-width:0 1px 1px 0;}
.h_tab_3 tr{border: none;} | src/main/webapp/lambkit/assets/mgrdb/css/zyzy_home.css | body, div, p, span, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, input, form{margin:0; padding:0;}
li{list-style:none;}
img{border:none;}
.clear{clear:both; height:0; line-height:0; font-size:0; *height:1px; *line-height:1px; *font-size:1px;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
body{font-size:12px; font-family:SimSun; background:#dcebc6;}
body a{outline:none; blr:expression(this.onFocus=this.blur());}
button{ -webkit-appearance:none;}
.header{ min-width:821px; height:121px; background-color:#457936;}
.header_top{height:45px; padding:8px 15px 0 15px;}
.header_t_left{width:509px; height:45px; float:left;}
.header_t_right{width:230px; height:27px; padding-top:13px; float:right; color:#fff; line-height:26px; font-size:12px;}
.header_t_right b{width:18px; height:18px; display:inline-block; position:absolute; left:0; top:4px;}
.header_t_right a{color:#fff;}
.header_t_right .mdy_pswd{width:100px; float:left; padding-left:26px; position:relative;}
.header_t_right .mdy_pswd b{background:url(../images/2015921_2.png) no-repeat -1px -1px;}
.header_t_right .sign_out{width:70px; float:left; padding-left:26px; position:relative;}
.header_t_right .sign_out b{background:url(../images/2015921_2.png) no-repeat -27px 0px;}
.header_bottom{height:60px; padding:8px 0px 0 10px;}
.header_bottom_left{width:15%; height:54px; float:left; overflow:hidden; color:#fff; line-height:20px; padding:3px 0px 3px 0; text-align:center; font-size:12px;}
.header_bottom_left .wlc{height:20px; overflow:hidden;}
.header_bottom_left .time{padding:5px;}
.header_bottom_right{width:85%; float:right; padding-top:1px;}
.channel_list{}
.channel_list li{width:9.7%; height:59px; text-align:center; display:inline; margin-right:1px; float:left; font-size:13px; letter-spacing:-2px;}
.channel_list b{display:block; width:30px; height:28px; position:relative; top:0px; margin:0 auto; background-image:url(../images/2015921_1.png); background-repeat:no-repeat;}
.channel_list a{display:block; color:#fff; height:51px; padding-top:8px; line-height:16px; text-align:center; background:url(../images/2015921_8.gif) repeat-x; -moz-border-radius:8px 8px 0 0; /* Gecko browsers */ -webkit-border-radius:8px 8px 0 0; /* Webkit browsers */ border-radius:8px 8px 0 0;font-weight:bold;}
.channel_list a:hover{background:#b7d496; color:#3f6e36;}
.channel_list a.mr{background:#b7d496; color:#3f6e36;}
.channel_list .icon_1{background-position:7px 5px;}
.channel_list .icon_2{background-position:0px -24px;}
.channel_list .icon_3{background-position:7px -49px;}
.channel_list .icon_4{background-position:5px -75px;}
.channel_list .icon_5{background-position:0px -110px;}
.channel_list .icon_6{background-position:2px -148px;}
.channel_list .icon_7{background-position:0px -178px;}
.channel_list .icon_8{background-position:0px -213px;}
.channel_list .icon_9{background-position:2px -240px;}
.channel_list .icon_10{background-position:0px -281px;}
.nav{height:27px; line-height:27px; padding:0 15px; color:#3f6e36; background:url(../images/2015921_7.png) repeat-x; font-size:13px;}
.nav a{color:#3f6e36; margin:0 5px;}
.nav a:hover{color:#fff;}
.h_tab_1{width:100%; height:100%; background:#dcebc6;}
.h_tab_1 td{}
.h_tab_2{width:100%; height:100%; background:#fff;}
.h_tab_2 td{height:100%; vertical-align:top;}
.first_menu{height:27px; line-height:27px; font-size:14px; text-align:left; padding-left:40px; background:url(../images/2015921_4.png) repeat-x; color:#fff; font-weight:100; position:relative; margin:5px 0;}
.first_menu b{width:11px; height:13px; display:block; background:url(../images/2015921_2.png) no-repeat -59px -1px; position:absolute; left:25px; top:7px;}
.first_menu a{color:#fff;}
.second_menu_list{display:none; overflow:hidden; padding:4px 0 4px 0px; font-size:13px;}
.second_menu_list li{height:26px; overflow:hidden; padding:0 4px 0 30px; text-align:left; position:relative; line-height:30px; font-weight:100;}
.second_menu_list a{color:#3f6e36;}
.second_menu_list a:hover{color:#3f6e36;}
.second_menu_list li.on{background: url(../images/2015921_7.png) 0px 0px no-repeat;background-color:#dcebc6}
.search_terms{height:32px; line-height:32px; font-size:14px; padding:0 15px 0 5px;}
.search_terms_left{width:100px; float:left; font-size:14px; color:#000;}
.search_terms_right{float:right; text-align:right; color:#3f6e36;}
.search_terms_right a{color:#000; margin:0 5px; text-decoration:none;}
.drop_down_list{height:25px; padding:2px 0;}
.h_tab_3,.h_tab_3 th,.h_tab_3 td {border:1px solid #000;}
.h_tab_3{width:100%; height:100%; font-size:12px; border-width: 1px 0 0 1px;}
.h_tab_3 th{font-weight:600px; border-width:0 1px 1px 0;}
.h_tab_3 td{border-width:0 1px 1px 0;}
.h_tab_3 tr{border: none;} | 0.23066 | 0.098686 |
.layout{
/* font-family: Arial, Helvetica, sans-serif; */
min-height: 10px;
}
.layout *{
box-sizing: border-box;
}
.layout-canvas{
/* position: relative;
width: 100%;
height: 100%; */
}
.layout-canvas.rtl{
direction: rtl;
}
.layout-window{}
.layout-bar{
position: fixed;
bottom:0px;
background: rgba(0, 0, 0, 0.32);
color: #fff;
font-size: 18px;
width: 100%;
left: 0;
font-family: Arial, Helvetica, sans-serif;
}
.layout h1{
margin: 0;
}
.layout h2{
margin: 0;
}
.layout-table{
border-collapse: collapse;
border-spacing: 0;
}
.layout-table > tr > td{
border:1px solid rgba(255,255,255,0.2);
}
.layout-crumbs{}
.layout-crumb{
display: inline-block;
}
.layout-crumb:hover{
color: green;
cursor: pointer;
}
.layout-crumb-seperator{
display: inline-block;
margin-left: 3px;
margin-right: 3px;
color: rgb(111, 111, 111);
}
.layout-left{
float: left;
}
.layout-right{
float: right;
}
.layout-clear{
clear: both;
}
.layout-selection{
padding: 5px;
}
.layout-menu{
padding: 4px;
font-size: 12px;
}
.layout-menu .layout-button{background:#333;padding: 5px;padding-left:5px;padding-right:5px;border-radius:2px;display: inline-block;margin-left: 3px;}
.layout-menu .layout-button:hover{
background: rgb(0, 81, 146);
cursor:pointer;
}
.layout-a4{
width: 1024px;
min-height: 1024px;
background: rgb(255, 255, 255);
margin: 0px auto;
margin-top: 70px;
margin-bottom: 70px;
}
.layout-hovered{
outline: 2px dashed rgba(0, 128, 0, 0.19);
position: relative;
}
.layout-selected{
outline: 2px dashed rgba(255, 165, 0, 0.15);
position: relative;
}
.layout-element-menu{
position: absolute;
top:0;
left: 0;
background: rgba(0,0,0,0.2);
color: #fff;
font-size: 10px;
padding: 0px;
}
.layout-element-menu:hover{
}
.layout-element-menu-button{
cursor: pointer;
padding: 3px;
user-select: none;
display: inline-block;
}
.layout-element-menu-button:hover{
color: rgb(2, 183, 255);
background: rgb(16, 16, 16);
}
.layout-split-h{
position: absolute;
border-bottom: 1px dashed rgb(158, 158, 158);
width: 100%;
pointer-events: none;
left:0;
}
.layout-split-v{
position: absolute;
border-left: 1px dashed rgb(158, 158, 158);
height: 100%;
pointer-events: none;
top:0;
}
.layout-middle{
display: inline-block;
}
.css-editor{
}
.css-editor .selector-select{
}
.css-editor .selector-select select{
font-size: 18px;
padding: 5px;
width: 100%;
font-family: monospace;
}
.css-editor .rule{
font-family: monospace;
margin-top: 10px;
}
.css-editor .rule .style{}
.css-editor .rule .style > *{
display: inline-block;
padding: 3px;
}
.css-editor .rule .style-property{
}
.css-editor .rule .style-seperator{
}
.css-editor .rule .style-value{
}
.css-editor .rule .style-breaker{
}
.css-editor .rule .style-property:hover{
}
.css-editor .rule .style-value:hover{
}
.css-editor .css-menu{
}
.table-builder{
width: 560px;
}
.table-builder-top{
}
.table-builder-input{
display: inline-block;
width: 90px;
padding: 3px;
}
.table-builder-input input{
width: 100%;
padding: 3px;
font-size: 14px;
}
.table-builder-input-title{
font-size: 11px;
margin-bottom: 2px;
}
.table-builder-selected{
padding: 3px;
margin-top: 10px;
}
.table-builder-stage{
height: 200px;
padding: 3px;
margin-top: 10px;
position: relative;
}
.table-builder-buttons{
padding: 3px;
margin-top: 10px;
}
.table-builder-button{
background: green;
color: #fff;
padding: 10px;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.table-builder-button:hover{
}
.table-builder-selected table{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.table-builder-selected table td{
padding: 0;
border: 1px solid #ccc;
vertical-align: text-bottom;
}
.table-builder-selected-part{
width: 50%;
}
.selected-part-options{}
.selected-part-title{
background: rgb(232, 232, 232);
padding: 5px;
}
.table-builder-selected-row{
}
.table-builder-selected-row:before{
}
.table-builder-selected-cell{
}
.table-builder-marker{
position: absolute;
width: 10px;
height: 10px;
border-radius: 10px;
}
.table-builder-marker.row{
background: green;
}
.table-builder-marker.col{
background: orange;
}
.table-builder-stage:hover .table-builder-selected-row{
border:2px solid green;
}
.table-builder-stage:hover .table-builder-selected-cell{
background: rgba(0,0,0,0.2);
}
.table-builder-stage td:hover{
background: rgba(0,0,0,0.1) !important;
}
.picker-title{
font-size: 11px;
text-align: left;
padding: 3px;
}
.tags-popup{
width: 542px;
}
.tags-popup .popup-option{
display: inline-block;
margin: 1px;
margin-bottom: 1px !important;
width: 125px;
border-radius: 7px;
text-align: center;
}
.layout-menu-popup{
min-width: 0 !important;
}
.layout-menu-popup .popup-title{
padding: 5px !important;
font-size: 11px;
text-align: center;
}
.layout-menu-popup .popup-body{
padding: 0px !important;
}
.layout-menu-body-button{
text-align: center;
padding: 5px;
font-size: 15px;
}
.layout-menu-body-button:hover{
background: #607D8B;
cursor: pointer;
color: #fff;
}
.layout-menu-button{
} | css/layout.css | .layout{
/* font-family: Arial, Helvetica, sans-serif; */
min-height: 10px;
}
.layout *{
box-sizing: border-box;
}
.layout-canvas{
/* position: relative;
width: 100%;
height: 100%; */
}
.layout-canvas.rtl{
direction: rtl;
}
.layout-window{}
.layout-bar{
position: fixed;
bottom:0px;
background: rgba(0, 0, 0, 0.32);
color: #fff;
font-size: 18px;
width: 100%;
left: 0;
font-family: Arial, Helvetica, sans-serif;
}
.layout h1{
margin: 0;
}
.layout h2{
margin: 0;
}
.layout-table{
border-collapse: collapse;
border-spacing: 0;
}
.layout-table > tr > td{
border:1px solid rgba(255,255,255,0.2);
}
.layout-crumbs{}
.layout-crumb{
display: inline-block;
}
.layout-crumb:hover{
color: green;
cursor: pointer;
}
.layout-crumb-seperator{
display: inline-block;
margin-left: 3px;
margin-right: 3px;
color: rgb(111, 111, 111);
}
.layout-left{
float: left;
}
.layout-right{
float: right;
}
.layout-clear{
clear: both;
}
.layout-selection{
padding: 5px;
}
.layout-menu{
padding: 4px;
font-size: 12px;
}
.layout-menu .layout-button{background:#333;padding: 5px;padding-left:5px;padding-right:5px;border-radius:2px;display: inline-block;margin-left: 3px;}
.layout-menu .layout-button:hover{
background: rgb(0, 81, 146);
cursor:pointer;
}
.layout-a4{
width: 1024px;
min-height: 1024px;
background: rgb(255, 255, 255);
margin: 0px auto;
margin-top: 70px;
margin-bottom: 70px;
}
.layout-hovered{
outline: 2px dashed rgba(0, 128, 0, 0.19);
position: relative;
}
.layout-selected{
outline: 2px dashed rgba(255, 165, 0, 0.15);
position: relative;
}
.layout-element-menu{
position: absolute;
top:0;
left: 0;
background: rgba(0,0,0,0.2);
color: #fff;
font-size: 10px;
padding: 0px;
}
.layout-element-menu:hover{
}
.layout-element-menu-button{
cursor: pointer;
padding: 3px;
user-select: none;
display: inline-block;
}
.layout-element-menu-button:hover{
color: rgb(2, 183, 255);
background: rgb(16, 16, 16);
}
.layout-split-h{
position: absolute;
border-bottom: 1px dashed rgb(158, 158, 158);
width: 100%;
pointer-events: none;
left:0;
}
.layout-split-v{
position: absolute;
border-left: 1px dashed rgb(158, 158, 158);
height: 100%;
pointer-events: none;
top:0;
}
.layout-middle{
display: inline-block;
}
.css-editor{
}
.css-editor .selector-select{
}
.css-editor .selector-select select{
font-size: 18px;
padding: 5px;
width: 100%;
font-family: monospace;
}
.css-editor .rule{
font-family: monospace;
margin-top: 10px;
}
.css-editor .rule .style{}
.css-editor .rule .style > *{
display: inline-block;
padding: 3px;
}
.css-editor .rule .style-property{
}
.css-editor .rule .style-seperator{
}
.css-editor .rule .style-value{
}
.css-editor .rule .style-breaker{
}
.css-editor .rule .style-property:hover{
}
.css-editor .rule .style-value:hover{
}
.css-editor .css-menu{
}
.table-builder{
width: 560px;
}
.table-builder-top{
}
.table-builder-input{
display: inline-block;
width: 90px;
padding: 3px;
}
.table-builder-input input{
width: 100%;
padding: 3px;
font-size: 14px;
}
.table-builder-input-title{
font-size: 11px;
margin-bottom: 2px;
}
.table-builder-selected{
padding: 3px;
margin-top: 10px;
}
.table-builder-stage{
height: 200px;
padding: 3px;
margin-top: 10px;
position: relative;
}
.table-builder-buttons{
padding: 3px;
margin-top: 10px;
}
.table-builder-button{
background: green;
color: #fff;
padding: 10px;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.table-builder-button:hover{
}
.table-builder-selected table{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.table-builder-selected table td{
padding: 0;
border: 1px solid #ccc;
vertical-align: text-bottom;
}
.table-builder-selected-part{
width: 50%;
}
.selected-part-options{}
.selected-part-title{
background: rgb(232, 232, 232);
padding: 5px;
}
.table-builder-selected-row{
}
.table-builder-selected-row:before{
}
.table-builder-selected-cell{
}
.table-builder-marker{
position: absolute;
width: 10px;
height: 10px;
border-radius: 10px;
}
.table-builder-marker.row{
background: green;
}
.table-builder-marker.col{
background: orange;
}
.table-builder-stage:hover .table-builder-selected-row{
border:2px solid green;
}
.table-builder-stage:hover .table-builder-selected-cell{
background: rgba(0,0,0,0.2);
}
.table-builder-stage td:hover{
background: rgba(0,0,0,0.1) !important;
}
.picker-title{
font-size: 11px;
text-align: left;
padding: 3px;
}
.tags-popup{
width: 542px;
}
.tags-popup .popup-option{
display: inline-block;
margin: 1px;
margin-bottom: 1px !important;
width: 125px;
border-radius: 7px;
text-align: center;
}
.layout-menu-popup{
min-width: 0 !important;
}
.layout-menu-popup .popup-title{
padding: 5px !important;
font-size: 11px;
text-align: center;
}
.layout-menu-popup .popup-body{
padding: 0px !important;
}
.layout-menu-body-button{
text-align: center;
padding: 5px;
font-size: 15px;
}
.layout-menu-body-button:hover{
background: #607D8B;
cursor: pointer;
color: #fff;
}
.layout-menu-button{
} | 0.46952 | 0.067639 |
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
margin: 0;
color: #484746;
background: #fafafa;
font-family: Helvetica, sans-serif;
font-size: 13px;
line-height: 16px;
-webkit-font-smoothing: antialiased;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar {
background: #fff;
height: 45px;
border-bottom: 2px solid rgba(63, 63, 68, 0.1);
}
.content {
width: 1000px;
margin: 0 auto;
overflow-y: scroll;
padding: 15px;
}
.panel {
background: #fff;
margin-bottom: 16px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.panel-heading {
padding: 8px;
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;
border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-title {
font-size: 18px;
line-height: 24px;
}
.panel-body {
padding: 8px;
}
.panel-footer {
padding: 8px;
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;
border-top: 1px solid rgba(63, 63, 68, 0.1);
}
.table {
width: 100%;
border-collapse: collapse;
}
.table thead tr th {
text-align: left;
border-bottom: 2px solid rgba(63, 63, 68, 0.1);
padding: 5px;
font-weight: bold;
}
.table tbody tr {
border-top: 1px solid rgba(63, 63, 68, 0.1);
}
.table tbody tr td {
vertical-align: top;
padding: 5px;
}
.table tbody tr:nth-of-type(odd) {
background: #fcfcfc;
}
select {
background: #fafafa;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.01);
border-radius: 1px;
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form-control {
color: #484746;
line-height: 13px;
font-size: 13px;
height: 32px;
background: #fafafa;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.01);
border-radius: 1px;
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
padding: 8px;
width: 100%;
display: block;
}
.filter-item {
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.filter-column {
padding-right: 15px;
width: 25%;
}
.filter-operator {
padding-right: 15px;
width: 25%;
}
.filter-query_1 {
width: 24%;
padding-right: 15px;
}
.filter-full {
width: 48%;
}
.filter-query_2 {
width: 24%;
}
.filter-remove {
width: 2%;
text-align: right;
}
.filter-remove button {
color: #e75650;
background: transparent;
border: none;
font-weight: bold;
}
.btn {
border: none;
border-radius: 2px;
padding: 5px 10px;
display: inline-block;
position: relative;
text-shadow: none;
cursor: pointer;
-webkit-transition: background 0.2s;
transition: background 0.2s;
color: #484746;
background: #ececec;
border-bottom: 1px solid #d3d2d2;
}
.btn-primary {
background: #3aa3e3;
color: #fff;
border-bottom: 1px solid #1d8acd;
}
.btn-secondary {
background: #2c405a;
color: #fff;
border-bottom: 1px solid #1b2838;
}
.filterable-export {
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} | public/css/app.css | html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
margin: 0;
color: #484746;
background: #fafafa;
font-family: Helvetica, sans-serif;
font-size: 13px;
line-height: 16px;
-webkit-font-smoothing: antialiased;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar {
background: #fff;
height: 45px;
border-bottom: 2px solid rgba(63, 63, 68, 0.1);
}
.content {
width: 1000px;
margin: 0 auto;
overflow-y: scroll;
padding: 15px;
}
.panel {
background: #fff;
margin-bottom: 16px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.panel-heading {
padding: 8px;
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;
border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-title {
font-size: 18px;
line-height: 24px;
}
.panel-body {
padding: 8px;
}
.panel-footer {
padding: 8px;
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;
border-top: 1px solid rgba(63, 63, 68, 0.1);
}
.table {
width: 100%;
border-collapse: collapse;
}
.table thead tr th {
text-align: left;
border-bottom: 2px solid rgba(63, 63, 68, 0.1);
padding: 5px;
font-weight: bold;
}
.table tbody tr {
border-top: 1px solid rgba(63, 63, 68, 0.1);
}
.table tbody tr td {
vertical-align: top;
padding: 5px;
}
.table tbody tr:nth-of-type(odd) {
background: #fcfcfc;
}
select {
background: #fafafa;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.01);
border-radius: 1px;
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form-control {
color: #484746;
line-height: 13px;
font-size: 13px;
height: 32px;
background: #fafafa;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.01);
border-radius: 1px;
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
padding: 8px;
width: 100%;
display: block;
}
.filter-item {
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.filter-column {
padding-right: 15px;
width: 25%;
}
.filter-operator {
padding-right: 15px;
width: 25%;
}
.filter-query_1 {
width: 24%;
padding-right: 15px;
}
.filter-full {
width: 48%;
}
.filter-query_2 {
width: 24%;
}
.filter-remove {
width: 2%;
text-align: right;
}
.filter-remove button {
color: #e75650;
background: transparent;
border: none;
font-weight: bold;
}
.btn {
border: none;
border-radius: 2px;
padding: 5px 10px;
display: inline-block;
position: relative;
text-shadow: none;
cursor: pointer;
-webkit-transition: background 0.2s;
transition: background 0.2s;
color: #484746;
background: #ececec;
border-bottom: 1px solid #d3d2d2;
}
.btn-primary {
background: #3aa3e3;
color: #fff;
border-bottom: 1px solid #1d8acd;
}
.btn-secondary {
background: #2c405a;
color: #fff;
border-bottom: 1px solid #1b2838;
}
.filterable-export {
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} | 0.347648 | 0.059976 |
.login-page {
background-image: url("../img/auth/auth-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
display: flex;
align-items: center;
}
.login-page__container {
display: flex;
}
/** login section start */
.login {
display: flex;
flex-direction: column;
padding: 10px;
min-height: 70vh;
background-color: #fff;
flex-grow: 3;
}
.logos-wrapper {
display: flex;
align-items: center;
gap: 10px;
}
.login-form {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 60px;
}
.login-title {
color: var(--primary-color);
margin-bottom: 20px;
}
.login-fail-msg {
color: red;
width: 263px;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
margin: 10px 0px;
background-color: #ffe2e2;
}
.login-label {
display: flex;
flex-direction: column;
color: var(--secondary-color);
position: relative;
gap: 5px;
}
.login-input {
border: none;
min-width: 350px;
font-size: 16px;
color: #1d1d1d;
display: flex;
height: 50px;
align-items: center;
padding: 8px 60px 8px 15px;
transition: 0.3s;
background-color: #fff;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 15%);
}
.login-input::placeholder {
color: #757575;
}
.login-input:focus {
outline: none;
background-color: #eae9f3;
box-shadow: none;
}
.visibility-button {
border: none;
background-color: transparent;
position: absolute;
top: 0px;
right: 0px;
cursor: pointer;
display: flex;
height: 50px;
width: 50px;
justify-content: center;
align-items: center;
padding: 10px;
}
.visibility-button path {
fill: var(--secondary-color);
}
.invisible-icon {
display: none;
}
.visibility-button.visible .invisible-icon {
display: block;
}
.visibility-button.visible .visible-icon {
display: none;
}
.login-error-msg {
color: red;
}
.login-submit-btn {
display: flex;
width: 350px;
height: 50px;
border: none;
justify-content: center;
align-items: center;
font-size: 16px;
color: #fff;
background-color: #63a63e;
cursor: pointer;
margin-top: 10px;
transition: 0.3s;
}
.login-submit-btn:hover {
box-shadow: 0px 6px 12px rgba(0, 0, 0, 15%);
}
/** login section end */
/** welcome section start */
.welcome {
background-image: url(../img/auth/side-bg.jpg);
background-size: cover;
color: #fff;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.welcome__wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.welcome__text {
text-align: center;
max-width: 250px;
margin: 0 auto;
margin-top: 15px;
}
.welcome__copyright {
margin: 10px 10px 10px auto;
text-align: end;
}
/** welcome section end */
/** media quaries start */
@media screen and (max-width: 991px) {
.welcome {
display: none;
}
}
@media screen and (max-width: 575px) {
.login-page {
background-image: none;
background-color: #fff;
align-items: normal;
}
.login {
min-height: 100%;
height: 100%;
padding-left: 0px;
padding-right: 0px;
}
.login-input {
min-width: auto;
}
.login-submit-btn {
width: 263px;
}
}
/** media quaries end */ | resources/css/auth/login.css | .login-page {
background-image: url("../img/auth/auth-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
display: flex;
align-items: center;
}
.login-page__container {
display: flex;
}
/** login section start */
.login {
display: flex;
flex-direction: column;
padding: 10px;
min-height: 70vh;
background-color: #fff;
flex-grow: 3;
}
.logos-wrapper {
display: flex;
align-items: center;
gap: 10px;
}
.login-form {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 60px;
}
.login-title {
color: var(--primary-color);
margin-bottom: 20px;
}
.login-fail-msg {
color: red;
width: 263px;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
margin: 10px 0px;
background-color: #ffe2e2;
}
.login-label {
display: flex;
flex-direction: column;
color: var(--secondary-color);
position: relative;
gap: 5px;
}
.login-input {
border: none;
min-width: 350px;
font-size: 16px;
color: #1d1d1d;
display: flex;
height: 50px;
align-items: center;
padding: 8px 60px 8px 15px;
transition: 0.3s;
background-color: #fff;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 15%);
}
.login-input::placeholder {
color: #757575;
}
.login-input:focus {
outline: none;
background-color: #eae9f3;
box-shadow: none;
}
.visibility-button {
border: none;
background-color: transparent;
position: absolute;
top: 0px;
right: 0px;
cursor: pointer;
display: flex;
height: 50px;
width: 50px;
justify-content: center;
align-items: center;
padding: 10px;
}
.visibility-button path {
fill: var(--secondary-color);
}
.invisible-icon {
display: none;
}
.visibility-button.visible .invisible-icon {
display: block;
}
.visibility-button.visible .visible-icon {
display: none;
}
.login-error-msg {
color: red;
}
.login-submit-btn {
display: flex;
width: 350px;
height: 50px;
border: none;
justify-content: center;
align-items: center;
font-size: 16px;
color: #fff;
background-color: #63a63e;
cursor: pointer;
margin-top: 10px;
transition: 0.3s;
}
.login-submit-btn:hover {
box-shadow: 0px 6px 12px rgba(0, 0, 0, 15%);
}
/** login section end */
/** welcome section start */
.welcome {
background-image: url(../img/auth/side-bg.jpg);
background-size: cover;
color: #fff;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.welcome__wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.welcome__text {
text-align: center;
max-width: 250px;
margin: 0 auto;
margin-top: 15px;
}
.welcome__copyright {
margin: 10px 10px 10px auto;
text-align: end;
}
/** welcome section end */
/** media quaries start */
@media screen and (max-width: 991px) {
.welcome {
display: none;
}
}
@media screen and (max-width: 575px) {
.login-page {
background-image: none;
background-color: #fff;
align-items: normal;
}
.login {
min-height: 100%;
height: 100%;
padding-left: 0px;
padding-right: 0px;
}
.login-input {
min-width: auto;
}
.login-submit-btn {
width: 263px;
}
}
/** media quaries end */ | 0.284377 | 0.047118 |
@namespace url(http://www.w3.org/1999/xhtml);
/* Board Fixer!
/* v0.4
*/
@-moz-document regexp(".*board.*nostale\.gameforge\.com.*"){
/* Ograniczenie szerokości */
.layoutFluid {
max-width: 1400px;
}
/* Ogólna całość */
.body {
font-family: "Trebuchet MS", sans-serif;
font-size: 13px;
}
/* Szukajka */
.userPanel > div > .searchBar > form input[type="search"] {
border-radius: 0px;
}
/* Numerki */
.badge {
padding: 0px 6px 0px;
box-shadow: none;
}
.userTitleBadge{
padding: 1px 6px 0px;
}
h3 > .badgeUpdate {
padding: 0px 5px 0px;
}
/* Obrazek pod rangą */
.sidebarBoxHeadline > p:nth-child(3) {
padding-top: 4px;
}
/* Miejsce loga */
.logo {
margin-bottom: 10px;
}
.userPanel + .logo {
margin-top: 50px;
}
/* Ogólny font na stronie */
[id*='tpl']{
font: normal .85rem tahoma,helvetica,arial,sans-serif;
}
/* Napis "Nowy" przy postach etc. */
.newMessageBadge {
font-family: monospace;
}
/* Belki działów */
.wbbCategory > header {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
/* Rozwijane menu */
.open {
/*Porusza się ze stroną */
position: fixed;
top: 40px !important;
}
.userRankImage > img {
/* Obrazek rangi */
padding-bottom: 10px;
}
/* Tabela koło postu */
dl.dataList dt {
color: #353535;
}
/* Wywalenie obrzydliwego gradientu u GMów */
.messageSidebar {
background: none !important;
}
/* Zakładaki w profilu */
.ui-tabs-nav {
z-index: 1;
}
.tabMenu > ul > li.ui-state-active > a {
margin: 0px !important;
}
.tabMenu > ul > li.ui-state-active:first-child {
margin-left: 6px;
}
.tabMenu > ul > li {
margin: 0 3px -2px 2px;
}
/* Usunięcie podkreślenia do linkowania posta */
.message .messageHeader .messageQuickOptions > li > .badge {
text-decoration: none;
}
.message .messageContent .messageHeader .messageHeadline > p > a {
text-decoration: none;
}
} | data/usercss/138534.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/* Board Fixer!
/* v0.4
*/
@-moz-document regexp(".*board.*nostale\.gameforge\.com.*"){
/* Ograniczenie szerokości */
.layoutFluid {
max-width: 1400px;
}
/* Ogólna całość */
.body {
font-family: "Trebuchet MS", sans-serif;
font-size: 13px;
}
/* Szukajka */
.userPanel > div > .searchBar > form input[type="search"] {
border-radius: 0px;
}
/* Numerki */
.badge {
padding: 0px 6px 0px;
box-shadow: none;
}
.userTitleBadge{
padding: 1px 6px 0px;
}
h3 > .badgeUpdate {
padding: 0px 5px 0px;
}
/* Obrazek pod rangą */
.sidebarBoxHeadline > p:nth-child(3) {
padding-top: 4px;
}
/* Miejsce loga */
.logo {
margin-bottom: 10px;
}
.userPanel + .logo {
margin-top: 50px;
}
/* Ogólny font na stronie */
[id*='tpl']{
font: normal .85rem tahoma,helvetica,arial,sans-serif;
}
/* Napis "Nowy" przy postach etc. */
.newMessageBadge {
font-family: monospace;
}
/* Belki działów */
.wbbCategory > header {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
/* Rozwijane menu */
.open {
/*Porusza się ze stroną */
position: fixed;
top: 40px !important;
}
.userRankImage > img {
/* Obrazek rangi */
padding-bottom: 10px;
}
/* Tabela koło postu */
dl.dataList dt {
color: #353535;
}
/* Wywalenie obrzydliwego gradientu u GMów */
.messageSidebar {
background: none !important;
}
/* Zakładaki w profilu */
.ui-tabs-nav {
z-index: 1;
}
.tabMenu > ul > li.ui-state-active > a {
margin: 0px !important;
}
.tabMenu > ul > li.ui-state-active:first-child {
margin-left: 6px;
}
.tabMenu > ul > li {
margin: 0 3px -2px 2px;
}
/* Usunięcie podkreślenia do linkowania posta */
.message .messageHeader .messageQuickOptions > li > .badge {
text-decoration: none;
}
.message .messageContent .messageHeader .messageHeadline > p > a {
text-decoration: none;
}
} | 0.185984 | 0.114418 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding-top: 100px;
font-family: 'Poppins', sans-serif;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.container {
max-width: 800px;
border-radius: 20px;
}
.card {
border-radius: 20px;
border: none;
overflow: hidden;
box-shadow: 0 5px 20px #414141;
z-index: 0;
box-sizing: border-box;
}
.myHed {
margin-top: 30px;
font-size: 25px;
margin-top: -10px;
font-weight: 600;
background: #89304E;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
}
.far {
font-size: 40px;
}
.fas {
position: relative;
display: block;
left: -127px;
top: 30px;
color: #9E6EC4;
}
.button {
width: 250px;
border-radius: 5px;
background: #9E6EC4;
color: #fff;
font-weight: 700;
cursor: pointer;
}
.myInput {
width: 270px;
padding: 8px;
padding-left: 30px;
background: #fff;
color: #a6a2a8;
border: none;
border-bottom: 1px solid #a6a2a8;
display: block;
}
.myInput::placeholder {
color: #44394d;
opacity: 0.6;
}
.myInput:focus {
border-bottom: 1px solid #440e9b;
outline: none;
}
.check_1 {
font-weight: 500;
color: rgb(85, 85, 85);
font-size: 12px;
margin: 15px auto;
cursor: pointer;
}
.msj {
color: rgb(85, 85, 85);
font-size: 12px;
font-weight: normal;
margin-top: -10px;
margin-bottom: 10px;
}
.msj2 {
color: rgb(85, 85, 85);
font-size: 11px;
font-weight: normal;
}
.msj3 {
padding-top: 20px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width:320px) {
.card {
height: 800px;
}
}
@media (max-width: 768px) {
.container {
max-width: 100%;
}
}
@media(min-width:1024px) {
.card {
height: 500px;
}
}
.text {
color: #9E6EC4;
}
.derecha {
left: 250px;
}
.centrar {
margin: auto 0;
display: block;
text-align: center;
}
.centrar2 {
margin: auto 0;
display: block;
align-items: center;
}
.izquierda {
padding-left: 50px;
} | src/app/components/registro/registro.component.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding-top: 100px;
font-family: 'Poppins', sans-serif;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.container {
max-width: 800px;
border-radius: 20px;
}
.card {
border-radius: 20px;
border: none;
overflow: hidden;
box-shadow: 0 5px 20px #414141;
z-index: 0;
box-sizing: border-box;
}
.myHed {
margin-top: 30px;
font-size: 25px;
margin-top: -10px;
font-weight: 600;
background: #89304E;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
}
.far {
font-size: 40px;
}
.fas {
position: relative;
display: block;
left: -127px;
top: 30px;
color: #9E6EC4;
}
.button {
width: 250px;
border-radius: 5px;
background: #9E6EC4;
color: #fff;
font-weight: 700;
cursor: pointer;
}
.myInput {
width: 270px;
padding: 8px;
padding-left: 30px;
background: #fff;
color: #a6a2a8;
border: none;
border-bottom: 1px solid #a6a2a8;
display: block;
}
.myInput::placeholder {
color: #44394d;
opacity: 0.6;
}
.myInput:focus {
border-bottom: 1px solid #440e9b;
outline: none;
}
.check_1 {
font-weight: 500;
color: rgb(85, 85, 85);
font-size: 12px;
margin: 15px auto;
cursor: pointer;
}
.msj {
color: rgb(85, 85, 85);
font-size: 12px;
font-weight: normal;
margin-top: -10px;
margin-bottom: 10px;
}
.msj2 {
color: rgb(85, 85, 85);
font-size: 11px;
font-weight: normal;
}
.msj3 {
padding-top: 20px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width:320px) {
.card {
height: 800px;
}
}
@media (max-width: 768px) {
.container {
max-width: 100%;
}
}
@media(min-width:1024px) {
.card {
height: 500px;
}
}
.text {
color: #9E6EC4;
}
.derecha {
left: 250px;
}
.centrar {
margin: auto 0;
display: block;
text-align: center;
}
.centrar2 {
margin: auto 0;
display: block;
align-items: center;
}
.izquierda {
padding-left: 50px;
} | 0.462473 | 0.084568 |
--------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { background: transparent; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }
html { height: 100%; overflow-y: scroll; }
body { -webkit-text-size-adjust: none; }
article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section { display: block; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }
a, :focus { outline: 0; }
a img { border: 0 none; }
small { font-size: 85%; }
strike, del { text-decoration: line-through; }
pre, code { font-family: Consolas, "Lucida Console", Monaco, monospace; font-size: 100%; }
sub { vertical-align: sub; font-size: 90%; }
sup { vertical-align: super; font-size: 90%; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0; }
ul { list-style: none outside; }
ul.bullets { list-style: square outside; margin-left: 2em; }
ol { list-style: decimal outside; margin-left: 2em; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 legend { margin-left: -7px; }
input, select, button { vertical-align: middle; }
input[type=checkbox], input[type=radio], input[type=text] { vertical-align: baseline; }
input, select, textarea { font-size: inherit !important; font-family: inherit !important; color: inherit; }
::-webkit-input-placeholder { color: #ccc }
:-moz-placeholder { color: #ccc }
label, select, button, input[type=button], input[type=submit] { cursor: pointer; }
textarea { overflow: auto; }
button { width: auto; overflow: visible; }
/* Disable Webkits Search Input Styling */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; }
th, td, { font-size: inherit !important; font-family: inherit !important; color: inherit !important; }
.hidden { position: absolute; left: -9999px }
.normal { font-weight: normal !important; }
.no-border { border: 0 !important; }
.no-margin { margin: 0 !important; }
.left { float: left !important; }
.right { float: right !important; }
.clear { clear: both; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; } | frontend/pub/css/reset.css | --------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { background: transparent; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }
html { height: 100%; overflow-y: scroll; }
body { -webkit-text-size-adjust: none; }
article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section { display: block; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }
a, :focus { outline: 0; }
a img { border: 0 none; }
small { font-size: 85%; }
strike, del { text-decoration: line-through; }
pre, code { font-family: Consolas, "Lucida Console", Monaco, monospace; font-size: 100%; }
sub { vertical-align: sub; font-size: 90%; }
sup { vertical-align: super; font-size: 90%; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0; }
ul { list-style: none outside; }
ul.bullets { list-style: square outside; margin-left: 2em; }
ol { list-style: decimal outside; margin-left: 2em; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 legend { margin-left: -7px; }
input, select, button { vertical-align: middle; }
input[type=checkbox], input[type=radio], input[type=text] { vertical-align: baseline; }
input, select, textarea { font-size: inherit !important; font-family: inherit !important; color: inherit; }
::-webkit-input-placeholder { color: #ccc }
:-moz-placeholder { color: #ccc }
label, select, button, input[type=button], input[type=submit] { cursor: pointer; }
textarea { overflow: auto; }
button { width: auto; overflow: visible; }
/* Disable Webkits Search Input Styling */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; }
th, td, { font-size: inherit !important; font-family: inherit !important; color: inherit !important; }
.hidden { position: absolute; left: -9999px }
.normal { font-weight: normal !important; }
.no-border { border: 0 !important; }
.no-margin { margin: 0 !important; }
.left { float: left !important; }
.right { float: right !important; }
.clear { clear: both; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; } | 0.49585 | 0.131424 |
<head>
<style type="text/css">
paper-group
{
float: left;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: white;
background-color: #3f3f3f;
font-family:Arial,Helvetica,sans-serif;
font-size: 2.0em;
border-radius:10px;
}
/*abstract
{
color:black;
text-align:center;
background-color:#d0e4fe;
}
*/
paper-section {
float: left;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 10%;
margin-right: 10%;
width: 80%;
/*border: 1px solid green;
background-color: lightgrey;*/
}
paper-title {
float: left;
width: 100%;
/*border: 1px solid green;
background-color: lightgrey;*/
font-family:Arial,sans-serif;
font-size: 1.5em;
font-weight: bold;
color: black;
}
paper-authors {
float: left;
width: 90%;
/*border: 1px solid green;
background-color: lightgrey;*/
font-family:Arial,sans-serif;
font-size: 1.0em;
color: #900;
}
paper-pdf-link {
float: right;
width: 10%;
text-align: right;
/*border: 1px solid green;
background-color: lightgrey;*/
font-family:Arial,sans-serif;
font-size: 1.0em;
color: #900;
}
paper-abstract {
float: left;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #EEFFEE;
font-family:Arial,sans-serif;
font-size: 1.2em;
color: black;
text-align: justify;
border-radius:10px;
}
paper-comments {
float: left;
width: 50%;
font-family:Arial,sans-serif;
font-size: 1.0em;
color: black;
word-break:break-all;
}
paper-subjects {
float: right;
text-align: right;
width: 50%;
font-family:Arial,sans-serif;
font-size: 1.0em;
color: black;
word-break:break-all;
}
a:link { text-decoration: none}
a:active { text-decoration:blink}
a:hover { text-decoration:underline}
a:visited { text-decoration: none}
a {
color: black;
}
</style>
</head> | config/style.css | <head>
<style type="text/css">
paper-group
{
float: left;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: white;
background-color: #3f3f3f;
font-family:Arial,Helvetica,sans-serif;
font-size: 2.0em;
border-radius:10px;
}
/*abstract
{
color:black;
text-align:center;
background-color:#d0e4fe;
}
*/
paper-section {
float: left;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 10%;
margin-right: 10%;
width: 80%;
/*border: 1px solid green;
background-color: lightgrey;*/
}
paper-title {
float: left;
width: 100%;
/*border: 1px solid green;
background-color: lightgrey;*/
font-family:Arial,sans-serif;
font-size: 1.5em;
font-weight: bold;
color: black;
}
paper-authors {
float: left;
width: 90%;
/*border: 1px solid green;
background-color: lightgrey;*/
font-family:Arial,sans-serif;
font-size: 1.0em;
color: #900;
}
paper-pdf-link {
float: right;
width: 10%;
text-align: right;
/*border: 1px solid green;
background-color: lightgrey;*/
font-family:Arial,sans-serif;
font-size: 1.0em;
color: #900;
}
paper-abstract {
float: left;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #EEFFEE;
font-family:Arial,sans-serif;
font-size: 1.2em;
color: black;
text-align: justify;
border-radius:10px;
}
paper-comments {
float: left;
width: 50%;
font-family:Arial,sans-serif;
font-size: 1.0em;
color: black;
word-break:break-all;
}
paper-subjects {
float: right;
text-align: right;
width: 50%;
font-family:Arial,sans-serif;
font-size: 1.0em;
color: black;
word-break:break-all;
}
a:link { text-decoration: none}
a:active { text-decoration:blink}
a:hover { text-decoration:underline}
a:visited { text-decoration: none}
a {
color: black;
}
</style>
</head> | 0.348978 | 0.074568 |
@import url("https://fonts.google.com/specimen/Commissioner");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Commissioner', sans-serif;
}
html, body {
height: 100%;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: whitesmoke;
}
header {
background: url("../../images/image-hero-desktop.jpg") no-repeat;
background-size: 100%;
width: 100%;
height: 34rem;
z-index: 1;
}
nav {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 1700px;
color: #fff;
top: 70px;
position: relative;
}
nav img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 220px;
}
nav ul {
list-style-type: none;
position: relative;
top: -20px;
}
nav ul li {
display: inline;
float: right;
padding-right: 40px;
}
nav ul li a {
display: block;
color: white;
text-align: center;
text-decoration: none;
}
nav ul li a:hover {
color: #3cb4ac;
}
.container {
margin: 20px auto;
max-width: 1440px;
z-index: 2;
position: relative;
bottom: 11rem;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container img {
display: block;
margin-left: auto;
margin-right: auto;
}
.card {
margin: auto;
background: #fff;
border-radius: 10px;
width: 700px;
height: 300px;
padding: 0 50px;
}
.mastercraft {
position: relative;
bottom: 30px;
z-index: -1;
text-align: center;
padding-top: 40px;
line-height: 2;
}
.mastercraft > p {
color: #7a7a7a;
font-size: 16px;
}
.card-info01 {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.card-info01 #bookmark-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: rgba(216, 216, 216, 0.726);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 40px;
width: 180px;
}
.card-info01 .bookmark-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.card-info01 .bookmark-icon img {
height: 50px;
width: 50px;
}
.card-info01 .bookmark-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-weight: 700;
color: #7a7a7a;
}
.backers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 200px;
}
.backers .card-info02 {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 1.4;
}
.backers .card-info02 h2 {
font-size: 28px;
}
.backers .card-info02 p {
color: #7a7a7a;
opacity: 0.9;
}
.backers .card-info02 .backed {
margin-right: 100px;
}
.backers .card-info02 .backed #backedValue {
margin-left: 18px;
}
.backers .card-info02 .backed span {
position: absolute;
top: 407px;
font-size: 26px;
font-weight: 700;
}
.backers .card-info02 .total {
margin-right: 100px;
}
.backers .card-info02 .days {
margin-right: 100px;
}
.backers hr {
height: 40px;
opacity: 0.4;
margin-top: 10px;
position: relative;
right: 50px;
}
.slider-range {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
max-width: 600px;
width: 100%;
height: 15px;
bottom: 50px;
border-radius: 50px;
background-color: rgba(216, 216, 216, 0.726);
pointer-events: none;
}
.slider-range #progress-bar {
height: 100%;
width: 0%;
border-radius: 50px;
background-color: #3cb4ac;
}
.about {
height: 100%;
max-width: 700px;
width: 100%;
margin: 20px 0;
padding-bottom: 20px;
}
.about > h2 {
margin-top: 40px;
font-weight: 700;
}
.about .card-info03 {
margin-top: 35px;
line-height: 1.6;
color: #7a7a7a;
opacity: 0.8;
margin-bottom: 30px;
}
.about .card-info03 > P {
margin-top: 20px;
}
.about .bamboo-edition {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding: 20px 20px;
width: 100%;
}
.about .bamboo-edition .bamboo-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.about .bamboo-edition .bamboo-header span {
font-size: 14px;
color: #3cb4ac;
font-weight: 700;
}
.about .bamboo-edition p {
color: #7a7a7a;
opacity: 0.8;
line-height: 1.6;
width: 580px;
}
.about .bamboo-edition .bamboo-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .bamboo-edition .bamboo-footer h2 {
font-size: 28px;
}
.about .bamboo-edition .bamboo-footer span {
position: relative;
right: 143px;
color: #7a7a7a;
opacity: 0.8;
}
.about .black-edition {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding: 20px 20px;
width: 100%;
margin-top: 20px;
}
.about .black-edition .black-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.about .black-edition .black-header span {
font-size: 14px;
color: #3cb4ac;
font-weight: 700;
}
.about .black-edition p {
color: #7a7a7a;
opacity: 0.8;
line-height: 1.6;
width: 580px;
}
.about .black-edition .black-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .black-edition .black-footer h2 {
font-size: 28px;
}
.about .black-edition .black-footer span {
position: relative;
right: 148px;
color: #7a7a7a;
opacity: 0.8;
}
.about .mahogany-edition {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding: 20px 20px;
width: 100%;
margin-top: 20px;
}
.about .mahogany-edition .mahogany-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.about .mahogany-edition .mahogany-header span {
font-size: 14px;
color: #3cb4ac;
font-weight: 700;
}
.about .mahogany-edition p {
color: #7a7a7a;
opacity: 0.8;
line-height: 1.6;
width: 580px;
}
.about .mahogany-edition .mahogany-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .mahogany-edition .mahogany-footer h2 {
font-size: 28px;
}
.about .mahogany-edition .mahogany-footer span {
position: relative;
right: 148px;
color: #7a7a7a;
opacity: 0.8;
}
button {
background-color: #3cb4ac;
width: 200px;
height: 50px;
font-weight: 500;
font-size: 14px;
color: white;
border-radius: 50px;
border: 0;
outline: none;
cursor: pointer;
}
button:hover {
background: #147b74;
}
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(0, 0, 0, 0.4);
}
.modal .modal-container {
background: #fff;
width: 700px;
padding: 0 50px;
margin: 20px auto;
border-radius: 20px;
height: 95%;
position: relative;
overflow-y: auto;
overflow-x: hidden;
}
.modal .modal-container p {
color: #7a7a7a;
opacity: 0.9;
font-size: 15px;
}
.modal .modal-container label {
font-size: 14px;
cursor: pointer;
}
.modal .modal-container button {
width: 120px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
}
.modal .modal-container .modal-header {
padding: 40px 0;
}
.modal .modal-container .modal-header .close {
color: #3f3f3f;
float: right;
font-size: 30px;
font-weight: bold;
position: relative;
bottom: 18px;
}
.modal .modal-container .modal-header .close:hover, .modal .modal-container .modal-header .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modal .modal-container .modal-header h3 {
margin-bottom: 20px;
}
.modal .no-reward-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .no-reward-modal p {
margin-top: 40px;
}
.modal .input-btn {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 700px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.modal .input-btn input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 170px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .input-btn input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .input-btn input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .input-btn input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .input-btn label {
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.modal .input-btn label:hover {
color: #3cb4ac;
}
.modal .bamboo-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .bamboo-modal p {
margin-top: 40px;
}
.modal .bamboo-modal .pledge {
margin-left: 20px;
color: #3cb4ac;
}
.modal .bamboo-modal input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 270px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .bamboo-modal input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .bamboo-modal input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .bamboo-modal input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .left {
position: relative;
bottom: 70px;
left: 460px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 500px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal .left span {
padding-left: 8px;
opacity: 0.5;
}
.modal .black-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .black-modal p {
margin-top: 40px;
}
.modal .black-modal .pledge {
margin-left: 20px;
color: #3cb4ac;
}
.modal .black-modal input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 302px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .black-modal input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .black-modal input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .black-modal input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .black-modal .left {
left: 475px;
}
.modal .mahogany-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .mahogany-modal p {
margin-top: 40px;
}
.modal .mahogany-modal .pledge {
margin-left: 20px;
color: #3cb4ac;
}
.modal .mahogany-modal input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 350px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .mahogany-modal input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .mahogany-modal input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .mahogany-modal input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .mahogany-modal .left {
left: 475px;
}
.modal .no-reward-pledge {
position: relative;
display: none;
width: 100%;
margin: auto;
}
.modal .no-reward-pledge button {
margin-right: 20px;
margin-top: 50px;
}
.modal .no-reward-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .bamboo-pledge {
display: none;
width: 100%;
margin: auto;
position: relative;
}
.modal .bamboo-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .bamboo-pledge div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal .bamboo-pledge div p {
position: relative;
right: 45px;
top: 5px;
}
.modal .bamboo-pledge div div {
padding-top: 30px;
}
.modal .bamboo-pledge div div input {
width: 100px;
height: 50px;
border-radius: 40px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 0 0 40px;
border: 1px solid #3cb4ac;
margin-right: 10px;
}
.modal .bamboo-pledge div div input::-webkit-outer-spin-button, .modal .bamboo-pledge div div input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.modal .bamboo-pledge div div span {
position: relative;
top: 1px;
right: 95px;
font-size: 16px;
opacity: 0.5;
}
.modal .bamboo-pledge div div button {
position: relative;
margin-right: 20px;
margin-top: 0;
}
.modal .black-pledge {
display: none;
width: 100%;
margin: auto;
position: relative;
}
.modal .black-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .black-pledge div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal .black-pledge div p {
position: relative;
right: 45px;
top: 5px;
}
.modal .black-pledge div div {
padding-top: 30px;
}
.modal .black-pledge div div input {
width: 100px;
height: 50px;
border-radius: 40px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 0 0 40px;
border: 1px solid #3cb4ac;
margin-right: 10px;
}
.modal .black-pledge div div input::-webkit-outer-spin-button, .modal .black-pledge div div input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.modal .black-pledge div div span {
position: relative;
top: 1px;
right: 95px;
font-size: 16px;
opacity: 0.5;
}
.modal .black-pledge div div button {
position: relative;
margin-right: 20px;
margin-top: 0;
}
.modal .mahogany-pledge {
display: none;
width: 100%;
margin: auto;
position: relative;
}
.modal .mahogany-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .mahogany-pledge div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal .mahogany-pledge div p {
position: relative;
right: 45px;
top: 5px;
}
.modal .mahogany-pledge div div {
padding-top: 30px;
}
.modal .mahogany-pledge div div input {
width: 100px;
height: 50px;
border-radius: 40px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 0 0 40px;
border: 1px solid #3cb4ac;
margin-right: 10px;
}
.modal .mahogany-pledge div div input::-webkit-outer-spin-button, .modal .mahogany-pledge div div input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.modal .mahogany-pledge div div span {
position: relative;
top: 1px;
right: 95px;
font-size: 16px;
opacity: 0.5;
}
.modal .mahogany-pledge div div button {
position: relative;
margin-right: 20px;
margin-top: 0;
}
.thanks-bg {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.thanks-bg .thanks-modal {
position: absolute;
top: 30%;
left: 50%;
z-index: 10;
max-width: 28%;
-webkit-transform: translate(-50%, -10%);
transform: translate(-50%, -10%);
background-color: white;
padding: 50px 30px;
border-radius: 10px;
text-align: center;
}
.thanks-bg .thanks-modal p {
opacity: 0.5;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.thanks-bg .thanks-modal {
max-width: 80%;
}
}
.thanks-bg .thanks-modal::before {
content: url("../../images/icon-check.svg");
}
.thanks-bg .thanks-modal h2 {
margin: 40px auto 20px auto;
}
/*# sourceMappingURL=styles.css.map */ | crowdfunding-product-page/styles/css/styles.css | @import url("https://fonts.google.com/specimen/Commissioner");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Commissioner', sans-serif;
}
html, body {
height: 100%;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: whitesmoke;
}
header {
background: url("../../images/image-hero-desktop.jpg") no-repeat;
background-size: 100%;
width: 100%;
height: 34rem;
z-index: 1;
}
nav {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 1700px;
color: #fff;
top: 70px;
position: relative;
}
nav img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 220px;
}
nav ul {
list-style-type: none;
position: relative;
top: -20px;
}
nav ul li {
display: inline;
float: right;
padding-right: 40px;
}
nav ul li a {
display: block;
color: white;
text-align: center;
text-decoration: none;
}
nav ul li a:hover {
color: #3cb4ac;
}
.container {
margin: 20px auto;
max-width: 1440px;
z-index: 2;
position: relative;
bottom: 11rem;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container img {
display: block;
margin-left: auto;
margin-right: auto;
}
.card {
margin: auto;
background: #fff;
border-radius: 10px;
width: 700px;
height: 300px;
padding: 0 50px;
}
.mastercraft {
position: relative;
bottom: 30px;
z-index: -1;
text-align: center;
padding-top: 40px;
line-height: 2;
}
.mastercraft > p {
color: #7a7a7a;
font-size: 16px;
}
.card-info01 {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.card-info01 #bookmark-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: rgba(216, 216, 216, 0.726);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 40px;
width: 180px;
}
.card-info01 .bookmark-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.card-info01 .bookmark-icon img {
height: 50px;
width: 50px;
}
.card-info01 .bookmark-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-weight: 700;
color: #7a7a7a;
}
.backers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 200px;
}
.backers .card-info02 {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 1.4;
}
.backers .card-info02 h2 {
font-size: 28px;
}
.backers .card-info02 p {
color: #7a7a7a;
opacity: 0.9;
}
.backers .card-info02 .backed {
margin-right: 100px;
}
.backers .card-info02 .backed #backedValue {
margin-left: 18px;
}
.backers .card-info02 .backed span {
position: absolute;
top: 407px;
font-size: 26px;
font-weight: 700;
}
.backers .card-info02 .total {
margin-right: 100px;
}
.backers .card-info02 .days {
margin-right: 100px;
}
.backers hr {
height: 40px;
opacity: 0.4;
margin-top: 10px;
position: relative;
right: 50px;
}
.slider-range {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
max-width: 600px;
width: 100%;
height: 15px;
bottom: 50px;
border-radius: 50px;
background-color: rgba(216, 216, 216, 0.726);
pointer-events: none;
}
.slider-range #progress-bar {
height: 100%;
width: 0%;
border-radius: 50px;
background-color: #3cb4ac;
}
.about {
height: 100%;
max-width: 700px;
width: 100%;
margin: 20px 0;
padding-bottom: 20px;
}
.about > h2 {
margin-top: 40px;
font-weight: 700;
}
.about .card-info03 {
margin-top: 35px;
line-height: 1.6;
color: #7a7a7a;
opacity: 0.8;
margin-bottom: 30px;
}
.about .card-info03 > P {
margin-top: 20px;
}
.about .bamboo-edition {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding: 20px 20px;
width: 100%;
}
.about .bamboo-edition .bamboo-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.about .bamboo-edition .bamboo-header span {
font-size: 14px;
color: #3cb4ac;
font-weight: 700;
}
.about .bamboo-edition p {
color: #7a7a7a;
opacity: 0.8;
line-height: 1.6;
width: 580px;
}
.about .bamboo-edition .bamboo-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .bamboo-edition .bamboo-footer h2 {
font-size: 28px;
}
.about .bamboo-edition .bamboo-footer span {
position: relative;
right: 143px;
color: #7a7a7a;
opacity: 0.8;
}
.about .black-edition {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding: 20px 20px;
width: 100%;
margin-top: 20px;
}
.about .black-edition .black-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.about .black-edition .black-header span {
font-size: 14px;
color: #3cb4ac;
font-weight: 700;
}
.about .black-edition p {
color: #7a7a7a;
opacity: 0.8;
line-height: 1.6;
width: 580px;
}
.about .black-edition .black-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .black-edition .black-footer h2 {
font-size: 28px;
}
.about .black-edition .black-footer span {
position: relative;
right: 148px;
color: #7a7a7a;
opacity: 0.8;
}
.about .mahogany-edition {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding: 20px 20px;
width: 100%;
margin-top: 20px;
}
.about .mahogany-edition .mahogany-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.about .mahogany-edition .mahogany-header span {
font-size: 14px;
color: #3cb4ac;
font-weight: 700;
}
.about .mahogany-edition p {
color: #7a7a7a;
opacity: 0.8;
line-height: 1.6;
width: 580px;
}
.about .mahogany-edition .mahogany-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .mahogany-edition .mahogany-footer h2 {
font-size: 28px;
}
.about .mahogany-edition .mahogany-footer span {
position: relative;
right: 148px;
color: #7a7a7a;
opacity: 0.8;
}
button {
background-color: #3cb4ac;
width: 200px;
height: 50px;
font-weight: 500;
font-size: 14px;
color: white;
border-radius: 50px;
border: 0;
outline: none;
cursor: pointer;
}
button:hover {
background: #147b74;
}
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(0, 0, 0, 0.4);
}
.modal .modal-container {
background: #fff;
width: 700px;
padding: 0 50px;
margin: 20px auto;
border-radius: 20px;
height: 95%;
position: relative;
overflow-y: auto;
overflow-x: hidden;
}
.modal .modal-container p {
color: #7a7a7a;
opacity: 0.9;
font-size: 15px;
}
.modal .modal-container label {
font-size: 14px;
cursor: pointer;
}
.modal .modal-container button {
width: 120px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
}
.modal .modal-container .modal-header {
padding: 40px 0;
}
.modal .modal-container .modal-header .close {
color: #3f3f3f;
float: right;
font-size: 30px;
font-weight: bold;
position: relative;
bottom: 18px;
}
.modal .modal-container .modal-header .close:hover, .modal .modal-container .modal-header .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modal .modal-container .modal-header h3 {
margin-bottom: 20px;
}
.modal .no-reward-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .no-reward-modal p {
margin-top: 40px;
}
.modal .input-btn {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 700px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.modal .input-btn input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 170px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .input-btn input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .input-btn input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .input-btn input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .input-btn label {
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.modal .input-btn label:hover {
color: #3cb4ac;
}
.modal .bamboo-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .bamboo-modal p {
margin-top: 40px;
}
.modal .bamboo-modal .pledge {
margin-left: 20px;
color: #3cb4ac;
}
.modal .bamboo-modal input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 270px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .bamboo-modal input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .bamboo-modal input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .bamboo-modal input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .left {
position: relative;
bottom: 70px;
left: 460px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 500px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal .left span {
padding-left: 8px;
opacity: 0.5;
}
.modal .black-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .black-modal p {
margin-top: 40px;
}
.modal .black-modal .pledge {
margin-left: 20px;
color: #3cb4ac;
}
.modal .black-modal input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 302px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .black-modal input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .black-modal input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .black-modal input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .black-modal .left {
left: 475px;
}
.modal .mahogany-modal {
border: 1px solid rgba(216, 216, 216, 0.726);
border-radius: 10px;
padding-top: 35px;
padding-left: 60px;
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.modal .mahogany-modal p {
margin-top: 40px;
}
.modal .mahogany-modal .pledge {
margin-left: 20px;
color: #3cb4ac;
}
.modal .mahogany-modal input[type='radio'] {
-webkit-appearance: none;
position: absolute;
width: 25px;
height: 25px;
right: 350px;
border: 1px solid #bebebe;
border-radius: 50%;
outline: none;
cursor: pointer;
}
.modal .mahogany-modal input[type='radio']:hover {
border: 1px solid #3cb4ac;
}
.modal .mahogany-modal input[type='radio']:before {
content: '';
display: block;
width: 9px;
height: 9px;
margin: 30% auto;
border-radius: 50%;
}
.modal .mahogany-modal input[type='radio']:checked:before {
background: #3cb4ac;
}
.modal .mahogany-modal .left {
left: 475px;
}
.modal .no-reward-pledge {
position: relative;
display: none;
width: 100%;
margin: auto;
}
.modal .no-reward-pledge button {
margin-right: 20px;
margin-top: 50px;
}
.modal .no-reward-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .bamboo-pledge {
display: none;
width: 100%;
margin: auto;
position: relative;
}
.modal .bamboo-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .bamboo-pledge div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal .bamboo-pledge div p {
position: relative;
right: 45px;
top: 5px;
}
.modal .bamboo-pledge div div {
padding-top: 30px;
}
.modal .bamboo-pledge div div input {
width: 100px;
height: 50px;
border-radius: 40px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 0 0 40px;
border: 1px solid #3cb4ac;
margin-right: 10px;
}
.modal .bamboo-pledge div div input::-webkit-outer-spin-button, .modal .bamboo-pledge div div input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.modal .bamboo-pledge div div span {
position: relative;
top: 1px;
right: 95px;
font-size: 16px;
opacity: 0.5;
}
.modal .bamboo-pledge div div button {
position: relative;
margin-right: 20px;
margin-top: 0;
}
.modal .black-pledge {
display: none;
width: 100%;
margin: auto;
position: relative;
}
.modal .black-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .black-pledge div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal .black-pledge div p {
position: relative;
right: 45px;
top: 5px;
}
.modal .black-pledge div div {
padding-top: 30px;
}
.modal .black-pledge div div input {
width: 100px;
height: 50px;
border-radius: 40px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 0 0 40px;
border: 1px solid #3cb4ac;
margin-right: 10px;
}
.modal .black-pledge div div input::-webkit-outer-spin-button, .modal .black-pledge div div input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.modal .black-pledge div div span {
position: relative;
top: 1px;
right: 95px;
font-size: 16px;
opacity: 0.5;
}
.modal .black-pledge div div button {
position: relative;
margin-right: 20px;
margin-top: 0;
}
.modal .mahogany-pledge {
display: none;
width: 100%;
margin: auto;
position: relative;
}
.modal .mahogany-pledge hr {
width: 600px;
margin: auto;
position: absolute;
right: -1px;
bottom: 70px;
opacity: 0.5;
color: #bebebe;
}
.modal .mahogany-pledge div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal .mahogany-pledge div p {
position: relative;
right: 45px;
top: 5px;
}
.modal .mahogany-pledge div div {
padding-top: 30px;
}
.modal .mahogany-pledge div div input {
width: 100px;
height: 50px;
border-radius: 40px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 0 0 40px;
border: 1px solid #3cb4ac;
margin-right: 10px;
}
.modal .mahogany-pledge div div input::-webkit-outer-spin-button, .modal .mahogany-pledge div div input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.modal .mahogany-pledge div div span {
position: relative;
top: 1px;
right: 95px;
font-size: 16px;
opacity: 0.5;
}
.modal .mahogany-pledge div div button {
position: relative;
margin-right: 20px;
margin-top: 0;
}
.thanks-bg {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.thanks-bg .thanks-modal {
position: absolute;
top: 30%;
left: 50%;
z-index: 10;
max-width: 28%;
-webkit-transform: translate(-50%, -10%);
transform: translate(-50%, -10%);
background-color: white;
padding: 50px 30px;
border-radius: 10px;
text-align: center;
}
.thanks-bg .thanks-modal p {
opacity: 0.5;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.thanks-bg .thanks-modal {
max-width: 80%;
}
}
.thanks-bg .thanks-modal::before {
content: url("../../images/icon-check.svg");
}
.thanks-bg .thanks-modal h2 {
margin: 40px auto 20px auto;
}
/*# sourceMappingURL=styles.css.map */ | 0.335351 | 0.057732 |
.blog {
& section.post-list {
font-family: var(--paragraph-font);
perspective: var(--perspective);
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
/* Text */
& > .title {
font-weight: 100;
padding-top: calc(2*var(--pad-medium));
padding-bottom: calc(2*var(--pad-medium));
color: inherit;
font-size: 5.0rem;
line-height: 5rem;
margin: 0 auto;
}
& ol.posts {
width: 100%;
margin: 0 auto;
margin: calc( 2* var(--pad-medium)) 0 0 0;
position: relative;
& li {
display: flex;
align-items: center;
padding: var(--pad-medium);
font-family: var(--hero-font);
&:nth-child(even){
background-color: var(--light-gray);
}
transition: color var(--trans-easing) var(--trans-time),
background-color var(--trans-easing) var(--trans-time);
&:hover {
color: var(--back);
background-color: var(--front);
}
/* Left information */
& > label {
flex: 1 1 30%;
text-align: right;
padding: var(--gutter) calc(4*var(--gutter)) 0 0;
position: relative;
& .date {
font-size: 1.5rem;
line-height: 1.5rem;
}
& .tags {
margin: var(--gutter) 0;
& > span {
line-height: 1.5rem;
padding: calc(0.5 * var(--gutter)) var(--gutter);
border-radius: 5px;
background-color: var(--gray);
color: var(--rly-dark-gray);
}
}
}
/* Title */
& > a {
color: inherit;
flex: 1 1 70%;
font-size: 3rem;
line-height: 3rem;
margin: 0;
font-weight: bold;
}
}
/* Separator
&::before {
content: ' ';
height: 100%;
width: 1px;
position: absolute;
top: 0;
left: 30%;
background-color: var(--front);
}
*/
}
}
& section.post {
/** No-Featured post showcase **/
& > #post__showcase {
display: flex;
min-height: 50vh;
height: 50vh;
& > .headline {
margin: 0 auto;
width: 50%;
text-align: center;
& > .title {
font-size: calc(1rem * 5 * var(--typoscale));
line-height: calc(1rem * 5 * var(--typoscale));
}
}
/** Colorschemes **/
&.dark {
& .title { color: var(--white); }
& .subtitle { color: var(--black); }
}
&.light {
background-color: var(--second);
& .title { color: var(--front); }
& .subtitle { color: var(--light-gray); }
}
}
/** feature post **/
& > #post__showcase.featured {
width: 100%;
height: calc( 100vh - var(--header-height));
max-height: 100vh;
overflow: hidden;
padding: 0;
margin: 0;
position: relative;
& picture {
display: block;
position: relative;
background: radial-gradient( circle, transparent 50vh,
rgba(0, 0, 0, 0.85) 120vh);
& img {
max-width: 100%;
object-fit: cover;
mix-blend-mode: multiply;
}
}
& .headline {
position: absolute;
top: 25%;
left: 15%;
width: 70%;
height: 50%;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
justify-content: space-around;
text-align: center;
color: inherit;
/** Big ass title **/
& .title {
font-size: calc(1rem * 5 * var(--typoscale));
line-height: calc(1rem * 5 * var(--typoscale));
font-weight: bold;
}
& .subtitle {
font-weight: bold;
margin: 0px auto;
}
/* Strong is just outline with some pattern */
& strong , & b {
-webkit-text-stroke-color: var(--white);
-webkit-text-stroke-width: 2px;
-webkit-background-clip: text;
color: transparent;
text-shadow: none;
background-color: color-mod( var(--black) alpha(50%));
/*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'><rect width='5' height='5' fill='transparent'/> <rect width='1' height='1' fill='#ccc'/></svg>")*/
}
}
}
& > #post__body {
width: 70%;
/**
* Adjacent spacement fixes
*/
& p > code ,
& li > code {
font-size: 85%;
padding: var(--gutter);
background-color: var(--gray);
border-radius: 3px;
}
/**
* Header adjacement
*/
& p + h1, & p + h2, & p + h3 , & p + h4, & p + h5, & p + h6 ,
& ul + h1, & ul + h2, & ul + h3, & ul + h4, & ul + h5, & ul + h6 ,
& ol + h1, & ol + h2, & ol + h3 ,& ol + h4, & ol + h5, & ol + h6 ,
& table + h1, & table + h2, & table + h3 , & table + h4, & table + h5, & table + h6 ,
& .highlight + h1, & .highlight + h2, & .highlight + h3 , & .highlight + h4, & .highlight + h5, & .highlight + h6,
& pre + h1, & pre + h2, & pre + h3 , & pre + h4, & pre + h5, & pre + h6 {
margin-top: calc( var(--size) - 1.5rem);
}
/* Adjacent list elements */
& ul + p,
& ol + p {
margin-top: 1.5rem;
}
}
}
} | src/css/sections/blog.css | .blog {
& section.post-list {
font-family: var(--paragraph-font);
perspective: var(--perspective);
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
/* Text */
& > .title {
font-weight: 100;
padding-top: calc(2*var(--pad-medium));
padding-bottom: calc(2*var(--pad-medium));
color: inherit;
font-size: 5.0rem;
line-height: 5rem;
margin: 0 auto;
}
& ol.posts {
width: 100%;
margin: 0 auto;
margin: calc( 2* var(--pad-medium)) 0 0 0;
position: relative;
& li {
display: flex;
align-items: center;
padding: var(--pad-medium);
font-family: var(--hero-font);
&:nth-child(even){
background-color: var(--light-gray);
}
transition: color var(--trans-easing) var(--trans-time),
background-color var(--trans-easing) var(--trans-time);
&:hover {
color: var(--back);
background-color: var(--front);
}
/* Left information */
& > label {
flex: 1 1 30%;
text-align: right;
padding: var(--gutter) calc(4*var(--gutter)) 0 0;
position: relative;
& .date {
font-size: 1.5rem;
line-height: 1.5rem;
}
& .tags {
margin: var(--gutter) 0;
& > span {
line-height: 1.5rem;
padding: calc(0.5 * var(--gutter)) var(--gutter);
border-radius: 5px;
background-color: var(--gray);
color: var(--rly-dark-gray);
}
}
}
/* Title */
& > a {
color: inherit;
flex: 1 1 70%;
font-size: 3rem;
line-height: 3rem;
margin: 0;
font-weight: bold;
}
}
/* Separator
&::before {
content: ' ';
height: 100%;
width: 1px;
position: absolute;
top: 0;
left: 30%;
background-color: var(--front);
}
*/
}
}
& section.post {
/** No-Featured post showcase **/
& > #post__showcase {
display: flex;
min-height: 50vh;
height: 50vh;
& > .headline {
margin: 0 auto;
width: 50%;
text-align: center;
& > .title {
font-size: calc(1rem * 5 * var(--typoscale));
line-height: calc(1rem * 5 * var(--typoscale));
}
}
/** Colorschemes **/
&.dark {
& .title { color: var(--white); }
& .subtitle { color: var(--black); }
}
&.light {
background-color: var(--second);
& .title { color: var(--front); }
& .subtitle { color: var(--light-gray); }
}
}
/** feature post **/
& > #post__showcase.featured {
width: 100%;
height: calc( 100vh - var(--header-height));
max-height: 100vh;
overflow: hidden;
padding: 0;
margin: 0;
position: relative;
& picture {
display: block;
position: relative;
background: radial-gradient( circle, transparent 50vh,
rgba(0, 0, 0, 0.85) 120vh);
& img {
max-width: 100%;
object-fit: cover;
mix-blend-mode: multiply;
}
}
& .headline {
position: absolute;
top: 25%;
left: 15%;
width: 70%;
height: 50%;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
justify-content: space-around;
text-align: center;
color: inherit;
/** Big ass title **/
& .title {
font-size: calc(1rem * 5 * var(--typoscale));
line-height: calc(1rem * 5 * var(--typoscale));
font-weight: bold;
}
& .subtitle {
font-weight: bold;
margin: 0px auto;
}
/* Strong is just outline with some pattern */
& strong , & b {
-webkit-text-stroke-color: var(--white);
-webkit-text-stroke-width: 2px;
-webkit-background-clip: text;
color: transparent;
text-shadow: none;
background-color: color-mod( var(--black) alpha(50%));
/*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'><rect width='5' height='5' fill='transparent'/> <rect width='1' height='1' fill='#ccc'/></svg>")*/
}
}
}
& > #post__body {
width: 70%;
/**
* Adjacent spacement fixes
*/
& p > code ,
& li > code {
font-size: 85%;
padding: var(--gutter);
background-color: var(--gray);
border-radius: 3px;
}
/**
* Header adjacement
*/
& p + h1, & p + h2, & p + h3 , & p + h4, & p + h5, & p + h6 ,
& ul + h1, & ul + h2, & ul + h3, & ul + h4, & ul + h5, & ul + h6 ,
& ol + h1, & ol + h2, & ol + h3 ,& ol + h4, & ol + h5, & ol + h6 ,
& table + h1, & table + h2, & table + h3 , & table + h4, & table + h5, & table + h6 ,
& .highlight + h1, & .highlight + h2, & .highlight + h3 , & .highlight + h4, & .highlight + h5, & .highlight + h6,
& pre + h1, & pre + h2, & pre + h3 , & pre + h4, & pre + h5, & pre + h6 {
margin-top: calc( var(--size) - 1.5rem);
}
/* Adjacent list elements */
& ul + p,
& ol + p {
margin-top: 1.5rem;
}
}
}
} | 0.363308 | 0.151906 |
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC%7CYellowtail%7COswald');
*{
box-sizing: border-box;
}
body{
margin: 0;
padding:0;
width: 850px;
margin: auto;
/* font-family: Serif,Oswald, Yellowtail; */
}
nav{
width: 100%;
}
.logo{
display: inline-block;
padding-top:10px ;
}
.logo p{
font-family: Oswald;
opacity: .6;
font-size: 8px;
text-transform: uppercase;
}
.logo h1{
font-family:'Yellowtail';
margin: 0;
}
.social{
display: inline-block;
float: right;
padding:20px;
padding-top: 30px;
}
.social img{
width: 20px;
height: 20px;
}
h2{
margin:0 ;
}
p{
margin: 0;
}
.img-hr{
width: 100%;
height: 20px;
background-image: url(./img/hr-img.png);
}
header{
padding-bottom: 20px;
}
header p{
opacity: 0.3;
display: inline-block;
text-transform: uppercase;
margin: 0;
font-size: 11px;
font-family: Oswald;
}
header h1{
font-family: Oswald;
color: #333333;
margin: 0;
}
.print-img{
float: right;
}
.hero-img{
padding-top:20px ;
}
.hero-img img{
height: 400px;
width: 100%;
}
article p {
font-size: 18px;
opacity: .5;
font-family: Serif;
}
article{
}
.background-img{
margin-bottom: 30px;
margin-top: 30px;
width: 850px;
height: 100%;
background-image: url(./img/list-bg.png);
background-size: cover;
background-repeat: no-repeat;
padding: 40px;
}
form{
width: 100%;
}
form div{
display: inline-block;
width: 45%;
}
label{
color: #535252;
font-family:serif,'Yellowtail';
}
.sub-section .text{
display: inline-block;
width: 60%;
}
.sub-section .text p{
opacity: .5;
}
button{
background-color: brown;
color: #fff;
width: 200px;
height: 50px;
float: right;
margin-top:22px ;
}
footer{
margin: auto;
}
footer hr{
margin-top: 50px;
width: 48%;
display: inline-block;
}
footer p{
text-align: center;
padding: 10px;
opacity: .5;
font-family: serif,Oswald;
margin: 0;
}
input[type=checkbox]{
border: 10px solid #333333;
} | style.css | @import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC%7CYellowtail%7COswald');
*{
box-sizing: border-box;
}
body{
margin: 0;
padding:0;
width: 850px;
margin: auto;
/* font-family: Serif,Oswald, Yellowtail; */
}
nav{
width: 100%;
}
.logo{
display: inline-block;
padding-top:10px ;
}
.logo p{
font-family: Oswald;
opacity: .6;
font-size: 8px;
text-transform: uppercase;
}
.logo h1{
font-family:'Yellowtail';
margin: 0;
}
.social{
display: inline-block;
float: right;
padding:20px;
padding-top: 30px;
}
.social img{
width: 20px;
height: 20px;
}
h2{
margin:0 ;
}
p{
margin: 0;
}
.img-hr{
width: 100%;
height: 20px;
background-image: url(./img/hr-img.png);
}
header{
padding-bottom: 20px;
}
header p{
opacity: 0.3;
display: inline-block;
text-transform: uppercase;
margin: 0;
font-size: 11px;
font-family: Oswald;
}
header h1{
font-family: Oswald;
color: #333333;
margin: 0;
}
.print-img{
float: right;
}
.hero-img{
padding-top:20px ;
}
.hero-img img{
height: 400px;
width: 100%;
}
article p {
font-size: 18px;
opacity: .5;
font-family: Serif;
}
article{
}
.background-img{
margin-bottom: 30px;
margin-top: 30px;
width: 850px;
height: 100%;
background-image: url(./img/list-bg.png);
background-size: cover;
background-repeat: no-repeat;
padding: 40px;
}
form{
width: 100%;
}
form div{
display: inline-block;
width: 45%;
}
label{
color: #535252;
font-family:serif,'Yellowtail';
}
.sub-section .text{
display: inline-block;
width: 60%;
}
.sub-section .text p{
opacity: .5;
}
button{
background-color: brown;
color: #fff;
width: 200px;
height: 50px;
float: right;
margin-top:22px ;
}
footer{
margin: auto;
}
footer hr{
margin-top: 50px;
width: 48%;
display: inline-block;
}
footer p{
text-align: center;
padding: 10px;
opacity: .5;
font-family: serif,Oswald;
margin: 0;
}
input[type=checkbox]{
border: 10px solid #333333;
} | 0.278453 | 0.058025 |
*{
margin:0; padding:0;
}
html {
height:100%;
background:linear-gradient(rgba(38,128,101,0.9),rgba(38,128,101,0.9));
/*rgba(52,177,140,0.9) */
}
body {
font-family:'Trebuchet MS',tahoma,arial;
}
#formulario {
width:500px;
margin:50px auto;
text-align: center;
position : relative;
}
#formulario h1{
font:15px 'Trebuchet MS',tahoma,arial;
color:#090;
width:100%;
float:left;
text-align:left;
margin-bottom:%;
}
#formulario h2,#formulario h3{
font:22px 'Trebuchet MS',tahoma,arial;
color:#090;
width:100%;
float:left;
text-align:left;
margin-bottom:5%;
}
#formulario h3{
color:#333;
font-size:17px;
}
#formulario fieldset {
background: white;
border: 0 none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
padding : 20px 30px;
box-sizing: border-box;
width:150%;
margin:0px -20%;
position:absolute;
}
#formulario fieldset:not(:first-of-type) {
display: none;
}
#formulario input,select, #formulario textarea{
padding:10px;
border: 1px solid rgba(38,128,101,0.9);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
outline:none;
box-sizing: border-box;
width:100%;
font:14px 'Trebuchet MS',tahoma,arial;
color:#090;
margin-bottom:5px ;
}
#formulario .acao{
width:100px;
background:rgba(38,128,101,0.9);
color:white;
text-transform:uppercase;
font-weight:bold;
padding:12px 0;
float:center-left;
}
#formulario .acao:hover{background:rgba(52,177,140,0.9);
cursor:pointer;
}
#formulario #progress{
margin-bottom : 35px;
margin-left : -165px;
overflow:hidden;
counter-reset: step;
width:880px;
}
#formulario #progress li{
list-style-type:none;
color:white;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
float:left;
width:25%;
position:relative;
}
#formulario #progress li:before{
content:counter(step);
counter-increment:step;
width: 40px;
display:block;
line-height:20px;
background:white;
color:#333;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
margin:0 auto 10px auto;
}
#formulario #progress li:after{
content:'';
counter-increment:(step);
width: 100%;
height:2px;
background:white;
position:absolute;
top:9px;
left:-50%;
z-index:-1;
}
#formulario #progress li:first-child:after{
content:none;
}
#formulario #progress li.ativo:before, #formulario #progress li.ativo:after{
background:rgba(40,208,141,0.9);
color:white;
text-shadow:0 1px 0 ;
}
#mensagem {
background:rgba(40,208,141,0.9);
border: 0 none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
padding : 20px 30px;
box-sizing: border-box;
width:20%;
margin:0px 80%;
position:absolute;
}
#table{
background: white;
border: 0 none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
padding : 20px 30px;
box-sizing: border-box;
width:100%;
margin:0px 0%;
position:absolute;
}
#table, th, td {
padding:10px;
border: 2px solid rgba(38,128,101,0.9);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
outline:none;
box-sizing: border-box;
font:14px 'Trebuchet MS',tahoma,arial;
color:#090;
}
#pesquisa {
background: white;
border: 2 none;
border-radius: 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow:0 0 20px rgba(0,0,0,0.4);
padding : 25px 25px;
box-sizing: border-box;
width:100%;
margin:2px 0%;
}
#pesquisa input{
padding:10px;
border: 2px solid rgba(38,128,101,0.9);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-sizing: border-box;
width:35%;
font:14px 'Trebuchet MS',tahoma,arial;
color:#090;
margin-bottom:5px ;
}
#pesquisa h2{
font:22px 'Trebuchet MS',tahoma,arial;
color:#090;
width:100%;
float:left;
text-align:left;
margin-bottom:2px;
}
#pesquisa .pesq{
width:100px;
background:rgba(38,128,101,0.9);
color:white;
text-transform:uppercase;
font-weight:bold;
padding:10px 0;
float:center-left;
}
#table .excluir{
width:100%;
background:rgba(38,128,101,0.9);
color:red;
text-transform:uppercase;
font-weight:bold;
padding:6px 0;
float:center-left;
}
#table .ver{
width:100%;
background:rgba(38,128,101,0.9);
color:white;
text-transform:uppercase;
font-weight:bold;
padding:6px 0;
float:center-left;
}
#menu ul {
position:fixed;
top:0px;
width: 100%;
padding:0px;
margin:0px;
background-color:#ffffff;
list-style:none;
box-shadow:0 0 15px rgba(0,0,0,0.4);
z-index: 999;
}
#menu ul li { display: inline ;}
#menu ul li a {
padding: 2px 10px;
display: inline-block ;
box-shadow:0 0 15px rgba(0,0,0,0.4);
/* visual do link */
background-color:#EDEDED;
color:#090;
text-decoration: none;
border-bottom:3px solid #EDEDED;
}
#menu ul li a:hover {
background-color:#D6D6D6;
color: #090;
border-bottom:3px solid #090;
} | css/custom.css | *{
margin:0; padding:0;
}
html {
height:100%;
background:linear-gradient(rgba(38,128,101,0.9),rgba(38,128,101,0.9));
/*rgba(52,177,140,0.9) */
}
body {
font-family:'Trebuchet MS',tahoma,arial;
}
#formulario {
width:500px;
margin:50px auto;
text-align: center;
position : relative;
}
#formulario h1{
font:15px 'Trebuchet MS',tahoma,arial;
color:#090;
width:100%;
float:left;
text-align:left;
margin-bottom:%;
}
#formulario h2,#formulario h3{
font:22px 'Trebuchet MS',tahoma,arial;
color:#090;
width:100%;
float:left;
text-align:left;
margin-bottom:5%;
}
#formulario h3{
color:#333;
font-size:17px;
}
#formulario fieldset {
background: white;
border: 0 none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
padding : 20px 30px;
box-sizing: border-box;
width:150%;
margin:0px -20%;
position:absolute;
}
#formulario fieldset:not(:first-of-type) {
display: none;
}
#formulario input,select, #formulario textarea{
padding:10px;
border: 1px solid rgba(38,128,101,0.9);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
outline:none;
box-sizing: border-box;
width:100%;
font:14px 'Trebuchet MS',tahoma,arial;
color:#090;
margin-bottom:5px ;
}
#formulario .acao{
width:100px;
background:rgba(38,128,101,0.9);
color:white;
text-transform:uppercase;
font-weight:bold;
padding:12px 0;
float:center-left;
}
#formulario .acao:hover{background:rgba(52,177,140,0.9);
cursor:pointer;
}
#formulario #progress{
margin-bottom : 35px;
margin-left : -165px;
overflow:hidden;
counter-reset: step;
width:880px;
}
#formulario #progress li{
list-style-type:none;
color:white;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
float:left;
width:25%;
position:relative;
}
#formulario #progress li:before{
content:counter(step);
counter-increment:step;
width: 40px;
display:block;
line-height:20px;
background:white;
color:#333;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
margin:0 auto 10px auto;
}
#formulario #progress li:after{
content:'';
counter-increment:(step);
width: 100%;
height:2px;
background:white;
position:absolute;
top:9px;
left:-50%;
z-index:-1;
}
#formulario #progress li:first-child:after{
content:none;
}
#formulario #progress li.ativo:before, #formulario #progress li.ativo:after{
background:rgba(40,208,141,0.9);
color:white;
text-shadow:0 1px 0 ;
}
#mensagem {
background:rgba(40,208,141,0.9);
border: 0 none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
padding : 20px 30px;
box-sizing: border-box;
width:20%;
margin:0px 80%;
position:absolute;
}
#table{
background: white;
border: 0 none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow:0 0 15px rgba(0,0,0,0.4);
padding : 20px 30px;
box-sizing: border-box;
width:100%;
margin:0px 0%;
position:absolute;
}
#table, th, td {
padding:10px;
border: 2px solid rgba(38,128,101,0.9);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
outline:none;
box-sizing: border-box;
font:14px 'Trebuchet MS',tahoma,arial;
color:#090;
}
#pesquisa {
background: white;
border: 2 none;
border-radius: 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow:0 0 20px rgba(0,0,0,0.4);
padding : 25px 25px;
box-sizing: border-box;
width:100%;
margin:2px 0%;
}
#pesquisa input{
padding:10px;
border: 2px solid rgba(38,128,101,0.9);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-sizing: border-box;
width:35%;
font:14px 'Trebuchet MS',tahoma,arial;
color:#090;
margin-bottom:5px ;
}
#pesquisa h2{
font:22px 'Trebuchet MS',tahoma,arial;
color:#090;
width:100%;
float:left;
text-align:left;
margin-bottom:2px;
}
#pesquisa .pesq{
width:100px;
background:rgba(38,128,101,0.9);
color:white;
text-transform:uppercase;
font-weight:bold;
padding:10px 0;
float:center-left;
}
#table .excluir{
width:100%;
background:rgba(38,128,101,0.9);
color:red;
text-transform:uppercase;
font-weight:bold;
padding:6px 0;
float:center-left;
}
#table .ver{
width:100%;
background:rgba(38,128,101,0.9);
color:white;
text-transform:uppercase;
font-weight:bold;
padding:6px 0;
float:center-left;
}
#menu ul {
position:fixed;
top:0px;
width: 100%;
padding:0px;
margin:0px;
background-color:#ffffff;
list-style:none;
box-shadow:0 0 15px rgba(0,0,0,0.4);
z-index: 999;
}
#menu ul li { display: inline ;}
#menu ul li a {
padding: 2px 10px;
display: inline-block ;
box-shadow:0 0 15px rgba(0,0,0,0.4);
/* visual do link */
background-color:#EDEDED;
color:#090;
text-decoration: none;
border-bottom:3px solid #EDEDED;
}
#menu ul li a:hover {
background-color:#D6D6D6;
color: #090;
border-bottom:3px solid #090;
} | 0.249173 | 0.104432 |
@define-color borders_breeze #4a545b;
@define-color content_view_bg_breeze #263238;
@define-color error_color_backdrop_breeze #c9d4e6;
@define-color error_color_breeze #c9d4e6;
@define-color error_color_insensitive_backdrop_breeze #c9d4e6;
@define-color error_color_insensitive_breeze #c9d4e6;
@define-color insensitive_base_color_breeze #263238;
@define-color insensitive_base_fg_color_breeze #edf0f2;
@define-color insensitive_bg_color_breeze #263238;
@define-color insensitive_borders_breeze #4a545b;
@define-color insensitive_fg_color_breeze #b7bac3;
@define-color insensitive_selected_bg_color_breeze #263238;
@define-color insensitive_selected_fg_color_breeze #b7bac3;
@define-color insensitive_unfocused_bg_color_breeze #263238;
@define-color insensitive_unfocused_fg_color_breeze #b7bac3;
@define-color insensitive_unfocused_selected_bg_color_breeze #263238;
@define-color insensitive_unfocused_selected_fg_color_breeze #b7bac3;
@define-color link_color_breeze #1f8cec;
@define-color link_visited_color_breeze #7f8c8d;
@define-color success_color_backdrop_breeze #1f8cec;
@define-color success_color_breeze #1f8cec;
@define-color success_color_insensitive_backdrop_breeze #1f8cec;
@define-color success_color_insensitive_breeze #1f8cec;
@define-color theme_base_color_breeze #263238;
@define-color theme_bg_color_breeze #263238;
@define-color theme_button_background_backdrop_breeze #364750;
@define-color theme_button_background_backdrop_insensitive_breeze #364750;
@define-color theme_button_background_insensitive_breeze #364750;
@define-color theme_button_background_normal_breeze #364750;
@define-color theme_button_decoration_focus_backdrop_breeze #546e7a;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #546e7a;
@define-color theme_button_decoration_focus_breeze #546e7a;
@define-color theme_button_decoration_focus_insensitive_breeze #546e7a;
@define-color theme_button_decoration_hover_backdrop_breeze #546e7a;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #546e7a;
@define-color theme_button_decoration_hover_breeze #546e7a;
@define-color theme_button_decoration_hover_insensitive_breeze #546e7a;
@define-color theme_button_foreground_active_backdrop_breeze #b7bac3;
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #b7bac3;
@define-color theme_button_foreground_active_breeze #c9d4e6;
@define-color theme_button_foreground_active_insensitive_breeze #b7bac3;
@define-color theme_button_foreground_backdrop_breeze #c9d4e6;
@define-color theme_button_foreground_backdrop_insensitive_breeze #c9d4e6;
@define-color theme_button_foreground_insensitive_breeze #c9d4e6;
@define-color theme_button_foreground_normal_breeze #c9d4e6;
@define-color theme_fg_color_breeze #b7bac3;
@define-color theme_hovering_selected_bg_color_breeze #546e7a;
@define-color theme_selected_bg_color_breeze #10a6d4;
@define-color theme_selected_fg_color_breeze #c9d4e6;
@define-color theme_text_color_breeze #edf0f2;
@define-color theme_titlebar_background_backdrop_breeze #263238;
@define-color theme_titlebar_background_breeze #263238;
@define-color theme_titlebar_background_light_breeze #263238;
@define-color theme_titlebar_foreground_backdrop_breeze #acb4c4;
@define-color theme_titlebar_foreground_breeze #edf0f2;
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #acb4c4;
@define-color theme_titlebar_foreground_insensitive_breeze #acb4c4;
@define-color theme_unfocused_base_color_breeze #263238;
@define-color theme_unfocused_bg_color_breeze #263238;
@define-color theme_unfocused_fg_color_breeze #b7bac3;
@define-color theme_unfocused_selected_bg_color_alt_breeze #0f4a5c;
@define-color theme_unfocused_selected_bg_color_breeze #0f4a5c;
@define-color theme_unfocused_selected_fg_color_breeze #b7bac3;
@define-color theme_unfocused_text_color_breeze #edf0f2;
@define-color theme_unfocused_view_bg_color_breeze #263238;
@define-color theme_unfocused_view_text_color_breeze #edf0f2;
@define-color theme_view_active_decoration_color_breeze #546e7a;
@define-color theme_view_hover_decoration_color_breeze #546e7a;
@define-color tooltip_background_breeze #263238;
@define-color tooltip_border_breeze #586267;
@define-color tooltip_text_breeze #edf0f2;
@define-color unfocused_borders_breeze #4a545b;
@define-color unfocused_insensitive_borders_breeze #4a545b;
@define-color warning_color_backdrop_breeze #f67400;
@define-color warning_color_breeze #f67400;
@define-color warning_color_insensitive_backdrop_breeze #f67400;
@define-color warning_color_insensitive_breeze #f67400; | config/gtk-3.0/colors.css | @define-color borders_breeze #4a545b;
@define-color content_view_bg_breeze #263238;
@define-color error_color_backdrop_breeze #c9d4e6;
@define-color error_color_breeze #c9d4e6;
@define-color error_color_insensitive_backdrop_breeze #c9d4e6;
@define-color error_color_insensitive_breeze #c9d4e6;
@define-color insensitive_base_color_breeze #263238;
@define-color insensitive_base_fg_color_breeze #edf0f2;
@define-color insensitive_bg_color_breeze #263238;
@define-color insensitive_borders_breeze #4a545b;
@define-color insensitive_fg_color_breeze #b7bac3;
@define-color insensitive_selected_bg_color_breeze #263238;
@define-color insensitive_selected_fg_color_breeze #b7bac3;
@define-color insensitive_unfocused_bg_color_breeze #263238;
@define-color insensitive_unfocused_fg_color_breeze #b7bac3;
@define-color insensitive_unfocused_selected_bg_color_breeze #263238;
@define-color insensitive_unfocused_selected_fg_color_breeze #b7bac3;
@define-color link_color_breeze #1f8cec;
@define-color link_visited_color_breeze #7f8c8d;
@define-color success_color_backdrop_breeze #1f8cec;
@define-color success_color_breeze #1f8cec;
@define-color success_color_insensitive_backdrop_breeze #1f8cec;
@define-color success_color_insensitive_breeze #1f8cec;
@define-color theme_base_color_breeze #263238;
@define-color theme_bg_color_breeze #263238;
@define-color theme_button_background_backdrop_breeze #364750;
@define-color theme_button_background_backdrop_insensitive_breeze #364750;
@define-color theme_button_background_insensitive_breeze #364750;
@define-color theme_button_background_normal_breeze #364750;
@define-color theme_button_decoration_focus_backdrop_breeze #546e7a;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #546e7a;
@define-color theme_button_decoration_focus_breeze #546e7a;
@define-color theme_button_decoration_focus_insensitive_breeze #546e7a;
@define-color theme_button_decoration_hover_backdrop_breeze #546e7a;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #546e7a;
@define-color theme_button_decoration_hover_breeze #546e7a;
@define-color theme_button_decoration_hover_insensitive_breeze #546e7a;
@define-color theme_button_foreground_active_backdrop_breeze #b7bac3;
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #b7bac3;
@define-color theme_button_foreground_active_breeze #c9d4e6;
@define-color theme_button_foreground_active_insensitive_breeze #b7bac3;
@define-color theme_button_foreground_backdrop_breeze #c9d4e6;
@define-color theme_button_foreground_backdrop_insensitive_breeze #c9d4e6;
@define-color theme_button_foreground_insensitive_breeze #c9d4e6;
@define-color theme_button_foreground_normal_breeze #c9d4e6;
@define-color theme_fg_color_breeze #b7bac3;
@define-color theme_hovering_selected_bg_color_breeze #546e7a;
@define-color theme_selected_bg_color_breeze #10a6d4;
@define-color theme_selected_fg_color_breeze #c9d4e6;
@define-color theme_text_color_breeze #edf0f2;
@define-color theme_titlebar_background_backdrop_breeze #263238;
@define-color theme_titlebar_background_breeze #263238;
@define-color theme_titlebar_background_light_breeze #263238;
@define-color theme_titlebar_foreground_backdrop_breeze #acb4c4;
@define-color theme_titlebar_foreground_breeze #edf0f2;
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #acb4c4;
@define-color theme_titlebar_foreground_insensitive_breeze #acb4c4;
@define-color theme_unfocused_base_color_breeze #263238;
@define-color theme_unfocused_bg_color_breeze #263238;
@define-color theme_unfocused_fg_color_breeze #b7bac3;
@define-color theme_unfocused_selected_bg_color_alt_breeze #0f4a5c;
@define-color theme_unfocused_selected_bg_color_breeze #0f4a5c;
@define-color theme_unfocused_selected_fg_color_breeze #b7bac3;
@define-color theme_unfocused_text_color_breeze #edf0f2;
@define-color theme_unfocused_view_bg_color_breeze #263238;
@define-color theme_unfocused_view_text_color_breeze #edf0f2;
@define-color theme_view_active_decoration_color_breeze #546e7a;
@define-color theme_view_hover_decoration_color_breeze #546e7a;
@define-color tooltip_background_breeze #263238;
@define-color tooltip_border_breeze #586267;
@define-color tooltip_text_breeze #edf0f2;
@define-color unfocused_borders_breeze #4a545b;
@define-color unfocused_insensitive_borders_breeze #4a545b;
@define-color warning_color_backdrop_breeze #f67400;
@define-color warning_color_breeze #f67400;
@define-color warning_color_insensitive_backdrop_breeze #f67400;
@define-color warning_color_insensitive_breeze #f67400; | 0.094803 | 0.051869 |
body {
margin: 0;
font-family: Helvetica, 'Open Sans', sans-serif;
color: black;
}
h1 {
font-family: 'Diplomata SC', cursive;
color: black;
font-size: 40px;
text-align: center;
}
h2 {
font-family: 'Diplomata SC', cursive;
color: black;
font-size:28px;
opacity: 1;
text-align: center;
}
h3 {
font-family: 'Diplomata SC', cursive;
color: black;
font-size:20px;
opacity: 1;
font-weight: bold
}
h4 {
font-family: 'Slabo 27px', serif;
color: black;
font-size:18px;
opacity: 1
}
p {
font-family: 'Slabo 27px', serif;
color: black;
font-size:20px;
opacity: 1;
font-weight: bold
}
.main {
padding: 20px;
padding-bottom: 1000px;
z-index: 1001;
}
.main .page-header {
margin-top: 0;
}
.viewing {
background: #3a633c;
opacity: 0.8;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}
.fullpage {
position: fixed;
top: 0;
bottom: 0;
right: 0;
display : none;
padding: 20px;
border-radius: 0;
height: 100%;
}
.section-opacity {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
}
.background-img-setting {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 1000;
display : block;
padding: 20px;
overflow-x: hidden;
overflow-y: hidden;
background-color: #f5f5f5;
border-right: 1px solid #eee;
height: 100%;
width: 100%;
}
.main {
padding-right: 40px;
padding-left: 40px;
width: 600px;
}
}
@media (min-width: 0px) and (max-width: 767px) {
.sidebar {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 1000;
display : table-cell;
padding: 20px;
overflow-x: hidden;
overflow-y: hidden;
background-color: #f5f5f5;
border-right: 1px solid #eee;
height: 100%;
width: 100%
}
.main {
padding-right: 10px;
padding-left: 10px;
width: 100%
}
.viewing {
background: #3a633c;
}
}
.breakpoint-current {
left: 0;
margin-top: -10px;
position: fixed;
/* top: 33.3333%; */
width: 3px;
height: 3px;
}
section {
padding: 5px 10px 10px 10px;
border-radius: 10px;
background: #ccc;
opacity: 0;
}
.arrow-down {
position:fixed;
top:90%;
left:2%;
cursor: pointer;
z-index:1002;
font-size: 60px;
color: rgba(58, 99, 60, 0.8);
}
.arrow-down:hover {
color: rgba(167, 167, 167, 0.8);
}
.btn {
position:fixed;
cursor: pointer;
font-size:24px;
color: rgba(58, 99, 60, 0.8);
z-index:1003;
top: 20px;
left:5px;
}
.btn:hover {
color: rgba(167, 167, 167, 0.8);
text-decoration: none;
}
.legend {
line-height: 16px;
width: 130px;
color: #3a633c;
font-family: 'Open Sans', Helvetica, sans-serif;
padding: 6px 8px;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0 15px rgba(0,0,0,0);
border-radius: 5px;
}
.legend i {
width: 20px;
height: 20px;
float: left;
margin-right: 8px;
opacity: 0.9;
}
.legend img {
width: 200px;
height: 150px;
position: absolute;
top:2%;
right:0px;
margin-right: 3px;
float: right;
}
.legend p {
font-size: 12px;
line-height: 16px;
margin: 0;
}
.overview{
background: url(../img/ORTrail2.jpg) no-repeat;
background-size: cover;
} | css/storymap.css | body {
margin: 0;
font-family: Helvetica, 'Open Sans', sans-serif;
color: black;
}
h1 {
font-family: 'Diplomata SC', cursive;
color: black;
font-size: 40px;
text-align: center;
}
h2 {
font-family: 'Diplomata SC', cursive;
color: black;
font-size:28px;
opacity: 1;
text-align: center;
}
h3 {
font-family: 'Diplomata SC', cursive;
color: black;
font-size:20px;
opacity: 1;
font-weight: bold
}
h4 {
font-family: 'Slabo 27px', serif;
color: black;
font-size:18px;
opacity: 1
}
p {
font-family: 'Slabo 27px', serif;
color: black;
font-size:20px;
opacity: 1;
font-weight: bold
}
.main {
padding: 20px;
padding-bottom: 1000px;
z-index: 1001;
}
.main .page-header {
margin-top: 0;
}
.viewing {
background: #3a633c;
opacity: 0.8;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}
.fullpage {
position: fixed;
top: 0;
bottom: 0;
right: 0;
display : none;
padding: 20px;
border-radius: 0;
height: 100%;
}
.section-opacity {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
}
.background-img-setting {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 1000;
display : block;
padding: 20px;
overflow-x: hidden;
overflow-y: hidden;
background-color: #f5f5f5;
border-right: 1px solid #eee;
height: 100%;
width: 100%;
}
.main {
padding-right: 40px;
padding-left: 40px;
width: 600px;
}
}
@media (min-width: 0px) and (max-width: 767px) {
.sidebar {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 1000;
display : table-cell;
padding: 20px;
overflow-x: hidden;
overflow-y: hidden;
background-color: #f5f5f5;
border-right: 1px solid #eee;
height: 100%;
width: 100%
}
.main {
padding-right: 10px;
padding-left: 10px;
width: 100%
}
.viewing {
background: #3a633c;
}
}
.breakpoint-current {
left: 0;
margin-top: -10px;
position: fixed;
/* top: 33.3333%; */
width: 3px;
height: 3px;
}
section {
padding: 5px 10px 10px 10px;
border-radius: 10px;
background: #ccc;
opacity: 0;
}
.arrow-down {
position:fixed;
top:90%;
left:2%;
cursor: pointer;
z-index:1002;
font-size: 60px;
color: rgba(58, 99, 60, 0.8);
}
.arrow-down:hover {
color: rgba(167, 167, 167, 0.8);
}
.btn {
position:fixed;
cursor: pointer;
font-size:24px;
color: rgba(58, 99, 60, 0.8);
z-index:1003;
top: 20px;
left:5px;
}
.btn:hover {
color: rgba(167, 167, 167, 0.8);
text-decoration: none;
}
.legend {
line-height: 16px;
width: 130px;
color: #3a633c;
font-family: 'Open Sans', Helvetica, sans-serif;
padding: 6px 8px;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0 15px rgba(0,0,0,0);
border-radius: 5px;
}
.legend i {
width: 20px;
height: 20px;
float: left;
margin-right: 8px;
opacity: 0.9;
}
.legend img {
width: 200px;
height: 150px;
position: absolute;
top:2%;
right:0px;
margin-right: 3px;
float: right;
}
.legend p {
font-size: 12px;
line-height: 16px;
margin: 0;
}
.overview{
background: url(../img/ORTrail2.jpg) no-repeat;
background-size: cover;
} | 0.421909 | 0.140985 |
1. Global Styles
2. Typography
3. Color
4. Align
5. Grid
6. Background
7. Buttons
8. Forms
9. Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
overflow-x: hidden;
}
html {
font-size: 13px;
}
body {
background-color: #ffffff;
font-family : "Source Sans Pro", sans-serif;
font-size : 13px;
font-weight : 400;
color : #8492A6;
line-height : 1.5;
margin : 0;
}
.wrapper {
background-color: #ffffff;
}
* {
outline: none;
}
::-moz-selection {
text-shadow: none;
}
::selection {
background-color: #5B96F4;
color : #ffffff;
text-shadow : none;
}
a {
-webkit-transition: 0.3s ease;
-o-transition : 0.3s ease;
transition : 0.3s ease;
color : #5B96F4;
}
a:hover {
color : #2b77f1;
text-decoration: none;
}
a:focus {
color : #2b77f1;
outline : none;
text-decoration: none;
}
a:active {
color : #2b77f1;
outline : none;
text-decoration: none;
}
hr {
margin: 0;
}
textarea {
resize: none;
}
button.btn {
margin-bottom: 0;
}
section {
background-color: #fff;
}
.modal-backdrop {
z-index : 1020;
background-color: rgba(34, 34, 34, 0.95);
}
.fullscreen {
height: 100vh !important;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
.fullscreen {
height: auto !important;
}
}
/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
color : #373053;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin : 0 0 28px;
line-height: 1;
}
.h1,
h1 {
font-size: 52px;
}
.h2,
h2 {
font-size: 42px;
}
.h3,
h3 {
font-size: 38px;
}
.h4,
h4 {
font-size: 32px;
}
.h5,
h5 {
font-size: 24px;
}
.h6,
h6 {
font-size: 18px;
}
p {
color : #8492A6;
font-size : 13px;
font-weight: 400;
line-height: 22px;
}
.lead {
font-size : 16px;
line-height: 1.8;
}
/* Aligning Text */
.text--left {
text-align: left !important;
}
.text--right {
text-align: right !important;
}
.text--center {
text-align: center !important;
}
.text--just {
text-align: justify !important;
}
.align--top {
vertical-align: top;
}
.align--bottom {
vertical-align: bottom;
}
.align--middle {
vertical-align: middle;
}
.align--baseline {
vertical-align: baseline;
}
/* Weight Text */
.bold {
font-weight: bold;
}
.regular {
font-weight: normal;
}
.italic {
font-style: italic;
}
.break-word {
word-wrap: break-word;
}
.no-wrap {
white-space: nowrap;
}
/* Text Color */
.text-white {
color: #ffffff !important;
}
.text-gray {
color: #FAF8FB !important;
}
.text-black {
color: #373053;
}
.text-theme {
color: #5B96F4;
}
.text--capitalize {
text-transform: capitalize !important;
}
.text--uppercase {
text-transform: uppercase !important;
}
.font-heading {
font-family: "Montserrat", sans-serif;
}
.font-body {
font-family: "Source Sans Pro", sans-serif;
}
.font-18 {
font-size: 24px;
}
.font-16 {
font-size: 16px;
}
.font-20 {
font-size: 20px;
}
.font-40 {
font-size: 40px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
text-center-xs {
text-align: center !important;
}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
text-center-sm {
text-align: center !important;
}
}
.higlighted-style1 {
background-color: #5B96F4;
color : #fff;
padding : 5px 0;
}
.higlighted-style2 {
background-color: #373053;
color : #fff;
padding : 5px 0;
}
.higlighted-style3 {
background-color: #FAF8FB;
color : #5B96F4;
padding : 5px 0;
}
/*------------------------------------*\
#COLORS
\*------------------------------------*/
.color-heading {
color: #373053 !important;
}
.color-theme {
color: #5B96F4 !important;
}
.color-white {
color: #ffffff !important;
}
.color-gray {
color: #FAF8FB !important;
}
/*------------------------------------*\
#Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
margin-bottom: 20px;
}
section {
padding-top : 100px;
padding-bottom: 100px;
overflow : hidden;
}
/* All margin */
.m-0 {
margin: 0 !important;
}
.m-xs {
margin: 10px;
}
.m-sm {
margin: 20px;
}
.m-md {
margin: 40px;
}
.m-lg {
margin: 80px;
}
/* top margin */
.mt-0 {
margin-top: 0;
}
.mt-xs {
margin-top: 10px;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-60 {
margin-top: 60px;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mt-100 {
margin-top: 100px !important;
}
.mt-150 {
margin-top: 150px;
}
/* bottom margin */
.mb-0 {
margin-bottom: 0 !important;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mb-100 {
margin-bottom: 100px !important;
}
.mb-150 {
margin-bottom: 150px !important;
}
/* right margin */
.mr-0 {
margin-right: 0;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-50 {
margin-right: 50px;
}
.mr-60 {
margin-right: 60px;
}
.mr-150 {
margin-right: 150px;
}
/* left margin */
.ml-0 {
margin-left: 0;
}
.ml-xs {
margin-left: 10px;
}
.ml-sm {
margin-left: 20px;
}
.ml-md {
margin-left: 40px;
}
.ml-lg {
margin-left: 80px;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-50 {
margin-left: 50px;
}
.ml-60 {
margin-left: 60px;
}
.ml-150 {
margin-left: 150px;
}
/* All padding */
.p-0 {
padding: 0 !important;
}
.p-xs {
padding: 10px;
}
.p-sm {
padding: 20px;
}
.p-md {
padding: 40px;
}
.p-lg {
padding: 80px;
}
/* top padding */
.pt-0 {
padding-top: 0 !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-50 {
padding-top: 50px;
}
.pt-60 {
padding-top: 60px;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-80 {
padding-top: 80px;
}
.pt-90 {
padding-top: 90px;
}
.pt-100 {
padding-top: 100px !important;
}
.pt-150 {
padding-top: 150px !important;
}
/* bottom padding */
.pb-0 {
padding-bottom: 0 !important;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-100 {
padding-bottom: 100px !important;
}
/* right padding */
.pr-0 {
padding-right: 0;
}
.pr-xs {
padding-right: 10px;
}
.pr-sm {
padding-right: 20px;
}
.pr-md {
padding-right: 40px;
}
.pr-lg {
padding-right: 80px;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-50 {
padding-right: 50px;
}
.pr-60 {
padding-right: 60px;
}
.pr-100 {
padding-right: 100px !important;
}
.pr-150 {
padding-right: 150px;
}
/* left padding */
.pl-0 {
padding-left: 0 !important;
}
.pl-30 {
padding-left: 30px;
}
.pl-50 {
padding-left: 50px;
}
.pl-60 {
padding-left: 60px;
}
.pl-100 {
padding-left: 100px !important;
}
.pl-150 {
padding-left: 150px;
}
/* Postions */
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.static {
position: static;
}
/* Zindex*/
.zindex-1 {
z-index: 1;
}
.zindex-2 {
z-index: 2;
}
.zindex-3 {
z-index: 3;
}
/* Borders */
.border-all {
border: 1px solid #5B96F4;
}
.border-top {
border-top: 1px solid #5B96F4;
}
.border-bottom {
border-bottom: 1px solid #5B96F4;
}
.border-right {
border-right: 1px solid #5B96F4;
}
.border-left {
border-left: 1px solid #5B96F4;
}
/* Display */
.inline {
display: inline;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.hide {
display: none;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 767px) {
section {
padding-top : 60px;
padding-bottom: 60px;
}
.text-center-xs {
text-align: center !important;
}
.pull-none-xs {
float : none !important;
text-align: center !important;
}
.mb-15-xs {
margin-bottom: 15px;
}
.mb-30-xs {
margin-bottom: 30px !important;
}
.mb-50-xs {
margin-bottom: 50px;
}
.mb-60-xs {
margin-bottom: 60px !important;
}
.p-none-xs {
padding-right: 0;
padding-left : 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
text-align: center !important;
}
.mb-0-sm {
margin-bottom: 0;
}
.mb-15-sm {
margin-bottom: 15px;
}
.mb-30-sm {
margin-bottom: 30px !important;
}
.mb-50-sm {
margin-bottom: 50px;
}
.mb-60-sm {
margin-bottom: 60px;
}
.pb-15-sm {
padding-bottom: 15px;
}
.pb-30-sm {
padding-bottom: 30px;
}
.pb-50-sm {
padding-bottom: 50px;
}
.pb-60-sm {
padding-bottom: 60px;
}
.p-none-sm {
padding-right: 0;
padding-left : 0;
}
.pull-none-sm {
float : none !important;
text-align: center !important;
}
}
@media screen and (min-width: 992px) {
.p-lg-60 {
padding-right: 60px;
padding-left : 60px;
}
}
/*------------------------------------*\
#Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
padding-left : 0 !important;
padding-right: 0 !important;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
position : relative;
min-height : 1px;
padding-right: 15px;
padding-left : 15px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
.col-content {
padding: 120px 100px 90px 120px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.col-content {
padding: 40px !important;
}
}
.col-img {
height : 600px !important;
padding : 60px;
overflow: hidden;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.col-img {
height : auto;
min-height: 600px;
}
}
/* Postion Helpers */
.pos-fixed {
position: fixed;
}
.pos-relative {
position: relative;
}
.pos-absolute {
position: absolute;
}
.pos-static {
position: static;
}
.pos-top {
top: 0;
}
.pos-bottom {
bottom: 0;
}
.pos-right {
right: 0;
}
.pos-left {
left: 0;
}
.pos-vertical-center {
position : relative;
top : 50%;
-webkit-transform: perspective(1px) translateY(-50%);
transform : perspective(1px) translateY(-50%);
}
.height-700 {
height: 700px !important;
}
.height-500 {
height: 500px !important;
}
.height-800 {
height: 800px !important;
}
@media only screen and (min-width: 992px) {
.hidden-lg,
.hidden-md {
display: none;
}
}
/*------------------------------------*\
#BACKGROUNDS
\*------------------------------------*/
.bg-theme {
background-color: #5B96F4 !important;
}
.bg-primary-alt {
background-color: #2D36A1 !important;
}
.bg-gray {
background-color: #FAF8FB !important;
}
.bg-white {
background-color: #ffffff !important;
}
.bg-dark {
background-color: #373053 !important;
}
.bg-gradient {
background: bottom center #ffffff;
}
.bg-light-primary {
background-color: #F1F8FE !important;
}
/* Background Image */
.bg-section {
position : relative;
overflow : hidden;
z-index : 1;
background-size : cover;
background-repeat : no-repeat;
background-position: center center;
width : 100%;
height : 100%;
}
.bg-overlay:before {
content : "";
display : inline-block;
height : 100%;
left : 0;
position: absolute;
top : 0;
width : 100%;
z-index : -1;
}
.bg-overlay-light:before {
background-color: #ffffff;
opacity : 0.8;
}
.bg-overlay-dark:before {
background-color: #212529;
opacity : 0.7;
}
.bg-overlay-theme:before {
background-color: #5B96F4;
opacity : 0.7;
}
.bg-parallax {
background-attachment: fixed;
}
.bg-ytvideo.bg-overlay:before {
z-index: 1;
opacity: .7;
}
/* Background Color Palettes */
.bg-purple {
color : #ffffff;
background-color: #cc66cc !important;
}
.bg-sun-flower {
color : #ffffff;
background-color: #f1c40f !important;
}
.bg-orange {
color : #ffffff;
background-color: #f39c12 !important;
}
.bg-carrot {
color : #ffffff;
background-color: #e67e22 !important;
}
.bg-pumpkin {
color : #ffffff;
background-color: #d35400 !important;
}
.bg-alizarin {
color : #ffffff;
background-color: #e74c3c !important;
}
.bg-pomegranate {
color : #ffffff;
background-color: #c0392b !important;
}
.bg-turquoise {
color : #ffffff;
background-color: #1abc9c !important;
}
.bg-green-sea {
color : #ffffff;
background-color: #16a085 !important;
}
.bg-emerald {
color : #ffffff;
background-color: #2ecc71 !important;
}
.bg-nephritis {
color : #ffffff;
background-color: #27ae60 !important;
}
.bg-peter-river {
color : #ffffff;
background-color: #3498db !important;
}
.bg-belize-hole {
color : #ffffff;
background-color: #2980b9 !important;
}
.bg-amethyst {
color : #ffffff;
background-color: #9b59b6 !important;
}
.bg-wisteria {
color : #ffffff;
background-color: #8e44ad !important;
}
.bg-wet-asphalt {
color : #ffffff;
background-color: #34495e !important;
}
.bg-wet-asphalt {
color : #ffffff;
background-color: #34495e !important;
}
.bg-midnight-blue {
color : #ffffff;
background-color: #2c3e50 !important;
}
.bg-silver {
color : #ffffff;
background-color: #bdc3c7 !important;
}
.bg-concrete {
color : #ffffff;
background-color: #859596 !important;
}
.bg-asbestos {
color : #ffffff;
background-color: #7f8c8d !important;
}
.bg-asbestos {
color : #ffffff;
background-color: #7f8c8d !important;
}
.bg-graphite {
color : #ffffff;
background-color: #454545 !important;
}
.bg-gray-0 {
background-color: #EEEEEE !important;
color : #454545;
}
.bg-gray-1 {
background-color: #ECECEC !important;
color : #454545;
}
.bg-gray-2 {
background-color: #BDC3C7 !important;
color : #454545;
}
.bg-gray-3 {
background-color: #DADFE1 !important;
color : #454545;
}
.bg-gray-5 {
background-color: #ECF0F1 !important;
color : #454545;
}
.bg-gray-4 {
background-color: #F2F1EF !important;
color : #454545;
}
.bg-gray-6 {
background-color: #D2D7D3 !important;
color : #454545;
}
.bg-gray-7 {
background-color: #E6E6E6 !important;
color : #454545;
}
.bg-orange-1 {
background-color: #F9690E !important;
color : #ffffff;
}
.bg-orange-2 {
background-color: #D35400 !important;
color : #ffffff;
}
.bg-orange-3 {
background-color: #F89406 !important;
color : #ffffff;
}
.divider-1 {
height : 1px;
background-color: #fce5e6;
}
.divider-2 {
height : 1px;
width : 100%;
background-color: #fdedee;
}
/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn {
font-family : "Montserrat", sans-serif;
display : inline-block;
position : relative;
z-index : 2;
font-size : 16px;
font-weight : 600;
text-transform : capitalize;
text-align : center;
border-radius : 0;
padding : 0;
width : 170px;
height : 51px;
line-height : 49px;
-webkit-transition: 350ms ease-in-out;
-o-transition : 350ms ease-in-out;
transition : 350ms ease-in-out;
border-radius : 4px;
overflow : hidden;
}
.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
outline : none;
-webkit-box-shadow: none;
box-shadow : none;
}
.btn .icon {
margin-left: 10px;
}
.btn-video {
width : 80px;
height : 80px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
-webkit-box-align: center;
-ms-flex-align : center;
align-items : center;
background-color : #ffffff;
border-radius : 50%;
}
.btn-video i {
font-size: 16px;
color : #5B96F4;
}
.btn-video:hover {
background-color: #5B96F4;
}
.btn-video:hover i {
color: #ffffff;
}
a.back {
position : absolute;
top : 54px;
left : 70px;
font-size : 14px;
font-weight : 500;
line-height : 2.14;
text-transform: capitalize;
color : #ffffff;
}
a.back:hover span {
-webkit-transform: rotate(-180deg) translateX(10px);
-ms-transform : rotate(-180deg) translateX(10px);
transform : rotate(-180deg) translateX(10px);
}
a.back span {
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
display : inline-block;
-webkit-transform : rotate(-180deg);
-ms-transform : rotate(-180deg);
transform : rotate(-180deg);
margin-right : 15px;
}
/* Button Primary */
.btn--primary {
background-color: #5B96F4;
color : #ffffff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
color: #ffffff;
}
.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
background-color: #2D36A1;
color : #ffffff;
}
/* Button Secondary*/
.btn--secondary {
background-color: #ff7101;
color : #ffffff;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
background-color: #5B96F4;
color : #ffffff;
}
.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
background-color: #ffffff;
color : #2D36A1;
}
/* Button White */
.btn--white {
background-color: #ffffff;
color : #373053;
border : 1px solid #ffffff;
border-radius : 4px;
}
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
background-color: #5B96F4;
color : #ffffff;
border-color : #5B96F4;
}
/* Button Block */
.btn--block {
width: 100%;
}
.btn--auto {
width : auto;
padding: 0 17px;
}
/* Button Rounded */
.btn--rounded {
border-radius: 50px;
}
/* Button Bordered */
.btn--bordered {
background-color: transparent;
}
.btn--bordered.btn--primary {
color : #5B96F4;
border-color: #5B96F4;
}
.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
color : #ffffff;
background-color: #5B96F4;
border-color : #5B96F4;
}
.btn--bordered.btn--secondary {
color : #373053;
border-color: #373053;
}
.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
color : #ffffff;
background-color: #373053;
border-color : #373053;
}
.btn--bordered.btn--white {
color : #ffffff;
border-color: #ffffff;
}
.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
color : #5B96F4;
background-color: #ffffff;
border-color : #ffffff;
}
.btn--white.btn--secondary {
color : #ff7101;
border-color : #ffffff;
background-color: #ffffff;
}
.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
color : #ffffff;
background-color: #5B96F4;
border-color : #5B96F4;
}
/* Btn Arrows */
.btn--arrows {
position: relative;
}
.btn--arrows:before {
position : absolute;
top : -100%;
left : 0;
width : 100%;
height : 100%;
font-size : 26px;
line-height : 51px;
font-family : 'icomoon';
content : "\e901";
-webkit-transition: all 0.3s;
-o-transition : all 0.3s;
transition : all 0.3s;
}
.btn--arrows span {
-webkit-transition: all 0.3s;
-o-transition : all 0.3s;
transition : all 0.3s;
display : inline-block;
height : 100%;
width : 100%;
}
.btn--arrows span i {
margin-left: 7px;
}
.btn--arrows:hover span {
-webkit-transform: translateY(300%);
-ms-transform : translateY(300%);
transform : translateY(300%);
}
.btn--arrows:hover:before {
top: 0;
}
/*------------------------------------*\
#FORMS
\*------------------------------------*/
.form-control {
color : #8492A6;
font-family : "Source Sans Pro", sans-serif;
font-size : 16px;
font-weight : 400;
line-height : 57px;
height : 57px;
text-transform : none;
border : 0;
border-bottom : 1px solid #DEE2E6;
background : transparent;
padding : 0;
margin-bottom : 20px;
position : relative;
border-radius : 0;
-webkit-box-shadow: none;
box-shadow : none;
}
.form-control:focus {
border-color : #5B96F4;
-webkit-box-shadow: none;
box-shadow : none;
background : transparent;
}
.form-control::-webkit-input-placeholder {
color: #8492A6;
}
.form-control:-moz-placeholder {
color: #8492A6;
}
.form-control::-moz-placeholder {
color: #8492A6;
}
.form-control:-ms-input-placeholder {
color: #8492A6;
}
/* Placeholder */
.input-group {
border-radius : 0;
border : 1px solid grey;
background-color: transparent;
overflow : hidden;
padding : 3px;
}
.input-group .btn {
width: 160px;
}
.input-group .input-group-btn {
border-radius: 50px;
overflow : hidden;
}
.subscribe-alert {
margin-top : 1.5rem;
font-weight : 400;
max-width : 500px;
margin-right: auto;
margin-left : auto;
}
.subscribe-alert .alert {
font-size : 18px;
font-weight : 400;
line-height : 22px;
border-radius: 4px;
}
.form-inline .form-control {
background-color: #ffffff;
font-size : 16px;
font-weight : 400;
width : 221px;
height : 51px;
border-radius : 50px;
margin-right : 30px;
padding-left : 20px;
border-bottom : none;
margin-bottom : 0;
}
/*------------------------------------*\
#Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
margin-top: 40px;
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
border : none;
background-color : #ffffff;
margin-bottom : 24px;
border-radius : 4px;
border-left : 4px solid #5B96F4;
}
.accordion .card.style-1,
.accordion .card:first-of-type.style-1,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1,
.accordion .card:last-of-type.style-1 {
border-left-color: #F57565;
}
.accordion .card.style-1 .card-heading .card-link:after,
.accordion .card:first-of-type.style-1 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1 .card-heading .card-link:after,
.accordion .card:last-of-type.style-1 .card-heading .card-link:after {
color: #F57565;
}
.accordion .card.style-2,
.accordion .card:first-of-type.style-2,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2,
.accordion .card:last-of-type.style-2 {
border-left-color: #9EEBE6;
}
.accordion .card.style-2 .card-heading .card-link:after,
.accordion .card:first-of-type.style-2 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2 .card-heading .card-link:after,
.accordion .card:last-of-type.style-2 .card-heading .card-link:after {
color: #9EEBE6;
}
.accordion .card.style-3,
.accordion .card:first-of-type.style-3,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3,
.accordion .card:last-of-type.style-3 {
border-left-color: #9775F9;
}
.accordion .card.style-3 .card-heading .card-link:after,
.accordion .card:first-of-type.style-3 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3 .card-heading .card-link:after,
.accordion .card:last-of-type.style-3 .card-heading .card-link:after {
color: #9775F9;
}
.accordion .card.style-4,
.accordion .card:first-of-type.style-4,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4,
.accordion .card:last-of-type.style-4 {
border-left-color: #5B96F4;
}
.accordion .card.style-4 .card-heading .card-link:after,
.accordion .card:first-of-type.style-4 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4 .card-heading .card-link:after,
.accordion .card:last-of-type.style-4 .card-heading .card-link:after {
color: #5B96F4;
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
padding: 30px;
}
@media screen and (max-width: 991px) {
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
padding: 15px 25px 15px 15px;
}
}
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
font-family : "Montserrat", sans-serif;
font-size : 16px;
color : #373053;
font-weight : 700;
line-height : 20px;
text-transform: capitalize;
position : relative;
display : block;
padding-left : 0;
}
@media screen and (max-width: 991px) {
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
font-size : 16px;
line-height: 1.8;
}
}
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
position : absolute;
right : 0;
top : 0;
content : "\f077";
font-family: "Font Awesome 5 Free";
font-size : 18px;
font-weight: 600;
color : #5B96F4;
}
@media screen and (max-width: 991px) {
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
top : 5px;
right : -10px;
font-size: 14px;
}
}
.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after,
.accordion .card:last-of-type .card-heading .card-link.collapsed:after {
content: "\f078";
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
border-top : 1px solid rgba(0, 0, 0, 0.1);
font-family: "Source Sans Pro", sans-serif;
padding : 30px;
font-size : 16px;
font-weight: 400;
line-height: 24px;
}
@media screen and (max-width: 991px) {
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
padding: 15px;
}
}
/*------------------------------------*\
#Heading
\*------------------------------------*/
.heading {
margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
.heading {
text-align: center;
}
}
.heading .heading-title {
font-family : "Montserrat", sans-serif;
color : #373053;
font-size : 42px;
font-weight : 700;
line-height : 1.5;
margin-bottom : 10px;
text-transform: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
.heading .heading-title {
font-size: 24px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.heading .heading-title {
font-size: 36px;
}
.heading .heading-title br {
display: none;
}
}
.heading .heading-desc {
font-size : 16px;
font-weight : 400;
line-height : 1.8;
margin-bottom: 0;
padding : 0;
}
.heading.heading-light .heading-title {
color: #ffffff;
}
.heading.heading-light .heading-desc {
color: #ffffff;
}
/*------------------------------------*\
#LOADING-SECTION
\*------------------------------------*/
.preloader {
width : 100%;
height : 100%;
left : 0;
top : 0;
position : fixed;
z-index : 99999;
background-color: #ffffff;
overflow : hidden;
}
/*------------------------------------*\
#Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
.modal-dialog {
max-width : 310px;
border-radius: 4px;
margin-right : auto;
margin-left : auto;
}
}
@media screen and (min-width: 768px) {
.modal-dialog {
max-width : 470px;
border-radius: 4px;
}
}
.popup-contact-form {
background-color : #ffffff;
text-align : center;
padding : 40px;
border-radius : 4px;
-webkit-box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
box-shadow : 0 3px 6px rgba(233, 120, 74, 0.16);
}
@media screen and (max-width: 767px) {
.popup-contact-form {
padding: 10px;
}
}
.popup-contact-form .form-group {
position : relative;
text-align : left;
margin-bottom: 30px;
}
.popup-contact-form .form-group label {
background-color: #ffffff;
font-size : 18px;
text-transform : capitalize;
margin-bottom : 8px;
z-index : 1;
}
.popup-contact-form .form-group .form-control {
border : 1px solid #DEE2E6;
border-radius: 4px;
line-height : 50px;
height : 50px;
margin-bottom: 0;
padding-left : 17px;
}
.popup-contact-form .heading .heading-title {
font-size : 30px;
margin-bottom : 4px;
text-transform: capitalize;
}
@media screen and (max-width: 767px) {
.popup-contact-form .heading .heading-title {
font-size: 26px;
}
}
.popup-contact-form .heading .heading-desc {
line-height: 1.31;
}
.popup-contact-form p.notice {
font-size : 12px;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
.popup-contact-form p.notice {
padding: 0 45px;
}
}
.connect {
text-align : center;
font-size : 16px;
font-weight: 500;
color : #8492A6;
line-height: 1.5;
}
.connect .connect-link {
display: inline-block;
}
.connect .connect-link a {
text-transform : capitalize;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
color : #373053;
text-transform : capitalize;
position : relative;
}
.connect .connect-link a span {
display : inline-block;
position: relative;
}
.connect .connect-link a span:before {
content : '';
position : absolute;
bottom : -2px;
left : 0;
width : 100%;
height : 2px;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
background-color : #E9ECEF;
}
.connect .connect-link a i {
margin-left: 8px;
}
.connect .connect-link a:hover {
color: #5B96F4;
}
.connect .connect-link a:hover span:before {
background-color: #5B96F4;
}
.connect.connect-light {
color: #ffffff;
}
.connect.connect-light .connect-link a {
color: #373053;
}
.connect.connect-light .connect-link a span:before {
background-color: #373053;
}
.connect.connect-light .connect-link a:hover {
color: #ffffff;
}
.connect.connect-light .connect-link a:hover span:before {
background-color: #ffffff;
}
/*------------------------------------*\
#HEADER
\*------------------------------------*/
.header.header-transparent {
background-color: transparent;
position : absolute;
top : 0;
left : 0;
width : 100%;
z-index : 1001;
}
@media screen and (min-width: 992px) {
.header-2 .navbar-expand-lg>.container,
.header-2 .navbar-expand-lg>.container-fluid {
-webkit-box-pack: justify;
-ms-flex-pack : justify;
justify-content : space-between;
padding : 0 70px;
}
}
/*------------------------------------*\
#Menu
\*------------------------------------*/
.header .navbar {
margin-bottom: 0;
border-radius: 0;
min-height : 100px;
border : none;
padding : 0;
}
.header .navbar .navbar-brand {
margin-right: 0;
}
.header .navbar .navbar-brand .logo-dark {
display: none;
}
.header .navbar .navbar-brand .logo-light {
display: inline-block;
}
.header .navbar .navbar-nav>li {
margin-right: 30px;
position : relative;
}
.header .navbar .navbar-nav>li:last-child {
margin-right: 0;
}
.header .navbar .navbar-nav>li>a {
font-family : "Montserrat", sans-serif;
font-size : 16px;
text-transform : capitalize;
font-weight : 500;
line-height : 100px;
color : #ffffff;
padding : 0;
position : relative;
display : block;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
.header .navbar .navbar-nav>li>a::before {
position : absolute;
left : 0;
bottom : 35px;
content : '';
height : 2px;
width : 0;
background-color : #E2E2E2;
-webkit-transition: width 300ms linear;
-o-transition : width 300ms linear;
transition : width 300ms linear;
}
}
@media screen and (min-width: 992px) {
.header .navbar .navbar-nav>li.active>a:before,
.header .navbar .navbar-nav>li>a:focus:before,
.header .navbar .navbar-nav>li>a:hover:before {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.header .navbar .navbar-nav>li {
margin-right: 0;
}
.header .navbar .navbar-nav>li a {
margin-right: 0;
padding : 15px 10px;
color : #373053;
line-height : 1;
}
.header .navbar .navbar-nav>li.active {
background-color: #5B96F4;
border-radius : 4px;
}
.header .navbar .navbar-nav>li.active a {
color: #ffffff;
}
}
.header .navbar.navbar-fixed {
top : 0;
background : #ffffff;
-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
box-shadow : 0 2px 4px rgba(3, 27, 78, 0.1);
-webkit-animation : navbarFixed 0.8s;
animation : navbarFixed 0.8s;
}
.header .navbar.navbar-fixed .navbar-brand .logo-dark {
display: inline-block;
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
display: none;
}
.header .navbar.navbar-fixed .navbar-nav>li a {
color : #2D36A1;
line-height: 1;
}
.header .navbar.navbar-fixed .navbar-nav>li a::before {
bottom: -8px;
}
@media screen and (max-width: 991px) {
.header .navbar.navbar-fixed .navbar-nav>li a:hover {
background-color: #5B96F4;
color : #ffffff;
}
}
.header .navbar.navbar-fixed .navbar-nav>li.active>a:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:focus:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:hover:before {
background-color: #2D36A1;
}
.header .navbar.navbar-fixed .navbar-nav>li.active a {
color: #2D36A1;
}
@media screen and (max-width: 991px) {
.header .navbar.navbar-fixed .navbar-nav>li.active {
background-color: #2D36A1;
}
.header .navbar.navbar-fixed .navbar-nav>li.active a {
color: #ffffff;
}
}
@-webkit-keyframes navbarFixed {
0% {
opacity : 0;
-webkit-transform: translateY(-100%);
transform : translateY(-100%);
}
100% {
opacity : 1;
-webkit-transform: translateY(0);
transform : translateY(0);
}
}
@keyframes navbarFixed {
0% {
opacity : 0;
-webkit-transform: translateY(-100%);
transform : translateY(-100%);
}
100% {
opacity : 1;
-webkit-transform: translateY(0);
transform : translateY(0);
}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
.navbar .navbar-brand {
max-width: 200px;
}
.navbar .navbar-brand img {
max-width: 100%;
height : auto;
}
}
@media only screen and (max-width: 991px) {
.navbar .navbar-brand {
margin-left: 15px;
line-height: 100px;
}
.navbar .navbar-brand img {
max-width: 100%;
height : auto;
}
.navbar .navbar-toggler {
width : 30px;
height : 30px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
-webkit-box-align : center;
-ms-flex-align : center;
align-items : center;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
cursor : pointer;
outline : none;
margin-right : 30px;
padding : 0;
}
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
.navbar .navbar-toggler {
display: none;
}
}
@media only screen and (max-width: 991px) {
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
background-color: transparent;
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
top: 0;
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
-webkit-transform: rotate(45deg);
-ms-transform : rotate(45deg);
transform : rotate(45deg);
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
-webkit-transform: rotate(-45deg);
-ms-transform : rotate(-45deg);
transform : rotate(-45deg);
}
.navbar .navbar-toggler .navbar-toggler-icon {
width : 100%;
height : 2px;
background-color : #ffffff;
position : relative;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
.navbar .navbar-toggler .navbar-toggler-icon:before,
.navbar .navbar-toggler .navbar-toggler-icon:after {
content : '';
position : absolute;
left : 0;
height : 2px;
width : 100%;
background-color : #ffffff;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
.navbar .navbar-toggler .navbar-toggler-icon:before {
top: -10px;
}
.navbar .navbar-toggler .navbar-toggler-icon:after {
top: 10px;
}
.navbar .navbar-collapse {
background-color: #ffffff;
padding : 15px;
}
.navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
background-color: transparent;
}
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
background-color: #5B96F4;
}
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
background-color: #5B96F4;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.header .navbar .navbar-nav>li {
margin-right: 16px;
}
.module .module-icon,
.module-consultation .btn {
margin-right: 0;
}
}
@media only screen and (min-width: 992px) {
.navbar-collapse {
padding-right: 0;
padding-left : 0;
}
}
/*------------------------------------*\
#Menu
\*------------------------------------*/
.header .module-container {
padding-left: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.header .module-container {
padding-left: 15px;
}
}
@media screen and (max-width: 991px) {
.header .module-container {
padding-left: 0;
margin-top : 15px;
}
}
.header .module-container .module-cta .btn {
width : auto;
height : 50px;
padding : 0 17px;
display : block;
cursor : pointer;
color : #ffffff;
font-size : 16px;
font-weight : 600;
text-transform : capitalize;
border-radius : 5px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
-webkit-box-align : center;
-ms-flex-align : center;
align-items : center;
z-index : inherit;
-webkit-transition: all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
outline : none;
background-color : transparent;
border : 1px solid #ffffff;
}
.header .module-container .module-cta .btn .icon {
margin-left: 15px;
}
.header .module-container .module-cta .btn:hover {
background-color: #ff7101;
border-color : #ff7101;
color : #ffffff;
}
@media screen and (max-width: 991px) {
.header .module-container .module-cta .btn {
width : auto;
height : 40px;
line-height : 40px;
font-size : 13px;
margin-right : 15px;
background-color: #ff7101;
border-color : #ff7101;
color : #ffffff;
}
.header .module-container .module-cta .btn:before {
line-height: 40px;
}
}
.header .navbar-fixed .module-container .module-cta .btn {
background-color: #ff7101;
border-color : #ff7101;
color : #ffffff;
}
.header .navbar-fixed .module-container .module-cta .btn:hover {
background-color: #2D36A1;
border-color : #2D36A1;
}
/*------------------------------------*\
#Hero
\*------------------------------------*/
.hero {
padding-top : 200px;
padding-bottom : 300px;
overflow : visible;
background-position: left center;
position : relative;
}
@media screen and (max-width: 767px) {
.hero {
padding: 150px 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.hero {
padding-top : 190px;
padding-bottom: 160px;
}
}
.hero .hero-cotainer .hero-content {
padding-top : 100px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-orient : vertical;
-webkit-box-direction: normal;
-ms-flex-direction : column;
flex-direction : column;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
}
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content {
padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content {
text-align : center;
max-width : 430px;
margin-right: auto;
margin-left : auto;
}
}
.hero .hero-cotainer .hero-content .hero-headline {
color : #ffffff;
font-family : "Montserrat", sans-serif;
font-size : 46px;
font-weight : 700;
line-height : 1.15;
margin-bottom : 20px;
text-transform: none;
}
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content .hero-headline {
font-size: 32px;
}
.hero .hero-cotainer .hero-content .hero-headline br {
display: none;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.hero .hero-cotainer .hero-content .hero-headline {
font-size: 40px;
}
.hero .hero-cotainer .hero-content .hero-headline br {
display: none;
}
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-headline {
font-size: 36px;
}
}
.hero .hero-cotainer .hero-content .hero-bio {
color : #ffffff;
font-family : "Source Sans Pro", sans-serif;
font-size : 16px;
font-weight : 400;
line-height : 27px;
margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
.hero .hero-cotainer .hero-content .hero-bio br {
display: none;
}
}
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content .hero-action {
margin-bottom: 30px;
}
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm {
position: relative;
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
margin-bottom : 0;
background-color: #ffffff;
border-radius : 4px;
padding-left : 40px;
padding-right : 250px;
border-bottom : 0;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
padding-left : 6px;
padding-right: 200px;
}
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
position: absolute;
top : 3px;
right : 3px;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
width: 170px;
}
}
.hero .hero-cotainer .hero-content .hero-action .form-action {
position : relative;
max-width : 600px;
margin-right: auto;
margin-left : auto;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group {
border : none;
height : 65px;
padding : 7px;
border-radius : 6px;
background-color: #ffffff;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
width : 170px;
height : 50px;
line-height: 50px;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn .icon {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
width: 120px;
}
}
.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
margin-bottom: 0;
border-radius: 0;
padding-left : 24px;
padding-right: 200px;
border-bottom: 0;
width : calc(100% - 170px);
height : 50px;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
padding-left : 25px;
padding-right: 130px;
width : calc(100% - 120px);
}
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn {
position: absolute;
top : 7px;
right : 7px;
z-index : 60;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:hover,
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:focus {
background-color: #2D36A1;
}
.divider-shape {
position: absolute;
top : auto;
right : 0;
bottom : 0;
left : 0;
}
.divider-shape-top {
position: absolute;
top : 0;
right : 0;
bottom : auto;
left : 0;
}
.divider-rotate {
-webkit-transform: rotate(180deg);
-ms-transform : rotate(180deg);
transform : rotate(180deg);
margin-top : -170px;
height : 170px;
}
@media screen and (max-width: 575px) {
.divider-rotate {
height : 100px;
margin-top: -100px;
}
}
.divider-shape-bottom {
position: absolute;
bottom : 0;
right : 0;
left : 0;
}
/*------------------------------------*\
#Testimonial
\*------------------------------------*/
.testimonials .testimonial-panel {
padding : 40px;
-webkit-transition: all 0.3s linear;
-o-transition : all 0.3s linear;
transition : all 0.3s linear;
position : relative;
background-color : #ffffff;
border-radius : 4px;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
border-bottom : 4px solid #5B96F4;
-webkit-transition: all 300ms ease-in-out;
-o-transition : all 300ms ease-in-out;
transition : all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
.testimonials .testimonial-panel {
max-width: 370px;
padding : 20px;
margin : 0 auto 30px auto;
}
}
.testimonials .testimonial-panel:hover {
cursor : pointer;
-webkit-transform: translateY(-7px);
-ms-transform : translateY(-7px);
transform : translateY(-7px);
}
.testimonials .testimonial-panel .testimonial-body {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-orient : vertical;
-webkit-box-direction: normal;
-ms-flex-direction : column;
flex-direction : column;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
position : relative;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-icon {
font-size : 29px;
margin-bottom: 17px;
color : #5B96F4;
}
.testimonials .testimonial-panel .testimonial-body p {
font-size : 16px;
line-height : 1.8;
margin-bottom: 0;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-align: right;
-ms-flex-align : right;
align-items : right;
-webkit-box-pack : right;
-ms-flex-pack : right;
justify-content : right;
margin-top : 30px;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author .testimonial-img {
width : 56px;
height : 49px;
background-color : #FAF8FB;
border-radius : 6px;
margin-right : 17px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : right;
-ms-flex-pack : right;
justify-content : right;
-webkit-box-align: right;
-ms-flex-align : right;
align-items : right;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author .testimonial-img img {
width : auto;
max-width: 100%;
display : inline-block;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author p {
font-family : "Montserrat", sans-serif;
color : #373053;
text-align : left;
font-size : 16px;
line-height : 20px;
font-weight : 700;
text-transform: capitalize;
padding-top : 5px;
margin-bottom : 4px;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author .testimonial-rating {
text-align: left;
}
.testimonials .testimonial-panel.style-1 {
border-bottom-color: #F67362;
}
.testimonials .testimonial-panel.style-1 .testimonial-body .testimonial-icon {
color: #F67362;
}
.testimonials .testimonial-panel.style-2 {
border-bottom-color: #9EEBE6;
}
.testimonials .testimonial-panel.style-2 .testimonial-body .testimonial-icon {
color: #9EEBE6;
}
.testimonials .testimonial-panel.style-3 {
border-bottom-color: #A68DF0;
}
.testimonials .testimonial-panel.style-3 .testimonial-body .testimonial-icon {
color: #A68DF0;
}
/*------------------------------------*\
#Features
\*------------------------------------*/
.features .feature-panel {
padding : 40px;
border-radius : 4px;
position : relative;
-webkit-box-shadow : none;
box-shadow : none;
cursor : pointer;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-orient : vertical;
-webkit-box-direction: normal;
-ms-flex-direction : column;
flex-direction : column;
-webkit-transition : all 300ms linear;
-o-transition : all 300ms linear;
transition : all 300ms linear;
}
.features .feature-panel.active,
.features .feature-panel:hover {
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
}
@media screen and (max-width: 991px) {
.features .feature-panel {
-webkit-box-align: center;
-ms-flex-align : center;
align-items : center;
max-width : 370px;
margin : 0 auto 50px auto;
}
}
.features .feature-panel .feature-icon {
color : #5B96F4;
font-size : 53px;
line-height : 78px;
margin-right : 0px;
position : relative;
margin-bottom: 13px;
width : 100px;
height : 88px;
text-align : center;
}
.features .feature-panel .feature-icon.text-center {
margin-right: auto;
margin-left : auto;
}
@media screen and (max-width: 991px) {
.features .feature-panel .feature-content {
text-align: center;
}
}
.features .feature-panel .feature-content h3 {
font-size : 24px;
line-height : 1.5;
margin-bottom : 5px;
text-transform: capitalize;
}
.features .feature-panel .feature-content p {
font-size : 16px;
font-weight : 400;
line-height : 24px;
margin-bottom: 0;
}
.about .heading {
margin-top : 40px;
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.about .btn {
margin-bottom: 50px;
}
}
.about .about-list .about-item {
margin-bottom : 30px;
position : relative;
border-radius : 4px;
padding : 30px 15px;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
overflow : hidden;
text-align : center;
border-bottom : 4px solid #55DFFC;
}
@media screen and (max-width: 1200px) {
.about .about-list .about-item {
padding: 18px 10px;
}
}
.about .about-list .about-item .about-item-icon {
width : 50px;
height : 50px;
position : relative;
margin : 0 auto 14px auto;
text-align: center;
}
.about .about-list .about-item .about-item-title {
font-family : "Montserrat", sans-serif;
color : #373053;
font-size : 14px;
line-height : 24px;
font-weight : 700;
text-transform: capitalize;
position : relative;
z-index : 1;
}
.about .about-list .about-item.style-1 {
border-bottom-color: #F67362;
}
.about .about-list .about-item.style-2 {
border-bottom-color: #55DFFC;
}
.about .about-list .about-item.style-3 {
border-bottom-color: #9775F9;
}
@media screen and (max-width: 767px) {
.author {
text-align: center;
}
}
.author .author-education h3 {
font-size : 20px;
font-weight : 700;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.author .author-education h3 {
font-size: 24px;
}
}
.author .author-education .education-list .education-item {
margin-bottom : 30px;
border-radius : 4px;
background-color : #ffffff;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
padding : 30px 30px 30px 20px;
border-bottom : 4px solid #5B96F4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.author .author-education .education-list .education-item {
padding: 20px;
}
}
.author .author-education .education-list .education-item .education-title {
font-family : "Montserrat", sans-serif;
color : #373053;
font-size : 16px;
font-weight : 700;
text-transform: capitalize;
margin-bottom : 5px;
}
.author .author-education .education-list .education-item .education-period {
font-size : 15px;
line-height : 17px;
color : #5B96F4;
margin-bottom: 10px;
}
.author .author-education .education-list .education-item .education-desc {
font-size: 16px;
}
.author .author-education .education-list .education-item.style-1 {
border-bottom-color: #F67362;
}
.author .author-education .education-list .education-item.style-1 .education-period {
color: #F67362;
}
.author .author-education .education-list .education-item.style-2 {
border-bottom-color: #55DFFC;
}
.author .author-education .education-list .education-item.style-2 .education-period {
color: #55DFFC;
}
.author .author-social h4 {
font-size: 20px;
}
.author .author-social a {
width : 32px;
height : 32px;
line-height : 32px;
font-size : 16px;
color : #BABABA;
border : 1px solid #BABABA;
display : inline-block;
border-radius: 50%;
text-align : center;
margin-right : 10px;
}
.author .author-social a:hover {
color : #5B96F4;
border-color: #5B96F4;
}
@media screen and (max-width: 767px) {
.author img {
margin-bottom: 50px;
}
}
/*------------------------------------*\
#Call To Action
\*------------------------------------*/
.cta {
position : relative;
margin-top: 50px;
}
.cta .action-container {
padding : 50px;
position : relative;
background-color: #5B95F4;
border-radius : 10px;
z-index : 1;
}
@media screen and (max-width: 991px) {
.cta .action-container {
padding: 10px;
}
}
.cta .action-container .cta-cover {
background-color: #70A3F5;
}
.cta h3 {
color : #ffffff;
font-size : 30px;
line-height : 45px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.cta h3 {
font-size : 28px;
padding : 0;
line-height: 35px;
}
}
.cta .form-action {
position : relative;
max-width : 600px;
margin-right: auto;
margin-left : 0;
}
.cta .form-action .input-group {
border : none;
height : 65px;
padding : 7px;
border-radius : 4px;
background-color: #ffffff;
}
.cta .form-action .input-group .btn {
width : 170px;
height : 50px;
line-height: 50px;
}
.cta .form-action .input-group .btn:hover,
.cta .form-action .input-group .btn:focus {
background-color: #2D36A1;
}
.cta .form-action .input-group .btn .icon {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.cta .form-action .input-group .btn {
width: 120px;
}
}
.cta .form-action .form-control {
margin-bottom: 0;
border-radius: 0;
padding-left : 24px;
padding-right: 210px;
border-bottom: 0;
width : calc(100% - 170px);
height : 50px;
}
@media screen and (max-width: 767px) {
.cta .form-action .form-control {
padding-left : 0;
padding-right: 130px;
width : calc(100% - 120px);
}
}
.cta .form-action .btn {
position: absolute;
top : 7px;
right : 7px;
z-index : 60;
}
@media screen and (max-width: 991px) {
.cta {
text-align: center;
}
.cta .cta-cover {
margin-bottom: 30px;
}
}
/*------------------------------------*\
#PRICING-SECTION
\*------------------------------------*/
.pricing .pricing-panel {
width : 370px;
background-color : #ffffff;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
padding : 60px 35px;
-webkit-transition: all 0.35s ease-in-out;
-o-transition : all 0.35s ease-in-out;
transition : all 0.35s ease-in-out;
position : relative;
border-radius : 4px;
border-bottom : 4px solid #5B96F4;
overflow : hidden;
position : absolute;
-webkit-transform : scale(0.85) translateX(177px);
-ms-transform : scale(0.85) translateX(177px);
transform : scale(0.85) translateX(177px);
}
@media screen and (max-width: 991px) {
.pricing .pricing-panel {
position : relative;
-webkit-transform: scale(1) translateX(0);
-ms-transform : scale(1) translateX(0);
transform : scale(1) translateX(0);
width : 100%;
max-width : 370px;
margin : 0 auto 30px auto;
}
}
.pricing .pricing-panel.active {
z-index : 2;
-webkit-transform: scale(1);
-ms-transform : scale(1);
transform : scale(1);
}
.pricing .pricing-panel.active .btn:hover {
background-color: #2D36A1;
}
.pricing .pricing-panel:last-of-type {
z-index : 1;
border-bottom-color: #F67362;
}
.pricing .pricing-panel:last-of-type .btn {
background-color: #F67362;
}
@media screen and (max-width: 991px) {
.pricing .pricing-panel {
max-width : 370px;
margin-right : auto;
margin-left : auto;
margin-bottom: 30px;
}
}
@media screen and (min-width: 767px) and (max-width: 991px) {
.pricing .pricing-panel {
width : 45%;
float : left;
margin-right: 15px;
margin-left : 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.pricing .pricing-panel {
width: 300px;
}
}
.pricing .pricing-panel .pricing-head {
text-align : center;
margin-bottom: 30px;
}
.pricing .pricing-panel .pricing-head .pricing-name {
font-family : "Montserrat", sans-serif;
font-size : 32px;
font-weight : 700;
color : #373053;
margin-bottom: 25px;
}
.pricing .pricing-panel .pricing-head .currency {
font-family: "Montserrat", sans-serif;
font-size : 28px;
font-weight: 600;
color : #373053;
}
.pricing .pricing-panel .pricing-head .currency span {
font-size: 16px;
}
.pricing .pricing-panel .pricing-body {
text-align: center;
}
.pricing .pricing-panel .pricing-body .pricing-list {
margin-bottom: 30px;
}
.pricing .pricing-panel .pricing-body .pricing-list li {
font-size : 16px;
line-height : 1.5;
font-weight : 400;
text-align : center;
padding : 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing .pricing-panel .pricing-body .pricing-list li:last-child {
border-bottom : none;
padding-bottom: 0;
}
.pricing .pricing-panel .pricing-body .btn {
width: 186px;
}
.pricing .pricing-panel .pricing-body .btn .icon {
margin-left: 10px;
}
@media screen and (max-width: 991px) {
.pricing .pricing-panel .pricing-body .btn {
width : calc(100% - 30px);
margin-right: auto;
margin-left : auto;
}
}
/*------------------------------------*\
#Footer
\*------------------------------------*/
.footer {
padding-top : 250px;
position : relative;
background-color: #2D36A1;
margin-top : -200px;
}
.footer .footer-top {
padding: 65px 0;
}
@media screen and (max-width: 991px) {
.footer .footer-top {
text-align: center;
padding : 35px 0;
}
}
.footer .footer-top .footer-logo img {
max-width: 100%;
height : auto;
}
.footer .footer-top .footer-navigation {
margin-bottom: 0;
text-align : center;
}
@media screen and (max-width: 991px) {
.footer .footer-top .footer-navigation {
margin-top : 20px;
margin-bottom: 20px;
}
}
.footer .footer-top .footer-navigation li {
display : inline-block;
margin-right: 30px;
}
@media screen and (max-width: 991px) {
.footer .footer-top .footer-navigation li {
margin-right: 16px;
}
}
.footer .footer-top .footer-navigation li:last-child {
margin-right: 0;
}
.footer .footer-top .footer-navigation li a {
font-size : 18px;
line-height : 42px;
color : #ffffff;
font-weight : 500;
font-family : "Source Sans Pro", sans-serif;
padding : 0;
-webkit-transition: 300ms ease-in-out;
-o-transition : 300ms ease-in-out;
transition : 300ms ease-in-out;
text-transform : capitalize;
}
.footer .footer-top .footer-navigation li a:hover {
color: #ff7101;
}
.footer .footer-top .footer-social {
text-align: right;
}
@media screen and (max-width: 991px) {
.footer .footer-top .footer-social {
text-align: center;
}
}
.footer .footer-top .footer-social ul {
margin-bottom: 0;
}
.footer .footer-top .footer-social ul li {
display : inline-block;
margin-right: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.footer .footer-top .footer-social ul li {
margin-right: 10px;
}
}
.footer .footer-top .footer-social ul li:last-child {
margin-right: 0;
}
.footer .footer-top .footer-social ul li a {
font-size : 17px;
line-height: 42px;
color : #ffffff;
}
.footer .footer-top .footer-social ul li a:hover {
color: #ff7101;
}
.footer .footer-bottom {
background-color: #2D36A1;
}
.footer .footer-bottom hr {
border-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom .footer-copyright {
padding-top : 38px;
padding-bottom: 38px;
font-family : "Montserrat", sans-serif;
font-size : 14px;
font-weight : 400;
line-height : 1.5;
text-transform: capitalize;
color : #D8DBFC;
}
.footer .footer-bottom .footer-copyright a {
color : #ffffff;
font-weight: 600;
}
.footer .footer-bottom .footer-copyright a:hover {
color: #ff7101;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.footer-copyright {
font-size: 12px;
}
}
/*------------------------------------*\
#Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack: center;
-ms-flex-pack : center;
justify-content : center;
margin-top : 40px;
}
.carousel-dots .owl-dots.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.carousel-dots .owl-dots .owl-dot {
width : 10px;
height : 10px;
border : solid 1px #5B96F4;
background-color: #5B96F4;
border-radius : 50%;
margin-right : 13px;
}
.carousel-dots .owl-dots .owl-dot.active {
background-color: #ffffff;
border : 2px solid #5B96F4;
}
.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
outline: none;
}
.carousel-navs .owl-nav.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.carousel-navs .owl-nav [class*="owl-"] {
position : absolute;
top : 50%;
-webkit-transform: translateY(-50%);
-ms-transform : translateY(-50%);
transform : translateY(-50%);
outline : none;
}
@media screen and (max-width: 1200px) {
.carousel-navs .owl-nav [class*="owl-"] {
display: none;
}
}
.carousel-navs .owl-nav [class*="owl-"] span {
display: none;
}
.carousel-navs .owl-nav [class*="owl-"]::before {
font-family: 'icomoon';
font-size : 30px;
color : #5B96F4;
}
.carousel-navs .owl-nav [class*="owl-"]:hover:before {
color: #373053;
}
.carousel-navs .owl-nav .owl-prev {
left : -40px;
-webkit-transform: rotate(-180deg) translateY(50%);
-ms-transform : rotate(-180deg) translateY(50%);
transform : rotate(-180deg) translateY(50%);
}
@media screen and (max-width: 991px) {
.carousel-navs .owl-nav .owl-prev {
left: 0px;
}
}
.carousel-navs .owl-nav .owl-prev::before {
content: '\e901';
}
.carousel-navs .owl-nav .owl-next {
right: -40px;
}
@media screen and (max-width: 991px) {
.carousel-navs .owl-nav .owl-next {
right: 0px;
}
}
.carousel-navs .owl-nav .owl-next::before {
content: '\e901';
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.carousel-dots .owl-controls {
margin-top: 20px;
}
}
/*------------------------------------*\
#Promo Page
\*------------------------------------*/
.landing-hero {
padding: 125px 0 250px 0;
}
@media screen and (max-width: 991px) {
.landing-hero {
padding: 125px 0 90px 0;
}
}
.landing-hero .landing-content {
padding-top: 100px;
}
@media screen and (max-width: 991px) {
.landing-hero .landing-content {
padding-top : 50px;
margin-bottom: 50px;
text-align : center;
}
}
.landing-hero .landing-content h1 {
font-size : 45px;
font-weight : 500;
line-height : 1.5;
color : #ffffff;
margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
.landing-hero .landing-content h1 {
font-size : 34px;
line-height: 50px;
}
}
@media screen and (max-width: 1200px) {
.landing-hero .landing-content h1 {
font-size : 40px;
line-height: 50px;
}
}
@media screen and (max-width: 991px) {
.landing-hero .landing-content {
font-size : 50px;
line-height: 55px;
}
}
.landing-hero .landing-content p {
font-family: "Montserrat", sans-serif;
font-size : 18px;
line-height: 27px;
}
.landing-hero .landing-content .scroll-to i {
-webkit-transform: rotate(90deg);
-ms-transform : rotate(90deg);
transform : rotate(90deg);
display : inline-block;
color : #5B96F4;
font-size : 42px;
cursor : pointer;
-webkit-animation: 1s Up-Down ease-in-out infinite;
animation : 1s Up-Down ease-in-out infinite;
}
.landing-demos {
padding: 120px 0 40px 0;
}
@media screen and (max-width: 991px) {
.landing-demos {
padding: 40px 0;
}
}
.landing-demos .showcase-card {
-webkit-transition: all 300ms;
-o-transition : all 300ms;
transition : all 300ms;
margin : 0 auto 80px auto;
font-size : 16px;
font-weight : 500;
color : #373053;
text-align : center;
text-transform : capitalize;
}
@media screen and (max-width: 991px) {
.landing-demos .showcase-card {
max-width: 500px;
}
}
.landing-demos .showcase-card .showcase-card-img {
-webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
box-shadow : 0px 30px 50px rgba(33, 37, 40, 0.1);
margin-bottom : 30px;
}
.landing-demos .showcase-card .showcase-card-img img {
max-width : 100%;
height : auto;
-webkit-transition: all 300ms ease-in-out;
-o-transition : all 300ms ease-in-out;
transition : all 300ms ease-in-out;
}
.landing-demos .showcase-card a {
color : #373053;
text-align : center;
display : block;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
.landing-demos .showcase-card a:hover {
color: #5B96F4;
}
.landing-demos .showcase-card:hover {
-webkit-transform: translateY(-6px);
-ms-transform : translateY(-6px);
transform : translateY(-6px);
}
.landing-action {
padding : 120px 0;
margin-top: 177px;
overflow : visible;
}
@media screen and (max-width: 991px) {
.landing-action {
margin-top: 0;
}
}
.landing-action h3 {
color : #fffefe;
font-size : 45px;
font-weight : 500;
line-height : 60px;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.landing-action h3 {
font-size : 28px;
line-height: 35px;
}
}
.landing-action p {
color : #ffffff;
font-size : 18px;
font-weight : 400;
line-height : 1.5;
margin-bottom: 5px;
}
.landing-featues {
padding-bottom: 50px;
}
.landing-featues .feature-box {
margin-bottom: 50px;
}
@-webkit-keyframes Up-Down {
0% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
50% {
-webkit-transform: translateY(20px);
transform : translateY(20px);
}
100% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
}
@keyframes Up-Down {
0% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
50% {
-webkit-transform: translateY(20px);
transform : translateY(20px);
}
100% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
} | assets/css/style.css |
1. Global Styles
2. Typography
3. Color
4. Align
5. Grid
6. Background
7. Buttons
8. Forms
9. Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
overflow-x: hidden;
}
html {
font-size: 13px;
}
body {
background-color: #ffffff;
font-family : "Source Sans Pro", sans-serif;
font-size : 13px;
font-weight : 400;
color : #8492A6;
line-height : 1.5;
margin : 0;
}
.wrapper {
background-color: #ffffff;
}
* {
outline: none;
}
::-moz-selection {
text-shadow: none;
}
::selection {
background-color: #5B96F4;
color : #ffffff;
text-shadow : none;
}
a {
-webkit-transition: 0.3s ease;
-o-transition : 0.3s ease;
transition : 0.3s ease;
color : #5B96F4;
}
a:hover {
color : #2b77f1;
text-decoration: none;
}
a:focus {
color : #2b77f1;
outline : none;
text-decoration: none;
}
a:active {
color : #2b77f1;
outline : none;
text-decoration: none;
}
hr {
margin: 0;
}
textarea {
resize: none;
}
button.btn {
margin-bottom: 0;
}
section {
background-color: #fff;
}
.modal-backdrop {
z-index : 1020;
background-color: rgba(34, 34, 34, 0.95);
}
.fullscreen {
height: 100vh !important;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
.fullscreen {
height: auto !important;
}
}
/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
color : #373053;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin : 0 0 28px;
line-height: 1;
}
.h1,
h1 {
font-size: 52px;
}
.h2,
h2 {
font-size: 42px;
}
.h3,
h3 {
font-size: 38px;
}
.h4,
h4 {
font-size: 32px;
}
.h5,
h5 {
font-size: 24px;
}
.h6,
h6 {
font-size: 18px;
}
p {
color : #8492A6;
font-size : 13px;
font-weight: 400;
line-height: 22px;
}
.lead {
font-size : 16px;
line-height: 1.8;
}
/* Aligning Text */
.text--left {
text-align: left !important;
}
.text--right {
text-align: right !important;
}
.text--center {
text-align: center !important;
}
.text--just {
text-align: justify !important;
}
.align--top {
vertical-align: top;
}
.align--bottom {
vertical-align: bottom;
}
.align--middle {
vertical-align: middle;
}
.align--baseline {
vertical-align: baseline;
}
/* Weight Text */
.bold {
font-weight: bold;
}
.regular {
font-weight: normal;
}
.italic {
font-style: italic;
}
.break-word {
word-wrap: break-word;
}
.no-wrap {
white-space: nowrap;
}
/* Text Color */
.text-white {
color: #ffffff !important;
}
.text-gray {
color: #FAF8FB !important;
}
.text-black {
color: #373053;
}
.text-theme {
color: #5B96F4;
}
.text--capitalize {
text-transform: capitalize !important;
}
.text--uppercase {
text-transform: uppercase !important;
}
.font-heading {
font-family: "Montserrat", sans-serif;
}
.font-body {
font-family: "Source Sans Pro", sans-serif;
}
.font-18 {
font-size: 24px;
}
.font-16 {
font-size: 16px;
}
.font-20 {
font-size: 20px;
}
.font-40 {
font-size: 40px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
text-center-xs {
text-align: center !important;
}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
text-center-sm {
text-align: center !important;
}
}
.higlighted-style1 {
background-color: #5B96F4;
color : #fff;
padding : 5px 0;
}
.higlighted-style2 {
background-color: #373053;
color : #fff;
padding : 5px 0;
}
.higlighted-style3 {
background-color: #FAF8FB;
color : #5B96F4;
padding : 5px 0;
}
/*------------------------------------*\
#COLORS
\*------------------------------------*/
.color-heading {
color: #373053 !important;
}
.color-theme {
color: #5B96F4 !important;
}
.color-white {
color: #ffffff !important;
}
.color-gray {
color: #FAF8FB !important;
}
/*------------------------------------*\
#Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
margin-bottom: 20px;
}
section {
padding-top : 100px;
padding-bottom: 100px;
overflow : hidden;
}
/* All margin */
.m-0 {
margin: 0 !important;
}
.m-xs {
margin: 10px;
}
.m-sm {
margin: 20px;
}
.m-md {
margin: 40px;
}
.m-lg {
margin: 80px;
}
/* top margin */
.mt-0 {
margin-top: 0;
}
.mt-xs {
margin-top: 10px;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-60 {
margin-top: 60px;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mt-100 {
margin-top: 100px !important;
}
.mt-150 {
margin-top: 150px;
}
/* bottom margin */
.mb-0 {
margin-bottom: 0 !important;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mb-100 {
margin-bottom: 100px !important;
}
.mb-150 {
margin-bottom: 150px !important;
}
/* right margin */
.mr-0 {
margin-right: 0;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-50 {
margin-right: 50px;
}
.mr-60 {
margin-right: 60px;
}
.mr-150 {
margin-right: 150px;
}
/* left margin */
.ml-0 {
margin-left: 0;
}
.ml-xs {
margin-left: 10px;
}
.ml-sm {
margin-left: 20px;
}
.ml-md {
margin-left: 40px;
}
.ml-lg {
margin-left: 80px;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-50 {
margin-left: 50px;
}
.ml-60 {
margin-left: 60px;
}
.ml-150 {
margin-left: 150px;
}
/* All padding */
.p-0 {
padding: 0 !important;
}
.p-xs {
padding: 10px;
}
.p-sm {
padding: 20px;
}
.p-md {
padding: 40px;
}
.p-lg {
padding: 80px;
}
/* top padding */
.pt-0 {
padding-top: 0 !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-50 {
padding-top: 50px;
}
.pt-60 {
padding-top: 60px;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-80 {
padding-top: 80px;
}
.pt-90 {
padding-top: 90px;
}
.pt-100 {
padding-top: 100px !important;
}
.pt-150 {
padding-top: 150px !important;
}
/* bottom padding */
.pb-0 {
padding-bottom: 0 !important;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-100 {
padding-bottom: 100px !important;
}
/* right padding */
.pr-0 {
padding-right: 0;
}
.pr-xs {
padding-right: 10px;
}
.pr-sm {
padding-right: 20px;
}
.pr-md {
padding-right: 40px;
}
.pr-lg {
padding-right: 80px;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-50 {
padding-right: 50px;
}
.pr-60 {
padding-right: 60px;
}
.pr-100 {
padding-right: 100px !important;
}
.pr-150 {
padding-right: 150px;
}
/* left padding */
.pl-0 {
padding-left: 0 !important;
}
.pl-30 {
padding-left: 30px;
}
.pl-50 {
padding-left: 50px;
}
.pl-60 {
padding-left: 60px;
}
.pl-100 {
padding-left: 100px !important;
}
.pl-150 {
padding-left: 150px;
}
/* Postions */
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.static {
position: static;
}
/* Zindex*/
.zindex-1 {
z-index: 1;
}
.zindex-2 {
z-index: 2;
}
.zindex-3 {
z-index: 3;
}
/* Borders */
.border-all {
border: 1px solid #5B96F4;
}
.border-top {
border-top: 1px solid #5B96F4;
}
.border-bottom {
border-bottom: 1px solid #5B96F4;
}
.border-right {
border-right: 1px solid #5B96F4;
}
.border-left {
border-left: 1px solid #5B96F4;
}
/* Display */
.inline {
display: inline;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.hide {
display: none;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 767px) {
section {
padding-top : 60px;
padding-bottom: 60px;
}
.text-center-xs {
text-align: center !important;
}
.pull-none-xs {
float : none !important;
text-align: center !important;
}
.mb-15-xs {
margin-bottom: 15px;
}
.mb-30-xs {
margin-bottom: 30px !important;
}
.mb-50-xs {
margin-bottom: 50px;
}
.mb-60-xs {
margin-bottom: 60px !important;
}
.p-none-xs {
padding-right: 0;
padding-left : 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
text-align: center !important;
}
.mb-0-sm {
margin-bottom: 0;
}
.mb-15-sm {
margin-bottom: 15px;
}
.mb-30-sm {
margin-bottom: 30px !important;
}
.mb-50-sm {
margin-bottom: 50px;
}
.mb-60-sm {
margin-bottom: 60px;
}
.pb-15-sm {
padding-bottom: 15px;
}
.pb-30-sm {
padding-bottom: 30px;
}
.pb-50-sm {
padding-bottom: 50px;
}
.pb-60-sm {
padding-bottom: 60px;
}
.p-none-sm {
padding-right: 0;
padding-left : 0;
}
.pull-none-sm {
float : none !important;
text-align: center !important;
}
}
@media screen and (min-width: 992px) {
.p-lg-60 {
padding-right: 60px;
padding-left : 60px;
}
}
/*------------------------------------*\
#Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
padding-left : 0 !important;
padding-right: 0 !important;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
position : relative;
min-height : 1px;
padding-right: 15px;
padding-left : 15px;
}
.col-xs-5ths {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
.col-content {
padding: 120px 100px 90px 120px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.col-content {
padding: 40px !important;
}
}
.col-img {
height : 600px !important;
padding : 60px;
overflow: hidden;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.col-img {
height : auto;
min-height: 600px;
}
}
/* Postion Helpers */
.pos-fixed {
position: fixed;
}
.pos-relative {
position: relative;
}
.pos-absolute {
position: absolute;
}
.pos-static {
position: static;
}
.pos-top {
top: 0;
}
.pos-bottom {
bottom: 0;
}
.pos-right {
right: 0;
}
.pos-left {
left: 0;
}
.pos-vertical-center {
position : relative;
top : 50%;
-webkit-transform: perspective(1px) translateY(-50%);
transform : perspective(1px) translateY(-50%);
}
.height-700 {
height: 700px !important;
}
.height-500 {
height: 500px !important;
}
.height-800 {
height: 800px !important;
}
@media only screen and (min-width: 992px) {
.hidden-lg,
.hidden-md {
display: none;
}
}
/*------------------------------------*\
#BACKGROUNDS
\*------------------------------------*/
.bg-theme {
background-color: #5B96F4 !important;
}
.bg-primary-alt {
background-color: #2D36A1 !important;
}
.bg-gray {
background-color: #FAF8FB !important;
}
.bg-white {
background-color: #ffffff !important;
}
.bg-dark {
background-color: #373053 !important;
}
.bg-gradient {
background: bottom center #ffffff;
}
.bg-light-primary {
background-color: #F1F8FE !important;
}
/* Background Image */
.bg-section {
position : relative;
overflow : hidden;
z-index : 1;
background-size : cover;
background-repeat : no-repeat;
background-position: center center;
width : 100%;
height : 100%;
}
.bg-overlay:before {
content : "";
display : inline-block;
height : 100%;
left : 0;
position: absolute;
top : 0;
width : 100%;
z-index : -1;
}
.bg-overlay-light:before {
background-color: #ffffff;
opacity : 0.8;
}
.bg-overlay-dark:before {
background-color: #212529;
opacity : 0.7;
}
.bg-overlay-theme:before {
background-color: #5B96F4;
opacity : 0.7;
}
.bg-parallax {
background-attachment: fixed;
}
.bg-ytvideo.bg-overlay:before {
z-index: 1;
opacity: .7;
}
/* Background Color Palettes */
.bg-purple {
color : #ffffff;
background-color: #cc66cc !important;
}
.bg-sun-flower {
color : #ffffff;
background-color: #f1c40f !important;
}
.bg-orange {
color : #ffffff;
background-color: #f39c12 !important;
}
.bg-carrot {
color : #ffffff;
background-color: #e67e22 !important;
}
.bg-pumpkin {
color : #ffffff;
background-color: #d35400 !important;
}
.bg-alizarin {
color : #ffffff;
background-color: #e74c3c !important;
}
.bg-pomegranate {
color : #ffffff;
background-color: #c0392b !important;
}
.bg-turquoise {
color : #ffffff;
background-color: #1abc9c !important;
}
.bg-green-sea {
color : #ffffff;
background-color: #16a085 !important;
}
.bg-emerald {
color : #ffffff;
background-color: #2ecc71 !important;
}
.bg-nephritis {
color : #ffffff;
background-color: #27ae60 !important;
}
.bg-peter-river {
color : #ffffff;
background-color: #3498db !important;
}
.bg-belize-hole {
color : #ffffff;
background-color: #2980b9 !important;
}
.bg-amethyst {
color : #ffffff;
background-color: #9b59b6 !important;
}
.bg-wisteria {
color : #ffffff;
background-color: #8e44ad !important;
}
.bg-wet-asphalt {
color : #ffffff;
background-color: #34495e !important;
}
.bg-wet-asphalt {
color : #ffffff;
background-color: #34495e !important;
}
.bg-midnight-blue {
color : #ffffff;
background-color: #2c3e50 !important;
}
.bg-silver {
color : #ffffff;
background-color: #bdc3c7 !important;
}
.bg-concrete {
color : #ffffff;
background-color: #859596 !important;
}
.bg-asbestos {
color : #ffffff;
background-color: #7f8c8d !important;
}
.bg-asbestos {
color : #ffffff;
background-color: #7f8c8d !important;
}
.bg-graphite {
color : #ffffff;
background-color: #454545 !important;
}
.bg-gray-0 {
background-color: #EEEEEE !important;
color : #454545;
}
.bg-gray-1 {
background-color: #ECECEC !important;
color : #454545;
}
.bg-gray-2 {
background-color: #BDC3C7 !important;
color : #454545;
}
.bg-gray-3 {
background-color: #DADFE1 !important;
color : #454545;
}
.bg-gray-5 {
background-color: #ECF0F1 !important;
color : #454545;
}
.bg-gray-4 {
background-color: #F2F1EF !important;
color : #454545;
}
.bg-gray-6 {
background-color: #D2D7D3 !important;
color : #454545;
}
.bg-gray-7 {
background-color: #E6E6E6 !important;
color : #454545;
}
.bg-orange-1 {
background-color: #F9690E !important;
color : #ffffff;
}
.bg-orange-2 {
background-color: #D35400 !important;
color : #ffffff;
}
.bg-orange-3 {
background-color: #F89406 !important;
color : #ffffff;
}
.divider-1 {
height : 1px;
background-color: #fce5e6;
}
.divider-2 {
height : 1px;
width : 100%;
background-color: #fdedee;
}
/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn {
font-family : "Montserrat", sans-serif;
display : inline-block;
position : relative;
z-index : 2;
font-size : 16px;
font-weight : 600;
text-transform : capitalize;
text-align : center;
border-radius : 0;
padding : 0;
width : 170px;
height : 51px;
line-height : 49px;
-webkit-transition: 350ms ease-in-out;
-o-transition : 350ms ease-in-out;
transition : 350ms ease-in-out;
border-radius : 4px;
overflow : hidden;
}
.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
outline : none;
-webkit-box-shadow: none;
box-shadow : none;
}
.btn .icon {
margin-left: 10px;
}
.btn-video {
width : 80px;
height : 80px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
-webkit-box-align: center;
-ms-flex-align : center;
align-items : center;
background-color : #ffffff;
border-radius : 50%;
}
.btn-video i {
font-size: 16px;
color : #5B96F4;
}
.btn-video:hover {
background-color: #5B96F4;
}
.btn-video:hover i {
color: #ffffff;
}
a.back {
position : absolute;
top : 54px;
left : 70px;
font-size : 14px;
font-weight : 500;
line-height : 2.14;
text-transform: capitalize;
color : #ffffff;
}
a.back:hover span {
-webkit-transform: rotate(-180deg) translateX(10px);
-ms-transform : rotate(-180deg) translateX(10px);
transform : rotate(-180deg) translateX(10px);
}
a.back span {
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
display : inline-block;
-webkit-transform : rotate(-180deg);
-ms-transform : rotate(-180deg);
transform : rotate(-180deg);
margin-right : 15px;
}
/* Button Primary */
.btn--primary {
background-color: #5B96F4;
color : #ffffff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
color: #ffffff;
}
.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
background-color: #2D36A1;
color : #ffffff;
}
/* Button Secondary*/
.btn--secondary {
background-color: #ff7101;
color : #ffffff;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
background-color: #5B96F4;
color : #ffffff;
}
.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
background-color: #ffffff;
color : #2D36A1;
}
/* Button White */
.btn--white {
background-color: #ffffff;
color : #373053;
border : 1px solid #ffffff;
border-radius : 4px;
}
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
background-color: #5B96F4;
color : #ffffff;
border-color : #5B96F4;
}
/* Button Block */
.btn--block {
width: 100%;
}
.btn--auto {
width : auto;
padding: 0 17px;
}
/* Button Rounded */
.btn--rounded {
border-radius: 50px;
}
/* Button Bordered */
.btn--bordered {
background-color: transparent;
}
.btn--bordered.btn--primary {
color : #5B96F4;
border-color: #5B96F4;
}
.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
color : #ffffff;
background-color: #5B96F4;
border-color : #5B96F4;
}
.btn--bordered.btn--secondary {
color : #373053;
border-color: #373053;
}
.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
color : #ffffff;
background-color: #373053;
border-color : #373053;
}
.btn--bordered.btn--white {
color : #ffffff;
border-color: #ffffff;
}
.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
color : #5B96F4;
background-color: #ffffff;
border-color : #ffffff;
}
.btn--white.btn--secondary {
color : #ff7101;
border-color : #ffffff;
background-color: #ffffff;
}
.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
color : #ffffff;
background-color: #5B96F4;
border-color : #5B96F4;
}
/* Btn Arrows */
.btn--arrows {
position: relative;
}
.btn--arrows:before {
position : absolute;
top : -100%;
left : 0;
width : 100%;
height : 100%;
font-size : 26px;
line-height : 51px;
font-family : 'icomoon';
content : "\e901";
-webkit-transition: all 0.3s;
-o-transition : all 0.3s;
transition : all 0.3s;
}
.btn--arrows span {
-webkit-transition: all 0.3s;
-o-transition : all 0.3s;
transition : all 0.3s;
display : inline-block;
height : 100%;
width : 100%;
}
.btn--arrows span i {
margin-left: 7px;
}
.btn--arrows:hover span {
-webkit-transform: translateY(300%);
-ms-transform : translateY(300%);
transform : translateY(300%);
}
.btn--arrows:hover:before {
top: 0;
}
/*------------------------------------*\
#FORMS
\*------------------------------------*/
.form-control {
color : #8492A6;
font-family : "Source Sans Pro", sans-serif;
font-size : 16px;
font-weight : 400;
line-height : 57px;
height : 57px;
text-transform : none;
border : 0;
border-bottom : 1px solid #DEE2E6;
background : transparent;
padding : 0;
margin-bottom : 20px;
position : relative;
border-radius : 0;
-webkit-box-shadow: none;
box-shadow : none;
}
.form-control:focus {
border-color : #5B96F4;
-webkit-box-shadow: none;
box-shadow : none;
background : transparent;
}
.form-control::-webkit-input-placeholder {
color: #8492A6;
}
.form-control:-moz-placeholder {
color: #8492A6;
}
.form-control::-moz-placeholder {
color: #8492A6;
}
.form-control:-ms-input-placeholder {
color: #8492A6;
}
/* Placeholder */
.input-group {
border-radius : 0;
border : 1px solid grey;
background-color: transparent;
overflow : hidden;
padding : 3px;
}
.input-group .btn {
width: 160px;
}
.input-group .input-group-btn {
border-radius: 50px;
overflow : hidden;
}
.subscribe-alert {
margin-top : 1.5rem;
font-weight : 400;
max-width : 500px;
margin-right: auto;
margin-left : auto;
}
.subscribe-alert .alert {
font-size : 18px;
font-weight : 400;
line-height : 22px;
border-radius: 4px;
}
.form-inline .form-control {
background-color: #ffffff;
font-size : 16px;
font-weight : 400;
width : 221px;
height : 51px;
border-radius : 50px;
margin-right : 30px;
padding-left : 20px;
border-bottom : none;
margin-bottom : 0;
}
/*------------------------------------*\
#Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
margin-top: 40px;
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
border : none;
background-color : #ffffff;
margin-bottom : 24px;
border-radius : 4px;
border-left : 4px solid #5B96F4;
}
.accordion .card.style-1,
.accordion .card:first-of-type.style-1,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1,
.accordion .card:last-of-type.style-1 {
border-left-color: #F57565;
}
.accordion .card.style-1 .card-heading .card-link:after,
.accordion .card:first-of-type.style-1 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1 .card-heading .card-link:after,
.accordion .card:last-of-type.style-1 .card-heading .card-link:after {
color: #F57565;
}
.accordion .card.style-2,
.accordion .card:first-of-type.style-2,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2,
.accordion .card:last-of-type.style-2 {
border-left-color: #9EEBE6;
}
.accordion .card.style-2 .card-heading .card-link:after,
.accordion .card:first-of-type.style-2 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2 .card-heading .card-link:after,
.accordion .card:last-of-type.style-2 .card-heading .card-link:after {
color: #9EEBE6;
}
.accordion .card.style-3,
.accordion .card:first-of-type.style-3,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3,
.accordion .card:last-of-type.style-3 {
border-left-color: #9775F9;
}
.accordion .card.style-3 .card-heading .card-link:after,
.accordion .card:first-of-type.style-3 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3 .card-heading .card-link:after,
.accordion .card:last-of-type.style-3 .card-heading .card-link:after {
color: #9775F9;
}
.accordion .card.style-4,
.accordion .card:first-of-type.style-4,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4,
.accordion .card:last-of-type.style-4 {
border-left-color: #5B96F4;
}
.accordion .card.style-4 .card-heading .card-link:after,
.accordion .card:first-of-type.style-4 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4 .card-heading .card-link:after,
.accordion .card:last-of-type.style-4 .card-heading .card-link:after {
color: #5B96F4;
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
padding: 30px;
}
@media screen and (max-width: 991px) {
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
padding: 15px 25px 15px 15px;
}
}
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
font-family : "Montserrat", sans-serif;
font-size : 16px;
color : #373053;
font-weight : 700;
line-height : 20px;
text-transform: capitalize;
position : relative;
display : block;
padding-left : 0;
}
@media screen and (max-width: 991px) {
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
font-size : 16px;
line-height: 1.8;
}
}
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
position : absolute;
right : 0;
top : 0;
content : "\f077";
font-family: "Font Awesome 5 Free";
font-size : 18px;
font-weight: 600;
color : #5B96F4;
}
@media screen and (max-width: 991px) {
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
top : 5px;
right : -10px;
font-size: 14px;
}
}
.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after,
.accordion .card:last-of-type .card-heading .card-link.collapsed:after {
content: "\f078";
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
border-top : 1px solid rgba(0, 0, 0, 0.1);
font-family: "Source Sans Pro", sans-serif;
padding : 30px;
font-size : 16px;
font-weight: 400;
line-height: 24px;
}
@media screen and (max-width: 991px) {
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
padding: 15px;
}
}
/*------------------------------------*\
#Heading
\*------------------------------------*/
.heading {
margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
.heading {
text-align: center;
}
}
.heading .heading-title {
font-family : "Montserrat", sans-serif;
color : #373053;
font-size : 42px;
font-weight : 700;
line-height : 1.5;
margin-bottom : 10px;
text-transform: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
.heading .heading-title {
font-size: 24px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.heading .heading-title {
font-size: 36px;
}
.heading .heading-title br {
display: none;
}
}
.heading .heading-desc {
font-size : 16px;
font-weight : 400;
line-height : 1.8;
margin-bottom: 0;
padding : 0;
}
.heading.heading-light .heading-title {
color: #ffffff;
}
.heading.heading-light .heading-desc {
color: #ffffff;
}
/*------------------------------------*\
#LOADING-SECTION
\*------------------------------------*/
.preloader {
width : 100%;
height : 100%;
left : 0;
top : 0;
position : fixed;
z-index : 99999;
background-color: #ffffff;
overflow : hidden;
}
/*------------------------------------*\
#Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
.modal-dialog {
max-width : 310px;
border-radius: 4px;
margin-right : auto;
margin-left : auto;
}
}
@media screen and (min-width: 768px) {
.modal-dialog {
max-width : 470px;
border-radius: 4px;
}
}
.popup-contact-form {
background-color : #ffffff;
text-align : center;
padding : 40px;
border-radius : 4px;
-webkit-box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
box-shadow : 0 3px 6px rgba(233, 120, 74, 0.16);
}
@media screen and (max-width: 767px) {
.popup-contact-form {
padding: 10px;
}
}
.popup-contact-form .form-group {
position : relative;
text-align : left;
margin-bottom: 30px;
}
.popup-contact-form .form-group label {
background-color: #ffffff;
font-size : 18px;
text-transform : capitalize;
margin-bottom : 8px;
z-index : 1;
}
.popup-contact-form .form-group .form-control {
border : 1px solid #DEE2E6;
border-radius: 4px;
line-height : 50px;
height : 50px;
margin-bottom: 0;
padding-left : 17px;
}
.popup-contact-form .heading .heading-title {
font-size : 30px;
margin-bottom : 4px;
text-transform: capitalize;
}
@media screen and (max-width: 767px) {
.popup-contact-form .heading .heading-title {
font-size: 26px;
}
}
.popup-contact-form .heading .heading-desc {
line-height: 1.31;
}
.popup-contact-form p.notice {
font-size : 12px;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
.popup-contact-form p.notice {
padding: 0 45px;
}
}
.connect {
text-align : center;
font-size : 16px;
font-weight: 500;
color : #8492A6;
line-height: 1.5;
}
.connect .connect-link {
display: inline-block;
}
.connect .connect-link a {
text-transform : capitalize;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
color : #373053;
text-transform : capitalize;
position : relative;
}
.connect .connect-link a span {
display : inline-block;
position: relative;
}
.connect .connect-link a span:before {
content : '';
position : absolute;
bottom : -2px;
left : 0;
width : 100%;
height : 2px;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
background-color : #E9ECEF;
}
.connect .connect-link a i {
margin-left: 8px;
}
.connect .connect-link a:hover {
color: #5B96F4;
}
.connect .connect-link a:hover span:before {
background-color: #5B96F4;
}
.connect.connect-light {
color: #ffffff;
}
.connect.connect-light .connect-link a {
color: #373053;
}
.connect.connect-light .connect-link a span:before {
background-color: #373053;
}
.connect.connect-light .connect-link a:hover {
color: #ffffff;
}
.connect.connect-light .connect-link a:hover span:before {
background-color: #ffffff;
}
/*------------------------------------*\
#HEADER
\*------------------------------------*/
.header.header-transparent {
background-color: transparent;
position : absolute;
top : 0;
left : 0;
width : 100%;
z-index : 1001;
}
@media screen and (min-width: 992px) {
.header-2 .navbar-expand-lg>.container,
.header-2 .navbar-expand-lg>.container-fluid {
-webkit-box-pack: justify;
-ms-flex-pack : justify;
justify-content : space-between;
padding : 0 70px;
}
}
/*------------------------------------*\
#Menu
\*------------------------------------*/
.header .navbar {
margin-bottom: 0;
border-radius: 0;
min-height : 100px;
border : none;
padding : 0;
}
.header .navbar .navbar-brand {
margin-right: 0;
}
.header .navbar .navbar-brand .logo-dark {
display: none;
}
.header .navbar .navbar-brand .logo-light {
display: inline-block;
}
.header .navbar .navbar-nav>li {
margin-right: 30px;
position : relative;
}
.header .navbar .navbar-nav>li:last-child {
margin-right: 0;
}
.header .navbar .navbar-nav>li>a {
font-family : "Montserrat", sans-serif;
font-size : 16px;
text-transform : capitalize;
font-weight : 500;
line-height : 100px;
color : #ffffff;
padding : 0;
position : relative;
display : block;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
.header .navbar .navbar-nav>li>a::before {
position : absolute;
left : 0;
bottom : 35px;
content : '';
height : 2px;
width : 0;
background-color : #E2E2E2;
-webkit-transition: width 300ms linear;
-o-transition : width 300ms linear;
transition : width 300ms linear;
}
}
@media screen and (min-width: 992px) {
.header .navbar .navbar-nav>li.active>a:before,
.header .navbar .navbar-nav>li>a:focus:before,
.header .navbar .navbar-nav>li>a:hover:before {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.header .navbar .navbar-nav>li {
margin-right: 0;
}
.header .navbar .navbar-nav>li a {
margin-right: 0;
padding : 15px 10px;
color : #373053;
line-height : 1;
}
.header .navbar .navbar-nav>li.active {
background-color: #5B96F4;
border-radius : 4px;
}
.header .navbar .navbar-nav>li.active a {
color: #ffffff;
}
}
.header .navbar.navbar-fixed {
top : 0;
background : #ffffff;
-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
box-shadow : 0 2px 4px rgba(3, 27, 78, 0.1);
-webkit-animation : navbarFixed 0.8s;
animation : navbarFixed 0.8s;
}
.header .navbar.navbar-fixed .navbar-brand .logo-dark {
display: inline-block;
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
display: none;
}
.header .navbar.navbar-fixed .navbar-nav>li a {
color : #2D36A1;
line-height: 1;
}
.header .navbar.navbar-fixed .navbar-nav>li a::before {
bottom: -8px;
}
@media screen and (max-width: 991px) {
.header .navbar.navbar-fixed .navbar-nav>li a:hover {
background-color: #5B96F4;
color : #ffffff;
}
}
.header .navbar.navbar-fixed .navbar-nav>li.active>a:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:focus:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:hover:before {
background-color: #2D36A1;
}
.header .navbar.navbar-fixed .navbar-nav>li.active a {
color: #2D36A1;
}
@media screen and (max-width: 991px) {
.header .navbar.navbar-fixed .navbar-nav>li.active {
background-color: #2D36A1;
}
.header .navbar.navbar-fixed .navbar-nav>li.active a {
color: #ffffff;
}
}
@-webkit-keyframes navbarFixed {
0% {
opacity : 0;
-webkit-transform: translateY(-100%);
transform : translateY(-100%);
}
100% {
opacity : 1;
-webkit-transform: translateY(0);
transform : translateY(0);
}
}
@keyframes navbarFixed {
0% {
opacity : 0;
-webkit-transform: translateY(-100%);
transform : translateY(-100%);
}
100% {
opacity : 1;
-webkit-transform: translateY(0);
transform : translateY(0);
}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
.navbar .navbar-brand {
max-width: 200px;
}
.navbar .navbar-brand img {
max-width: 100%;
height : auto;
}
}
@media only screen and (max-width: 991px) {
.navbar .navbar-brand {
margin-left: 15px;
line-height: 100px;
}
.navbar .navbar-brand img {
max-width: 100%;
height : auto;
}
.navbar .navbar-toggler {
width : 30px;
height : 30px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
-webkit-box-align : center;
-ms-flex-align : center;
align-items : center;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
cursor : pointer;
outline : none;
margin-right : 30px;
padding : 0;
}
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
.navbar .navbar-toggler {
display: none;
}
}
@media only screen and (max-width: 991px) {
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
background-color: transparent;
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
top: 0;
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
-webkit-transform: rotate(45deg);
-ms-transform : rotate(45deg);
transform : rotate(45deg);
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
-webkit-transform: rotate(-45deg);
-ms-transform : rotate(-45deg);
transform : rotate(-45deg);
}
.navbar .navbar-toggler .navbar-toggler-icon {
width : 100%;
height : 2px;
background-color : #ffffff;
position : relative;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
.navbar .navbar-toggler .navbar-toggler-icon:before,
.navbar .navbar-toggler .navbar-toggler-icon:after {
content : '';
position : absolute;
left : 0;
height : 2px;
width : 100%;
background-color : #ffffff;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
.navbar .navbar-toggler .navbar-toggler-icon:before {
top: -10px;
}
.navbar .navbar-toggler .navbar-toggler-icon:after {
top: 10px;
}
.navbar .navbar-collapse {
background-color: #ffffff;
padding : 15px;
}
.navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
background-color: transparent;
}
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
background-color: #5B96F4;
}
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
background-color: #5B96F4;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.header .navbar .navbar-nav>li {
margin-right: 16px;
}
.module .module-icon,
.module-consultation .btn {
margin-right: 0;
}
}
@media only screen and (min-width: 992px) {
.navbar-collapse {
padding-right: 0;
padding-left : 0;
}
}
/*------------------------------------*\
#Menu
\*------------------------------------*/
.header .module-container {
padding-left: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.header .module-container {
padding-left: 15px;
}
}
@media screen and (max-width: 991px) {
.header .module-container {
padding-left: 0;
margin-top : 15px;
}
}
.header .module-container .module-cta .btn {
width : auto;
height : 50px;
padding : 0 17px;
display : block;
cursor : pointer;
color : #ffffff;
font-size : 16px;
font-weight : 600;
text-transform : capitalize;
border-radius : 5px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
-webkit-box-align : center;
-ms-flex-align : center;
align-items : center;
z-index : inherit;
-webkit-transition: all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
outline : none;
background-color : transparent;
border : 1px solid #ffffff;
}
.header .module-container .module-cta .btn .icon {
margin-left: 15px;
}
.header .module-container .module-cta .btn:hover {
background-color: #ff7101;
border-color : #ff7101;
color : #ffffff;
}
@media screen and (max-width: 991px) {
.header .module-container .module-cta .btn {
width : auto;
height : 40px;
line-height : 40px;
font-size : 13px;
margin-right : 15px;
background-color: #ff7101;
border-color : #ff7101;
color : #ffffff;
}
.header .module-container .module-cta .btn:before {
line-height: 40px;
}
}
.header .navbar-fixed .module-container .module-cta .btn {
background-color: #ff7101;
border-color : #ff7101;
color : #ffffff;
}
.header .navbar-fixed .module-container .module-cta .btn:hover {
background-color: #2D36A1;
border-color : #2D36A1;
}
/*------------------------------------*\
#Hero
\*------------------------------------*/
.hero {
padding-top : 200px;
padding-bottom : 300px;
overflow : visible;
background-position: left center;
position : relative;
}
@media screen and (max-width: 767px) {
.hero {
padding: 150px 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.hero {
padding-top : 190px;
padding-bottom: 160px;
}
}
.hero .hero-cotainer .hero-content {
padding-top : 100px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-orient : vertical;
-webkit-box-direction: normal;
-ms-flex-direction : column;
flex-direction : column;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
}
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content {
padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content {
text-align : center;
max-width : 430px;
margin-right: auto;
margin-left : auto;
}
}
.hero .hero-cotainer .hero-content .hero-headline {
color : #ffffff;
font-family : "Montserrat", sans-serif;
font-size : 46px;
font-weight : 700;
line-height : 1.15;
margin-bottom : 20px;
text-transform: none;
}
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content .hero-headline {
font-size: 32px;
}
.hero .hero-cotainer .hero-content .hero-headline br {
display: none;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.hero .hero-cotainer .hero-content .hero-headline {
font-size: 40px;
}
.hero .hero-cotainer .hero-content .hero-headline br {
display: none;
}
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-headline {
font-size: 36px;
}
}
.hero .hero-cotainer .hero-content .hero-bio {
color : #ffffff;
font-family : "Source Sans Pro", sans-serif;
font-size : 16px;
font-weight : 400;
line-height : 27px;
margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
.hero .hero-cotainer .hero-content .hero-bio br {
display: none;
}
}
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content .hero-action {
margin-bottom: 30px;
}
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm {
position: relative;
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
margin-bottom : 0;
background-color: #ffffff;
border-radius : 4px;
padding-left : 40px;
padding-right : 250px;
border-bottom : 0;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
padding-left : 6px;
padding-right: 200px;
}
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
position: absolute;
top : 3px;
right : 3px;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
width: 170px;
}
}
.hero .hero-cotainer .hero-content .hero-action .form-action {
position : relative;
max-width : 600px;
margin-right: auto;
margin-left : auto;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group {
border : none;
height : 65px;
padding : 7px;
border-radius : 6px;
background-color: #ffffff;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
width : 170px;
height : 50px;
line-height: 50px;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn .icon {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
width: 120px;
}
}
.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
margin-bottom: 0;
border-radius: 0;
padding-left : 24px;
padding-right: 200px;
border-bottom: 0;
width : calc(100% - 170px);
height : 50px;
}
@media screen and (max-width: 767px) {
.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
padding-left : 25px;
padding-right: 130px;
width : calc(100% - 120px);
}
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn {
position: absolute;
top : 7px;
right : 7px;
z-index : 60;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:hover,
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:focus {
background-color: #2D36A1;
}
.divider-shape {
position: absolute;
top : auto;
right : 0;
bottom : 0;
left : 0;
}
.divider-shape-top {
position: absolute;
top : 0;
right : 0;
bottom : auto;
left : 0;
}
.divider-rotate {
-webkit-transform: rotate(180deg);
-ms-transform : rotate(180deg);
transform : rotate(180deg);
margin-top : -170px;
height : 170px;
}
@media screen and (max-width: 575px) {
.divider-rotate {
height : 100px;
margin-top: -100px;
}
}
.divider-shape-bottom {
position: absolute;
bottom : 0;
right : 0;
left : 0;
}
/*------------------------------------*\
#Testimonial
\*------------------------------------*/
.testimonials .testimonial-panel {
padding : 40px;
-webkit-transition: all 0.3s linear;
-o-transition : all 0.3s linear;
transition : all 0.3s linear;
position : relative;
background-color : #ffffff;
border-radius : 4px;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
border-bottom : 4px solid #5B96F4;
-webkit-transition: all 300ms ease-in-out;
-o-transition : all 300ms ease-in-out;
transition : all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
.testimonials .testimonial-panel {
max-width: 370px;
padding : 20px;
margin : 0 auto 30px auto;
}
}
.testimonials .testimonial-panel:hover {
cursor : pointer;
-webkit-transform: translateY(-7px);
-ms-transform : translateY(-7px);
transform : translateY(-7px);
}
.testimonials .testimonial-panel .testimonial-body {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-orient : vertical;
-webkit-box-direction: normal;
-ms-flex-direction : column;
flex-direction : column;
-webkit-box-pack : center;
-ms-flex-pack : center;
justify-content : center;
position : relative;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-icon {
font-size : 29px;
margin-bottom: 17px;
color : #5B96F4;
}
.testimonials .testimonial-panel .testimonial-body p {
font-size : 16px;
line-height : 1.8;
margin-bottom: 0;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-align: right;
-ms-flex-align : right;
align-items : right;
-webkit-box-pack : right;
-ms-flex-pack : right;
justify-content : right;
margin-top : 30px;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author .testimonial-img {
width : 56px;
height : 49px;
background-color : #FAF8FB;
border-radius : 6px;
margin-right : 17px;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack : right;
-ms-flex-pack : right;
justify-content : right;
-webkit-box-align: right;
-ms-flex-align : right;
align-items : right;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author .testimonial-img img {
width : auto;
max-width: 100%;
display : inline-block;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author p {
font-family : "Montserrat", sans-serif;
color : #373053;
text-align : left;
font-size : 16px;
line-height : 20px;
font-weight : 700;
text-transform: capitalize;
padding-top : 5px;
margin-bottom : 4px;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-author .testimonial-rating {
text-align: left;
}
.testimonials .testimonial-panel.style-1 {
border-bottom-color: #F67362;
}
.testimonials .testimonial-panel.style-1 .testimonial-body .testimonial-icon {
color: #F67362;
}
.testimonials .testimonial-panel.style-2 {
border-bottom-color: #9EEBE6;
}
.testimonials .testimonial-panel.style-2 .testimonial-body .testimonial-icon {
color: #9EEBE6;
}
.testimonials .testimonial-panel.style-3 {
border-bottom-color: #A68DF0;
}
.testimonials .testimonial-panel.style-3 .testimonial-body .testimonial-icon {
color: #A68DF0;
}
/*------------------------------------*\
#Features
\*------------------------------------*/
.features .feature-panel {
padding : 40px;
border-radius : 4px;
position : relative;
-webkit-box-shadow : none;
box-shadow : none;
cursor : pointer;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-orient : vertical;
-webkit-box-direction: normal;
-ms-flex-direction : column;
flex-direction : column;
-webkit-transition : all 300ms linear;
-o-transition : all 300ms linear;
transition : all 300ms linear;
}
.features .feature-panel.active,
.features .feature-panel:hover {
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
}
@media screen and (max-width: 991px) {
.features .feature-panel {
-webkit-box-align: center;
-ms-flex-align : center;
align-items : center;
max-width : 370px;
margin : 0 auto 50px auto;
}
}
.features .feature-panel .feature-icon {
color : #5B96F4;
font-size : 53px;
line-height : 78px;
margin-right : 0px;
position : relative;
margin-bottom: 13px;
width : 100px;
height : 88px;
text-align : center;
}
.features .feature-panel .feature-icon.text-center {
margin-right: auto;
margin-left : auto;
}
@media screen and (max-width: 991px) {
.features .feature-panel .feature-content {
text-align: center;
}
}
.features .feature-panel .feature-content h3 {
font-size : 24px;
line-height : 1.5;
margin-bottom : 5px;
text-transform: capitalize;
}
.features .feature-panel .feature-content p {
font-size : 16px;
font-weight : 400;
line-height : 24px;
margin-bottom: 0;
}
.about .heading {
margin-top : 40px;
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.about .btn {
margin-bottom: 50px;
}
}
.about .about-list .about-item {
margin-bottom : 30px;
position : relative;
border-radius : 4px;
padding : 30px 15px;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
overflow : hidden;
text-align : center;
border-bottom : 4px solid #55DFFC;
}
@media screen and (max-width: 1200px) {
.about .about-list .about-item {
padding: 18px 10px;
}
}
.about .about-list .about-item .about-item-icon {
width : 50px;
height : 50px;
position : relative;
margin : 0 auto 14px auto;
text-align: center;
}
.about .about-list .about-item .about-item-title {
font-family : "Montserrat", sans-serif;
color : #373053;
font-size : 14px;
line-height : 24px;
font-weight : 700;
text-transform: capitalize;
position : relative;
z-index : 1;
}
.about .about-list .about-item.style-1 {
border-bottom-color: #F67362;
}
.about .about-list .about-item.style-2 {
border-bottom-color: #55DFFC;
}
.about .about-list .about-item.style-3 {
border-bottom-color: #9775F9;
}
@media screen and (max-width: 767px) {
.author {
text-align: center;
}
}
.author .author-education h3 {
font-size : 20px;
font-weight : 700;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.author .author-education h3 {
font-size: 24px;
}
}
.author .author-education .education-list .education-item {
margin-bottom : 30px;
border-radius : 4px;
background-color : #ffffff;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
padding : 30px 30px 30px 20px;
border-bottom : 4px solid #5B96F4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.author .author-education .education-list .education-item {
padding: 20px;
}
}
.author .author-education .education-list .education-item .education-title {
font-family : "Montserrat", sans-serif;
color : #373053;
font-size : 16px;
font-weight : 700;
text-transform: capitalize;
margin-bottom : 5px;
}
.author .author-education .education-list .education-item .education-period {
font-size : 15px;
line-height : 17px;
color : #5B96F4;
margin-bottom: 10px;
}
.author .author-education .education-list .education-item .education-desc {
font-size: 16px;
}
.author .author-education .education-list .education-item.style-1 {
border-bottom-color: #F67362;
}
.author .author-education .education-list .education-item.style-1 .education-period {
color: #F67362;
}
.author .author-education .education-list .education-item.style-2 {
border-bottom-color: #55DFFC;
}
.author .author-education .education-list .education-item.style-2 .education-period {
color: #55DFFC;
}
.author .author-social h4 {
font-size: 20px;
}
.author .author-social a {
width : 32px;
height : 32px;
line-height : 32px;
font-size : 16px;
color : #BABABA;
border : 1px solid #BABABA;
display : inline-block;
border-radius: 50%;
text-align : center;
margin-right : 10px;
}
.author .author-social a:hover {
color : #5B96F4;
border-color: #5B96F4;
}
@media screen and (max-width: 767px) {
.author img {
margin-bottom: 50px;
}
}
/*------------------------------------*\
#Call To Action
\*------------------------------------*/
.cta {
position : relative;
margin-top: 50px;
}
.cta .action-container {
padding : 50px;
position : relative;
background-color: #5B95F4;
border-radius : 10px;
z-index : 1;
}
@media screen and (max-width: 991px) {
.cta .action-container {
padding: 10px;
}
}
.cta .action-container .cta-cover {
background-color: #70A3F5;
}
.cta h3 {
color : #ffffff;
font-size : 30px;
line-height : 45px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.cta h3 {
font-size : 28px;
padding : 0;
line-height: 35px;
}
}
.cta .form-action {
position : relative;
max-width : 600px;
margin-right: auto;
margin-left : 0;
}
.cta .form-action .input-group {
border : none;
height : 65px;
padding : 7px;
border-radius : 4px;
background-color: #ffffff;
}
.cta .form-action .input-group .btn {
width : 170px;
height : 50px;
line-height: 50px;
}
.cta .form-action .input-group .btn:hover,
.cta .form-action .input-group .btn:focus {
background-color: #2D36A1;
}
.cta .form-action .input-group .btn .icon {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.cta .form-action .input-group .btn {
width: 120px;
}
}
.cta .form-action .form-control {
margin-bottom: 0;
border-radius: 0;
padding-left : 24px;
padding-right: 210px;
border-bottom: 0;
width : calc(100% - 170px);
height : 50px;
}
@media screen and (max-width: 767px) {
.cta .form-action .form-control {
padding-left : 0;
padding-right: 130px;
width : calc(100% - 120px);
}
}
.cta .form-action .btn {
position: absolute;
top : 7px;
right : 7px;
z-index : 60;
}
@media screen and (max-width: 991px) {
.cta {
text-align: center;
}
.cta .cta-cover {
margin-bottom: 30px;
}
}
/*------------------------------------*\
#PRICING-SECTION
\*------------------------------------*/
.pricing .pricing-panel {
width : 370px;
background-color : #ffffff;
-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
box-shadow : 0 0 40px rgba(101, 93, 93, 0.16);
padding : 60px 35px;
-webkit-transition: all 0.35s ease-in-out;
-o-transition : all 0.35s ease-in-out;
transition : all 0.35s ease-in-out;
position : relative;
border-radius : 4px;
border-bottom : 4px solid #5B96F4;
overflow : hidden;
position : absolute;
-webkit-transform : scale(0.85) translateX(177px);
-ms-transform : scale(0.85) translateX(177px);
transform : scale(0.85) translateX(177px);
}
@media screen and (max-width: 991px) {
.pricing .pricing-panel {
position : relative;
-webkit-transform: scale(1) translateX(0);
-ms-transform : scale(1) translateX(0);
transform : scale(1) translateX(0);
width : 100%;
max-width : 370px;
margin : 0 auto 30px auto;
}
}
.pricing .pricing-panel.active {
z-index : 2;
-webkit-transform: scale(1);
-ms-transform : scale(1);
transform : scale(1);
}
.pricing .pricing-panel.active .btn:hover {
background-color: #2D36A1;
}
.pricing .pricing-panel:last-of-type {
z-index : 1;
border-bottom-color: #F67362;
}
.pricing .pricing-panel:last-of-type .btn {
background-color: #F67362;
}
@media screen and (max-width: 991px) {
.pricing .pricing-panel {
max-width : 370px;
margin-right : auto;
margin-left : auto;
margin-bottom: 30px;
}
}
@media screen and (min-width: 767px) and (max-width: 991px) {
.pricing .pricing-panel {
width : 45%;
float : left;
margin-right: 15px;
margin-left : 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.pricing .pricing-panel {
width: 300px;
}
}
.pricing .pricing-panel .pricing-head {
text-align : center;
margin-bottom: 30px;
}
.pricing .pricing-panel .pricing-head .pricing-name {
font-family : "Montserrat", sans-serif;
font-size : 32px;
font-weight : 700;
color : #373053;
margin-bottom: 25px;
}
.pricing .pricing-panel .pricing-head .currency {
font-family: "Montserrat", sans-serif;
font-size : 28px;
font-weight: 600;
color : #373053;
}
.pricing .pricing-panel .pricing-head .currency span {
font-size: 16px;
}
.pricing .pricing-panel .pricing-body {
text-align: center;
}
.pricing .pricing-panel .pricing-body .pricing-list {
margin-bottom: 30px;
}
.pricing .pricing-panel .pricing-body .pricing-list li {
font-size : 16px;
line-height : 1.5;
font-weight : 400;
text-align : center;
padding : 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing .pricing-panel .pricing-body .pricing-list li:last-child {
border-bottom : none;
padding-bottom: 0;
}
.pricing .pricing-panel .pricing-body .btn {
width: 186px;
}
.pricing .pricing-panel .pricing-body .btn .icon {
margin-left: 10px;
}
@media screen and (max-width: 991px) {
.pricing .pricing-panel .pricing-body .btn {
width : calc(100% - 30px);
margin-right: auto;
margin-left : auto;
}
}
/*------------------------------------*\
#Footer
\*------------------------------------*/
.footer {
padding-top : 250px;
position : relative;
background-color: #2D36A1;
margin-top : -200px;
}
.footer .footer-top {
padding: 65px 0;
}
@media screen and (max-width: 991px) {
.footer .footer-top {
text-align: center;
padding : 35px 0;
}
}
.footer .footer-top .footer-logo img {
max-width: 100%;
height : auto;
}
.footer .footer-top .footer-navigation {
margin-bottom: 0;
text-align : center;
}
@media screen and (max-width: 991px) {
.footer .footer-top .footer-navigation {
margin-top : 20px;
margin-bottom: 20px;
}
}
.footer .footer-top .footer-navigation li {
display : inline-block;
margin-right: 30px;
}
@media screen and (max-width: 991px) {
.footer .footer-top .footer-navigation li {
margin-right: 16px;
}
}
.footer .footer-top .footer-navigation li:last-child {
margin-right: 0;
}
.footer .footer-top .footer-navigation li a {
font-size : 18px;
line-height : 42px;
color : #ffffff;
font-weight : 500;
font-family : "Source Sans Pro", sans-serif;
padding : 0;
-webkit-transition: 300ms ease-in-out;
-o-transition : 300ms ease-in-out;
transition : 300ms ease-in-out;
text-transform : capitalize;
}
.footer .footer-top .footer-navigation li a:hover {
color: #ff7101;
}
.footer .footer-top .footer-social {
text-align: right;
}
@media screen and (max-width: 991px) {
.footer .footer-top .footer-social {
text-align: center;
}
}
.footer .footer-top .footer-social ul {
margin-bottom: 0;
}
.footer .footer-top .footer-social ul li {
display : inline-block;
margin-right: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.footer .footer-top .footer-social ul li {
margin-right: 10px;
}
}
.footer .footer-top .footer-social ul li:last-child {
margin-right: 0;
}
.footer .footer-top .footer-social ul li a {
font-size : 17px;
line-height: 42px;
color : #ffffff;
}
.footer .footer-top .footer-social ul li a:hover {
color: #ff7101;
}
.footer .footer-bottom {
background-color: #2D36A1;
}
.footer .footer-bottom hr {
border-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom .footer-copyright {
padding-top : 38px;
padding-bottom: 38px;
font-family : "Montserrat", sans-serif;
font-size : 14px;
font-weight : 400;
line-height : 1.5;
text-transform: capitalize;
color : #D8DBFC;
}
.footer .footer-bottom .footer-copyright a {
color : #ffffff;
font-weight: 600;
}
.footer .footer-bottom .footer-copyright a:hover {
color: #ff7101;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.footer-copyright {
font-size: 12px;
}
}
/*------------------------------------*\
#Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
-webkit-box-pack: center;
-ms-flex-pack : center;
justify-content : center;
margin-top : 40px;
}
.carousel-dots .owl-dots.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.carousel-dots .owl-dots .owl-dot {
width : 10px;
height : 10px;
border : solid 1px #5B96F4;
background-color: #5B96F4;
border-radius : 50%;
margin-right : 13px;
}
.carousel-dots .owl-dots .owl-dot.active {
background-color: #ffffff;
border : 2px solid #5B96F4;
}
.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
outline: none;
}
.carousel-navs .owl-nav.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.carousel-navs .owl-nav [class*="owl-"] {
position : absolute;
top : 50%;
-webkit-transform: translateY(-50%);
-ms-transform : translateY(-50%);
transform : translateY(-50%);
outline : none;
}
@media screen and (max-width: 1200px) {
.carousel-navs .owl-nav [class*="owl-"] {
display: none;
}
}
.carousel-navs .owl-nav [class*="owl-"] span {
display: none;
}
.carousel-navs .owl-nav [class*="owl-"]::before {
font-family: 'icomoon';
font-size : 30px;
color : #5B96F4;
}
.carousel-navs .owl-nav [class*="owl-"]:hover:before {
color: #373053;
}
.carousel-navs .owl-nav .owl-prev {
left : -40px;
-webkit-transform: rotate(-180deg) translateY(50%);
-ms-transform : rotate(-180deg) translateY(50%);
transform : rotate(-180deg) translateY(50%);
}
@media screen and (max-width: 991px) {
.carousel-navs .owl-nav .owl-prev {
left: 0px;
}
}
.carousel-navs .owl-nav .owl-prev::before {
content: '\e901';
}
.carousel-navs .owl-nav .owl-next {
right: -40px;
}
@media screen and (max-width: 991px) {
.carousel-navs .owl-nav .owl-next {
right: 0px;
}
}
.carousel-navs .owl-nav .owl-next::before {
content: '\e901';
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.carousel-dots .owl-controls {
margin-top: 20px;
}
}
/*------------------------------------*\
#Promo Page
\*------------------------------------*/
.landing-hero {
padding: 125px 0 250px 0;
}
@media screen and (max-width: 991px) {
.landing-hero {
padding: 125px 0 90px 0;
}
}
.landing-hero .landing-content {
padding-top: 100px;
}
@media screen and (max-width: 991px) {
.landing-hero .landing-content {
padding-top : 50px;
margin-bottom: 50px;
text-align : center;
}
}
.landing-hero .landing-content h1 {
font-size : 45px;
font-weight : 500;
line-height : 1.5;
color : #ffffff;
margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
.landing-hero .landing-content h1 {
font-size : 34px;
line-height: 50px;
}
}
@media screen and (max-width: 1200px) {
.landing-hero .landing-content h1 {
font-size : 40px;
line-height: 50px;
}
}
@media screen and (max-width: 991px) {
.landing-hero .landing-content {
font-size : 50px;
line-height: 55px;
}
}
.landing-hero .landing-content p {
font-family: "Montserrat", sans-serif;
font-size : 18px;
line-height: 27px;
}
.landing-hero .landing-content .scroll-to i {
-webkit-transform: rotate(90deg);
-ms-transform : rotate(90deg);
transform : rotate(90deg);
display : inline-block;
color : #5B96F4;
font-size : 42px;
cursor : pointer;
-webkit-animation: 1s Up-Down ease-in-out infinite;
animation : 1s Up-Down ease-in-out infinite;
}
.landing-demos {
padding: 120px 0 40px 0;
}
@media screen and (max-width: 991px) {
.landing-demos {
padding: 40px 0;
}
}
.landing-demos .showcase-card {
-webkit-transition: all 300ms;
-o-transition : all 300ms;
transition : all 300ms;
margin : 0 auto 80px auto;
font-size : 16px;
font-weight : 500;
color : #373053;
text-align : center;
text-transform : capitalize;
}
@media screen and (max-width: 991px) {
.landing-demos .showcase-card {
max-width: 500px;
}
}
.landing-demos .showcase-card .showcase-card-img {
-webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
box-shadow : 0px 30px 50px rgba(33, 37, 40, 0.1);
margin-bottom : 30px;
}
.landing-demos .showcase-card .showcase-card-img img {
max-width : 100%;
height : auto;
-webkit-transition: all 300ms ease-in-out;
-o-transition : all 300ms ease-in-out;
transition : all 300ms ease-in-out;
}
.landing-demos .showcase-card a {
color : #373053;
text-align : center;
display : block;
-webkit-transition: 0.3s ease-in-out;
-o-transition : 0.3s ease-in-out;
transition : 0.3s ease-in-out;
}
.landing-demos .showcase-card a:hover {
color: #5B96F4;
}
.landing-demos .showcase-card:hover {
-webkit-transform: translateY(-6px);
-ms-transform : translateY(-6px);
transform : translateY(-6px);
}
.landing-action {
padding : 120px 0;
margin-top: 177px;
overflow : visible;
}
@media screen and (max-width: 991px) {
.landing-action {
margin-top: 0;
}
}
.landing-action h3 {
color : #fffefe;
font-size : 45px;
font-weight : 500;
line-height : 60px;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.landing-action h3 {
font-size : 28px;
line-height: 35px;
}
}
.landing-action p {
color : #ffffff;
font-size : 18px;
font-weight : 400;
line-height : 1.5;
margin-bottom: 5px;
}
.landing-featues {
padding-bottom: 50px;
}
.landing-featues .feature-box {
margin-bottom: 50px;
}
@-webkit-keyframes Up-Down {
0% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
50% {
-webkit-transform: translateY(20px);
transform : translateY(20px);
}
100% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
}
@keyframes Up-Down {
0% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
50% {
-webkit-transform: translateY(20px);
transform : translateY(20px);
}
100% {
-webkit-transform: translateY(0);
transform : translateY(0);
}
} | 0.246171 | 0.077518 |
@-webkit-keyframes StatusPicker {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 0;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes StatusPicker {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 0;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes StatusPickerAvatar {
0% {
-webkit-transform: translateY(5px) translateX(-50%);
transform: translateY(5px) translateX(-50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1;
}
}
@keyframes StatusPickerAvatar {
0% {
-webkit-transform: translateY(5px) translateX(-50%);
transform: translateY(5px) translateX(-50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1;
}
}
#app-mount .scale-3iLZhb {
opacity: 1;
-webkit-transform: none;
transform: none;
}
#app-mount #status-picker {
z-index: 0;
background: radial-gradient(circle at center 45px, transparent 34px, var(--menu-bg) 0);
border-radius: var(--border-radius);
-webkit-box-shadow: 0 0 8px var(--box-shadow-color);
box-shadow: 0 0 8px var(--box-shadow-color);
margin-bottom: 19px;
width: 224px;
height: 172px;
-webkit-animation: StatusPicker 350ms ease forwards;
animation: StatusPicker 350ms ease forwards;
}
#app-mount #status-picker .scroller-3BxosC {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 40%;
width: 94%;
left: 25px;
}
#app-mount #status-picker .scroller-3BxosC::-webkit-scrollbar {
display: none;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) {
background-color: transparent;
padding: 0;
margin: 0 8px;
width: 33px;
margin-left: 0;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .status-1fhblQ, #app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .separator-2I32lJ, #app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .description-2L932D {
display: none;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .status-1AY8sU {
background-color: var(--status-color);
-webkit-transition: all 300ms;
transition: all 300ms;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status):hover .status-1AY8sU, #app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status).focused-3afm-j .status-1AY8sU {
background-color: var(--status-color-hover) !important;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .statusItem-33LqPf {
margin-top: -4px;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .statusItem-33LqPf svg {
width: 25px;
height: 25px;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-online {
--status-color: var(--online);
--status-color-hover: var(--online-hover);
margin-right: 0;
margin-left: -3px;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-idle {
--status-color: var(--idle);
--status-color-hover: var(--idle-hover) ;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-dnd {
--status-color: var(--dnd);
--status-color-hover: var(--dnd-hover) ;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-invisible {
--status-color: var(--invisible);
--status-color-hover: var(--invisible-hover);
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-game-activity {
position: fixed;
margin-top: -90px;
margin-left: -30px;
}
#app-mount #status-picker .scroller-3BxosC #status-picker-custom-status {
position: fixed;
background-color: var(--custom-status-bg);
border-radius: var(--border-radius);
margin-top: 40px;
margin-left: -29px;
width: 216px;
}
#app-mount #status-picker .scroller-3BxosC #status-picker-custom-status:hover, #app-mount #status-picker .scroller-3BxosC #status-picker-custom-status.focused-3afm-j {
background-color: var(--custom-status-hover);
}
#app-mount .container-3baos1 {
position: relative;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] + .nameTag-3uD-yy {
margin-left: 32px;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] + .nameTag-3uD-yy::before {
content: "";
position: absolute;
pointer-events: none;
background: var(--background-tertiary) var(--placeholder-avatar) center/100% no-repeat;
border-radius: 25px;
height: 32px;
width: 32px;
margin-top: -1px;
left: 8px;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] .avatar-SmRMf2 {
position: absolute;
pointer-events: none;
height: 60px !important;
width: 60px !important;
bottom: 151px;
left: 50%;
border: 5px solid var(--avatar-gap-bg);
-webkit-animation: StatusPickerAvatar 350ms ease forwards;
animation: StatusPickerAvatar 350ms ease forwards;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] .avatar-SmRMf2 foreignObject {
-webkit-mask: none;
mask: none;
border-radius: 25px;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] .avatar-SmRMf2 rect {
display: none;
} | src/support/compiled.css | @-webkit-keyframes StatusPicker {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 0;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes StatusPicker {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 0;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes StatusPickerAvatar {
0% {
-webkit-transform: translateY(5px) translateX(-50%);
transform: translateY(5px) translateX(-50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1;
}
}
@keyframes StatusPickerAvatar {
0% {
-webkit-transform: translateY(5px) translateX(-50%);
transform: translateY(5px) translateX(-50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1;
}
}
#app-mount .scale-3iLZhb {
opacity: 1;
-webkit-transform: none;
transform: none;
}
#app-mount #status-picker {
z-index: 0;
background: radial-gradient(circle at center 45px, transparent 34px, var(--menu-bg) 0);
border-radius: var(--border-radius);
-webkit-box-shadow: 0 0 8px var(--box-shadow-color);
box-shadow: 0 0 8px var(--box-shadow-color);
margin-bottom: 19px;
width: 224px;
height: 172px;
-webkit-animation: StatusPicker 350ms ease forwards;
animation: StatusPicker 350ms ease forwards;
}
#app-mount #status-picker .scroller-3BxosC {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 40%;
width: 94%;
left: 25px;
}
#app-mount #status-picker .scroller-3BxosC::-webkit-scrollbar {
display: none;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) {
background-color: transparent;
padding: 0;
margin: 0 8px;
width: 33px;
margin-left: 0;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .status-1fhblQ, #app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .separator-2I32lJ, #app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .description-2L932D {
display: none;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .status-1AY8sU {
background-color: var(--status-color);
-webkit-transition: all 300ms;
transition: all 300ms;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status):hover .status-1AY8sU, #app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status).focused-3afm-j .status-1AY8sU {
background-color: var(--status-color-hover) !important;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .statusItem-33LqPf {
margin-top: -4px;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status) .statusItem-33LqPf svg {
width: 25px;
height: 25px;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-online {
--status-color: var(--online);
--status-color-hover: var(--online-hover);
margin-right: 0;
margin-left: -3px;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-idle {
--status-color: var(--idle);
--status-color-hover: var(--idle-hover) ;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-dnd {
--status-color: var(--dnd);
--status-color-hover: var(--dnd-hover) ;
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-invisible {
--status-color: var(--invisible);
--status-color-hover: var(--invisible-hover);
}
#app-mount #status-picker .scroller-3BxosC .item-1tOPte:not(#status-picker-custom-status)#status-picker-game-activity {
position: fixed;
margin-top: -90px;
margin-left: -30px;
}
#app-mount #status-picker .scroller-3BxosC #status-picker-custom-status {
position: fixed;
background-color: var(--custom-status-bg);
border-radius: var(--border-radius);
margin-top: 40px;
margin-left: -29px;
width: 216px;
}
#app-mount #status-picker .scroller-3BxosC #status-picker-custom-status:hover, #app-mount #status-picker .scroller-3BxosC #status-picker-custom-status.focused-3afm-j {
background-color: var(--custom-status-hover);
}
#app-mount .container-3baos1 {
position: relative;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] + .nameTag-3uD-yy {
margin-left: 32px;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] + .nameTag-3uD-yy::before {
content: "";
position: absolute;
pointer-events: none;
background: var(--background-tertiary) var(--placeholder-avatar) center/100% no-repeat;
border-radius: 25px;
height: 32px;
width: 32px;
margin-top: -1px;
left: 8px;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] .avatar-SmRMf2 {
position: absolute;
pointer-events: none;
height: 60px !important;
width: 60px !important;
bottom: 151px;
left: 50%;
border: 5px solid var(--avatar-gap-bg);
-webkit-animation: StatusPickerAvatar 350ms ease forwards;
animation: StatusPickerAvatar 350ms ease forwards;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] .avatar-SmRMf2 foreignObject {
-webkit-mask: none;
mask: none;
border-radius: 25px;
}
#app-mount .container-3baos1 .avatarWrapper-2yR4wp[aria-expanded=true] .avatar-SmRMf2 rect {
display: none;
} | 0.313 | 0.060087 |
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background: #E4E4E4;
background-size: cover;
background-position: center;
}
body {
padding: 0px;
margin: 0px;
}
#nav {
width: calc(100% - 40px);
padding: 8px 20px;
height: 40px;
background: white;
text-align: center;
}
img {
padding: 0px;
margin: 0px;
}
#userinfo {
float: right;
display: flex;
justify-content: center;
align-items: center;
}
.buttons {
display: inline-block;
margin-right: 20px;
}
.buttons a {
color: #666666;
text-decoration: none;
font-size: 14px;
margin-right: 10px;
}
.buttons a:hover {
font-size: 15px;
}
#avatar {
width: 40px;
height: 40px;
border-radius: 20px;
overflow: hidden;
cursor: pointer;
display: inline-block;
}
#container {
width: calc(100% - 20px);
max-width: 1320px;
height: calc(100% - 100px);
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
#noscrollbar{
padding-top: 80px;
width: calc(100% + 17px);
height: calc(100% - 120px);
overflow-y: scroll;
overflow-x: hidden;
}
#wellcomeText {
background: white;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 20px;
font-size: 14px;
color: #666666;
}
#upload-area {
background: white;
padding: 40px 40px 20px 40px;
border-radius: 5px;
color: #666666;
}
#upload-box {
width: 100%;
height: 240px;
border: 1px solid rgb(212, 212, 212);
border-radius: 5px;
cursor: pointer;
}
#upload-box:hover {
border: 1px solid #409EFF;
}
.upload-icon {
text-align: center;
padding-top: 60px;
}
.upload-tips {
margin-top: 10px;
font-size: 14px;
}
.allow-upload-tips {
margin-top: 10px;
font-size: 14px;
}
#upload-files {
margin-top: 20px;
display: flex;
flex-wrap: wrap
}
.upload-file-card {
width: calc(50% - 12px);
height: 123px;
margin: 6px;
flex-shrink: 1;
background: white;
position: relative;
cursor: pointer;
float: left;
display: flex;
}
.upload-file-thumb {
width: 160px;
flex-shrink: 0;
}
.file-links-box {
flex: 1;
padding: 10px;
}
.file-links {
width: 100%;
}
.link {
width: calc(100% - 24px);
margin-bottom: 6px;
padding: 6px 10px;
font-size: 14px;
cursor: pointer;
border: 1px solid grey;
background: #eee;
}
.copytip{
display: inline-block;
position: absolute;
left: 4px;
top: 5px;
z-index: 1;
padding: 2px 8px;
background: #61cc00bd;
color: white;
border-radius: 2px;
font-size: 12px;
}
.upload-progress {
width: 100%;
position: absolute;
bottom: 0px;
}
.upload-error-cover {
position: absolute;
top: 0px;
bottom: 5px;
left: 0px;
right: 0px;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
padding: 15px 5px;
color: white;
text-align: center;
font-size: 12px;
}
.progress-bar {
height: 3px;
background-color: #409EFF;
}
#foot {
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
padding: 10px 20px;
background-color: white;
display: flex;
justify-content: space-around;
color: #666666;
font-size: 14px;
}
#foot a {
color: #666666;
font-size: 14px;
}
.foot-part {
flex: 1;
}
.foot-left {
text-align: left;
}
.foot-center {
text-align: center;
}
.foot-right {
text-align: right;
}
@media screen and (max-width: 767px) {
.foot-left {
display: none;
}
.foot-right {
display: none;
}
.upload-file-card{
width: 100%;
}
#noscrollbar{
padding-top: 20px;
width: 100%;
height: calc(100% - 60px);
}
#upload-area{
padding: 20px;
}
#noscrollbar::-webkit-scrollbar { width: 0 !important }
} | public/upload.css | position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background: #E4E4E4;
background-size: cover;
background-position: center;
}
body {
padding: 0px;
margin: 0px;
}
#nav {
width: calc(100% - 40px);
padding: 8px 20px;
height: 40px;
background: white;
text-align: center;
}
img {
padding: 0px;
margin: 0px;
}
#userinfo {
float: right;
display: flex;
justify-content: center;
align-items: center;
}
.buttons {
display: inline-block;
margin-right: 20px;
}
.buttons a {
color: #666666;
text-decoration: none;
font-size: 14px;
margin-right: 10px;
}
.buttons a:hover {
font-size: 15px;
}
#avatar {
width: 40px;
height: 40px;
border-radius: 20px;
overflow: hidden;
cursor: pointer;
display: inline-block;
}
#container {
width: calc(100% - 20px);
max-width: 1320px;
height: calc(100% - 100px);
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
#noscrollbar{
padding-top: 80px;
width: calc(100% + 17px);
height: calc(100% - 120px);
overflow-y: scroll;
overflow-x: hidden;
}
#wellcomeText {
background: white;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 20px;
font-size: 14px;
color: #666666;
}
#upload-area {
background: white;
padding: 40px 40px 20px 40px;
border-radius: 5px;
color: #666666;
}
#upload-box {
width: 100%;
height: 240px;
border: 1px solid rgb(212, 212, 212);
border-radius: 5px;
cursor: pointer;
}
#upload-box:hover {
border: 1px solid #409EFF;
}
.upload-icon {
text-align: center;
padding-top: 60px;
}
.upload-tips {
margin-top: 10px;
font-size: 14px;
}
.allow-upload-tips {
margin-top: 10px;
font-size: 14px;
}
#upload-files {
margin-top: 20px;
display: flex;
flex-wrap: wrap
}
.upload-file-card {
width: calc(50% - 12px);
height: 123px;
margin: 6px;
flex-shrink: 1;
background: white;
position: relative;
cursor: pointer;
float: left;
display: flex;
}
.upload-file-thumb {
width: 160px;
flex-shrink: 0;
}
.file-links-box {
flex: 1;
padding: 10px;
}
.file-links {
width: 100%;
}
.link {
width: calc(100% - 24px);
margin-bottom: 6px;
padding: 6px 10px;
font-size: 14px;
cursor: pointer;
border: 1px solid grey;
background: #eee;
}
.copytip{
display: inline-block;
position: absolute;
left: 4px;
top: 5px;
z-index: 1;
padding: 2px 8px;
background: #61cc00bd;
color: white;
border-radius: 2px;
font-size: 12px;
}
.upload-progress {
width: 100%;
position: absolute;
bottom: 0px;
}
.upload-error-cover {
position: absolute;
top: 0px;
bottom: 5px;
left: 0px;
right: 0px;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
padding: 15px 5px;
color: white;
text-align: center;
font-size: 12px;
}
.progress-bar {
height: 3px;
background-color: #409EFF;
}
#foot {
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
padding: 10px 20px;
background-color: white;
display: flex;
justify-content: space-around;
color: #666666;
font-size: 14px;
}
#foot a {
color: #666666;
font-size: 14px;
}
.foot-part {
flex: 1;
}
.foot-left {
text-align: left;
}
.foot-center {
text-align: center;
}
.foot-right {
text-align: right;
}
@media screen and (max-width: 767px) {
.foot-left {
display: none;
}
.foot-right {
display: none;
}
.upload-file-card{
width: 100%;
}
#noscrollbar{
padding-top: 20px;
width: 100%;
height: calc(100% - 60px);
}
#upload-area{
padding: 20px;
}
#noscrollbar::-webkit-scrollbar { width: 0 !important }
} | 0.516595 | 0.177668 |
.popup {
position: fixed;
width: 100vw;
height: 100vh;
z-index: 10000;
display: block;
font-size: 12px !important;
}
.popup .overlay {
font-size: 12px !important;
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 14;
display: none;
}
.popup .content {
font-size: 12px !important;
position: fixed;
margin-top: 80px;
top: calc(50% - 80px);
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: RGB(238, 238, 238);
width: 60%;
/*height: auto;*/
z-index: 15;
text-align: center;
padding: 20px;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
border-radius: 4px;
}
.popup .close-btn {
cursor: pointer;
position: absolute;
right: 20px;
top: 20px;
width: 30px;
height: 30px;
background: #222;
color: #fff;
font-size: 12px !important;
font-weight: 600;
line-height: 30px;
text-align: center;
border-radius: 50%;
}
.popup.active .overlay {
display: block;
}
.popup.active .content {
transition: all 300ms ease-in-out;
transform: translate(-50%, -50%) scale(1);
}
button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 15px;
font-size: 18px;
border: 2px solid #222;
color: #222;
text-transform: uppercase;
font-weight: 600;
background: #fff;
}
@media screen and (max-width : 800px) {
.popup .content {
position: fixed;
margin-top: 80px;
top: calc(50% - 80px);
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: RGB(238, 238, 238);
width: 100%;
/*height: auto;*/
z-index: 15;
text-align: center;
padding: 20px;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
border-radius: 4px;
font-size: 12px !important;
}
.mobile{
display: none;
}
}
@media screen and (min-width : 800px) {
.ismob{
display: none;
}
}
header {
background-image: url("assets/img/fondtic.jpg");
}
.slider{
width: 800px;
height: 500px;
border-radius: 10px;
overflow: hidden;
}
.slides{
width: 500%;
height: 500px;
display: flex;
}
.slides input{
display: none;
}
.slide{
width: 20%;
transition: 2s;
}
.slide img{
width: 800px;
height: 500px;
}
/*css for manual slide navigation*/
.navigation-manual{
position: absolute;
width: 800px;
margin-top: -40px;
display: flex;
justify-content: center;
}
.manual-btn{
border: 2px solid #40D3DC;
padding: 5px;
border-radius: 10px;
cursor: pointer;
transition: 1s;
}
.manual-btn:not(:last-child){
margin-right: 40px;
}
.manual-btn:hover{
background: #40D3DC;
}
#radio1:checked ~ .first{
margin-left: 0;
}
#radio2:checked ~ .first{
margin-left: -20%;
}
#radio3:checked ~ .first{
margin-left: -40%;
}
#radio4:checked ~ .first{
margin-left: -60%;
}
/*css for automatic navigation*/
.navigation-auto{
position: absolute;
display: flex;
width: 800px;
justify-content: center;
margin-top: 460px;
}
.navigation-auto div{
border: 2px solid #40D3DC;
padding: 5px;
border-radius: 10px;
transition: 1s;
}
.navigation-auto div:not(:last-child){
margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
background: #40D3DC;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
background: #40D3DC;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
background: #40D3DC;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
background: #40D3DC;
} | src/app/visitor/news/news.component.css | .popup {
position: fixed;
width: 100vw;
height: 100vh;
z-index: 10000;
display: block;
font-size: 12px !important;
}
.popup .overlay {
font-size: 12px !important;
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 14;
display: none;
}
.popup .content {
font-size: 12px !important;
position: fixed;
margin-top: 80px;
top: calc(50% - 80px);
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: RGB(238, 238, 238);
width: 60%;
/*height: auto;*/
z-index: 15;
text-align: center;
padding: 20px;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
border-radius: 4px;
}
.popup .close-btn {
cursor: pointer;
position: absolute;
right: 20px;
top: 20px;
width: 30px;
height: 30px;
background: #222;
color: #fff;
font-size: 12px !important;
font-weight: 600;
line-height: 30px;
text-align: center;
border-radius: 50%;
}
.popup.active .overlay {
display: block;
}
.popup.active .content {
transition: all 300ms ease-in-out;
transform: translate(-50%, -50%) scale(1);
}
button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 15px;
font-size: 18px;
border: 2px solid #222;
color: #222;
text-transform: uppercase;
font-weight: 600;
background: #fff;
}
@media screen and (max-width : 800px) {
.popup .content {
position: fixed;
margin-top: 80px;
top: calc(50% - 80px);
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: RGB(238, 238, 238);
width: 100%;
/*height: auto;*/
z-index: 15;
text-align: center;
padding: 20px;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
border-radius: 4px;
font-size: 12px !important;
}
.mobile{
display: none;
}
}
@media screen and (min-width : 800px) {
.ismob{
display: none;
}
}
header {
background-image: url("assets/img/fondtic.jpg");
}
.slider{
width: 800px;
height: 500px;
border-radius: 10px;
overflow: hidden;
}
.slides{
width: 500%;
height: 500px;
display: flex;
}
.slides input{
display: none;
}
.slide{
width: 20%;
transition: 2s;
}
.slide img{
width: 800px;
height: 500px;
}
/*css for manual slide navigation*/
.navigation-manual{
position: absolute;
width: 800px;
margin-top: -40px;
display: flex;
justify-content: center;
}
.manual-btn{
border: 2px solid #40D3DC;
padding: 5px;
border-radius: 10px;
cursor: pointer;
transition: 1s;
}
.manual-btn:not(:last-child){
margin-right: 40px;
}
.manual-btn:hover{
background: #40D3DC;
}
#radio1:checked ~ .first{
margin-left: 0;
}
#radio2:checked ~ .first{
margin-left: -20%;
}
#radio3:checked ~ .first{
margin-left: -40%;
}
#radio4:checked ~ .first{
margin-left: -60%;
}
/*css for automatic navigation*/
.navigation-auto{
position: absolute;
display: flex;
width: 800px;
justify-content: center;
margin-top: 460px;
}
.navigation-auto div{
border: 2px solid #40D3DC;
padding: 5px;
border-radius: 10px;
transition: 1s;
}
.navigation-auto div:not(:last-child){
margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
background: #40D3DC;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
background: #40D3DC;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
background: #40D3DC;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
background: #40D3DC;
} | 0.325949 | 0.08266 |
body{
background-image: url("../css/image/w.png");
background-repeat: no-repeat;
}
.pic{
border-color: grey;
border-style: solid;
border-radius: 40px;
height: 300px;
width: 300px;
}
input[type=text],select {
width: 190%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=comment],select {
width: 100%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=date],select {
width: 40%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=del], select {
width: 190%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 10%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
float: left;
margin-top: -80px;
}
input[type=submit]:hover {
background-color: #45a049;
}
form{
font-family: courier;
font-size: 20px;
}
h1{
margin-bottom: 20;
letter-spacing: 4px;
font-size: 50px;
color: white;
text-decoration: underline;
text-decoration-color: white;
}
#myTable {
margin-top: -50px;
background-color: white;
position: absolute;
top: 180px;
margin-left: -10px;
border-collapse: collapse; /* Collapse borders */
width: 99%;
border: 1px solid #ddd; /* Add a grey border */
font-size: 18px; /* Increase font-size */
opacity: 0.8;
}
#myTable th, #myTable td {
text-align: center; /* Left-align text */
padding: 12px; /* Add padding */
}
#myTablex2 td {
text-align: center; /* Left-align text */
padding: 12px; /* Add padding */
}
#myTable tr {
/* Add a bottom border to all table rows */
border-bottom: 1px solid #ddd;
}
#myTable tr.header, #myTable tr:hover {
/* Add a grey background color to the table header and on hover */
background-color: #f1f1f1;
}
.back{
background-color: #DB3C19;
height: 50px;
width: 50px;
border-radius: 50%;
margin-top: -20px;
margin-left:1240px;
} | css/Reminder.css | body{
background-image: url("../css/image/w.png");
background-repeat: no-repeat;
}
.pic{
border-color: grey;
border-style: solid;
border-radius: 40px;
height: 300px;
width: 300px;
}
input[type=text],select {
width: 190%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=comment],select {
width: 100%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=date],select {
width: 40%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=del], select {
width: 190%;
padding: 12px 10px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 10%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
float: left;
margin-top: -80px;
}
input[type=submit]:hover {
background-color: #45a049;
}
form{
font-family: courier;
font-size: 20px;
}
h1{
margin-bottom: 20;
letter-spacing: 4px;
font-size: 50px;
color: white;
text-decoration: underline;
text-decoration-color: white;
}
#myTable {
margin-top: -50px;
background-color: white;
position: absolute;
top: 180px;
margin-left: -10px;
border-collapse: collapse; /* Collapse borders */
width: 99%;
border: 1px solid #ddd; /* Add a grey border */
font-size: 18px; /* Increase font-size */
opacity: 0.8;
}
#myTable th, #myTable td {
text-align: center; /* Left-align text */
padding: 12px; /* Add padding */
}
#myTablex2 td {
text-align: center; /* Left-align text */
padding: 12px; /* Add padding */
}
#myTable tr {
/* Add a bottom border to all table rows */
border-bottom: 1px solid #ddd;
}
#myTable tr.header, #myTable tr:hover {
/* Add a grey background color to the table header and on hover */
background-color: #f1f1f1;
}
.back{
background-color: #DB3C19;
height: 50px;
width: 50px;
border-radius: 50%;
margin-top: -20px;
margin-left:1240px;
} | 0.240061 | 0.132683 |
Transições */
#caixa {
width: 300px;
height: 300px;
background: orange;
}
#caixa:hover {
width: 400px;
background: yellow;
/*transition: width 3s, background 3s;*/
transition: all 3s;
}
/*******************************************
Animaões */
/*@keyframes animacao-caixa {
from {/*Estado inicial
background: red;
border-radius: 0px;
top: 0;
left: 0;
}*/
/*to {/*Estado final
background: yellow;
border-radius: 300px;
top: 200px;
left: 200px;
}
}*/
/*#caixa {
width: 300px;
height: 300px;
background: red;
position: relative;*/
/*
-webkit-animation-name: animacao-caixa;
-moz-animation-name: animacao-caixa;
-o-animation-name: animacao-caixa;
animation-name: animacao-caixa;
animation-duration: 5s;
animation-delay: 3s;
animation-iteration-count: 2;
animation-direction: alternate;*/
/*-webkit-animation: animacao-caixa 5s 3s 2 alternate;
-moz-animation: animacao-caixa 5s 3s 2 alternate;
-o-animation: animacao-caixa 5s 3s 2 alternate;
animation: animacao-caixa 5s 3s 2 alternate;
}*/
/***********************************************************/
/**#caixa{
width: 300px;
height: 300px;
padding: 8px;
margin: 20px;
background: #009670;
box-shadow: 20px 20px 2px 10px rgba(0, 0, 0, 0.2);
}*/
/*#caixa h1 {
color: white;
text-shadow: 20px 20px red;
text-shadow: 20px 20px 5px rgba(0, 0, 0, 0.6);
}*/
/*#caixa {
width: 300px;
height: 300px;
/*background: url("../imagens/camera.png");*/
/*background: linear-gradient(98deg, red, green, yellow, green);*/
/*background: radial-gradient(red, green, yellow);
}*/
/*#caixa h1 {
/*background: rgb(255, 255, 255, 0.8);
}*/
/*#caixa {
width: 300px;
height: 300px;
background: #b9c941;
padding: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 20px 90px;
-moz-border-radius: 20px 90px;
border-radius: 20px 90px;
}
#caixa2 {
width: 400px;
height: 300px;
background: #b9c941;
-webkit-border-radius: 20px 90px;
-moz-border-radius: 20px 90px;
border-radius: 20px 90px;
}*/ | css3 recursos/css/estilo.css | Transições */
#caixa {
width: 300px;
height: 300px;
background: orange;
}
#caixa:hover {
width: 400px;
background: yellow;
/*transition: width 3s, background 3s;*/
transition: all 3s;
}
/*******************************************
Animaões */
/*@keyframes animacao-caixa {
from {/*Estado inicial
background: red;
border-radius: 0px;
top: 0;
left: 0;
}*/
/*to {/*Estado final
background: yellow;
border-radius: 300px;
top: 200px;
left: 200px;
}
}*/
/*#caixa {
width: 300px;
height: 300px;
background: red;
position: relative;*/
/*
-webkit-animation-name: animacao-caixa;
-moz-animation-name: animacao-caixa;
-o-animation-name: animacao-caixa;
animation-name: animacao-caixa;
animation-duration: 5s;
animation-delay: 3s;
animation-iteration-count: 2;
animation-direction: alternate;*/
/*-webkit-animation: animacao-caixa 5s 3s 2 alternate;
-moz-animation: animacao-caixa 5s 3s 2 alternate;
-o-animation: animacao-caixa 5s 3s 2 alternate;
animation: animacao-caixa 5s 3s 2 alternate;
}*/
/***********************************************************/
/**#caixa{
width: 300px;
height: 300px;
padding: 8px;
margin: 20px;
background: #009670;
box-shadow: 20px 20px 2px 10px rgba(0, 0, 0, 0.2);
}*/
/*#caixa h1 {
color: white;
text-shadow: 20px 20px red;
text-shadow: 20px 20px 5px rgba(0, 0, 0, 0.6);
}*/
/*#caixa {
width: 300px;
height: 300px;
/*background: url("../imagens/camera.png");*/
/*background: linear-gradient(98deg, red, green, yellow, green);*/
/*background: radial-gradient(red, green, yellow);
}*/
/*#caixa h1 {
/*background: rgb(255, 255, 255, 0.8);
}*/
/*#caixa {
width: 300px;
height: 300px;
background: #b9c941;
padding: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 20px 90px;
-moz-border-radius: 20px 90px;
border-radius: 20px 90px;
}
#caixa2 {
width: 400px;
height: 300px;
background: #b9c941;
-webkit-border-radius: 20px 90px;
-moz-border-radius: 20px 90px;
border-radius: 20px 90px;
}*/ | 0.211417 | 0.049843 |
input[type='range'] {
display: block;
border: none;
margin: 0 auto;
padding: 0;
width: 34.25em;
height: 3em;
opacity: .7;
background: repeating-linear-gradient(90deg, rgb(226, 192, 192), rgba(152, 58, 58, 0.28) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, 0.07) 3em) no-repeat 50% 50% content-box;
background-size: calc(27em + 1px) 100%;
font-size: 1em;
cursor: pointer;
}
input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
position: relative;
width: 34.25em;
height: 0.75em;
border-radius: 0.25em;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.32);
background: rgba(255, 255, 255, 0.32);
}
.js input[type='range']::-webkit-slider-runnable-track {
background: linear-gradient(#ffffff, #ffffff) no-repeat rgba(255, 255, 255, 0.32);
}
input[type='range']::-moz-range-track {
width: 34.25em;
height: 0.75em;
border-radius: 0.25em;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.32);
background: rgba(255, 255, 255, 0.32);
}
input[type='range']::-ms-track {
border: none;
width: 34.25em;
height: 0.75em;
border-radius: 0.25em;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.32);
background: rgba(255, 255, 255, 0.32);
color: transparent;
}
input[type='range']::-moz-range-progress {
height: 0.75em;
border-radius: 0.25em;
background: #fff;
}
input[type='range']::-ms-fill-lower {
border-radius: 0.25em;
background: #fff;
}
input[type='range']::-webkit-slider-thumb {
margin-top: -0.25em;
box-sizing: border-box;
border: solid 0.125em #e53728;
width: 1.25em;
height: 1.25em;
border-radius: 50%;
background: #fff;
cursor: ew-resize;
}
input[type='range']::-moz-range-thumb {
box-sizing: border-box;
border: solid 0.125em #e53728;
width: 1.25em;
height: 1.25em;
border-radius: 50%;
background: #fff;
cursor: ew-resize;
}
input[type='range']::-ms-thumb {
box-sizing: border-box;
border: solid 0.125em #e53728;
width: 1.25em;
height: 1.25em;
border-radius: 50%;
background: #fff;
cursor: ew-resize;
}
input[type='range']::-webkit-slider-runnable-track:before, input[type='range'] /deep/ #track:before {
position: absolute;
bottom: 100%;
left: 0;
color: #fff;
line-height: 1.5;
}
[class*=webkit] input[type='range']::-webkit-slider-thumb:before, [class*=webkit] input[type='range']::-webkit-slider-thumb:after, [class*=webkit] input[type='range'] /deep/ #thumb:before, [class*=webkit] input[type='range'] /deep/ #thumb:after {
position: absolute;
bottom: 0;
color: #fff;
line-height: 1;
}
[class*=webkit] input[type='range']::-webkit-slider-thumb:before, [class*=webkit] input[type='range'] /deep/ #thumb:before {
box-sizing: border-box;
left: 100%;
padding-right: .0625em;
width: 2em;
transform: translateY(8px);
font-size: 3em;
text-align: right;
}
[class*=webkit] input[type='range']::-webkit-slider-thumb:after, [class*=webkit] input[type='range'] /deep/ #thumb:after {
left: calc(100% + 8em);
font-size: 0.75em;
}
.js input[type='range']:nth-of-type(1)::-webkit-slider-runnable-track {
background-size: 9.09091% 100%;
}
input[type='range']:nth-of-type(1)::-webkit-slider-runnable-track:before, input[type='range']:nth-of-type(1) /deep/ #track:before {
content: "CPU";
}
[class*=webkit] input[type='range']:nth-of-type(1)::-webkit-slider-thumb:before, [class*=webkit] input[type='range']:nth-of-type(1) /deep/ #thumb:before {
content: "2";
}
[class*=webkit] input[type='range']:nth-of-type(1)::-webkit-slider-thumb:after, [class*=webkit] input[type='range']:nth-of-type(1) /deep/ #thumb:after {
content: "GHz";
}
.js input[type='range']:nth-of-type(2)::-webkit-slider-runnable-track {
background-size: 18.18182% 100%;
}
input[type='range']:nth-of-type(2)::-webkit-slider-runnable-track:before, input[type='range']:nth-of-type(2) /deep/ #track:before {
content: "RAM";
}
[class*=webkit] input[type='range']:nth-of-type(2)::-webkit-slider-thumb:before, [class*=webkit] input[type='range']:nth-of-type(2) /deep/ #thumb:before {
content: "1";
}
[class*=webkit] input[type='range']:nth-of-type(2)::-webkit-slider-thumb:after, [class*=webkit] input[type='range']:nth-of-type(2) /deep/ #thumb:after {
content: "GB";
}
.js input[type='range']:nth-of-type(3)::-webkit-slider-runnable-track {
background-size: 9.09091% 100%;
}
input[type='range']:nth-of-type(3)::-webkit-slider-runnable-track:before, input[type='range']:nth-of-type(3) /deep/ #track:before {
content: "HDD";
}
[class*=webkit] input[type='range']:nth-of-type(3)::-webkit-slider-thumb:before, [class*=webkit] input[type='range']:nth-of-type(3) /deep/ #thumb:before {
content: "60";
}
[class*=webkit] input[type='range']:nth-of-type(3)::-webkit-slider-thumb:after, [class*=webkit] input[type='range']:nth-of-type(3) /deep/ #thumb:after {
content: "GB";
}
input[type='range']:focus {
outline: none;
opacity: .99;
} | public/css/slider.css | input[type='range'] {
display: block;
border: none;
margin: 0 auto;
padding: 0;
width: 34.25em;
height: 3em;
opacity: .7;
background: repeating-linear-gradient(90deg, rgb(226, 192, 192), rgba(152, 58, 58, 0.28) 1px, rgba(0, 0, 0, 0) 1px, rgba(255, 255, 255, 0.07) 3em) no-repeat 50% 50% content-box;
background-size: calc(27em + 1px) 100%;
font-size: 1em;
cursor: pointer;
}
input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
position: relative;
width: 34.25em;
height: 0.75em;
border-radius: 0.25em;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.32);
background: rgba(255, 255, 255, 0.32);
}
.js input[type='range']::-webkit-slider-runnable-track {
background: linear-gradient(#ffffff, #ffffff) no-repeat rgba(255, 255, 255, 0.32);
}
input[type='range']::-moz-range-track {
width: 34.25em;
height: 0.75em;
border-radius: 0.25em;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.32);
background: rgba(255, 255, 255, 0.32);
}
input[type='range']::-ms-track {
border: none;
width: 34.25em;
height: 0.75em;
border-radius: 0.25em;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.32);
background: rgba(255, 255, 255, 0.32);
color: transparent;
}
input[type='range']::-moz-range-progress {
height: 0.75em;
border-radius: 0.25em;
background: #fff;
}
input[type='range']::-ms-fill-lower {
border-radius: 0.25em;
background: #fff;
}
input[type='range']::-webkit-slider-thumb {
margin-top: -0.25em;
box-sizing: border-box;
border: solid 0.125em #e53728;
width: 1.25em;
height: 1.25em;
border-radius: 50%;
background: #fff;
cursor: ew-resize;
}
input[type='range']::-moz-range-thumb {
box-sizing: border-box;
border: solid 0.125em #e53728;
width: 1.25em;
height: 1.25em;
border-radius: 50%;
background: #fff;
cursor: ew-resize;
}
input[type='range']::-ms-thumb {
box-sizing: border-box;
border: solid 0.125em #e53728;
width: 1.25em;
height: 1.25em;
border-radius: 50%;
background: #fff;
cursor: ew-resize;
}
input[type='range']::-webkit-slider-runnable-track:before, input[type='range'] /deep/ #track:before {
position: absolute;
bottom: 100%;
left: 0;
color: #fff;
line-height: 1.5;
}
[class*=webkit] input[type='range']::-webkit-slider-thumb:before, [class*=webkit] input[type='range']::-webkit-slider-thumb:after, [class*=webkit] input[type='range'] /deep/ #thumb:before, [class*=webkit] input[type='range'] /deep/ #thumb:after {
position: absolute;
bottom: 0;
color: #fff;
line-height: 1;
}
[class*=webkit] input[type='range']::-webkit-slider-thumb:before, [class*=webkit] input[type='range'] /deep/ #thumb:before {
box-sizing: border-box;
left: 100%;
padding-right: .0625em;
width: 2em;
transform: translateY(8px);
font-size: 3em;
text-align: right;
}
[class*=webkit] input[type='range']::-webkit-slider-thumb:after, [class*=webkit] input[type='range'] /deep/ #thumb:after {
left: calc(100% + 8em);
font-size: 0.75em;
}
.js input[type='range']:nth-of-type(1)::-webkit-slider-runnable-track {
background-size: 9.09091% 100%;
}
input[type='range']:nth-of-type(1)::-webkit-slider-runnable-track:before, input[type='range']:nth-of-type(1) /deep/ #track:before {
content: "CPU";
}
[class*=webkit] input[type='range']:nth-of-type(1)::-webkit-slider-thumb:before, [class*=webkit] input[type='range']:nth-of-type(1) /deep/ #thumb:before {
content: "2";
}
[class*=webkit] input[type='range']:nth-of-type(1)::-webkit-slider-thumb:after, [class*=webkit] input[type='range']:nth-of-type(1) /deep/ #thumb:after {
content: "GHz";
}
.js input[type='range']:nth-of-type(2)::-webkit-slider-runnable-track {
background-size: 18.18182% 100%;
}
input[type='range']:nth-of-type(2)::-webkit-slider-runnable-track:before, input[type='range']:nth-of-type(2) /deep/ #track:before {
content: "RAM";
}
[class*=webkit] input[type='range']:nth-of-type(2)::-webkit-slider-thumb:before, [class*=webkit] input[type='range']:nth-of-type(2) /deep/ #thumb:before {
content: "1";
}
[class*=webkit] input[type='range']:nth-of-type(2)::-webkit-slider-thumb:after, [class*=webkit] input[type='range']:nth-of-type(2) /deep/ #thumb:after {
content: "GB";
}
.js input[type='range']:nth-of-type(3)::-webkit-slider-runnable-track {
background-size: 9.09091% 100%;
}
input[type='range']:nth-of-type(3)::-webkit-slider-runnable-track:before, input[type='range']:nth-of-type(3) /deep/ #track:before {
content: "HDD";
}
[class*=webkit] input[type='range']:nth-of-type(3)::-webkit-slider-thumb:before, [class*=webkit] input[type='range']:nth-of-type(3) /deep/ #thumb:before {
content: "60";
}
[class*=webkit] input[type='range']:nth-of-type(3)::-webkit-slider-thumb:after, [class*=webkit] input[type='range']:nth-of-type(3) /deep/ #thumb:after {
content: "GB";
}
input[type='range']:focus {
outline: none;
opacity: .99;
} | 0.35421 | 0.119203 |
.yit-upcase-nav .nav-link {
text-transform: none;
font-weight: 400 !important;
}
.yit-top-nav {
padding: 10px 1rem 5px;
font-size: 14px;
font-family: inherit;
}
.yit-top-nav .top-nav-left {
float: left;
}
.yit-top-nav .top-nav-right {
float: right;
}
.yit-top-nav .top-nav-left ul li {
padding-right: 10px;
}
.yit-top-nav ul li a i {
padding-right: 5px;
}
.yit-top-nav .yit-social i {
padding: 0;
}
.yit-top-nav-transparent {
background-color: transparent;
border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.yit-top-nav-transparent a {
color: rgba(255, 255, 255, .7);
}
.yit-top-nav-transparent a:hover {
color: #fff;
}
.yit-top-nav-transparent .yit-social.style-1 a {
color: rgba(255, 255, 255, .7);
}
.yit-top-nav-transparent .yit-social.style-1 a:hover {
color: #fff;
}
.yit-top-nav-transparent .btn-xxsmall:hover,
.yit-top-nav-transparent .btn-xxsmall:focus,
.yit-top-nav-transparent .btn-xxsmall:focus {
color: #000;
}
.yit-top-nav-light {
background: #f8f8f8;
}
.yit-top-nav-light a {
color: rgba(0, 0, 0, 0.7);
}
.yit-top-nav-dark {
background: #333;
}
.yit-top-nav-dark a {
color: rgba(255, 255, 255, .7);
}
.yit-top-nav-dark a:hover,
.yit-top-nav-dark a:focus,
.yit-top-nav-dark a:active {
color: #fff;
}
.yit-top-nav-color a {
color: #fff
}
.yit-top-nav-color a:hover,
.yit-top-nav-color a:focus,
.yit-top-nav-color a:active {
color: #fff;
}
.yit-top-nav.fancy-style {
position: relative;
z-index: 10;
}
.yit-top-nav.fancy-style a {
color: #cbd3dc;
}
.yit-top-nav.fancy-style .top-nav-right ul li::after {
color: #43566b;
content: "|";
padding: 0 10px;
}
.yit-top-nav.fancy-style a:hover,
.yit-top-nav.fancy-style a:focus,
.yit-top-nav.fancy-style a:active {
color: #fff;
}
.yit-top-nav.fancy-style:after {
border-bottom: 250px solid #e91e63;
border-left: 250px solid rgba(0, 0, 0, 0);
bottom: 0;
content: "";
height: 0;
position: absolute;
right: 0;
width: 0;
z-index: -1;
}
.yit-nice-select.language-select {
line-height: normal;
height: auto;
padding-left: 0;
}
.yit-nice-select.language-select {
background-color: transparent;
border: none;
color: #cbd3dc;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
float: none;
}
.yit-nice-select.language-select.nice-select .option {
padding-left: 10px;
padding-right: 10px;
}
.yit-nice-select.language-select:after {
height: 8px;
width: 8px;
}
.yit-nav .navbar {
padding: 0 !important;
}
.yit-nav .navbar-nav {
font-family: inherit;
}
.yit-nav .navbar-nav .nav-link {
padding-top: 30px;
padding-bottom: 30px;
}
.yit-nav .navbar-nav .nav-item.dropdown {
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
}
.yit-nav-transparent-style .navbar {
background-color: transparent;
}
.yit-nav-transparent-style .navbar-nav .nav-link {
font-size: 14px;
color: #fff;
padding-left: .9rem;
padding-right: .9rem;
}
.yit-nav-light-style .navbar,
.yit-nav-light-style.navbar {
background-color: #fff;
}
.yit-nav-light-style .navbar-light .navbar-nav .nav-link,
.yit-nav-light-style.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .7);
}
.yit-on-scroll-nav.animated.yit-nav-light-style .navbar,
.yit-on-scroll-nav.animated .yit-nav-light-style .navbar {
background-color: #fff;
}
.yit-nav-light-style .navbar-nav .nav-item:hover .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:focus .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:active .nav-link {
color: #fff;
}
.yit-nav-light-style .navbar-nav .nav-item:hover .yit-seclevel-menu .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:active .yit-seclevel-menu .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:focus .yit-seclevel-menu .nav-link {
color: #000000;
}
.yit-nav-dark-style .navbar,
.yit-nav-dark-style.navbar {
background-color: #232323;
}
.yit-nav-dark-style .navbar-light .navbar-nav .nav-link,
.yit-nav-dark-style.navbar-light .navbar-nav .nav-link {
color: #9d9d9d;
}
.yit-nav-dark-style .navbar-nav .nav-item:hover .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:focus .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:active .nav-link {
color: #fff;
}
.yit-nav-dark-style .navbar-nav .nav-item:hover .yit-seclevel-menu .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:active .yit-seclevel-menu .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:focus .yit-seclevel-menu .nav-link {
color: #000000;
}
.yit-nav-color-style .navbar-light .navbar-nav .nav-link,
.yit-nav-color-style.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.yit-nav-fancy-style {
max-width: 1140px;
margin: 22px auto;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.yit-on-scroll-nav.animated.navbar.yit-nav-fancy-style {
background: #ffffff;
margin: 0 auto;
max-width: none;
}
.yit-nav-inverse .navbar-nav .nav-link,
.yit-nav-inverse .search-link {
color: #000000;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link {
color: #ffffff;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .search-link {
color: #ffffff;
}
.yit-nav-inverse .navbar-nav .nav-item:hover .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:focus .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:active .nav-link {
color: #fff;
}
.yit-nav-inverse .navbar-nav .nav-item:hover .yit-seclevel-menu .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:active .yit-seclevel-menu .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:focus .yit-seclevel-menu .nav-link {
color: #000000;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link:hover,
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link:focus,
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link:active {
color: #fff;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-item.active .nav-link {
color: #fff;
}
.yit-on-scroll-nav {
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
}
.yit-on-scroll-nav.animated .yit-top-nav {
background-color: #1e1e1e;
}
.yit-on-scroll-nav.animated .navbar {
background-color: #1e1e1e;
}
.yit-on-scroll-nav.animated.navbar {
background-color: #1e1e1e;
}
.yit-on-sticky-nav.is-hidden,
.yit-on-sticky-nav.is-visible {
-moz-transition: all .4s ease-in-out 0s;
-webkit-transition: all .4s ease-in-out 0s;
-o-transition: all .4s ease-in-out 0s;
-ms-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
}
.yit-on-sticky-nav.is-hidden {
-webkit-transform: translate(0, -60px);
-moz-translate: translate(0, -60px);
-o-translate: translate(0, -60px);
-ms-translate: translate(0, -60px);
translate: (0, -60px);
opacity: 0;
}
.yit-on-sticky-nav.is-visible {
opacity: 1;
}
.yit-on-sticky-nav.is-visible {
background-color: rgba(0, 0, 0, .8);
}
.yit-nav.yit-bsnav-logo-top {
padding-bottom: 0;
}
.yit-nav.yit-bsnav-logo-top .navbar {
padding-top: 0;
padding-bottom: 0;
}
.yit-on-scroll-nav.animated.yit-bsnav-logo-top {
background-color: #1e1e1e;
}
.yit-nav .navbar-nav .nav-link:hover,
.yit-nav .navbar-nav .nav-link:focus,
.yit-nav .navbar-nav .nav-link:active,
.yit-nav .navbar-nav .nav-link.active,
.yit-nav .navbar-nav .dropdown:hover,
.yit-nav .navbar-nav .dropdown:focus,
.yit-nav .navbar-nav .dropdown:active,
.yit-nav .yit-nav .navbar-nav .show .nav-link,
.yit-nav .navbar-nav .active .nav-link,
.yit-nav .nav-link.show,
.yit-nav .navbar-nav .nav-link.active {
background-color: #e91e63;
color: #fff;
}
.yit-nav .navbar .dropdown .dropdown-item {
font-size: 0.875rem;
font-size: 14px;
display: block;
font-weight: 400;
padding: 9px 15px;
line-height: normal;
border-bottom: solid 1px rgba(0, 0, 0, .1);
color: #000;
}
.yit-nav .dropdown-toggle::after {
vertical-align: middle;
margin-top: -1px;
}
.yit-nav .dropdown-menu {
min-width: 13rem;
margin: 0;
}
.yit-nav .navbar .dropdown-menu {
padding: 0;
}
.yit-nav .yit-seclevel-menu .dropdown-menu {
left: 106%;
top: 0px;
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
padding: 0;
}
.yit-nav .yit-seclevel-menu .dropdown-menu .dropdown-item i {
display: none;
}
.yit-nav .yit-seclevel-menu .nav-item {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.yit-nav .dropdown:hover .yit-seclevel-menu .dropdown-toggle {
position: relative;
}
.yit-nav .yit-seclevel-menu .dropdown-toggle::after {
border: medium none;
content: "";
font-family: "FontAwesome";
position: absolute;
font-size: 20px;
line-height: normal;
right: 25px;
}
.yit-nav .navbar-nav .yit-seclevel-menu .nav-link {
padding: 7px 12px;
font-size: 14px;
color: #000000;
background-color: #fff;
}
.yit-nav .yit-seclevel-menu .nav-item {
padding: 0;
}
.yit-nav .navbar .dropdown .dropdown-item:hover,
.yit-nav .navbar .dropdown .dropdown-item:focus,
.yit-nav .navbar .dropdown .dropdown-item:active,
.yit-nav .navbar .dropdown .dropdown-item.active {
color: #000;
background-color: transparent;
}
.yit-nav .dropdown-menu {}
.yit-nav .yit-bsnav-short-menu .dropdown:not(.yit-megamenu-block) .dropdown-menu {}
.yit-nav .yit-bsnav-short-menu .dropdown:not(.yit-megamenu-block) .yit-seclevel-menu .dropdown-menu {}
.yit-nav .navbar .dropdown .dropdown-item:hover,
.yit-nav .navbar .dropdown .dropdown-item:focus,
.yit-nav .navbar .dropdown .dropdown-item:active,
.yit-nav .navbar .dropdown .dropdown-item.active,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown:hover,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown:hover .nav-link,
.yit-nav .navbar-nav .yit-seclevel-menu .nav-item:hover .nav-link {
background: #e91e63;
color: #fff;
}
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown .nav-link:hover,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown .nav-link:focus,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown .nav-link:active,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown.active .nav-link {
background: #e91e63;
color: #fff;
}
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item:hover,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item:focus,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item:active,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item.active {
background: #b51948;
color: #fff;
}
@media (max-width:767px) {
.yit-nav .navbar {
padding: 15px !important;
}
.yit-nav .navbar-collapse.collapse.show {
max-height: 380px;
overflow-y: auto;
}
.yit-nav .navbar-nav {
margin-top: 20px;
}
.yit-nav .navbar-nav .nav-link {
padding-top: 10px;
padding-bottom: 10px;
}
.yit-nav .navbar-light .navbar-toggler {
border-color: #e91e63;
color: #e91e63;
}
.yit-top-nav .top-nav-left,
.yit-top-nav .top-nav-right {
float: none;
text-align: center;
}
.yit-top-nav .top-call-action i {
padding: 0
}
.yit-nav .dropdown-menu {
border: medium none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.yit-nav .yit-seclevel-menu .nav-link {
padding: 7px 12px;
}
.yit-nav .yit-seclevel-menu .nav-item {
border: none;
}
.yit-nav .yit-seclevel-menu .nav-item .dropdown-item {
padding: 9px 25px;
}
.yit-nav .search-link {
display: none;
}
.yit-nav .yit-bsnav-logo-right .xs-brand-right {
position: absolute;
right: 15px;
top: 10px;
}
.yit-nav.yit-bsnav-logo-top .navbar {
padding-top: 20px;
padding-bottom: 20px;
}
.yit-nav .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(233, 30, 99, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E");
}
.yit-nav .navbar-nav .nav-link:hover,
.yit-nav .navbar-nav .nav-link:focus,
.yit-nav .navbar-nav .nav-link:active,
.yit-nav .navbar-nav .nav-link.active {
background-color: #e91e63;
color: #fff;
}
.yit-nav .navbar-light .navbar-nav .show>.nav-link,
.yit-nav .navbar-light .navbar-nav .active>.nav-link,
.yit-nav .navbar-light .navbar-nav .nav-link.show,
.yit-nav .navbar-light .navbar-nav .nav-link.active {
background: #e91e63;
color: #fff;
}
.navbar .navbar-nav .dropdown-toggle::after {
border: medium none;
content: "";
font-family: "FontAwesome";
position: absolute;
right: 25px;
font-size: 20px;
line-height: normal;
}
.yit-nav .nav-item.dropdown.show .dropdown-toggle::after {
content: "";
}
.yit-nav .nav-item.dropdown .yit-seclevel-menu .dropdown-toggle::after {
content: "";
}
.yit-nav .nav-item.dropdown .yit-seclevel-menu .active.dropdown-toggle::after {
content: "";
}
.yit-on-scroll-nav.animated .yit-top-nav-transparent {
display: none;
}
.yit-nav-transparent-style .navbar {
background-color: rgba(0, 0, 0, .9);
}
.yit-top-nav-transparent {
background-color: rgba(0, 0, 0, .8);
}
.yit-nav-transparent-style .navbar-nav .nav-link {
font-size: 14px;
color: #fff;
}
.yit-nav-light-style .navbar-nav .nav-link {
padding-left: .9rem;
padding-right: .9rem;
}
.yit-nav .yit-nav-light-style .nav-item.show {
background: #e91e63;
}
.yit-nav-dark-style .navbar-nav .nav-link {
padding-left: .9rem;
padding-right: .9rem;
}
.yit-nav-fancy-style {
max-width: none;
margin: 0 auto;
}
.yit-nav .yit-bsnav-center-menu .navbar-nav {
margin-top: 0;
}
.yit-nav .yit-bsnav-center-menu .navbar-collapse {
margin: 25px 0;
}
}
@media (min-width:768px) and (max-width:980px) {
.yit-nav .dropdown:hover .yit-seclevel-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
}
.yit-nav .yit-seclevel-menu .dropdown:hover .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
left: 100%;
}
.yit-nav .navbar .navbar-nav .dropdown-toggle::after {
display: block;
margin: 0 auto;
}
.yit-nav .navbar .yit-seclevel-menu .dropdown-toggle::after {
display: inline-block;
}
.yit-nav .dropdown-menu {}
.yit-nav-transparent-style .navbar-nav .nav-link {
padding-left: 0.7rem;
padding-right: 0.7rem;
}
.yit-nav-fancy-style {
max-width: 720px;
}
}
@media (min-width:979px) and (max-width:1200px) {
.yit-nav-fancy-style {
max-width: 960px;
}
}
@media (min-width:980px) {
.yit-nav .dropdown:hover .yit-seclevel-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
}
.yit-nav .yit-seclevel-menu .dropdown:hover .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
left: 101%;
}
}
.yit-mega-menu .dropdown-menu {
border: medium none;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.yit-mega-menu .dropdown.yit-megamenu-block {
position: static;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
padding: 20px 15px;
left: 0;
right: 0;
margin: 0 auto;
top: 100%;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li {
display: block;
line-height: normal;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li:last-child {
border-bottom: medium none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a {
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
display: block;
font-weight: 400;
padding: 8px 10px;
border-left: 3px solid rgba(0, 0, 0, 0);
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a i {
padding-right: 10px;
font-size: 17px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item {
background: #f8f8f8;
position: relative;
overflow: hidden;
padding: 10px;
height: 100%;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
color: #e91e63;
font-size: 15px;
position: relative;
padding: 6px 10px;
text-transform: uppercase;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: 700px;
overflow: auto;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge,
.yit-mega-menu .yit-mega-dropdown .page-title .badge {
text-transform: none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li.not-applicable {
display: none;
}
.yit-mega-menu .yit-support-cta {
margin-bottom: 30px;
}
.yit-mega-menu .yit-support-cta .btn {
padding: 10px 20px;
font-size: 15px;
}
.yit-mega-menu .yit-support-cta .btn i {
display: block;
font-size: 25px;
line-height: normal;
padding: 0 !important;
}
.yit-mega-menu .yit-support-cta.cta-social {
background: #e91e63;
padding: 22px 20px;
}
.yit-mega-menu .yit-support-cta.cta-social a {
font-size: 17px;
color: rgba(255, 255, 255, .8);
width: 31px;
height: 31px;
line-height: 31px;
}
.yit-mega-menu .yit-megamenu-block .row [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(6) a,
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(7) a,
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(8) a,
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(9) a,
.yit-mega-menu .yit-support-cta.cta-social li:last-child a {
display: none;
}
.yit-nav-fancy-style .yit-mega-menu .yit-support-cta.cta-social {
padding: 22px 20px;
}
.yit-on-scroll-nav.animated.navbar.yit-nav-fancy-style .yit-mega-menu .yit-support-cta.cta-social {
padding: 24px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a:hover,
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a:focus,
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a:active,
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a.active {
color: #000000;
border-left: 3px solid #e91e63;
}
.yit-mega-menu .yit-support-cta.cta-social a:hover,
.yit-mega-menu .yit-support-cta.cta-social a:focus,
.yit-mega-menu .yit-support-cta.cta-social a:active {
color: #000;
background: #fff;
}
.navbar-light .navbar-nav.yit-mega-menu[class*="style-"] .dropdown-menu {
font-size: inherit;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .page-title {
border-bottom: solid 1px rgba(0, 0, 0, .1);
padding: 6px 0;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item {
background: transparent;
padding: 10px 0;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a {
padding: 8px 0;
border-left: medium none;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a::before {
background: rgba(0, 0, 0, .3);
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
content: "";
display: inline-block;
height: 5px;
margin-right: 10px;
vertical-align: middle;
width: 5px;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a:hover,
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a:focus,
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a:active,
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a.active {
border-left: medium none;
}
.navbar-light .navbar-nav.yit-mega-menu[class*="style-"] .show>.nav-link,
.navbar-light .navbar-nav.yit-mega-menu[class*="menu-style-"] .active>.nav-link,
.navbar-light .navbar-nav.yit-mega-menu[class*="style-"] .nav-link.show,
.navbar-light .navbar-nav.yit-mega-menu[class*="menu-style-"] .nav-link.active {
color: #fff;
}
.yit-mega-menu.style-2 .popular-post .media {
margin-bottom: 15px;
}
.yit-mega-menu.style-2 .popular-post li:last-child .media {
margin-bottom: 0;
}
.yit-mega-menu.style-2 .popular-post .media .post-thumbnail img {
height: 70px;
margin-right: 15px;
width: 70px;
border: solid 1px rgba(0, 0, 0, .1);
padding: 3px;
}
.yit-mega-menu.style-2 .popular-post .media .media-body {
font-size: 13px;
line-height: 17px;
position: relative;
}
.yit-mega-menu.style-3 .yit-megamenu-block .yit-mega-dropdown {
padding: 15px 15px 5px;
}
.yit-mega-menu.style-3 .menu-shop-item a {
color: rgba(255, 255, 255, .8);
display: block;
}
.yit-mega-menu.style-3 .menu-shop-item a:hover,
.yit-mega-menu.style-3 .menu-shop-item a:focus,
.yit-mega-menu.style-3 .menu-shop-item a:active {
color: #fff;
}
.yit-mega-menu.style-3 figure {
margin-bottom: 0;
position: relative;
}
.yit-mega-menu.style-3 .yit-megamenu-block .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.yit-mega-menu.style-3 .menu-shop-item {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
}
@media (max-width:767px) {
.yit-support-cta {
display: none;
}
.yit-mega-menu .dropdown.yit-megamenu-block {
position: relative;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
text-align: left;
padding: 7px 20px;
background: none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item {
padding: 0;
background: transparent;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item::after {
display: none;
}
.yit-mega-menu .yit-megamenu-block .row [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.yit-mega-menu .dropdown-menu {
border-top: medium none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 0;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
padding: 7px 12px;
font-size: 14px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge {
display: none;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: none;
}
.yit-mega-menu.style-1 .page-title img {
display: inline-block;
}
.yit-mega-menu.style-3 .yit-megamenu-block .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width:768px) and (max-width:980px) {
.yit-support-cta {
display: none;
}
.yit-mega-menu .yit-megamenu-block .row [class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: 500px;
}
.yit-mega-menu .yit-support-cta.cta-social {
padding: 12px 15px;
}
.yit-mega-menu .yit-support-cta .btn {
padding: 15px 0;
font-size: 11px;
}
.yit-mega-menu .yit-support-cta.cta-social a {
font-size: 13px;
height: 25px;
width: 25px;
line-height: 25px;
}
.yit-on-scroll-nav.animated.navbar.yit-nav-fancy-style .yit-mega-menu .yit-support-cta.cta-social {
padding: 9px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a {
font-size: 12px;
padding: 5px;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
padding: 7px 5px;
font-size: 13px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge {
display: none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a i {
font-size: 13px;
padding-right: 5px;
}
.yit-mega-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
display: block;
}
.yit-mega-menu .dropdown:hover .dropdown-menu,
.yit-mega-menu .dropdown:focus .dropdown-menu,
.yit-mega-menu .dropdown:active .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
}
}
@media (min-width:980px) and (max-width:1200px) {
.yit-support-cta {
display: none;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: 600px;
}
.yit-mega-menu .yit-support-cta.cta-social {
padding: 12px;
}
.yit-mega-menu .yit-support-cta.cta-social a {
font-size: 15px;
height: 25px;
width: 25px;
line-height: 25px;
}
.yit-mega-menu .yit-support-cta .btn {
padding: 15px 0;
font-size: 13px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a {
font-size: 13px;
padding: 7px 5px;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
padding: 7px 5px;
font-size: 13px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge {
display: none;
}
}
@media (min-width:980px) {
.yit-mega-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
display: block;
}
.yit-mega-menu .dropdown:hover .dropdown-menu,
.yit-mega-menu .dropdown:focus .dropdown-menu,
.yit-mega-menu .dropdown:active .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
}
} | assets/frontend/css/yit-bootstrap-nav.css | .yit-upcase-nav .nav-link {
text-transform: none;
font-weight: 400 !important;
}
.yit-top-nav {
padding: 10px 1rem 5px;
font-size: 14px;
font-family: inherit;
}
.yit-top-nav .top-nav-left {
float: left;
}
.yit-top-nav .top-nav-right {
float: right;
}
.yit-top-nav .top-nav-left ul li {
padding-right: 10px;
}
.yit-top-nav ul li a i {
padding-right: 5px;
}
.yit-top-nav .yit-social i {
padding: 0;
}
.yit-top-nav-transparent {
background-color: transparent;
border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.yit-top-nav-transparent a {
color: rgba(255, 255, 255, .7);
}
.yit-top-nav-transparent a:hover {
color: #fff;
}
.yit-top-nav-transparent .yit-social.style-1 a {
color: rgba(255, 255, 255, .7);
}
.yit-top-nav-transparent .yit-social.style-1 a:hover {
color: #fff;
}
.yit-top-nav-transparent .btn-xxsmall:hover,
.yit-top-nav-transparent .btn-xxsmall:focus,
.yit-top-nav-transparent .btn-xxsmall:focus {
color: #000;
}
.yit-top-nav-light {
background: #f8f8f8;
}
.yit-top-nav-light a {
color: rgba(0, 0, 0, 0.7);
}
.yit-top-nav-dark {
background: #333;
}
.yit-top-nav-dark a {
color: rgba(255, 255, 255, .7);
}
.yit-top-nav-dark a:hover,
.yit-top-nav-dark a:focus,
.yit-top-nav-dark a:active {
color: #fff;
}
.yit-top-nav-color a {
color: #fff
}
.yit-top-nav-color a:hover,
.yit-top-nav-color a:focus,
.yit-top-nav-color a:active {
color: #fff;
}
.yit-top-nav.fancy-style {
position: relative;
z-index: 10;
}
.yit-top-nav.fancy-style a {
color: #cbd3dc;
}
.yit-top-nav.fancy-style .top-nav-right ul li::after {
color: #43566b;
content: "|";
padding: 0 10px;
}
.yit-top-nav.fancy-style a:hover,
.yit-top-nav.fancy-style a:focus,
.yit-top-nav.fancy-style a:active {
color: #fff;
}
.yit-top-nav.fancy-style:after {
border-bottom: 250px solid #e91e63;
border-left: 250px solid rgba(0, 0, 0, 0);
bottom: 0;
content: "";
height: 0;
position: absolute;
right: 0;
width: 0;
z-index: -1;
}
.yit-nice-select.language-select {
line-height: normal;
height: auto;
padding-left: 0;
}
.yit-nice-select.language-select {
background-color: transparent;
border: none;
color: #cbd3dc;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
float: none;
}
.yit-nice-select.language-select.nice-select .option {
padding-left: 10px;
padding-right: 10px;
}
.yit-nice-select.language-select:after {
height: 8px;
width: 8px;
}
.yit-nav .navbar {
padding: 0 !important;
}
.yit-nav .navbar-nav {
font-family: inherit;
}
.yit-nav .navbar-nav .nav-link {
padding-top: 30px;
padding-bottom: 30px;
}
.yit-nav .navbar-nav .nav-item.dropdown {
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
}
.yit-nav-transparent-style .navbar {
background-color: transparent;
}
.yit-nav-transparent-style .navbar-nav .nav-link {
font-size: 14px;
color: #fff;
padding-left: .9rem;
padding-right: .9rem;
}
.yit-nav-light-style .navbar,
.yit-nav-light-style.navbar {
background-color: #fff;
}
.yit-nav-light-style .navbar-light .navbar-nav .nav-link,
.yit-nav-light-style.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .7);
}
.yit-on-scroll-nav.animated.yit-nav-light-style .navbar,
.yit-on-scroll-nav.animated .yit-nav-light-style .navbar {
background-color: #fff;
}
.yit-nav-light-style .navbar-nav .nav-item:hover .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:focus .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:active .nav-link {
color: #fff;
}
.yit-nav-light-style .navbar-nav .nav-item:hover .yit-seclevel-menu .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:active .yit-seclevel-menu .nav-link,
.yit-nav-light-style .navbar-nav .nav-item:focus .yit-seclevel-menu .nav-link {
color: #000000;
}
.yit-nav-dark-style .navbar,
.yit-nav-dark-style.navbar {
background-color: #232323;
}
.yit-nav-dark-style .navbar-light .navbar-nav .nav-link,
.yit-nav-dark-style.navbar-light .navbar-nav .nav-link {
color: #9d9d9d;
}
.yit-nav-dark-style .navbar-nav .nav-item:hover .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:focus .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:active .nav-link {
color: #fff;
}
.yit-nav-dark-style .navbar-nav .nav-item:hover .yit-seclevel-menu .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:active .yit-seclevel-menu .nav-link,
.yit-nav-dark-style .navbar-nav .nav-item:focus .yit-seclevel-menu .nav-link {
color: #000000;
}
.yit-nav-color-style .navbar-light .navbar-nav .nav-link,
.yit-nav-color-style.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.yit-nav-fancy-style {
max-width: 1140px;
margin: 22px auto;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.yit-on-scroll-nav.animated.navbar.yit-nav-fancy-style {
background: #ffffff;
margin: 0 auto;
max-width: none;
}
.yit-nav-inverse .navbar-nav .nav-link,
.yit-nav-inverse .search-link {
color: #000000;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link {
color: #ffffff;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .search-link {
color: #ffffff;
}
.yit-nav-inverse .navbar-nav .nav-item:hover .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:focus .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:active .nav-link {
color: #fff;
}
.yit-nav-inverse .navbar-nav .nav-item:hover .yit-seclevel-menu .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:active .yit-seclevel-menu .nav-link,
.yit-nav-inverse .navbar-nav .nav-item:focus .yit-seclevel-menu .nav-link {
color: #000000;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link:hover,
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link:focus,
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-link:active {
color: #fff;
}
.yit-nav-inverse .yit-on-scroll-nav.animated .navbar-nav .nav-item.active .nav-link {
color: #fff;
}
.yit-on-scroll-nav {
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
}
.yit-on-scroll-nav.animated .yit-top-nav {
background-color: #1e1e1e;
}
.yit-on-scroll-nav.animated .navbar {
background-color: #1e1e1e;
}
.yit-on-scroll-nav.animated.navbar {
background-color: #1e1e1e;
}
.yit-on-sticky-nav.is-hidden,
.yit-on-sticky-nav.is-visible {
-moz-transition: all .4s ease-in-out 0s;
-webkit-transition: all .4s ease-in-out 0s;
-o-transition: all .4s ease-in-out 0s;
-ms-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
}
.yit-on-sticky-nav.is-hidden {
-webkit-transform: translate(0, -60px);
-moz-translate: translate(0, -60px);
-o-translate: translate(0, -60px);
-ms-translate: translate(0, -60px);
translate: (0, -60px);
opacity: 0;
}
.yit-on-sticky-nav.is-visible {
opacity: 1;
}
.yit-on-sticky-nav.is-visible {
background-color: rgba(0, 0, 0, .8);
}
.yit-nav.yit-bsnav-logo-top {
padding-bottom: 0;
}
.yit-nav.yit-bsnav-logo-top .navbar {
padding-top: 0;
padding-bottom: 0;
}
.yit-on-scroll-nav.animated.yit-bsnav-logo-top {
background-color: #1e1e1e;
}
.yit-nav .navbar-nav .nav-link:hover,
.yit-nav .navbar-nav .nav-link:focus,
.yit-nav .navbar-nav .nav-link:active,
.yit-nav .navbar-nav .nav-link.active,
.yit-nav .navbar-nav .dropdown:hover,
.yit-nav .navbar-nav .dropdown:focus,
.yit-nav .navbar-nav .dropdown:active,
.yit-nav .yit-nav .navbar-nav .show .nav-link,
.yit-nav .navbar-nav .active .nav-link,
.yit-nav .nav-link.show,
.yit-nav .navbar-nav .nav-link.active {
background-color: #e91e63;
color: #fff;
}
.yit-nav .navbar .dropdown .dropdown-item {
font-size: 0.875rem;
font-size: 14px;
display: block;
font-weight: 400;
padding: 9px 15px;
line-height: normal;
border-bottom: solid 1px rgba(0, 0, 0, .1);
color: #000;
}
.yit-nav .dropdown-toggle::after {
vertical-align: middle;
margin-top: -1px;
}
.yit-nav .dropdown-menu {
min-width: 13rem;
margin: 0;
}
.yit-nav .navbar .dropdown-menu {
padding: 0;
}
.yit-nav .yit-seclevel-menu .dropdown-menu {
left: 106%;
top: 0px;
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
padding: 0;
}
.yit-nav .yit-seclevel-menu .dropdown-menu .dropdown-item i {
display: none;
}
.yit-nav .yit-seclevel-menu .nav-item {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.yit-nav .dropdown:hover .yit-seclevel-menu .dropdown-toggle {
position: relative;
}
.yit-nav .yit-seclevel-menu .dropdown-toggle::after {
border: medium none;
content: "";
font-family: "FontAwesome";
position: absolute;
font-size: 20px;
line-height: normal;
right: 25px;
}
.yit-nav .navbar-nav .yit-seclevel-menu .nav-link {
padding: 7px 12px;
font-size: 14px;
color: #000000;
background-color: #fff;
}
.yit-nav .yit-seclevel-menu .nav-item {
padding: 0;
}
.yit-nav .navbar .dropdown .dropdown-item:hover,
.yit-nav .navbar .dropdown .dropdown-item:focus,
.yit-nav .navbar .dropdown .dropdown-item:active,
.yit-nav .navbar .dropdown .dropdown-item.active {
color: #000;
background-color: transparent;
}
.yit-nav .dropdown-menu {}
.yit-nav .yit-bsnav-short-menu .dropdown:not(.yit-megamenu-block) .dropdown-menu {}
.yit-nav .yit-bsnav-short-menu .dropdown:not(.yit-megamenu-block) .yit-seclevel-menu .dropdown-menu {}
.yit-nav .navbar .dropdown .dropdown-item:hover,
.yit-nav .navbar .dropdown .dropdown-item:focus,
.yit-nav .navbar .dropdown .dropdown-item:active,
.yit-nav .navbar .dropdown .dropdown-item.active,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown:hover,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown:hover .nav-link,
.yit-nav .navbar-nav .yit-seclevel-menu .nav-item:hover .nav-link {
background: #e91e63;
color: #fff;
}
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown .nav-link:hover,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown .nav-link:focus,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown .nav-link:active,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown.active .nav-link {
background: #e91e63;
color: #fff;
}
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item:hover,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item:focus,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item:active,
.yit-nav .navbar-nav .yit-seclevel-menu .dropdown-item.active {
background: #b51948;
color: #fff;
}
@media (max-width:767px) {
.yit-nav .navbar {
padding: 15px !important;
}
.yit-nav .navbar-collapse.collapse.show {
max-height: 380px;
overflow-y: auto;
}
.yit-nav .navbar-nav {
margin-top: 20px;
}
.yit-nav .navbar-nav .nav-link {
padding-top: 10px;
padding-bottom: 10px;
}
.yit-nav .navbar-light .navbar-toggler {
border-color: #e91e63;
color: #e91e63;
}
.yit-top-nav .top-nav-left,
.yit-top-nav .top-nav-right {
float: none;
text-align: center;
}
.yit-top-nav .top-call-action i {
padding: 0
}
.yit-nav .dropdown-menu {
border: medium none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.yit-nav .yit-seclevel-menu .nav-link {
padding: 7px 12px;
}
.yit-nav .yit-seclevel-menu .nav-item {
border: none;
}
.yit-nav .yit-seclevel-menu .nav-item .dropdown-item {
padding: 9px 25px;
}
.yit-nav .search-link {
display: none;
}
.yit-nav .yit-bsnav-logo-right .xs-brand-right {
position: absolute;
right: 15px;
top: 10px;
}
.yit-nav.yit-bsnav-logo-top .navbar {
padding-top: 20px;
padding-bottom: 20px;
}
.yit-nav .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(233, 30, 99, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E");
}
.yit-nav .navbar-nav .nav-link:hover,
.yit-nav .navbar-nav .nav-link:focus,
.yit-nav .navbar-nav .nav-link:active,
.yit-nav .navbar-nav .nav-link.active {
background-color: #e91e63;
color: #fff;
}
.yit-nav .navbar-light .navbar-nav .show>.nav-link,
.yit-nav .navbar-light .navbar-nav .active>.nav-link,
.yit-nav .navbar-light .navbar-nav .nav-link.show,
.yit-nav .navbar-light .navbar-nav .nav-link.active {
background: #e91e63;
color: #fff;
}
.navbar .navbar-nav .dropdown-toggle::after {
border: medium none;
content: "";
font-family: "FontAwesome";
position: absolute;
right: 25px;
font-size: 20px;
line-height: normal;
}
.yit-nav .nav-item.dropdown.show .dropdown-toggle::after {
content: "";
}
.yit-nav .nav-item.dropdown .yit-seclevel-menu .dropdown-toggle::after {
content: "";
}
.yit-nav .nav-item.dropdown .yit-seclevel-menu .active.dropdown-toggle::after {
content: "";
}
.yit-on-scroll-nav.animated .yit-top-nav-transparent {
display: none;
}
.yit-nav-transparent-style .navbar {
background-color: rgba(0, 0, 0, .9);
}
.yit-top-nav-transparent {
background-color: rgba(0, 0, 0, .8);
}
.yit-nav-transparent-style .navbar-nav .nav-link {
font-size: 14px;
color: #fff;
}
.yit-nav-light-style .navbar-nav .nav-link {
padding-left: .9rem;
padding-right: .9rem;
}
.yit-nav .yit-nav-light-style .nav-item.show {
background: #e91e63;
}
.yit-nav-dark-style .navbar-nav .nav-link {
padding-left: .9rem;
padding-right: .9rem;
}
.yit-nav-fancy-style {
max-width: none;
margin: 0 auto;
}
.yit-nav .yit-bsnav-center-menu .navbar-nav {
margin-top: 0;
}
.yit-nav .yit-bsnav-center-menu .navbar-collapse {
margin: 25px 0;
}
}
@media (min-width:768px) and (max-width:980px) {
.yit-nav .dropdown:hover .yit-seclevel-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
}
.yit-nav .yit-seclevel-menu .dropdown:hover .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
left: 100%;
}
.yit-nav .navbar .navbar-nav .dropdown-toggle::after {
display: block;
margin: 0 auto;
}
.yit-nav .navbar .yit-seclevel-menu .dropdown-toggle::after {
display: inline-block;
}
.yit-nav .dropdown-menu {}
.yit-nav-transparent-style .navbar-nav .nav-link {
padding-left: 0.7rem;
padding-right: 0.7rem;
}
.yit-nav-fancy-style {
max-width: 720px;
}
}
@media (min-width:979px) and (max-width:1200px) {
.yit-nav-fancy-style {
max-width: 960px;
}
}
@media (min-width:980px) {
.yit-nav .dropdown:hover .yit-seclevel-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
}
.yit-nav .yit-seclevel-menu .dropdown:hover .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
left: 101%;
}
}
.yit-mega-menu .dropdown-menu {
border: medium none;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.yit-mega-menu .dropdown.yit-megamenu-block {
position: static;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
padding: 20px 15px;
left: 0;
right: 0;
margin: 0 auto;
top: 100%;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li {
display: block;
line-height: normal;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li:last-child {
border-bottom: medium none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a {
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
display: block;
font-weight: 400;
padding: 8px 10px;
border-left: 3px solid rgba(0, 0, 0, 0);
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a i {
padding-right: 10px;
font-size: 17px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item {
background: #f8f8f8;
position: relative;
overflow: hidden;
padding: 10px;
height: 100%;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
color: #e91e63;
font-size: 15px;
position: relative;
padding: 6px 10px;
text-transform: uppercase;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: 700px;
overflow: auto;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge,
.yit-mega-menu .yit-mega-dropdown .page-title .badge {
text-transform: none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li.not-applicable {
display: none;
}
.yit-mega-menu .yit-support-cta {
margin-bottom: 30px;
}
.yit-mega-menu .yit-support-cta .btn {
padding: 10px 20px;
font-size: 15px;
}
.yit-mega-menu .yit-support-cta .btn i {
display: block;
font-size: 25px;
line-height: normal;
padding: 0 !important;
}
.yit-mega-menu .yit-support-cta.cta-social {
background: #e91e63;
padding: 22px 20px;
}
.yit-mega-menu .yit-support-cta.cta-social a {
font-size: 17px;
color: rgba(255, 255, 255, .8);
width: 31px;
height: 31px;
line-height: 31px;
}
.yit-mega-menu .yit-megamenu-block .row [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(6) a,
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(7) a,
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(8) a,
.yit-mega-menu .yit-support-cta.cta-social li:nth-child(9) a,
.yit-mega-menu .yit-support-cta.cta-social li:last-child a {
display: none;
}
.yit-nav-fancy-style .yit-mega-menu .yit-support-cta.cta-social {
padding: 22px 20px;
}
.yit-on-scroll-nav.animated.navbar.yit-nav-fancy-style .yit-mega-menu .yit-support-cta.cta-social {
padding: 24px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a:hover,
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a:focus,
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a:active,
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a.active {
color: #000000;
border-left: 3px solid #e91e63;
}
.yit-mega-menu .yit-support-cta.cta-social a:hover,
.yit-mega-menu .yit-support-cta.cta-social a:focus,
.yit-mega-menu .yit-support-cta.cta-social a:active {
color: #000;
background: #fff;
}
.navbar-light .navbar-nav.yit-mega-menu[class*="style-"] .dropdown-menu {
font-size: inherit;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .page-title {
border-bottom: solid 1px rgba(0, 0, 0, .1);
padding: 6px 0;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item {
background: transparent;
padding: 10px 0;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a {
padding: 8px 0;
border-left: medium none;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a::before {
background: rgba(0, 0, 0, .3);
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
content: "";
display: inline-block;
height: 5px;
margin-right: 10px;
vertical-align: middle;
width: 5px;
}
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a:hover,
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a:focus,
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a:active,
.yit-mega-menu.style-1 .yit-mega-dropdown .yit-megamenu-item li a.active {
border-left: medium none;
}
.navbar-light .navbar-nav.yit-mega-menu[class*="style-"] .show>.nav-link,
.navbar-light .navbar-nav.yit-mega-menu[class*="menu-style-"] .active>.nav-link,
.navbar-light .navbar-nav.yit-mega-menu[class*="style-"] .nav-link.show,
.navbar-light .navbar-nav.yit-mega-menu[class*="menu-style-"] .nav-link.active {
color: #fff;
}
.yit-mega-menu.style-2 .popular-post .media {
margin-bottom: 15px;
}
.yit-mega-menu.style-2 .popular-post li:last-child .media {
margin-bottom: 0;
}
.yit-mega-menu.style-2 .popular-post .media .post-thumbnail img {
height: 70px;
margin-right: 15px;
width: 70px;
border: solid 1px rgba(0, 0, 0, .1);
padding: 3px;
}
.yit-mega-menu.style-2 .popular-post .media .media-body {
font-size: 13px;
line-height: 17px;
position: relative;
}
.yit-mega-menu.style-3 .yit-megamenu-block .yit-mega-dropdown {
padding: 15px 15px 5px;
}
.yit-mega-menu.style-3 .menu-shop-item a {
color: rgba(255, 255, 255, .8);
display: block;
}
.yit-mega-menu.style-3 .menu-shop-item a:hover,
.yit-mega-menu.style-3 .menu-shop-item a:focus,
.yit-mega-menu.style-3 .menu-shop-item a:active {
color: #fff;
}
.yit-mega-menu.style-3 figure {
margin-bottom: 0;
position: relative;
}
.yit-mega-menu.style-3 .yit-megamenu-block .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.yit-mega-menu.style-3 .menu-shop-item {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
}
@media (max-width:767px) {
.yit-support-cta {
display: none;
}
.yit-mega-menu .dropdown.yit-megamenu-block {
position: relative;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
text-align: left;
padding: 7px 20px;
background: none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item {
padding: 0;
background: transparent;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item::after {
display: none;
}
.yit-mega-menu .yit-megamenu-block .row [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.yit-mega-menu .dropdown-menu {
border-top: medium none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 0;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
padding: 7px 12px;
font-size: 14px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge {
display: none;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: none;
}
.yit-mega-menu.style-1 .page-title img {
display: inline-block;
}
.yit-mega-menu.style-3 .yit-megamenu-block .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width:768px) and (max-width:980px) {
.yit-support-cta {
display: none;
}
.yit-mega-menu .yit-megamenu-block .row [class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: 500px;
}
.yit-mega-menu .yit-support-cta.cta-social {
padding: 12px 15px;
}
.yit-mega-menu .yit-support-cta .btn {
padding: 15px 0;
font-size: 11px;
}
.yit-mega-menu .yit-support-cta.cta-social a {
font-size: 13px;
height: 25px;
width: 25px;
line-height: 25px;
}
.yit-on-scroll-nav.animated.navbar.yit-nav-fancy-style .yit-mega-menu .yit-support-cta.cta-social {
padding: 9px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a {
font-size: 12px;
padding: 5px;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
padding: 7px 5px;
font-size: 13px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge {
display: none;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a i {
font-size: 13px;
padding-right: 5px;
}
.yit-mega-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
display: block;
}
.yit-mega-menu .dropdown:hover .dropdown-menu,
.yit-mega-menu .dropdown:focus .dropdown-menu,
.yit-mega-menu .dropdown:active .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
}
}
@media (min-width:980px) and (max-width:1200px) {
.yit-support-cta {
display: none;
}
.yit-mega-menu .yit-megamenu-block .yit-mega-dropdown {
max-height: 600px;
}
.yit-mega-menu .yit-support-cta.cta-social {
padding: 12px;
}
.yit-mega-menu .yit-support-cta.cta-social a {
font-size: 15px;
height: 25px;
width: 25px;
line-height: 25px;
}
.yit-mega-menu .yit-support-cta .btn {
padding: 15px 0;
font-size: 13px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a {
font-size: 13px;
padding: 7px 5px;
}
.yit-mega-menu .yit-mega-dropdown .page-title {
padding: 7px 5px;
font-size: 13px;
}
.yit-mega-menu .yit-mega-dropdown .yit-megamenu-item li a .badge {
display: none;
}
}
@media (min-width:980px) {
.yit-mega-menu .dropdown-menu {
opacity: 0;
visibility: hidden;
-moz-transition: all .5s ease-in-out 0s;
-webkit-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
display: block;
}
.yit-mega-menu .dropdown:hover .dropdown-menu,
.yit-mega-menu .dropdown:focus .dropdown-menu,
.yit-mega-menu .dropdown:active .dropdown-menu {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
visibility: visible;
display: block;
}
} | 0.516108 | 0.105027 |
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, legend, button, textarea, th, td {
margin: 2px;
padding: 0;
word-wrap: break-word
}
fieldset{
padding: 3px;
}
body, html, input {
margin: 1px;
padding: 0;
font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}
img { max-width: 100%;}
table {
border-collapse: collapse;
table-layout:fixed;
}
td {
text-align:left;
}
img {
border: none
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
input, label, img, th {
vertical-align: middle;
}
code, kbd, pre, samp {
font-family: courier new, courier, monospace;
}
input.button, input.btn {
padding: 0.25em;
width: auto;
_width: 0;
overflow: visible !ie;
}
ul, ol, li {
list-style: none;
/*float: left;*/
}
body {
font-size: 13px;
/*font-family: 微软雅黑;*/
overflow-x:hidden;
overflow-y: auto;
}
a {
text-decoration: none;
color: #0d3625;
}
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 2px;
}
.backstage_top {
position: absolute;
top: 0px;
left: 0;
width:1927px;
height: 80px;
overflow: hidden;
background-color: #3a6ea4;
}
.logo_lf {
float: left;
width: 138px;
height: 80px;
}
.top_narration {
float: left;
width: 800px;
height: 23px;
font-size: 15px;
color: white;
margin: 16px 0 0 16px;
}
.top_narration a{
color: antiquewhite;
}
.top_menu {
float: left;
width: 80%;
height: 36px;
}
.top_menu ul {
margin-top: 8px;
padding-left: 0px;
}
.top_menu ul li {
float: left;
margin-left: 4px;
padding: 4px 4px 4px 4px;
/*边框四角形状*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/*边框颜色渐变*/
background: -webkit-radial-gradient(#37aaf9, #0553ad); /* Safari 5.1 - 6.0 */
background: -o-radial-gradient(#37aaf9, #0553ad); /* Opera 11.6 - 12.0 */
background: -moz-radial-gradient(#37aaf9, #0553ad); /* Firefox 3.6 - 15 */
background: radial-gradient(#37aaf9, #0553ad); /* 标准的语法(必须放在最后) */
font-family: 新宋体;
font-size: 16px;
background-color: #3e85a4;
}
.top_menu ul a li{
color: white;
}
.backstage_left {
position: absolute;
float: left;
top: 80px;
left: 0px;
width: 145px;
max-height: 568px;
min-height: 974px;
background-color: #F6FAFB;
overflow:auto;
}
.left_main{
width: 122px;
float: left;
margin-left: 5px;
text-align: center;
font-size: 15px;
overflow: hidden;
}
.left_main ul{
margin: auto;
text-align: left;
}
.left_main ul li{
width: 125px;
height: 24px;
line-height:24px;
margin: auto;
margin-left: 10px;
padding-left: 3px;
}
.left_main ul li a{
font-size: 12.5px;
min-height: 974px;
}
.openclose{
float: right;
background-color: #D5E0E3;
width: 8px;
max-height: 568px;
min-height: 974px;
outline-style: none;
outline-width: medium;
background: -webkit-linear-gradient(left ,#29c5ff, #106491); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #29c5ff, #106491); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #29c5ff, #106491); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #29c5ff, #106491); /* 标准的语法(必须放在最后) */
}
.backstage_content {
position: absolute;
float: left;
top: 80px;
left: 145px;
width:auto !important;
max-width: 1120px;
min-width: 1795px;
height: 568px;
min-height: 974px;
background-color: antiquewhite;
overflow:auto;
}
.content{
position: relative;
margin: 25px 5px 15px 5px;
padding: 12px 5px 5px 9px;
width: 1760px;
height: 100%;
background-color:white;
overflow:auto;
} | public/css/admin/index.css | h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, legend, button, textarea, th, td {
margin: 2px;
padding: 0;
word-wrap: break-word
}
fieldset{
padding: 3px;
}
body, html, input {
margin: 1px;
padding: 0;
font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}
img { max-width: 100%;}
table {
border-collapse: collapse;
table-layout:fixed;
}
td {
text-align:left;
}
img {
border: none
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
input, label, img, th {
vertical-align: middle;
}
code, kbd, pre, samp {
font-family: courier new, courier, monospace;
}
input.button, input.btn {
padding: 0.25em;
width: auto;
_width: 0;
overflow: visible !ie;
}
ul, ol, li {
list-style: none;
/*float: left;*/
}
body {
font-size: 13px;
/*font-family: 微软雅黑;*/
overflow-x:hidden;
overflow-y: auto;
}
a {
text-decoration: none;
color: #0d3625;
}
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 2px;
}
.backstage_top {
position: absolute;
top: 0px;
left: 0;
width:1927px;
height: 80px;
overflow: hidden;
background-color: #3a6ea4;
}
.logo_lf {
float: left;
width: 138px;
height: 80px;
}
.top_narration {
float: left;
width: 800px;
height: 23px;
font-size: 15px;
color: white;
margin: 16px 0 0 16px;
}
.top_narration a{
color: antiquewhite;
}
.top_menu {
float: left;
width: 80%;
height: 36px;
}
.top_menu ul {
margin-top: 8px;
padding-left: 0px;
}
.top_menu ul li {
float: left;
margin-left: 4px;
padding: 4px 4px 4px 4px;
/*边框四角形状*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/*边框颜色渐变*/
background: -webkit-radial-gradient(#37aaf9, #0553ad); /* Safari 5.1 - 6.0 */
background: -o-radial-gradient(#37aaf9, #0553ad); /* Opera 11.6 - 12.0 */
background: -moz-radial-gradient(#37aaf9, #0553ad); /* Firefox 3.6 - 15 */
background: radial-gradient(#37aaf9, #0553ad); /* 标准的语法(必须放在最后) */
font-family: 新宋体;
font-size: 16px;
background-color: #3e85a4;
}
.top_menu ul a li{
color: white;
}
.backstage_left {
position: absolute;
float: left;
top: 80px;
left: 0px;
width: 145px;
max-height: 568px;
min-height: 974px;
background-color: #F6FAFB;
overflow:auto;
}
.left_main{
width: 122px;
float: left;
margin-left: 5px;
text-align: center;
font-size: 15px;
overflow: hidden;
}
.left_main ul{
margin: auto;
text-align: left;
}
.left_main ul li{
width: 125px;
height: 24px;
line-height:24px;
margin: auto;
margin-left: 10px;
padding-left: 3px;
}
.left_main ul li a{
font-size: 12.5px;
min-height: 974px;
}
.openclose{
float: right;
background-color: #D5E0E3;
width: 8px;
max-height: 568px;
min-height: 974px;
outline-style: none;
outline-width: medium;
background: -webkit-linear-gradient(left ,#29c5ff, #106491); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #29c5ff, #106491); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #29c5ff, #106491); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #29c5ff, #106491); /* 标准的语法(必须放在最后) */
}
.backstage_content {
position: absolute;
float: left;
top: 80px;
left: 145px;
width:auto !important;
max-width: 1120px;
min-width: 1795px;
height: 568px;
min-height: 974px;
background-color: antiquewhite;
overflow:auto;
}
.content{
position: relative;
margin: 25px 5px 15px 5px;
padding: 12px 5px 5px 9px;
width: 1760px;
height: 100%;
background-color:white;
overflow:auto;
} | 0.360714 | 0.096535 |
* {
box-sizing: border-box;
}
/** {*/
/* outline: 1px solid rgb(243, 230, 0);*/
/*}*/
*:before, *:after {
box-sizing: border-box;
}
* {
font-family: inherit;
}
* {
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
button {
outline: none;
border: none;
}
textarea {
border: none;
outline: none;
}
/* control */
.control {
position: fixed;
left: 0;
top: 0;
right: 0;
height: 20%;
opacity: 0;
z-index: 1;
transition: 0.6s;
cursor: pointer;
}
.control .setting {
display: inline-block;
width: 35px;
height: 35px;
margin: 30px;
}
.control:hover {
opacity: 0.88;
}
.reveal.left-top .slides section {
text-align: left;
}
/* menu */
.menu {
position: fixed;
left: 0;
z-index: 20;
width: 220px;
height: 100vh;
background: #2a292a;
font-size: 16px;
transform: translateX(-100%); /* 100% 即,元素自己的宽度 */
transition: transform .3s;
}
.menu.open {
transform: translateX(0);
}
.menu .icon-close {
position: absolute;
left: 10px;
top: 10px;
cursor: pointer;
color: #ed6a5f;
}
.menu .detail {
margin-top: 50px;
}
.menu .detail .tab {
display: flex;
align-items: center;
padding: 8px 20px;
color: #fff;
cursor: pointer;
margin: 0 15px;
}
.menu .detail .tab .iconfont {
color: #1690ff;
font-size: 19px;
}
.menu .detail .tab.active {
background-color: #48484a;
border-radius: 5px;
}
.menu .detail .iconfont {
margin-right: 4px;
}
.menu .detail .content {
position: absolute;
left: 220px;
width: calc(100vw - 220px);
height: 100vh;
background: #1e1c1f;
color: #fff;
top: 0;
transform: translateX(100vw);
transition: transform .3s;
overflow: scroll;
}
.menu.open .detail .content.active { /* .menu.open 且 .content.active ,才会有下面的样式 */
transform: translateX(0);
}
.menu .detail .content .header {
font-size: 40px;
font-weight: bold;
padding: 20px;
border-bottom: 1px solid rgba(122, 124, 124, .65);
}
.menu .detail .content .body {
padding: 20px;
}
.menu .detail .content textarea {
width: 100%;
height: 400px;
padding: 20px;
background: #2a292a;
color: #fff;
border-radius: 15px;
font-size: 16px;
}
.menu .detail .content .btn-save {
background: #48484e;
color: #d9dfdf;
border-radius: 5px;
padding: 7px 14px;
font-size: 16px;
opacity: .65;
cursor: pointer;
transition: all .1s;
margin-top: 12px;
margin-left: 10px;
}
.menu .detail .content .btn-save:hover {
opacity: 1;
}
.menu .detail .content .themes {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
margin-bottom: 20px;
}
.menu .detail .content figure {
margin-bottom: 10px;
margin-right: 6px;
margin-left: 6px;
text-align: center;
}
.menu .detail .content figure figcaption {
background-color: transparent;
transition: .3s;
}
.menu .detail .content figure img {
width: 160px;
height: 120px;
border: 4px transparent solid;
transition: .3s;
}
.menu .detail .content figure.select img {
border: 4px solid #1690ff;
cursor: pointer;
}
.menu .editor .label.uploader {
margin-left: 12px;
color: #d9dfdf;
opacity: .65;
cursor: pointer;
transition: all .1s;
}
.menu .editor .label.uploader:hover {
opacity: 1;
}
.menu .editor [type=file] {
display: none;
}
.menu .editor .content .btn-save {
margin-right: 5px;
}
.menu .detail .iconfont {
font-size: 18px;
}
.menu .detail .tab {
font-size: 16px;
}
.s {
font-weight: bold;
}
.menu .theme h2 {
font-weight: bold;
font-size: 24px;
margin-bottom: 20px;
}
.transition-position-div {
width: 118px;
height: 34px;
position: relative;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
border-radius: 5px;
width: 100%;
height: 100%;
line-height: 32px;
background-color: #2a292a;
color: #fff;
font-size: 16px;
padding-left: 30px;
cursor: pointer;
}
.h2-Animation {
margin-top: 10px;
}
.position-h2 {
margin-top: 30px;
}
select::-ms-expand {
display: none;
}
.transition {
margin-bottom: 20px;
}
.align {
margin-bottom: 20px;
} | dist/theme/main.css | * {
box-sizing: border-box;
}
/** {*/
/* outline: 1px solid rgb(243, 230, 0);*/
/*}*/
*:before, *:after {
box-sizing: border-box;
}
* {
font-family: inherit;
}
* {
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
button {
outline: none;
border: none;
}
textarea {
border: none;
outline: none;
}
/* control */
.control {
position: fixed;
left: 0;
top: 0;
right: 0;
height: 20%;
opacity: 0;
z-index: 1;
transition: 0.6s;
cursor: pointer;
}
.control .setting {
display: inline-block;
width: 35px;
height: 35px;
margin: 30px;
}
.control:hover {
opacity: 0.88;
}
.reveal.left-top .slides section {
text-align: left;
}
/* menu */
.menu {
position: fixed;
left: 0;
z-index: 20;
width: 220px;
height: 100vh;
background: #2a292a;
font-size: 16px;
transform: translateX(-100%); /* 100% 即,元素自己的宽度 */
transition: transform .3s;
}
.menu.open {
transform: translateX(0);
}
.menu .icon-close {
position: absolute;
left: 10px;
top: 10px;
cursor: pointer;
color: #ed6a5f;
}
.menu .detail {
margin-top: 50px;
}
.menu .detail .tab {
display: flex;
align-items: center;
padding: 8px 20px;
color: #fff;
cursor: pointer;
margin: 0 15px;
}
.menu .detail .tab .iconfont {
color: #1690ff;
font-size: 19px;
}
.menu .detail .tab.active {
background-color: #48484a;
border-radius: 5px;
}
.menu .detail .iconfont {
margin-right: 4px;
}
.menu .detail .content {
position: absolute;
left: 220px;
width: calc(100vw - 220px);
height: 100vh;
background: #1e1c1f;
color: #fff;
top: 0;
transform: translateX(100vw);
transition: transform .3s;
overflow: scroll;
}
.menu.open .detail .content.active { /* .menu.open 且 .content.active ,才会有下面的样式 */
transform: translateX(0);
}
.menu .detail .content .header {
font-size: 40px;
font-weight: bold;
padding: 20px;
border-bottom: 1px solid rgba(122, 124, 124, .65);
}
.menu .detail .content .body {
padding: 20px;
}
.menu .detail .content textarea {
width: 100%;
height: 400px;
padding: 20px;
background: #2a292a;
color: #fff;
border-radius: 15px;
font-size: 16px;
}
.menu .detail .content .btn-save {
background: #48484e;
color: #d9dfdf;
border-radius: 5px;
padding: 7px 14px;
font-size: 16px;
opacity: .65;
cursor: pointer;
transition: all .1s;
margin-top: 12px;
margin-left: 10px;
}
.menu .detail .content .btn-save:hover {
opacity: 1;
}
.menu .detail .content .themes {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
margin-bottom: 20px;
}
.menu .detail .content figure {
margin-bottom: 10px;
margin-right: 6px;
margin-left: 6px;
text-align: center;
}
.menu .detail .content figure figcaption {
background-color: transparent;
transition: .3s;
}
.menu .detail .content figure img {
width: 160px;
height: 120px;
border: 4px transparent solid;
transition: .3s;
}
.menu .detail .content figure.select img {
border: 4px solid #1690ff;
cursor: pointer;
}
.menu .editor .label.uploader {
margin-left: 12px;
color: #d9dfdf;
opacity: .65;
cursor: pointer;
transition: all .1s;
}
.menu .editor .label.uploader:hover {
opacity: 1;
}
.menu .editor [type=file] {
display: none;
}
.menu .editor .content .btn-save {
margin-right: 5px;
}
.menu .detail .iconfont {
font-size: 18px;
}
.menu .detail .tab {
font-size: 16px;
}
.s {
font-weight: bold;
}
.menu .theme h2 {
font-weight: bold;
font-size: 24px;
margin-bottom: 20px;
}
.transition-position-div {
width: 118px;
height: 34px;
position: relative;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
border-radius: 5px;
width: 100%;
height: 100%;
line-height: 32px;
background-color: #2a292a;
color: #fff;
font-size: 16px;
padding-left: 30px;
cursor: pointer;
}
.h2-Animation {
margin-top: 10px;
}
.position-h2 {
margin-top: 30px;
}
select::-ms-expand {
display: none;
}
.transition {
margin-bottom: 20px;
}
.align {
margin-bottom: 20px;
} | 0.436382 | 0.091301 |
@import url("https://fontawesome.com/v4.7.0/icon/chevron-circle-down");
*{
margin: 0;
padding: 0;
}
:root{
--main-background: linear-gradient(120deg, #88D6FF 0%, #CFEDFD 100%);
--background-details: #3D444D;
--alert-red: #f04c47;
--text: #444B54;
--border-field: #44BFFF;
--border-food:#FF94A1;
--button: #F89B28;
--white: #F5FBFF;
}
body{
background: var(--background-details);
position: relative;
min-height: 100vh;
}
section{
margin-top: 8%;
}
.back {
display: flex;
position: absolute;
padding: 20px;
padding-left: 40px;
}
.back img{
width: 10%;
}
.container_main{
display: block;
}
.container_prod{
background-color: none;
border: solid 4px var(--border-food);
border-radius: 25px;
display: flex;
padding: 80px;
margin: 0 15% 0 15%;
}
.img_prod{
min-width: 30%;
max-width: 100%;
min-height: 60%;
width: 40%;
}
.info_prod{
display: block;
margin-left: 20%;
}
.info_prod h2{
color: var(--white);
font: bold 21pt Segoe UI;
margin-bottom: 10%;
}
.info_prod h3{
color: var(--white);
font: bold 16pt Segoe UI;
font-weight: 500;
}
#input_qntd{
margin-left: 8%;
width: 15%;
border: solid 3px var(--border-field);
outline: none;
border-radius: 10px;
text-align: center;
justify-content: center;
font: bold 12pt Segoe UI;
margin-bottom: 20%;
}
.btn_carrinho{
margin-top: 30%;
padding:20px 40px 20px 40px;
text-decoration: none;
font: bold 14pt Segoe UI;
color: var(--white);
border-radius: 15px;
text-transform: uppercase;
background: var(--button);
text-align: center;
}
.container_infoProd{
padding-left: 230px;
padding-top: 20px;
}
.container_infoProd > h2{
font: bold 18pt Segoe UI;
color: var(--white);
margin-bottom: 1%;
font-weight: 700;
letter-spacing: 0.8px;
}
.container_infoProd > h3{
font: bold 16pt Segoe UI;
color: var(--white);
margin-bottom: 1%;
font-weight: 600;
letter-spacing: 0.8px;
} | Design/Cliente/Detalhes_Produtos/detalhesProdutos.css | @import url("https://fontawesome.com/v4.7.0/icon/chevron-circle-down");
*{
margin: 0;
padding: 0;
}
:root{
--main-background: linear-gradient(120deg, #88D6FF 0%, #CFEDFD 100%);
--background-details: #3D444D;
--alert-red: #f04c47;
--text: #444B54;
--border-field: #44BFFF;
--border-food:#FF94A1;
--button: #F89B28;
--white: #F5FBFF;
}
body{
background: var(--background-details);
position: relative;
min-height: 100vh;
}
section{
margin-top: 8%;
}
.back {
display: flex;
position: absolute;
padding: 20px;
padding-left: 40px;
}
.back img{
width: 10%;
}
.container_main{
display: block;
}
.container_prod{
background-color: none;
border: solid 4px var(--border-food);
border-radius: 25px;
display: flex;
padding: 80px;
margin: 0 15% 0 15%;
}
.img_prod{
min-width: 30%;
max-width: 100%;
min-height: 60%;
width: 40%;
}
.info_prod{
display: block;
margin-left: 20%;
}
.info_prod h2{
color: var(--white);
font: bold 21pt Segoe UI;
margin-bottom: 10%;
}
.info_prod h3{
color: var(--white);
font: bold 16pt Segoe UI;
font-weight: 500;
}
#input_qntd{
margin-left: 8%;
width: 15%;
border: solid 3px var(--border-field);
outline: none;
border-radius: 10px;
text-align: center;
justify-content: center;
font: bold 12pt Segoe UI;
margin-bottom: 20%;
}
.btn_carrinho{
margin-top: 30%;
padding:20px 40px 20px 40px;
text-decoration: none;
font: bold 14pt Segoe UI;
color: var(--white);
border-radius: 15px;
text-transform: uppercase;
background: var(--button);
text-align: center;
}
.container_infoProd{
padding-left: 230px;
padding-top: 20px;
}
.container_infoProd > h2{
font: bold 18pt Segoe UI;
color: var(--white);
margin-bottom: 1%;
font-weight: 700;
letter-spacing: 0.8px;
}
.container_infoProd > h3{
font: bold 16pt Segoe UI;
color: var(--white);
margin-bottom: 1%;
font-weight: 600;
letter-spacing: 0.8px;
} | 0.335024 | 0.099865 |
.checkout {
width: 100%;
border-top: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.checkout__left {
display: flex;
flex-direction: column;
padding: 10px;
}
.checkout__left > h1 {
font-size: 20px;
font-weight: 500;
color: black;
text-shadow: 1px 1px black;
margin: 10px 0 !important;
letter-spacing: 1px;
}
.checkout__right,
.checkout__right--no-products {
display: flex;
flex-direction: column;
flex: 1;
padding-bottom: 20px !important;
}
.checkout__right--no-products {
display: grid;
place-items: center;
height: 200px !important;
font-weight: 500;
letter-spacing: 1px;
text-align: center;
text-shadow: 1px 1px black;
}
.checkout__right > p {
background: #fafafa;
padding: 10px;
flex: 1;
display: flex;
min-width: 400px !important;
}
.checkout__right > p > span {
flex: 1;
font-size: 12px !important;
width: 100%;
text-align: center;
}
.checkout__price__countUp {
font-weight: bold;
color: black !important;
}
.checkout__right > p:nth-child(even) {
background: white;
}
.checkout__right > p:first-child {
border-bottom: 1px solid black;
}
.checkout__right > p:first-child > span {
flex: 1;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 14px !important;
}
.checkout__right > p:last-of-type {
border-top: 1px solid black !important;
}
.checkout__right > p:last-of-type > span {
flex: 1;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px !important;
}
.checkout__controls {
display: flex;
width: 100%;
padding: 10px;
justify-content: space-between;
align-items: center;
}
.checkout__controls > button,
.checkout__right--no-products > button {
cursor: pointer;
width: 80px;
outline: none;
border: none;
padding: 5px 10px;
color: white;
background: lightseagreen;
border-radius: 5px;
}
.checkout__controls > button:first-child,
.checkout__right--no-products > button {
background: black;
}
.checkout__controls > button:last-child {
background: orange;
}
.checkout__controls > button:active {
cursor: pointer;
background: limegreen;
}
@media only screen and (max-width: 425px) {
.checkout__right--no-products {
font-size: 13px !important;
}
.checkout__left > h1 {
font-size: 15px !important;
}
} | apps/infinite-shop/src/components/Checkout/Checkout.css | .checkout {
width: 100%;
border-top: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.checkout__left {
display: flex;
flex-direction: column;
padding: 10px;
}
.checkout__left > h1 {
font-size: 20px;
font-weight: 500;
color: black;
text-shadow: 1px 1px black;
margin: 10px 0 !important;
letter-spacing: 1px;
}
.checkout__right,
.checkout__right--no-products {
display: flex;
flex-direction: column;
flex: 1;
padding-bottom: 20px !important;
}
.checkout__right--no-products {
display: grid;
place-items: center;
height: 200px !important;
font-weight: 500;
letter-spacing: 1px;
text-align: center;
text-shadow: 1px 1px black;
}
.checkout__right > p {
background: #fafafa;
padding: 10px;
flex: 1;
display: flex;
min-width: 400px !important;
}
.checkout__right > p > span {
flex: 1;
font-size: 12px !important;
width: 100%;
text-align: center;
}
.checkout__price__countUp {
font-weight: bold;
color: black !important;
}
.checkout__right > p:nth-child(even) {
background: white;
}
.checkout__right > p:first-child {
border-bottom: 1px solid black;
}
.checkout__right > p:first-child > span {
flex: 1;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 14px !important;
}
.checkout__right > p:last-of-type {
border-top: 1px solid black !important;
}
.checkout__right > p:last-of-type > span {
flex: 1;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px !important;
}
.checkout__controls {
display: flex;
width: 100%;
padding: 10px;
justify-content: space-between;
align-items: center;
}
.checkout__controls > button,
.checkout__right--no-products > button {
cursor: pointer;
width: 80px;
outline: none;
border: none;
padding: 5px 10px;
color: white;
background: lightseagreen;
border-radius: 5px;
}
.checkout__controls > button:first-child,
.checkout__right--no-products > button {
background: black;
}
.checkout__controls > button:last-child {
background: orange;
}
.checkout__controls > button:active {
cursor: pointer;
background: limegreen;
}
@media only screen and (max-width: 425px) {
.checkout__right--no-products {
font-size: 13px !important;
}
.checkout__left > h1 {
font-size: 15px !important;
}
} | 0.518059 | 0.107204 |
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgK_7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgIv7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgKv7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgJf7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgKP7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgJv7Ss9XZYQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3Hk_fUS5NBBASF.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HmvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HkvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HnffUS5NBBASF.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HkPfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HnvfUS5NBBA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHk_fUS5NBBASF.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHmvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHkvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHnffUS5NBBASF.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHkPfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHnvfUS5NBBA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}body, ul, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0; }
li {
list-style: none; }
body {
font-family: "Fira Mono";
font-weight: bold; }
/*
Main
*/
.wrapper {
width: 100vw;
height: 100vh;
/*background: yellow;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.content {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100vh;
overflow-y: hidden; }
.content .slide {
overflow-y: scroll;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 50px;
position: absolute;
width: 100%;
min-height: 100%;
-webkit-transition-duration: 600ms;
-o-transition-duration: 600ms;
transition-duration: 600ms; }
.content .slide .title {
text-align: center;
font-size: 60px;
line-height: 60px;
margin: 0; }
.content .slide[data-active="1"] {
left: 0%;
z-index: 1000; }
.content .slide.frontend {
background-color: #FFFFFF;
color: #000000;
top: -100%; }
.content .slide.frontend[data-active="1"] {
left: 0%;
top: 0%; }
.content .slide.backend {
background-color: #000000;
color: #FFFFFF;
top: 100%; }
.content .slide.backend[data-active="1"] {
left: 0%;
top: 0%; }
.header {
z-index: 10001;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-ms-flex-pack: distribute;
justify-content: space-around; }
.header li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 20vh;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-transition-duration: 600ms;
-o-transition-duration: 600ms;
transition-duration: 600ms;
cursor: pointer; }
.header li[data-active="1"] {
height: 80vh;
cursor: default; }
.header li:after {
content: "";
position: absolute;
background: #000000;
left: 0%;
width: 100%;
height: 0%;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-duration: 0.4s;
background-repeat: no-repeat;
background-size: 20px; }
.header li:hover:after {
height: 100%;
background-position: center; }
.header li[data-active="1"]:after {
height: 0%;
top: 100%; }
.header li span {
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
line-height: 1em;
font-size: 14px;
letter-spacing: 1px; }
.header .frontend {
background-color: #FFFFFF; }
.header .frontend:after {
background-image: url(assets/images/frontend-arrow.svg);
background-color: #FFFFFF;
top: 0%;
background-position: center -30px; }
.header .frontend:hover:after {
height: 100%;
top: 0%;
background-position: center; }
.header .frontend[data-active="1"]:after {
height: 0%;
top: 100%; }
.header .frontend span {
color: #000000; }
.header .backend {
background-color: #000000; }
.header .backend:after {
background-image: url(assets/images/backend-arrow.svg);
background-color: #000000;
top: 100%;
background-position: center 30px; }
.header .backend:hover:after {
height: 100%;
top: 0%;
background-position: center; }
.header .backend[data-active="1"]:after {
height: 0%;
top: 0%; }
.header .backend span {
color: #FFFFFF; } | portfolio-v1.1/dist/styles.css | @font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgK_7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgIv7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgKv7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgJf7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgKP7Ss9XZYalI.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(assets/fonts/N0bX2SlFPv1weGeLZDtgJv7Ss9XZYQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3Hk_fUS5NBBASF.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HmvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HkvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HnffUS5NBBASF.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HkPfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 500;
src: local('Fira Mono Medium'), local('FiraMono-Medium'), url(assets/fonts/N0bS2SlFPv1weGeLZDto1d3HnvfUS5NBBA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHk_fUS5NBBASF.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHmvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHkvfUS5NBBASF.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHnffUS5NBBASF.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHkPfUS5NBBASF.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: local('Fira Mono Bold'), local('FiraMono-Bold'), url(assets/fonts/N0bS2SlFPv1weGeLZDtondvHnvfUS5NBBA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}body, ul, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0; }
li {
list-style: none; }
body {
font-family: "Fira Mono";
font-weight: bold; }
/*
Main
*/
.wrapper {
width: 100vw;
height: 100vh;
/*background: yellow;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.content {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100vh;
overflow-y: hidden; }
.content .slide {
overflow-y: scroll;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 50px;
position: absolute;
width: 100%;
min-height: 100%;
-webkit-transition-duration: 600ms;
-o-transition-duration: 600ms;
transition-duration: 600ms; }
.content .slide .title {
text-align: center;
font-size: 60px;
line-height: 60px;
margin: 0; }
.content .slide[data-active="1"] {
left: 0%;
z-index: 1000; }
.content .slide.frontend {
background-color: #FFFFFF;
color: #000000;
top: -100%; }
.content .slide.frontend[data-active="1"] {
left: 0%;
top: 0%; }
.content .slide.backend {
background-color: #000000;
color: #FFFFFF;
top: 100%; }
.content .slide.backend[data-active="1"] {
left: 0%;
top: 0%; }
.header {
z-index: 10001;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-ms-flex-pack: distribute;
justify-content: space-around; }
.header li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 20vh;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-transition-duration: 600ms;
-o-transition-duration: 600ms;
transition-duration: 600ms;
cursor: pointer; }
.header li[data-active="1"] {
height: 80vh;
cursor: default; }
.header li:after {
content: "";
position: absolute;
background: #000000;
left: 0%;
width: 100%;
height: 0%;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-duration: 0.4s;
background-repeat: no-repeat;
background-size: 20px; }
.header li:hover:after {
height: 100%;
background-position: center; }
.header li[data-active="1"]:after {
height: 0%;
top: 100%; }
.header li span {
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
line-height: 1em;
font-size: 14px;
letter-spacing: 1px; }
.header .frontend {
background-color: #FFFFFF; }
.header .frontend:after {
background-image: url(assets/images/frontend-arrow.svg);
background-color: #FFFFFF;
top: 0%;
background-position: center -30px; }
.header .frontend:hover:after {
height: 100%;
top: 0%;
background-position: center; }
.header .frontend[data-active="1"]:after {
height: 0%;
top: 100%; }
.header .frontend span {
color: #000000; }
.header .backend {
background-color: #000000; }
.header .backend:after {
background-image: url(assets/images/backend-arrow.svg);
background-color: #000000;
top: 100%;
background-position: center 30px; }
.header .backend:hover:after {
height: 100%;
top: 0%;
background-position: center; }
.header .backend[data-active="1"]:after {
height: 0%;
top: 0%; }
.header .backend span {
color: #FFFFFF; } | 0.221856 | 0.118564 |